/*
Theme Name: Dodge Polara Luxe
Theme URI: https://dodgepolara.nl/
Author: Berk Webdesign
Description: Een licht, stijlvol en conversiegericht maatwerkthema voor de verhuur van de Dodge Polara Convertible uit 1961.
Version: 2.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: dodge-polara-luxe
*/

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../../fonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
}

:root {
  --dp-ink: #183437;
  --dp-ink-soft: #536668;
  --dp-deep: #123b3d;
  --dp-teal: #2f827e;
  --dp-teal-dark: #236b68;
  --dp-mist: #dcebea;
  --dp-soft-blue: #eaf3f2;
  --dp-cream: #f4efe5;
  --dp-paper: #fbfaf6;
  --dp-white: #ffffff;
  --dp-burgundy: #813c3f;
  --dp-burgundy-dark: #6c3033;
  --dp-gold: #aa8950;
  --dp-line: rgba(24, 52, 55, 0.16);
  --dp-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --dp-sans: "Montserrat", Arial, sans-serif;
  --dp-shadow: 0 24px 65px rgba(18, 59, 61, 0.12);
  --dp-container: 1240px;
  --dp-header-height: 86px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--dp-header-height) + 15px);
}

body.dp-site {
  background: var(--dp-paper);
  color: var(--dp-ink);
  font-family: var(--dp-sans);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
  overflow: clip;
}

html.menu-is-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  color: var(--dp-ink);
  font-family: var(--dp-serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 0.55em;
  max-width: 100%;
}

@supports (overflow-x: clip) {
  html,
  body.dp-site {
    overflow-x: clip;
  }
}

h1 {
  font-size: clamp(3.5rem, 6.8vw, 7rem);
}

h2 {
  font-size: clamp(2.55rem, 4.6vw, 5rem);
}

h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}

p {
  margin: 0 0 1.25em;
}

blockquote {
  border-left: 2px solid var(--dp-teal);
  color: var(--dp-ink);
  font-family: var(--dp-serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-style: italic;
  line-height: 1.5;
  margin: 2em 0 0;
  padding-left: 28px;
}

::selection {
  background: var(--dp-mist);
  color: var(--dp-deep);
}

:focus-visible {
  outline: 3px solid var(--dp-teal);
  outline-offset: 4px;
}

.dp-container {
  margin-inline: auto;
  max-width: var(--dp-container);
  padding-inline: 30px;
  width: 100%;
}

.dp-skip-link {
  background: var(--dp-deep);
  color: var(--dp-white);
  font-size: 0.75rem;
  font-weight: 700;
  left: 18px;
  padding: 11px 18px;
  position: fixed;
  top: -100px;
  z-index: 10000;
}

.dp-skip-link:focus {
  top: 18px;
}

.dp-eyebrow {
  align-items: center;
  color: var(--dp-teal-dark);
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.dp-eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.7;
  width: 38px;
}

.dp-eyebrow--light {
  color: #bcdad7;
}

.dp-lead {
  color: var(--dp-ink);
  font-family: var(--dp-serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.48;
}

.dp-reading-copy {
  color: var(--dp-ink-soft);
  max-width: 660px;
}

.dp-button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.dp-button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 750;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  min-height: 58px;
  max-width: 100%;
  padding: 18px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dp-button:hover {
  transform: translateY(-2px);
}

.dp-button--teal {
  background: var(--dp-teal);
  color: var(--dp-white);
}

.dp-button--teal:hover {
  background: var(--dp-teal-dark);
}

.dp-button--burgundy {
  background: var(--dp-burgundy);
  color: var(--dp-white);
}

.dp-button--burgundy:hover {
  background: var(--dp-burgundy-dark);
}

.dp-button--outline {
  border-color: var(--dp-ink);
  color: var(--dp-ink);
}

.dp-button--outline:hover {
  background: var(--dp-ink);
  color: var(--dp-white);
}

.dp-button--cream {
  background: var(--dp-cream);
  color: var(--dp-deep);
}

.dp-button--full {
  width: 100%;
}

.dp-text-link {
  color: var(--dp-ink);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-decoration-color: rgba(24, 52, 55, 0.42);
  text-transform: uppercase;
}

.dp-text-link:hover {
  color: var(--dp-teal-dark);
}

/* Header */
.dp-header {
  background: rgba(251, 250, 246, 0.97);
  border-bottom: 1px solid var(--dp-line);
  height: var(--dp-header-height);
  position: sticky;
  top: 0;
  transition: box-shadow 180ms ease, background-color 180ms ease;
  z-index: 1000;
}

.admin-bar .dp-header {
  top: 32px;
}

.dp-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(24, 52, 55, 0.08);
}

.dp-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 42px;
}

/* A small Polara follows reading progress below the desktop navigation. */
.dp-reading-progress {
  display: none;
}

@media (min-width: 1024px) {
  html {
    scroll-padding-top: calc(var(--dp-header-height) + 32px);
  }

  .dp-reading-progress:not([hidden]) {
    background: inherit;
    display: block;
    height: 18px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .dp-reading-progress__track {
    bottom: 0;
    height: 2px;
    left: 18px;
    position: absolute;
    right: 18px;
    background: var(--dp-mist);
  }

  .dp-reading-progress__fill {
    background: var(--dp-teal);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
  }

  .dp-reading-progress__car {
    bottom: 0;
    color: var(--dp-teal-dark);
    display: block;
    height: 26px;
    left: 0;
    max-width: none;
    position: absolute;
    width: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dp-reading-progress__car {
    display: none;
  }
}

.dp-brand {
  color: var(--dp-ink);
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.dp-brand__name {
  font-family: var(--dp-serif);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.dp-brand__tagline {
  color: var(--dp-teal-dark);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-top: 8px;
  text-transform: uppercase;
}

.dp-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.dp-nav > a {
  color: var(--dp-ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.dp-nav > a:not(.dp-nav__cta)::after {
  background: var(--dp-teal);
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.dp-nav > a:hover::after,
.dp-nav > a.is-active::after {
  transform: scaleX(1);
}

.dp-nav .dp-nav__cta {
  background: var(--dp-deep);
  color: var(--dp-white);
  padding: 14px 18px;
}

.dp-nav .dp-nav__cta:hover,
.dp-nav .dp-nav__cta.is-active {
  background: var(--dp-teal);
}

.dp-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--dp-ink);
  cursor: pointer;
  display: none;
  font-size: 0.62rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.12em;
  padding: 8px 0;
  text-transform: uppercase;
}

.dp-menu-toggle__icon {
  display: grid;
  gap: 6px;
  width: 24px;
}

.dp-menu-toggle__icon span {
  background: currentColor;
  display: block;
  height: 1px;
  transition: transform 180ms ease;
  width: 24px;
}

/* Home hero */
.dp-home-hero {
  background: var(--dp-cream);
  display: grid;
  grid-template-columns: minmax(420px, 44%) minmax(0, 1fr);
  min-height: min(760px, calc(100vh - var(--dp-header-height)));
}

.dp-home-hero__copy {
  align-items: center;
  display: flex;
  padding: clamp(52px, 6.5vw, 105px) clamp(35px, 5.5vw, 90px);
  min-width: 0;
}

.dp-home-hero__copy-inner {
  margin-left: auto;
  max-width: 560px;
}

.dp-home-hero h1 {
  font-size: clamp(3.8rem, 5.6vw, 6.3rem);
  max-width: 640px;
}

.dp-home-hero__lead {
  color: var(--dp-ink-soft);
  font-family: var(--dp-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.5;
  margin-bottom: 35px;
  max-width: 570px;
}

.dp-home-hero__media {
  align-items: center;
  background: var(--dp-mist);
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 670px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 3vw, 48px);
  position: relative;
}

.dp-home-hero__media img {
  box-shadow: 0 24px 55px rgba(18, 59, 61, 0.18);
  height: auto;
  object-fit: contain;
  width: 100%;
}

.dp-home-hero__media figcaption {
  background: rgba(251, 250, 246, 0.9);
  bottom: 24px;
  color: var(--dp-ink-soft);
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  padding: 11px 15px;
  position: absolute;
  right: 24px;
}

.dp-fact-bar {
  background: var(--dp-white);
  border-bottom: 1px solid var(--dp-line);
}

.dp-fact-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dp-fact-bar__grid > div {
  border-left: 1px solid var(--dp-line);
  display: flex;
  flex-direction: column;
  min-height: 112px;
  padding: 26px 28px;
}

.dp-fact-bar__grid > div:last-child {
  border-right: 1px solid var(--dp-line);
}

.dp-fact-bar strong {
  color: var(--dp-ink);
  font-family: var(--dp-serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.dp-fact-bar span {
  color: var(--dp-ink-soft);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  margin-top: 5px;
  text-transform: uppercase;
}

/* Shared sections */
.dp-section {
  padding: clamp(95px, 11vw, 165px) 0;
}

.dp-section--cream {
  background: var(--dp-cream);
}

.dp-section--white {
  background: var(--dp-white);
}

.dp-section--soft-blue {
  background: var(--dp-soft-blue);
}

.dp-section--gallery {
  background: #f7f5ef;
}

.dp-split,
.dp-story-grid {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 1fr 1fr;
}

.dp-split--intro h2,
.dp-story-grid h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.dp-section-heading {
  margin-bottom: 68px;
  max-width: 900px;
}

.dp-section-heading > p:last-child {
  color: var(--dp-ink-soft);
  max-width: 620px;
}

.dp-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.dp-section-heading--center .dp-eyebrow {
  justify-content: center;
}

.dp-section-heading--center > p:last-child {
  margin-inline: auto;
}

.dp-section-heading--between {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.35fr 0.65fr;
  max-width: none;
}

.dp-section-heading--between p:last-child {
  margin-bottom: 8px;
}

/* Home routes */
.dp-route-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.dp-route-card {
  background: var(--dp-paper);
  border: 1px solid var(--dp-line);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.dp-route-card:hover {
  box-shadow: var(--dp-shadow);
  transform: translateY(-5px);
}

.dp-route-card img {
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  width: 100%;
}

.dp-route-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px 30px 35px;
}

.dp-route-card span {
  color: var(--dp-teal-dark);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-route-card h3 {
  margin-top: 18px;
}

.dp-route-card p {
  color: var(--dp-ink-soft);
  font-size: 0.86rem;
}

.dp-route-card strong {
  color: var(--dp-ink);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 14px;
  text-transform: uppercase;
}

/* Feature band */
.dp-feature {
  background: var(--dp-mist);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.dp-feature--reverse {
  background: var(--dp-cream);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.dp-feature__media {
  min-width: 0;
  min-height: 670px;
}

.dp-feature__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dp-feature--reverse .dp-feature__media img {
  object-position: 52% center;
}

.dp-feature__copy {
  align-self: center;
  max-width: 720px;
  min-width: 0;
  padding: clamp(65px, 6vw, 100px);
}

.dp-feature__copy h2 {
  font-size: clamp(2.65rem, 3.7vw, 4.3rem);
}

.dp-feature__copy > p:not(.dp-eyebrow) {
  color: var(--dp-ink-soft);
}

.dp-feature__copy .dp-lead {
  color: var(--dp-ink);
}

.dp-image-triptych {
  display: grid;
  gap: 15px;
  grid-template-columns: 0.8fr 1.25fr 0.8fr;
}

.dp-image-triptych img {
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.dp-image-triptych img:nth-child(2) {
  object-position: center;
}

/* Process */
.dp-process-preview {
  align-items: start;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.82fr 1.18fr;
}

.dp-process-preview header > p:not(.dp-eyebrow) {
  color: var(--dp-ink-soft);
}

.dp-simple-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dp-simple-steps li {
  border-top: 1px solid var(--dp-line);
  display: grid;
  gap: 26px;
  grid-template-columns: 52px 1fr;
  padding: 30px 0;
}

.dp-simple-steps li:last-child {
  border-bottom: 1px solid var(--dp-line);
}

.dp-simple-steps li > span {
  align-items: center;
  border: 1px solid var(--dp-teal);
  border-radius: 50%;
  color: var(--dp-teal-dark);
  display: flex;
  font-family: var(--dp-serif);
  height: 48px;
  justify-content: center;
  width: 48px;
}

.dp-simple-steps h3 {
  font-size: 1.75rem;
  margin-bottom: 7px;
}

.dp-simple-steps p {
  color: var(--dp-ink-soft);
  font-size: 0.88rem;
  margin: 0;
}

/* Conversion panel */
.dp-cta-panel {
  background: var(--dp-mist);
  padding: clamp(85px, 10vw, 140px) 0;
}

.dp-cta-panel__inner {
  align-items: center;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 1.1fr 0.9fr;
}

.dp-cta-panel h2 {
  margin: 0;
}

.dp-cta-panel__inner > div:last-child > p {
  color: var(--dp-ink-soft);
  max-width: 510px;
}

/* Subpage hero */
.dp-page-hero {
  background: var(--dp-paper);
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  min-height: 670px;
}

.dp-page-hero--reverse {
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.dp-page-hero__copy {
  align-items: center;
  background: var(--dp-cream);
  display: flex;
  padding: clamp(70px, 8vw, 125px);
  min-width: 0;
}

.dp-page-hero__copy > div {
  margin-left: auto;
  max-width: 610px;
}

.dp-page-hero__copy h1 {
  font-size: clamp(3.6rem, 5.2vw, 5.8rem);
}

.dp-page-hero__copy .dp-lead {
  color: var(--dp-ink-soft);
  margin-bottom: 34px;
}

.dp-page-hero__media {
  min-height: 670px;
  min-width: 0;
}

.dp-page-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dp-page-hero--car .dp-page-hero__media {
  align-items: center;
  background: var(--dp-mist);
  display: flex;
  justify-content: center;
  padding: clamp(25px, 3.2vw, 55px);
}

.dp-page-hero--car .dp-page-hero__media img {
  box-shadow: 0 24px 55px rgba(18, 59, 61, 0.18);
  height: auto;
  object-fit: contain;
}

/* Story, details and full gallery */
.dp-story-grid {
  align-items: start;
}

.dp-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.dp-detail-grid--three {
  grid-template-columns: repeat(3, 1fr);
}

.dp-detail-grid article {
  border-left: 1px solid var(--dp-line);
  min-height: 330px;
  padding: 30px 28px;
}

.dp-detail-grid article:last-child {
  border-right: 1px solid var(--dp-line);
}

.dp-detail-grid span,
.dp-benefit-grid span {
  color: var(--dp-teal-dark);
  font-family: var(--dp-serif);
  font-size: 1.05rem;
}

.dp-detail-grid h3,
.dp-benefit-grid h3 {
  margin-top: 70px;
}

.dp-detail-grid p,
.dp-benefit-grid p {
  color: var(--dp-ink-soft);
  font-size: 0.86rem;
}

.dp-gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.dp-gallery-grid figure {
  background: var(--dp-white);
  margin: 0;
  overflow: hidden;
}

.dp-gallery-grid img {
  height: 410px;
  object-fit: cover;
  transition: transform 650ms ease;
  width: 100%;
}

.dp-gallery-grid figure:hover img {
  transform: scale(1.02);
}

.dp-gallery-grid__large,
.dp-gallery-grid__wide {
  grid-column: 1 / -1;
}

.dp-gallery-grid__large img {
  height: 690px;
}

.dp-gallery-grid__wide img {
  height: 540px;
}

.dp-gallery-grid figcaption {
  color: var(--dp-ink-soft);
  font-family: var(--dp-serif);
  font-size: 1.05rem;
  padding: 17px 20px;
}

/* Long-form Polara story */
.dp-editorial {
  align-items: start;
  display: grid;
  gap: clamp(45px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr) minmax(180px, 0.4fr);
}

.dp-editorial header h2 {
  font-size: clamp(2.9rem, 4.5vw, 4.9rem);
}

.dp-long-copy {
  color: var(--dp-ink-soft);
  max-width: 700px;
}

.dp-long-copy p:not(.dp-lead) + p {
  margin-top: 1.45em;
}

.dp-editorial__aside {
  border-left: 1px solid var(--dp-teal);
  padding-left: 25px;
}

.dp-editorial__aside span {
  color: var(--dp-teal-dark);
  display: block;
  font-family: var(--dp-serif);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 1;
  margin-bottom: 18px;
}

.dp-editorial__aside p {
  color: var(--dp-ink-soft);
  font-size: 0.75rem;
  line-height: 1.7;
}

.dp-story-photo {
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.dp-story-photo::after {
  background: linear-gradient(90deg, rgba(12, 40, 42, 0.78), rgba(12, 40, 42, 0.08) 68%);
  content: "";
  inset: 0;
  position: absolute;
}

.dp-story-photo > img {
  height: 760px;
  object-fit: cover;
  object-position: 54% center;
  width: 100%;
}

.dp-story-photo__caption {
  left: max(30px, calc((100% - var(--dp-container)) / 2 + 30px));
  max-width: 660px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.dp-story-photo__caption blockquote {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--dp-white);
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: 1.08;
  margin: 0;
}

.dp-emotion-grid {
  align-items: center;
  display: grid;
  gap: clamp(55px, 9vw, 125px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.dp-emotion-grid__copy {
  max-width: 650px;
}

.dp-emotion-grid__copy h2 {
  font-size: clamp(2.9rem, 4.4vw, 4.8rem);
}

.dp-emotion-grid__copy > p:not(.dp-eyebrow):not(.dp-lead) {
  color: var(--dp-ink-soft);
}

.dp-emotion-grid figure {
  margin: 0;
}

.dp-emotion-grid figure img {
  box-shadow: var(--dp-shadow);
  width: 100%;
}

.dp-emotion-grid figcaption,
.dp-detail-duo figcaption,
.dp-gallery-wide figcaption {
  color: var(--dp-ink-soft);
  font-family: var(--dp-serif);
  font-size: 1rem;
  padding-top: 14px;
}

.dp-detail-duo {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dp-detail-duo figure,
.dp-gallery-wide {
  margin: 0;
}

.dp-detail-duo img {
  aspect-ratio: 1.5 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.dp-gallery-wide {
  margin-top: 75px;
}

.dp-gallery-wide img {
  max-height: 780px;
  object-fit: cover;
  width: 100%;
}

.dp-editorial--closing {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
}

/* Wedding page */
.dp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dp-benefit-grid article {
  background: var(--dp-white);
  border: 1px solid var(--dp-line);
  min-height: 390px;
  padding: 36px;
}

.dp-benefit-grid article + article {
  border-left: 0;
}

.dp-photo-quote {
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.dp-photo-quote::after {
  background: linear-gradient(90deg, rgba(15, 39, 42, 0.84), rgba(15, 39, 42, 0.28));
  content: "";
  inset: 0;
  position: absolute;
}

.dp-photo-quote img {
  height: 720px;
  object-fit: cover;
  width: 100%;
}

.dp-photo-quote blockquote {
  background: rgba(18, 59, 61, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--dp-white);
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  left: max(30px, calc((100% - var(--dp-container)) / 2 + 30px));
  margin: 0;
  max-width: 800px;
  padding: clamp(28px, 4vw, 55px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* FAQ */
.dp-faq-layout {
  align-items: start;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.75fr 1.25fr;
}

.dp-faq-list details {
  border-bottom: 1px solid var(--dp-line);
}

.dp-faq-list details:first-child {
  border-top: 1px solid var(--dp-line);
}

.dp-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: var(--dp-serif);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  justify-content: space-between;
  list-style: none;
  padding: 25px 0;
}

.dp-faq-list summary::-webkit-details-marker {
  display: none;
}

.dp-faq-list summary span {
  align-items: center;
  border: 1px solid var(--dp-teal);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--dp-sans);
  font-size: 1rem;
  height: 32px;
  justify-content: center;
  margin-left: 25px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  width: 32px;
}

.dp-faq-list details[open] summary span {
  background: var(--dp-teal);
  color: var(--dp-white);
  transform: rotate(45deg);
}

.dp-faq-list details p {
  color: var(--dp-ink-soft);
  max-width: 680px;
  padding: 0 55px 25px 0;
}

/* Pricing */
.dp-price-intro {
  align-items: start;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.9fr 1.1fr;
}

.dp-price-card {
  background: var(--dp-white);
  border-top: 4px solid var(--dp-teal);
  box-shadow: var(--dp-shadow);
  padding: clamp(35px, 5vw, 65px);
}

.dp-price-card > span {
  color: var(--dp-teal-dark);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dp-price-card ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.dp-price-card li {
  border-top: 1px solid var(--dp-line);
  padding: 15px 0 15px 26px;
  position: relative;
}

.dp-price-card li::before {
  color: var(--dp-teal);
  content: "✓";
  left: 0;
  position: absolute;
}

.dp-price-card li:last-child {
  border-bottom: 1px solid var(--dp-line);
}

.dp-price-card p {
  color: var(--dp-ink-soft);
  font-size: 0.86rem;
  margin: 0;
}

/* Contact */
.dp-contact-hero {
  background: var(--dp-cream);
  padding: clamp(80px, 10vw, 140px) 0;
}

.dp-contact-hero__inner {
  align-items: end;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 1.05fr 0.95fr;
}

.dp-contact-hero h1 {
  font-size: clamp(4rem, 7vw, 7.2rem);
  margin-bottom: 0;
}

.dp-check-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.dp-check-list li {
  border-top: 1px solid var(--dp-line);
  color: var(--dp-ink-soft);
  font-size: 0.84rem;
  padding: 11px 0;
}

.dp-check-list li:last-child {
  border-bottom: 1px solid var(--dp-line);
}

.dp-check-list span {
  color: var(--dp-teal);
  margin-right: 10px;
}

.dp-inquiry {
  background: var(--dp-white);
  padding: clamp(90px, 11vw, 160px) 0;
}

.dp-inquiry__grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 0.85fr 1.15fr;
}

.dp-inquiry__aside {
  background: var(--dp-mist);
}

.dp-inquiry__aside img {
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  width: 100%;
}

.dp-inquiry__aside > div {
  padding: 42px;
}

.dp-inquiry__aside h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.7rem);
}

.dp-inquiry__aside p:last-child {
  color: var(--dp-ink-soft);
  font-size: 0.86rem;
}

.dp-inquiry__form-wrap {
  background: var(--dp-paper);
  border: 1px solid var(--dp-line);
  box-shadow: var(--dp-shadow);
  padding: clamp(28px, 5vw, 62px);
}

.dp-form__row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.dp-field {
  margin-bottom: 20px;
}

.dp-field label {
  display: block;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.dp-field label span,
.dp-consent strong {
  color: var(--dp-burgundy);
}

.dp-field input,
.dp-field textarea,
.dp-field select {
  background: var(--dp-white);
  border: 1px solid rgba(24, 52, 55, 0.24);
  border-radius: 0;
  color: var(--dp-ink);
  min-height: 54px;
  padding: 13px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.dp-field textarea {
  min-height: 135px;
  resize: vertical;
}

.dp-field input:focus,
.dp-field textarea:focus,
.dp-field select:focus {
  border-color: var(--dp-teal);
  box-shadow: 0 0 0 3px rgba(47, 130, 126, 0.14);
  outline: 0;
}

.dp-consent {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 0.7rem;
  gap: 10px;
  line-height: 1.6;
  margin: 4px 0 22px;
}

.dp-consent input {
  accent-color: var(--dp-teal);
  flex: 0 0 auto;
  height: 17px;
  margin-top: 3px;
  width: 17px;
}

.dp-form__required {
  color: #788688;
  font-size: 0.61rem;
  margin: 11px 0 0;
  text-align: right;
}

.dp-form__honeypot {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.dp-form-notice {
  border-left: 4px solid;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 14px 16px;
}

.dp-form-notice strong {
  display: block;
}

.dp-form-notice--success {
  background: #e6f2eb;
  border-color: #2d7c56;
}

.dp-form-notice--error {
  background: #f6e8e7;
  border-color: var(--dp-burgundy);
}

/* Generic WordPress pages */
.dp-content-page {
  min-height: 70vh;
  padding: 90px 0 120px;
}

.dp-content-page__inner {
  max-width: 1020px;
}

.dp-entry__header {
  margin-bottom: 50px;
  max-width: 850px;
}

.dp-entry__content {
  max-width: 800px;
}

.dp-not-found {
  text-align: center;
}

.dp-not-found .dp-eyebrow {
  justify-content: center;
}

/* Footer */
.dp-footer {
  background: var(--dp-deep);
  color: rgba(255, 255, 255, 0.73);
  padding: 105px 0 25px;
}

.dp-footer__top {
  display: grid;
  gap: 100px;
  grid-template-columns: 1.2fr 0.8fr;
}

.dp-footer__statement h2 {
  color: var(--dp-white);
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  max-width: 700px;
}

.dp-footer__nav {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
}

.dp-footer__heading {
  color: #bcdad7;
  font-family: var(--dp-sans);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.dp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dp-footer__links li {
  font-size: 0.78rem;
}

.dp-footer__links li + li {
  margin-top: 10px;
}

.dp-footer__links a {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}

.dp-footer__links a:hover {
  color: var(--dp-white);
}

.dp-footer__bottom {
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  font-size: 0.6rem;
  gap: 30px;
  grid-template-columns: 1fr auto auto;
  letter-spacing: 0.03em;
  margin-top: 80px;
  padding-top: 22px;
}

.dp-brand--footer,
.dp-brand--footer .dp-brand__name {
  color: var(--dp-white);
}

.dp-footer__bottom p {
  margin: 0;
}

.dp-mobile-cta {
  display: none;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .dp-nav {
    gap: 20px;
  }

  .dp-header__inner {
    padding-inline: 28px;
  }

  .dp-home-hero {
    grid-template-columns: 48% 52%;
  }

  .dp-feature__copy,
  .dp-page-hero__copy {
    padding: 75px 50px;
  }

  .dp-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-detail-grid article:nth-child(3) {
    border-top: 1px solid var(--dp-line);
  }

  .dp-detail-grid article:last-child {
    border-right: 0;
    border-top: 1px solid var(--dp-line);
  }
}

@media (max-width: 900px) {
  :root {
    --dp-header-height: 74px;
  }

  .dp-menu-toggle {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .dp-menu-toggle[aria-expanded="true"] .dp-menu-toggle__icon span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .dp-menu-toggle[aria-expanded="true"] .dp-menu-toggle__icon span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .dp-nav {
    align-items: stretch;
    background: var(--dp-paper);
    display: flex;
    flex-direction: column;
    gap: 0;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 100px 30px 40px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

  .dp-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .dp-nav > a,
  .dp-nav .dp-nav__cta {
    background: transparent;
    border-bottom: 1px solid var(--dp-line);
    color: var(--dp-ink);
    font-family: var(--dp-serif);
    font-size: clamp(1.8rem, 6vw, 2.8rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 14px 0;
    text-transform: none;
  }

  .dp-nav > a::after {
    display: none;
  }

  .dp-nav .dp-nav__cta {
    color: var(--dp-teal-dark);
    margin-top: 18px;
  }

  .dp-home-hero,
  .dp-page-hero,
  .dp-page-hero--reverse {
    grid-template-columns: 1fr;
  }

  .dp-home-hero__copy,
  .dp-page-hero__copy {
    min-height: 580px;
    padding: 90px 30px;
  }

  .dp-home-hero__copy-inner,
  .dp-page-hero__copy > div {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
  }

  .dp-home-hero__media,
  .dp-page-hero__media {
    min-height: 560px;
  }

  .dp-fact-bar__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-fact-bar__grid > div:nth-child(3) {
    border-top: 1px solid var(--dp-line);
  }

  .dp-fact-bar__grid > div:last-child {
    border-right: 1px solid var(--dp-line);
    border-top: 1px solid var(--dp-line);
  }

  .dp-split,
  .dp-story-grid,
  .dp-editorial,
  .dp-editorial--closing,
  .dp-emotion-grid,
  .dp-process-preview,
  .dp-faq-layout,
  .dp-price-intro,
  .dp-contact-hero__inner,
  .dp-inquiry__grid,
  .dp-cta-panel__inner,
  .dp-footer__top {
    grid-template-columns: 1fr;
  }

  .dp-editorial__aside {
    border-left: 0;
    border-top: 1px solid var(--dp-teal);
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr;
    max-width: 620px;
    padding: 24px 0 0;
  }

  .dp-editorial__aside p {
    margin: 0;
  }

  .dp-route-grid,
  .dp-benefit-grid {
    grid-template-columns: 1fr;
  }

  .dp-route-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .dp-route-card img {
    height: 100%;
  }

  .dp-benefit-grid article + article {
    border-left: 1px solid var(--dp-line);
    border-top: 0;
  }

  .dp-feature,
  .dp-feature--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .dp-feature__media {
    min-height: 570px;
  }

  .dp-feature__copy {
    margin: 0 auto;
    max-width: 850px;
    padding: 85px 30px;
  }

  .dp-section-heading--between {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .dp-image-triptych img {
    height: 380px;
  }

  .dp-story-photo,
  .dp-story-photo > img {
    height: 650px;
    min-height: 650px;
  }

  .dp-story-photo__caption {
    left: 30px;
    max-width: 600px;
  }

  .dp-detail-grid--three {
    grid-template-columns: 1fr;
  }

  .dp-detail-grid--three article,
  .dp-detail-grid--three article + article {
    border: 1px solid var(--dp-line);
    min-height: 0;
  }

  .dp-footer__nav {
    max-width: 650px;
  }
}

@media (max-width: 782px) {
  .admin-bar .dp-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  body.dp-site {
    font-size: 15px;
    padding-bottom: 64px;
  }

  .dp-container {
    padding-inline: 20px;
  }

  .dp-header__inner {
    padding-inline: 20px;
  }

  .dp-brand__name {
    font-size: 1.2rem;
  }

  .dp-home-hero__copy,
  .dp-page-hero__copy {
    min-height: 520px;
    padding: 75px 20px;
  }

  .dp-home-hero h1,
  .dp-page-hero__copy h1,
  .dp-contact-hero h1 {
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  .dp-home-hero__media,
  .dp-page-hero__media {
    min-height: 430px;
  }

  .dp-home-hero__media figcaption {
    bottom: 12px;
    right: 12px;
  }

  .dp-fact-bar__grid > div {
    min-height: 100px;
    padding: 20px 15px;
  }

  .dp-fact-bar strong {
    font-size: 1.12rem;
  }

  .dp-section {
    padding-block: 82px;
  }

  .dp-split,
  .dp-story-grid,
  .dp-process-preview,
  .dp-faq-layout,
  .dp-price-intro,
  .dp-contact-hero__inner,
  .dp-inquiry__grid,
  .dp-cta-panel__inner {
    gap: 45px;
  }

  .dp-section-heading {
    margin-bottom: 45px;
  }

  .dp-route-card {
    display: flex;
  }

  .dp-route-card img {
    height: auto;
  }

  .dp-route-card > div {
    padding: 28px 24px 30px;
  }

  .dp-feature__media {
    min-height: 430px;
  }

  .dp-feature__copy {
    padding: 72px 20px;
  }

  .dp-feature__copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .dp-page-hero--car .dp-page-hero__media,
  .dp-home-hero__media {
    padding: 20px;
  }

  .dp-image-triptych {
    grid-template-columns: 1fr;
  }

  .dp-image-triptych img {
    height: 390px;
  }

  .dp-detail-grid {
    grid-template-columns: 1fr;
  }

  .dp-detail-grid article,
  .dp-detail-grid article:nth-child(3),
  .dp-detail-grid article:last-child {
    border: 1px solid var(--dp-line);
    min-height: 0;
  }

  .dp-detail-grid h3,
  .dp-benefit-grid h3 {
    margin-top: 38px;
  }

  .dp-gallery-grid {
    grid-template-columns: 1fr;
  }

  .dp-gallery-grid__large,
  .dp-gallery-grid__wide {
    grid-column: auto;
  }

  .dp-gallery-grid img,
  .dp-gallery-grid__large img,
  .dp-gallery-grid__wide img {
    height: 390px;
  }

  .dp-benefit-grid article {
    min-height: 0;
    padding: 30px 25px;
  }

  .dp-photo-quote,
  .dp-photo-quote img {
    height: 600px;
    min-height: 600px;
  }

  .dp-photo-quote blockquote {
    left: 20px;
    max-width: calc(100% - 40px);
  }

  .dp-story-photo,
  .dp-story-photo > img {
    height: 560px;
    min-height: 560px;
  }

  .dp-story-photo__caption {
    left: 20px;
    max-width: calc(100% - 40px);
  }

  .dp-story-photo__caption blockquote {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .dp-detail-duo {
    grid-template-columns: 1fr;
  }

  .dp-gallery-wide {
    margin-top: 50px;
  }

  .dp-contact-hero {
    padding-block: 75px;
  }

  .dp-inquiry__aside > div {
    padding: 32px 25px;
  }

  .dp-inquiry__form-wrap {
    padding: 28px 20px;
  }

  .dp-form__row {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .dp-footer {
    padding-top: 80px;
  }

  .dp-footer__top {
    gap: 60px;
  }

  .dp-footer__nav {
    gap: 35px;
  }

  .dp-footer__bottom {
    align-items: start;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .dp-mobile-cta {
    align-items: center;
    background: var(--dp-burgundy);
    bottom: 0;
    color: var(--dp-white);
    display: flex;
    font-size: 0.68rem;
    font-weight: 700;
    height: 64px;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0.1em;
    padding: 0 20px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 950;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .dp-header,
  .dp-mobile-cta,
  .dp-footer,
  .dp-inquiry__form-wrap {
    display: none !important;
  }

  body.dp-site {
    background: #fff;
    color: #000;
    padding: 0;
  }
}

/* Run 2: refined shared navigation, controls and footer. */
.dp-header { background: var(--dp-paper); }
.dp-header.is-scrolled { background: #fff; }
.dp-header__inner { max-width: 1440px; }
.dp-nav > a { font-size: .75rem; letter-spacing: .025em; text-transform: none; }
.dp-nav > a:not(.dp-nav__cta) { padding-block: 12px; }
.dp-nav > a:not(.dp-nav__cta)::after { bottom: 5px; }
.dp-button { font-size: .82rem; font-weight: 600; letter-spacing: .015em; text-transform: none; min-height: 52px; }
.dp-button--deep { background: var(--dp-deep); color: var(--dp-white); }
.dp-button--deep:hover { background: var(--dp-teal-dark); }
.dp-text-link { font-size: .78rem; font-weight: 600; letter-spacing: .02em; text-transform: none; }
.dp-footer { padding-top: 65px; color: #d9e6e2; }
.dp-footer__top { gap: 60px; grid-template-columns: 1fr 1fr; }
.dp-footer__statement h2 { font-size: clamp(1.9rem,3vw,2.7rem); line-height: 1.2; }
.dp-footer__statement > p:last-child { font-size: .88rem; line-height: 1.75; }
.dp-footer__links li { font-size: .82rem; }
.dp-footer__links a { display: inline-block; padding-block: 5px; }
.dp-footer__links li + li { margin-top: 4px; }
.dp-footer__response { margin-top: 18px; color: #bcdad7; font-size: .7rem; }
.dp-footer__bottom { margin-top: 48px; font-size: .7rem; }
.dp-brand--footer .dp-brand__tagline { color: #bcdad7; }
.dp-footer :focus-visible { outline-color: #fbfaf6; }
.dp-mobile-cta[hidden] { display: none; }
/* Content is visible even if JavaScript is unavailable. */
[data-reveal] { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .dp-nav { top: var(--dp-header-height); padding: 28px; overflow-y: auto; justify-content: flex-start; }
  .admin-bar .dp-nav { top: calc(var(--dp-header-height) + 32px); }
  .dp-nav > a, .dp-nav .dp-nav__cta { font-size: clamp(1.65rem,5vw,2.5rem); padding: 16px 0; letter-spacing: -.02em; }
  .dp-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .dp-menu-toggle { min-height: 44px; min-width: 74px; }
}
@media (max-width: 782px) { .admin-bar .dp-nav { top: calc(var(--dp-header-height) + 46px); } }
@media (max-width: 680px) {
  body.dp-site { font-size: 16px; padding-bottom: 0; }
  .dp-footer { padding-top: 50px; }
  .dp-footer__nav { gap: 22px; }
  .dp-footer__bottom { gap: 20px; margin-top: 32px; }
  /* The plugin arrow would overlap the compact enquiry action. */
  #to_top_scrollup { display: none !important; }
  .dp-mobile-cta { height: auto; min-height: 56px; padding-block: 16px; padding-bottom: max(16px,env(safe-area-inset-bottom)); font-size: .78rem; letter-spacing: .02em; text-transform: none; }
}
@media (prefers-reduced-motion: reduce) { .dp-button:hover { transform: none; } }

@media (min-width: 901px) { .dp-footer__bottom { padding-right: 90px; } }

/* Lightweight, keyboard-accessible return to top; replaces the public plugin. */
.dp-back-top { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: grid; place-items: center; width: 46px; height: 46px; background: var(--dp-deep); color: var(--dp-paper); border: 1px solid var(--dp-paper); text-decoration: none; font: 400 1.5rem/1 var(--dp-sans); box-shadow: 0 3px 12px #123b3d26; }
.dp-back-top[hidden] { display: none; }
.dp-button:focus-visible, .dp-nav__cta:focus-visible, .dp-back-top:focus-visible, .wp-block-button__link:focus-visible { outline: 3px solid var(--dp-deep); outline-offset: 4px; box-shadow: 0 0 0 4px var(--dp-paper); }
@media (max-width: 680px) { .dp-back-top { display: none; } a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { scroll-margin-block: 110px 90px; } }

/* On small screens WordPress's toolbar scrolls away; the sticky header must follow. */
@media (max-width: 600px) {
  .admin-bar .dp-header { top: 0; }
  .admin-bar .dp-nav { top: var(--dp-mobile-nav-top, calc(var(--dp-header-height) + 46px)); }
}
