:root {
  --wine: #7b1530;
  --rose: #f391ad;
  --hot-pink: #f5458a;
  --blush: #fff1f6;
  --cream: #fff9ef;
  --lavender: #cab1ff;
  --violet: #7e45bd;
  --cocoa: #624635;
  --gold: #d8aa45;
  --ink: #321d2a;
  --muted: #7f6170;
  --line: rgba(123, 21, 48, 0.16);
  --shadow: 0 28px 90px rgba(123, 21, 48, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 241, 246, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand,
nav,
.hero-actions,
.quick-contact {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  color: var(--wine);
  font-weight: 900;
}

.brand img,
footer img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(245, 69, 138, 0.28);
}

nav {
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

nav a:hover,
.header-action:hover {
  color: var(--hot-pink);
}

.header-action {
  border: 1px solid rgba(123, 21, 48, 0.22);
  border-radius: 999px;
  padding: 10px 18px;
  background: white;
  color: var(--wine);
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(245, 69, 138, 0.12);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  padding: 118px clamp(20px, 6vw, 88px) 46px;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(55, 17, 39, 0.9) 0%, rgba(123, 21, 48, 0.48) 42%, rgba(255, 241, 246, 0.12) 100%),
    linear-gradient(0deg, rgba(255, 249, 239, 1) 0%, rgba(255, 249, 239, 0.08) 38%),
    url("assets/images/sweet-19.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 26%;
  background: linear-gradient(0deg, var(--cream), rgba(255, 249, 239, 0));
}

.hero-content {
  width: min(850px, 100%);
  color: white;
  text-shadow: 0 10px 38px rgba(55, 17, 39, 0.4);
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

h1 {
  max-width: 980px;
  font-size: clamp(4.5rem, 13vw, 10rem);
  line-height: 0.82;
}

.hero-content p:not(.eyebrow) {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions,
.quick-contact {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(135deg, var(--wine), var(--hot-pink));
  color: white;
  box-shadow: 0 18px 45px rgba(245, 69, 138, 0.34);
}

.button.ghost,
.quick-contact a {
  border-color: rgba(123, 21, 48, 0.2);
  background: rgba(255, 255, 255, 0.74);
  color: var(--wine);
}

.hero .button.ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.16);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 56px;
}

.hero-metrics span {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  backdrop-filter: blur(10px);
}

.intro,
.catalog,
.services,
.instagram,
.order {
  padding: clamp(70px, 9vw, 124px) clamp(20px, 6vw, 88px);
}

.intro {
  background:
    linear-gradient(90deg, rgba(245, 69, 138, 0.14), transparent 42%),
    linear-gradient(180deg, var(--cream), var(--blush));
}

.intro-layout,
.order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(32px, 7vw, 94px);
  align-items: start;
}

.intro h2,
.section-heading h2,
.order-copy h2 {
  max-width: 920px;
  color: var(--wine);
  font-size: clamp(2.4rem, 5.6vw, 5.6rem);
  line-height: 0.95;
}

.intro p:not(.section-label),
.service-list p,
.order-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.section-heading {
  margin-bottom: 34px;
}

.catalog {
  background: var(--blush);
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}

.feature-tile {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-tile.tall {
  grid-row: span 2;
}

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

.feature-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(55, 17, 39, 0.78), transparent 58%);
}

.feature-tile div {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: white;
}

.feature-tile span,
.service-list span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.feature-tile h3 {
  margin-top: 6px;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.carousel-wrap {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 14px;
  transition: transform 520ms ease;
}

.carousel-slide {
  flex: 0 0 min(72vw, 520px);
  height: clamp(420px, 58vw, 670px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 60px rgba(123, 21, 48, 0.12);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(123, 21, 48, 0.68);
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-button.prev {
  left: 14px;
}

.carousel-button.next {
  right: 14px;
}

.carousel-progress {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.carousel-progress button {
  width: 30px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(123, 21, 48, 0.18);
  cursor: pointer;
}

.carousel-progress button.active {
  background: var(--hot-pink);
}

.services {
  background:
    linear-gradient(180deg, var(--blush), var(--cream)),
    var(--cream);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-list article,
.order-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 18px 60px rgba(123, 21, 48, 0.08);
}

.service-list h3 {
  margin-top: 24px;
  color: var(--wine);
  font-size: 1.72rem;
}

.instagram {
  background:
    linear-gradient(135deg, rgba(202, 177, 255, 0.32), transparent 36%),
    var(--blush);
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.insta-grid a {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: white;
}

.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.insta-grid a:hover img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.04);
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.reel-grid video {
  width: 100%;
  max-height: 740px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--wine);
}

.instagram-link {
  margin-top: 20px;
}

.order {
  background:
    linear-gradient(90deg, rgba(245, 69, 138, 0.14), transparent 52%),
    linear-gradient(180deg, var(--cream), white);
}

.order-copy {
  position: sticky;
  top: 112px;
}

.quick-contact a {
  padding: 13px 18px;
  font-weight: 900;
}

.order-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--wine);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(123, 21, 48, 0.18);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 14px;
  outline: 0;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--hot-pink);
  box-shadow: 0 0 0 4px rgba(245, 69, 138, 0.16);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 30px 20px;
  color: var(--muted);
  background: white;
  border-top: 1px solid var(--line);
}

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

  nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .intro-layout,
  .order {
    grid-template-columns: 1fr;
  }

  .order-copy {
    position: static;
  }

  .featured-grid,
  .service-list,
  .reel-grid {
    grid-template-columns: 1fr;
  }

  .feature-tile.tall {
    grid-row: auto;
  }

  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .brand span {
    display: none;
  }

  .header-action {
    padding-inline: 14px;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 5.8rem);
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(55, 17, 39, 0.86), rgba(123, 21, 48, 0.26)),
      linear-gradient(0deg, rgba(255, 249, 239, 1) 0%, rgba(255, 249, 239, 0) 30%),
      url("assets/images/sweet-19.jpg") center / cover;
  }

  .carousel-slide {
    flex-basis: 82vw;
    height: 430px;
  }

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

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