* {
  box-sizing: border-box;
}



body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #f2f2f2;
  color: #111;
}


a {
  color: rosybrown;            /* use surrounding text color */
  text-decoration: none;     /* remove underline */
}

a:hover {
  color: #FFAA33;
}



.hero-nav,
.credit,
.byline,
.caption {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}







/* BUTTON 52 (yellow) */
.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-52:after {
  content: "";
  background-color: #ffe54c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}





/* BUTTON 53 (mine) */
.button-53 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-53:after {
  content: "";
  background-color: #D5EDF6;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: -17px;
  left: -17px;
  transition: 0.4s;
}

.button-53:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: 13px 50px 13px;
  }
}





/* BUTTON 51 (blue) */
.button-51 {
  background-color: transparent;
  border: 1px solid #266DB6;
  box-sizing: border-box;
  color: #00132C;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-51:hover,
.button-51:active {
  outline: 0;
}

.button-51:hover {
  background-color: transparent;
  cursor: pointer;
}

.button-51:before {
  background-color: #D5EDF6;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.button-51:hover:before {
  background-color: #6DCFF6;
}

@media (min-width: 768px) {
  .button-51 {
    padding: 16px 32px;
  }
}




/* HERO */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem;
  gap: 4rem;
}

.hero-image img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.credit {
  font-size: 0.8rem;
  font-style: italic;
}

.handwritten-image img {
  width: 70%;
  display: block;
  margin-bottom: 1rem;
  align-self: flex-end;
  justify-content: center;
}

.nashville-speared-image img {
  width: 30%;
  display: block;
  margin-bottom: 1rem;
}


/*

.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 2.5rem 0;
}

*/

.hero-text h1 {
  font-family: 'Fraunces', serif;
  font-size: 4.6rem;
  font-weight: 420;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 2.5rem 0;
}

.hero-nav {
  display: flex;
  gap: 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.hero-nav a:hover {
  display: flex;
  gap: 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #FFAA00;
}



/* VIDEO */

.video-section {
  padding: 6rem 2rem;
  text-align: center;
}

.video-wrapper {
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.caption {
  margin-top: 1rem;
  font-size: 0.9rem;
}

/* PRESS */

.press {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6rem 4rem;
  gap: 4rem;
}

.press-image img {
  width: 70%;
}


.press-text h2 {
  font-family: 'Fruances', serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.hero-text h1 {
  font-family: 'Fraunces', serif;
  font-size: 4.6rem;
  font-weight: 420;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 0 0 2.5rem 0;
}


.byline {
  margin-top: 2rem;
  font-style: italic;
}








/* GALLERY */



.gallery {
  background: #0A1011;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}


/* RIGHT SIDE: two-zone column */
.gallery-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* pushes grid to bottom */
  padding: .5rem;
  gap: 5.25rem;
}

.gallery-left {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25rem;
}

.gallery-left img {
  width: 100%;
  max-height: 88vh;
  object-fit: cover;
  display: block;
}






/* quote image + invitation stack */

.quote-image {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-self: flex-start; /* ← pushes it right */
  align-items: center;
  gap: 0.75rem;
}

.quote-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  opacity: 0.95;
}





.invitation {
  max-width: 520px; /* lines up with quote image */
  display: grid;
  gap: 0.55rem;       /* controls internal spacing */
  margin-top: 2.2rem; /* tiny separation from quote bubble */
  align-self: center; /* ← pushes it right */
}



.inv-lede {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  opacity: 0.82;
  line-height: 1.2;
}

.inv-head {
  margin: 0;
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.02;
}

.inv-head span {
  font-style: italic;
}





.lover-card {
  display: block;
  max-width: 300px; /* adjust to taste */
  margin-top: 0.35rem;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lover-card img {
  width: 100%;
  height: auto;
  display: block;
}

.lover-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.12);
}








/* GRID stays compact and on the bottom */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
/*  gap: 1px; */
  background: #000;
  align-content: end;      /* packs rows together (no weird separation) */
  align-self: flex-end;
}

.gallery-grid {
  margin-top: auto;           /* ensures it stays bottom */
  width: 100%;
  max-width: 520px;           /* matches quote/invite width */
  gap: 0;                     /* no seams unless you want them */
}


.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gallery-grid a {
  display: block;
}

.gallery-grid img {
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.gallery-grid a:hover img {
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}






.album-tile {
  position: relative;
}

.album-tile::after {
  content: attr(data-title) " · " attr(data-year);
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border-radius: 10px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.12);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.album-tile:hover::after {
  opacity: 1;
  transform: translateY(0);
}


/* MOBILE SANITY -- FOR GRID TO STACK ON NARROW SCREENS */

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

  .gallery-left img {
    max-height: 60vh;
  }
}












/* PROOFS (river that gets denser) */
.proofs {
  background: #0A1011;;
  padding: 6rem 2rem;
}

.proofs-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; /* keeps things from feeling random */
}

/* base proof image */
.proof {
  display: block;
  height: auto;
  border-radius: 14px;
  opacity: 0.98;
  transform-origin: center;
  transition: transform 160ms ease, opacity 160ms ease;
}

/* offset sides */
.p-left  { align-self: flex-start; transform: rotate(-0.6deg); }
.p-right { align-self: flex-end;   transform: rotate(0.6deg); }

/* widths */
.p-sm { width: min(380px, 84vw); }
.p-md { width: min(520px, 90vw); }
.p-lg { width: min(680px, 92vw); }

/* “more and more”: spacing tightens as you go down */
.p-loose { margin-top: 2.25rem; }
.p-mid   { margin-top: 1.35rem; }
.p-dense { margin-top: 0.65rem; }

/* optional: on hover, straighten and lift */
.proof:hover {
  opacity: 1;
  transform: rotate(0deg) translateY(-2px);
}





/* SIGNUP */

.signup {
  background: radial-gradient(circle at center, #2b1a0f, #000);
  padding: 8rem 2rem;
  display: flex;
  justify-content: center;
}

.signup-inner {
  border: 1px solid cadetblue;
  padding: 3rem;
  color: white;
}





/* COPYRIGHT */

.copyright {
  background: radial-gradient(circle at center, #2f1c0f, #000);
  padding: .5rem 2rem;
  display: flex;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}








/* -------- Music page -------- */


.album-line {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem 0;
}

.descriptive-line {
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0 0 1.25rem 0;
}












/* -------- Booking page -------- */

.page {
  background: #f2f2f2;
  color: #111;
}

.page-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
}

.page-header {
  margin-bottom: 3rem;
}

.page-title {
  font-family: 'Fraunces', serif;
  font-size: 3.2rem;
  font-weight: 420;
  line-height: 1;
  margin: 0 0 1rem 0;
}

.page-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.booking-card {
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 2rem;
  max-width: 720px;
}

.booking-line {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.25rem 0;
}

.booking-line strong {
  font-weight: 600;
}

.booking-email .email {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 420;
}

.page-back {
  margin-top: 3rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  opacity: 0.7;
}

















/* MOBILE FIXES */



@media (max-width: 768px) {

  /* GLOBAL */

  body {
    padding: 0;
  }

  section {
    padding: 2rem 1.25rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* HERO / HEADER */

  .hero,
  .gallery {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
    line-height: 0.95;
  }

  nav {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  /* PHOTOS */

  .gallery-left img,
  .hero img {
    max-height: none;
  }

  /* INVITATION */

  .invitation {
    align-self: flex-start;
    margin-top: 1.5rem;
  }

  .lover-card {
    max-width: 220px;
  }

  /* PROOFS RIVER */

  .proofs-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .proof {
    align-self: center !important;
    max-width: 85%;
  }

  /* QUOTES */

  blockquote,
  .quote {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* GALLERY GRID */

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }

}


