/*
 * Digital Beauty Box editorial skin
 * Original CSS written for this theme. The visual direction uses airy luxury
 * editorial proportions, restrained blush accents, fine rules, and quiet imagery.
 */

body {
  line-height: 1.58;
  letter-spacing: .004em;
  background: var(--dbb-bg);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  letter-spacing: -.045em;
}

.dbb-shell {
  width: min(var(--dbb-container), calc(100% - clamp(42px, 7vw, 112px)));
}

.dbb-section {
  padding-block: clamp(86px, 9.5vw, 150px);
}

.dbb-eyebrow {
  margin-bottom: 18px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .31em;
  text-transform: uppercase;
}

.dbb-eyebrow::before { display: none; }

.dbb-lede {
  max-width: 680px;
  font-family: var(--dbb-body);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.72;
}

.dbb-button {
  min-height: 42px;
  padding: 11px 22px 10px;
  border: 1px solid var(--dbb-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--dbb-ink);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .23em;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.dbb-button:hover {
  transform: translateY(-1px);
  border-color: var(--dbb-accent-soft);
  background: var(--dbb-accent-soft);
  color: var(--dbb-ink);
}

.dbb-button--ghost {
  background: transparent;
  color: var(--dbb-ink);
}

.dbb-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dbb-ink);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
  text-decoration: none;
  text-transform: uppercase;
}

.dbb-text-link::after {
  content: "→";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.dbb-text-link:hover { color: var(--dbb-ink); }
.dbb-text-link:hover::after { transform: translateX(4px); }

/* Header */
.dbb-site-header,
.home .dbb-site-header {
  position: relative;
  inset: auto;
  z-index: 70;
  color: var(--dbb-ink);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-header-inner {
  min-height: 88px;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
}

.home .dbb-site-header .dbb-shell {
  width: min(var(--dbb-container), calc(100% - clamp(42px, 7vw, 112px)));
}

.dbb-brand-mark {
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1;
  letter-spacing: .07em;
}

.dbb-brand-sub {
  margin-top: 6px;
  font-size: 6px;
  letter-spacing: .31em;
}

.dbb-nav ul {
  gap: clamp(17px, 2vw, 31px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.dbb-nav a {
  color: var(--dbb-ink);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .20em;
  text-decoration: none;
}

.dbb-nav--right ul li:last-child a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: var(--dbb-accent-soft);
}

.dbb-nav--right ul li:last-child a:hover {
  background: color-mix(in srgb, var(--dbb-accent-soft) 72%, white);
  color: var(--dbb-ink);
}

.dbb-mobile-nav { display: none; }

/* Hero */
.home .dbb-hero {
  position: relative;
  overflow: hidden;
  background: #fbf8f4;
  border-bottom: 1px solid var(--dbb-line);
}

.home .dbb-hero-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  min-height: 640px;
  overflow: hidden;
}

.home .dbb-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 64px clamp(34px, 4.2vw, 70px) 78px 0;
  color: var(--dbb-ink);
  text-align: left;
}

.home .dbb-hero-copy .dbb-eyebrow {
  margin-bottom: 20px;
  color: var(--dbb-ink);
}

.home .dbb-hero-copy h1 {
  max-width: 570px;
  margin: 0 0 24px;
  font-size: clamp(64px, 7.2vw, 112px);
  line-height: .86;
  letter-spacing: -.057em;
  text-transform: uppercase;
  text-shadow: none;
  text-wrap: balance;
}

.home .dbb-hero-copy p {
  max-width: 430px;
  margin: 0;
  color: var(--dbb-muted);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.72;
}

.home .dbb-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 27px;
}

.home .dbb-hero-copy .dbb-button {
  min-width: 152px;
  border-color: var(--dbb-ink);
  background: transparent;
  color: var(--dbb-ink);
}

.home .dbb-hero-copy .dbb-button:hover {
  border-color: var(--dbb-ink);
  background: var(--dbb-ink);
  color: white;
}

.home .dbb-hero-art {
  min-height: 640px;
  overflow: hidden;
  border-left: 1px solid var(--dbb-line);
  background: #eee8e1;
}

.home .dbb-hero-art::before { display: none; }

.home .dbb-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: none;
  transform: none;
}

.dbb-hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  padding-bottom: 17px;
  color: var(--dbb-ink);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.dbb-hero-scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 12px;
  background: var(--dbb-line);
}

/* Best known for */
.dbb-intro--centered {
  padding: 58px 0 28px;
  background: #fff;
}

.dbb-intro-center {
  max-width: 910px;
  margin: 0 auto 38px;
  text-align: center;
}

.dbb-intro-center .dbb-eyebrow { margin-bottom: 17px; }

.dbb-intro-center .dbb-intro-heading {
  max-width: none;
  margin: 0;
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.dbb-intro-center .dbb-intro-heading em {
  font-style: italic;
  font-weight: 400;
}

.dbb-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-feature-strip span {
  padding: 18px 10px;
  border-right: 1px solid var(--dbb-line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.dbb-feature-strip span:last-child { border-right: 0; }

/* Editorial image grid */
.dbb-showcase {
  padding-top: 24px;
  padding-bottom: clamp(78px, 8.5vw, 124px);
  background: #fff;
}

.dbb-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dbb-showcase-card { min-width: 0; }

.dbb-showcase-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
  overflow: hidden;
  background: var(--dbb-surface);
}

.dbb-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.dbb-showcase-card:hover .dbb-showcase-media img { transform: scale(1.015); }

.dbb-showcase-copy { padding-right: 8%; }
.dbb-showcase-copy .dbb-eyebrow { margin-bottom: 13px; }

.dbb-showcase-copy h3 {
  max-width: 14ch;
  margin-bottom: 12px;
  font-size: clamp(28px, 2.7vw, 41px);
  line-height: 1.03;
}

.dbb-showcase-copy p {
  max-width: 44ch;
  color: var(--dbb-muted);
  font-size: 13px;
}

/* About */
.dbb-about {
  background: #f5efe9;
  border-block: 1px solid var(--dbb-line);
}

.dbb-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

.dbb-about-copy { padding: 3% 0; }

.dbb-about-copy h2 {
  max-width: 610px;
  font-size: clamp(48px, 5.6vw, 80px);
  line-height: .95;
}

.dbb-about-copy .micro-title {
  margin: 28px 0 21px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.dbb-about-copy p:not(.micro-title) {
  max-width: 570px;
  color: var(--dbb-muted);
  font-size: 14px;
}

.dbb-about-copy .dbb-button { margin-top: 8px; }

.dbb-about-art--single { overflow: hidden; }

.dbb-about-art--single img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.dbb-about-mini { display: none; }

/* Services */
.dbb-services-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 56px;
}

.dbb-services-head h2 { max-width: 820px; }

.dbb-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border: 0;
}

.dbb-service-card,
.dbb-service-card:nth-child(2),
.dbb-service-card:nth-child(3) {
  min-height: 350px;
  padding: 29px;
  border: 1px solid var(--dbb-line);
  background: #fff;
}

.dbb-service-no {
  font-family: var(--dbb-display);
  font-size: 21px;
}

.dbb-service-card h3 {
  max-width: 280px;
  margin-top: 96px;
  font-size: clamp(28px, 2.6vw, 39px);
  line-height: 1.03;
}

.dbb-service-card p {
  max-width: 320px;
  color: var(--dbb-muted);
  font-size: 13px;
}

.dbb-service-orb { display: none; }

.dbb-card-link {
  margin-top: 12px;
  font-size: 8px;
  letter-spacing: .18em;
}

/* Stats */
.dbb-stats,
.dbb-stats--paper {
  background: #f5efe9;
  color: var(--dbb-ink);
  border-block: 1px solid var(--dbb-line);
}

.dbb-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dbb-stat {
  min-height: 185px;
  padding: 30px;
  border-right: 1px solid var(--dbb-line);
}

.dbb-stat:last-child { border-right: 0; }

.dbb-stat strong,
.dbb-stats--paper .dbb-stat strong {
  color: var(--dbb-ink);
  font-size: clamp(44px, 4.8vw, 72px);
}

.dbb-stat span {
  font-size: 8px;
  letter-spacing: .18em;
}

/* Quote */
.dbb-quote {
  text-align: center;
  background: #fff;
}

.dbb-quote blockquote {
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--dbb-display);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.03;
}

.dbb-quote cite {
  display: block;
  margin-top: 27px;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .19em;
  text-transform: uppercase;
}

/* Pricing */
.dbb-pricing {
  background: #f5efe9;
  border-block: 1px solid var(--dbb-line);
}

.dbb-pricing-head {
  max-width: 820px;
  margin-bottom: 56px;
}

.dbb-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dbb-price-card {
  min-height: 570px;
  padding: clamp(28px, 3.4vw, 44px);
  border: 1px solid var(--dbb-line);
  background: #fff;
}

.dbb-price-card--featured {
  color: var(--dbb-ink);
  background: var(--dbb-accent-soft);
  transform: translateY(-12px);
}

.dbb-price-label {
  font-size: 8px;
  letter-spacing: .19em;
}

.dbb-price {
  margin: 24px 0 22px;
  font-size: clamp(58px, 5.5vw, 82px);
}

.dbb-price small {
  font-size: 9px;
  letter-spacing: .12em;
}

.dbb-price-card p {
  color: var(--dbb-muted);
  font-size: 13px;
}

.dbb-price-card--featured p { color: color-mix(in srgb, var(--dbb-ink) 72%, transparent); }

.dbb-price-list {
  margin: 26px 0 34px;
  border-top-color: var(--dbb-line);
}

.dbb-price-list li {
  border-bottom-color: var(--dbb-line);
  font-size: 12px;
}

.dbb-price-card--featured .dbb-button {
  border-color: var(--dbb-ink);
  background: var(--dbb-ink);
  color: white;
}

/* Workflow */
.dbb-workflow-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(50px, 7vw, 95px);
}

.dbb-workflow-steps { counter-reset: step; }

.dbb-workflow-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid var(--dbb-line);
}

.dbb-workflow-step::before {
  font-size: 21px;
  color: var(--dbb-ink);
}

.dbb-workflow-step h3 {
  margin-bottom: 8px;
  font-size: 31px;
}

.dbb-workflow-step p {
  color: var(--dbb-muted);
  font-size: 13px;
}

/* Journal */
.dbb-journal { background: #fff; }

.dbb-journal-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 48px;
}

.dbb-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dbb-post-card a { text-decoration: none; }

.dbb-post-card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--dbb-surface);
}

.dbb-post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.dbb-post-card:hover .dbb-post-card-media img { transform: scale(1.02); }

.dbb-post-meta {
  margin: 18px 0 10px;
  font-size: 7px;
  letter-spacing: .19em;
}

.dbb-post-card h3 {
  margin-bottom: 10px;
  font-size: clamp(26px, 2.5vw, 37px);
  line-height: 1.04;
}

.dbb-post-card p {
  color: var(--dbb-muted);
  font-size: 12px;
}

/* CTA */
.dbb-cta {
  color: var(--dbb-ink);
  background: var(--dbb-accent-soft);
}

.dbb-cta-inner {
  min-height: 510px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 60px;
}

.dbb-cta h2 {
  max-width: 760px;
  font-size: clamp(62px, 8vw, 120px);
  line-height: .82;
}

.dbb-cta .dbb-button {
  border-color: var(--dbb-ink);
  background: var(--dbb-ink);
  color: white;
}

.dbb-cta-orbit {
  width: min(360px, 30vw);
  border-color: rgba(36,32,29,.36);
}

.dbb-cta-orbit::before,
.dbb-cta-orbit::after {
  border-color: rgba(36,32,29,.22);
}

.dbb-cta-orbit::after { background: rgba(255,255,255,.18); }

/* Footer */
.dbb-footer {
  color: var(--dbb-ink);
  background: var(--dbb-bg);
  border-top: 1px solid var(--dbb-line);
}

.dbb-footer-top {
  padding: 82px 0 64px;
  grid-template-columns: 1.45fr .55fr .8fr;
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-footer-logo {
  max-width: 700px;
  font-size: clamp(52px, 6.8vw, 94px);
  line-height: .82;
  letter-spacing: -.045em;
}

.dbb-footer p {
  max-width: 490px;
  color: var(--dbb-muted);
  font-size: 12px;
}

.dbb-footer h4 {
  color: var(--dbb-ink);
  font-size: 7px;
  letter-spacing: .25em;
}

.dbb-footer a { color: var(--dbb-ink); }
.dbb-footer a:hover { color: var(--dbb-accent); }

.dbb-footer-bottom {
  padding: 20px 0;
  border-top: 0;
  color: var(--dbb-muted);
  font-size: 7px;
  letter-spacing: .17em;
}

/* Inner pages */
.dbb-page-hero {
  padding: clamp(88px, 10vw, 150px) 0 clamp(54px, 7vw, 88px);
  background: #fff;
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-page-hero h1 {
  max-width: 980px;
  font-size: clamp(66px, 8.6vw, 126px);
  line-height: .84;
}

.dbb-entry-content { font-size: 15px; }
.dbb-entry-content h2 { font-size: clamp(44px, 4.6vw, 68px); line-height: .94; }
.dbb-entry-content h3 { font-size: clamp(30px, 3vw, 44px); }
.dbb-sidebar { border-left-color: var(--dbb-line); }
.dbb-widget-title { font-size: 8px; letter-spacing: .24em; }

.dbb-field label {
  font-size: 7px;
  letter-spacing: .22em;
}

.dbb-field input,
.dbb-field textarea,
.dbb-field select {
  min-height: 48px;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid var(--dbb-ink);
  background: transparent;
}

.dbb-field input:focus,
.dbb-field textarea:focus,
.dbb-field select:focus {
  outline: none;
  border-bottom-color: var(--dbb-accent);
}

/* Responsive */
@media (max-width: 1100px) {
  .dbb-nav--left,
  .dbb-nav--right { display: none; }

  .dbb-menu-toggle {
    display: block;
    justify-self: end;
  }

  .dbb-header-inner { grid-template-columns: 1fr auto 1fr; }
  .dbb-brand { grid-column: 2; }
  .dbb-menu-toggle { grid-column: 3; }

  .dbb-mobile-nav {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 90;
    padding: 20px var(--dbb-gutter) 30px;
    border-bottom: 1px solid var(--dbb-line);
    background: #fff;
  }

  .dbb-mobile-nav.is-open { display: block; }
  .dbb-mobile-nav ul { list-style: none; margin: 0; padding: 0; }
  .dbb-mobile-nav li { border-bottom: 1px solid var(--dbb-line); }
  .dbb-mobile-nav a {
    display: block;
    padding: 13px 0;
    color: var(--dbb-ink);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .home .dbb-hero-top,
  .dbb-about-grid,
  .dbb-showcase-grid,
  .dbb-price-grid,
  .dbb-workflow-grid,
  .dbb-journal-grid,
  .dbb-footer-top {
    grid-template-columns: 1fr;
  }

  .home .dbb-hero-top { min-height: 0; }
  .home .dbb-hero-copy { padding: 58px 0 46px; }
  .home .dbb-hero-copy h1 { max-width: 720px; }
  .home .dbb-hero-art {
    min-height: 510px;
    border-top: 1px solid var(--dbb-line);
    border-left: 0;
  }
  .dbb-hero-scroll { display: none; }

  .dbb-showcase-grid { gap: 54px; }
  .dbb-showcase-copy { padding-right: 0; }
  .dbb-showcase-copy h3 { max-width: 18ch; }

  .dbb-about-grid { gap: 56px; }
  .dbb-about-art--single { order: -1; }
  .dbb-about-art--single img { aspect-ratio: 16 / 10; }

  .dbb-feature-strip,
  .dbb-service-grid,
  .dbb-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dbb-stat:nth-child(2) { border-right: 0; }
  .dbb-stat:nth-child(-n+2) { border-bottom: 1px solid var(--dbb-line); }

  .dbb-price-card--featured { transform: none; }
  .dbb-cta-inner { grid-template-columns: 1fr; padding-block: 78px; }
  .dbb-cta-orbit { justify-self: start; width: min(320px, 72vw); }
}

@media (max-width: 720px) {
  .dbb-shell,
  .home .dbb-site-header .dbb-shell {
    width: calc(100% - 38px);
  }

  .dbb-header-inner { min-height: 70px; }
  .dbb-mobile-nav { top: 70px; }
  .dbb-brand-mark { font-size: 18px; }
  .dbb-brand-sub { display: none; }

  .home .dbb-hero-copy {
    padding: 48px 0 38px;
  }

  .home .dbb-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(50px, 15vw, 78px);
    line-height: .88;
  }

  .home .dbb-hero-copy p { max-width: 360px; }

  .home .dbb-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .home .dbb-hero-art { min-height: 340px; }

  .dbb-intro--centered { padding-top: 48px; }
  .dbb-intro-center .dbb-intro-heading { font-size: 40px; }

  .dbb-feature-strip,
  .dbb-service-grid,
  .dbb-stats-grid {
    grid-template-columns: 1fr;
  }

  .dbb-feature-strip span {
    border-right: 0;
    border-bottom: 1px solid var(--dbb-line);
  }

  .dbb-feature-strip span:last-child { border-bottom: 0; }

  .dbb-stat,
  .dbb-stat:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--dbb-line);
  }

  .dbb-stat:last-child { border-bottom: 0; }
  .dbb-service-card { min-height: 310px; }
  .dbb-service-card h3 { margin-top: 68px; }

  .dbb-services-head,
  .dbb-journal-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dbb-about-copy h2 { font-size: 48px; }
  .dbb-price-card { min-height: 0; }
  .dbb-quote blockquote { font-size: 39px; }
  .dbb-cta h2 { font-size: 64px; }
  .dbb-footer-top { gap: 40px; }
}

/* Dashboard shell for the optional Digital Beauty Box Dashboard page template. */
.dbb-dashboard-page { margin: 0; background: var(--dbb-dashboard-bg); }
.dbb-dashboard-page #wpadminbar + .dbb-dashboard { min-height: calc(100vh - 32px); }
.dbb-dashboard-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.admin-bar .dbb-dashboard-sidebar { top: 32px; height: calc(100vh - 32px); }
.dbb-dashboard-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 48px;
}
.dbb-dashboard-brand:hover { color: #fff; }
.dbb-dashboard-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.28);
  font-family: var(--dbb-display);
  font-size: 12px;
}
.dbb-dashboard-brand strong {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dbb-dashboard-nav { display: flex; flex-direction: column; gap: 5px; }
.dbb-dashboard-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  text-decoration: none;
  transition: .2s ease;
}
.dbb-dashboard-nav a:hover,
.dbb-dashboard-nav a.is-active { color: #fff; }
.dbb-dashboard-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-style: normal;
}
.dbb-dashboard-sidebar-footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.dbb-dashboard-sidebar-footer span,
.dbb-dashboard-sidebar-footer a {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: 9px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.dbb-dashboard-main { min-width: 0; padding: clamp(28px, 4vw, 58px); }
.dbb-dashboard-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 34px;
}
.dbb-dashboard-kicker {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dbb-muted);
}
.dbb-dashboard-topbar h1 {
  margin: 8px 0 0;
  font-size: clamp(48px, 6vw, 78px)!important;
}
.dbb-dashboard-profile { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.dbb-dashboard-avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dbb-accent-soft);
  font-size: 9px;
  font-weight: 700;
}
.dbb-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.dbb-dashboard-card { padding: clamp(20px, 2.4vw, 30px); }
.dbb-dashboard-card > span,
.dbb-dashboard-card-head span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dbb-muted);
}
.dbb-dashboard-card > strong {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--dbb-display);
  font-size: clamp(46px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
}
.dbb-dashboard-card small { color: var(--dbb-muted); }
.dbb-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .45fr);
  gap: 16px;
}
.dbb-dashboard-card-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}
.dbb-dashboard-card-head h2,
.dbb-dashboard-card--quick h2 {
  margin: 7px 0 0;
  font-size: clamp(28px, 3vw, 42px)!important;
}
.dbb-dashboard-card-head a { font-size: 10px; text-decoration: none; }
.dbb-dashboard-table-wrap { overflow-x: auto; }
.dbb-dashboard th { text-align: left; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: var(--dbb-muted); }
.dbb-dashboard td { font-size: 12px; }
.dbb-status {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 999px;
  background: color-mix(in srgb,var(--dbb-accent-soft) 48%,transparent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dbb-dashboard-card--quick { align-self: start; }
.dbb-dashboard-quick-actions { display: grid; gap: 10px; margin-top: 28px; }
.dbb-dashboard-quick-actions button { width: 100%; }

@media (max-width: 900px) {
  .dbb-dashboard { grid-template-columns: 1fr!important; }
  .dbb-dashboard-sidebar {
    position: relative;
    top: auto!important;
    width: 100%!important;
    height: auto!important;
    padding: 18px;
  }
  .dbb-dashboard-brand { margin-bottom: 18px; }
  .dbb-dashboard-nav { flex-direction: row; overflow-x: auto; padding-bottom: 6px; }
  .dbb-dashboard-nav a { white-space: nowrap; }
  .dbb-dashboard-sidebar-footer { display: none; }
  .dbb-dashboard-metrics,
  .dbb-dashboard-grid { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* Services page: Clara-inspired editorial composition                        */
/* ========================================================================== */
.dbb-services-page {
  --dbb-svc-paper: #fbfaf7;
  --dbb-svc-white: #ffffff;
  --dbb-svc-beige: #e9e4db;
  --dbb-svc-beige-deep: #ddd6cc;
  --dbb-svc-dark: #3b3733;
  --dbb-svc-text: #38342f;
  --dbb-svc-muted: #777069;
  --dbb-svc-line: rgba(56,52,47,.18);
  background: var(--dbb-svc-paper);
  color: var(--dbb-svc-text);
}

.dbb-services-page .dbb-site-header {
  background: var(--dbb-svc-white) !important;
  color: var(--dbb-svc-text) !important;
  border-bottom: 1px solid var(--dbb-svc-line) !important;
}
.dbb-services-page .dbb-header-inner {
  width: min(1180px, calc(100% - 52px));
  min-height: 62px;
  grid-template-columns: minmax(180px,.8fr) minmax(0,1.45fr) auto;
  gap: 26px;
}
.dbb-services-page .dbb-brand {
  justify-self: start;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
}
.dbb-services-page .dbb-brand-mark {
  font-size: 16px;
  letter-spacing: .045em;
}
.dbb-services-page .dbb-brand-sub { display: none; }
.dbb-services-page .dbb-nav--left {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.dbb-services-page .dbb-nav--right {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
.dbb-services-page .dbb-nav ul { gap: 24px; }
.dbb-services-page .dbb-nav a {
  color: var(--dbb-svc-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  font-size: 7px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.dbb-services-page .dbb-nav a:hover { opacity: .6; }

.dbb-services-page main#content { background: var(--dbb-svc-paper); }
.dbb-services-page figure { margin: 0; }
.dbb-services-page img { width: 100%; height: 100%; object-fit: cover; }

.dbb-svc-kicker,
.dbb-svc-small {
  display: block;
  font-family: var(--dbb-body);
  font-size: 7px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: inherit;
}

.dbb-svc-hero {
  width: min(1180px, calc(100% - 52px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 560px;
  background: var(--dbb-svc-white);
}
.dbb-svc-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px clamp(54px,7vw,104px) 72px 30px;
}
.dbb-svc-hero-copy .dbb-svc-kicker { margin-bottom: 23px; }
.dbb-services-page .dbb-svc-hero h1 {
  max-width: 600px;
  margin: 0 0 24px !important;
  font-size: clamp(48px,5.2vw,76px) !important;
  line-height: .91 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}
.dbb-svc-hero-copy p {
  max-width: 540px;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  color: var(--dbb-svc-muted);
}
.dbb-svc-hero-image { min-height: 560px; overflow: hidden; }
.dbb-svc-hero-image img { object-position: 53% center; }

.dbb-svc-intro {
  width: min(1180px, calc(100% - 52px));
  margin: 0 auto;
  padding: 64px 0 76px;
  background: var(--dbb-svc-white);
}
.dbb-svc-intro-inner {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: clamp(44px,6vw,82px);
  align-items: center;
  padding: 0 6.5%;
}
.dbb-svc-intro-image { height: 390px; overflow: hidden; }
.dbb-svc-intro-image img { object-position: 24% center; }
.dbb-services-page .dbb-svc-intro-copy h2 {
  max-width: 720px;
  margin: 0 0 28px !important;
  font-size: clamp(31px,3.4vw,49px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
.dbb-svc-intro-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.dbb-svc-intro-columns p {
  margin: 0;
  font-size: 10px;
  line-height: 1.75;
  color: var(--dbb-svc-muted);
}

.dbb-svc-offers {
  background: var(--dbb-svc-beige);
  padding: 78px 0 82px;
}
.dbb-svc-offers-inner {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}
.dbb-svc-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 315px;
  background: var(--dbb-svc-white);
}
.dbb-svc-offer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px 48px;
}
.dbb-svc-offer-copy .dbb-svc-small { margin-bottom: 12px; color: var(--dbb-svc-muted); }
.dbb-services-page .dbb-svc-offer-copy h2 {
  max-width: 320px;
  margin: 0 0 16px !important;
  font-size: clamp(28px,3vw,40px) !important;
  line-height: .94 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
.dbb-svc-offer-copy p {
  max-width: 310px;
  margin: 0 auto 17px;
  font-size: 9px;
  line-height: 1.7;
  color: var(--dbb-svc-muted);
}
.dbb-svc-price {
  margin-bottom: 19px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.dbb-svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 19px;
  border: 1px solid var(--dbb-svc-line);
  border-radius: 999px;
  background: transparent;
  color: var(--dbb-svc-text);
  font-family: var(--dbb-button-font);
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: .25s ease;
}
.dbb-svc-btn:hover {
  background: var(--dbb-svc-dark);
  color: #fff;
  border-color: var(--dbb-svc-dark);
}
.dbb-svc-offer-image { min-height: 315px; overflow: hidden; }
.dbb-svc-offer-image img { object-position: center center; }
.dbb-svc-offer:nth-child(1) .dbb-svc-offer-image img { object-position: 56% center; }
.dbb-svc-offer:nth-child(2) .dbb-svc-offer-image img { object-position: 45% center; }
.dbb-svc-offer:nth-child(3) .dbb-svc-offer-image img { object-position: 36% center; }

.dbb-svc-statement {
  padding: 76px 28px 78px;
  background: var(--dbb-svc-white);
  text-align: center;
}
.dbb-svc-statement .dbb-svc-kicker { margin-bottom: 18px; color: var(--dbb-svc-muted); }
.dbb-svc-statement blockquote {
  max-width: 740px;
  margin: 0 auto 14px;
  font-family: var(--dbb-display);
  font-size: clamp(34px,4.3vw,58px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.dbb-svc-statement cite {
  font-style: normal;
  font-size: 7px;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--dbb-svc-muted);
}

.dbb-svc-plans {
  position: relative;
  min-height: 560px;
  padding: 65px 28px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(68,62,57,.32),rgba(68,62,57,.32)),
    var(--dbb-svc-plan-bg) center 55% / cover no-repeat;
  overflow: hidden;
}
.dbb-svc-plans-heading {
  margin: 0 auto 28px;
  text-align: center;
  color: #fff;
}
.dbb-svc-plans-heading .dbb-svc-kicker { margin-bottom: 8px; }
.dbb-services-page .dbb-svc-plans-heading h2 {
  margin: 0 !important;
  color: #fff;
  font-size: clamp(29px,3.7vw,48px) !important;
  line-height: 1 !important;
  text-transform: none !important;
}
.dbb-svc-plan-grid {
  width: min(660px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  box-shadow: 0 20px 50px rgba(35,31,28,.16);
}
.dbb-svc-plan-card {
  min-height: 330px;
  padding: 42px 42px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dbb-svc-plan-card--light { background: #fff; color: var(--dbb-svc-text); }
.dbb-svc-plan-card--dark { background: var(--dbb-svc-dark); color: #fff; }
.dbb-svc-plan-card .dbb-svc-small { margin-bottom: 12px; opacity: .68; }
.dbb-services-page .dbb-svc-plan-card h3 {
  margin: 0 0 23px !important;
  font-size: 30px !important;
  line-height: 1 !important;
  text-transform: none !important;
}
.dbb-svc-plan-card ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 27px;
  border-top: 1px solid currentColor;
}
.dbb-svc-plan-card li {
  padding: 9px 0;
  border-bottom: 1px solid color-mix(in srgb,currentColor 22%,transparent);
  font-size: 8px;
  line-height: 1.45;
}
.dbb-svc-plan-card .dbb-svc-btn { margin-top: auto; }
.dbb-svc-plan-card--dark .dbb-svc-btn {
  color: #fff;
  border-color: rgba(255,255,255,.55);
}
.dbb-svc-plan-card--dark .dbb-svc-btn:hover,
.dbb-svc-btn--light:hover {
  background: #fff;
  color: var(--dbb-svc-dark);
  border-color: #fff;
}

.dbb-svc-faq {
  padding: 74px 28px 82px;
  background: var(--dbb-svc-white);
}
.dbb-svc-faq-heading { text-align: center; margin-bottom: 39px; }
.dbb-svc-faq-heading .dbb-svc-kicker { margin-bottom: 9px; color: var(--dbb-svc-muted); }
.dbb-services-page .dbb-svc-faq-heading h2 {
  margin: 0 !important;
  font-size: clamp(44px,5vw,68px) !important;
  line-height: .9 !important;
  text-transform: none !important;
}
.dbb-svc-faq-grid {
  width: min(890px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.dbb-svc-faq details { border-top: 1px solid var(--dbb-svc-line); }
.dbb-svc-faq details:last-child { border-bottom: 1px solid var(--dbb-svc-line); }
.dbb-svc-faq summary {
  position: relative;
  padding: 15px 25px 15px 0;
  list-style: none;
  cursor: pointer;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.5;
}
.dbb-svc-faq summary::-webkit-details-marker { display: none; }
.dbb-svc-faq summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 14px;
  font-size: 14px;
  font-weight: 300;
}
.dbb-svc-faq details[open] summary::after { content: "−"; }
.dbb-svc-faq details p {
  margin: -1px 0 16px;
  padding-right: 18px;
  font-size: 8px;
  line-height: 1.7;
  color: var(--dbb-svc-muted);
}

.dbb-svc-footer {
  background: var(--dbb-svc-paper);
  color: var(--dbb-svc-text);
  border-top: 1px solid var(--dbb-svc-line);
}
.dbb-svc-footer-brand {
  padding: 55px 28px 38px;
  text-align: center;
}
.dbb-svc-footer-logo {
  font-family: var(--dbb-display);
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.dbb-svc-footer-brand p {
  max-width: 390px;
  margin: 9px auto 0;
  font-size: 7px;
  line-height: 1.6;
  color: var(--dbb-svc-muted);
}
.dbb-svc-instagram-strip {
  width: min(1120px, calc(100% - 52px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 4px;
}
.dbb-svc-instagram-strip figure {
  aspect-ratio: 1 / .9;
  overflow: hidden;
}
.dbb-svc-footer-main {
  width: min(1120px, calc(100% - 52px));
  margin: 0 auto;
  padding: 40px 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-bottom: 1px solid var(--dbb-svc-line);
}
.dbb-svc-newsletter .dbb-svc-kicker { margin-bottom: 12px; }
.dbb-services-page .dbb-svc-newsletter h2 {
  max-width: 540px;
  margin: 0 0 12px !important;
  font-size: clamp(31px,3.4vw,45px) !important;
  line-height: .98 !important;
  text-transform: none !important;
}
.dbb-svc-newsletter > p,
.dbb-svc-footer-note p {
  max-width: 430px;
  font-size: 8px;
  line-height: 1.7;
  color: var(--dbb-svc-muted);
}
.dbb-svc-newsletter-form {
  display: flex;
  max-width: 520px;
  margin-top: 20px;
  border-bottom: 1px solid var(--dbb-svc-text);
}
.dbb-svc-newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 11px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dbb-svc-text);
  font-size: 8px;
}
.dbb-svc-newsletter-form button {
  padding: 11px 0 11px 18px;
  border: 0;
  background: transparent;
  color: var(--dbb-svc-text);
  font-family: var(--dbb-button-font);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.dbb-svc-footer-note { align-self: end; }
.dbb-svc-footer-note a { color: inherit; }
.dbb-svc-footer-note nav { display: flex; gap: 20px; margin-top: 15px; }
.dbb-svc-footer-note nav a {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
}
.dbb-svc-footer-bottom {
  width: min(1120px, calc(100% - 52px));
  margin: 0 auto;
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 6px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--dbb-svc-muted);
}

@media (max-width: 900px) {
  .dbb-services-page .dbb-header-inner {
    grid-template-columns: 1fr auto;
    width: min(100% - 34px, 1180px);
  }
  .dbb-services-page .dbb-brand { grid-column: 1; }
  .dbb-services-page .dbb-nav--left,
  .dbb-services-page .dbb-nav--right { display: none; }
  .dbb-services-page .dbb-menu-toggle { display: block; grid-column: 2; }
  .dbb-services-page .dbb-mobile-nav {
    top: 62px;
    background: var(--dbb-svc-white);
  }
  .dbb-services-page .dbb-mobile-nav.is-open { display: block; }

  .dbb-svc-hero,
  .dbb-svc-intro-inner,
  .dbb-svc-offer,
  .dbb-svc-plan-grid,
  .dbb-svc-faq-grid,
  .dbb-svc-footer-main {
    grid-template-columns: 1fr;
  }

  .dbb-svc-hero { width: 100%; }
  .dbb-svc-hero-copy { padding: 70px 34px 60px; }
  .dbb-svc-hero-image { min-height: 440px; }
  .dbb-svc-intro { width: 100%; }
  .dbb-svc-intro-inner { padding: 0 34px; }
  .dbb-svc-intro-image { height: 470px; }
  .dbb-svc-intro-columns { grid-template-columns: 1fr; }
  .dbb-svc-offers-inner { width: min(650px, calc(100% - 40px)); }
  .dbb-svc-offer--image-first .dbb-svc-offer-image { order: 2; }
  .dbb-svc-offer--image-first .dbb-svc-offer-copy { order: 1; }
  .dbb-svc-offer-image { min-height: 430px; }
  .dbb-svc-plan-grid { width: min(480px, 100%); }
  .dbb-svc-faq-grid { gap: 0; }
  .dbb-svc-footer-main { gap: 40px; }
  .dbb-svc-instagram-strip { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 560px) {
  .dbb-svc-hero-copy { padding: 55px 24px 48px; }
  .dbb-services-page .dbb-svc-hero h1 { font-size: 50px !important; }
  .dbb-svc-hero-image { min-height: 340px; }
  .dbb-svc-intro { padding: 46px 0 55px; }
  .dbb-svc-intro-inner { padding: 0 24px; }
  .dbb-svc-intro-image { height: 360px; }
  .dbb-svc-offers { padding: 55px 0; }
  .dbb-svc-offers-inner { width: calc(100% - 30px); gap: 20px; }
  .dbb-svc-offer-copy { padding: 42px 26px; }
  .dbb-svc-offer-image { min-height: 330px; }
  .dbb-svc-statement { padding: 58px 24px; }
  .dbb-svc-plans { padding: 56px 18px 60px; }
  .dbb-svc-plan-card { padding: 36px 28px; }
  .dbb-svc-faq { padding: 58px 22px 64px; }
  .dbb-svc-instagram-strip { width: calc(100% - 30px); grid-template-columns: repeat(2,1fr); }
  .dbb-svc-footer-main,
  .dbb-svc-footer-bottom { width: calc(100% - 42px); }
  .dbb-svc-footer-bottom { flex-direction: column; }
}

/* ========================================================================== */
/* About page: Clara-inspired editorial composition                           */
/* ========================================================================== */
.dbb-about-page {
  --dbb-abt-paper: #fbfaf7;
  --dbb-abt-white: #ffffff;
  --dbb-abt-beige: #e9e4db;
  --dbb-abt-dark: #3b3733;
  --dbb-abt-text: #38342f;
  --dbb-abt-muted: #777069;
  --dbb-abt-line: rgba(56,52,47,.18);
  background: var(--dbb-abt-paper);
  color: var(--dbb-abt-text);
}

/* Match the compact inner-page header used on the Clara reference. */
.dbb-about-page .dbb-site-header {
  background: var(--dbb-abt-white) !important;
  color: var(--dbb-abt-text) !important;
  border-bottom: 1px solid var(--dbb-abt-line) !important;
}
.dbb-about-page .dbb-header-inner {
  width: min(1180px, calc(100% - 52px));
  min-height: 62px;
  grid-template-columns: minmax(180px,.8fr) minmax(0,1.45fr) auto;
  gap: 26px;
}
.dbb-about-page .dbb-brand {
  justify-self: start;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
}
.dbb-about-page .dbb-brand-mark {
  font-size: 16px;
  letter-spacing: .045em;
}
.dbb-about-page .dbb-brand-sub { display: none; }
.dbb-about-page .dbb-nav--left {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.dbb-about-page .dbb-nav--right {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
.dbb-about-page .dbb-nav ul { gap: 24px; }
.dbb-about-page .dbb-nav a {
  color: var(--dbb-abt-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  font-size: 7px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.dbb-about-page .dbb-nav a:hover { opacity: .6; }
.dbb-about-page main#content { background: var(--dbb-abt-paper); }
.dbb-about-page figure { margin: 0; }
.dbb-about-page img { width: 100%; height: 100%; object-fit: cover; }

.dbb-abt-hero {
  width: min(1040px, calc(100% - 64px));
  margin: 0 auto;
  padding: 76px 0 66px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  grid-template-areas:
    "heading profile"
    "photo profile"
    "origin origin";
  gap: 34px 54px;
  background: var(--dbb-abt-white);
}
.dbb-abt-hero-heading {
  grid-area: heading;
  align-self: end;
}
.dbb-abt-hero-heading .dbb-svc-kicker {
  margin-bottom: 12px;
  color: var(--dbb-abt-muted);
}
.dbb-about-page .dbb-abt-hero h1 {
  margin: 0 0 18px !important;
  max-width: 470px;
  font-size: clamp(47px,5.3vw,72px) !important;
  line-height: .88 !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}
.dbb-abt-hero-heading > p {
  max-width: 360px;
  margin: 0;
  font-size: 9px;
  line-height: 1.75;
  color: var(--dbb-abt-muted);
}
.dbb-abt-photo { overflow: hidden; }
.dbb-abt-photo--left {
  grid-area: photo;
  width: 80%;
  height: 455px;
  justify-self: start;
  margin-left: 8%;
}
.dbb-abt-photo--left img { object-position: 42% center; }
.dbb-abt-profile {
  grid-area: profile;
  align-self: start;
  display: grid;
  gap: 26px;
}
.dbb-abt-photo--right {
  width: 73%;
  height: 355px;
  justify-self: end;
}
.dbb-abt-photo--right img { object-position: 49% center; }
.dbb-abt-profile-copy {
  width: 87%;
  justify-self: end;
  padding-right: 4%;
}
.dbb-about-page .dbb-abt-profile-copy h2 {
  margin: 0 0 18px !important;
  max-width: 590px;
  font-size: clamp(28px,3.15vw,43px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}
.dbb-abt-profile-copy p,
.dbb-abt-origin p {
  font-size: 9px;
  line-height: 1.78;
  color: var(--dbb-abt-muted);
}
.dbb-abt-profile-copy p { max-width: 530px; margin: 0; }
.dbb-abt-origin {
  grid-area: origin;
  padding: 8px 5% 0;
}
.dbb-abt-origin p {
  max-width: 940px;
  margin: 0 auto;
}

.dbb-abt-stats {
  width: min(1040px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--dbb-abt-line);
  border-bottom: 1px solid var(--dbb-abt-line);
  background: var(--dbb-abt-white);
}
.dbb-abt-stat {
  min-height: 150px;
  padding: 27px 22px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--dbb-abt-line);
  text-align: center;
}
.dbb-abt-stat:last-child { border-right: 0; }
.dbb-abt-stat span {
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--dbb-abt-muted);
}
.dbb-abt-stat strong {
  font-family: var(--dbb-display);
  font-size: clamp(42px,5vw,64px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.04em;
}

.dbb-abt-story {
  padding: 78px 28px 82px;
  background: var(--dbb-abt-beige);
}
.dbb-abt-story-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: stretch;
  background: var(--dbb-abt-white);
}
.dbb-abt-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px 50px;
}
.dbb-abt-story-copy .dbb-svc-kicker {
  margin-bottom: 16px;
  color: var(--dbb-abt-muted);
}
.dbb-about-page .dbb-abt-story-copy h2 {
  max-width: 390px;
  margin: 0 0 18px !important;
  font-size: clamp(31px,3.8vw,48px) !important;
  line-height: .95 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}
.dbb-abt-story-copy p {
  max-width: 360px;
  margin: 0 0 13px;
  font-size: 8.5px;
  line-height: 1.75;
  color: var(--dbb-abt-muted);
}
.dbb-abt-story-copy .dbb-svc-btn { margin-top: 10px; }
.dbb-abt-story-image {
  min-height: 460px;
  overflow: hidden;
}
.dbb-abt-story-image img { object-position: 48% center; }

.dbb-abt-testimonials {
  padding: 78px 28px 86px;
  background: var(--dbb-abt-white);
}
.dbb-abt-testimonials-heading {
  width: min(820px,100%);
  margin: 0 auto 42px;
  text-align: center;
}
.dbb-abt-testimonials-heading .dbb-svc-kicker {
  margin-bottom: 12px;
  color: var(--dbb-abt-muted);
}
.dbb-about-page .dbb-abt-testimonials-heading h2 {
  margin: 0 auto !important;
  max-width: 680px;
  font-size: clamp(35px,4.4vw,58px) !important;
  line-height: .96 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}
.dbb-abt-testimonial-grid {
  width: min(960px,100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--dbb-abt-line);
  border-bottom: 1px solid var(--dbb-abt-line);
}
.dbb-abt-testimonial-grid article {
  min-height: 285px;
  padding: 35px 34px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--dbb-abt-line);
}
.dbb-abt-testimonial-grid article:last-child { border-right: 0; }
.dbb-abt-quote-mark {
  font-family: var(--dbb-display);
  font-size: 46px;
  line-height: .65;
  color: var(--dbb-abt-muted);
}
.dbb-abt-testimonial-grid p {
  margin: auto 0 30px;
  font-family: var(--dbb-display);
  font-size: clamp(20px,2.1vw,27px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.dbb-abt-testimonial-grid small {
  font-size: 6px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--dbb-abt-muted);
}

.dbb-abt-closing {
  padding: 82px 28px 88px;
  background: var(--dbb-abt-paper);
  text-align: center;
}
.dbb-abt-closing-inner {
  width: min(780px,100%);
  margin: 0 auto;
}
.dbb-abt-closing .dbb-svc-kicker {
  margin-bottom: 15px;
  color: var(--dbb-abt-muted);
}
.dbb-about-page .dbb-abt-closing h2 {
  margin: 0 auto 20px !important;
  max-width: 760px;
  font-size: clamp(36px,4.7vw,62px) !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}
.dbb-abt-closing p {
  max-width: 560px;
  margin: 0 auto 24px;
  font-size: 9px;
  line-height: 1.75;
  color: var(--dbb-abt-muted);
}

/* Reuse the light editorial footer on About. */
.dbb-about-page .dbb-svc-footer {
  --dbb-svc-paper: #fbfaf7;
  --dbb-svc-white: #ffffff;
  --dbb-svc-beige: #e9e4db;
  --dbb-svc-dark: #3b3733;
  --dbb-svc-text: #38342f;
  --dbb-svc-muted: #777069;
  --dbb-svc-line: rgba(56,52,47,.18);
  background: var(--dbb-svc-paper);
  color: var(--dbb-svc-text);
}
.dbb-about-page .dbb-svc-newsletter h2 {
  max-width: 540px;
  margin: 0 0 12px !important;
  font-size: clamp(31px,3.4vw,45px) !important;
  line-height: .98 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  .dbb-about-page .dbb-header-inner {
    grid-template-columns: 1fr auto;
    width: min(100% - 34px,1180px);
  }
  .dbb-about-page .dbb-brand { grid-column: 1; }
  .dbb-about-page .dbb-nav--left,
  .dbb-about-page .dbb-nav--right { display: none; }
  .dbb-about-page .dbb-menu-toggle { display: block; grid-column: 2; }
  .dbb-about-page .dbb-mobile-nav {
    top: 62px;
    background: var(--dbb-abt-white);
  }
  .dbb-about-page .dbb-mobile-nav.is-open { display: block; }

  .dbb-abt-hero {
    width: min(100% - 38px,720px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "photo"
      "profile"
      "origin";
  }
  .dbb-abt-photo--left {
    width: 72%;
    height: 520px;
    margin-left: 0;
  }
  .dbb-abt-profile { grid-template-columns: .85fr 1.15fr; align-items: center; }
  .dbb-abt-photo--right { width: 100%; height: 390px; }
  .dbb-abt-profile-copy { width: 100%; padding-right: 0; }
  .dbb-abt-stats { width: min(100% - 38px,720px); grid-template-columns: 1fr 1fr; }
  .dbb-abt-stat:nth-child(2) { border-right: 0; }
  .dbb-abt-stat:nth-child(-n+2) { border-bottom: 1px solid var(--dbb-abt-line); }
  .dbb-abt-story-inner { grid-template-columns: 1fr; width: min(620px,100%); }
  .dbb-abt-story-image { min-height: 500px; }
  .dbb-abt-testimonial-grid { grid-template-columns: 1fr; width: min(620px,100%); }
  .dbb-abt-testimonial-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--dbb-abt-line);
  }
  .dbb-abt-testimonial-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .dbb-abt-hero {
    width: calc(100% - 36px);
    padding: 55px 0 48px;
    gap: 28px;
  }
  .dbb-about-page .dbb-abt-hero h1 { font-size: 50px !important; }
  .dbb-abt-photo--left { width: 88%; height: 410px; }
  .dbb-abt-profile { grid-template-columns: 1fr; }
  .dbb-abt-photo--right { width: 78%; height: 340px; justify-self: end; }
  .dbb-abt-origin { padding: 2px 0 0; }
  .dbb-abt-stats { width: calc(100% - 36px); grid-template-columns: 1fr 1fr; }
  .dbb-abt-stat { min-height: 125px; padding: 22px 12px; }
  .dbb-abt-story { padding: 55px 18px; }
  .dbb-abt-story-copy { padding: 42px 28px; }
  .dbb-abt-story-image { min-height: 390px; }
  .dbb-abt-testimonials { padding: 58px 20px 64px; }
  .dbb-abt-testimonial-grid article { padding: 30px 25px; }
  .dbb-abt-closing { padding: 62px 22px 68px; }
}

/* ========================================================================== 
   Digital Beauty Box Home v1.7
   Editorial structure inspired by the Clara Marketing home page.
   ========================================================================== */

body.home {
  background: #fff;
}

.dbb-home-kicker {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--dbb-body);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .29em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dbb-home-kicker--dark {
  color: var(--dbb-ink);
}

.dbb-home-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 11px 25px 10px;
  border: 1px solid var(--dbb-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--dbb-ink);
  font-family: var(--dbb-button-font, var(--dbb-body));
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .21em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.dbb-home-pill:hover {
  background: var(--dbb-ink);
  color: #fff;
  transform: translateY(-1px);
}

.dbb-home-pill--light {
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.92);
  color: var(--dbb-ink);
}

.dbb-home-pill--light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--dbb-ink);
}

.dbb-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  font-family: var(--dbb-button-font, var(--dbb-body));
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .19em;
  text-decoration: none;
  text-transform: uppercase;
}

.dbb-home-text-link::after {
  content: "→";
  font-size: 16px;
  font-weight: 400;
  transition: transform .2s ease;
}

.dbb-home-text-link:hover::after {
  transform: translateX(4px);
}

/* Full campaign hero */
.dbb-home-hero {
  position: relative;
  min-height: clamp(650px, 82vh, 900px);
  overflow: hidden;
  background: #b9afa7;
}

.dbb-home-hero-image,
.dbb-home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dbb-home-hero-image {
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.01);
}

.dbb-home-hero-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(29,24,21,.15) 0%, rgba(29,24,21,.04) 46%, rgba(29,24,21,.24) 100%),
    linear-gradient(90deg, rgba(26,22,19,.16), rgba(26,22,19,.02) 46%, rgba(26,22,19,.08));
}

.dbb-home-hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(950px, calc(100% - 44px));
  transform: translate(-50%, -47%);
  color: #fff;
  text-align: center;
}

.dbb-home-hero-copy h1 {
  max-width: 950px;
  margin: 0 auto 22px;
  color: #fff;
  font-family: var(--dbb-display);
  font-size: clamp(72px, 9.2vw, 142px);
  font-weight: 400;
  letter-spacing: -.058em;
  line-height: .79;
  text-shadow: 0 2px 30px rgba(25,20,18,.10);
}

.dbb-home-hero-copy p {
  max-width: 480px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.95);
  font-size: 12px;
  line-height: 1.75;
}

.dbb-home-hero-note {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,.92);
}

.dbb-home-hero-note--left { left: clamp(24px, 5vw, 78px); }
.dbb-home-hero-note--right { right: clamp(24px, 5vw, 78px); text-align: right; }

.dbb-home-hero-note span {
  margin-bottom: 5px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.dbb-home-hero-note strong {
  font-family: var(--dbb-display);
  font-size: 19px;
  font-weight: 400;
}

/* Best known for */
.dbb-home-known {
  padding: clamp(88px, 9vw, 142px) clamp(26px, 5vw, 80px) 0;
  background: #fff;
}

.dbb-home-narrow {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.dbb-home-known h2 {
  max-width: 1160px;
  margin: 0 auto 42px;
  font-size: clamp(43px, 5.4vw, 82px);
  line-height: 1.02;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.dbb-home-known p {
  width: min(720px, 100%);
  margin: 0 auto 31px;
  color: var(--dbb-muted);
  font-size: 15px;
  line-height: 1.75;
}

.dbb-home-industry-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(1280px, 100%);
  margin: clamp(70px, 8vw, 118px) auto 0;
  border-top: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-home-industry-strip span {
  display: grid;
  min-height: 104px;
  place-items: center;
  padding: 18px 12px;
  border-right: 1px solid var(--dbb-line);
  color: #625b56;
  font-family: var(--dbb-display);
  font-size: clamp(20px, 2vw, 29px);
  font-style: italic;
  text-align: center;
}

.dbb-home-industry-strip span:last-child { border-right: 0; }

/* About */
.dbb-home-about {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  width: min(1280px, calc(100% - clamp(48px, 9vw, 150px)));
  margin: 0 auto;
  padding: clamp(95px, 11vw, 165px) 0;
}

.dbb-home-about-copy h2 {
  max-width: 9ch;
  margin-bottom: 21px;
  font-size: clamp(50px, 5.6vw, 84px);
  line-height: .92;
}

.dbb-home-role {
  display: block;
  margin-bottom: 31px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.dbb-home-about-copy p {
  max-width: 46ch;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.8;
}

.dbb-home-about-copy .dbb-home-text-link {
  margin-top: 7px;
}

.dbb-home-about-images {
  position: relative;
  min-height: 670px;
}

.dbb-home-about-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 76%;
  margin: 0;
  overflow: hidden;
}

.dbb-home-about-main img,
.dbb-home-about-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dbb-home-about-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42%;
  height: 49%;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff;
}

.dbb-home-about-caption {
  position: absolute;
  right: 4%;
  bottom: 3%;
  width: 43%;
  padding: 24px 0 0 28px;
  border-top: 1px solid var(--dbb-line);
}

.dbb-home-about-caption span {
  display: block;
  margin-bottom: 8px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dbb-home-about-caption strong {
  display: block;
  font-family: var(--dbb-display);
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 400;
  line-height: 1.08;
}

/* Services */
.dbb-home-services {
  padding: clamp(92px, 10vw, 150px) 0 clamp(90px, 10vw, 150px);
  background: #d5c9bf;
  overflow: hidden;
}

.dbb-home-section-head {
  width: min(900px, calc(100% - 52px));
  margin: 0 auto 56px;
  text-align: center;
}

.dbb-home-section-head h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.01;
}

.dbb-home-marquee {
  margin-bottom: 58px;
  overflow: hidden;
  border-top: 1px solid rgba(40,34,30,.25);
  border-bottom: 1px solid rgba(40,34,30,.25);
}

.dbb-home-marquee-track {
  display: flex;
  width: max-content;
  animation: dbb-home-scroll 29s linear infinite;
}

.dbb-home-marquee-track span {
  padding: 15px 28px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .24em;
  white-space: nowrap;
}

.dbb-home-marquee-track span::after {
  content: "•";
  margin-left: 56px;
}

@keyframes dbb-home-scroll {
  to { transform: translateX(-50%); }
}

.dbb-home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  width: min(1270px, calc(100% - clamp(46px, 8vw, 130px)));
  margin: 0 auto;
}

.dbb-home-service-card {
  background: #f8f5f1;
}

.dbb-home-service-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.dbb-home-service-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.dbb-home-service-card:hover figure img { transform: scale(1.015); }

.dbb-home-service-card > div {
  min-height: 285px;
  padding: 27px 29px 31px;
}

.dbb-home-service-no {
  display: block;
  margin-bottom: 50px;
  font-family: var(--dbb-display);
  font-size: 18px;
}

.dbb-home-service-card h3 {
  margin-bottom: 13px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: .98;
}

.dbb-home-service-card p {
  min-height: 66px;
  color: var(--dbb-muted);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.72;
}

/* Stats and quote */
.dbb-home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1280px, calc(100% - clamp(42px, 7vw, 112px)));
  margin: 0 auto;
  padding: 75px 0;
}

.dbb-home-stat {
  min-height: 130px;
  padding: 4px 28px;
  border-right: 1px solid var(--dbb-line);
  text-align: center;
}

.dbb-home-stat:last-child { border-right: 0; }

.dbb-home-stat span {
  display: block;
  margin-bottom: 15px;
  color: var(--dbb-muted);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dbb-home-stat strong {
  font-family: var(--dbb-display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
}

.dbb-home-quote {
  position: relative;
  overflow: hidden;
  padding: clamp(112px, 12vw, 172px) 36px clamp(96px, 10vw, 142px);
  background: #26211f;
  color: #fff;
  text-align: center;
}

.dbb-home-quote::before {
  content: "“";
  position: absolute;
  top: clamp(24px, 3vw, 42px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--dbb-display);
  font-size: clamp(84px, 9vw, 148px);
  line-height: 1;
  color: rgba(255,255,255,.12);
  pointer-events: none;
}

.dbb-home-quote blockquote {
  position: relative;
  z-index: 1;
  width: min(930px, 100%);
  margin: 0 auto 31px;
  font-family: var(--dbb-display);
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.dbb-home-quote span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-top: 16px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.dbb-home-quote span::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 auto 16px;
  background: rgba(255,255,255,.24);
}

/* Checklist */
.dbb-home-checklist {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 640px;
  background: #efe9e3;
}

.dbb-home-checklist-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 125px);
}

.dbb-home-checklist-copy h2 {
  max-width: 650px;
  margin-bottom: 25px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
}

.dbb-home-checklist-copy p {
  max-width: 520px;
  margin-bottom: 26px;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.8;
}

.dbb-home-checklist-copy .dbb-home-pill { align-self: flex-start; }

.dbb-home-checklist > figure {
  min-height: 640px;
  margin: 0;
  overflow: hidden;
}

.dbb-home-checklist > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Journal */
.dbb-home-journal {
  width: min(1280px, calc(100% - clamp(44px, 8vw, 126px)));
  margin: 0 auto;
  padding: clamp(95px, 10vw, 150px) 0;
}

.dbb-home-journal-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 48px;
}

.dbb-home-journal-head h2 {
  margin: 0;
  font-size: clamp(53px, 6vw, 88px);
}

.dbb-home-journal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.dbb-home-journal-card a {
  color: inherit;
  text-decoration: none;
}

.dbb-home-journal-card figure {
  aspect-ratio: 16 / 10;
  margin: 0 0 20px;
  overflow: hidden;
  background: #eee7e0;
}

.dbb-home-journal-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.dbb-home-journal-card:hover figure img { transform: scale(1.015); }

.dbb-home-journal-meta {
  margin-bottom: 10px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dbb-home-journal-card h3 {
  max-width: 16ch;
  margin-bottom: 12px;
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.01;
}

.dbb-home-journal-card p {
  max-width: 55ch;
  color: var(--dbb-muted);
  font-size: 12px;
}

.dbb-home-read-more {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Case studies */
.dbb-home-cases {
  padding: clamp(92px, 10vw, 150px) clamp(24px, 5vw, 80px);
  background: #f1ebe5;
}

.dbb-home-case-intro {
  width: min(860px, 100%);
  margin: 0 auto clamp(62px, 7vw, 104px);
  text-align: center;
}

.dbb-home-case-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(48px, 5.7vw, 82px);
  line-height: .98;
}

.dbb-home-case-intro h3 {
  margin: 0 auto 20px;
  font-family: var(--dbb-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.dbb-home-case-intro p {
  max-width: 600px;
  margin: 0 auto 26px;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.8;
}

.dbb-home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(1270px, 100%);
  margin: 0 auto;
}

.dbb-home-case-grid article figure {
  aspect-ratio: 4 / 5;
  margin: 0 0 20px;
  overflow: hidden;
}

.dbb-home-case-grid article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dbb-home-case-grid article > span {
  display: block;
  margin-bottom: 9px;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dbb-home-case-grid article h3 {
  margin-bottom: 8px;
  font-size: clamp(29px, 2.8vw, 41px);
}

.dbb-home-case-grid article p {
  color: var(--dbb-muted);
  font-size: 12px;
}

/* Testimonials */
.dbb-home-testimonials {
  padding: clamp(90px, 10vw, 145px) clamp(25px, 6vw, 95px);
  text-align: center;
}

.dbb-home-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(1280px, 100%);
  margin: 38px auto 0;
  border-top: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-home-testimonial-grid article {
  min-height: 310px;
  padding: 50px 34px;
  border-right: 1px solid var(--dbb-line);
}

.dbb-home-testimonial-grid article:last-child { border-right: 0; }

.dbb-home-testimonial-grid p {
  margin: 0 auto 28px;
  font-family: var(--dbb-display);
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.13;
}

.dbb-home-testimonial-grid span {
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Final CTA */
.dbb-home-final {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 28px;
  background:
    linear-gradient(rgba(38,32,29,.39), rgba(38,32,29,.39)),
    url('../images/studio-marble.jpg') center center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.dbb-home-final h2 {
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: clamp(58px, 7.8vw, 112px);
  line-height: .86;
}

.dbb-home-final p {
  max-width: 540px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.95);
  font-size: 13px;
}

/* Home responsive */
@media (max-width: 1050px) {
  .dbb-home-about {
    grid-template-columns: 1fr 1.2fr;
    gap: 52px;
  }

  .dbb-home-about-images { min-height: 560px; }

  .dbb-home-service-grid,
  .dbb-home-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dbb-home-service-card:last-child,
  .dbb-home-case-grid article:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }

  .dbb-home-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .dbb-home-testimonial-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--dbb-line);
  }

  .dbb-home-testimonial-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 820px) {
  .dbb-home-hero { min-height: 620px; }
  .dbb-home-hero-copy { transform: translate(-50%, -50%); }
  .dbb-home-hero-note { display: none; }

  .dbb-home-industry-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .dbb-home-industry-strip span {
    min-height: 80px;
    border-bottom: 1px solid var(--dbb-line);
  }
  .dbb-home-industry-strip span:nth-child(even) { border-right: 0; }
  .dbb-home-industry-strip span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .dbb-home-about {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 48px));
  }

  .dbb-home-about-copy h2 { max-width: none; }
  .dbb-home-about-images { min-height: 620px; }

  .dbb-home-service-grid,
  .dbb-home-case-grid,
  .dbb-home-journal-grid {
    grid-template-columns: 1fr;
  }

  .dbb-home-service-card:last-child,
  .dbb-home-case-grid article:last-child {
    grid-column: auto;
    width: auto;
  }

  .dbb-home-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .dbb-home-stat:nth-child(2) { border-right: 0; }
  .dbb-home-stat:nth-child(-n+2) { border-bottom: 1px solid var(--dbb-line); padding-bottom: 35px; }
  .dbb-home-stat:nth-child(n+3) { padding-top: 35px; }

  .dbb-home-checklist {
    grid-template-columns: 1fr;
  }

  .dbb-home-checklist > figure { min-height: 480px; }
}

@media (max-width: 560px) {
  .dbb-home-hero { min-height: 590px; }

  .dbb-home-hero-copy h1 {
    font-size: clamp(57px, 17vw, 82px);
  }

  .dbb-home-hero-copy p {
    max-width: 330px;
    font-size: 11px;
  }

  .dbb-home-known {
    padding-inline: 24px;
  }

  .dbb-home-known h2 {
    font-size: 40px;
  }

  .dbb-home-industry-strip {
    margin-top: 64px;
  }

  .dbb-home-about {
    width: calc(100% - 38px);
    padding: 80px 0;
  }

  .dbb-home-about-copy h2 {
    font-size: 54px;
  }

  .dbb-home-about-images {
    min-height: 440px;
  }

  .dbb-home-about-main {
    width: 82%;
    height: 72%;
  }

  .dbb-home-about-small {
    width: 48%;
    height: 44%;
    border-width: 6px;
  }

  .dbb-home-about-caption {
    right: 0;
    width: 50%;
    padding-left: 16px;
  }

  .dbb-home-about-caption strong { font-size: 19px; }

  .dbb-home-service-grid {
    width: calc(100% - 36px);
  }

  .dbb-home-section-head {
    width: calc(100% - 42px);
  }

  .dbb-home-section-head h2 { font-size: 44px; }

  .dbb-home-stats {
    width: calc(100% - 34px);
    padding: 55px 0;
  }

  .dbb-home-stat {
    padding-inline: 15px;
  }

  .dbb-home-stat strong { font-size: 48px; }

  .dbb-home-quote {
    padding-inline: 24px;
  }

  .dbb-home-quote blockquote { font-size: 39px; }

  .dbb-home-checklist-copy {
    padding: 70px 26px;
  }

  .dbb-home-checklist-copy h2 { font-size: 48px; }
  .dbb-home-checklist > figure { min-height: 340px; }

  .dbb-home-journal {
    width: calc(100% - 38px);
  }

  .dbb-home-journal-head {
    display: block;
  }

  .dbb-home-journal-head .dbb-home-text-link { margin-top: 20px; }

  .dbb-home-cases {
    padding-inline: 20px;
  }

  .dbb-home-case-intro h2 { font-size: 48px; }

  .dbb-home-testimonials {
    padding-inline: 20px;
  }

  .dbb-home-testimonial-grid article {
    padding: 40px 20px;
  }

  .dbb-home-final {
    min-height: 520px;
  }

  .dbb-home-final h2 { font-size: 61px; }
}

@media (prefers-reduced-motion: reduce) {
  .dbb-home-marquee-track { animation: none; }
}

/* v1.8 creative services additions */
.dbb-svc-plans-note {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--dbb-svc-muted);
  font-size: 9px;
  line-height: 1.75;
  text-align: center;
}

.dbb-svc-offer:nth-child(4) .dbb-svc-offer-image img { object-position: 50% center; }
.dbb-svc-offer:nth-child(5) .dbb-svc-offer-image img { object-position: 44% center; }

@media (min-width: 1051px) {
  .dbb-home-service-grid {
    grid-template-columns: repeat(4, 1fr);
    width: min(1370px, calc(100% - clamp(46px, 6vw, 100px)));
  }

  .dbb-home-service-card > div {
    min-height: 315px;
    padding-inline: 25px;
  }

  .dbb-home-service-card h3 {
    font-size: clamp(28px, 2.45vw, 38px);
  }

  .dbb-home-service-card p {
    min-height: 88px;
  }
}

@media (max-width: 1050px) {
  .dbb-home-service-card:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}

/* --------------------------------------------------------------------------
   For Brands page
   -------------------------------------------------------------------------- */
.dbb-for-brands-page {
  --dbb-svc-paper: #fbfaf7;
  --dbb-svc-text: var(--dbb-ink);
  --dbb-svc-muted: #786f69;
  --dbb-svc-line: rgba(36,32,29,.14);
  background: var(--dbb-svc-paper);
}

.dbb-for-brands-page .dbb-site-header {
  position: relative;
  background: #fff;
  color: var(--dbb-ink);
  border-bottom: 1px solid var(--dbb-svc-line);
}

.dbb-for-brands-page .dbb-site-header a { color: inherit; }
.dbb-for-brands-page main#content { background: var(--dbb-svc-paper); }
.dbb-for-brands-page figure { margin: 0; }
.dbb-for-brands-page img { width: 100%; height: 100%; object-fit: cover; }
.dbb-for-brands-page .dbb-nav .current-menu-item > a,
.dbb-for-brands-page .dbb-nav .current_page_item > a {
  color: var(--dbb-accent);
  border-bottom: 1px solid currentColor;
}

.dbb-brands-shell {
  width: min(1220px, calc(100% - clamp(42px, 7vw, 112px)));
  margin: 0 auto;
}

.dbb-brands-kicker {
  display: block;
  margin-bottom: 18px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dbb-brands-section-heading {
  width: min(760px, 100%);
  margin: 0 auto 45px;
  text-align: center;
}

.dbb-brands-section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 64px) !important;
  line-height: 1.02 !important;
}

/* Hero */
.dbb-brands-hero {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  min-height: 650px;
  border-bottom: 1px solid var(--dbb-svc-line);
  background: #fbfaf7;
}

.dbb-brands-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(68px, 8vw, 120px) clamp(42px, 7vw, 108px);
}

.dbb-brands-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 28px;
  font-size: clamp(58px, 6.6vw, 104px) !important;
  line-height: .9 !important;
  letter-spacing: -.052em !important;
}

.dbb-brands-lede {
  max-width: 480px;
  margin-bottom: 28px;
  color: var(--dbb-svc-muted);
  font-size: calc(var(--dbb-body-size) * 1.12);
  line-height: 1.7;
}

.dbb-brands-hero-media {
  min-height: 650px;
  overflow: hidden;
}

.dbb-brands-hero-media img { object-position: center; }

/* Who we work with */
.dbb-brands-audience {
  padding: clamp(78px, 8vw, 118px) 0;
  background: #fff;
}

.dbb-brands-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dbb-svc-line);
  border-bottom: 1px solid var(--dbb-svc-line);
}

.dbb-brands-audience-grid article {
  min-height: 245px;
  padding: 38px 30px 34px;
  border-right: 1px solid var(--dbb-svc-line);
  text-align: center;
}

.dbb-brands-audience-grid article:last-child { border-right: 0; }

.dbb-brands-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  color: color-mix(in srgb, var(--dbb-accent) 62%, #b88d7b);
}

.dbb-brands-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbb-brands-audience-grid h3 {
  margin: 0 0 12px;
  font-family: var(--dbb-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.dbb-brands-audience-grid p {
  max-width: 230px;
  margin: 0 auto;
  color: var(--dbb-svc-muted);
  font-size: calc(var(--dbb-body-size) * .82);
  line-height: 1.65;
}

/* Creative services */
.dbb-brands-services {
  padding: clamp(82px, 9vw, 132px) 0;
  background: color-mix(in srgb, var(--dbb-secondary, var(--dbb-accent-soft)) 13%, #f2ebe5);
}

.dbb-brands-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dbb-brands-service-card {
  overflow: hidden;
  background: #fbfaf7;
}

.dbb-brands-service-card figure {
  aspect-ratio: 1 / .83;
  overflow: hidden;
}

.dbb-brands-service-card figure img {
  transition: transform .45s ease;
}

.dbb-brands-service-card:hover figure img { transform: scale(1.018); }

.dbb-brands-service-card > div {
  min-height: 305px;
  padding: 24px 25px 28px;
}

.dbb-brands-service-card > div > span {
  display: block;
  margin-bottom: 40px;
  font-family: var(--dbb-display);
  font-size: 18px;
}

.dbb-brands-service-card h3 {
  min-height: 78px;
  margin: 0 0 14px;
  font-size: clamp(27px, 2.4vw, 38px) !important;
  line-height: 1 !important;
}

.dbb-brands-service-card p {
  min-height: 72px;
  margin-bottom: 24px;
  color: var(--dbb-svc-muted);
  font-size: calc(var(--dbb-body-size) * .86);
  line-height: 1.65;
}

.dbb-brands-service-card a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}

.dbb-brands-service-card a::after { content: "→"; font-size: 15px; }

/* Process */
.dbb-brands-process {
  padding: clamp(78px, 8vw, 118px) 0;
  background: #fff;
}

.dbb-brands-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(900px, 100%);
  margin: 0 auto;
}

.dbb-brands-process-grid article {
  position: relative;
  padding: 8px 45px 10px;
  text-align: center;
  border-right: 1px solid var(--dbb-svc-line);
}

.dbb-brands-process-grid article:last-child { border-right: 0; }

.dbb-brands-process-grid span {
  display: block;
  margin-bottom: 14px;
  color: color-mix(in srgb, var(--dbb-accent) 65%, #b98975);
  font-family: var(--dbb-display);
  font-size: 38px;
}

.dbb-brands-process-grid h3 {
  margin: 0 0 12px;
  font-family: var(--dbb-body) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.dbb-brands-process-grid p {
  margin: 0;
  color: var(--dbb-svc-muted);
  font-size: calc(var(--dbb-body-size) * .86);
  line-height: 1.65;
}

/* Closing CTA */
.dbb-brands-cta {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 440px;
  background: #f1e5df;
}

.dbb-brands-cta figure { min-height: 440px; }

.dbb-brands-cta > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(52px, 7vw, 96px);
}

.dbb-brands-cta h2 {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: .98 !important;
}

/* Home footer reused without the gallery/brand intro */
.dbb-for-brands-page .dbb-home-footer-clean {
  background: #fbfaf7;
}

.dbb-for-brands-page .dbb-home-footer-clean .dbb-svc-newsletter h2 {
  max-width: 600px;
  margin: 0 0 12px !important;
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1 !important;
}

@media (max-width: 1050px) {
  .dbb-brands-hero,
  .dbb-brands-cta { grid-template-columns: 1fr; }
  .dbb-brands-hero-media { min-height: 480px; }
  .dbb-brands-audience-grid,
  .dbb-brands-service-grid { grid-template-columns: repeat(2, 1fr); }
  .dbb-brands-audience-grid article:nth-child(2) { border-right: 0; }
  .dbb-brands-audience-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--dbb-svc-line); }
  .dbb-brands-cta figure { min-height: 400px; }
}

@media (max-width: 767px) {
  .dbb-brands-shell { width: calc(100% - 36px); }
  .dbb-brands-hero-copy { padding: 58px 24px 48px; }
  .dbb-brands-hero-copy h1 { font-size: clamp(48px, 14vw, 72px) !important; }
  .dbb-brands-hero-media { min-height: 360px; }
  .dbb-brands-audience-grid,
  .dbb-brands-service-grid,
  .dbb-brands-process-grid { grid-template-columns: 1fr; }
  .dbb-brands-audience-grid article,
  .dbb-brands-audience-grid article:nth-child(2),
  .dbb-brands-process-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--dbb-svc-line);
  }
  .dbb-brands-audience-grid article:last-child,
  .dbb-brands-process-grid article:last-child { border-bottom: 0; }
  .dbb-brands-service-card h3 { min-height: 0; }
  .dbb-brands-service-card p { min-height: 0; }
  .dbb-brands-cta > div { padding: 48px 24px; }
  .dbb-brands-cta h2 { font-size: clamp(39px, 12vw, 56px) !important; }
}


/* Connected tools / integrations */
.dbb-home-integrations {
  width: min(1270px, calc(100% - clamp(46px, 8vw, 130px)));
  margin: clamp(58px, 7vw, 92px) auto 0;
  padding-top: clamp(38px, 5vw, 64px);
  border-top: 1px solid var(--dbb-line);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: end;
}
.dbb-home-integrations-copy h3 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--dbb-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
}
.dbb-home-integrations-copy p {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--dbb-muted);
  line-height: 1.7;
}
.dbb-home-integrations-copy small {
  display: block;
  max-width: 760px;
  color: var(--dbb-muted);
  font-size: 10px;
  line-height: 1.6;
}
.dbb-home-integration-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid var(--dbb-line);
  border-left: 1px solid var(--dbb-line);
}
.dbb-home-integration-list span {
  padding: 17px 16px;
  border-right: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dbb-svc-integration-note {
  margin-top: 13px !important;
  font-size: 10px !important;
  line-height: 1.65 !important;
  color: var(--dbb-svc-muted) !important;
}
@media (max-width: 820px) {
  .dbb-home-integrations { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .dbb-home-integration-list { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* Digital Beauty Box 2.0: unified header, hosted pathways, pricing, launch   */
/* ========================================================================== */

/* Keep the site header consistent with the homepage across every template. */
body .dbb-site-header,
body.home .dbb-site-header,
body.dbb-services-page .dbb-site-header,
body.dbb-about-page .dbb-site-header,
body.dbb-for-brands-page .dbb-site-header,
body.dbb-pricing-page .dbb-site-header,
body.dbb-coming-soon-page .dbb-site-header {
  position: relative !important;
  inset: auto !important;
  z-index: 70 !important;
  color: var(--dbb-ink) !important;
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid var(--dbb-line) !important;
}

body .dbb-site-header .dbb-header-inner,
body.dbb-services-page .dbb-header-inner,
body.dbb-about-page .dbb-header-inner,
body.dbb-for-brands-page .dbb-header-inner,
body.dbb-pricing-page .dbb-header-inner,
body.dbb-coming-soon-page .dbb-header-inner {
  width: min(var(--dbb-container), calc(100% - clamp(42px, 7vw, 112px))) !important;
  min-height: 88px !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 28px !important;
}

body .dbb-site-header .dbb-brand,
body.dbb-services-page .dbb-brand,
body.dbb-about-page .dbb-brand,
body.dbb-for-brands-page .dbb-brand,
body.dbb-pricing-page .dbb-brand,
body.dbb-coming-soon-page .dbb-brand {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  text-align: center !important;
}

body .dbb-site-header .dbb-brand-mark,
body.dbb-services-page .dbb-brand-mark,
body.dbb-about-page .dbb-brand-mark {
  font-size: clamp(20px, 2vw, 29px) !important;
  line-height: 1 !important;
  letter-spacing: .07em !important;
}

body .dbb-site-header .dbb-brand-sub,
body.dbb-services-page .dbb-brand-sub,
body.dbb-about-page .dbb-brand-sub {
  display: block !important;
  margin-top: 6px !important;
  font-size: 6px !important;
  letter-spacing: .31em !important;
}

body .dbb-site-header .dbb-nav--left,
body.dbb-services-page .dbb-nav--left,
body.dbb-about-page .dbb-nav--left {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
}

body .dbb-site-header .dbb-nav--right,
body.dbb-services-page .dbb-nav--right,
body.dbb-about-page .dbb-nav--right {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

body .dbb-site-header .dbb-nav ul,
body.dbb-services-page .dbb-nav ul,
body.dbb-about-page .dbb-nav ul {
  gap: clamp(17px, 2vw, 31px) !important;
}

body .dbb-site-header .dbb-nav a,
body.dbb-services-page .dbb-nav a,
body.dbb-about-page .dbb-nav a {
  color: var(--dbb-ink) !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  letter-spacing: .20em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body .dbb-site-header .dbb-nav--right ul li:last-child a,
body.dbb-services-page .dbb-nav--right ul li:last-child a,
body.dbb-about-page .dbb-nav--right ul li:last-child a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  background: var(--dbb-accent-soft) !important;
  border: 0 !important;
}

/* Homepage hosted pathway */
.dbb-home-hosted {
  padding: clamp(72px, 9vw, 130px) clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
  background: #f2ebe5;
  border-top: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-home-hosted-copy h2 {
  margin: 0 0 26px !important;
  max-width: 780px;
  font-size: clamp(46px, 5.2vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em;
  text-transform: none !important;
}

.dbb-home-hosted-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--dbb-muted);
  font-size: 15px;
  line-height: 1.8;
}

.dbb-home-hosted-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.dbb-home-hosted-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--dbb-line);
  border-left: 1px solid var(--dbb-line);
  background: rgba(255,255,255,.42);
}

.dbb-home-hosted-paths article {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-home-hosted-paths span,
.dbb-pathway-grid article > span {
  display: block;
  margin-bottom: 38px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
}

.dbb-home-hosted-paths h3 {
  margin: 0 0 12px !important;
  font-size: clamp(25px, 2.5vw, 36px) !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.dbb-home-hosted-paths p {
  margin: 0;
  color: var(--dbb-muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Services plan comparison */
.dbb-svc-plan-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.dbb-svc-plan-grid--three .dbb-svc-plan-card {
  min-height: 520px;
}

/* Pricing page */
.dbb-pricing-page main#content {
  background: #fbfaf7;
}

.dbb-price-hero-v2 {
  padding: clamp(88px, 11vw, 150px) 0 clamp(72px, 9vw, 120px);
  border-bottom: 1px solid var(--dbb-line);
  background: #fbfaf7;
}

.dbb-price-hero-v2 .dbb-shell {
  max-width: 1120px;
  text-align: center;
}

.dbb-price-hero-v2 h1 {
  max-width: 960px;
  margin: 18px auto 28px !important;
  font-size: clamp(58px, 8.3vw, 118px) !important;
  line-height: .88 !important;
  letter-spacing: -.05em;
  text-transform: none !important;
}

.dbb-price-hero-v2 p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--dbb-muted);
  font-size: 15px;
  line-height: 1.8;
}

.dbb-pathways,
.dbb-package-section,
.dbb-wordpress-options,
.dbb-module-table-section {
  padding: clamp(76px, 9vw, 130px) 0;
}

.dbb-pathways {
  background: #fff;
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-pathways-head,
.dbb-package-heading {
  max-width: 900px;
  margin-bottom: 52px;
}

.dbb-pathways-head h2,
.dbb-package-heading h2 {
  margin: 14px 0 16px !important;
  font-size: clamp(44px, 5.6vw, 78px) !important;
  line-height: .96 !important;
  letter-spacing: -.035em;
  text-transform: none !important;
}

.dbb-package-heading p {
  max-width: 720px;
  color: var(--dbb-muted);
  line-height: 1.75;
}

.dbb-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dbb-line);
  border-left: 1px solid var(--dbb-line);
}

.dbb-pathway-grid article {
  min-height: 320px;
  padding: 38px;
  border-right: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-pathway-grid h3 {
  margin: 0 0 20px !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
  line-height: .96 !important;
  text-transform: none !important;
}

.dbb-pathway-grid p {
  margin: 0;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.75;
}

.dbb-package-section {
  background: #efe8e1;
}

.dbb-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.dbb-package-card {
  display: flex;
  flex-direction: column;
  min-height: 690px;
  padding: clamp(34px, 4vw, 52px);
  background: #fff;
  border: 1px solid rgba(36,32,29,.14);
}

.dbb-package-card--featured {
  background: #2b2725;
  color: #fff;
}

.dbb-package-tag {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.dbb-package-card h3,
.dbb-wordpress-grid h3 {
  margin: 0 0 18px !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  line-height: .94 !important;
  text-transform: none !important;
}

.dbb-package-fit {
  min-height: 74px;
  margin: 0 0 28px;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.7;
}

.dbb-package-card--featured .dbb-package-fit,
.dbb-package-card--featured .dbb-package-note {
  color: rgba(255,255,255,.7);
}

.dbb-package-card ul,
.dbb-wordpress-grid ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid currentColor;
  border-top-color: rgba(36,32,29,.18);
}

.dbb-package-card--featured ul {
  border-top-color: rgba(255,255,255,.2);
}

.dbb-package-card li,
.dbb-wordpress-grid li {
  position: relative;
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid rgba(36,32,29,.11);
  font-size: 11px;
  line-height: 1.45;
}

.dbb-package-card--featured li {
  border-bottom-color: rgba(255,255,255,.12);
}

.dbb-package-card li::before,
.dbb-wordpress-grid li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 13px;
}

.dbb-package-note {
  margin: auto 0 26px;
  color: var(--dbb-muted);
  font-size: 10px;
  line-height: 1.6;
}

.dbb-package-card .dbb-button {
  align-self: flex-start;
}

.dbb-button--light {
  background: #fff !important;
  color: var(--dbb-ink) !important;
}

.dbb-wordpress-options {
  background: #fbfaf7;
  border-bottom: 1px solid var(--dbb-line);
}

.dbb-wordpress-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dbb-wordpress-grid > article {
  min-height: 580px;
  padding: clamp(40px, 5vw, 72px);
  border: 1px solid var(--dbb-line);
}

.dbb-wordpress-grid > article + article {
  border-left: 0;
}

.dbb-wordpress-grid--dark {
  background: #2b2725;
  color: #fff;
}

.dbb-wordpress-grid p {
  max-width: 560px;
  min-height: 68px;
  color: var(--dbb-muted);
  line-height: 1.75;
}

.dbb-wordpress-grid--dark p {
  color: rgba(255,255,255,.68);
}

.dbb-wordpress-grid .dbb-home-text-link {
  margin-top: 22px;
}

.dbb-home-text-link--light {
  color: #fff !important;
}

.dbb-module-table-section {
  background: #fff;
}

.dbb-module-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--dbb-line);
  border-left: 1px solid var(--dbb-line);
}

.dbb-module-chip-grid span {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid var(--dbb-line);
  border-bottom: 1px solid var(--dbb-line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.dbb-module-footnote {
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--dbb-muted);
  font-size: 10px;
  line-height: 1.7;
}

.dbb-price-final-v2 {
  padding: clamp(90px, 12vw, 170px) clamp(24px, 7vw, 120px);
  text-align: center;
  background: #292522;
  color: #fff;
}

.dbb-price-final-v2 h2 {
  max-width: 1000px;
  margin: 20px auto 34px !important;
  font-size: clamp(48px, 6.4vw, 88px) !important;
  line-height: .94 !important;
  text-transform: none !important;
}

.dbb-price-final-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* Design Portal callout on For Brands */
.dbb-brands-portal {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #eadfd9;
  border-top: 1px solid var(--dbb-svc-line);
  border-bottom: 1px solid var(--dbb-svc-line);
}

.dbb-brands-portal-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.dbb-brands-portal h2 {
  margin: 0 0 22px !important;
  max-width: 760px;
  font-size: clamp(46px, 5.4vw, 76px) !important;
  line-height: .96 !important;
  text-transform: none !important;
}

.dbb-brands-portal p {
  max-width: 700px;
  color: var(--dbb-svc-muted);
  line-height: 1.75;
}

.dbb-brands-portal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--dbb-svc-line);
  border-left: 1px solid var(--dbb-svc-line);
}

.dbb-brands-portal-list span {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid var(--dbb-svc-line);
  border-bottom: 1px solid var(--dbb-svc-line);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

/* Coming Soon */
.dbb-coming-soon-page main#content {
  background: #282421;
}

.dbb-coming-soon {
  position: relative;
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-image: var(--dbb-coming-image);
  background-size: cover;
  background-position: center;
}

.dbb-coming-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,21,20,.83), rgba(24,21,20,.58) 58%, rgba(24,21,20,.42));
}

.dbb-coming-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 48px));
  padding: clamp(70px, 11vw, 150px) 0;
  text-align: center;
}

.dbb-coming-kicker {
  display: block;
  margin-bottom: 24px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.dbb-coming-soon h1 {
  max-width: 980px;
  margin: 0 auto 30px !important;
  color: #fff !important;
  font-size: clamp(64px, 10vw, 138px) !important;
  line-height: .86 !important;
  letter-spacing: -.055em;
  text-transform: none !important;
}

.dbb-coming-soon p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.8;
}

.dbb-coming-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.dbb-coming-text-link {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.58);
  padding-bottom: 5px;
}

.dbb-coming-socials {
  min-height: 30px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}

.dbb-coming-socials a {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}

.dbb-coming-note {
  margin: 34px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 34px;
  color: rgba(255,255,255,.58);
  font-size: 7px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  body .dbb-site-header .dbb-header-inner,
  body.dbb-services-page .dbb-header-inner,
  body.dbb-about-page .dbb-header-inner,
  body.dbb-for-brands-page .dbb-header-inner,
  body.dbb-pricing-page .dbb-header-inner,
  body.dbb-coming-soon-page .dbb-header-inner {
    grid-template-columns: 1fr auto 1fr !important;
  }
  body .dbb-site-header .dbb-brand,
  body.dbb-services-page .dbb-brand,
  body.dbb-about-page .dbb-brand {
    grid-column: 2 !important;
    justify-self: center !important;
  }
  body .dbb-site-header .dbb-menu-toggle,
  body.dbb-services-page .dbb-menu-toggle,
  body.dbb-about-page .dbb-menu-toggle {
    display: block !important;
    grid-column: 3 !important;
    justify-self: end !important;
  }
  body .dbb-site-header .dbb-nav--left,
  body .dbb-site-header .dbb-nav--right,
  body.dbb-services-page .dbb-nav--left,
  body.dbb-services-page .dbb-nav--right,
  body.dbb-about-page .dbb-nav--left,
  body.dbb-about-page .dbb-nav--right {
    display: none !important;
  }
  body .dbb-site-header .dbb-mobile-nav,
  body.dbb-services-page .dbb-mobile-nav,
  body.dbb-about-page .dbb-mobile-nav {
    top: 88px !important;
    background: #fff !important;
  }

  .dbb-home-hosted { grid-template-columns: 1fr; }
  .dbb-svc-plan-grid--three { grid-template-columns: 1fr 1fr !important; }
  .dbb-svc-plan-grid--three .dbb-svc-plan-card:last-child { grid-column: 1 / -1; }
  .dbb-package-grid { grid-template-columns: 1fr; }
  .dbb-package-card { min-height: 0; }
  .dbb-package-fit { min-height: 0; }
  .dbb-wordpress-grid { grid-template-columns: 1fr; }
  .dbb-wordpress-grid > article + article { border-left: 1px solid var(--dbb-line); border-top: 0; }
  .dbb-module-chip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dbb-brands-portal-inner { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body .dbb-site-header .dbb-header-inner,
  body.dbb-services-page .dbb-header-inner,
  body.dbb-about-page .dbb-header-inner,
  body.dbb-for-brands-page .dbb-header-inner,
  body.dbb-pricing-page .dbb-header-inner,
  body.dbb-coming-soon-page .dbb-header-inner {
    width: calc(100% - 38px) !important;
    min-height: 70px !important;
  }
  body .dbb-site-header .dbb-brand-sub,
  body.dbb-services-page .dbb-brand-sub,
  body.dbb-about-page .dbb-brand-sub { display: none !important; }
  body .dbb-site-header .dbb-mobile-nav,
  body.dbb-services-page .dbb-mobile-nav,
  body.dbb-about-page .dbb-mobile-nav { top: 70px !important; }

  .dbb-home-hosted { padding-inline: 20px; }
  .dbb-home-hosted-paths { grid-template-columns: 1fr; }
  .dbb-home-hosted-paths article { min-height: 170px; }
  .dbb-svc-plan-grid--three { grid-template-columns: 1fr !important; }
  .dbb-svc-plan-grid--three .dbb-svc-plan-card:last-child { grid-column: auto; }
  .dbb-pathway-grid { grid-template-columns: 1fr; }
  .dbb-pathway-grid article { min-height: 0; }
  .dbb-module-chip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dbb-brands-portal-list { grid-template-columns: 1fr; }
  .dbb-price-final-actions { flex-direction: column; }
  .dbb-coming-soon { min-height: calc(100vh - 70px); }
  .dbb-coming-inner { width: calc(100% - 34px); }
  .dbb-coming-actions { flex-direction: column; }
}

/* Header active states stay restrained so inner pages match the homepage. */
.dbb-for-brands-page .dbb-nav .current-menu-item > a,
.dbb-for-brands-page .dbb-nav .current_page_item > a,
.dbb-pricing-page .dbb-nav .current-menu-item > a,
.dbb-pricing-page .dbb-nav .current_page_item > a,
.dbb-services-page .dbb-nav .current-menu-item > a,
.dbb-about-page .dbb-nav .current-menu-item > a {
  color: var(--dbb-ink) !important;
  border-bottom: 0 !important;
}


/* =========================================================
   v2.1 simplified positioning: Front End + Back End
   ========================================================= */

.dbb-home-service-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
}

.dbb-home-service-grid--two .dbb-home-service-card:last-child {
  grid-column: auto;
  width: auto;
  justify-self: stretch;
}

.dbb-home-service-grid--two .dbb-home-service-card > div {
  min-height: 390px;
}

.dbb-home-service-list {
  list-style: none;
  margin: 24px 0 30px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(36,32,29,.14);
}

.dbb-home-service-list li {
  position: relative;
  padding: 8px 0 8px 18px;
  color: var(--dbb-muted);
  font-size: 13px;
  line-height: 1.55;
}

.dbb-home-service-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 8px;
}

.dbb-svc-category-heading {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto 42px;
  text-align: center;
}

.dbb-svc-category-heading h2 {
  margin: 12px auto 18px !important;
  max-width: 720px;
  font-size: clamp(46px, 6vw, 76px) !important;
  line-height: .95 !important;
  text-transform: none !important;
}

.dbb-svc-category-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--dbb-svc-muted);
  font-size: 12px;
  line-height: 1.75;
}

.dbb-svc-offer-list {
  width: min(880px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.dbb-svc-offers--backend {
  background: #f8f5f1;
  border-top: 1px solid var(--dbb-line);
}

.dbb-package-section--choices {
  padding-top: clamp(76px, 9vw, 130px);
}

.dbb-package-grid--five {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dbb-package-grid--five .dbb-package-card {
  grid-column: span 2;
}

.dbb-package-grid--five .dbb-package-card:nth-child(4),
.dbb-package-grid--five .dbb-package-card:nth-child(5) {
  grid-column: span 3;
}

.dbb-package-card--complete {
  background: #f6e7ed;
  border-color: rgba(165,91,121,.26);
}

.dbb-package-card--complete .dbb-package-tag {
  color: #a55b79;
}

@media (max-width: 1050px) {
  .dbb-home-service-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbb-home-service-grid--two .dbb-home-service-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .dbb-package-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbb-package-grid--five .dbb-package-card,
  .dbb-package-grid--five .dbb-package-card:nth-child(4),
  .dbb-package-grid--five .dbb-package-card:nth-child(5) {
    grid-column: auto;
  }

  .dbb-package-grid--five .dbb-package-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .dbb-home-service-grid--two {
    grid-template-columns: 1fr;
  }

  .dbb-home-service-grid--two .dbb-home-service-card > div {
    min-height: 0;
  }

  .dbb-package-grid--five {
    grid-template-columns: 1fr;
  }

  .dbb-package-grid--five .dbb-package-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .dbb-svc-category-heading,
  .dbb-svc-offer-list {
    width: calc(100% - 30px);
  }

  .dbb-svc-category-heading h2 {
    font-size: 44px !important;
  }
}

/* ==========================================================
   Global editorial footer, v2.2.1
   Inspired by a spacious multi-column studio footer while
   remaining native to the Digital Beauty Box visual system.
   ========================================================== */
.dbb-global-footer {
  background: #fff;
  color: #111;
  border-top: 1px solid rgba(17,17,17,.14);
}

.dbb-global-footer-inner {
  width: min(1660px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(58px, 6vw, 96px) 0 36px;
}

.dbb-global-footer-grid {
  display: grid;
  grid-template-columns: 1.28fr .72fr .92fr .95fr 1.55fr;
  gap: clamp(32px, 4vw, 82px);
  align-items: start;
}

.dbb-global-footer-logo,
.dbb-global-footer h2 {
  font-family: var(--dbb-display);
  font-weight: 400;
  color: #111;
}

.dbb-global-footer-logo {
  display: inline-block;
  max-width: 280px;
  margin-bottom: 18px;
  font-size: clamp(38px, 3.4vw, 58px);
  line-height: .92;
  letter-spacing: -.045em;
  text-decoration: none;
}

.dbb-global-footer-brand > p {
  max-width: 280px;
  margin: 0 0 9px;
  color: #35312e;
  font-size: 13px;
  line-height: 1.65;
}

.dbb-global-footer-brand .dbb-global-footer-tagline {
  margin-top: 19px;
  color: #111;
  font-weight: 600;
}

.dbb-global-footer h2 {
  margin: 0 0 25px;
  font-size: clamp(28px, 2.1vw, 38px);
  line-height: 1;
  letter-spacing: -.035em;
}

.dbb-global-footer-column nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.dbb-global-footer-column nav a,
.dbb-global-footer-email,
.dbb-global-footer-contact-link,
.dbb-global-footer-bottom nav a {
  color: #111;
  text-decoration-color: rgba(17,17,17,.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: opacity .18s ease, text-decoration-color .18s ease;
}

.dbb-global-footer-column nav a {
  font-family: var(--dbb-display);
  font-size: 17px;
  line-height: 1.2;
}

.dbb-global-footer-column nav a:hover,
.dbb-global-footer-email:hover,
.dbb-global-footer-contact-link:hover,
.dbb-global-footer-bottom nav a:hover {
  opacity: .58;
  text-decoration-color: #111;
}

.dbb-global-footer-contact p,
.dbb-global-footer-subscribe > p {
  margin: 0 0 18px;
  color: #3f3a36;
  font-size: 13px;
  line-height: 1.7;
}

.dbb-global-footer-email,
.dbb-global-footer-contact-link {
  display: block;
  width: fit-content;
  margin-top: 12px;
  font-family: var(--dbb-display);
  font-size: 16px;
  line-height: 1.3;
}

.dbb-global-footer-subscribe > p {
  max-width: 430px;
}

.dbb-global-footer-form {
  margin-top: 27px;
}

.dbb-global-footer-form input[type="email"] {
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 1px solid rgba(17,17,17,.18);
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #111;
  font-family: var(--dbb-body);
  font-size: 14px;
}

.dbb-global-footer-form input[type="email"]:focus {
  border-color: #111;
}

.dbb-global-footer-form input[type="email"]::placeholder {
  color: #6d6762;
  opacity: 1;
}

.dbb-global-footer-form button {
  min-height: 54px;
  margin-top: 18px;
  padding: 0 28px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: var(--dbb-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}

.dbb-global-footer-form button:hover {
  background: #fff;
  color: #111;
}

.dbb-global-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-top: clamp(54px, 7vw, 100px);
  padding-top: 27px;
  border-top: 1px solid rgba(17,17,17,.12);
}

.dbb-global-footer-bottom p {
  margin: 0;
  color: #3f3a36;
  font-size: 12px;
  line-height: 1.6;
}

.dbb-global-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 7px;
}

.dbb-global-footer-bottom nav a {
  font-family: var(--dbb-display);
  font-size: 14px;
}

.dbb-global-footer-credit {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .dbb-global-footer-grid {
    grid-template-columns: 1.2fr .8fr .9fr;
    row-gap: 56px;
  }

  .dbb-global-footer-subscribe {
    grid-column: span 2;
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .dbb-global-footer-inner {
    width: min(100% - 40px, 1660px);
    padding-top: 52px;
  }

  .dbb-global-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 46px 26px;
  }

  .dbb-global-footer-brand,
  .dbb-global-footer-subscribe {
    grid-column: 1 / -1;
  }

  .dbb-global-footer-contact {
    grid-column: 1 / -1;
  }

  .dbb-global-footer-logo {
    font-size: 44px;
  }

  .dbb-global-footer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dbb-global-footer-column nav {
    gap: 14px;
  }

  .dbb-global-footer-column nav a {
    font-size: 16px;
  }

  .dbb-global-footer-bottom {
    display: block;
    margin-top: 62px;
  }

  .dbb-global-footer-credit {
    margin-top: 18px !important;
  }
}

@media (max-width: 480px) {
  .dbb-global-footer-grid {
    grid-template-columns: 1fr;
  }

  .dbb-global-footer-brand,
  .dbb-global-footer-subscribe,
  .dbb-global-footer-contact {
    grid-column: auto;
  }

  .dbb-global-footer-form input[type="email"] {
    min-height: 58px;
  }
}
