/* Hero section and image collage */

.hero {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 24px;
  padding: 28px 42px 18px;
  align-items: start;
}

.hero-copy {
  position: relative;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 10px;
}

.sparkles-top {
  top: 4px;
  left: 262px;
  width: 104px;
}

h1 {
  position: relative;
  margin: 0;
  line-height: 0.88;
  isolation: isolate;
}

.script-line {
  display: block;
  font-family: "Satisfy", cursive;
  font-size: clamp(50px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.94;
}

.display-line {
  display: block;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  font-family: "Lobster", cursive;
  font-size: clamp(78px, 8.8vw, 132px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.92;
}

.heart-doodle {
  position: absolute;
  top: 88px;
  left: 255px;
  width: 70px;
  z-index: 0;
  opacity: 0.7;
  filter: drop-shadow(0 3px 6px rgba(200, 63, 104, 0.16));
  transform: rotate(45deg);
}

.subhead {
  margin: 18px 0 10px;
  font-size: clamp(24px, 1.95vw, 33px);
  line-height: 1.08;
  font-weight: 700;
}

.lede {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 20px);
  font-style: italic;
  line-height: 1.25;
}

.walk-in-note {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  min-width: 346px;
  background:
    linear-gradient(180deg, rgba(252, 245, 231, 0.96), rgba(245, 232, 207, 0.88)),
    url("../assets/note-paper.svg");
  border: 1px solid rgba(194, 152, 111, 0.14);
  border-radius: 16px;
  box-shadow: var(--card-shadow);
  transform: rotate(-1.2deg);
}

.walk-in-note img {
  width: 56px;
}

.note-title,
.note-hours {
  margin: 0;
}

.note-title {
  font-family: "Satisfy", cursive;
  font-size: 24px;
}

.note-hours {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
}

.note-hours span,
.benefits span {
  color: var(--rose);
  padding: 0 10px;
}

.hero-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 0;
  align-items: stretch;
  height: clamp(430px, 39vw, 545px);
  position: relative;
  margin: 0 0 10px;
}

.frame-torn {
  position: relative;
  padding: 14px;
  background: linear-gradient(180deg, rgba(125, 83, 54, 0.1), rgba(255, 247, 239, 0.12));
  border-radius: 10px;
  box-shadow: var(--card-shadow);
  isolation: isolate;
  clip-path: polygon(3% 1%, 18% 0, 33% 2%, 47% 0, 64% 2%, 79% 0, 97% 3%, 99% 19%, 97% 36%, 100% 51%, 98% 67%, 100% 84%, 97% 98%, 80% 100%, 63% 98%, 48% 100%, 31% 98%, 15% 100%, 2% 97%, 0 81%, 2% 65%, 0 48%, 2% 31%, 0 16%);
}

.frame-torn::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: rgba(255, 245, 232, 0.78);
  clip-path: polygon(2% 1%, 19% 0, 36% 2%, 52% 0, 69% 2%, 85% 1%, 98% 4%, 100% 18%, 98% 35%, 100% 52%, 98% 68%, 99% 84%, 96% 99%, 82% 100%, 66% 98%, 49% 100%, 34% 98%, 17% 100%, 3% 97%, 0 83%, 2% 66%, 0 49%, 2% 32%, 0 17%);
  z-index: -1;
}

.hero-main {
  margin: 0;
  height: 74%;
  margin-right: -68px;
  align-self: start;
  position: relative;
  z-index: 0;
  transform: rotate(-1.2deg);
}

.polaroid-side-left {
    position: absolute;
    left: -214px;
    top: -28px;
    width: 295px;
    height: 352px !important;
    aspect-ratio: 1 / 1;
    z-index: 3;
    transform: rotate(-6deg);
}

.polaroid-side-left img {
  aspect-ratio: 1 / 1;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.hero-main img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  filter: sepia(0.14) saturate(0.9) contrast(0.96);
}

.stacked-polaroids {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: 74%;
  align-self: start;
  padding-top: 12px;
  margin-left: -24px;
  position: relative;
  z-index: 2;
}

.polaroid {
  margin: 0;
  padding: 10px 10px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffaf1, #f6e7cb);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(90, 58, 34, 0.12);
}

.polaroid-top {
  transform: rotate(4.2deg);
  margin-left: 4px;
}

.polaroid-bottom {
  transform: rotate(1.1deg);
  margin-top: -8px;
}

.polaroid img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  filter: sepia(0.12) saturate(0.92) contrast(0.97);
}

.polaroid figcaption {
  margin-top: 8px;
  text-align: center;
  font-family: "Caveat", cursive;
  font-size: 23px;
}
