.elementor-8086 .elementor-element.elementor-element-2894699{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cf3ab43 */.dpref-bb {
  --dpref-black: #090907;
  --dpref-ink-soft: #171009;
  --dpref-ink-light: #2b2118;
  --dpref-copper: #df9c56;
  --dpref-gold-light: #f2cf8c;
  --dpref-gold: #e0b15e;
  --dpref-gold-deep: #bd8530;
  --dpref-gold-warm: #e7a052;
  --dpref-cream: #fffaf3;
  --dpref-cream-light: #fffdf8;
  --dpref-white: #ffffff;
  --dpref-ink: #20150f;
  --dpref-muted: #5e5a51;
  --dpref-line: rgba(224, 177, 94, 0.16);
  --dpref-radius-sm: 14px;
  --dpref-radius-md: 24px;
  --dpref-radius-lg: 36px;
  --dpref-shadow: 0 24px 70px rgba(32, 21, 15, 0.16);
  --dpref-shadow-strong: 0 36px 110px rgba(9, 9, 7, 0.46);
  --dpref-container: 1240px;

  position: relative;
  width: 100%;
  overflow: clip;
  background: var(--dpref-cream-light);
  color: var(--dpref-ink);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  isolation: isolate;
}

.dpref-bb *,
.dpref-bb *::before,
.dpref-bb *::after {
  box-sizing: border-box;
}

.dpref-bb img {
  display: block;
  max-width: 100%;
}

.dpref-bb a {
  color: inherit;
  text-decoration: none;
}

.dpref-bb button,
.dpref-bb a {
  -webkit-tap-highlight-color: transparent;
}

.dpref-bb__container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--dpref-container));
  margin-inline: auto;
}

.dpref-bb__noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.022;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

/* =========================
   REVEAL ANIMATIONS
========================= */

.dpref-bb [data-dpref-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--dpref-delay, 0ms),
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1) var(--dpref-delay, 0ms);
}

.dpref-bb [data-dpref-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   GLOBAL TYPOGRAPHY
========================= */

.dpref-bb h1,
.dpref-bb h2,
.dpref-bb h3,
.dpref-bb p,
.dpref-bb blockquote,
.dpref-bb figure,
.dpref-bb dl,
.dpref-bb dd {
  margin: 0;
}

.dpref-bb h1,
.dpref-bb h2,
.dpref-bb h3 {
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.dpref-bb h1 {
  max-width: 770px;
  color: var(--dpref-white);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(52px, 6.5vw, 98px);
  font-weight: 500;
}

.dpref-bb h1 span {
  display: block;
  color: var(--dpref-gold-light);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.dpref-bb h2 {
  max-width: 920px;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
}

.dpref-bb h2 em {
  color: var(--dpref-gold);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.dpref-bb__section-heading--light h2 em,
.dpref-bb__cta h2 em {
  color: var(--dpref-cream);
}

.dpref-bb__section-kicker,
.dpref-bb__cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--dpref-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpref-bb__section-kicker::before,
.dpref-bb__cta-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

/* =========================
   BUTTONS
========================= */

.dpref-bb__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 780;
  letter-spacing: -0.01em;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.dpref-bb__button span {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.dpref-bb__button:hover {
  transform: translateY(-3px);
}

.dpref-bb__button:hover span {
  transform: translate(2px, -1px);
}

.dpref-bb__button--primary {
  background: linear-gradient(135deg, var(--dpref-gold), var(--dpref-copper));
  color: var(--dpref-ink);
  box-shadow: 0 18px 45px rgba(224, 177, 94, 0.28);
}

.dpref-bb__button--primary:hover {
  background: var(--dpref-gold-warm);
  color: var(--dpref-ink);
}

.dpref-bb__button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: var(--dpref-white);
  backdrop-filter: blur(12px);
}

.dpref-bb__button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  color: var(--dpref-white);
}

.dpref-bb__button--cream {
  min-height: 64px;
  padding-inline: 28px;
  background: var(--dpref-cream);
  color: var(--dpref-black);
  box-shadow: 0 20px 55px rgba(12, 18, 32, 0.22);
}

.dpref-bb__button--cream:hover {
  background: var(--dpref-white);
  color: var(--dpref-black);
}

/* =========================
   HERO
========================= */

.dpref-bb__hero {
  position: relative;
  min-height: min(940px, 100svh);
  display: flex;
  align-items: center;
  padding: 118px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 34%, rgba(242, 207, 140, 0.12), transparent 28%),
    radial-gradient(circle at 14% 88%, rgba(224, 177, 94, 0.2), transparent 34%),
    linear-gradient(135deg, #090907 0%, var(--dpref-black) 50%, #1b120c 100%);
  color: var(--dpref-white);
}

.dpref-bb__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 76%, transparent 100%);
}

.dpref-bb__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 110px;
  background: linear-gradient(to bottom, transparent, rgba(9, 9, 7, 0.84));
  pointer-events: none;
}

.dpref-bb__hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.dpref-bb__hero-glow--one {
  width: 470px;
  height: 470px;
  right: -170px;
  top: -120px;
  background: rgba(242, 207, 140, 0.1);
}

.dpref-bb__hero-glow--two {
  width: 560px;
  height: 560px;
  left: 18%;
  bottom: -390px;
  background: rgba(224, 177, 94, 0.18);
}

.dpref-bb__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.dpref-bb__hero-copy {
  position: relative;
  z-index: 4;
}

.dpref-bb__backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
  transition: color 0.25s ease, gap 0.25s ease;
}

.dpref-bb__backlink:hover {
  gap: 14px;
  color: var(--dpref-white);
}

.dpref-bb__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.dpref-bb__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dpref-gold-warm);
  box-shadow: 0 0 0 5px rgba(224, 177, 94, 0.12);
}

.dpref-bb__hero-lead {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.dpref-bb__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.dpref-bb__hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.dpref-bb__hero-meta div {
  display: grid;
  gap: 4px;
}

.dpref-bb__hero-meta strong {
  color: var(--dpref-white);
  font-size: 13px;
}

.dpref-bb__hero-meta span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.dpref-bb__hero-visual {
  position: relative;
  z-index: 3;
  min-height: 640px;
  perspective: 1500px;
}

.dpref-bb__orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.dpref-bb__orbit--one {
  width: 590px;
  height: 590px;
  left: 4%;
  top: 5%;
}

.dpref-bb__orbit--two {
  width: 440px;
  height: 440px;
  right: -2%;
  bottom: 2%;
  border-color: rgba(242, 207, 140, 0.14);
}

.dpref-bb__browser {
  --dpref-rotate-x: 0deg;
  --dpref-rotate-y: 0deg;
  --dpref-shift-x: 0px;
  --dpref-shift-y: 0px;

  position: absolute;
  width: min(100%, 650px);
  right: 0;
  top: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: #f8f4ef;
  box-shadow: var(--dpref-shadow-strong);
  transform:
    translate(var(--dpref-shift-x), calc(-50% + var(--dpref-shift-y)))
    rotateX(var(--dpref-rotate-x))
    rotateY(var(--dpref-rotate-y))
    rotateZ(-1.2deg);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

.dpref-bb__browser::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.dpref-bb__browser-topbar {
  display: grid;
  grid-template-columns: 70px 1fr 30px;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 14px;
  background: #ede7e1;
  border-bottom: 1px solid rgba(53, 42, 44, 0.08);
}

.dpref-bb__browser-dots {
  display: flex;
  gap: 6px;
}

.dpref-bb__browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c2b7af;
}

.dpref-bb__browser-dots span:first-child { background: #db7d87; }
.dpref-bb__browser-dots span:nth-child(2) { background: #d6b672; }
.dpref-bb__browser-dots span:nth-child(3) { background: #7fb493; }

.dpref-bb__browser-url {
  max-width: 270px;
  width: 100%;
  justify-self: center;
  overflow: hidden;
  padding: 5px 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.64);
  color: #887e79;
  font-size: 9px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dpref-bb__browser-lock {
  color: #9a908a;
  font-size: 12px;
  text-align: right;
}

.dpref-bb__site-preview {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: var(--dpref-gold-deep);
}

.dpref-bb__site-photo,
.dpref-bb__site-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dpref-bb__site-photo {
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.78) contrast(1.04);
}

.dpref-bb__site-overlay {
  background:
    linear-gradient(90deg, rgba(9, 9, 7, 0.96) 0%, rgba(23, 16, 9, 0.8) 45%, rgba(23, 16, 9, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.06));
}

.dpref-bb__site-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--dpref-white);
}

.dpref-bb__site-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.dpref-bb__heartmark {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--dpref-cream);
  color: var(--dpref-gold);
  font-size: 12px;
}

.dpref-bb__site-links {
  display: flex;
  gap: 16px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dpref-bb__site-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  padding: 82px 34px 42px;
  color: var(--dpref-white);
}

.dpref-bb__site-kicker {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dpref-bb__site-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.dpref-bb__site-button {
  margin-top: 26px;
  padding: 11px 16px;
  border-radius: 2px;
  background: var(--dpref-gold);
  color: var(--dpref-ink);
  font-size: 9px;
  font-weight: 800;
}

.dpref-bb__site-tax-card {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.88);
  color: var(--dpref-ink);
  backdrop-filter: blur(12px);
}

.dpref-bb__site-tax-card span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dpref-bb__site-tax-card strong {
  font-size: 13px;
}

.dpref-bb__floating-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 215px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(9, 9, 7, 0.84);
  color: var(--dpref-white);
  box-shadow: 0 18px 45px rgba(3, 8, 18, 0.28);
  backdrop-filter: blur(18px);
  animation: dprefFloat 5s ease-in-out infinite;
}

.dpref-bb__floating-card--mission {
  left: -28px;
  top: 122px;
}

.dpref-bb__floating-card--mobile {
  right: -24px;
  bottom: 92px;
  animation-delay: -2.2s;
}

.dpref-bb__floating-card small {
  display: block;
  color: rgba(255, 255, 255, 0.47);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dpref-bb__floating-card strong {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

.dpref-bb__floating-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dpref-gold);
  color: var(--dpref-ink);
}

.dpref-bb__phone-icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 34px;
  border: 2px solid var(--dpref-gold-light);
  border-radius: 5px;
}

.dpref-bb__phone-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--dpref-gold-light);
  transform: translateX(-50%);
}

.dpref-bb__scroll-cue {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 22px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.dpref-bb__scroll-cue i {
  position: relative;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.dpref-bb__scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dpref-white);
  animation: dprefScrollLine 1.8s ease-in-out infinite;
}

@keyframes dprefFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes dprefScrollLine {
  0% { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}

/* =========================
   RIBBON
========================= */

.dpref-bb__ribbon {
  position: relative;
  z-index: 6;
  overflow: hidden;
  padding: 15px 0;
  background: var(--dpref-gold);
  color: var(--dpref-ink);
  transform: rotate(-1.1deg) scale(1.02);
  transform-origin: center;
  box-shadow: 0 15px 35px rgba(32, 21, 15, 0.22);
}

.dpref-bb__ribbon-track {
  display: flex;
  width: max-content;
  animation: dprefMarquee 28s linear infinite;
}

.dpref-bb__ribbon-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.dpref-bb__ribbon span {
  padding: 0 24px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dpref-bb__ribbon i {
  color: rgba(32, 21, 15, 0.52);
  font-style: normal;
  font-size: 10px;
}

@keyframes dprefMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================
   SECTION HEADING
========================= */

.dpref-bb__section-heading {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin-bottom: 70px;
}

.dpref-bb__section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(224, 177, 94, 0.2);
  border-radius: 50%;
  color: var(--dpref-gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.dpref-bb__section-heading--light {
  color: var(--dpref-white);
}

.dpref-bb__section-heading--light .dpref-bb__section-number {
  border-color: rgba(255, 255, 255, 0.17);
  color: var(--dpref-cream);
}

.dpref-bb__section-heading--light .dpref-bb__section-kicker {
  color: var(--dpref-gold-light);
}

/* =========================
   OVERVIEW
========================= */

.dpref-bb__overview {
  position: relative;
  padding: 155px 0 140px;
  background:
    radial-gradient(circle at 92% 12%, rgba(224, 177, 94, 0.08), transparent 26%),
    var(--dpref-cream-light);
}

.dpref-bb__overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.dpref-bb__overview-story {
  display: grid;
  gap: 22px;
  color: var(--dpref-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.85;
}

.dpref-bb__dropcap::first-letter {
  float: left;
  margin: 9px 10px 0 0;
  color: var(--dpref-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 0.74;
}

.dpref-bb__project-card {
  padding: 30px;
  border: 1px solid var(--dpref-line);
  border-radius: var(--dpref-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(85, 53, 58, 0.09);
  backdrop-filter: blur(12px);
}

.dpref-bb__project-card-label {
  display: block;
  margin-bottom: 18px;
  color: var(--dpref-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dpref-bb__project-card dl {
  display: grid;
}

.dpref-bb__project-card dl div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(224, 177, 94, 0.1);
}

.dpref-bb__project-card dt {
  color: #9b8e91;
  font-size: 11px;
}

.dpref-bb__project-card dd {
  color: var(--dpref-ink);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.dpref-bb__scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 88px;
}

.dpref-bb__scope-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--dpref-line);
  border-radius: var(--dpref-radius-md);
  background: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.dpref-bb__scope-card:hover {
  transform: translateY(-7px);
  border-color: rgba(224, 177, 94, 0.34);
  box-shadow: 0 22px 55px rgba(189, 133, 48, 0.11);
}

.dpref-bb__scope-card > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 52px;
  border-radius: 50%;
  background: rgba(224, 177, 94, 0.09);
  color: var(--dpref-gold);
  font-size: 10px;
  font-weight: 850;
}

.dpref-bb__scope-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: -0.035em;
}

.dpref-bb__scope-card p {
  color: var(--dpref-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* =========================
   DESIGN SYSTEM
========================= */

.dpref-bb__design {
  position: relative;
  overflow: hidden;
  padding: 145px 0 155px;
  background:
    radial-gradient(circle at 85% 20%, rgba(242, 207, 140, 0.1), transparent 28%),
    radial-gradient(circle at 15% 85%, rgba(224, 177, 94, 0.19), transparent 34%),
    linear-gradient(135deg, #090907, #171009 70%, #24170d);
  color: var(--dpref-white);
}

.dpref-bb__design::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
}

.dpref-bb__design-bg-text {
  position: absolute;
  right: -25px;
  bottom: -32px;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(110px, 17vw, 250px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.dpref-bb__design-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-areas:
    "palette type"
    "palette principles";
  gap: 22px;
}

.dpref-bb__palette-card,
.dpref-bb__type-card,
.dpref-bb__principles {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--dpref-radius-lg);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}

.dpref-bb__palette-card {
  grid-area: palette;
  padding: 30px;
}

.dpref-bb__palette-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.dpref-bb__palette-head span,
.dpref-bb__type-label {
  color: var(--dpref-gold-light);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dpref-bb__palette-head strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

.dpref-bb__swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dpref-bb__swatch {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 22px;
  transition: transform 0.3s ease;
}

.dpref-bb__swatch:hover {
  transform: scale(0.98);
}

.dpref-bb__swatch span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.dpref-bb__swatch strong {
  font-size: 14px;
}

.dpref-bb__swatch--gold { background: var(--dpref-gold); }
.dpref-bb__swatch--cream { background: var(--dpref-cream); color: var(--dpref-ink); }
.dpref-bb__swatch--ink { background: #090907; border: 1px solid rgba(255,255,255,.12); }
.dpref-bb__swatch--copper { background: var(--dpref-copper); color: var(--dpref-ink); }

.dpref-bb__type-card {
  grid-area: type;
  min-height: 300px;
  padding: 30px;
}

.dpref-bb__type-sans {
  margin-top: 52px;
  color: var(--dpref-white);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.dpref-bb__type-serif {
  margin-top: 17px;
  color: var(--dpref-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 42px);
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.045em;
}

.dpref-bb__type-card p {
  max-width: 440px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.7;
}

.dpref-bb__principles {
  grid-area: principles;
  display: grid;
  gap: 0;
  padding: 8px 28px;
}

.dpref-bb__principles article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dpref-bb__principles article:last-child {
  border-bottom: 0;
}

.dpref-bb__principles article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(242, 207, 140, 0.09);
  color: var(--dpref-gold-light);
  font-size: 13px;
}

.dpref-bb__principles h3 {
  margin-bottom: 6px;
  color: var(--dpref-white);
  font-size: 17px;
}

.dpref-bb__principles p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.6;
}

/* =========================
   EXPERIENCE
========================= */

.dpref-bb__experience {
  padding: 150px 0;
  background: var(--dpref-white);
}

.dpref-bb__feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
}

.dpref-bb__feature-copy {
  display: grid;
}

.dpref-bb__feature-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid rgba(33, 25, 27, 0.1);
  cursor: pointer;
  outline: none;
  transition: padding-left 0.3s ease;
}

.dpref-bb__feature-item:last-child {
  border-bottom: 1px solid rgba(33, 25, 27, 0.1);
}

.dpref-bb__feature-item:hover,
.dpref-bb__feature-item.is-active,
.dpref-bb__feature-item:focus-visible {
  padding-left: 14px;
}

.dpref-bb__feature-item > span {
  color: #b8aaad;
  font-size: 10px;
  font-weight: 850;
  transition: color 0.25s ease;
}

.dpref-bb__feature-item h3 {
  margin-bottom: 9px;
  color: #93888a;
  font-size: clamp(20px, 2vw, 28px);
  transition: color 0.25s ease;
}

.dpref-bb__feature-item p {
  max-height: 0;
  overflow: hidden;
  color: var(--dpref-muted);
  font-size: 13px;
  line-height: 1.72;
  opacity: 0;
  transition: max-height 0.42s ease, opacity 0.32s ease;
}

.dpref-bb__feature-item:hover > span,
.dpref-bb__feature-item.is-active > span,
.dpref-bb__feature-item:focus-visible > span {
  color: var(--dpref-gold);
}

.dpref-bb__feature-item:hover h3,
.dpref-bb__feature-item.is-active h3,
.dpref-bb__feature-item:focus-visible h3 {
  color: var(--dpref-ink);
}

.dpref-bb__feature-item.is-active p,
.dpref-bb__feature-item:focus-visible p {
  max-height: 130px;
  opacity: 1;
}

.dpref-bb__feature-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--dpref-radius-lg);
  background:
    radial-gradient(circle at 82% 16%, rgba(242, 207, 140, 0.15), transparent 28%),
    linear-gradient(145deg, #090907, #1b120c);
  box-shadow: var(--dpref-shadow);
}

.dpref-bb__feature-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.dpref-bb__feature-panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 52px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.dpref-bb__feature-panel.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.dpref-bb__mini-browser {
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: var(--dpref-cream);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
  transform: rotate(-1.2deg);
}

.dpref-bb__mini-bar {
  display: flex;
  gap: 5px;
  padding: 12px 14px;
  background: #e6ddd5;
}

.dpref-bb__mini-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8aaa0;
}

.dpref-bb__mini-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--dpref-gold-deep);
}

.dpref-bb__mini-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 9, 7, 0.96), rgba(23, 16, 9, 0.68), rgba(23, 16, 9, 0.08));
}

.dpref-bb__mini-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dpref-bb__mini-hero > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  padding: 72px 36px 36px;
  color: var(--dpref-white);
}

.dpref-bb__mini-hero small {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dpref-bb__mini-hero strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3.4vw, 46px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.dpref-bb__mini-hero span {
  margin-top: 24px;
  padding: 10px 14px;
  border-radius: 2px;
  background: var(--dpref-gold);
  color: var(--dpref-ink);
  font-size: 9px;
  font-weight: 800;
}

.dpref-bb__donation-demo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 550px;
}

.dpref-bb__donation-demo div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--dpref-white);
  backdrop-filter: blur(10px);
}

.dpref-bb__donation-demo span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(224, 177, 94, 0.2);
  color: var(--dpref-gold-light);
  font-size: 10px;
  font-weight: 850;
}

.dpref-bb__donation-demo strong {
  font-size: 13px;
}

.dpref-bb__profile-demo small {
  flex-basis: calc(100% - 57px);
  margin-left: 57px;
  margin-top: -24px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.4;
}

.dpref-bb__tax-demo {
  position: relative;
  width: 100%;
  max-width: 550px;
  overflow: hidden;
  padding: 48px;
  border-radius: 28px;
  background: var(--dpref-cream);
  color: var(--dpref-ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.dpref-bb__quote-demo {
  border: 1px solid rgba(224, 177, 94, 0.28);
}

.dpref-bb__tax-heart {
  position: absolute;
  right: -25px;
  top: -40px;
  color: rgba(224, 177, 94, 0.07);
  font-size: 190px;
  line-height: 1;
}

.dpref-bb__tax-demo > small {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: var(--dpref-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dpref-bb__tax-demo > strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 430px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 53px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.dpref-bb__tax-demo > div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding: 16px 18px;
  border: 1px solid rgba(224, 177, 94, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.56);
}

.dpref-bb__tax-demo > div span {
  color: var(--dpref-muted);
  font-size: 11px;
}

.dpref-bb__tax-demo b {
  color: var(--dpref-gold-deep);
  font-size: 17px;
  letter-spacing: 0.04em;
}

.dpref-bb__stories-demo {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 12px;
  width: 100%;
  max-width: 580px;
  height: 420px;
}

.dpref-bb__stories-demo figure,
.dpref-bb__stories-demo > div {
  overflow: hidden;
  border-radius: 19px;
}

.dpref-bb__stories-demo figure:first-child {
  grid-row: 1 / 3;
}

.dpref-bb__stories-demo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dpref-bb__stories-demo > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  background: linear-gradient(145deg, var(--dpref-gold-deep), var(--dpref-gold));
  color: var(--dpref-ink);
}

.dpref-bb__stories-demo small {
  margin-bottom: 8px;
  color: rgba(32, 21, 15, 0.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dpref-bb__stories-demo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.07;
}

.dpref-bb__stories-demo span {
  margin-top: 12px;
  color: rgba(32, 21, 15, 0.68);
  font-size: 9px;
}

/* =========================
   GALLERY
========================= */

.dpref-bb__gallery {
  padding: 150px 0;
  background: var(--dpref-cream);
}

.dpref-bb__gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  column-gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.dpref-bb__gallery-intro .dpref-bb__section-kicker {
  grid-column: 1 / -1;
}

.dpref-bb__gallery-intro h2 {
  font-size: clamp(38px, 4.5vw, 66px);
}

.dpref-bb__gallery-intro p {
  padding-bottom: 5px;
  color: var(--dpref-muted);
  font-size: 14px;
  line-height: 1.8;
}

.dpref-bb__photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 290px 290px 320px;
  gap: 16px;
}

.dpref-bb__photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--dpref-radius-md);
  background: #d8cbc4;
}

.dpref-bb__photo--large {
  grid-row: 1 / 3;
}

.dpref-bb__photo--wide {
  display: block;
  grid-column: 1 / -1;
  grid-row: 3;
}

.dpref-bb__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.dpref-bb__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 11, 13, 0.72), transparent 48%);
}

.dpref-bb__photo:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.dpref-bb__photo figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dpref-white);
  font-size: 13px;
  font-weight: 720;
}

.dpref-bb__photo figcaption span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.12em;
}

/* =========================
   SYSTEM
========================= */

.dpref-bb__system {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background:
    radial-gradient(circle at 12% 80%, rgba(224, 177, 94, 0.17), transparent 35%),
    linear-gradient(135deg, #090907, var(--dpref-black) 65%, #21150c);
  color: var(--dpref-white);
}

.dpref-bb__system::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.dpref-bb__system-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.dpref-bb__sitemap {
  position: relative;
  min-height: 570px;
}

.dpref-bb__sitemap::before,
.dpref-bb__sitemap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dpref-bb__sitemap::before {
  width: 430px;
  height: 430px;
}

.dpref-bb__sitemap::after {
  width: 570px;
  height: 570px;
  border-color: rgba(242, 207, 140, 0.09);
}

.dpref-bb__sitemap-center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  justify-items: center;
  width: 180px;
  height: 180px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.025), 0 28px 70px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(14px);
}

.dpref-bb__sitemap-center > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--dpref-gold);
  color: var(--dpref-ink);
}

.dpref-bb__sitemap-center strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.dpref-bb__sitemap-center small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
}

.dpref-bb__sitemap-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 122px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.dpref-bb__sitemap-node span {
  color: var(--dpref-gold-light);
  font-size: 8px;
  font-weight: 850;
}

.dpref-bb__sitemap-node--one { left: 50%; top: 2%; transform: translateX(-50%); }
.dpref-bb__sitemap-node--two { right: 1%; top: 24%; }
.dpref-bb__sitemap-node--three { right: -1%; bottom: 22%; }
.dpref-bb__sitemap-node--four { left: 50%; bottom: 1%; transform: translateX(-50%); }
.dpref-bb__sitemap-node--five { left: -1%; bottom: 22%; }
.dpref-bb__sitemap-node--six { left: 1%; top: 24%; }

.dpref-bb__deliverables {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.dpref-bb__deliverables article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.dpref-bb__deliverables article > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(242, 207, 140, 0.1);
  color: var(--dpref-gold-light);
  font-size: 11px;
}

.dpref-bb__deliverables h3 {
  margin-bottom: 7px;
  color: var(--dpref-white);
  font-size: 18px;
}

.dpref-bb__deliverables p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.65;
}

.dpref-bb__inventory {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  padding-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dpref-bb__inventory-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 34px;
}

.dpref-bb__inventory-head > span {
  color: var(--dpref-gold-light);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dpref-bb__inventory-head h3 {
  max-width: 760px;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.08;
}

.dpref-bb__inventory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dpref-bb__inventory-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--dpref-radius-md);
  background: rgba(255, 255, 255, 0.045);
}

.dpref-bb__inventory-grid article > span {
  display: block;
  margin-bottom: 50px;
  color: var(--dpref-gold-light);
  font-size: 10px;
  font-weight: 850;
}

.dpref-bb__inventory-grid h4 {
  margin: 0 0 12px;
  color: var(--dpref-white);
  font-size: 17px;
  line-height: 1.2;
}

.dpref-bb__inventory-grid p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.75;
}

/* =========================
   QUOTE
========================= */

.dpref-bb__quote {
  position: relative;
  overflow: hidden;
  padding: 145px 0;
  background:
    radial-gradient(circle at 78% 50%, rgba(224, 177, 94, 0.22), transparent 32%),
    linear-gradient(135deg, #171009, #090907 70%);
  color: var(--dpref-white);
}

.dpref-bb__quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.11), transparent 28%),
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.06), transparent 24%);
}

.dpref-bb__quote-mark {
  position: absolute;
  right: 7%;
  top: -110px;
  color: rgba(255, 255, 255, 0.07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 430px;
  line-height: 1;
}

.dpref-bb__quote blockquote {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin-inline: auto;
}

.dpref-bb__quote blockquote > p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.5vw, 65px);
  font-style: italic;
  line-height: 1.13;
  letter-spacing: -0.04em;
}

.dpref-bb__quote blockquote footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.dpref-bb__quote blockquote footer > span {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.dpref-bb__quote footer strong,
.dpref-bb__quote footer small {
  display: block;
}

.dpref-bb__quote footer strong {
  font-size: 14px;
}

.dpref-bb__quote footer small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

/* =========================
   OUTCOME
========================= */

.dpref-bb__outcome {
  padding: 150px 0;
  background: var(--dpref-white);
}

.dpref-bb__outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(54px, 9vw, 125px);
  align-items: center;
}

.dpref-bb__outcome-copy h2 {
  font-size: clamp(39px, 4.8vw, 70px);
}

.dpref-bb__outcome-copy p {
  max-width: 700px;
  margin-top: 26px;
  color: var(--dpref-muted);
  font-size: 16px;
  line-height: 1.82;
}

.dpref-bb__text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--dpref-gold);
  font-size: 14px;
  font-weight: 800;
}

.dpref-bb__text-link span {
  transition: transform 0.25s ease;
}

.dpref-bb__text-link:hover span {
  transform: translate(3px, -3px);
}

.dpref-bb__outcome-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dpref-bb__outcome-stats article {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--dpref-line);
  border-radius: var(--dpref-radius-md);
  background: var(--dpref-cream-light);
}

.dpref-bb__outcome-stats strong {
  color: var(--dpref-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 75px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}

.dpref-bb__outcome-stats span {
  max-width: 150px;
  color: var(--dpref-muted);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.45;
}

/* =========================
   CTA
========================= */

.dpref-bb__cta {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background: var(--dpref-black);
}

.dpref-bb__cta-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  top: -210px;
  border-radius: 50%;
  background: rgba(242, 207, 140, 0.14);
  filter: blur(14px);
}

.dpref-bb__cta-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 50px;
  padding: clamp(46px, 7vw, 84px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.11), transparent 32%),
    linear-gradient(135deg, #171009, #6f451f 64%, var(--dpref-gold-deep));
  color: var(--dpref-white);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

.dpref-bb__cta-inner::after {
  content: "▯";
  position: absolute;
  right: -34px;
  bottom: -104px;
  color: rgba(255, 255, 255, 0.055);
  font-size: 300px;
  line-height: 1;
}

.dpref-bb__cta-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.dpref-bb__cta h2 {
  position: relative;
  z-index: 2;
  max-width: 750px;
  font-size: clamp(39px, 4.7vw, 68px);
}

.dpref-bb__cta p {
  position: relative;
  z-index: 2;
  max-width: 670px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.75;
}

.dpref-bb__cta-actions {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: 22px;
}

.dpref-bb__cta-contact {
  display: grid;
  gap: 2px;
  color: var(--dpref-white);
}

.dpref-bb__cta-contact small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dpref-bb__cta-contact strong {
  font-size: 17px;
}

/* =========================
   RESPONSIVE – TABLET
========================= */

@media (max-width: 1120px) {
  .dpref-bb__hero {
    min-height: auto;
    padding-top: 130px;
  }

  .dpref-bb__hero-grid {
    grid-template-columns: 1fr;
  }

  .dpref-bb__hero-copy {
    max-width: 850px;
  }

  .dpref-bb__hero-visual {
    min-height: 620px;
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .dpref-bb__browser {
    left: 50%;
    right: auto;
    transform:
      translate(calc(-50% + var(--dpref-shift-x)), calc(-50% + var(--dpref-shift-y)))
      rotateX(var(--dpref-rotate-x))
      rotateY(var(--dpref-rotate-y));
  }

  .dpref-bb__scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dpref-bb__feature-layout,
  .dpref-bb__system-grid,
  .dpref-bb__outcome-grid {
    grid-template-columns: 1fr;
  }

  .dpref-bb__feature-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .dpref-bb__sitemap {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .dpref-bb__outcome-stats {
    max-width: 760px;
  }

  .dpref-bb__inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .dpref-bb__container {
    width: min(calc(100% - 36px), var(--dpref-container));
  }

  .dpref-bb__overview-grid,
  .dpref-bb__design-grid,
  .dpref-bb__gallery-intro,
  .dpref-bb__cta-inner {
    grid-template-columns: 1fr;
  }

  .dpref-bb__design-grid {
    grid-template-areas:
      "palette"
      "type"
      "principles";
  }

  .dpref-bb__gallery-intro {
    gap: 18px;
  }

  .dpref-bb__gallery-intro p {
    max-width: 650px;
  }

  .dpref-bb__cta-actions {
    justify-items: start;
  }
}

/* =========================
   RESPONSIVE – MOBILE
========================= */

@media (max-width: 700px) {
  .dpref-bb {
    overflow: hidden;
  }

  .dpref-bb__container {
    width: min(calc(100% - 28px), var(--dpref-container));
  }

  .dpref-bb h1 {
    font-size: clamp(45px, 13.4vw, 64px);
    line-height: 0.98;
  }

  .dpref-bb h2,
  .dpref-bb__gallery-intro h2,
  .dpref-bb__outcome-copy h2,
  .dpref-bb__cta h2 {
    font-size: clamp(36px, 10.2vw, 50px);
    line-height: 1.02;
  }

  .dpref-bb__hero {
    padding: 98px 0 72px;
  }

  .dpref-bb__backlink {
    margin-bottom: 30px;
  }

  .dpref-bb__eyebrow {
    max-width: 100%;
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .dpref-bb__hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .dpref-bb__hero-actions {
    display: grid;
  }

  .dpref-bb__button {
    width: 100%;
  }

  .dpref-bb__hero-meta {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .dpref-bb__hero-meta div {
    grid-template-columns: 90px 1fr;
    align-items: center;
  }

  .dpref-bb__hero-visual {
    min-height: 465px;
    margin-top: 8px;
  }

  .dpref-bb__browser {
    width: 106%;
    border-radius: 16px;
  }

  .dpref-bb__browser-topbar {
    height: 34px;
    grid-template-columns: 54px 1fr 20px;
    padding-inline: 10px;
  }

  .dpref-bb__browser-dots span {
    width: 6px;
    height: 6px;
  }

  .dpref-bb__site-preview {
    min-height: 365px;
  }

  .dpref-bb__site-nav {
    padding: 15px;
  }

  .dpref-bb__site-links {
    display: none;
  }

  .dpref-bb__site-copy {
    max-width: 310px;
    padding: 58px 18px 24px;
  }

  .dpref-bb__site-copy strong {
    font-size: 31px;
  }

  .dpref-bb__site-tax-card {
    right: 12px;
    bottom: 12px;
    min-width: 128px;
    padding: 11px 12px;
  }

  .dpref-bb__floating-card--mission {
    left: -3px;
    top: 16px;
  }

  .dpref-bb__floating-card--mobile {
    right: -2px;
    bottom: 3px;
  }

  .dpref-bb__floating-card {
    min-width: 178px;
    padding: 11px 13px;
  }

  .dpref-bb__floating-card strong {
    font-size: 10px;
  }

  .dpref-bb__orbit--one {
    width: 390px;
    height: 390px;
  }

  .dpref-bb__orbit--two,
  .dpref-bb__scroll-cue {
    display: none;
  }

  .dpref-bb__ribbon {
    padding: 12px 0;
  }

  .dpref-bb__ribbon span {
    padding-inline: 17px;
    font-size: 10px;
  }

  .dpref-bb__overview,
  .dpref-bb__design,
  .dpref-bb__experience,
  .dpref-bb__gallery,
  .dpref-bb__system,
  .dpref-bb__quote,
  .dpref-bb__outcome {
    padding: 95px 0;
  }

  .dpref-bb__section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 48px;
  }

  .dpref-bb__section-number {
    width: 48px;
    height: 48px;
  }

  .dpref-bb__overview-grid {
    gap: 36px;
  }

  .dpref-bb__project-card {
    padding: 22px;
  }

  .dpref-bb__project-card dl div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .dpref-bb__scope-grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .dpref-bb__scope-card {
    min-height: auto;
  }

  .dpref-bb__scope-card > span {
    margin-bottom: 34px;
  }

  .dpref-bb__palette-card,
  .dpref-bb__type-card {
    padding: 22px;
  }

  .dpref-bb__swatches {
    grid-template-columns: 1fr;
  }

  .dpref-bb__swatch {
    min-height: 150px;
  }

  .dpref-bb__type-sans,
  .dpref-bb__type-serif {
    font-size: 32px;
  }

  .dpref-bb__feature-copy {
    grid-template-columns: 1fr;
  }

  .dpref-bb__feature-item:hover,
  .dpref-bb__feature-item.is-active,
  .dpref-bb__feature-item:focus-visible {
    padding-left: 8px;
  }

  .dpref-bb__feature-stage {
    min-height: 470px;
    border-radius: 26px;
  }

  .dpref-bb__feature-panel {
    padding: 22px;
  }

  .dpref-bb__mini-hero {
    min-height: 330px;
  }

  .dpref-bb__mini-hero > div {
    padding: 60px 22px 28px;
  }

  .dpref-bb__mini-hero strong {
    font-size: 32px;
  }

  .dpref-bb__donation-demo {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .dpref-bb__donation-demo div {
    min-height: 58px;
    padding: 10px 12px;
  }

  .dpref-bb__donation-demo span {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  .dpref-bb__profile-demo span {
    font-size: 10px;
  }

  .dpref-bb__profile-demo small {
    flex-basis: calc(100% - 51px);
    margin-left: 51px;
    margin-top: -22px;
  }

  .dpref-bb__tax-demo {
    padding: 30px 22px;
  }

  .dpref-bb__tax-demo > strong {
    font-size: 36px;
  }

  .dpref-bb__tax-demo > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .dpref-bb__stories-demo {
    height: 390px;
    grid-template-columns: 1fr 0.82fr;
  }

  .dpref-bb__stories-demo strong {
    font-size: 17px;
  }

  .dpref-bb__photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .dpref-bb__photo,
  .dpref-bb__photo--large,
  .dpref-bb__photo--wide {
    display: block;
    grid-row: auto;
    min-height: 280px;
  }

  .dpref-bb__sitemap {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .dpref-bb__sitemap::before,
  .dpref-bb__sitemap::after {
    display: none;
  }

  .dpref-bb__sitemap-center {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    width: 100%;
    height: 150px;
    margin-bottom: 5px;
    border-radius: 24px;
    transform: none;
  }

  .dpref-bb__sitemap-node {
    position: static;
    min-width: 0;
    justify-content: flex-start;
    transform: none;
  }

  .dpref-bb__inventory {
    margin-top: 62px;
    padding-top: 42px;
  }

  .dpref-bb__inventory-head,
  .dpref-bb__inventory-grid {
    grid-template-columns: 1fr;
  }

  .dpref-bb__inventory-head {
    gap: 16px;
  }

  .dpref-bb__inventory-grid article {
    min-height: auto;
  }

  .dpref-bb__inventory-grid article > span {
    margin-bottom: 34px;
  }

  .dpref-bb__quote blockquote > p {
    font-size: 34px;
  }

  .dpref-bb__quote blockquote footer {
    align-items: flex-start;
  }

  .dpref-bb__quote blockquote footer > span {
    width: 30px;
    margin-top: 9px;
  }

  .dpref-bb__outcome-stats {
    grid-template-columns: 1fr 1fr;
  }

  .dpref-bb__outcome-stats article {
    min-height: 165px;
    padding: 18px;
  }

  .dpref-bb__outcome-stats strong {
    font-size: 54px;
  }

  .dpref-bb__cta {
    padding: 16px 0;
  }

  .dpref-bb__cta-inner {
    gap: 38px;
    padding: 38px 22px;
    border-radius: 28px;
  }

  .dpref-bb__cta-inner::after {
    right: -60px;
    bottom: -70px;
    font-size: 210px;
  }
}

@media (max-width: 420px) {
  .dpref-bb__hero-meta div {
    grid-template-columns: 1fr;
  }

  .dpref-bb__floating-card--mobile {
    display: none;
  }

  .dpref-bb__feature-stage {
    min-height: 470px;
  }

  .dpref-bb__stories-demo {
    grid-template-columns: 1fr;
    grid-template-rows: 1.2fr 0.8fr;
    height: 380px;
  }

  .dpref-bb__stories-demo figure:first-child {
    grid-row: auto;
  }

  .dpref-bb__stories-demo figure:nth-child(2) {
    display: none;
  }

  .dpref-bb__outcome-stats {
    grid-template-columns: 1fr;
  }
}

/* =========================
   ACCESSIBILITY / REDUCED MOTION
========================= */

.dpref-bb a:focus-visible,
.dpref-bb [tabindex]:focus-visible {
  outline: 3px solid var(--dpref-gold-light);
  outline-offset: 4px;
}

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

  .dpref-bb [data-dpref-reveal] {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */