:root {
  --paper: #fffaf4;
  --paper-deep: #f7ecdf;
  --pink-light: #ffe0ee;
  --pink: #f3a1c3;
  --pink-dark: #b9487b;
  --yellow: #fff1a8;
  --blue: #cdeaff;
  --green: #d8f6da;
  --ink: #25161c;
  --muted: #7b6870;
  --white: #ffffff;
  --line: rgba(37, 22, 28, 0.15);
  --shadow: 0 22px 60px rgba(96, 55, 70, 0.16);
  --hard-shadow: 9px 9px 0 rgba(37, 22, 28, 0.9);
  --max-width: 1180px;

  --dj-black: #080609;
  --dj-black-soft: #121016;
  --dj-charcoal: #1c1720;
  --dj-white: #ffffff;
  --dj-pink: #ff4fa3;
  --dj-pink-soft: #ff9dcc;
  --dj-purple: #8d5cff;
  --dj-blue: #5ee7ff;
  --dj-muted: #b9aeb7;
  --dj-line: rgba(255, 255, 255, 0.14);
  --dj-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--dj-black);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(37, 22, 28, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 22, 28, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  z-index: -1;
}

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

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

.site-header {
  width: min(var(--max-width), calc(100% - 28px));
  margin: 16px auto 0;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  background: rgba(255, 250, 244, 0.86);
  border: 2px solid var(--ink);
  border-radius: 26px;
  box-shadow: 6px 6px 0 var(--ink);
  position: sticky;
  top: 12px;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.logo span {
  color: var(--pink-dark);
  font-style: italic;
}

.logo img,
.logo-flower {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  flex-wrap: wrap;
}

.nav-links a:hover {
  color: var(--pink-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
}

.header-button {
  padding: 10px 18px;
  background: var(--pink-light);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
  white-space: nowrap;
}

.social-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--pink-light);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
}

.social-icon:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.social-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.88;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 7.2vw, 7.7rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 5.8vw, 6.4rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.scrapbook-hero {
  width: min(var(--max-width), calc(100% - 28px));
  margin: 72px auto 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.highlight {
  position: relative;
  display: inline-block;
  color: #3d97eb;
  z-index: 1;
  white-space: nowrap;
}

.highlight::after {
  content: "";
  position: absolute;
  left: -0.05em;
  right: -0.05em;
  bottom: 0.1em;
  height: 0.18em;
  background: var(--yellow);
  z-index: -1;
  transform: rotate(-1deg);
}

.hero-copy {
  min-width: 0;
  position: relative;
  z-index: 5;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  line-height: 0.92;
  overflow-wrap: normal;
}

.hero-copy > p:not(.sticker),
.story-note p,
.booking-note p {
  color: var(--muted);
  font-size: 1.08rem;
}

.sticker,
.mini-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 14px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.primary-button {
  background: var(--pink);
  color: var(--ink);
}

.secondary-button {
  background: var(--white);
  color: var(--ink);
}

/* HERO POLAROID COLLAGE — UNSTACKED + SQUARE PHOTOS */

.collage-board {
  width: 100%;
  max-width: 860px;
  min-height: auto;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding-bottom: 82px;
}

.photo-polaroid,
.photo-one,
.photo-two,
.photo-three {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  inset: auto;
}

.photo-polaroid {
  aspect-ratio: 1 / 1.18;
  padding: 14px 14px 54px;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: var(--hard-shadow);
  overflow: visible;
}

.photo-polaroid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(37, 22, 28, 0.12);
}

.photo-polaroid p {
  position: absolute;
  left: 16px;
  bottom: 12px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--ink);
}

.photo-one {
  transform: rotate(-2deg);
  z-index: 3;
}

.photo-two {
  transform: rotate(2deg);
  margin-top: 36px;
  z-index: 4;
}

.photo-three {
  transform: rotate(-1deg);
  z-index: 2;
}

.tape {
  position: absolute;
  width: 108px;
  height: 34px;
  background: rgba(255, 241, 168, 0.82);
  border: 1px solid rgba(37, 22, 28, 0.12);
  z-index: 8;
}

.tape-one,
.tape-two,
.tape-three {
  top: -18px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(-8deg);
}

.tape-two {
  transform: translateX(-50%) rotate(8deg);
}

.tape-three {
  transform: translateX(-50%) rotate(-4deg);
}

.circle-note {
  position: absolute;
  right: -18px;
  left: auto;
  bottom: -36px;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  border-radius: 999px;
  background: var(--blue);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  font-weight: 900;
  line-height: 1.1;
  transform: rotate(-8deg);
  z-index: 6;
}

.tag-strip {
  width: min(var(--max-width), calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.tag-strip span {
  padding: 9px 15px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.tag-strip span:nth-child(2n) {
  background: var(--pink-light);
}

.tag-strip span:nth-child(3n) {
  background: var(--green);
}

.story-section,
.services-section,
.gallery-section,
.booking-section,
.pastel-footer {
  width: min(var(--max-width), calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
}

.story-section {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 28px;
  align-items: stretch;
}

.story-card {
  padding: clamp(28px, 5vw, 54px);
  background: var(--pink-light);
  border: 2px solid var(--ink);
  border-radius: 38px;
  box-shadow: var(--hard-shadow);
}

.story-note {
  padding: clamp(28px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.76);
  border: 2px solid var(--ink);
  border-radius: 38px;
  box-shadow: 7px 7px 0 var(--ink);
  transform: rotate(1.5deg);
}

.services-section {
  margin-top: 120px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.service-stickers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-stickers article {
  min-height: 300px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 30px;
  box-shadow: 7px 7px 0 var(--ink);
}

.service-stickers article img {
  border-radius: 30px;
}

.service-stickers article:nth-child(2) {
  background: var(--pink-light);
  transform: rotate(1.5deg);
}

.service-stickers article:nth-child(3) {
  background: var(--green);
  transform: rotate(-1.5deg);
}

.service-stickers article:nth-child(4) {
  background: var(--blue);
  transform: rotate(1deg);
}

.service-stickers article:nth-child(5) {
  background: var(--yellow);
  transform: rotate(-1deg);
}

.service-stickers span {
  color: var(--pink-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-stickers p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery-section {
  margin-top: 120px;
}

.gallery-intro {
  max-width: 740px;
  margin-bottom: 24px;
}

.scrap-gallery {
  min-height: 780px;
  position: relative;
}

.scrap {
  position: absolute;
  margin: 0;
  padding: 12px 12px 48px;
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: var(--hard-shadow);
  transition: transform 0.25s ease;
}

.scrap:hover {
  z-index: 10;
}

.scrap img {
  height: 100%;
  object-fit: cover;
}

.scrap figcaption {
  position: absolute;
  left: 16px;
  bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-style: italic;
}

.scrap-a {
  left: 0;
  top: 40px;
  width: 34%;
  height: 430px;
  transform: rotate(-4deg);
}

.scrap-b {
  left: 31%;
  top: 0;
  width: 30%;
  height: 330px;
  transform: rotate(5deg);
}

.scrap-c {
  right: 0;
  top: 82px;
  width: 36%;
  height: 460px;
  transform: rotate(-2deg);
}

.scrap-d {
  left: 16%;
  bottom: 0;
  width: 36%;
  height: 380px;
  transform: rotate(3deg);
}

.scrap-e {
  right: 10%;
  bottom: 30px;
  width: 30%;
  height: 330px;
  transform: rotate(-6deg);
}

.scrap-a:hover {
  transform: rotate(-2deg) scale(1.03);
}

.scrap-b:hover {
  transform: rotate(3deg) scale(1.03);
}

.scrap-c:hover {
  transform: rotate(0deg) scale(1.03);
}

.scrap-d:hover {
  transform: rotate(1deg) scale(1.03);
}

.scrap-e:hover {
  transform: rotate(-3deg) scale(1.03);
}

.booking-section {
  margin-top: 120px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: start;
}

.booking-note {
  padding: 34px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 34px;
  box-shadow: var(--hard-shadow);
  position: sticky;
  top: 130px;
}

.quick-contact {
  margin-top: 24px;
  display: grid;
  gap: 8px;
}

.quick-contact a {
  color: var(--pink-dark);
  font-weight: 900;
}

.booking-form {
  padding: 34px;
  display: grid;
  gap: 16px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 34px;
  box-shadow: var(--hard-shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 15px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  background: var(--white);
  box-shadow: 4px 4px 0 var(--ink);
}

textarea {
  resize: vertical;
}

.form-note {
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

/* NIGHTLIFE SECTION */

.dj-section {
  margin-top: 72px;
  padding: 92px 0 40px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 79, 163, 0.22), transparent 28rem),
    radial-gradient(circle at 85% 18%, rgba(141, 92, 255, 0.22), transparent 26rem),
    radial-gradient(circle at 50% 90%, rgba(94, 231, 255, 0.11), transparent 30rem),
    var(--dj-black);
  color: var(--dj-white);
  position: relative;
  overflow: hidden;
}

.dj-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
  z-index: 0;
}

.dj-section > * {
  position: relative;
  z-index: 1;
}

.dj-hero,
.dj-work,
.dj-services,
.dj-booking,
.dj-footer {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.dj-hero {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  align-items: center;
}

.dj-eyebrow {
  margin: 0 0 14px;
  color: var(--dj-pink-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dj-hero h2,
.dj-work h2,
.dj-services h2,
.dj-booking h2 {
  color: var(--dj-white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.dj-hero h2 {
  font-size: clamp(4rem, 9vw, 9.2rem);
  text-transform: uppercase;
  margin-bottom: 26px;
}

.dj-work h2,
.dj-services h2,
.dj-booking h2 {
  font-size: clamp(3rem, 6.5vw, 7.4rem);
}

.dj-gradient {
  background: linear-gradient(135deg, var(--dj-white), var(--dj-pink-soft), var(--dj-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dj-copy p:not(.dj-eyebrow),
.dj-split p,
.dj-booking p,
.dj-service-row p {
  color: var(--dj-muted);
  font-size: 1.08rem;
}

.dj-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dj-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--dj-line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dj-button:hover {
  transform: translateY(-3px);
}

.dj-primary {
  background: linear-gradient(135deg, var(--dj-pink), var(--dj-purple));
  color: var(--dj-white);
  box-shadow: 0 0 34px rgba(255, 79, 163, 0.3);
}

.dj-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--dj-white);
  backdrop-filter: blur(12px);
}

.dj-stage {
  position: relative;
  min-height: 680px;
}

.dj-main-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 72%;
  height: 640px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid var(--dj-line);
  box-shadow: var(--dj-shadow);
}

.dj-main-photo img,
.dj-side-photo img,
.dj-mood-card img,
.dj-feature-image img {
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06);
}

.dj-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8, 6, 9, 0.62), transparent 52%),
    linear-gradient(135deg, rgba(255, 79, 163, 0.18), transparent 45%);
}

.dj-side-photo {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 42%;
  height: 300px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--dj-line);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
  transform: rotate(-4deg);
  z-index: 4;
}

.dj-neon-card {
  position: absolute;
  left: 8%;
  top: 72px;
  width: 220px;
  padding: 20px;
  background: rgba(8, 6, 9, 0.68);
  border: 1px solid rgba(255, 79, 163, 0.4);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(255, 79, 163, 0.2), inset 0 0 24px rgba(255,255,255,0.04);
  z-index: 5;
}

.dj-neon-card p {
  margin-bottom: 4px;
  color: var(--dj-muted);
  font-size: 0.88rem;
}

.dj-neon-card strong {
  display: block;
  color: var(--dj-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.dj-vertical-label {
  position: absolute;
  right: -28px;
  top: 118px;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,0.42);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dj-ticker {
  margin-top: 70px;
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid var(--dj-line);
  border-bottom: 1px solid var(--dj-line);
  background: rgba(255,255,255,0.03);
}

.dj-ticker-track {
  width: max-content;
  display: flex;
  gap: 22px;
  animation: djScroll 28s linear infinite;
}

.dj-ticker span {
  color: var(--dj-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dj-ticker b {
  color: var(--dj-pink);
}

@keyframes djScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.dj-work {
  margin-top: 120px;
}

.dj-split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 46px;
  align-items: end;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--dj-line);
}

.dj-mood-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 260px;
  gap: 16px;
}

.dj-mood-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--dj-line);
  background: var(--dj-charcoal);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.dj-mood-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,6,9,0.72), transparent 58%);
}

.dj-mood-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--dj-white);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dj-mood-large {
  grid-row: span 2;
}

.dj-mood-wide {
  grid-column: span 2;
}

.dj-services {
  margin-top: 130px;
  padding: 54px;
  background:
    radial-gradient(circle at top left, rgba(255,79,163,0.18), transparent 24rem),
    rgba(255,255,255,0.055);
  border: 1px solid var(--dj-line);
  border-radius: 38px;
  box-shadow: var(--dj-shadow);
  backdrop-filter: blur(14px);
}

.dj-service-list {
  display: grid;
  border-top: 1px solid var(--dj-line);
}

.dj-service-row {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 90px 0.52fr 1fr;
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid var(--dj-line);
}

.dj-service-row span {
  color: var(--dj-pink);
  font-weight: 900;
}

.dj-service-row h3 {
  margin-bottom: 0;
  color: var(--dj-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  letter-spacing: -0.06em;
}

.dj-booking {
  margin-top: 130px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  align-items: start;
}

.dj-booking-copy {
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(255,79,163,0.18), rgba(141,92,255,0.14)),
    rgba(255,255,255,0.06);
  border: 1px solid var(--dj-line);
  border-radius: 34px;
  box-shadow: var(--dj-shadow);
  backdrop-filter: blur(16px);
}

.dj-contact {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}

.dj-contact a {
  color: var(--dj-white);
  font-weight: 900;
}

.dj-contact a:hover {
  color: var(--dj-pink-soft);
}

.dj-form {
  padding: 38px;
  display: grid;
  gap: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--dj-line);
  border-radius: 34px;
  box-shadow: var(--dj-shadow);
  backdrop-filter: blur(16px);
}

.dj-form label {
  color: var(--dj-white);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dj-form input,
.dj-form textarea,
.dj-form select {
  border: 1px solid var(--dj-line);
  border-radius: 18px;
  background: rgba(8,6,9,0.62);
  color: var(--dj-white);
  box-shadow: none;
}

.dj-form input::placeholder,
.dj-form textarea::placeholder {
  color: rgba(255,255,255,0.42);
}

.dj-footer {
  padding: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  color: var(--dj-muted);
  border-top: 1px solid var(--dj-line);
}

.dj-footer p {
  margin-bottom: 0;
}

.dj-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--dj-white);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.88rem;
}

/* PERSONAL SECTION */

.personal-section {
  margin-top: 0;
  padding: 92px 0 90px;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 224, 238, 0.9), transparent 24rem),
    radial-gradient(circle at 85% 20%, rgba(205, 234, 255, 0.7), transparent 22rem),
    linear-gradient(180deg, var(--paper), var(--paper-deep));
  position: relative;
  overflow: hidden;
}

.personal-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(37, 22, 28, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 22, 28, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  z-index: 0;
}

.personal-section > * {
  position: relative;
  z-index: 1;
}

.personal-section .scrapbook-hero {
  margin-top: 0;
}

.site-bottom-footer {
  width: min(var(--max-width), calc(100% - 28px));
  margin: 0 auto;
  padding: 34px 0 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  color: var(--muted);
}

.site-bottom-footer p {
  margin-bottom: 0;
}

.pastel-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

/* CAROUSEL */

.photo-carousel {
  position: relative;
  width: min(100%, 900px);
  height: clamp(360px, 62vw, 620px);
  margin: 40px auto;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: var(--hard-shadow);
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #000;
  opacity: 0;
  transform: scale(1.03);
  transition:
    opacity 650ms ease,
    transform 900ms ease;
}

.carousel-image.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.86);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.carousel-arrow:hover {
  background: var(--pink-light);
}

.carousel-prev {
  left: 18px;
}

.carousel-next {
  right: 18px;
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 6;
  display: flex;
  gap: 8px;
  max-width: calc(100% - 120px);
  overflow-x: auto;
  padding: 4px;
  transform: translateX(-50%);
}

.carousel-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--pink);
}

/* COPY EMAIL BUTTON */

.copy-email-button {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}

.copy-email-button:hover {
  color: var(--pink-dark);
}

.copy-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  transform: translateX(-50%) translateY(20px);
  padding: 12px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .scrapbook-hero {
    grid-template-columns: 1fr;
    row-gap: 54px;
  }

  .hero-copy {
    width: 100%;
    max-width: 920px;
  }

  .hero-copy h1 {
    max-width: 920px;
    font-size: clamp(3.35rem, 8.5vw, 7rem);
  }

  .collage-board {
    width: min(900px, 100%);
    max-width: 900px;
    justify-self: center;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .story-section,
  .booking-section,
  .dj-hero,
  .dj-split,
  .dj-booking {
    grid-template-columns: 1fr;
  }

  .service-stickers {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-note {
    position: static;
  }

  .dj-stage {
    min-height: 620px;
  }

  .dj-mood-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dj-service-row {
    grid-template-columns: 70px 1fr;
  }

  .dj-service-row p {
    grid-column: 2;
  }

  .dj-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .collage-board {
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: 70px;
  }

  .photo-polaroid {
    padding: 10px 10px 42px;
  }

  .photo-two {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .site-header,
  .scrapbook-hero,
  .tag-strip,
  .story-section,
  .services-section,
  .gallery-section,
  .booking-section,
  .pastel-footer,
  .dj-hero,
  .dj-work,
  .dj-services,
  .dj-booking,
  .dj-footer {
    width: calc(100% - 24px);
  }

  .site-header {
    top: 8px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .header-actions {
    justify-content: flex-start;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.84rem;
    justify-content: flex-start;
  }

  .header-button {
    width: fit-content;
  }

  .scrapbook-hero {
    margin-top: 46px;
    row-gap: 34px;
  }

  h1 {
    font-size: clamp(3.05rem, 14.5vw, 4.9rem);
  }

  h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .collage-board {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .photo-polaroid,
  .photo-one,
  .photo-two,
  .photo-three {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    transform: rotate(0deg);
  }

  .photo-polaroid {
    aspect-ratio: 1 / 1.16;
    padding: 14px 14px 50px;
  }

  .photo-polaroid img {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .circle-note {
    display: none;
  }

  .service-stickers,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-stickers article {
    min-height: 230px;
  }

  .scrap-gallery {
    min-height: auto;
    display: grid;
    gap: 22px;
  }

  .scrap,
  .scrap-a,
  .scrap-b,
  .scrap-c,
  .scrap-d,
  .scrap-e {
    position: relative;
    width: 100%;
    height: 410px;
    inset: auto;
    transform: rotate(0);
  }

  .scrap:hover {
    transform: scale(1.01);
  }

  .booking-note,
  .booking-form,
  .story-card,
  .story-note {
    padding: 26px;
  }

  .dj-section {
    margin-top: 86px;
    padding-top: 72px;
  }

  .dj-hero h2 {
    font-size: clamp(3.2rem, 16vw, 5.1rem);
  }

  .dj-work h2,
  .dj-services h2,
  .dj-booking h2 {
    font-size: clamp(2.6rem, 14vw, 4.6rem);
  }

  .dj-stage {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .dj-main-photo,
  .dj-side-photo {
    position: relative;
    width: 100%;
    height: 430px;
    inset: auto;
    transform: none;
  }

  .dj-side-photo {
    height: 260px;
  }

  .dj-neon-card,
  .dj-vertical-label {
    display: none;
  }

  .dj-mood-grid,
  .dj-form .form-row {
    grid-template-columns: 1fr;
  }

  .dj-mood-grid {
    grid-auto-rows: 280px;
  }

  .dj-mood-large,
  .dj-mood-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .dj-services,
  .dj-form,
  .dj-booking-copy {
    padding: 26px;
    border-radius: 26px;
  }

  .dj-service-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dj-service-row p {
    grid-column: auto;
  }

  .dj-footer-links,
  .pastel-footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .site-bottom-footer {
    grid-template-columns: 1fr;
  }

  .copyright {
    grid-column: auto;
  }

  .photo-carousel {
    height: 430px;
    border-radius: 26px;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
  }

  .carousel-prev {
    left: 12px;
  }

  .carousel-next {
    right: 12px;
  }
}
@media (max-width: 768px) {
  .service-stickers article:nth-child(1),
  .service-stickers article:nth-child(2),
  .service-stickers article:nth-child(3),
  .service-stickers article:nth-child(4),
  .service-stickers article:nth-child(5) {
    transform: none;
  }
}


/* =========================================================
   PERFORMANCE + CLEANUP FIXES
   ========================================================= */

/* Keep logo/flower images from inheriting the text-logo layout. */
.logo-flower {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}

.service-flower {
  width: 30px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Service card images stay consistent and do not stretch weirdly. */
.service-stickers article img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Video should behave like the image cards. */
.service-stickers article video {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
  background: #000;
}

/* Small rendering performance boost for lower page sections. */
@supports (content-visibility: auto) {
  .dj-services,
  .dj-booking,
  .story-section,
  .services-section,
  .gallery-section,
  .booking-section,
  .site-bottom-footer {
    content-visibility: auto;
    contain-intrinsic-size: 800px;
  }
}

/* Respect users who prefer less animation. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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