/* Premium service pages — shared with the 2026 beverage brand system. */
.landing-page {
  background:
    radial-gradient(circle at 92% 18%, rgba(215, 56, 111, 0.09), transparent 26%),
    var(--paper);
}

.landing-page .site-header,
.landing-page .site-header.is-scrolled {
  color: var(--ink);
  background: rgba(243, 238, 228, 0.97);
  border-bottom: 1px solid var(--rule);
}

.landing-page .site-header:not(.is-scrolled) .brand {
  color: var(--navy);
}

.landing-page .site-header:not(.is-scrolled) .brand-name em {
  color: var(--pink-deep);
}

.landing-page .site-header:not(.is-scrolled) .masthead-note {
  color: var(--muted);
}

.landing-page .site-header:not(.is-scrolled) .nav .nav-order {
  border-color: var(--rule);
}

.landing-page .site-header:not(.is-scrolled) .nav .nav-cta {
  color: var(--frost);
  background: var(--ink);
}

.landing-main {
  padding-top: 78px;
}

.landing-breadcrumb {
  width: min(calc(100% - 48px), 1480px);
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 22px auto -8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-breadcrumb a {
  color: var(--pink-deep);
  text-decoration: none;
}

.landing-breadcrumb a:hover {
  color: var(--ink);
}

.landing-hero,
.landing-section,
.landing-band,
.landing-footer {
  width: min(calc(100% - 48px), 1480px);
  margin-inline: auto;
}

.landing-hero {
  min-height: min(760px, calc(100svh - 102px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  margin-top: 24px;
  margin-bottom: clamp(54px, 8vw, 118px);
  overflow: hidden;
  color: var(--frost);
  background: var(--pink-deep);
  border-radius: 32px;
  box-shadow: 0 26px 78px rgba(60, 25, 42, 0.2);
}

.landing-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 10%, rgba(235, 209, 90, 0.18), transparent 28%),
    linear-gradient(145deg, var(--pink-deep), #611732);
}

.landing-hero-copy .chapter,
.landing-section > .chapter,
.landing-band .chapter {
  width: fit-content;
  padding: 9px 14px 8px;
  color: var(--ink);
  background: var(--lemon);
  border-radius: 999px;
}

.landing-hero-copy .chapter::before,
.landing-section > .chapter::before,
.landing-band .chapter::before {
  display: none;
}

.landing-hero-copy h1 {
  max-width: 9.4ch;
  margin: 28px 0 26px;
  font-family: var(--display);
  font-size: clamp(4rem, 6.7vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.87;
}

.landing-hero-copy h1 em {
  color: var(--lemon);
  font-style: italic;
}

.landing-hero-copy > p:not(.chapter) {
  max-width: 56ch;
  margin-bottom: 0;
  color: rgba(255, 251, 244, 0.8);
  font-size: 1.02rem;
  line-height: 1.72;
}

.landing-hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 32px;
}

.landing-hero-copy .text-link {
  color: var(--frost);
}

.landing-hero-copy .text-link:hover {
  color: var(--lemon);
}

.landing-hero-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  background: var(--ink);
}

.landing-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(56, 13, 34, 0.26), transparent 32%),
    linear-gradient(0deg, rgba(12, 17, 20, 0.52), transparent 40%);
  pointer-events: none;
}

.landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-hero-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  margin: 0;
  color: var(--frost);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.landing-section {
  padding-block: clamp(72px, 8vw, 124px);
}

.landing-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: clamp(44px, 8vw, 130px);
  align-items: end;
  margin-top: 30px;
}

.landing-section h2,
.landing-band h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6vw, 6.7rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.landing-split > p,
.landing-lead {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.landing-lead a,
.landing-faq a {
  color: var(--pink-deep);
  font-weight: 800;
}

.landing-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(46px, 6vw, 78px);
}

.landing-card-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3.5vw, 48px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.landing-card-grid article:nth-child(1) {
  background: var(--lemon);
}

.landing-card-grid article:nth-child(2) {
  background: var(--aqua);
}

.landing-card-grid article:nth-child(3) {
  color: var(--frost);
  background: var(--pink);
}

.landing-card-grid article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: transparent;
  background: var(--ink);
  border-radius: 50%;
  font-size: 0;
}

.landing-card-grid article > span::before {
  content: "✦";
  color: var(--lemon);
  font-size: 0.85rem;
}

.landing-card-grid h3 {
  margin: 48px 0 14px;
  font-family: var(--display);
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.landing-card-grid p {
  margin: 0;
  color: currentColor;
  line-height: 1.65;
  opacity: 0.78;
}

.landing-card-grid a {
  color: currentColor;
  font-weight: 900;
}

.area-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(46px, 6vw, 78px);
}

.area-region-grid article {
  min-height: 240px;
  padding: clamp(28px, 3.4vw, 44px);
  background: var(--frost);
  border: 1px solid var(--rule);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.area-region-grid article:nth-child(3n + 1) {
  border-top: 7px solid var(--lemon);
}

.area-region-grid article:nth-child(3n + 2) {
  border-top: 7px solid var(--aqua);
}

.area-region-grid article:nth-child(3n + 3) {
  border-top: 7px solid var(--pink);
}

.area-region-grid h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.8vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.area-region-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.area-region-grid a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--pink-deep);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.area-region-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-band {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: clamp(46px, 6vw, 82px);
  overflow: hidden;
  color: var(--frost);
  background:
    radial-gradient(circle at 82% 16%, rgba(235, 209, 90, 0.18), transparent 26%),
    var(--navy);
  border-radius: 30px;
}

.landing-band h2 {
  margin-top: 22px;
  color: var(--frost);
  font-size: clamp(3rem, 5.4vw, 6rem);
}

.landing-band h2 em {
  color: var(--lemon);
}

.landing-band .btn {
  min-width: 250px;
  flex: 0 0 auto;
}

.landing-band-final {
  margin-bottom: clamp(54px, 8vw, 110px);
}

.landing-faq {
  max-width: 1050px;
}

.landing-faq > h2 {
  margin: 28px 0 48px;
}

.landing-faq details {
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--frost);
  border: 1px solid var(--rule);
  border-radius: 18px;
}

.landing-faq details[open] {
  background: var(--lemon);
}

.landing-faq summary {
  position: relative;
  padding: 25px 62px 25px 24px;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
}

.landing-faq summary::-webkit-details-marker {
  display: none;
}

.landing-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--pink-deep);
  font-family: var(--sans);
  font-size: 1.7rem;
  transform: translateY(-50%);
}

.landing-faq details[open] summary::after {
  content: "−";
}

.landing-faq details p {
  max-width: 760px;
  margin: -2px 64px 28px 24px;
  color: var(--muted);
  line-height: 1.72;
}

.landing-ig {
  width: min(calc(100% - 48px), 1480px);
  margin-bottom: clamp(54px, 8vw, 100px);
  padding: clamp(52px, 7vw, 96px);
  color: var(--frost);
  background:
    radial-gradient(circle at 91% 8%, rgba(235, 209, 90, 0.2), transparent 24%),
    var(--pink);
  border-radius: 30px;
}

.landing-ig > .chapter {
  color: var(--ink);
  background: var(--lemon);
}

.landing-ig > h2 {
  margin: 28px 0 24px;
  color: var(--frost);
}

.landing-ig > h2 em {
  color: var(--lemon);
}

.landing-ig .landing-lead {
  color: rgba(255, 251, 244, 0.8);
}

.landing-ig .landing-lead a {
  color: var(--lemon);
}

.landing-ig .reel-grid {
  width: 100%;
  margin-top: 42px;
}

.landing-ig .reel-card iframe {
  min-height: 560px;
}

.ig-reels-cta {
  margin-top: 28px;
}

.landing-contact {
  margin-bottom: clamp(54px, 8vw, 110px);
  padding: clamp(52px, 7vw, 96px);
  background:
    radial-gradient(circle at 88% 8%, rgba(139, 191, 186, 0.3), transparent 23%),
    var(--frost);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.landing-contact > h2 {
  margin: 28px 0 28px;
}

.landing-contact > h2 em {
  color: var(--pink-deep);
}

.landing-contact .inquiry-form {
  max-width: 1060px;
  margin: 52px 0 0;
  padding: clamp(34px, 5vw, 68px);
  background: var(--paper);
  border-radius: 26px;
}

.landing-contact .field-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.landing-contact .field-label > span {
  color: var(--ink);
}

.landing-footer {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(260px, 1fr) minmax(340px, 1.3fr);
  gap: 46px;
  align-items: center;
  padding: 58px clamp(28px, 5vw, 72px);
  color: var(--frost);
  background: var(--ink);
  border-radius: 30px 30px 0 0;
}

.landing-footer .brand {
  color: var(--frost);
}

.landing-footer p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 251, 244, 0.66);
  line-height: 1.65;
}

.landing-footer .landing-studio-credit {
  display: inline-block;
  margin-top: 12px;
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-footer .landing-studio-credit:hover {
  color: var(--lemon);
}

.landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.landing-footer nav a {
  color: var(--lemon);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 1060px) {
  .landing-hero {
    grid-template-columns: 1fr;
  }

  .landing-hero-copy {
    min-height: 580px;
  }

  .landing-hero-media {
    min-height: min(76vw, 650px);
  }

  .landing-card-grid {
    grid-template-columns: 1fr;
  }

  .area-region-grid,
  .area-region-grid-three {
    grid-template-columns: 1fr 1fr;
  }

  .landing-card-grid article {
    min-height: 260px;
  }

  .landing-footer {
    grid-template-columns: 1fr 1fr;
  }

  .landing-footer nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .landing-page .site-header:not(.is-scrolled) .nav-toggle {
    color: var(--ink);
    border-color: var(--rule);
  }

  .landing-main {
    padding-top: 70px;
  }

  .landing-breadcrumb {
    width: min(calc(100% - 20px), 1480px);
    margin-top: 16px;
  }

  .landing-hero,
  .landing-section,
  .landing-band,
  .landing-footer,
  .landing-ig {
    width: min(calc(100% - 20px), 1480px);
  }

  .landing-hero {
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 42px;
    border-radius: 24px;
  }

  .landing-hero-copy {
    min-height: 620px;
    justify-content: flex-end;
    padding: 90px 24px 44px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(3.75rem, 17vw, 5.8rem);
  }

  .landing-hero-copy .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-hero-copy .hero-actions .btn,
  .landing-hero-copy .hero-actions .text-link {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    text-align: center;
  }

  .landing-hero-media {
    min-height: 420px;
  }

  .landing-section {
    padding-block: 72px;
  }

  .landing-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .area-region-grid,
  .area-region-grid-three {
    grid-template-columns: 1fr;
  }

  .landing-section h2,
  .landing-band h2 {
    font-size: clamp(3.4rem, 15vw, 5.2rem);
  }

  .landing-band {
    display: grid;
    padding: 42px 24px;
    border-radius: 24px;
  }

  .landing-band .btn {
    width: 100%;
    min-width: 0;
  }

  .landing-ig,
  .landing-contact {
    padding: 54px 20px;
    border-radius: 24px;
  }

  .landing-ig .reel-grid {
    grid-auto-columns: 88%;
  }

  .landing-contact .inquiry-form {
    margin-top: 38px;
    padding: 34px 20px;
    border-radius: 22px;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 24px;
    border-radius: 24px 24px 0 0;
  }

  .landing-footer nav {
    grid-column: 1;
  }
}

@media (max-width: 430px) {
  .landing-hero-copy {
    min-height: 580px;
    padding: 74px 20px 40px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(3.25rem, 17vw, 5.8rem);
  }

  .landing-ig,
  .landing-contact {
    padding: 48px 14px;
  }

  .landing-contact .inquiry-form {
    padding: 32px 16px;
  }

  .landing-footer {
    padding-inline: 20px;
  }
}
