@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-italic-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fraunces-italic-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-400-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/fraunces-normal-400-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/outfit-normal-300-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/outfit-normal-300-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Shadows Into Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/shadows-into-light-normal-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Shadows Into Light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/shadows-into-light-normal-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes lac-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes lac-ripple {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.path-frontpage {
  scroll-padding-top: 5rem;
}
.path-frontpage,
.path-frontpage > .dialog-off-canvas-main-canvas {
  height: auto !important;
  min-height: 100vh;
}
.path-frontpage header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.path-frontpage nav.navbar {
  margin-bottom: 0 !important;
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
  background: rgba(255, 248, 240, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(199, 154, 95, 0.22);
}
.path-frontpage .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.path-frontpage .navbar-brand a.site-title {
  display: inline-block;
  font-size: 34px;
  line-height: 1.3;
}
.path-frontpage .navbar-brand a.site-title::after {
  font-size: 0.34em;
  vertical-align: 0.95em;
  margin-left: -1.35em;
}
.path-frontpage nav.navbar > .container-fluid {
  max-width: calc(1180px + 4rem);
  margin-inline: auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  align-items: center;
  gap: 1rem;
}
.path-frontpage .navbar-brand {
  margin-bottom: 0;
}
.path-frontpage .navbar-nav {
  align-items: center;
  gap: 1.75rem;
}
.path-frontpage .navbar-nav .nav-link {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--lac-ink-muted, #6B6259);
  padding: 0;
}
.path-frontpage .navbar-nav .nav-link:hover, .path-frontpage .navbar-nav .nav-link:focus {
  color: var(--lac-pink, #EE3D77);
}
.path-frontpage .navbar-nav li:last-child .nav-link {
  background: var(--lac-pink, #EE3D77);
  color: #fff;
  padding: 0.6rem 1.3rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 20px -8px rgba(238, 61, 119, 0.85);
  transition: transform 0.18s, box-shadow 0.18s;
}
.path-frontpage .navbar-nav li:last-child .nav-link:hover, .path-frontpage .navbar-nav li:last-child .nav-link:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -10px rgba(238, 61, 119, 0.9);
}
@media (max-width: 991.98px) {
  .path-frontpage nav.navbar > .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .path-frontpage .navbar-toggler {
    border: 0;
    padding: 0.35rem;
    border-radius: 10px;
    box-shadow: none !important;
  }
  .path-frontpage .navbar-toggler:focus-visible {
    outline: 3px solid var(--lac-teal);
    outline-offset: 2px;
  }
  .path-frontpage .navbar-toggler-icon {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231E1B18' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .path-frontpage .navbar-collapse {
    margin: 0 -1.25rem;
    padding: 0.25rem 1.25rem 1.25rem;
    background: rgba(255, 248, 240, 0.98);
    border-top: 1px solid rgba(199, 154, 95, 0.22);
    box-shadow: 0 20px 30px -22px rgba(30, 27, 24, 0.45);
  }
  .path-frontpage .navbar-nav {
    gap: 0;
    align-items: stretch;
  }
  .path-frontpage .navbar-nav .nav-link {
    padding: 0.9rem 0;
    font-size: 1rem;
    border-bottom: 1px solid rgba(199, 154, 95, 0.18);
  }
  .path-frontpage .navbar-nav li:last-child {
    margin-top: 1.1rem;
  }
  .path-frontpage .navbar-nav li:last-child .nav-link {
    display: flex;
    justify-content: center;
    border-bottom: 0;
    padding: 0.85rem 1.3rem;
  }
}

.lac-home {
  --lac-paper: #FFF8F0;
  --lac-paper-2: #FFFFFF;
  --lac-shell: #FDEEE0;
  --lac-navy: #17203A;
  --lac-ink: #1E1B18;
  --lac-ink-muted: #6B6259;
  --lac-birch-deep: #C79A5F;
  --lac-pink: #EE3D77;
  --lac-pink-soft: #FFD9E4;
  --lac-teal: #17A69A;
  --lac-teal-soft: #C9F0EA;
  --lac-grape: #7A4FD1;
  --lac-sun: #FFC53D;
  --lac-sun-soft: #FFEFC4;
  --lac-radius: 20px;
  --lac-radius-sm: 12px;
  --lac-shadow: 0 18px 50px -18px rgba(30, 27, 24, 0.28);
  --lac-shadow-lg: 0 34px 80px -24px rgba(30, 27, 24, 0.38);
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--lac-paper);
  color: var(--lac-ink);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.lac-home *,
.lac-home *::before,
.lac-home *::after {
  box-sizing: border-box;
}
.lac-home h1, .lac-home h2, .lac-home h3, .lac-home h4, .lac-home p, .lac-home ul, .lac-home blockquote, .lac-home figure {
  margin: 0;
  padding: 0;
}
.lac-home ul {
  list-style: none;
}
.lac-home img {
  display: block;
  max-width: 100%;
}
.lac-home .lac-wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.lac-home .lac-section {
  padding: 6rem 2rem;
}
.lac-home .lac-label {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lac-pink);
  margin-bottom: 0.85rem;
}
.lac-home .lac-heading {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
  text-align: center;
  color: var(--lac-ink);
  margin-bottom: 1rem;
}
.lac-home .lac-sub {
  text-align: center;
  color: var(--lac-ink-muted);
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 38rem;
  margin: 0 auto 3.5rem;
}
.lac-home .lac-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, color 0.18s;
}
.lac-home .lac-btn--primary {
  background: var(--lac-pink);
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(238, 61, 119, 0.95);
}
.lac-home .lac-btn--primary:hover, .lac-home .lac-btn--primary:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 22px 40px -14px rgba(238, 61, 119, 0.95);
}
.lac-home .lac-btn--ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--lac-ink);
  border: 1.5px solid rgba(30, 27, 24, 0.14);
}
.lac-home .lac-btn--ghost:hover, .lac-home .lac-btn--ghost:focus {
  border-color: var(--lac-teal);
  color: var(--lac-teal);
  transform: translateY(-3px);
}
.lac-home .lac-btn--sun {
  background: var(--lac-sun);
  color: var(--lac-navy);
  box-shadow: 0 14px 30px -12px rgba(255, 197, 61, 0.8);
}
.lac-home .lac-btn--sun:hover, .lac-home .lac-btn--sun:focus {
  color: var(--lac-navy);
  transform: translateY(-3px);
}
.lac-home .lac-btn--white {
  background: #fff;
  color: var(--lac-pink);
  box-shadow: 0 16px 34px -14px rgba(0, 0, 0, 0.5);
}
.lac-home .lac-btn--white:hover, .lac-home .lac-btn--white:focus {
  color: var(--lac-pink);
  transform: translateY(-3px);
}
.lac-home :focus-visible {
  outline: 3px solid var(--lac-teal);
  outline-offset: 3px;
  border-radius: 4px;
}
.lac-home .lac-gift :focus-visible,
.lac-home .lac-cta :focus-visible {
  outline-color: var(--lac-sun);
}
.lac-home .lac-hero {
  position: relative;
  padding: 4.5rem 2rem 5rem;
  overflow: hidden;
}
.lac-home .lac-hero::before, .lac-home .lac-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.lac-home .lac-hero::before {
  width: 44rem;
  height: 44rem;
  top: -18rem;
  right: -14rem;
  background: radial-gradient(circle, rgba(255, 197, 61, 0.42), transparent 68%);
}
.lac-home .lac-hero::after {
  width: 34rem;
  height: 34rem;
  bottom: -16rem;
  left: -12rem;
  background: radial-gradient(circle, rgba(23, 166, 154, 0.3), transparent 68%);
}
.lac-home .lac-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 4.5rem;
  align-items: center;
}
.lac-home .lac-hero__text {
  max-width: 34rem;
}
.lac-home .lac-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--lac-sun-soft);
  color: #8A5B00;
  border: 1px solid rgba(255, 197, 61, 0.55);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.lac-home .lac-eyebrow svg {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}
.lac-home .lac-hero__heading {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--lac-ink);
  margin-bottom: 1.4rem;
}
.lac-home .lac-hero__accent {
  position: relative;
  white-space: nowrap;
  font-style: italic;
  color: var(--lac-pink);
}
.lac-home .lac-hero__accent::after {
  content: "";
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  bottom: 0.06em;
  height: 0.34em;
  background: var(--lac-sun);
  opacity: 0.42;
  border-radius: 999px;
  z-index: -1;
}
.lac-home .lac-hero__sub {
  font-size: 1.13rem;
  color: var(--lac-ink-muted);
  max-width: 30rem;
  margin-bottom: 2.25rem;
  font-weight: 300;
}
.lac-home .lac-hero__sub strong {
  color: var(--lac-ink);
  font-weight: 600;
}
.lac-home .lac-hero__sub p {
  margin: 0;
}
.lac-home .lac-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.25rem;
}
.lac-home .lac-trust {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--lac-ink-muted);
}
.lac-home .lac-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.lac-home .lac-trust .lac-tick {
  color: var(--lac-teal);
  font-weight: 700;
}
.lac-home .lac-hero__media {
  position: relative;
}
.lac-home .lac-photo > *,
.lac-home .lac-photo > * > *,
.lac-home .lac-photo > * > * > *,
.lac-home .lac-step__photo > *,
.lac-home .lac-step__photo > * > *,
.lac-home .lac-step__photo > * > * > *,
.lac-home .lac-gift__photo > *,
.lac-home .lac-gift__photo > * > *,
.lac-home .lac-gift__photo > * > * > *,
.lac-home .lac-gallery figure > *,
.lac-home .lac-gallery figure > * > *,
.lac-home .lac-gallery figure > * > * > * {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.lac-home .lac-quote__cite > *,
.lac-home .lac-quote__cite > * > *,
.lac-home .lac-quote__cite > * > * > * {
  margin: 0 !important;
}
.lac-home .lac-photo {
  position: relative;
  border-radius: var(--lac-radius);
  overflow: hidden;
  box-shadow: var(--lac-shadow-lg);
  transform: rotate(1.6deg);
  border: 8px solid #fff;
  aspect-ratio: 4/3;
}
.lac-home .lac-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lac-home .lac-photo--inset {
  position: absolute;
  left: -3rem;
  bottom: -2.6rem;
  width: 42%;
  aspect-ratio: 4/5;
  border-radius: var(--lac-radius-sm);
  border-width: 7px;
  box-shadow: var(--lac-shadow);
  transform: rotate(-4deg);
}
.lac-home .lac-tapcard {
  position: absolute;
  top: -1.4rem;
  right: -1rem;
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 1.15rem;
  box-shadow: var(--lac-shadow);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 15rem;
}
.lac-home .lac-tapcard .lac-tapcard__ring {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--lac-teal-soft);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
}
.lac-home .lac-tapcard .lac-tapcard__ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--lac-teal);
  animation: lac-ripple 2.2s ease-out infinite;
}
.lac-home .lac-tapcard .lac-tapcard__ring svg {
  width: 1.1rem;
  height: 1.1rem;
}
.lac-home .lac-tapcard b {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--lac-ink);
  line-height: 1.25;
}
.lac-home .lac-tapcard small {
  font-size: 0.76rem;
  color: var(--lac-ink-muted);
}
.lac-home .lac-marquee {
  background: var(--lac-navy);
  color: var(--lac-paper);
  padding: 1.05rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.lac-home .lac-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  animation: lac-marquee 34s linear infinite;
  will-change: transform;
}
.lac-home .lac-marquee__track span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  font-style: italic;
}
.lac-home .lac-marquee__track .lac-marquee__sep {
  color: var(--lac-sun);
  font-style: normal;
  font-size: 0.9rem;
  font-family: inherit;
}
.lac-home .lac-marquee__track .lac-c1 {
  color: var(--lac-sun);
}
.lac-home .lac-marquee__track .lac-c2 {
  color: var(--lac-pink-soft);
}
.lac-home .lac-marquee__track .lac-c3 {
  color: var(--lac-teal-soft);
}
.lac-home .lac-marquee__track .lac-c4 {
  color: #E6DCFB;
}
.lac-home .lac-marquee__track .lac-c5 {
  color: #fff;
}
.lac-home .lac-steps-section {
  background: var(--lac-paper-2);
}
.lac-home .lac-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.lac-home .lac-step {
  background: var(--lac-paper);
  border: 1px solid rgba(199, 154, 95, 0.25);
  border-radius: var(--lac-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s, box-shadow 0.22s;
  position: relative;
}
.lac-home .lac-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--lac-shadow);
}
.lac-home .lac-step:hover .lac-step__photo img {
  transform: scale(1.05);
}
.lac-home .lac-step__photo {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: var(--lac-shell);
}
.lac-home .lac-step__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.lac-home .lac-step__number {
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  left: 0.9rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.5);
}
.lac-home .lac-step--1 .lac-step__number {
  background: var(--lac-pink);
}
.lac-home .lac-step--2 .lac-step__number {
  background: var(--lac-teal);
}
.lac-home .lac-step--3 .lac-step__number {
  background: var(--lac-grape);
}
.lac-home .lac-step__body {
  padding: 1.5rem 1.6rem 1.9rem;
}
.lac-home .lac-step__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--lac-ink);
  margin-bottom: 0.45rem;
}
.lac-home .lac-step__desc {
  font-size: 0.95rem;
  color: var(--lac-ink-muted);
  font-weight: 300;
}
.lac-home .lac-step__desc p {
  margin: 0;
}
.lac-home .lac-channels-section {
  background: var(--lac-paper);
}
.lac-home .lac-channels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}
.lac-home .lac-channel {
  border-radius: var(--lac-radius);
  padding: 1.9rem 1.6rem;
  border: 1px solid rgba(30, 27, 24, 0.07);
  transition: transform 0.22s, box-shadow 0.22s;
}
.lac-home .lac-channel:hover {
  transform: translateY(-6px);
  box-shadow: var(--lac-shadow);
}
.lac-home .lac-channel h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--lac-ink);
  margin-bottom: 0.4rem;
}
.lac-home .lac-channel p {
  font-size: 0.9rem;
  color: rgba(30, 27, 24, 0.68);
  font-weight: 300;
  line-height: 1.6;
}
.lac-home .lac-channel--1 {
  background: linear-gradient(160deg, #FFE6EE, #FFD2E0);
}
.lac-home .lac-channel--2 {
  background: linear-gradient(160deg, #D8F6F1, #BEEDE5);
}
.lac-home .lac-channel--3 {
  background: linear-gradient(160deg, #FFF3D2, #FFE7AE);
}
.lac-home .lac-channel--4 {
  background: linear-gradient(160deg, #EDE4FD, #DED0FA);
}
.lac-home .lac-channel__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.3);
}
.lac-home .lac-channel__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.lac-home .lac-gallery-section {
  background: var(--lac-shell);
}
.lac-home .lac-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 1rem;
}
.lac-home .lac-gallery figure {
  overflow: hidden;
  border-radius: var(--lac-radius-sm);
  box-shadow: 0 10px 26px -16px rgba(30, 27, 24, 0.5);
  grid-column: span 2;
}
.lac-home .lac-gallery figure:hover img {
  transform: scale(1.06);
}
.lac-home .lac-gallery figure:first-child {
  grid-row: span 2;
}
.lac-home .lac-gallery figure > *,
.lac-home .lac-gallery figure > * > * {
  height: 100%;
}
.lac-home .lac-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.lac-home .lac-gallery__note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--lac-ink-muted);
  font-weight: 300;
}
.lac-home .lac-gift {
  background: var(--lac-navy);
  color: var(--lac-paper);
  position: relative;
  overflow: hidden;
}
.lac-home .lac-gift::before {
  content: "";
  position: absolute;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  top: -18rem;
  left: -12rem;
  background: radial-gradient(circle, rgba(122, 79, 209, 0.4), transparent 65%);
  filter: blur(50px);
}
.lac-home .lac-gift__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.lac-home .lac-gift__text .lac-label {
  text-align: left;
  color: var(--lac-sun);
}
.lac-home .lac-gift__text .lac-heading {
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.lac-home .lac-gift__text > .lac-gift__body {
  color: rgba(255, 248, 240, 0.72);
  font-size: 1.02rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.lac-home .lac-gift__text > .lac-gift__body p {
  margin: 0 0 0.75rem;
}
.lac-home .lac-gift__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.6rem;
  margin-bottom: 2.25rem;
}
.lac-home .lac-gift__features h4 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lac-home .lac-gift__features h4::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--lac-sun);
  flex-shrink: 0;
}
.lac-home .lac-gift__features p {
  font-size: 0.88rem;
  color: rgba(255, 248, 240, 0.6);
  font-weight: 300;
  line-height: 1.55;
  padding-left: 1rem;
}
.lac-home .lac-gift__photo {
  border-radius: var(--lac-radius);
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--lac-shadow-lg);
  aspect-ratio: 4/3;
}
.lac-home .lac-gift__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lac-home .lac-quote-section {
  background: var(--lac-paper-2);
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.lac-home .lac-quote {
  max-width: 46rem;
  margin: 0 auto;
}
.lac-home .lac-quote__stars {
  color: var(--lac-sun);
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  margin-bottom: 1.4rem;
}
.lac-home .lac-quote blockquote {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.28;
  text-wrap: balance;
  color: var(--lac-ink);
  margin-bottom: 1.75rem;
}
.lac-home .lac-quote blockquote p {
  margin: 0;
}
.lac-home .lac-quote__cite {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.lac-home .lac-quote__cite img {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: var(--lac-shadow);
}
.lac-home .lac-quote__cite cite {
  font-style: normal;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lac-ink);
  line-height: 1.3;
}
.lac-home .lac-cta {
  background: linear-gradient(135deg, var(--lac-pink) 0%, #C0359C 50%, var(--lac-grape) 100%);
  color: #fff;
  text-align: center;
  padding: 5.5rem 2rem;
}
.lac-home .lac-cta h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 0.85rem;
}
.lac-home .lac-cta .lac-cta__text {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  font-size: 1.05rem;
  max-width: 32rem;
  margin: 0 auto 2rem;
}
.lac-home .lac-cta .lac-cta__text p {
  margin: 0;
}
@media (max-width: 1024px) {
  .lac-home .lac-channels {
    grid-template-columns: repeat(2, 1fr);
  }
  .lac-home .lac-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .lac-home .lac-hero {
    padding: 3rem 1.25rem 4rem;
  }
  .lac-home .lac-hero__inner {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
  .lac-home .lac-hero__text {
    max-width: none;
  }
  .lac-home .lac-hero__media {
    margin: 0 auto;
    max-width: 30rem;
    width: 100%;
  }
  .lac-home .lac-photo--inset {
    left: -1rem;
    bottom: -1.6rem;
    width: 38%;
  }
  .lac-home .lac-tapcard {
    top: auto;
    bottom: -1.5rem;
    right: -0.25rem;
    max-width: 12.5rem;
    padding: 0.7rem 0.9rem;
    gap: 0.6rem;
  }
  .lac-home .lac-tapcard b {
    font-size: 0.9rem;
  }
  .lac-home .lac-tapcard small {
    font-size: 0.72rem;
    line-height: 1.35;
    display: block;
  }
  .lac-home .lac-section {
    padding: 4rem 1.25rem;
  }
  .lac-home .lac-steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lac-home .lac-gift__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .lac-home .lac-gift__photo {
    order: -1;
  }
  .lac-home .lac-gift__features {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .lac-home .lac-channels {
    grid-template-columns: 1fr;
  }
  .lac-home .lac-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 130px;
  }
  .lac-home .lac-hero__actions .lac-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
  .lac-home .lac-photo--inset {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lac-home .lac-marquee__track,
  .lac-home .lac-tapcard__ring::after {
    animation: none;
  }
  .lac-home .lac-step,
  .lac-home .lac-channel,
  .lac-home .lac-btn,
  .lac-home .lac-gallery img,
  .lac-home .lac-step__photo img {
    transition: none;
  }
}