.wl-page,
html {
  height: auto;
}

html {
  min-height: 100%;
}

.wl-page {
  --wl-bg: #08080d;
  --wl-panel: rgba(18, 18, 25, 0.74);
  --wl-panel-strong: rgba(27, 26, 36, 0.88);
  --wl-line: rgba(250, 251, 252, 0.13);
  --wl-line-strong: rgba(250, 251, 252, 0.22);
  --wl-text: #fafbfc;
  --wl-muted: rgba(250, 251, 252, 0.74);
  --wl-soft: rgba(250, 251, 252, 0.58);
  --wl-pink: #f04970;
  --wl-pink-soft: #fe99a7;
  --wl-gold: #e8c36a;
  --wl-ink: #09080e;
  min-height: 100%;
  background:
    url("/assets/svgs/star-noise.svg") repeat 50% 50%,
    var(--wl-bg);
  background-color: var(--wl-bg);
  color: var(--wl-text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, sans-serif;
  overflow-x: hidden;
}

.wl-page *,
.wl-page *::before,
.wl-page *::after {
  box-sizing: border-box;
}

body.wl-page.dark-mode {
  background:
    url("/assets/svgs/star-noise.svg") repeat 50% 50%,
    var(--wl-bg);
  background-color: var(--wl-bg);
}

.wl-page main {
  padding-top: 4.5rem;
  position: relative;
  isolation: isolate;
}

.wl-page main::before {
  display: none;
}

.wl-page main > section {
  position: relative;
  z-index: 1;
}

.wl-page main > section::after {
  display: none;
}

.wl-page main > section:last-child::after {
  display: none;
}

.wl-container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.wl-hero {
  min-height: min(760px, calc(100vh - 4.5rem));
  display: grid;
  align-items: center;
  padding: clamp(5rem, 8vw, 7rem) 0 clamp(4rem, 7vw, 6rem);
  overflow: hidden;
}

.wl-home-page .wl-hero {
  min-height: calc(100svh - 4.5rem);
}

.wl-contact-hero {
  min-height: auto;
  padding: clamp(4rem, 7vw, 5.5rem) 0 clamp(2.75rem, 5vw, 4rem);
}

.wl-services-hero {
  min-height: auto;
  padding-top: clamp(2.6rem, 5vw, 3.8rem);
  padding-bottom: clamp(0.75rem, 2vw, 1.5rem);
}

.wl-services-hero + .wl-section {
  padding-top: clamp(2.6rem, 5vw, 4rem);
}

.wl-hero::before {
  display: none;
}

.wl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(2.2rem, 5vw, 4.5rem);
  position: relative;
  z-index: 1;
}

.wl-home-hero-inner,
.wl-contact-hero-inner {
  width: min(860px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.wl-services-hero-inner {
  width: min(1040px, calc(100% - 2rem));
}

.wl-services-hero .wl-hero-copy {
  max-width: 760px;
}

.wl-services-hero h1 {
  max-width: none;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1;
  text-transform: none;
}

.wl-home-hero-inner .wl-hero-copy h1 {
  margin-left: auto;
  margin-right: auto;
}

.wl-home-hero-inner .wl-lead,
.wl-contact-hero-inner .wl-lead {
  margin-left: auto;
  margin-right: auto;
}

.wl-home-hero-inner .wl-actions,
.wl-contact-hero-inner .wl-actions {
  justify-content: center;
}

.wl-home-hero-inner .wl-hero-copy,
.wl-contact-hero-inner .wl-hero-copy {
  margin: 0 auto;
}

.wl-hero-copy,
.wl-snapshot,
.wl-copy-column,
.wl-section-head {
  min-width: 0;
}

.wl-kicker {
  color: var(--wl-pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wl-hero h1,
.wl-page-intro h1,
.wl-section h2,
.wl-band h2,
.wl-final-cta h2 {
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-hero h1 {
  max-width: 14ch;
  margin: 0.75rem 0 1.35rem;
  font-size: clamp(3rem, 6.5vw, 6.35rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.wl-page-intro h1 {
  max-width: 14ch;
  margin: 0.75rem 0 1.35rem;
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.45rem, 4.8vw, 4.5rem);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-page-intro.wl-services-hero h1 {
  max-width: none;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1;
  text-transform: none;
}

.wl-lead {
  max-width: 48rem;
  color: var(--wl-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.72;
}

.wl-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.wl-page .wl-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.15rem;
  color: #fff;
  background: linear-gradient(180deg, var(--wl-pink), #aa2f50);
  border: 1px solid rgba(254, 153, 167, 0.72);
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(240, 73, 112, 0.26);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.wl-page .wl-button::after {
  border-radius: 0;
}

.wl-page .wl-button:hover {
  filter: brightness(1.08);
  transform: translateY(-0.12rem);
  box-shadow: 0 0 34px rgba(240, 73, 112, 0.38);
}

.wl-page .wl-button-ghost {
  color: var(--wl-text);
  background: rgba(9, 8, 14, 0.46);
  border-color: rgba(254, 153, 167, 0.34);
  box-shadow: none;
}

.wl-page .ab-nav .nav-cta {
  min-height: 3rem;
  padding: 0.8rem 1.05rem;
  border-radius: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.wl-page .ab-nav .nav-cta::after {
  border-radius: 0;
}

.wl-snapshot {
  padding: clamp(1.2rem, 2.8vw, 1.7rem);
  background:
    linear-gradient(145deg, rgba(250, 251, 252, 0.08), transparent 34%),
    var(--wl-panel);
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
}

.wl-snapshot::before {
  content: "";
  width: 9rem;
  height: 1px;
  position: absolute;
  right: 1.25rem;
  top: 1.35rem;
  background: linear-gradient(90deg, transparent, var(--wl-pink-soft));
  opacity: 0.8;
}

.wl-snapshot-label,
.wl-work-label,
.wl-service-type {
  color: var(--wl-pink-soft);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wl-brief-visual {
  animation: wl-soft-float 6.5s ease-in-out infinite;
}

.wl-brief-sheet {
  margin: 1rem 0 1.1rem;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(250, 251, 252, 0.96), rgba(237, 235, 232, 0.9));
  border: 1px solid rgba(250, 251, 252, 0.5);
  border-radius: 8px;
  color: #14131b;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transform: rotate(-1deg);
}

.wl-brief-sheet strong {
  display: block;
  margin-top: 1rem;
  color: #14131b;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 0.95;
}

.wl-brief-rule {
  height: 0.52rem;
  display: block;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, rgba(20, 19, 27, 0.8), rgba(20, 19, 27, 0.16));
  border-radius: 2px;
}

.wl-brief-rule:first-child {
  margin-top: 0;
}

.wl-brief-rule-short {
  width: 62%;
  background: linear-gradient(90deg, rgba(240, 73, 112, 0.9), rgba(240, 73, 112, 0.14));
}

.wl-snapshot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}

.wl-snapshot li {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  padding: 0.72rem 0 0.72rem 1rem;
  color: rgba(250, 251, 252, 0.82);
  border-left: 2px solid rgba(254, 153, 167, 0.48);
  border-bottom: 1px solid rgba(250, 251, 252, 0.08);
  font-weight: 800;
  line-height: 1.25;
}

.wl-snapshot li:nth-child(2n) {
  border-left-color: rgba(240, 73, 112, 0.62);
}

.wl-band,
.wl-section,
.wl-final-cta {
  padding: clamp(4rem, 7vw, 6.7rem) 0;
  scroll-margin-top: 5.5rem;
}

.wl-services-main {
  padding-top: clamp(5.2rem, 8vw, 7rem);
}

.wl-services-main .wl-section-head h1 {
  margin: 0.6rem 0 1rem;
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.wl-copy-column {
  padding-top: 0.35rem;
}

.wl-band h2,
.wl-section h2,
.wl-final-cta h2 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(2.05rem, 4.7vw, 4.65rem);
  line-height: 0.98;
}

.wl-band p,
.wl-section-head p,
.wl-two-col p,
.wl-final-cta p,
.wl-footer p,
.wl-footer span,
.wl-copy-column p {
  color: var(--wl-muted);
  font-size: 1.04rem;
  line-height: 1.76;
}

.wl-section-head {
  max-width: 800px;
  margin-bottom: clamp(1.7rem, 4vw, 2.8rem);
}

.wl-section-head h2 {
  max-width: 13ch;
}

.wl-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  background: rgba(9, 8, 14, 0.34);
  overflow: hidden;
}

.wl-flow-item {
  min-height: 19rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.wl-flow-item + .wl-flow-item {
  border-left: 1px solid var(--wl-line);
}

.wl-flow-item::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--wl-pink), transparent);
  opacity: 0.65;
}

.wl-flow-item span,
.wl-steps span {
  color: var(--wl-pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.wl-flow-item h3,
.wl-card h3,
.wl-work-option strong,
.wl-steps h3 {
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.wl-flow-item h3 {
  margin: 2.2rem 0 0.9rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.wl-flow-item p,
.wl-card p,
.wl-work-option p,
.wl-steps p,
.wl-faq p {
  color: rgba(250, 251, 252, 0.72);
  line-height: 1.66;
}

.wl-card-grid,
.wl-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wl-service-list {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 0;
}

.wl-card,
.wl-work-option {
  background: rgba(9, 8, 14, 0.24);
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.wl-card {
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
}

.wl-service-list .wl-card {
  display: grid;
  grid-template-columns: minmax(9rem, 0.34fr) minmax(12rem, 0.56fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  border-width: 0 0 1px;
  border-color: rgba(254, 153, 167, 0.11);
  border-radius: 0;
  background: transparent;
}

.wl-service-list .wl-card::before {
  content: "";
  width: 0.5rem;
  position: absolute;
  inset: 1.15rem auto 1.15rem 0;
  background: linear-gradient(180deg, var(--wl-pink), var(--wl-pink-soft));
  opacity: 0;
  transition: opacity 0.22s ease;
}

.wl-card:hover,
.wl-work-option:hover {
  background: rgba(18, 18, 25, 0.62);
  border-color: rgba(254, 153, 167, 0.36);
  transform: translateY(-0.1rem);
}

.wl-service-list .wl-card:hover::before {
  opacity: 1;
}

.wl-card h3 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1;
}

.wl-card p {
  margin: 0;
}

.wl-service-type {
  color: var(--wl-pink-soft);
  padding-top: 0.2rem;
}

.wl-sample-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.wl-sample-card {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-style: dashed;
  background:
    linear-gradient(135deg, rgba(254, 153, 167, 0.09), rgba(9, 8, 14, 0.58) 48%, rgba(240, 73, 112, 0.1)),
    rgba(18, 18, 25, 0.58);
}

.wl-sample-card h3 {
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 0.98;
}

.wl-sample-card .wl-button {
  width: fit-content;
}

.wl-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.wl-pill-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.wl-pill-list li {
  color: var(--wl-text);
  border-bottom: 1px solid var(--wl-line);
  padding: 0.7rem 0;
}

.wl-practice-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  overflow: hidden;
}

.wl-practice-grid li {
  min-height: 4rem;
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  color: var(--wl-text);
  background: rgba(9, 8, 14, 0.3);
  border-bottom: 1px solid var(--wl-line);
  font-weight: 850;
  line-height: 1.25;
  transition: background 0.22s ease, color 0.22s ease;
}

.wl-practice-grid li:nth-child(odd) {
  border-right: 1px solid var(--wl-line);
}

.wl-practice-grid li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.wl-practice-grid li:hover {
  background: rgba(254, 153, 167, 0.08);
  color: #fff;
}

.wl-practice-grid span {
  color: var(--wl-pink-soft);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.wl-work-option {
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.wl-work-option strong {
  display: block;
  margin: 0.7rem 0 0.8rem;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1;
}

.wl-work-featured {
  border-color: rgba(254, 153, 167, 0.48);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.wl-process {
  max-width: none;
}

.wl-steps {
  counter-reset: steps;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  overflow: hidden;
}

.wl-steps li {
  min-height: 15rem;
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
  background: rgba(9, 8, 14, 0.34);
  position: relative;
}

.wl-steps li + li {
  border-left: 1px solid var(--wl-line);
}

.wl-steps h3 {
  margin: 2rem 0 0.65rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1;
}

.wl-steps p {
  margin: 0;
}

.wl-faq {
  max-width: 900px;
}

.wl-faq details {
  background: rgba(9, 8, 14, 0.28);
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  padding: 1rem 1.1rem;
  position: relative;
  overflow: hidden;
}

.wl-faq details + details {
  margin-top: 0.8rem;
}

.wl-faq summary {
  color: var(--wl-text);
  cursor: pointer;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.35rem;
}

.wl-faq details[open] {
  border-color: rgba(254, 153, 167, 0.32);
}

.wl-faq details[open] summary {
  margin-bottom: 0.7rem;
}

.wl-final-cta {
  text-align: center;
}

.wl-final-cta .wl-container {
  width: min(1040px, calc(100% - 2rem));
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.wl-contact-intake {
  padding: clamp(5rem, 9vw, 7.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.wl-contact-intake-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.58fr);
  gap: clamp(2rem, 6vw, 5.25rem);
  align-items: end;
}

.wl-contact-intake h1 {
  max-width: 11ch;
  margin: 0.8rem 0 1.3rem;
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3rem, 6.8vw, 6.3rem);
  font-weight: 400;
  line-height: 0.9;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-contact-intake .wl-lead {
  max-width: 700px;
}

.wl-contact-email-block {
  padding: clamp(1.2rem, 3vw, 1.75rem) 0;
  color: var(--wl-muted);
  font-style: normal;
}

.wl-contact-email-block span {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--wl-pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wl-contact-email-block a {
  display: inline-block;
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 0.98;
  text-decoration: none;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-contact-email-block p {
  margin: 1rem 0 0;
  color: var(--wl-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.wl-contact-notes {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.wl-contact-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.wl-contact-note-grid li {
  min-height: 6.75rem;
  display: grid;
  align-items: center;
  padding: 1.1rem clamp(1rem, 2vw, 1.35rem);
  color: rgba(250, 251, 252, 0.86);
  background: rgba(18, 18, 25, 0.34);
  border: 1px dashed rgba(254, 153, 167, 0.2);
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.35;
}

.wl-contact-note-grid li:last-child {
  border-right: 1px dashed rgba(254, 153, 167, 0.2);
}

.wl-contact-details {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  text-align: center;
}

.wl-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: start;
  max-width: 860px;
}

.wl-contact-details h2 {
  margin: 0.55rem 0 0.8rem;
  color: var(--wl-text);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 4.4vw, 3.9rem);
  font-weight: 400;
  line-height: 0.98;
  text-shadow: 0.04em 0.04em 0 rgba(240, 73, 112, 0.24);
}

.wl-contact-details p {
  color: var(--wl-muted);
  font-size: 1.04rem;
  line-height: 1.72;
}

.wl-contact-list {
  width: min(680px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--wl-line);
  border-bottom: 1px solid var(--wl-line);
  text-align: left;
}

.wl-contact-list-title {
  margin: 0;
  padding: 1rem 0;
  color: var(--wl-pink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wl-contact-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wl-contact-list li {
  padding: 0.95rem 0;
  color: rgba(250, 251, 252, 0.84);
  border-top: 1px solid rgba(250, 251, 252, 0.1);
  font-weight: 800;
}

.wl-final-cta p {
  max-width: 640px;
  margin: 0 auto 1.4rem;
}

.wl-portfolio-page .wl-page-intro {
  padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
}

.wl-portfolio-page .wl-portfolio-samples {
  padding-top: clamp(1.4rem, 3vw, 2.25rem);
}

.wl-footer {
  padding: 2.5rem 0 1.25rem;
  background: transparent;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.wl-footer a {
  color: var(--wl-pink-soft);
  font-weight: 800;
  text-decoration: none;
}

.wl-footer-background {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.wl-footer-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(240, 73, 112, 0.08), rgba(9, 8, 14, 0));
  opacity: 1;
}

.wl-footer-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wl-footer-inner p {
  max-width: 52rem;
  margin-bottom: 0.25rem;
}

.wl-footer-inner span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.7875rem;
}

.wl-footer-logo {
  flex: none;
}

.wl-footer-logo img {
  display: block;
}

.wl-page.footer-start-dark .wl-footer {
  background: transparent;
}

.wl-page.footer-start-dark .wl-footer-background::before {
  background: linear-gradient(180deg, rgba(9, 8, 14, 0), rgba(240, 73, 112, 0.08));
  opacity: 1;
}

@media (max-width: 980px) {
  .wl-hero {
    min-height: auto;
  }

  .wl-hero-grid,
  .wl-contact-grid,
  .wl-contact-intake-grid,
  .wl-editorial-split,
  .wl-two-col,
  .wl-card-grid,
  .wl-sample-grid,
  .wl-work-grid,
  .wl-flow-grid,
  .wl-steps,
  .wl-practice-grid {
    grid-template-columns: 1fr;
  }

  .wl-flow-item + .wl-flow-item,
  .wl-steps li + li,
  .wl-practice-grid li:nth-child(odd) {
    border-left: 0;
    border-right: 0;
  }

  .wl-flow-item + .wl-flow-item,
  .wl-steps li + li {
    border-top: 1px solid var(--wl-line);
  }

  .wl-practice-grid li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--wl-line);
  }

  .wl-practice-grid li:last-child {
    border-bottom: 0;
  }

  .wl-service-list .wl-card {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .wl-contact-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-contact-note-grid li:nth-child(2n) {
    border-right: 1px dashed rgba(254, 153, 167, 0.2);
  }

  .wl-contact-note-grid li:nth-child(n + 3) {
    border-top: 1px dashed rgba(254, 153, 167, 0.2);
  }

  .wl-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .wl-container,
  .wl-home-hero-inner,
  .wl-contact-hero-inner,
  .wl-page main > section::after {
    width: 100%;
    max-width: min(calc(100vw - 1.25rem), 20rem);
  }

  .wl-hero {
    overflow: hidden;
  }

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

  .wl-hero h1 {
    max-width: 8.6ch;
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }

  .wl-contact-intake h1 {
    max-width: 9ch;
    font-size: clamp(2.6rem, 13vw, 3.65rem);
  }

  .wl-contact-note-grid {
    grid-template-columns: 1fr;
  }

  .wl-contact-note-grid li,
  .wl-contact-note-grid li:nth-child(2n) {
    min-height: auto;
    border-right: 1px dashed rgba(254, 153, 167, 0.2);
  }

  .wl-contact-note-grid li + li {
    border-top: 1px dashed rgba(254, 153, 167, 0.2);
  }

  .wl-flow-item,
  .wl-steps li {
    min-height: auto;
  }

  .wl-final-cta .wl-container {
    padding: 1.5rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wl-button,
  .wl-page main::before,
  .wl-brief-visual,
  .wl-card,
  .wl-work-option {
    transition: none;
    animation: none;
  }
}

@keyframes wl-soft-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.35rem);
  }
}

@keyframes wl-twinkle {
  0% {
    opacity: 0.11;
    background-position: 0 0, 4rem 2rem, 8rem 6rem;
  }

  100% {
    opacity: 0.22;
    background-position: 1.2rem 1rem, 2rem 3.4rem, 9.2rem 5rem;
  }
}
