:root {
  --pink: #ff0068;
  --black: #070707;
  --ink: #111;
  --muted: #6e6e73;
  --line: #e5e5e7;
  --soft: #f5f5f7;
  --radius: 30px;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 2px;
}
.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 118px;
  height: 48px;
  object-fit: contain;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
.nav nav > a:not(.pill):hover {
  color: var(--pink);
}
.menu {
  display: none;
  background: none;
  border: 0;
  font: inherit;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--black);
  color: #fff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}
.pill.small {
  padding: 10px 16px;
}
.pill.pink {
  background: var(--pink);
}
.pill.block {
  display: flex;
  width: 100%;
  margin-top: 22px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin: 0 0 18px;
  color: #666;
}
.hero {
  padding: 96px 0 0;
  text-align: left;
  overflow: hidden;
  background: #080808;
}
.hero-copy {
  max-width: 1180px;
  padding: 0 20px;
}
.hero h1,
.section h2 {
  font-size: clamp(48px, 7.4vw, 94px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  margin: 0;
  font-weight: 700;
}
.hero h1 span {
  color: var(--pink);
}
.lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}
.actions {
  margin: 30px 0 54px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.hero .pill {
  background: var(--pink);
  box-shadow: 0 12px 30px rgba(255, 0, 104, 0.26);
}
.hero .text-link {
  color: #fff;
}
.text-link {
  font-weight: 600;
}
.hero-media {
  width: min(calc(100% - 32px), 1360px);
  height: min(66vw, 710px);
  min-height: 480px;
  margin: auto;
  border: 1px solid rgba(255, 0, 104, 0.55);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}
.hero-video-wrap {
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}
.hero-meta {
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  padding: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}
.section {
  padding: 130px 0;
}
.center {
  text-align: center;
}
.narrow {
  max-width: 900px;
}
.section-copy {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  margin: 28px auto 0;
  max-width: 720px;
}
.intro h2,
.packages h2,
.events h2 {
  font-size: clamp(44px, 6vw, 78px);
}
.packages {
  background-color: #fbfbfc;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
.feature-grid {
  display: grid;
  gap: 22px;
  margin-top: 70px;
}
.feature {
  min-height: 650px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  background: var(--soft);
}
.feature-text {
  padding: 64px;
  position: relative;
  z-index: 2;
}
.feature-text h3 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 22px;
}
.feature-text p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.55;
  color: #666;
  max-width: 460px;
}
.feature-text a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
}
.feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-dark {
  background: #000;
  color: #fff;
}
.feature-dark .feature-text p:not(.eyebrow),
.feature-dark .eyebrow {
  color: #aaa;
}
.feature-dark .product-card {
  padding: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-dark .product-card img {
  height: auto;
  max-height: 540px;
  width: auto;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.feature-pink {
  background: #ffedf4;
}
.feature-signature {
  background: #f3eee8;
}
.feature-signature img {
  height: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}
.feature-pink {
  grid-template-columns: 1fr 0.9fr;
}
.feature-pink img {
  object-fit: contain;
  object-position: center;
  max-height: 590px;
  padding: 34px 34px 34px 0;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}
.package-carousel-shell {
  position: relative;
  margin-top: 64px;
}
.package-carousel-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -21px;
  left: -21px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}
.carousel-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  pointer-events: auto;
}
.carousel-button:hover {
  color: #fff;
  background: var(--black);
}
.carousel-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: none;
}
.carousel-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.package-carousel {
  margin-top: 0;
  display: flex;
  overflow-x: auto;
  grid-template-columns: none;
  gap: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.package-carousel::-webkit-scrollbar {
  display: none;
}
.package-carousel .price-card {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  background: #fff;
  position: relative;
  box-shadow: 0 12px 0 rgba(17, 17, 17, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 104, 0.45);
  box-shadow: 0 18px 30px rgba(17, 17, 17, 0.1);
}
.price-card h3 {
  font-size: 30px;
  margin: 0;
}
.price {
  font-size: 50px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 26px 0 0;
  color: var(--pink);
}
.muted {
  color: var(--muted);
}
.price-card ul {
  padding: 0;
  list-style: none;
  margin: 25px 0 0;
  border-top: 1px solid var(--line);
}
.price-card li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #555;
}
.package-addons {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.package-addons strong {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.popular {
  color: #fff;
  background: var(--black);
  border-color: var(--black);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
.popular li,
.popular .muted,
.popular .package-addons {
  color: rgba(255, 255, 255, 0.68);
}
.popular .package-addons strong {
  color: #fff;
}
.badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--pink);
  color: #fff;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.package-art {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 18px;
  margin-top: 54px;
  align-items: stretch;
}
.package-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--line);
}
.events {
  background: #050505;
  color: #fff;
}
.events .eyebrow {
  color: #888;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.event-grid article {
  padding: 34px;
  border-right: 1px solid #333;
}
.event-grid article:last-child {
  border: 0;
}
.event-grid span {
  color: #777;
  font-size: 12px;
}
.event-grid h3 {
  font-size: 28px;
  margin: 28px 0 10px;
}
.event-grid p {
  color: #999;
  line-height: 1.5;
}
.faq-grid,
.contact-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq h2,
.contact h2,
.reviews h2 {
  font-size: clamp(44px, 5vw, 72px);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
summary {
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
details p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 670px;
}
.reviews {
  background: var(--soft);
}
.reviews-grid {
  align-items: center;
}
.reviews-panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.reviews-score {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews-label {
  color: var(--pink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.reviews-score strong {
  font-size: 24px;
}
.reviews-out-of {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}
.reviews-stars {
  color: var(--pink);
  font-size: 20px;
  letter-spacing: 2px;
}
.reviews-source {
  color: var(--muted);
  font-size: 14px;
}
.reviews-panel > p {
  max-width: 500px;
  margin: 26px 0;
  color: var(--muted);
  line-height: 1.6;
}
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.review-write {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}
.contact {
  background: var(--soft);
}
.contact-grid > div > p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  max-width: 430px;
}
form {
  background: #fff;
  padding: 34px;
  border-radius: 28px;
}
label {
  font-size: 13px;
  font-weight: 600;
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
input,
select {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #d7d7d9;
  background: #fff;
  padding: 0 14px;
  font: inherit;
  color: #111;
  outline: none;
}
input:focus,
select:focus {
  border-color: #888;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.submit {
  width: 100%;
  font-size: 16px;
}
.form-help {
  font-size: 12px;
  color: #888;
  line-height: 1.5;
  margin: 14px 0 0;
}
footer {
  padding: 55px 0 28px;
  background: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}
.footer-grid img {
  width: 150px;
}
.footer-grid p {
  color: #777;
  max-width: 350px;
  line-height: 1.5;
}
.footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-grid strong {
  margin-bottom: 6px;
}
.copyright {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 24px;
  color: #888;
  font-size: 12px;
}
.floating-chat {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: #0084ff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 700;
}
.floating-chat:hover {
  background: #006fda;
}
@media (max-width: 850px) {
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }
  .menu {
    display: block;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--black);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .nav nav.open {
    display: flex;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  }
  .nav nav .pill {
    width: 100%;
  }
  .hero {
    padding-top: 62px;
  }
  .hero h1 {
    font-size: clamp(46px, 13vw, 72px);
  }
  .hero-media {
    min-height: 420px;
  }
  .hero-meta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .section {
    padding: 86px 0;
  }
  .feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .feature-pink {
    grid-template-columns: 1fr;
  }
  .feature-signature {
    grid-template-columns: 1fr;
  }
  .feature-pink img {
    padding: 20px 20px 30px;
    max-height: 520px;
  }
  .feature-text {
    padding: 38px 30px;
  }
  .feature img {
    height: 430px;
  }
  .feature-dark .product-card {
    padding: 30px;
  }
  .price-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
  .package-carousel-shell {
    width: min(calc(100% - 28px), var(--max));
  }
  .package-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .package-carousel .price-card {
    flex-basis: calc((100% - 18px) / 2);
  }
  .package-art {
    grid-template-columns: 1fr;
  }
  .event-grid {
    grid-template-columns: 1fr 1fr;
  }
  .event-grid article:nth-child(2) {
    border-right: 0;
  }
  .event-grid article {
    border-bottom: 1px solid #333;
  }
  .faq-grid,
  .contact-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .brand img {
    width: 105px;
  }
  .hero-media {
    height: 78vh;
    min-height: 390px;
    border-radius: 24px;
  }
  .actions {
    flex-direction: column;
  }
  .feature-text h3 {
    font-size: 42px;
  }
  .gallery .g1,
  .gallery .event-grid {
    grid-template-columns: 1fr;
  }
  .event-grid article {
    border-right: 0;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .package-carousel {
    gap: 14px;
  }
  .package-carousel .price-card {
    flex-basis: 84vw;
  }
  .reviews-panel {
    padding: 30px;
  }
  .floating-chat {
    right: 14px;
    bottom: 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
}

/* Google Drive gallery */
.drive-gallery {
  background: #fff;
}
.gallery-head {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
  align-items: end;
}
.gallery-head h2 {
  font-size: clamp(44px, 6vw, 78px);
}
.gallery-intro {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 550px;
}
.gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  margin-bottom: 22px;
}
.gallery-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.gallery-filter {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  padding: 9px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: 0.2s ease;
}
.gallery-filter:hover {
  border-color: #aaa;
  color: #111;
}
.gallery-filter.active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.gallery-drive-link {
  font-size: 14px;
  white-space: nowrap;
}
.drive-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--soft);
  position: relative;
  min-height: 270px;
  cursor: zoom-in;
}
.gallery-item:nth-child(6n + 1),
.gallery-item:nth-child(6n + 4) {
  grid-column: span 7;
}
.gallery-item:nth-child(6n + 2),
.gallery-item:nth-child(6n + 3) {
  grid-column: span 5;
}
.gallery-item:nth-child(6n + 5),
.gallery-item:nth-child(6n + 6) {
  grid-column: span 6;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  max-height: 520px;
  object-fit: cover;
  transition:
    transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.25s;
}
.gallery-item:hover img {
  transform: scale(1.025);
}
.gallery-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(4px);
  transition: 0.2s;
}
.gallery-item:hover figcaption {
  opacity: 1;
  transform: none;
}
.gallery-skeleton {
  grid-column: span 4;
  min-height: 300px;
  border-radius: 20px;
  background: linear-gradient(100deg, #f2f2f4 20%, #fafafa 40%, #f2f2f4 60%);
  background-size: 200% 100%;
  animation: galleryShimmer 1.2s linear infinite;
}
.gallery-status {
  padding-top: 20px;
  color: #777;
  font-size: 14px;
}
.gallery-status.owner-note {
  background: var(--soft);
  padding: 18px 20px;
  border-radius: 16px;
  margin-top: 20px;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.gallery-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.gallery-lightbox img {
  max-width: min(1400px, 94vw);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
}
.gallery-lightbox button {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.gallery-lightbox p {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ddd;
  font-size: 13px;
}
.gallery-error .gallery-skeleton {
  display: none;
}
@keyframes galleryShimmer {
  to {
    background-position: -200% 0;
  }
}
@media (max-width: 850px) {
  .gallery-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .gallery-toolbar {
    align-items: flex-start;
  }
  .drive-gallery-grid {
    gap: 10px;
  }
  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: span 6;
  }
  .gallery-item img {
    min-height: 230px;
  }
  .gallery-skeleton {
    grid-column: span 6;
    min-height: 230px;
  }
}
@media (max-width: 560px) {
  .gallery-toolbar {
    display: grid;
  }
  .gallery-drive-link {
    margin-top: 4px;
  }
  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: span 12;
  }
  .gallery-item img {
    min-height: 300px;
    max-height: 430px;
  }
  .gallery-skeleton {
    grid-column: span 12;
    min-height: 300px;
  }
}

/* v11 image-led offer sections */
.price-grid-four {
  grid-template-columns: repeat(4, 1fr);
}
.price-grid-four .price-card {
  padding: 30px;
}
.price-grid-four .price {
  font-size: 44px;
}
.price-grid-four .price-card h3 {
  font-size: 27px;
}
.poster-card img {
  max-height: 590px !important;
  width: auto !important;
  object-fit: contain !important;
}
.offer-head {
  margin-top: 82px;
  max-width: 780px;
  text-align: center;
}
.offer-head h3 {
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 18px;
}
.offer-head > p:last-child {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 auto;
  max-width: 680px;
}
.poster-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
  align-items: start;
}
.poster-tile {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.poster-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.poster-tile img {
  width: 100%;
  height: auto;
  border-radius: 17px;
  background: #f5f5f7;
}
.poster-tile figcaption {
  padding: 13px 8px 8px;
  font-size: 14px;
  font-weight: 650;
  color: #333;
}
.promo-wide {
  margin-top: 26px;
  border-radius: 30px;
  background: #0b0b0b;
  color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}
.promo-copy {
  padding: 58px;
}
.promo-copy .eyebrow {
  color: #8c8c91;
}
.promo-copy h3 {
  font-size: clamp(40px, 4.8vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
}
.promo-copy p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.55;
  color: #aaa;
  max-width: 470px;
}
.promo-copy .text-link {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
}
.promo-wide > img {
  width: 100%;
  height: 680px;
  object-fit: contain;
  background: #111;
  padding: 18px;
}
.ad-section {
  padding: 24px 0;
}
.ad-wrap {
  min-height: 100px;
  max-width: 970px;
}
@media (max-width: 1050px) {
  .price-grid-four {
    grid-template-columns: repeat(2, 1fr);
  }
  .poster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-wide {
    grid-template-columns: 1fr 1fr;
  }
  .promo-wide > img {
    height: 610px;
  }
}
@media (max-width: 850px) {
  .price-grid-four:not(.package-carousel) {
    grid-template-columns: 1fr;
  }
  .poster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-wide {
    grid-template-columns: 1fr;
  }
  .promo-copy {
    padding: 40px 30px;
  }
  .promo-wide > img {
    height: auto;
    max-height: 820px;
  }
  .feature-dark .poster-card {
    padding: 24px;
  }
}
@media (max-width: 560px) {
  .poster-grid {
    grid-template-columns: 1fr;
  }
  .poster-tile {
    border-radius: 20px;
  }
  .offer-head {
    margin-top: 60px;
  }
  .promo-wide {
    border-radius: 24px;
  }
  .promo-copy h3 {
    font-size: 42px;
  }
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.consent {
  display: flex;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 1.45;
}
.consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--pink);
}
.submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.form-help.success {
  color: #16764a;
  font-weight: 600;
}
.form-help.error {
  color: #b42318;
  font-weight: 600;
}

/* Inquiry form refinement */
.optional {
  font-weight: 400;
  color: #86868b;
  font-size: 0.9em;
}
