html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-underline-offset: 0.18em;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.dsy-shell {
  padding-right: clamp(1rem, 4vw, 2.5rem);
  padding-left: clamp(1rem, 4vw, 2.5rem);
}

.dsy-section {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.dsy-card {
  background: color-mix(in srgb, var(--wp--preset--color--paper) 78%, white);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-top: 4px solid var(--wp--preset--color--primary);
  border-radius: 8px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dsy-card:hover {
  border-color: color-mix(in srgb, var(--wp--preset--color--primary) 38%, transparent);
  box-shadow: 0 18px 45px color-mix(in srgb, var(--wp--preset--color--plum) 10%, transparent);
  transform: translateY(-3px);
}

.dsy-eyebrow {
  color: var(--wp--preset--color--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dsy-muted {
  opacity: 0.76;
}

.dsy-audience {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--paper) 90%, white) 0%, var(--wp--preset--color--paper) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
  overflow: hidden;
  position: relative;
}

.dsy-audience::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--primary) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary) 7%, transparent) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.dsy-audience::after {
  content: none;
  display: none;
}

.dsy-service-choice {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}

.dsy-service-choice__intro {
  margin-inline: auto;
  max-width: 790px;
  text-align: center;
}

.dsy-service-choice__intro .dsy-eyebrow {
  justify-content: center;
}

.dsy-service-choice__intro .has-medium-font-size {
  color: color-mix(in srgb, var(--wp--preset--color--ink) 82%, transparent);
}

.dsy-service-modules {
  align-items: start;
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dsy-service-module {
  background: color-mix(in srgb, white 74%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-top: 4px solid color-mix(in srgb, var(--wp--preset--color--primary) 72%, var(--wp--preset--color--plum));
  border-radius: 8px;
  display: grid;
  gap: 0.7rem;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100%;
  padding: clamp(1.15rem, 2.3vw, 1.6rem);
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dsy-service-module:nth-child(2) {
  border-top-color: var(--wp--preset--color--sage);
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.dsy-service-module:nth-child(3) {
  border-top-color: var(--wp--preset--color--stone);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.dsy-service-module:hover {
  border-color: color-mix(in srgb, var(--wp--preset--color--primary) 30%, transparent);
  box-shadow: 0 18px 46px color-mix(in srgb, var(--wp--preset--color--plum) 8%, transparent);
  transform: translateY(-2px);
}

.dsy-service-module__number {
  color: var(--wp--preset--color--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}

.dsy-service-module h2,
.dsy-service-module h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin: 0;
}

.dsy-service-module p {
  margin: 0;
}

.dsy-module-action {
  margin-top: 0.35rem;
}

.dsy-module-action .wp-block-button__link {
  background: transparent;
  border-color: color-mix(in srgb, var(--wp--preset--color--primary) 42%, transparent);
  color: var(--wp--preset--color--primary);
  font-size: 0.82rem;
  padding: 0.58rem 0.72rem;
}

.dsy-service-choice__footer {
  background: color-mix(in srgb, var(--wp--preset--color--soft) 70%, white);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-radius: 8px;
  color: var(--wp--preset--color--ink);
  gap: 1rem;
  margin-top: clamp(0.5rem, 1.5vw, 1rem);
  padding: clamp(0.9rem, 1.8vw, 1.15rem);
}

.dsy-service-choice__footer p {
  font-weight: 800;
  margin: 0;
}

.dsy-service-choice__footer .wp-block-button__link {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--paper);
  padding: 0.65rem 0.85rem;
}

.dsy-services-depth {
  background: var(--wp--preset--color--paper);
}

.dsy-services-depth__grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.dsy-services-depth__intro {
  max-width: 720px;
}

.dsy-services-depth__panel {
  background: color-mix(in srgb, white 74%, var(--wp--preset--color--soft));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-radius: 8px;
  padding: clamp(1.1rem, 3vw, 1.75rem);
}

.dsy-services-depth__panel h3 {
  margin-top: 0;
}

.dsy-services-approach {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--soft) 58%, white), var(--wp--preset--color--paper));
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
}

.dsy-services-approach__inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.dsy-services-approach__heading {
  max-width: 760px;
}

.dsy-approach-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dsy-approach-step {
  border-left: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
  display: grid;
  gap: 0.45rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}

.dsy-approach-step:first-child {
  border-left: 0;
  padding-left: 0;
}

.dsy-approach-step__number {
  color: var(--wp--preset--color--primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
}

.dsy-approach-step h3,
.dsy-approach-step p {
  margin: 0;
}

.dsy-results {
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--wp--preset--color--primary) 24%, transparent) 0 12rem, transparent 12.2rem),
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--plum) 94%, black), var(--wp--preset--color--plum));
  color: var(--wp--preset--color--paper);
  overflow: hidden;
  position: relative;
}

.dsy-results::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--paper) 7%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--paper) 7%, transparent) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
}

.dsy-results-grid {
  align-items: start;
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  position: relative;
  z-index: 1;
}

.dsy-results-copy {
  max-width: 640px;
}

.dsy-results .dsy-eyebrow {
  color: var(--wp--preset--color--blush);
}

.dsy-results-copy .has-medium-font-size {
  color: color-mix(in srgb, var(--wp--preset--color--paper) 82%, transparent);
}

.dsy-results-list {
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 20%, transparent);
  display: grid;
}

.dsy-result-row {
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--paper) 20%, transparent);
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  padding: clamp(1.1rem, 2.6vw, 1.7rem) 0;
}

.dsy-result-number {
  color: var(--wp--preset--color--blush);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0;
}

.dsy-result-row h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  margin: 0;
}

.dsy-result-row p:not(.dsy-result-number) {
  color: color-mix(in srgb, var(--wp--preset--color--paper) 76%, transparent);
  grid-column: 2;
  margin: 0;
}

.dsy-portfolio-preview {
  background: color-mix(in srgb, var(--wp--preset--color--soft) 56%, white);
  overflow: hidden;
}

.dsy-portfolio-heading {
  align-items: end;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

.dsy-portfolio-heading__copy {
  max-width: 680px;
}

.dsy-portfolio-heading > p {
  color: color-mix(in srgb, var(--wp--preset--color--ink) 76%, transparent);
  margin: 0;
}

.dsy-portfolio-board-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.1fr);
}

.dsy-portfolio-board {
  aspect-ratio: 1.38;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.25fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  min-height: 420px;
  position: relative;
}

.dsy-work-shot {
  margin: 0;
  min-width: 0;
  position: relative;
}

.dsy-work-shot--featured {
  grid-row: 1 / span 2;
}

.dsy-work-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--primary) 14%, white), color-mix(in srgb, var(--wp--preset--color--sage) 16%, var(--wp--preset--color--paper))),
    var(--wp--preset--color--paper);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
  border-radius: 8px;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.dsy-work-placeholder::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--primary) 9%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary) 9%, transparent) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  opacity: 0.36;
  position: absolute;
}

.dsy-work-placeholder span {
  background: color-mix(in srgb, white 82%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 999px;
  color: var(--wp--preset--color--primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

.dsy-work-shot figcaption {
  background: color-mix(in srgb, var(--wp--preset--color--plum) 92%, black);
  border-radius: 999px;
  bottom: 0.8rem;
  color: var(--wp--preset--color--paper);
  font-size: 0.72rem;
  font-weight: 800;
  left: 0.8rem;
  line-height: 1.2;
  padding: 0.42rem 0.6rem;
  position: absolute;
}

.dsy-work-shot--featured .dsy-work-placeholder {
  min-height: 100%;
}

.dsy-work-shot--portrait .dsy-work-placeholder,
.dsy-work-shot--wide .dsy-work-placeholder {
  min-height: 100%;
}

.dsy-work-shot--portrait {
  transform: translateY(0.75rem);
}

.dsy-work-shot--wide {
  transform: translateY(0.75rem);
}

.dsy-portfolio-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.25rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
}

.dsy-portfolio-card {
  background: color-mix(in srgb, white 78%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-radius: 8px;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dsy-portfolio-card:hover {
  border-color: color-mix(in srgb, var(--wp--preset--color--primary) 30%, transparent);
  box-shadow: 0 18px 46px color-mix(in srgb, var(--wp--preset--color--plum) 8%, transparent);
  transform: translateY(-2px);
}

.dsy-portfolio-card h3,
.dsy-portfolio-card p {
  margin: 0;
}

.dsy-portfolio-visual {
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--paper) 74%, white), color-mix(in srgb, var(--wp--preset--color--soft) 86%, white));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.dsy-portfolio-visual--web span:nth-child(1) {
  background: var(--wp--preset--color--primary);
  border-radius: 8px;
  height: 34%;
  left: 10%;
  position: absolute;
  top: 16%;
  width: 80%;
}

.dsy-portfolio-visual--web span:nth-child(2),
.dsy-portfolio-visual--web span:nth-child(3) {
  background: color-mix(in srgb, var(--wp--preset--color--ink) 15%, transparent);
  border-radius: 999px;
  height: 0.55rem;
  left: 10%;
  position: absolute;
}

.dsy-portfolio-visual--web span:nth-child(2) {
  top: 62%;
  width: 64%;
}

.dsy-portfolio-visual--web span:nth-child(3) {
  top: 74%;
  width: 42%;
}

.dsy-portfolio-visual--ux span {
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 34%, transparent);
  border-radius: 8px;
  position: absolute;
}

.dsy-portfolio-visual--ux span:nth-child(1) {
  height: 34%;
  left: 10%;
  top: 12%;
  width: 48%;
}

.dsy-portfolio-visual--ux span:nth-child(2) {
  height: 52%;
  right: 10%;
  top: 24%;
  width: 28%;
}

.dsy-portfolio-visual--ux span:nth-child(3) {
  background: var(--wp--preset--color--sage);
  border: 0;
  bottom: 16%;
  height: 0.7rem;
  left: 10%;
  width: 52%;
}

.dsy-portfolio-visual--ux span:nth-child(4) {
  background: var(--wp--preset--color--primary);
  border: 0;
  bottom: 28%;
  height: 0.7rem;
  left: 10%;
  width: 34%;
}

.dsy-portfolio-visual--brand {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.dsy-portfolio-visual--brand span {
  border-radius: 999px;
  display: block;
  height: clamp(2.2rem, 5vw, 3rem);
  width: clamp(2.2rem, 5vw, 3rem);
}

.dsy-portfolio-visual--brand span:nth-child(1) {
  background: var(--wp--preset--color--primary);
}

.dsy-portfolio-visual--brand span:nth-child(2) {
  background: var(--wp--preset--color--blush);
}

.dsy-portfolio-visual--brand span:nth-child(3) {
  background: var(--wp--preset--color--sage);
}

.dsy-work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding-top: 0.15rem;
}

.dsy-work-tags span {
  background: color-mix(in srgb, var(--wp--preset--color--primary) 8%, white);
  border-radius: 999px;
  color: var(--wp--preset--color--primary);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.38rem 0.56rem;
}

.dsy-portfolio-actions {
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.dsy-about {
  background: var(--wp--preset--color--paper);
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
}

.dsy-about-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
}

.dsy-about-image {
  justify-self: center;
  max-width: 340px;
  position: relative;
  width: 100%;
}

.dsy-about-image::before {
  background: color-mix(in srgb, var(--wp--preset--color--primary) 12%, transparent);
  border-radius: 8px;
  content: "";
  inset: 1rem -1rem -1rem 1rem;
  position: absolute;
}

.dsy-about-image__placeholder {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--soft) 78%, white), color-mix(in srgb, var(--wp--preset--color--blush) 42%, white));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.dsy-about-image__placeholder::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--primary) 8%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary) 8%, transparent) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.35;
  position: absolute;
}

.dsy-about-image__placeholder span {
  background: color-mix(in srgb, white 82%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 999px;
  color: var(--wp--preset--color--primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

.dsy-about-copy {
  max-width: 720px;
}

.dsy-about-copy p:not(.dsy-eyebrow) {
  color: color-mix(in srgb, var(--wp--preset--color--ink) 82%, transparent);
}

.dsy-contact {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--plum) 94%, black), var(--wp--preset--color--plum));
  color: var(--wp--preset--color--paper);
}

.dsy-contact-inner {
  margin-inline: auto;
  max-width: 860px;
  text-align: center;
}

.dsy-contact .dsy-eyebrow {
  color: var(--wp--preset--color--blush);
  justify-content: center;
}

.dsy-contact-inner .has-medium-font-size {
  color: color-mix(in srgb, var(--wp--preset--color--paper) 84%, transparent);
}

.dsy-contact-actions {
  justify-content: center;
}

.dsy-page-hero {
  background:
    linear-gradient(180deg, var(--wp--preset--color--paper), color-mix(in srgb, var(--wp--preset--color--soft) 64%, white));
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
}

.dsy-page-hero__inner {
  max-width: 900px;
}

.dsy-service-detail-wrap {
  background: var(--wp--preset--color--paper);
}

.dsy-service-detail-panel {
  background: color-mix(in srgb, white 76%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  border-radius: 8px;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.dsy-service-points {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.dsy-service-points li {
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 13%, transparent);
  padding-top: 0.65rem;
}

.dsy-service-points li::before {
  color: var(--wp--preset--color--primary);
  content: "•";
  font-weight: 800;
  margin-right: 0.55rem;
}

.dsy-service-two-column {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.1fr);
}

.dsy-service-sticky-copy {
  max-width: 620px;
}

.dsy-check-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dsy-check-list li {
  background: color-mix(in srgb, white 76%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 13%, transparent);
  border-radius: 8px;
  padding: 0.9rem 1rem;
}

.dsy-check-list li::before {
  background: var(--wp--preset--color--primary);
  border-radius: 999px;
  color: var(--wp--preset--color--paper);
  content: "✓";
  display: inline-grid;
  font-size: 0.68rem;
  height: 1.1rem;
  margin-right: 0.55rem;
  place-items: center;
  width: 1.1rem;
}

.dsy-service-process {
  background: color-mix(in srgb, var(--wp--preset--color--soft) 62%, white);
}

.dsy-process-steps {
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  display: grid;
}

.dsy-process-step {
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  display: grid;
  gap: 0.35rem;
  padding: clamp(1rem, 2.4vw, 1.5rem) 0;
}

.dsy-process-step h3,
.dsy-process-step p {
  margin: 0;
}

.dsy-service-combine {
  background: var(--wp--preset--color--paper);
}

.dsy-service-combine__inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.dsy-logo {
  display: block;
  height: auto;
  max-width: min(220px, 62vw);
}

.dsy-logo--footer {
  max-width: min(260px, 70vw);
}

.dsy-hero {
  overflow: hidden;
  position: relative;
}

.dsy-immersive-hero {
  background:
    linear-gradient(180deg, var(--wp--preset--color--paper) 0%, color-mix(in srgb, var(--wp--preset--color--soft) 72%, white) 58%, color-mix(in srgb, var(--wp--preset--color--primary) 14%, var(--wp--preset--color--soft)) 100%);
  min-height: min(920px, 100svh);
  padding-bottom: 0;
}

.dsy-immersive-hero::before {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--primary) 9%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary) 9%, transparent) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, black 0%, black 48%, transparent 82%);
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.dsy-immersive-hero::after {
  background:
    linear-gradient(115deg, transparent 0 54%, color-mix(in srgb, var(--wp--preset--color--blush) 42%, transparent) 54% 63%, transparent 63%),
    linear-gradient(160deg, transparent 0 62%, color-mix(in srgb, var(--wp--preset--color--sage) 22%, transparent) 62% 74%, transparent 74%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.dsy-immersive-inner {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  min-height: min(840px, 92svh);
  padding-top: clamp(4rem, 8vw, 7rem);
  position: relative;
  z-index: 2;
}

.dsy-hero-copy {
  margin-inline: auto;
  max-width: 930px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.dsy-hero-copy .dsy-eyebrow {
  justify-content: center;
}

.dsy-service-markers {
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(1.75rem, 4vw, 3rem) auto 0;
  max-width: 860px;
}

.dsy-service-marker {
  color: var(--wp--preset--color--ink);
  display: grid;
  gap: 0.25rem;
  padding: 1rem clamp(0.6rem, 2vw, 1.25rem);
  text-align: left;
}

.dsy-service-marker + .dsy-service-marker {
  border-left: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
}

.dsy-service-marker strong {
  color: var(--wp--preset--color--primary);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.dsy-service-marker span {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 800;
}

.dsy-immersive-actions {
  justify-content: center;
}

.dsy-immersive-stage {
  align-self: end;
  min-height: clamp(330px, 42vw, 520px);
  position: relative;
  z-index: 1;
}

.dsy-immersive-stage::before {
  background:
    linear-gradient(180deg, transparent 0 32%, color-mix(in srgb, var(--wp--preset--color--plum) 10%, transparent) 32% 33%, transparent 33%),
    linear-gradient(90deg, transparent 0 12%, color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent) 12% 12.15%, transparent 12.15% 88%, color-mix(in srgb, var(--wp--preset--color--primary) 12%, transparent) 88% 88.15%, transparent 88.15%);
  content: "";
  inset: -18% -6% 2%;
  opacity: 0.68;
  position: absolute;
  z-index: -1;
}

.dsy-immersive-browser {
  background: color-mix(in srgb, white 82%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 20%, transparent);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 36px 110px color-mix(in srgb, var(--wp--preset--color--plum) 20%, transparent);
  margin-inline: auto;
  max-width: 1040px;
  min-height: clamp(300px, 35vw, 500px);
  overflow: hidden;
  position: relative;
  transform: translateY(4%);
  transition:
    box-shadow 240ms ease,
    transform 240ms ease;
}

.dsy-immersive-browser:hover {
  box-shadow: 0 44px 130px color-mix(in srgb, var(--wp--preset--color--plum) 24%, transparent);
  transform: translateY(2%);
}

.dsy-immersive-topbar {
  align-items: center;
  background: color-mix(in srgb, var(--wp--preset--color--paper) 82%, white);
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 14%, transparent);
  display: flex;
  gap: 0.48rem;
  min-height: 3rem;
  padding: 0 1rem;
}

.dsy-immersive-url {
  background: color-mix(in srgb, var(--wp--preset--color--soft) 72%, white);
  border-radius: 999px;
  color: color-mix(in srgb, var(--wp--preset--color--ink) 52%, transparent);
  font-size: 0.78rem;
  margin-left: auto;
  max-width: 24rem;
  padding: 0.42rem 1rem;
  text-align: center;
  width: 46%;
}

.dsy-immersive-canvas {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--wp--preset--color--blush) 34%, white), transparent 38%),
    linear-gradient(160deg, transparent 0 52%, color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent) 52% 100%),
    var(--wp--preset--color--paper);
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: 0.82fr 1.18fr;
  min-height: inherit;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.dsy-mini-sidebar,
.dsy-mini-page,
.dsy-floating-note {
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
  border-radius: 14px;
}

.dsy-mini-sidebar {
  background: color-mix(in srgb, var(--wp--preset--color--plum) 92%, black);
  color: var(--wp--preset--color--paper);
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.dsy-mini-sidebar span {
  background: color-mix(in srgb, white 18%, transparent);
  border-radius: 999px;
  display: block;
  height: 0.72rem;
}

.dsy-mini-sidebar span:nth-child(1) {
  background: var(--wp--preset--color--blush);
  width: 56%;
}

.dsy-mini-sidebar span:nth-child(2) {
  width: 82%;
}

.dsy-mini-sidebar span:nth-child(3) {
  width: 68%;
}

.dsy-mini-sidebar span:nth-child(4) {
  width: 76%;
}

.dsy-mini-page {
  background: color-mix(in srgb, white 78%, var(--wp--preset--color--paper));
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 2rem);
  position: relative;
}

.dsy-mini-page::before {
  background: var(--wp--preset--color--primary);
  border-radius: 12px;
  content: "";
  display: block;
  height: clamp(5.4rem, 10vw, 8.2rem);
}

.dsy-mini-lines {
  display: grid;
  gap: 0.65rem;
}

.dsy-mini-lines span {
  background: color-mix(in srgb, var(--wp--preset--color--ink) 14%, transparent);
  border-radius: 999px;
  display: block;
  height: 0.72rem;
}

.dsy-mini-lines span:nth-child(1) {
  width: 88%;
}

.dsy-mini-lines span:nth-child(2) {
  width: 68%;
}

.dsy-mini-lines span:nth-child(3) {
  width: 42%;
}

.dsy-floating-note {
  background: var(--wp--preset--color--paper);
  box-shadow: 0 20px 70px color-mix(in srgb, var(--wp--preset--color--plum) 16%, transparent);
  color: var(--wp--preset--color--plum);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.85rem 1rem;
  position: absolute;
  right: clamp(0.75rem, 4vw, 3rem);
  top: clamp(4rem, 8vw, 6.5rem);
}

.dsy-float-layer {
  inset: 0;
  opacity: 1;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.dsy-immersive-floating {
  isolation: isolate;
  min-height: auto;
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.dsy-immersive-floating::after {
  opacity: 0.34;
}

.dsy-immersive-floating .dsy-immersive-inner {
  gap: clamp(2rem, 4vw, 3rem);
  min-height: auto;
  padding-top: clamp(4rem, 8vw, 6.5rem);
  position: relative;
  z-index: 3;
}

.dsy-immersive-floating .dsy-hero-copy {
  max-width: 820px;
}

.dsy-immersive-floating .dsy-float-layer {
  display: block;
}

.dsy-immersive-floating .dsy-hero-copy::before,
.dsy-immersive-floating .dsy-hero-copy::after {
  content: none;
  display: none;
}

.dsy-immersive-floating .dsy-immersive-stage::after {
  background:
    radial-gradient(circle at 22% 50%, var(--wp--preset--color--primary) 0 0.75rem, transparent 0.8rem),
    radial-gradient(circle at 50% 50%, var(--wp--preset--color--blush) 0 0.75rem, transparent 0.8rem),
    radial-gradient(circle at 78% 50%, var(--wp--preset--color--sage) 0 0.75rem, transparent 0.8rem),
    color-mix(in srgb, var(--wp--preset--color--paper) 90%, white);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 28%, transparent);
  border-radius: 14px;
  box-shadow: 0 24px 70px color-mix(in srgb, var(--wp--preset--color--plum) 14%, transparent);
  content: "";
  height: 3.25rem;
  left: max(1rem, 8vw);
  pointer-events: none;
  position: absolute;
  top: 10%;
  width: 9rem;
  z-index: 4;
}

.dsy-orbit-hero .dsy-hero-copy {
  isolation: isolate;
}

.dsy-orbit-hero .dsy-orbit-item {
  background: color-mix(in srgb, var(--wp--preset--color--paper) 92%, white);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 32%, transparent);
  border-radius: 16px;
  box-shadow: 0 24px 70px color-mix(in srgb, var(--wp--preset--color--plum) 16%, transparent);
  color: var(--wp--preset--color--plum);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 0.9rem 1rem;
  position: absolute;
  z-index: 5;
}

.dsy-orbit-hero .dsy-orbit-item strong {
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

.dsy-orbit-hero .dsy-orbit-ux {
  left: max(1rem, 5vw);
  top: 31%;
  width: 12rem;
}

.dsy-orbit-hero .dsy-orbit-wp {
  right: max(1rem, 5vw);
  top: 28%;
  width: 12rem;
}

.dsy-orbit-hero .dsy-orbit-brand {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  left: max(1rem, 7vw);
  top: 69%;
}

.dsy-orbit-hero .dsy-orbit-brand i {
  border-radius: 999px;
  display: block;
  height: 1.45rem;
  width: 1.45rem;
}

.dsy-orbit-hero .dsy-orbit-brand i:nth-child(1) {
  background: var(--wp--preset--color--primary);
}

.dsy-orbit-hero .dsy-orbit-brand i:nth-child(2) {
  background: var(--wp--preset--color--blush);
}

.dsy-orbit-hero .dsy-orbit-brand i:nth-child(3) {
  background: var(--wp--preset--color--sage);
}

.dsy-orbit-hero .dsy-orbit-cursor {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--paper);
  right: max(1rem, 8vw);
  top: 66%;
}

.dsy-orbit-hero .dsy-orbit-line {
  background: color-mix(in srgb, var(--wp--preset--color--primary) 26%, transparent);
  height: 1px;
  position: absolute;
  z-index: 4;
}

.dsy-orbit-hero .dsy-orbit-line.one {
  left: max(10rem, 14vw);
  top: 40%;
  transform: rotate(12deg);
  width: 12vw;
}

.dsy-orbit-hero .dsy-orbit-line.two {
  right: max(10rem, 14vw);
  top: 38%;
  transform: rotate(-14deg);
  width: 11vw;
}

.dsy-orbit-hero .dsy-orbit-line.three {
  left: max(9rem, 13vw);
  top: 75%;
  transform: rotate(-8deg);
  width: 13vw;
}

.dsy-float-item {
  --dsy-float-rotate: 0deg;
  --dsy-float-x: 0px;
  --dsy-float-y: 0px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--wp--preset--color--plum);
  padding: 0;
  position: absolute;
  transform: translate3d(var(--dsy-float-x), var(--dsy-float-y), 0) rotate(var(--dsy-float-rotate));
  will-change: transform;
  opacity: 0.84;
  z-index: 1;
}

.dsy-float-item svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.dsy-float-item svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.dsy-float-tablet {
  --dsy-float-rotate: -8deg;
  aspect-ratio: 4 / 3;
  color: color-mix(in srgb, var(--wp--preset--color--primary) 78%, var(--wp--preset--color--plum));
  left: calc(50% - 42rem);
  top: 39%;
  width: clamp(11rem, 15vw, 16rem);
}

.dsy-float-wordpress {
  --dsy-float-rotate: 10deg;
  align-items: center;
  aspect-ratio: 1;
  background: color-mix(in srgb, var(--wp--preset--color--paper) 72%, transparent);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 26%, transparent);
  border-radius: 999px;
  box-shadow: 0 18px 48px color-mix(in srgb, var(--wp--preset--color--plum) 10%, transparent);
  display: grid;
  justify-items: center;
  right: calc(50% - 42rem);
  top: 22%;
  width: clamp(5.2rem, 8.5vw, 7.6rem);
}

.dsy-float-wordpress::before {
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 999px;
  content: "";
  inset: 0.7rem;
  opacity: 0.85;
  position: absolute;
}

.dsy-float-wordpress span {
  color: var(--wp--preset--color--primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.dsy-float-brand {
  --dsy-float-rotate: -7deg;
  background: color-mix(in srgb, white 86%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 20%, transparent);
  border-radius: 999px;
  box-shadow: 0 16px 42px color-mix(in srgb, var(--wp--preset--color--plum) 9%, transparent);
  display: flex;
  gap: 0.5rem;
  left: calc(50% - 38rem);
  padding: 0.58rem;
  top: 76%;
  width: auto;
}

.dsy-float-brand i {
  border-radius: 999px;
  display: block;
  height: 1.45rem;
  width: 1.45rem;
}

.dsy-float-brand i:nth-child(1) {
  background: var(--wp--preset--color--primary);
}

.dsy-float-brand i:nth-child(2) {
  background: var(--wp--preset--color--blush);
}

.dsy-float-brand i:nth-child(3) {
  background: var(--wp--preset--color--sage);
}

.dsy-float-monogram {
  --dsy-float-rotate: -8deg;
  background: url("../brand/logos/dsy-logo-monogram-y-burgundy.png") center / contain no-repeat;
  height: clamp(4.8rem, 7vw, 7rem);
  opacity: 0.72;
  right: calc(50% - 38rem);
  top: 77%;
  width: clamp(4.8rem, 7vw, 7rem);
}

.dsy-float-line {
  background: color-mix(in srgb, var(--wp--preset--color--primary) 24%, transparent);
  border: 0;
  display: none;
  height: 1px;
  padding: 0;
  position: absolute;
  transform-origin: left center;
}

.dsy-float-line.one {
  left: max(9rem, 12vw);
  top: 42%;
  transform: rotate(12deg);
  width: 12vw;
}

.dsy-float-line.two {
  right: max(9rem, 13vw);
  top: 41%;
  transform: rotate(-16deg);
  width: 10vw;
}

.dsy-float-line.three {
  left: max(8rem, 12vw);
  top: 74%;
  transform: rotate(-10deg);
  width: 10vw;
}

@media (max-width: 1180px) {
  .dsy-float-tablet {
    left: calc(50% - 36rem);
    top: 39%;
    width: clamp(9rem, 18vw, 12rem);
  }

  .dsy-float-wordpress {
    right: calc(50% - 35rem);
    top: 21%;
    width: clamp(4.7rem, 9vw, 6.2rem);
  }

  .dsy-float-brand {
    left: calc(50% - 32rem);
    top: 78%;
  }

  .dsy-float-monogram {
    right: calc(50% - 32rem);
    top: 80%;
  }
}

.dsy-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
}

.dsy-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dsy-service-label {
  background: color-mix(in srgb, var(--wp--preset--color--primary) 8%, var(--wp--preset--color--paper));
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 22%, transparent);
  border-radius: 999px;
  color: var(--wp--preset--color--primary);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.65rem 0.9rem;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.dsy-service-label:hover {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--paper);
  transform: translateY(-2px);
}

.dsy-visual-stage {
  min-height: clamp(360px, 42vw, 520px);
  position: relative;
}

.dsy-browser-card,
.dsy-note-card,
.dsy-swatch-card,
.dsy-mobile-card,
.dsy-check-card {
  box-shadow: 0 24px 70px color-mix(in srgb, var(--wp--preset--color--plum) 14%, transparent);
  position: absolute;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.dsy-visual-stage:hover .dsy-browser-card {
  box-shadow: 0 30px 90px color-mix(in srgb, var(--wp--preset--color--plum) 18%, transparent);
  transform: translateY(-4px);
}

.dsy-visual-stage:hover .dsy-note-card {
  transform: rotate(-2deg) translateY(-4px);
}

.dsy-visual-stage:hover .dsy-mobile-card,
.dsy-visual-stage:hover .dsy-check-card,
.dsy-visual-stage:hover .dsy-swatch-card {
  transform: translateY(-4px);
}

.dsy-browser-card {
  background: var(--wp--preset--color--paper);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 20%, transparent);
  border-radius: 8px;
  inset: 7% 0 auto 4%;
  min-height: 320px;
  padding: 1rem;
}

.dsy-browser-top {
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
  display: flex;
  gap: 0.4rem;
  padding-bottom: 0.85rem;
}

.dsy-browser-dot {
  background: var(--wp--preset--color--stone);
  border-radius: 999px;
  height: 0.55rem;
  width: 0.55rem;
}

.dsy-browser-dot:first-child {
  background: var(--wp--preset--color--primary);
}

.dsy-wire-hero,
.dsy-wire-line,
.dsy-wire-card,
.dsy-wire-button {
  border-radius: 6px;
}

.dsy-wire-hero {
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--plum));
  height: 5.5rem;
  margin-top: 1rem;
}

.dsy-wire-line {
  background: color-mix(in srgb, var(--wp--preset--color--ink) 12%, transparent);
  height: 0.7rem;
  margin-top: 0.85rem;
}

.dsy-wire-line.short {
  width: 58%;
}

.dsy-wire-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.dsy-wire-card {
  background: color-mix(in srgb, var(--wp--preset--color--blush) 50%, white);
  height: 4.5rem;
}

.dsy-wire-button {
  background: var(--wp--preset--color--primary);
  height: 1.7rem;
  margin-top: 1rem;
  width: 7rem;
}

.dsy-note-card {
  background: var(--wp--preset--color--blush);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 8px;
  color: var(--wp--preset--color--plum);
  font-size: 0.86rem;
  font-weight: 800;
  left: 0;
  padding: 0.9rem 1rem;
  top: 0;
  transform: rotate(-4deg);
  width: 10.5rem;
}

.dsy-swatch-card {
  align-items: center;
  background: white;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 8px;
  bottom: 3%;
  display: flex;
  gap: 0.45rem;
  left: 12%;
  padding: 0.7rem;
}

.dsy-swatch {
  border-radius: 999px;
  height: 1.35rem;
  width: 1.35rem;
}

.dsy-swatch.primary {
  background: var(--wp--preset--color--primary);
}

.dsy-swatch.blush {
  background: var(--wp--preset--color--blush);
}

.dsy-swatch.sage {
  background: var(--wp--preset--color--sage);
}

.dsy-mobile-card {
  background: white;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 18px;
  bottom: 0;
  min-height: 150px;
  padding: 0.9rem;
  right: 5%;
  width: 7.5rem;
}

.dsy-mobile-card::before {
  background: var(--wp--preset--color--primary);
  border-radius: 6px;
  content: "";
  display: block;
  height: 3.5rem;
  margin-bottom: 0.75rem;
}

.dsy-mobile-card::after {
  background: color-mix(in srgb, var(--wp--preset--color--ink) 14%, transparent);
  border-radius: 4px;
  content: "";
  display: block;
  height: 0.65rem;
  width: 80%;
}

.dsy-check-card {
  background: var(--wp--preset--color--paper);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  border-radius: 8px;
  color: var(--wp--preset--color--ink);
  display: grid;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  right: 0;
  top: 10%;
}

.dsy-check-card span {
  align-items: center;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.45rem;
}

.dsy-check-card span::before {
  background: var(--wp--preset--color--primary);
  border-radius: 999px;
  color: var(--wp--preset--color--paper);
  content: "✓";
  display: grid;
  font-size: 0.68rem;
  height: 1rem;
  place-items: center;
  width: 1rem;
}

.dsy-grid-backdrop {
  background-image:
    linear-gradient(color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent) 1px, transparent 1px);
  background-size: 28px 28px;
  inset: 0;
  opacity: 0.55;
  position: absolute;
}

@media (max-width: 820px) {
  .dsy-service-choice__intro {
    margin-inline: 0;
    max-width: none;
    text-align: left;
  }

  .dsy-service-choice__intro .dsy-eyebrow {
    justify-content: flex-start;
  }

  .dsy-service-modules {
    grid-template-columns: 1fr;
  }

  .dsy-services-depth__grid {
    grid-template-columns: 1fr;
  }

  .dsy-approach-timeline {
    grid-template-columns: 1fr;
  }

  .dsy-approach-step {
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 16%, transparent);
    padding-inline: 0;
  }

  .dsy-approach-step:first-child {
    border-top: 0;
  }

  .dsy-service-module {
    margin-top: 0 !important;
    padding: 1rem;
  }

  .dsy-results-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .dsy-results-copy {
    max-width: none;
  }

  .dsy-portfolio-heading {
    grid-template-columns: 1fr;
  }

  .dsy-portfolio-board-grid {
    grid-template-columns: 1fr;
  }

  .dsy-portfolio-board {
    aspect-ratio: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .dsy-work-shot--featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .dsy-work-shot--featured .dsy-work-placeholder {
    min-height: 360px;
  }

  .dsy-work-shot--portrait,
  .dsy-work-shot--wide {
    transform: none;
  }

  .dsy-work-shot--portrait .dsy-work-placeholder,
  .dsy-work-shot--wide .dsy-work-placeholder {
    min-height: 220px;
  }

  .dsy-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .dsy-about-grid {
    grid-template-columns: 1fr;
  }

  .dsy-about-image {
    max-width: 320px;
  }

  .dsy-service-two-column {
    grid-template-columns: 1fr;
  }

  .dsy-immersive-hero {
    min-height: auto;
  }

  .dsy-immersive-inner {
    min-height: auto;
    padding-top: clamp(3rem, 14vw, 5rem);
  }

  .dsy-hero-copy {
    text-align: left;
  }

  .dsy-immersive-floating .dsy-hero-copy::before,
  .dsy-immersive-floating .dsy-hero-copy::after,
  .dsy-immersive-floating .dsy-immersive-stage::after {
    display: none;
  }

  .dsy-orbit-hero .dsy-orbit-item,
  .dsy-orbit-hero .dsy-orbit-line {
    display: none;
  }

  .dsy-hero-copy .dsy-eyebrow {
    justify-content: flex-start;
  }

  .dsy-service-markers {
    grid-template-columns: 1fr;
  }

  .dsy-service-marker + .dsy-service-marker {
    border-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
  }

  .dsy-immersive-actions {
    justify-content: flex-start;
  }

  .dsy-immersive-stage {
    min-height: 330px;
  }

  .dsy-immersive-browser {
    border-radius: 18px 18px 0 0;
    min-height: 310px;
    transform: none;
  }

  .dsy-immersive-browser:hover {
    transform: none;
  }

  .dsy-immersive-url {
    display: none;
  }

  .dsy-immersive-canvas {
    grid-template-columns: 1fr;
    min-height: 310px;
  }

  .dsy-mini-sidebar {
    display: none;
  }

  .dsy-floating-note {
    bottom: 1rem;
    right: 1rem;
    top: auto;
  }

  .dsy-float-layer {
    display: block;
  }

  .dsy-float-item {
    opacity: 0.34;
  }

  .dsy-float-tablet {
    left: auto;
    right: -6rem;
    top: 34%;
    width: 10.6rem;
  }

  .dsy-float-wordpress {
    opacity: 0.3;
    right: -2rem;
    top: 10%;
    width: 4.8rem;
  }

  .dsy-float-brand {
    left: 0.9rem;
    top: auto;
    bottom: 3.8rem;
    opacity: 0.5;
    transform: translate3d(var(--dsy-float-x), var(--dsy-float-y), 0) scale(0.82) rotate(var(--dsy-float-rotate));
  }

  .dsy-float-monogram {
    display: none;
  }

  .dsy-hero-grid {
    grid-template-columns: 1fr;
  }

  .dsy-visual-stage {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .dsy-audience {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .dsy-audience::after {
    opacity: 0.42;
  }

  .dsy-service-choice__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .dsy-portfolio-board {
    min-height: 300px;
  }

  .dsy-work-shot--featured .dsy-work-placeholder {
    min-height: 260px;
  }

  .dsy-work-shot--portrait,
  .dsy-work-shot--wide {
    transform: none;
  }

  .dsy-work-shot--portrait .dsy-work-placeholder,
  .dsy-work-shot--wide .dsy-work-placeholder {
    min-height: 160px;
  }

  .dsy-result-row {
    grid-template-columns: 2.6rem minmax(0, 1fr);
  }

  .dsy-float-monogram {
    display: none;
  }

  .dsy-float-tablet {
    display: block;
    left: auto;
    opacity: 0.24;
    right: -6.8rem;
    top: 35%;
    width: 10.6rem;
  }

  .dsy-float-wordpress {
    opacity: 0.28;
    right: -2.5rem;
    top: 6%;
    width: 4.4rem;
  }

  .dsy-float-brand {
    bottom: 2.1rem;
    left: 0.8rem;
    opacity: 0.62;
  }

  .dsy-float-brand i {
    height: 1.1rem;
    width: 1.1rem;
  }
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

.wp-block-button__link {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  box-shadow: 0 12px 30px color-mix(in srgb, var(--wp--preset--color--primary) 20%, transparent);
  transform: translateY(-2px);
}

.wp-block-button__link:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--wp--preset--color--primary) 35%, transparent);
  outline-offset: 3px;
}

.has-plum-background-color .wp-block-button.is-style-outline .wp-block-button__link,
.has-ink-background-color .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--blush);
  color: var(--wp--preset--color--blush);
}

.dsy-reveal {
  opacity: 1;
  transform: none;
}

.dsy-motion-ready .dsy-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.dsy-motion-ready .dsy-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .dsy-reveal {
    opacity: 1;
    transform: none;
  }
}
