:root {
  color-scheme: light;
  --paper: #f6efe5;
  --paper-2: #fffaf1;
  --ink: #1b1411;
  --muted: #5f5650;
  --line: rgba(50, 36, 26, 0.14);
  --line-strong: rgba(50, 36, 26, 0.22);
  --gold: #b89044;
  --violet: #6f2dad;
  --lavender: #d8c0ef;
  --magenta: #ef5ca8;
  --cyan: #45bfe3;
  --shadow: 0 24px 70px rgba(58, 38, 21, 0.14);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #e8dfd2;
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(45deg, rgba(50, 36, 26, 0.026) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(50, 36, 26, 0.026) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(50, 36, 26, 0.026) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(50, 36, 26, 0.026) 75%);
  background-position: 0 0, 0 13px, 13px -13px, -13px 0;
  background-size: 26px 26px;
}

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

button {
  font: inherit;
}

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

.site-shell {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding: 0.8rem;
}

.campaign,
.curation {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(50, 36, 26, 0.11);
  background:
    radial-gradient(circle at 12% 16%, rgba(216, 192, 239, 0.34), transparent 22rem),
    radial-gradient(circle at 86% 78%, rgba(111, 45, 173, 0.11), transparent 26rem),
    rgba(255, 250, 241, 0.92);
  box-shadow: 0 18px 50px rgba(65, 47, 32, 0.1);
}

.campaign {
  min-height: calc(100vh - 1.6rem);
  border-radius: 22px 22px 8px 8px;
}

.campaign::before,
.curation::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(45deg, rgba(50, 36, 26, 0.022) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(50, 36, 26, 0.022) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(50, 36, 26, 0.022) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(50, 36, 26, 0.022) 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.site-header {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}

.brand-word {
  display: grid;
  gap: 0.1rem;
  font-family: var(--serif);
  font-size: clamp(1rem, 4vw, 1.35rem);
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-word small {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.36em;
}

.nav {
  display: none;
}

.contact-menu {
  position: relative;
  justify-self: end;
}

.contact-toggle,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border: 1px solid var(--violet);
  border-radius: 4px;
  padding: 0.74rem 1rem;
  background: transparent;
  color: var(--violet);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-panel {
  position: absolute;
  top: calc(100% + 0.7rem);
  right: 0;
  z-index: 20;
  display: grid;
  min-width: 15.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

.contact-panel[hidden] {
  display: none;
}

.contact-panel a {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-panel a:last-child {
  border-bottom: 0;
}

.paper-scrap,
.swatch {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.paper-scrap {
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(111, 45, 173, 0.12);
  background:
    linear-gradient(45deg, transparent 44%, rgba(111, 45, 173, 0.14) 45%, rgba(111, 45, 173, 0.14) 55%, transparent 56%),
    rgba(216, 192, 239, 0.78);
  clip-path: polygon(0 8%, 96% 0, 100% 92%, 8% 100%);
}

.scrap-a {
  top: -3.6rem;
  left: -3rem;
  transform: rotate(-8deg);
}

.scrap-b {
  right: -4.5rem;
  bottom: -2.5rem;
  transform: rotate(11deg);
}

.scrap-c {
  display: none;
}

.swatch {
  width: 5.8rem;
  height: 4.4rem;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 5px),
    #3e1e66;
  clip-path: polygon(8% 0, 100% 10%, 91% 100%, 0 90%);
  box-shadow: 0 12px 28px rgba(62, 30, 102, 0.18);
}

.swatch-left {
  display: none;
}

.swatch-right {
  right: 0.8rem;
  bottom: 8.5rem;
  transform: rotate(13deg);
}

.stitch-path {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.stitch-path path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 7 12;
}

.stitch-one {
  top: 4.8rem;
  left: -2rem;
  width: 100%;
  height: 12rem;
}

.stitch-one path {
  stroke: var(--magenta);
}

.stitch-two {
  right: -8rem;
  bottom: 13rem;
  width: 28rem;
  height: 14rem;
}

.stitch-two path {
  stroke: var(--cyan);
}

.hero-stage {
  position: relative;
  z-index: 3;
  min-height: 25rem;
  margin: 0.8rem 0 0;
}

.slider-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  inset: 0;
}

.costume-slide {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  z-index: 2;
  width: min(68vw, 18rem);
  height: 25rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.84);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease;
  filter:
    drop-shadow(0 22px 28px rgba(40, 28, 18, 0.18))
    drop-shadow(0 0 0 white);
}

.costume-slide::before {
  position: absolute;
  inset: 0.35rem;
  z-index: -1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 0 1px rgba(50, 36, 26, 0.12);
  content: "";
}

.costume-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.costume-slide figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 2.35rem;
  left: 0.8rem;
  border: 1px solid rgba(50, 36, 26, 0.12);
  border-radius: 5px;
  padding: 0.46rem 0.58rem;
  background: rgba(255, 250, 241, 0.88);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.costume-slide.is-active {
  z-index: 6;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

.costume-slide.is-prev,
.costume-slide.is-next {
  z-index: 4;
  opacity: 0.54;
  pointer-events: auto;
}

.costume-slide.is-prev {
  transform: translateX(-112%) rotate(-8deg) scale(0.68);
}

.costume-slide.is-next {
  transform: translateX(12%) rotate(8deg) scale(0.7);
}

.costume-slide.is-prev figcaption,
.costume-slide.is-next figcaption {
  display: none;
}

.slider-arrow {
  position: absolute;
  top: 44%;
  z-index: 8;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.84);
  color: var(--violet);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(58, 38, 21, 0.11);
}

.slider-arrow span {
  display: block;
  transform: translateY(-0.08rem);
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
}

.slider-prev {
  left: 1rem;
}

.slider-next {
  right: 1rem;
}

.slider-controls {
  position: absolute;
  right: 1.4rem;
  bottom: 1rem;
  left: 1.4rem;
  z-index: 8;
  display: flex;
  justify-content: center;
  gap: 0.48rem;
}

.slider-dot {
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid var(--violet);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.82);
  cursor: pointer;
  padding: 0;
}

.slider-dot.is-active {
  background: var(--violet);
  box-shadow: 0 0 0 4px rgba(111, 45, 173, 0.12);
}

.slider-arrow:focus-visible,
.slider-dot:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 3px;
}

.piece {
  position: absolute;
  margin: 0;
  filter:
    drop-shadow(0 22px 28px rgba(40, 28, 18, 0.2))
    drop-shadow(0 0 0 white);
}

.piece::before {
  position: absolute;
  inset: 0.35rem;
  z-index: -1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 0 1px rgba(50, 36, 26, 0.12);
  content: "";
}

.piece img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.piece-purple {
  z-index: 5;
  top: 0.2rem;
  left: 50%;
  width: min(69vw, 18rem);
  height: 25rem;
  transform: translateX(-50%);
}

.piece-hooded {
  z-index: 4;
  top: 5.2rem;
  left: -7%;
  width: min(42vw, 10rem);
  height: 17rem;
  transform: rotate(-8deg);
}

.piece-cape {
  z-index: 3;
  top: 3.3rem;
  right: -10%;
  width: min(44vw, 11rem);
  height: 18rem;
  transform: rotate(8deg);
}

.piece-coat {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: 0 1.4rem 1.8rem;
  pointer-events: none;
}

.hero-copy a {
  pointer-events: auto;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--violet);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 9ch;
  margin-bottom: 0.7rem;
  font-size: clamp(4.2rem, 16vw, 7rem);
  line-height: 0.84;
}

h1 em {
  color: var(--violet);
  font-style: italic;
}

.hero-copy p:not(.eyebrow) {
  max-width: 25rem;
  margin-bottom: 1.35rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.mobile-actions {
  display: grid;
  gap: 0.65rem;
}

.button.primary {
  border-color: var(--violet);
  background: var(--violet);
  color: white;
  box-shadow: 0 16px 32px rgba(111, 45, 173, 0.22);
}

.button.ghost {
  border-color: var(--line-strong);
  color: var(--ink);
}

.curation {
  display: grid;
  gap: 2rem;
  margin-top: 0.8rem;
  padding: 3.2rem 1rem 3.6rem;
  border-radius: 8px 8px 22px 22px;
}

.curation-intro,
.process-board,
.gallery-note {
  position: relative;
  z-index: 2;
}

.curation-intro h2 {
  max-width: 8.8ch;
  margin-bottom: 0.75rem;
  font-size: clamp(4rem, 16vw, 7rem);
  line-height: 0.84;
}

.curation-intro h2 em {
  color: var(--violet);
  font-style: italic;
}

.curation-intro p:not(.eyebrow) {
  max-width: 28rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.route-column {
  display: none;
}

.process-board {
  display: grid;
  gap: 1.35rem;
}

.process-board::before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1.42rem;
  width: 2px;
  content: "";
  background: linear-gradient(var(--violet), var(--gold), var(--violet));
  opacity: 0.72;
  mask-image: repeating-linear-gradient(to bottom, #000 0 5px, transparent 5px 13px);
}

.process-step {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  padding-left: 4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: var(--shadow);
}

.step-badge {
  position: absolute;
  top: 1.1rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  transform: translateX(-0.05rem);
  border: 1px solid var(--gold);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(216, 192, 239, 0.82), rgba(255, 250, 241, 0.92));
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  box-shadow: 0 0 0 5px rgba(255, 250, 241, 0.85);
}

.step-copy small,
.media-label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--violet);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.step-copy h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 11vw, 3rem);
  line-height: 0.96;
}

.step-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.reference-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.reference-board .media-label {
  grid-column: 1 / -1;
  text-align: left;
}

.reference-board img {
  aspect-ratio: 1 / 1.05;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: #eee7dc;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(54, 40, 30, 0.11);
}

.measurement-card {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1rem;
  background: rgba(255, 250, 241, 0.58);
}

.measure-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 250, 241, 0.66);
}

.measure-values div {
  padding: 0.75rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.measure-values div:nth-child(even) {
  border-right: 0;
}

.measure-values div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.measure-values span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--violet);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.measure-values strong {
  font-size: 0.95rem;
}

.body-guide {
  justify-self: center;
  width: 7rem;
  color: rgba(111, 45, 173, 0.55);
}

.body-guide svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.finished {
  align-items: end;
}

.finished-label {
  display: block;
  margin-top: 1.5rem;
  color: var(--violet);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.finished-shots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.finished-shots img {
  width: 100%;
  height: clamp(22rem, 68vw, 32rem);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.45)),
    #eee7df;
  object-fit: contain;
  padding: 0.45rem;
  box-shadow: 0 18px 36px rgba(54, 40, 30, 0.12);
}

.gallery-note {
  max-width: 39rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.gallery-note a {
  color: var(--violet);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fiverr-proof {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.15rem;
  min-height: 43rem;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
  padding: 1.4rem 1.2rem 1.2rem;
  background:
    radial-gradient(circle at 82% 30%, rgba(216, 192, 239, 0.24), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 241, 0.18), rgba(255, 250, 241, 0.4));
}

.fiverr-intro,
.review-rail,
.fiverr-actions,
.fiverr-stats,
.review-dots,
.review-arrow,
.fiverr-step-marker {
  position: relative;
  z-index: 3;
}

.fiverr-step-marker {
  position: absolute;
  top: 0.8rem;
  right: 1.15rem;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  transform: rotate(45deg);
  border: 2px solid var(--gold);
  background: #38224f;
  color: var(--paper-2);
  font-family: var(--serif);
  font-size: 1rem;
  box-shadow:
    0 0 0 3px rgba(255, 250, 241, 0.78),
    0 12px 26px rgba(54, 40, 30, 0.16);
}

.fiverr-step-marker::before {
  content: "04";
  font-size: 1rem;
  transform: rotate(-45deg);
}

.fiverr-step-marker {
  font-size: 0;
}

.fiverr-intro h2 {
  max-width: 10.8ch;
  margin-bottom: 0.8rem;
  font-size: clamp(3.4rem, 13vw, 5.8rem);
  line-height: 0.88;
}

.fiverr-intro h2 em {
  color: var(--violet);
  font-style: italic;
}

.fiverr-intro p {
  max-width: 24rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.fiverr-hero-image {
  position: absolute;
  right: -5.5rem;
  bottom: -3.6rem;
  z-index: 1;
  width: min(75vw, 29rem);
  opacity: 0.18;
  filter: saturate(0.84) drop-shadow(0 30px 45px rgba(54, 40, 30, 0.14));
}

.fiverr-hero-image img {
  width: 100%;
  max-height: 42rem;
  object-fit: contain;
}

.fiverr-route {
  position: absolute;
  inset: 20rem -6rem auto;
  z-index: 1;
  height: 24rem;
  color: var(--violet);
  pointer-events: none;
}

.fiverr-route svg {
  width: 100%;
  height: 100%;
}

.fiverr-route path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 8 13;
  stroke-linecap: round;
  stroke-width: 2.4;
  opacity: 0.68;
}

.review-rail {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.8rem;
}

.review-card:nth-child(n + 3) {
  display: none;
}

.review-card {
  display: grid;
  gap: 0.85rem;
  border: 1px solid rgba(50, 36, 26, 0.12);
  border-radius: 10px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.95), rgba(246, 239, 229, 0.84));
  box-shadow: 0 18px 34px rgba(54, 40, 30, 0.12);
  transform-origin: center;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.review-card:hover,
.review-card:focus-visible {
  border-color: rgba(111, 45, 173, 0.34);
  box-shadow: 0 24px 42px rgba(54, 40, 30, 0.16);
  transform: translateY(-3px);
}

.review-card:focus-visible {
  outline: 3px solid rgba(111, 45, 173, 0.25);
  outline-offset: 3px;
}

.stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-body {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.2;
}

.review-body img {
  width: 4.4rem;
  height: 5.55rem;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.62);
  object-fit: contain;
  padding: 0.25rem;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.review-meta b {
  display: inline-grid;
  place-items: center;
  min-width: 2.25rem;
  min-height: 1.75rem;
  border: 1px solid rgba(111, 45, 173, 0.58);
  border-radius: 999px;
  color: var(--violet);
  font-size: 0.8rem;
}

.sample-note {
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(184, 144, 68, 0.48);
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fiverr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.review-arrow {
  position: absolute;
  display: none;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid rgba(184, 144, 68, 0.64);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.78);
  color: var(--violet);
  font-family: var(--serif);
  font-size: 3.2rem;
  line-height: 1;
  box-shadow: 0 13px 28px rgba(54, 40, 30, 0.16);
}

.review-arrow span {
  transform: translateY(-0.18rem);
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 0.78rem;
}

.review-dots span {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: transparent;
}

.review-dots .is-active {
  border-color: var(--violet);
  background: var(--violet);
}

.fiverr-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.66);
}

.fiverr-stats span {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 0.65rem;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.fiverr-stats span:last-child {
  border-right: 0;
}

.fiverr-stats strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 759px) {
  .fiverr-proof {
    gap: 0.8rem;
    min-height: 0;
    padding: 1.05rem 1rem 1.1rem;
  }

  .fiverr-intro h2 {
    max-width: 8.6ch;
    margin-bottom: 0.55rem;
    font-size: clamp(3rem, 12.8vw, 4.25rem);
  }

  .fiverr-intro p {
    max-width: 21rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .fiverr-route {
    inset: 17.8rem -6rem auto;
    height: 20rem;
  }

  .review-rail {
    gap: 0.65rem;
    margin-top: 0.45rem;
  }

  .review-card {
    gap: 0.6rem;
    padding: 0.78rem;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(54, 40, 30, 0.1);
  }

  .stars {
    font-size: 0.92rem;
  }

  .review-body {
    grid-template-columns: 3.65rem 1fr;
    gap: 0.75rem;
    font-size: 1.02rem;
  }

  .review-body img {
    width: 3.65rem;
    height: 4.55rem;
  }

  .review-meta {
    font-size: 0.68rem;
  }

  .review-meta b {
    min-width: 2rem;
    min-height: 1.55rem;
    font-size: 0.72rem;
  }

  .sample-note {
    padding: 0.28rem 0.46rem;
    font-size: 0.54rem;
  }

  .review-dots {
    gap: 0.6rem;
    margin: 0.2rem 0 0.25rem;
  }

  .review-dots span {
    width: 0.58rem;
    height: 0.58rem;
  }

  .fiverr-actions {
    gap: 0.55rem;
  }

  .fiverr-actions .button {
    min-height: 2.35rem;
    padding: 0.68rem 0.78rem;
    font-size: 0.66rem;
  }

  .fiverr-stats span {
    padding: 0.65rem 0.45rem;
    font-size: 0.58rem;
  }

  .fiverr-stats strong {
    font-size: 1.42rem;
  }
}

.paper {
  position: absolute;
  z-index: 1;
  width: 17rem;
  height: 17rem;
  border: 1px solid rgba(111, 45, 173, 0.12);
  background:
    linear-gradient(45deg, transparent 44%, rgba(111, 45, 173, 0.14) 45%, rgba(111, 45, 173, 0.14) 55%, transparent 56%),
    rgba(216, 192, 239, 0.72);
  clip-path: polygon(0 8%, 96% 0, 100% 92%, 8% 100%);
  pointer-events: none;
}

.paper-left {
  top: 5rem;
  left: -11rem;
  transform: rotate(-8deg);
}

.paper-right {
  right: -10rem;
  bottom: 5rem;
  transform: rotate(11deg);
}

@media (min-width: 760px) {
  .site-shell {
    padding: 1rem;
  }

  .campaign {
    min-height: 73vh;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 2.2rem 3.6rem 0;
  }

  .brand-mark {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.1rem;
  }

  .brand-word {
    font-size: 1.55rem;
  }

  .nav {
    display: flex;
    justify-content: center;
    gap: clamp(2rem, 5vw, 4.5rem);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .contact-toggle {
    min-width: 8.6rem;
  }

  .scrap-a {
    width: 17rem;
    height: 17rem;
    top: -6.5rem;
    left: -5.5rem;
  }

  .scrap-b {
    width: 18rem;
    height: 18rem;
    right: -8rem;
    bottom: -5rem;
  }

  .scrap-c {
    display: block;
    right: 2.5rem;
    top: 15rem;
    width: 8rem;
    height: 7rem;
    transform: rotate(-18deg);
    opacity: 0.8;
  }

  .swatch-left {
    display: block;
    left: 1.6rem;
    bottom: 12rem;
  }

  .swatch-right {
    right: 3rem;
    bottom: 8rem;
  }

  .stitch-one {
    top: 6.2rem;
    left: 21%;
    width: 56%;
    height: 13rem;
  }

  .stitch-one path {
    stroke: var(--violet);
  }

  .stitch-two {
    right: 7rem;
    bottom: 4.5rem;
    width: 34rem;
  }

  .hero-stage {
    min-height: 36rem;
    margin-top: 1rem;
  }

  .costume-slide {
    top: 1.2rem;
    left: 52%;
    width: 23%;
    height: 34rem;
  }

  .costume-slide::before {
    inset: 0.4rem;
    border-radius: 16px;
  }

  .costume-slide.is-active {
    transform: translateX(-50%) rotate(1deg) scale(1);
  }

  .costume-slide.is-prev {
    opacity: 0.72;
    transform: translateX(-135%) rotate(-7deg) scale(0.9);
  }

  .costume-slide.is-next {
    opacity: 0.72;
    transform: translateX(40%) rotate(6deg) scale(0.92);
  }

  .costume-slide figcaption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.56rem 0.7rem;
  }

  .slider-prev {
    left: 29%;
  }

  .slider-next {
    right: 9%;
  }

  .slider-controls {
    right: 18%;
    bottom: 0.8rem;
    left: auto;
    justify-content: flex-end;
  }

  .piece::before {
    inset: 0.4rem;
    border-radius: 16px;
  }

  .piece-hooded {
    top: 3.4rem;
    left: 29%;
    width: 19%;
    height: 31rem;
    transform: rotate(-7deg);
  }

  .piece-purple {
    top: 1.3rem;
    left: 53%;
    width: 23%;
    height: 34rem;
    transform: translateX(-50%) rotate(1deg);
  }

  .piece-cape {
    top: 1.8rem;
    right: 15%;
    width: 20%;
    height: 33rem;
    transform: rotate(5deg);
  }

  .piece-coat {
    display: block;
    z-index: 2;
    top: 7rem;
    right: 1.5%;
    width: 18%;
    height: 28rem;
    transform: rotate(8deg);
  }

  .hero-copy {
    position: absolute;
    right: auto;
    bottom: 2.3rem;
    left: 3.6rem;
    max-width: 36rem;
    padding: 0;
  }

  h1 {
    font-size: clamp(4.8rem, 6vw, 7rem);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 34rem;
    font-size: 1.08rem;
  }

  .mobile-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .curation {
    grid-template-columns: minmax(21rem, 0.72fr) 6rem minmax(0, 1.28fr);
    gap: 2.2rem;
    align-items: stretch;
    margin-top: 1rem;
    padding: clamp(4rem, 6vw, 6rem) 3.6rem;
  }

  .curation-intro {
    align-self: start;
    position: sticky;
    top: 2rem;
  }

  .curation-intro h2 {
    max-width: 8.6ch;
    font-size: clamp(4.8rem, 7vw, 7.8rem);
    font-family: var(--sans);
    font-family: var(--serif);
    font-weight: 500;
    line-height: 0.84;
  }

  .curation-intro p:not(.eyebrow) {
    max-width: 30rem;
  }

  .route-column {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: stretch;
    min-height: 54rem;
  }

  .route-column svg {
    width: 100%;
    height: 100%;
  }

  .route-column path {
    fill: none;
    stroke: var(--violet);
    stroke-dasharray: 8 13;
    stroke-linecap: round;
    stroke-width: 3;
  }

  .process-board {
    grid-column: 2;
    grid-column: 3;
    gap: 2rem;
  }

  .process-board::before {
    display: none;
  }

  .process-step {
    min-height: 22rem;
    padding: clamp(1.2rem, 2vw, 1.65rem);
    padding-left: clamp(5rem, 6vw, 6.4rem);
    grid-template-columns: minmax(0, 0.74fr) minmax(18rem, 1fr);
    align-items: center;
  }

  .process-step:nth-child(2) {
    margin-left: clamp(1rem, 5vw, 5rem);
  }

  .process-step.measurements {
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 1.4rem;
  }

  .step-badge {
    top: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }

  .process-step.measurements .step-copy h3 {
    max-width: 8ch;
    font-size: clamp(2.35rem, 2.55vw, 2.7rem);
    line-height: 0.98;
  }

  .reference-board {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .measurement-card {
    grid-template-columns: minmax(0, 1fr) 6.5rem;
    align-items: center;
  }

  .measurement-card .media-label {
    grid-column: 1 / -1;
  }

  .measure-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .measure-values div,
  .measure-values div:nth-child(even),
  .measure-values div:nth-last-child(-n + 2) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .measure-values div:nth-child(even) {
    border-right: 0;
  }

  .measure-values div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .measure-values div:last-child {
    border-right: 0;
  }

  .finished-shots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .finished-shots img {
    height: clamp(24rem, 34vw, 35rem);
  }

  .gallery-note {
    grid-column: 3;
  }

  .fiverr-proof {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    align-items: stretch;
    min-height: 48rem;
    margin-top: 1.4rem;
    padding: clamp(2.2rem, 4vw, 4rem) clamp(2.2rem, 5vw, 5rem) 3rem;
  }

  .fiverr-step-marker {
    top: 0.9rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .fiverr-intro {
    align-self: start;
    max-width: 44rem;
  }

  .fiverr-intro h2 {
    max-width: 13.2ch;
    font-size: clamp(4.4rem, 5.4vw, 6.6rem);
    line-height: 0.9;
  }

  .fiverr-hero-image {
    right: clamp(1rem, 6vw, 7rem);
    bottom: -2.5rem;
    width: min(34vw, 32rem);
    opacity: 0.3;
  }

  .fiverr-route {
    inset: 0 -3.5rem auto;
    height: 40rem;
  }

  .review-rail {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: clamp(0.8rem, 1.4vw, 1.35rem);
    margin: 0;
    padding: 1.8rem 2.8rem 0 1.8rem;
  }

  .review-card {
    display: grid;
    flex: 1 1 0;
    min-width: 0;
    max-width: 16.8rem;
    min-height: 14.5rem;
    padding: 1.2rem;
  }

  .review-card:nth-child(n + 3) {
    display: grid;
  }

  .review-card:nth-child(1) {
    margin-bottom: 0.6rem;
  }

  .review-card:nth-child(2) {
    margin-bottom: 3.2rem;
  }

  .review-card:nth-child(3) {
    margin-bottom: 4.05rem;
  }

  .review-card:nth-child(4) {
    margin-bottom: 2.7rem;
  }

  .review-card:nth-child(5) {
    margin-bottom: 3.5rem;
  }

  .tilt-left {
    transform: rotate(-3deg);
  }

  .tilt-right {
    transform: rotate(3deg);
  }

  .review-card:hover,
  .review-card:focus-visible {
    transform: translateY(-3px);
  }

  .review-card.tilt-left:hover,
  .review-card.tilt-left:focus-visible {
    transform: translateY(-3px) rotate(-3deg);
  }

  .review-card.tilt-right:hover,
  .review-card.tilt-right:focus-visible {
    transform: translateY(-3px) rotate(3deg);
  }

  .featured-review {
    max-width: 18rem;
  }

  .review-arrow {
    display: grid;
    top: 53%;
    transform: translateY(-50%);
  }

  .review-arrow-left {
    left: 1.5rem;
  }

  .review-arrow-right {
    right: 1.5rem;
  }

  .review-dots {
    grid-column: 1 / -1;
    margin-top: -0.6rem;
  }

  .fiverr-actions {
    grid-column: 1;
    align-self: end;
  }

  .fiverr-stats {
    position: absolute;
    right: 5rem;
    bottom: 3rem;
    width: min(100%, 26rem);
    background: rgba(255, 250, 241, 0.5);
    backdrop-filter: blur(8px);
  }
}

@media (min-width: 1200px) {
  .campaign {
    min-height: 74vh;
  }

  .piece-hooded {
    left: 27%;
    width: 18%;
  }

  .costume-slide {
    left: 51%;
    width: 22%;
  }

  .costume-slide.is-prev {
    transform: translateX(-132%) rotate(-7deg) scale(0.9);
  }

  .costume-slide.is-next {
    transform: translateX(38%) rotate(6deg) scale(0.9);
  }

  .piece-purple {
    left: 51%;
    width: 22%;
  }

  .piece-cape {
    right: 15%;
    width: 18%;
  }

  .piece-coat {
    right: 2%;
    width: 17%;
  }
}

.gallery-page .site-shell {
  padding: 0.8rem;
}

.gallery-campaign,
.gallery-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(50, 36, 26, 0.11);
  background:
    radial-gradient(circle at 14% 8%, rgba(216, 192, 239, 0.34), transparent 24rem),
    radial-gradient(circle at 92% 70%, rgba(239, 92, 168, 0.14), transparent 24rem),
    rgba(255, 250, 241, 0.92);
  box-shadow: 0 18px 50px rgba(65, 47, 32, 0.1);
}

.gallery-campaign::before,
.gallery-board::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(45deg, rgba(50, 36, 26, 0.022) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(50, 36, 26, 0.022) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(50, 36, 26, 0.022) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(50, 36, 26, 0.022) 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.gallery-campaign {
  display: grid;
  min-height: calc(100vh - 1.6rem);
  border-radius: 22px 22px 8px 8px;
}

.gallery-header {
  align-self: start;
}

.gallery-stitch {
  top: 7rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: 16rem;
}

.gallery-stitch path {
  stroke: var(--violet);
}

.gallery-hero-copy,
.gallery-hero-mosaic,
.gallery-board-head,
.gallery-filters,
.costume-index,
.gallery-groups {
  position: relative;
  z-index: 2;
}

.gallery-hero-copy {
  align-self: end;
  padding: 2rem 1.35rem 1rem;
}

.gallery-hero-copy h1 {
  max-width: 9.5ch;
  margin-bottom: 0.85rem;
  font-size: clamp(4.15rem, 15vw, 7rem);
  line-height: 0.84;
}

.gallery-hero-copy h1 em {
  color: var(--violet);
  font-style: italic;
}

.gallery-hero-copy p:not(.eyebrow) {
  max-width: 30rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.gallery-hero-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  align-self: end;
  padding: 0 1rem 1rem;
}

.mosaic-card,
.gallery-tile {
  display: grid;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.45)),
    #eee7df;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(54, 40, 30, 0.12);
}

.mosaic-card {
  min-height: 13rem;
  overflow: hidden;
}

.mosaic-card.large {
  grid-column: 1 / -1;
  min-height: 20rem;
}

.mosaic-card.tall {
  min-height: 18rem;
}

.mosaic-card img,
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mosaic-card:hover,
.mosaic-card:focus-visible,
.gallery-tile:hover,
.gallery-tile:focus-visible {
  border-color: rgba(111, 45, 173, 0.38);
  outline: 0;
  transform: translateY(-3px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.gallery-board {
  display: grid;
  gap: 1.2rem;
  margin-top: 0.8rem;
  padding: 3rem 1rem 3.4rem;
  border-radius: 8px 8px 22px 22px;
}

.gallery-board-head h2 {
  max-width: 8.6ch;
  margin-bottom: 0.72rem;
  font-size: clamp(3.8rem, 14vw, 6.5rem);
  line-height: 0.84;
}

.gallery-board-head p {
  max-width: 31rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.gallery-filters,
.costume-index {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
}

.gallery-filters::-webkit-scrollbar,
.costume-index::-webkit-scrollbar {
  display: none;
}

.filter-button,
.costume-index a {
  flex: 0 0 auto;
  min-height: 2.35rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 250, 241, 0.7);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-button.is-active,
.costume-index a:hover,
.costume-index a:focus-visible {
  border-color: var(--violet);
  background: var(--violet);
  color: white;
}

.gallery-groups {
  display: grid;
  gap: 1rem;
}

.gallery-group {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  background: rgba(255, 250, 241, 0.7);
  box-shadow: var(--shadow);
}

.gallery-group[hidden] {
  display: none;
}

.group-kicker {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--violet);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-group-copy h3 {
  max-width: 12ch;
  margin-bottom: 0.6rem;
  font-size: clamp(2.3rem, 10vw, 3.8rem);
  line-height: 0.92;
}

.gallery-group-copy p {
  max-width: 27rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.gallery-tile {
  position: relative;
  min-height: 13rem;
  overflow: hidden;
  padding: 0.55rem;
}

.gallery-tile.hero-tile {
  grid-column: 1 / -1;
  min-height: 23rem;
}

.gallery-tile span {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  left: 0.55rem;
  border: 1px solid rgba(50, 36, 26, 0.12);
  border-radius: 5px;
  padding: 0.44rem 0.54rem;
  background: rgba(255, 250, 241, 0.9);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.gallery-tile[hidden] {
  display: none;
}

.gallery-lightbox {
  width: min(92vw, 62rem);
  border: 1px solid rgba(50, 36, 26, 0.16);
  border-radius: 12px;
  padding: 0.9rem;
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(31, 20, 14, 0.28);
}

.gallery-lightbox::backdrop {
  background: rgba(27, 20, 17, 0.56);
  backdrop-filter: blur(3px);
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background:
    linear-gradient(45deg, rgba(50, 36, 26, 0.035) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(50, 36, 26, 0.035) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(50, 36, 26, 0.035) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(50, 36, 26, 0.035) 75%);
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  background-size: 24px 24px;
}

.gallery-lightbox p {
  margin: 0.85rem 2.8rem 0.2rem 0.2rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.lightbox-drive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  margin: 0.6rem 0.2rem 0.1rem;
  border: 1px solid var(--violet);
  border-radius: 4px;
  padding: 0.65rem 0.9rem;
  background: var(--violet);
  color: white;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox-drive[hidden] {
  display: none;
}

.lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--violet);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.drive-archive {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  background:
    radial-gradient(circle at 88% 14%, rgba(216, 192, 239, 0.24), transparent 18rem),
    rgba(255, 250, 241, 0.7);
  box-shadow: var(--shadow);
}

.drive-archive-copy h2 {
  max-width: 9.5ch;
  margin-bottom: 0.65rem;
  font-size: clamp(3.2rem, 12vw, 5.6rem);
  line-height: 0.86;
}

.drive-archive-copy p {
  max-width: 30rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.archive-tile {
  position: relative;
  display: grid;
  min-height: 12.5rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 241, 0.45)),
    #eee7df;
  box-shadow: 0 14px 28px rgba(54, 40, 30, 0.1);
}

.archive-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-tile span {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  left: 0.45rem;
  border: 1px solid rgba(50, 36, 26, 0.12);
  border-radius: 5px;
  padding: 0.44rem 0.54rem;
  background: rgba(255, 250, 241, 0.9);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.archive-tile:hover,
.archive-tile:focus-visible {
  border-color: rgba(111, 45, 173, 0.38);
  outline: 0;
  transform: translateY(-3px);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

@media (min-width: 760px) {
  .gallery-page .site-shell {
    padding: 1rem;
  }

  .gallery-campaign {
    grid-template-columns: minmax(22rem, 0.65fr) minmax(0, 1fr);
    gap: 1.8rem;
    min-height: 72vh;
  }

  .gallery-header {
    grid-column: 1 / -1;
  }

  .gallery-hero-copy {
    align-self: center;
    padding: 1rem 0 3.6rem 3.6rem;
  }

  .gallery-hero-copy h1 {
    font-size: clamp(4.9rem, 6vw, 7rem);
  }

  .gallery-hero-mosaic {
    grid-template-columns: 1.05fr 0.74fr 0.74fr;
    grid-auto-rows: minmax(11rem, 16vw);
    gap: 0.9rem;
    align-self: end;
    padding: 0 3.6rem 3.6rem 0;
  }

  .mosaic-card.large {
    grid-row: span 2;
    grid-column: auto;
    min-height: 0;
  }

  .mosaic-card.tall {
    grid-row: span 2;
    min-height: 0;
  }

  .mosaic-card.small {
    min-height: 0;
  }

  .gallery-board {
    gap: 1.6rem;
    margin-top: 1rem;
    padding: clamp(4rem, 6vw, 6rem) 3.6rem;
  }

  .gallery-board-head {
    max-width: 42rem;
  }

  .gallery-board-head h2 {
    font-size: clamp(4.6rem, 6vw, 7rem);
  }

  .gallery-group {
    grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 1fr);
    gap: 1.4rem;
    align-items: stretch;
    height: clamp(34rem, 43vw, 44rem);
    min-height: 0;
    padding: 1.2rem;
  }

  .gallery-group:nth-child(even) {
    margin-left: clamp(1rem, 5vw, 5rem);
  }

  .gallery-group-copy {
    position: sticky;
    top: 1.5rem;
    padding: 0.5rem 0 0.2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    height: 100%;
    min-height: 0;
  }

  .gallery-tile {
    height: 100%;
    min-width: 0;
    min-height: 0;
  }

  .gallery-tile img {
    min-width: 0;
    min-height: 0;
  }

  .gallery-tile.hero-tile {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 0;
  }

  .gallery-group.four-piece .gallery-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(12rem, 0.65fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .gallery-group.four-piece .gallery-tile.hero-tile {
    grid-column: 1;
    grid-row: 1 / span 3;
    min-height: clamp(28rem, 39vw, 42rem);
  }

  .gallery-group.four-piece .gallery-tile:not(.hero-tile) {
    min-height: 0;
  }

  .drive-archive {
    gap: 1.4rem;
    padding: 1.2rem;
  }

  .archive-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .archive-tile {
    min-height: clamp(13rem, 18vw, 20rem);
  }

  .archive-tile:nth-child(5n + 1) {
    grid-row: span 2;
    min-height: clamp(27rem, 37vw, 41rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mosaic-card,
  .gallery-tile {
    transition: none;
  }

  .mosaic-card:hover,
  .mosaic-card:focus-visible,
  .gallery-tile:hover,
  .gallery-tile:focus-visible,
  .archive-tile:hover,
  .archive-tile:focus-visible {
    transform: none;
  }
}
