:root {
  --bg: #ffffff;
  --ink: #171219;
  --muted: #62556a;
  --line: #b487ca;
  --lavender: #a87abd;
  --purple: #4b176f;
  --deep: #2a083e;
  --soft: #f7f0fa;
  --shadow: 0 24px 70px rgba(75, 23, 111, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(168, 122, 189, 0.11) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before,
body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  height: 112px;
  pointer-events: none;
  z-index: -1;
  background:
    repeating-radial-gradient(
      ellipse at 50% 0,
      transparent 0 58px,
      rgba(75, 23, 111, 0.18) 59px 70px,
      transparent 71px 132px
    );
}

body::before {
  top: -52px;
}

body::after {
  bottom: -72px;
  transform: rotate(180deg);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 78px;
  margin: 16px auto 0;
  padding: 12px 18px;
  border: 2px solid rgba(168, 122, 189, 0.65);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 40px rgba(75, 23, 111, 0.08);
}

.brand {
  display: grid;
  gap: 2px;
}

.brand span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}

.brand small {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 600;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a,
.header-cta,
.button,
.price-row a {
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

nav a:hover {
  color: var(--purple);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--purple);
  background: var(--purple);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.header-cta:hover,
.button:hover,
.price-row a:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  align-items: stretch;
  gap: clamp(26px, 4vw, 58px);
  width: min(1180px, calc(100% - 32px));
  min-height: 650px;
  margin: -1px auto 0;
  padding: clamp(52px, 6vw, 82px) clamp(44px, 6vw, 76px) 0;
  border: 2px solid rgba(168, 122, 189, 0.65);
  border-top: 0;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 590px;
  padding-bottom: clamp(34px, 5vw, 66px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 610px;
  font-size: clamp(2.8rem, 4.45vw, 4.35rem);
  line-height: 1.02;
}

h1 span {
  display: block;
  color: var(--purple);
  font-style: italic;
  font-weight: 600;
}

.hero-copy p {
  max-width: 500px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 188px;
  padding: 0 26px;
  border: 2px solid var(--purple);
  font-size: 0.98rem;
  font-weight: 800;
}

.button.primary {
  background: var(--purple);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--purple);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 560px;
  margin-top: 46px;
  color: var(--deep);
}

.hero-points span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-top: 22px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.hero-points span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--purple);
  transform: translateX(-50%) rotate(45deg);
}

.hero-media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 650px;
  padding-top: 28px;
}

.hero-main {
  width: min(560px, 100%);
  height: 650px;
  object-fit: cover;
  object-position: 50% 13%;
  border: 0;
  box-shadow: none;
}

.hero-float {
  position: absolute;
  right: -10px;
  bottom: 84px;
  width: min(248px, 44%);
  aspect-ratio: 1.2;
  object-fit: cover;
  border: 3px solid var(--deep);
  box-shadow: 0 20px 54px rgba(42, 8, 62, 0.22);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 0;
  scroll-margin-top: 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 30px;
  margin-bottom: 34px;
  text-align: center;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  line-height: 1.05;
}

.section-heading p,
.final-cta p,
.gallery-copy p,
.package-description,
.detail-panel li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.section-heading p {
  max-width: 680px;
}

.portfolio-showcase {
  margin-top: clamp(20px, 4vw, 38px);
  padding: 0 0 clamp(24px, 4vw, 42px);
  border-bottom: 1px solid rgba(168, 122, 189, 0.42);
}

.showcase-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 26px;
}

.showcase-copy h3 {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.showcase-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.portfolio-reel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-reel::before,
.portfolio-reel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(90px, 12vw);
  pointer-events: none;
}

.portfolio-reel::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.portfolio-reel::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.reel-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: portfolio-scroll 54s linear infinite;
}

.portfolio-reel:hover .reel-track {
  animation-play-state: paused;
}

.reel-track figure {
  position: relative;
  flex: 0 0 clamp(210px, 22vw, 285px);
  height: clamp(300px, 35vw, 390px);
  margin: 0;
  border: 2px solid rgba(168, 122, 189, 0.72);
  background: var(--soft);
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(75, 23, 111, 0.1);
}

.reel-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 420ms ease;
}

.reel-track figure:hover img {
  transform: scale(1.035);
}

.reel-track figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(10px);
}

@keyframes portfolio-scroll {
  from {
    transform: translateX(0);
  }

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

.packages {
  padding-top: 36px;
  border-top: 1px solid rgba(168, 122, 189, 0.42);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
  padding: clamp(26px, 3vw, 36px);
  border: 2px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(75, 23, 111, 0.08);
}

.package-card.featured {
  border-color: var(--purple);
  background: var(--soft);
  transform: translateY(-16px);
}

.package-card h3 {
  color: var(--deep);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1;
}

.package-description {
  margin-top: 18px;
}

.package-card ul,
.detail-panel ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.package-card li {
  margin: 10px 0;
  color: #24182c;
  line-height: 1.45;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
}

.price-row strong {
  color: var(--purple);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1;
}

.price-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid var(--purple);
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.details-band {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 0;
  scroll-margin-top: 112px;
}

.detail-panel {
  padding: clamp(26px, 3vw, 36px);
  border: 2px solid var(--line);
  background: #fff;
}

.detail-panel h2 {
  color: var(--deep);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1;
}

.detail-panel li {
  margin: 10px 0;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1180px, calc(100% - 32px));
  margin: clamp(44px, 7vw, 86px) auto;
  padding: clamp(30px, 5vw, 58px);
  border: 3px solid var(--purple);
  background: var(--deep);
  color: #fff;
  scroll-margin-top: 112px;
}

.final-cta div {
  max-width: 740px;
}

.final-cta p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta .button.primary {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--purple);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 28px 0;
  }

  .hero-media {
    min-height: 520px;
  }

  .hero-main {
    width: min(520px, 100%);
    height: 520px;
  }

  .section-heading,
  .showcase-copy,
  .package-grid,
  .details-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .final-cta {
    display: grid;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero,
  .section,
  .details-band,
  .final-cta {
    width: calc(100% - 24px);
  }

  .hero {
    padding: 34px 20px 0;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
    line-height: 1.02;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 440px;
  }

  .hero-main {
    width: 92%;
    height: 420px;
  }

  .hero-float {
    width: 48%;
    bottom: 18px;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .hero-points span {
    justify-content: center;
    min-height: 34px;
    padding-top: 0;
    padding-left: 28px;
    text-align: left;
  }

  .hero-points span::before {
    top: 50%;
    left: 4px;
    transform: translateY(-50%) rotate(45deg);
  }

  .portfolio-reel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .portfolio-reel::before,
  .portfolio-reel::after {
    display: none;
  }

  .reel-track {
    width: max-content;
    padding-right: 18px;
    animation: none;
  }

  .reel-track figure {
    flex-basis: 235px;
    height: 330px;
    scroll-snap-align: start;
  }

  .package-card {
    min-height: auto;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-row a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .portfolio-reel {
    overflow-x: auto;
  }

  .reel-track {
    animation: none;
  }
}
