
:root {
  --accent: #9c5d6f;
  --bg: #f5efe9;
  --surface: #fffaf5;
  --text: #211c1d;
  --muted: #766b6d;
  --page-pad: clamp(20px, 5vw, 72px);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}
.topbar {
  position: absolute; z-index: 10; inset: 0 0 auto; display: flex; justify-content: space-between;
  align-items: center; padding: 24px var(--page-pad); color: white;
}
.wordmark { font-family: "Playfair Display", serif; font-size: clamp(18px,2vw,25px); text-decoration: none; }
.quiet-link { font-size: 13px; letter-spacing: .11em; text-transform: uppercase; text-decoration: none; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { transform: scale(1.015); animation: breathe 14s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(180deg, rgba(20,12,15,.12) 20%, rgba(20,12,15,.72) 100%); }
.hero-content { position: relative; z-index: 2; padding: 130px var(--page-pad) clamp(86px,11vh,130px); max-width: 850px; }
.eyebrow, .section-kicker { font-size: 12px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hero h1, h2 {
  font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.03em; margin: 14px 0 22px;
}
.hero h1 { font-size: clamp(54px, 9vw, 116px); line-height: .92; text-wrap: balance; }
.hero-copy { font-size: clamp(16px, 2vw, 20px); line-height: 1.6; max-width: 570px; color: rgba(255,255,255,.82); }
.primary-button {
  margin-top: 25px; width: fit-content; display: inline-flex; align-items: center; gap: 22px;
  padding: 16px 20px; border-radius: 999px; background: rgba(255,255,255,.94); color: #231d1f;
  text-decoration: none; font-weight: 600; transition: transform .25s ease, background .25s ease;
}
.primary-button:hover { transform: translateY(-2px); background: white; }
.primary-button.dark { background: var(--text); color: white; }
.scroll-cue {
  position: absolute; right: var(--page-pad); bottom: 36px; z-index: 3; display: flex; gap: 12px;
  color: rgba(255,255,255,.75); text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: .14em;
}
.intro-section { padding: clamp(95px,14vw,190px) var(--page-pad); }
.section-kicker { color: var(--accent); }
.intro-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.65fr); gap: clamp(40px,9vw,130px); align-items: end; }
.intro-grid h2 { font-size: clamp(46px,7vw,92px); line-height: .98; max-width: 850px; }
.intro-copy { font-size: 17px; line-height: 1.75; color: var(--muted); max-width: 460px; }
.location { margin-top: 32px; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--text); }
.gallery {
  padding: 0 var(--page-pad) clamp(110px,14vw,190px);
  display: grid; grid-template-columns: .85fr 1.2fr; gap: clamp(18px,3vw,48px); align-items: start;
}
.gallery-card { margin: 0; overflow: hidden; border-radius: var(--radius); background: #e8ddd8; }
.gallery-card.portrait { aspect-ratio: 4/5.3; }
.gallery-card.landscape { aspect-ratio: 1.25/1; margin-top: clamp(90px,12vw,170px); }
.gallery-card.lower { grid-column: 1 / 2; margin-top: clamp(-30px,-3vw,-65px); width: 76%; justify-self: end; }
.closing { padding: var(--page-pad); }
.closing-inner {
  min-height: min(680px, 80svh); border-radius: calc(var(--radius) + 10px); background: var(--surface);
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  padding: 70px 24px;
}
.closing h2 { font-size: clamp(44px,7vw,86px); line-height: 1; max-width: 900px; text-wrap: balance; }
footer {
  padding: 38px var(--page-pad) 48px; display: flex; justify-content: space-between; gap: 30px;
  font-size: 12px; text-transform: uppercase; letter-spacing: .11em; color: var(--muted);
}
footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
footer a { text-decoration: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes breathe { from { transform: scale(1.015); } to { transform: scale(1.06); } }
@media (max-width: 760px) {
  .topbar { padding-top: 20px; }
  .hero-content { padding-bottom: 105px; }
  .hero h1 { font-size: clamp(51px, 15vw, 78px); }
  .hero-copy { max-width: 92%; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-card.landscape { margin-top: 0; aspect-ratio: 4/5; }
  .gallery-card.lower { grid-column: auto; margin-top: 0; width: 84%; justify-self: end; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media img { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Ashley launch refinements */
.topbar { mix-blend-mode: normal; }
.hero-content { max-width: 980px; }
.hero h1 { max-width: 920px; }
.intro-section { border-top: 1px solid rgba(33,28,29,.08); }
.gallery-card img { transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover img { transform: scale(1.025); }
.closing-inner { box-shadow: inset 0 0 0 1px rgba(33,28,29,.06); }
.primary-button { box-shadow: 0 10px 30px rgba(25,23,24,.12); }
@media (min-width: 1100px) {
  .hero-content { padding-left: max(var(--page-pad), 8vw); }
  .intro-section, .gallery, .closing, footer { max-width: 1600px; margin-left: auto; margin-right: auto; }
}


/* Ashley v2: focal crops, motion and editorial details */
.hero-media img,
.gallery-card img {
  object-position: var(--image-position, 50% 50%);
}

.hero-rule {
  width: min(160px, 32vw);
  height: 1px;
  background: rgba(255,255,255,.5);
  margin-top: 28px;
  transform-origin: left;
  animation: lineIn 1.2s .35s both;
}

.hero-media {
  transform: translate3d(0, var(--hero-shift, 0px), 0);
  will-change: transform;
}

.gallery-card {
  position: relative;
  isolation: isolate;
}
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(20,15,17,.14));
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}
.gallery-card:hover::after { opacity: 1; }

.favorites-section {
  padding: clamp(90px, 12vw, 160px) var(--page-pad);
  max-width: 1600px;
  margin: 0 auto;
}
.favorites-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}
.favorites-heading h2 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
  margin: 0;
}
.favorites-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid rgba(33,28,29,.12);
  border-bottom: 1px solid rgba(33,28,29,.12);
}
.favorite-item {
  padding: 28px 24px 32px 0;
  min-height: 140px;
}
.favorite-item + .favorite-item {
  border-left: 1px solid rgba(33,28,29,.1);
  padding-left: 24px;
}
.favorite-label {
  display: block;
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.favorite-value {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.12;
}

.closing-inner {
  position: relative;
  overflow: hidden;
}
.closing-inner::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156,93,111,.12), transparent 68%);
  top: -180px;
  right: -120px;
}
.closing-inner > * { position: relative; z-index: 1; }

@keyframes lineIn {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 900px) {
  .favorites-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .favorite-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(33,28,29,.1); }
  .favorite-item:nth-child(4) { border-top: 1px solid rgba(33,28,29,.1); }
}
@media (max-width: 620px) {
  .favorites-heading { display: block; }
  .favorites-heading .section-kicker { margin-bottom: 12px; }
  .favorites-grid { grid-template-columns: 1fr; }
  .favorite-item,
  .favorite-item + .favorite-item {
    border-left: 0;
    border-top: 1px solid rgba(33,28,29,.1);
    padding: 24px 0;
    min-height: 0;
  }
  .favorite-item:first-child { border-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-rule { animation: none; }
  .hero-media { transform: none !important; }
}


/* Ashley v3: music section */
.music-section {
  padding: clamp(100px, 13vw, 170px) var(--page-pad);
  max-width: 1600px;
  margin: 0 auto;
}

.music-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: end;
  margin-bottom: 52px;
}

.music-heading h2 {
  font-size: clamp(50px, 7vw, 94px);
  line-height: .96;
  margin: 14px 0 0;
  max-width: 900px;
}

.music-intro {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 460px;
}

.track-list {
  border-top: 1px solid rgba(33,28,29,.13);
}

.track-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1.1fr) minmax(240px, .9fr) auto;
  gap: 26px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(33,28,29,.13);
  text-decoration: none;
  transition: padding .3s ease, opacity .3s ease;
}

.track-card:hover {
  padding-left: 10px;
}

.track-number {
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--accent);
}

.track-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.track-description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.track-arrow {
  font-size: 22px;
  transition: transform .25s ease;
}

.track-card:hover .track-arrow {
  transform: translate(3px, -3px);
}

.spotify-artist-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(33,28,29,.35);
  padding-bottom: 8px;
}

@media (max-width: 900px) {
  .music-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .track-card {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }

  .track-description {
    grid-column: 2 / 4;
    margin-top: -10px;
  }
}

@media (max-width: 620px) {
  .track-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 24px 0;
  }

  .track-title {
    font-size: 28px;
  }
}
