html.offcanvas-open,
html.offcanvas-open body {
  overflow: hidden;
}

html.pdc-modal-open,
html.pdc-modal-open body {
  overflow-x: clip;
  overflow-y: visible;
}

@supports not (overflow-x: clip) {
  html.pdc-modal-open,
  html.pdc-modal-open body {
    overflow-x: hidden;
  }
}

:root {
  --pbt-header-height: 96px;
  --pbt-sticky-gap: 24px;
  --pbt-summary-sticky-top: calc(var(--pbt-header-height, 96px) + var(--pbt-sticky-gap, 24px));
}

html.design-pod-html {
  scroll-behavior: auto;
}

html.design-pod-html:not(.pdc-modal-open):not(.offcanvas-open),
body.design-pod-body:not(.pdc-modal-open):not(.offcanvas-open) {
  overflow-x: clip;
  overflow-y: visible;
}

@supports not (overflow-x: clip) {
  html.design-pod-html:not(.pdc-modal-open):not(.offcanvas-open),
  body.design-pod-body:not(.pdc-modal-open):not(.offcanvas-open) {
    overflow-x: visible;
  }
}

.design-pod-body {
  --pbt-qanelas-sans: "Qanelas-Regular", "Qanelas", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pbt-qanelas-thin: "QanelasDEMO-Thin", "Qanelas-UltraLight", var(--pbt-qanelas-sans);
  --pbt-qanelas-medium: "Qanelas-Medium", var(--pbt-qanelas-sans);
  --tp-ff-body: var(--pbt-qanelas-sans);
  --tp-ff-heading: var(--pbt-qanelas-thin);
  --tp-ff-p: var(--pbt-qanelas-sans);
  --tp-ff-syne: var(--pbt-qanelas-sans);
  --tp-ff-marcellus: var(--pbt-qanelas-thin);
  --tp-ff-gallery: var(--pbt-qanelas-thin);
  --tp-ff-shoulders: var(--pbt-qanelas-medium);
  --tp-ff-aladin: var(--pbt-qanelas-sans);
  background: #eee7da;
  color: #241d16;
  font-family: var(--pbt-qanelas-sans);
}

.design-pod-body :where(a, abbr, address, b, button, caption, cite, code, dd, del, div, dl, dt, em, figcaption, form, h1, h2, h3, h4, h5, h6, input, label, legend, li, mark, option, output, p, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead) {
  font-family: var(--pbt-qanelas-sans);
}

.design-pod-body button,
.design-pod-body input,
.design-pod-body select,
.design-pod-body textarea {
  font-family: var(--pbt-qanelas-sans);
}

.design-pod-body :where(input, textarea, select, button)::placeholder {
  font-family: var(--pbt-qanelas-sans);
}

.design-pod-body #header-sticky {
  background: rgba(238, 231, 218, 0.94);
  box-shadow: 0 1px 0 rgba(36, 29, 22, 0.1);
}

.design-pod-body #header-sticky.tp-header-hidden {
  transform: translate3d(0, -110%, 0) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.design-pod-body #header-sticky.tp-header-hidden a,
.design-pod-body #header-sticky.tp-header-hidden button,
.design-pod-body #header-sticky.tp-header-hidden .custom-btn,
.design-pod-body #header-sticky.tp-header-hidden .tp-offcanvas-open-btn {
  pointer-events: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}

.design-pod-body .tp-header-2-menu-bar button span {
  background-color: #241d16;
}

.design-pod-page {
  --pdc-bg: #eee7da;
  --pdc-paper: #fbf7ef;
  --pdc-soft: #f6efe4;
  --pdc-ink: #241d16;
  --pdc-muted: #74685b;
  --pdc-faint: #a99d8f;
  --pdc-line: rgba(36, 29, 22, 0.14);
  --pdc-line-strong: rgba(36, 29, 22, 0.24);
  --pdc-accent: #9c7b54;
  --pdc-accent-dark: #6f573d;
  --pdc-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --pdc-radius: 6px;
  --pdc-sans: "Qanelas-Regular", "Qanelas", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pdc-thin: "QanelasDEMO-Thin", "Qanelas-UltraLight", var(--pdc-sans);
  width: 100%;
  padding-top: var(--pbt-header-height);
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.5), rgba(238, 231, 218, 0) 340px),
    var(--pdc-bg);
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
}

@keyframes pdc-selected-settle {
  0% {
    transform: translateY(0);
  }
  48% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-1px);
  }
}

@keyframes pdc-electric-row-activate {
  0% {
    background-color: rgba(156, 123, 84, 0.02);
  }
  100% {
    background-color: rgba(156, 123, 84, 0.055);
  }
}

@keyframes pdc-electric-stepper-settle {
  0% {
    box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.08);
  }
  42% {
    box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.28), 0 8px 18px rgba(36, 29, 22, 0.055);
  }
  100% {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  }
}

@keyframes pdc-electric-count-settle {
  0% {
    opacity: 0.68;
    transform: translateY(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pdc-summary-value-fade {
  0% {
    opacity: 0.58;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pdc-summary-price-fade {
  0% {
    opacity: 0.72;
    transform: translateY(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdc-container {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

.pdc-intro {
  border-bottom: 1px solid var(--pdc-line);
  padding-bottom: clamp(38px, 5vw, 70px);
}

.pdc-kicker,
.pdc-micro {
  display: inline-block;
  color: var(--pdc-accent-dark);
  font-family: var(--pdc-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-title {
  margin: 0;
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(38px, 3.6vw, 60px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

@media (min-width: 768px) {
  .pdc-title {
    white-space: nowrap;
  }
}

.pdc-copy,
.pdc-note {
  max-width: 620px;
  color: var(--pdc-muted);
  font-family: var(--pdc-sans);
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.75;
}

.pdc-copy {
  margin: 24px 0 0;
}

.pdc-note {
  margin: 18px 0 0;
  color: #817568;
  font-size: 13px;
  line-height: 1.65;
}

.pdc-guided-note {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  margin-top: 34px;
  padding: 18px 22px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 14px;
  background: rgba(250, 243, 227, 0.42);
  transform: translateY(0);
  transition:
    background-color 420ms var(--pdc-ease),
    border-color 420ms var(--pdc-ease);
}

.pdc-guided-note::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 1px;
  background: rgba(120, 100, 86, 0.38);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
}

.pdc-guided-note.is-intro {
  animation:
    pdcGuidedNoteIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 560ms both,
    pdcGuidedNoteBreath 1180ms cubic-bezier(0.22, 1, 0.36, 1) 1420ms both;
}

.pdc-guided-note.is-intro::after {
  animation: pdcGuidedHairline 980ms cubic-bezier(0.22, 1, 0.36, 1) 1050ms both;
}

.pdc-guided-note.is-attention {
  animation: pdcGuidedAttention 920ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdc-guided-note.is-attention::after {
  animation: pdcGuidedAttentionHairline 920ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdc-guided-note span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: rgba(120, 100, 86, 0.82);
  font-family: var(--pdc-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-guided-note span::before {
  width: 18px;
  height: 1px;
  background: rgba(120, 100, 86, 0.4);
  content: "";
}

.pdc-guided-note p {
  margin: 0;
  color: rgba(66, 51, 42, 0.72);
  font-family: var(--pdc-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@keyframes pdcGuidedNoteIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
    border-color: rgba(120, 100, 86, 0.08);
    background: rgba(250, 243, 227, 0.22);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(120, 100, 86, 0.18);
    background: rgba(250, 243, 227, 0.42);
  }
}

@keyframes pdcGuidedNoteBreath {
  0%,
  100% {
    border-color: rgba(120, 100, 86, 0.18);
    background: rgba(250, 243, 227, 0.42);
  }

  42% {
    border-color: rgba(120, 100, 86, 0.28);
    background: rgba(250, 243, 227, 0.58);
  }
}

@keyframes pdcGuidedHairline {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  28% {
    opacity: 0.74;
  }

  78% {
    opacity: 0.58;
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes pdcGuidedAttention {
  0%,
  100% {
    transform: translateY(0);
    border-color: rgba(120, 100, 86, 0.18);
    background: rgba(250, 243, 227, 0.42);
  }

  38% {
    transform: translateY(-1px);
    border-color: rgba(120, 100, 86, 0.3);
    background: rgba(250, 243, 227, 0.62);
  }
}

@keyframes pdcGuidedAttentionHairline {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  35%,
  72% {
    opacity: 0.66;
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdc-guided-note.is-intro {
    animation: pdcGuidedNoteReducedIn 260ms ease-out both;
  }

  .pdc-guided-note.is-attention {
    animation: none;
    border-color: rgba(120, 100, 86, 0.24);
    background: rgba(250, 243, 227, 0.5);
  }

  .pdc-guided-note.is-intro::after,
  .pdc-guided-note.is-attention::after {
    animation: none;
    opacity: 0;
    transform: scaleX(0);
  }
}

@keyframes pdcGuidedNoteReducedIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pdc-configurator {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
    align-items: start;
    background: transparent;
    overflow: visible;
    contain: none;
    transform: none;
}

.pdc-left {
  min-width: 0;
  padding: 72px 64px 140px 48px;
}

.pdc-options {
  min-width: 0;
  padding-top: 44px;
}

.pdc-tablet-bar {
  display: none;
}

.pdc-summary-area {
  align-self: stretch;
  position: relative;
  min-width: 0;
  overflow: visible;
  contain: none;
  transform: none;
  border-left: 1px solid rgba(36, 29, 22, 0.08);
  background: linear-gradient(90deg, rgba(251, 247, 239, 0), rgba(251, 247, 239, 0.28));
  padding: 40px 48px 120px;
}

.pdc-summary-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: var(--pbt-summary-sticky-top);
  display: flex;
  width: 100%;
  height: auto;
  align-self: flex-start;
  max-height: calc(100vh - var(--pbt-summary-sticky-top) - var(--pbt-sticky-gap, 24px));
  max-height: calc(100svh - var(--pbt-summary-sticky-top) - var(--pbt-sticky-gap, 24px));
  min-height: 0;
  overflow: visible;
  contain: none;
  transform: none;
}

.pdc-progress {
  margin-bottom: 34px;
  color: var(--pdc-accent-dark);
}

.pdc-section {
  padding: clamp(32px, 4.5vw, 64px) 0;
  border-top: 1px solid var(--pdc-line);
}

.pdc-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.pdc-section__head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.pdc-section__num {
  color: var(--pdc-accent-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding-top: 9px;
}

.pdc-section__title {
  display: block;
  margin: 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
}

.pdc-section__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
}

.pdc-section__chevron {
  display: none;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-right: 1px solid var(--pdc-accent-dark);
  border-bottom: 1px solid var(--pdc-accent-dark);
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.pdc-section__lead {
  max-width: 560px;
  margin: 9px 0 0;
  color: var(--pdc-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pdc-section.is-package-locked .pdc-section__body {
  opacity: 0.82;
  transition: opacity 260ms var(--pdc-ease);
}

.pdc-section.package-guidance-active {
  border-radius: 8px;
  background: rgba(250, 243, 227, 0.22);
}

.pdc-section.package-guidance-active .pdc-package-card {
  animation: packageGuidancePulse 1600ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes packageGuidancePulse {
  0% {
    border-color: rgba(36, 29, 22, 0.105);
    box-shadow: 0 0 0 rgba(120, 100, 86, 0);
    transform: translateY(0);
  }

  45% {
    border-color: rgba(120, 100, 86, 0.45);
    box-shadow: 0 14px 34px rgba(120, 100, 86, 0.12);
    transform: translateY(-2px);
  }

  100% {
    border-color: rgba(36, 29, 22, 0.105);
    box-shadow: 0 0 0 rgba(120, 100, 86, 0);
    transform: translateY(0);
  }
}

.pdc-section--06 .pdc-section__title {
  font-family: var(--pdc-sans);
  font-weight: 400;
}

.pdc-section--06 .pdc-section__lead {
  font-family: var(--pdc-sans);
  font-weight: 400;
}

.pdc-section--07 .pdc-section__head {
  margin-bottom: 28px;
}

.pdc-section--07 .pdc-section__lead {
  max-width: 620px;
  margin-top: 8px;
  color: rgba(74, 61, 51, 0.7);
  font-size: 17px;
  line-height: 1.6;
}

.pdc-section--12 .pdc-section__head {
  display: block;
  border-bottom: 0;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.pdc-section-12-intro__toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.pdc-section-12-intro__content {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.pdc-section-12-intro__eyebrow {
  color: rgba(66, 51, 42, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.19em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-section-12-intro__title {
  max-width: 780px;
  font-size: clamp(31px, 3.05vw, 42px);
  line-height: 1.08;
}

.pdc-section-12-intro__lead {
  max-width: 680px;
  margin-top: 17px;
  color: rgba(66, 51, 42, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

@media (min-width: 1024px) {
  .pdc-section.pdc-section--07 {
    padding-top: clamp(58px, 6vw, 88px);
  }
}

.pdc-grid {
  display: grid;
  gap: 12px;
}

.pdc-grid--uses {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.pdc-grid--sizes,
.pdc-grid--trio,
.pdc-grid--swatches {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.pdc-grid--swatches {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdc-grid--styles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pdc-size-studio {
  padding: 0;
}

.pdc-size-studio__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 1.3em;
}

.pdc-size-studio__label {
  color: var(--pdc-faint);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-size-value {
  color: var(--pdc-muted);
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.pdc-size-value b {
  color: #9e7c52;
  font-family: var(--pdc-thin);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 0.15em;
}

.pdc-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdc-size-choice {
  border: 1px solid var(--pdc-line);
  border-radius: 2px;
  background: transparent;
  color: var(--pdc-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.6em 1.1em;
  text-align: center;
  transition:
    background-color 0.35s var(--pdc-ease),
    border-color 0.35s var(--pdc-ease),
    color 0.35s var(--pdc-ease),
    transform 0.35s var(--pdc-ease),
    box-shadow 0.35s var(--pdc-ease);
  white-space: nowrap;
}

.pdc-size-choice:hover {
  border-color: var(--pdc-ink);
}

.pdc-size-choice.is-selected {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
  color: var(--pdc-bg);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-size-choice[data-value="bespoke"].is-selected {
  border-color: rgba(156, 123, 84, 0.54);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.86), rgba(241, 231, 214, 0.72));
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.72), 0 8px 18px rgba(70, 53, 38, 0.055);
  color: #6f573d;
}

.pdc-size-choice__label {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}

.pdc-size-choice__sub {
  color: currentColor;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.68;
  white-space: nowrap;
}

.pdc-size-slider {
  margin-top: 26px;
  touch-action: pan-y;
  user-select: none;
}

.pdc-size-studio.is-bespoke .pdc-size-slider {
  display: none;
}

.pdc-size-slider__input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  margin: -17px 0 -6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.pdc-size-slider__input::-webkit-slider-runnable-track {
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #dccdb8;
}

.pdc-size-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  margin-top: -21px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #2b2620 0 7px, #f4efe6 7.5px 11px, transparent 11.5px);
  cursor: grab;
  filter: drop-shadow(0 1px 4px rgba(43, 38, 32, 0.24));
  transition: background 0.3s var(--pdc-ease), transform 0.2s var(--pdc-ease);
}

.pdc-size-slider__input:hover::-webkit-slider-thumb,
.pdc-size-slider__input.is-dragging::-webkit-slider-thumb {
  background:
    radial-gradient(circle at center, #9e7c52 0 7px, #f4efe6 7.5px 11px, transparent 11.5px);
  transform: scale(1.08);
}

.pdc-size-slider__input::-moz-range-track {
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #dccdb8;
}

.pdc-size-slider__input::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #2b2620 0 7px, #f4efe6 7.5px 11px, transparent 11.5px);
  cursor: grab;
  filter: drop-shadow(0 1px 4px rgba(43, 38, 32, 0.24));
  transition: background 0.3s var(--pdc-ease), transform 0.2s var(--pdc-ease);
}

.pdc-size-slider__input:hover::-moz-range-thumb,
.pdc-size-slider__input.is-dragging::-moz-range-thumb {
  background:
    radial-gradient(circle at center, #9e7c52 0 7px, #f4efe6 7.5px 11px, transparent 11.5px);
  transform: scale(1.08);
}

.pdc-size-slider__input:focus-visible::-webkit-slider-thumb {
  outline: 2px solid rgba(156, 123, 84, 0.7);
  outline-offset: 3px;
}

.pdc-size-slider__input:focus-visible::-moz-range-thumb {
  outline: 2px solid rgba(156, 123, 84, 0.7);
  outline-offset: 3px;
}

.pdc-size-slider__input:active,
.pdc-size-slider__input.is-dragging {
  cursor: grabbing;
}

html.pdc-size-slider-is-dragging,
html.pdc-size-slider-is-dragging * {
  user-select: none;
}

.pdc-size-scale {
  display: flex;
  justify-content: space-between;
  color: var(--pdc-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.pdc-recommendation-panel {
  display: grid;
  gap: 13px;
  margin-top: 28px;
  border: 1px solid rgba(111, 87, 61, 0.22);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
  padding: 18px 20px 20px;
}

.pdc-recommendation-panel__label,
.pdc-recommendation-note__label,
.pdc-smart-summary__label,
.pdc-smart-summary__status,
.pdc-recommendation-chip,
.pdc-dropdown-recommendation {
  color: var(--pdc-accent-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-recommendation-panel__intro {
  margin: 0;
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.pdc-recommendation-panel__list,
.pdc-smart-summary__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdc-recommendation-panel__list li,
.pdc-smart-summary__list li {
  position: relative;
  color: #4f4236;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 18px;
}

.pdc-recommendation-panel__list li::before,
.pdc-smart-summary__list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 1px;
  background: rgba(111, 87, 61, 0.64);
  content: "";
}

.pdc-recommendation-panel__note {
  margin: 0;
  color: rgba(92, 79, 68, 0.82);
  font-size: 11.5px;
  line-height: 1.55;
}

.pdc-recommendation-panel__button {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(111, 87, 61, 0.32);
  border-radius: 2px;
  background: rgba(36, 29, 22, 0.92);
  color: #fffaf2;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 0 16px;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pdc-recommendation-panel__button:hover,
.pdc-recommendation-panel__button:focus-visible {
  border-color: rgba(111, 87, 61, 0.48);
  background: var(--pdc-accent-dark);
  outline: 0;
  transform: translateY(-1px);
}

.pdc-recommendation-note {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  border: 1px solid rgba(111, 87, 61, 0.18);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.58);
  padding: 13px 15px;
}

.pdc-recommendation-note p {
  margin: 0;
  color: rgba(72, 60, 50, 0.84);
  font-size: 12.5px;
  line-height: 1.55;
}

.pdc-recommendation-chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 0;
  align-items: center;
  border: 1px solid rgba(120, 100, 86, 0.22);
  border-radius: 999px;
  background: rgba(250, 243, 227, 0.82);
  color: rgba(66, 51, 42, 0.72);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 5px 9px;
  white-space: nowrap;
}

.pdc-recommendation-inline {
  display: none;
}

.pdc-card-recommendation {
  display: none;
}

.pdc-option,
.pdc-style,
.pdc-swatch {
  position: relative;
  display: flex;
  width: 100%;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.72);
  color: var(--pdc-ink);
  cursor: pointer;
  text-align: left;
}

.pdc-option,
.pdc-style,
.pdc-swatch,
.pdc-package-card,
.pdc-finish-card,
.pdc-segment__button,
.pdc-stepper__button,
.pdc-toggle,
.pdc-link-button,
.pdc-button,
.pdc-recommendation-panel__button {
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pdc-option:hover,
.pdc-style:hover,
.pdc-swatch:hover,
.pdc-package-card:hover {
  border-color: var(--pdc-line-strong);
  background: rgba(251, 247, 239, 0.95);
}

.pdc-option.is-selected,
.pdc-style.is-selected,
.pdc-swatch.is-selected,
.pdc-package-card.is-selected {
  border-color: rgba(156, 123, 84, 0.9);
  background: #f7efe2;
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.28);
  transform: translateY(-1px);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-option.is-selected:hover,
.pdc-style.is-selected:hover,
.pdc-swatch.is-selected:hover,
.pdc-package-card.is-selected:hover {
  border-color: rgba(156, 123, 84, 1);
  background: #f7efe2;
}

.pdc-option.is-selected .pdc-option__label,
.pdc-style.is-selected .pdc-style__name,
.pdc-swatch.is-selected .pdc-swatch__label,
.pdc-package-card.is-selected .pdc-package-card__name {
  color: #241d16;
  font-weight: 700;
}

.pdc-option.is-selected .pdc-option__sub,
.pdc-style.is-selected .pdc-style__desc,
.pdc-swatch.is-selected .pdc-swatch__price,
.pdc-package-card.is-selected .pdc-package-card__desc {
  color: #6f5c48;
}

.pdc-option:focus-visible,
.pdc-style:focus-visible,
.pdc-swatch:focus-visible,
.pdc-package-card:focus-visible,
.pdc-finish-card:focus-visible,
.pdc-skylight-card:focus-visible,
.pdc-section__toggle:focus-visible,
.pdc-tablet-bar__summary:focus-visible,
.pdc-segment__button:focus-visible,
.pdc-stepper__button:focus-visible,
.pdc-toggle:focus-visible,
.pdc-link-button:focus-visible,
.pdc-button:focus-visible,
.pdc-field input:focus,
.pdc-field select:focus,
.pdc-field textarea:focus,
.pdc-modal__close:focus-visible,
.pdc-sheet__close:focus-visible,
.pdc-mobile-bar__summary:focus-visible,
.pdc-recommendation-panel__button:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
}

.pdc-option {
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 16px 18px;
}

.pdc-grid--uses .pdc-option {
  width: auto;
  min-width: 128px;
  min-height: 43px;
  align-items: center;
  flex: 0 1 auto;
  padding: 9px 18px;
  border-radius: 2px;
}

.pdc-grid--uses .pdc-option__label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.1;
}

.pdc-grid--uses .pdc-option.is-selected {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
  box-shadow: none;
  color: var(--pdc-bg);
}

.pdc-grid--uses .pdc-option.is-selected:hover {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
}

.pdc-grid--uses .pdc-option.is-selected .pdc-option__label {
  color: var(--pdc-bg);
  font-weight: 400;
}

.pdc-option__label,
.pdc-style__name,
.pdc-swatch__label,
.pdc-qty__label,
.pdc-addon__name {
  color: var(--pdc-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.pdc-option__sub,
.pdc-style__desc,
.pdc-qty__sub,
.pdc-addon__desc,
.pdc-swatch__price {
  color: var(--pdc-muted);
  font-size: 12px;
  line-height: 1.35;
}

.pdc-style {
  min-height: 124px;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  padding: 17px 16px 15px;
}

.pdc-style svg {
  width: 54px;
  height: 34px;
  margin-bottom: 5px;
  color: var(--pdc-muted);
}

.pdc-style.is-selected svg {
  color: var(--pdc-accent-dark);
}

.pdc-style__name {
  font-size: 14px;
}

.pdc-style__desc {
  font-size: 11px;
  line-height: 1.32;
}

.pdc-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.pdc-package-starting-note {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(66, 51, 42, 0.64);
  font-size: 13.5px;
  line-height: 1.55;
}

.pdc-package-helper-line {
  margin: 0 0 14px;
  color: rgba(66, 51, 42, 0.68);
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-package-helper-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pdc-recommendation-applied {
  margin-top: 20px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 14px;
  background: rgba(250, 243, 227, 0.42);
  padding: 18px 20px 20px;
}

.pdc-recommendation-applied__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: rgba(120, 100, 86, 0.86);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-recommendation-applied__copy {
  max-width: 880px;
  margin: 0;
  color: rgba(66, 51, 42, 0.72);
  font-size: 13.5px;
  line-height: 1.62;
}

.pdc-recommendation-applied__copy + .pdc-recommendation-applied__copy {
  margin-top: 8px;
}

.pdc-recommendation-applied__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(120, 100, 86, 0.13);
}

.pdc-recommendation-applied__item {
  display: grid;
  grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
  color: rgba(66, 51, 42, 0.72);
  font-size: 12.5px;
  line-height: 1.35;
}

.pdc-recommendation-applied__item b {
  color: rgba(120, 100, 86, 0.82);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdc-recommendation-applied__item em {
  min-width: 0;
  color: rgba(36, 26, 20, 0.82);
  font-style: normal;
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .pdc-section.package-guidance-active .pdc-package-card {
    animation: none !important;
    border-color: rgba(120, 100, 86, 0.45);
    box-shadow: 0 10px 24px rgba(120, 100, 86, 0.08);
    transform: none !important;
  }

  .pdc-package-helper-line {
    transform: none !important;
    transition: none !important;
  }
}

.pdc-package-card {
  position: relative;
  display: flex;
  min-height: 218px;
  width: 100%;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 29, 22, 0.105);
  border-radius: 12px;
  background: rgba(249, 244, 235, 0.58);
  color: var(--pdc-ink);
  cursor: pointer;
  padding: 28px 26px 25px;
  text-align: left;
  transition: border-color 180ms var(--pdc-ease), background-color 180ms var(--pdc-ease), box-shadow 180ms var(--pdc-ease), transform 180ms var(--pdc-ease);
}

.pdc-package-card::before {
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(111, 87, 61, 0.075);
  border-radius: 9px;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms var(--pdc-ease), border-color 180ms var(--pdc-ease);
}

.pdc-package-card:hover {
  border-color: rgba(111, 87, 61, 0.28);
  background: rgba(251, 247, 239, 0.84);
  box-shadow: 0 14px 30px rgba(36, 29, 22, 0.055);
  transform: translateY(-2px);
}

.pdc-package-card:hover::before {
  opacity: 0.72;
}

.pdc-package-card.is-selected {
  border-color: rgba(111, 87, 61, 0.48);
  background: rgba(246, 239, 228, 0.9);
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.16), 0 16px 34px rgba(36, 29, 22, 0.07);
  transform: translateY(-1px);
}

.pdc-package-card.is-selected::before {
  border-color: rgba(111, 87, 61, 0.16);
  opacity: 1;
}

.pdc-package-card.is-selected:hover {
  border-color: rgba(111, 87, 61, 0.56);
  background: rgba(246, 239, 228, 0.94);
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.18), 0 18px 36px rgba(36, 29, 22, 0.075);
}

.pdc-package-card__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 11px;
}

.pdc-package-card__name {
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.pdc-package-card__desc {
  max-width: 14rem;
  color: #766858;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.pdc-package-card__support {
  max-width: 16rem;
  color: rgba(66, 51, 42, 0.62);
  font-size: 12.5px;
  line-height: 1.5;
}

.pdc-package-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(111, 87, 61, 0.22);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.64);
  color: #6f573d;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  opacity: 0;
  padding: 6px 9px 5px;
  pointer-events: none;
  transform: translate3d(8px, -2px, 0);
  transition: opacity 260ms var(--pdc-ease, cubic-bezier(0.22, 0.61, 0.36, 1)), transform 260ms var(--pdc-ease, cubic-bezier(0.22, 0.61, 0.36, 1));
  text-transform: uppercase;
}

.pdc-package-card.is-selected .pdc-package-card__badge {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: pdc-package-badge-in 340ms var(--pdc-ease, cubic-bezier(0.22, 0.61, 0.36, 1)) both;
}

.pdc-package-card__badge--retiring {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  animation: pdc-package-badge-out 320ms var(--pdc-ease, cubic-bezier(0.22, 0.61, 0.36, 1)) both;
}

@keyframes pdc-package-badge-in {
  from {
    opacity: 0;
    transform: translate3d(8px, -2px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pdc-package-badge-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(8px, -2px, 0);
  }
}

.pdc-package-card.is-selected .pdc-package-card__name {
  color: #241d16;
  font-weight: 500;
}

.pdc-package-card.is-selected .pdc-package-card__desc {
  color: #665440;
}

@media (max-width: 767px) {
  .pdc-package-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-package-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .pdc-package-card__name {
    font-size: 20px;
  }

  .pdc-package-card__desc,
  .pdc-package-card__support {
    max-width: 100%;
  }
}

.pdc-swatch.is-selected .pdc-swatch__sample {
  filter: saturate(0.96) contrast(1.02) brightness(1.01);
}

.pdc-swatch {
  flex-direction: column;
  gap: 16px;
  min-height: 344px;
  overflow: hidden;
  border-color: rgba(76, 55, 39, 0.13);
  border-radius: 14px;
  background: rgba(249, 244, 235, 0.54);
  box-shadow: none;
  padding: 13px;
  transition: border-color 190ms var(--pdc-ease), background-color 190ms var(--pdc-ease), box-shadow 190ms var(--pdc-ease), transform 190ms var(--pdc-ease);
}

.pdc-swatch:hover {
  border-color: rgba(76, 55, 39, 0.26);
  background: rgba(251, 247, 239, 0.76);
  box-shadow: 0 12px 26px rgba(36, 29, 22, 0.045);
  transform: translateY(-1px);
}

.pdc-swatch.is-selected {
  border-color: rgba(95, 73, 52, 0.58);
  background: rgba(246, 239, 228, 0.88);
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.13), 0 12px 28px rgba(36, 29, 22, 0.045);
  transform: translateY(-1px);
  animation: none;
}

.pdc-swatch.is-selected:hover {
  border-color: rgba(95, 73, 52, 0.68);
  background: rgba(246, 239, 228, 0.92);
}

.pdc-swatch__sample-frame {
  display: block;
  padding: 9px;
  border: 1px solid rgba(76, 55, 39, 0.11);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.5), rgba(229, 218, 202, 0.22)),
    rgba(238, 231, 218, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition: border-color 190ms var(--pdc-ease), background-color 190ms var(--pdc-ease), box-shadow 190ms var(--pdc-ease);
}

.pdc-swatch:hover .pdc-swatch__sample-frame,
.pdc-swatch.is-selected .pdc-swatch__sample-frame {
  border-color: rgba(95, 73, 52, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.pdc-swatch__sample {
  display: block;
  height: clamp(208px, 18vw, 252px);
  border: 1px solid rgba(36, 29, 22, 0.105);
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.12), inset 0 14px 24px rgba(36, 29, 22, 0.05);
  transition: filter 190ms var(--pdc-ease);
}

.pdc-swatch:hover .pdc-swatch__sample {
  filter: saturate(0.98) contrast(1.01) brightness(1.015);
}

.pdc-swatch__meta {
  display: flex;
  min-height: 88px;
  flex-direction: column;
  gap: 7px;
  padding: 0 4px 2px;
}

.pdc-swatch__title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pdc-swatch__label {
  color: #241d16;
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.18;
}

.pdc-swatch.is-selected .pdc-swatch__label {
  color: #241d16;
  font-weight: 500;
}

.pdc-swatch__selected {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid rgba(95, 73, 52, 0.22);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.62);
  color: #5f4934;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 6px 8px 5px;
  text-transform: uppercase;
}

.pdc-swatch__subtitle {
  display: block;
  color: #756758;
  font-size: 12.5px;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.pdc-swatch__detail {
  display: block;
  margin-top: auto;
  padding-top: 5px;
  color: #7d6c5a;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.pdc-flooring-spec {
  display: grid;
  gap: 24px;
}

.pdc-flooring-spec__group {
  display: grid;
  gap: 12px;
}

.pdc-flooring-spec__label {
  color: rgba(66, 51, 42, 0.68);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-flooring-recommendation {
  gap: 8px;
  margin-bottom: 22px;
  background: rgba(255, 250, 242, 0.66);
}

.pdc-flooring-recommendation__selection {
  display: block;
  color: #3b2f26;
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.pdc-flooring-recommendation__price {
  color: rgba(72, 60, 50, 0.78);
  font-size: 12px;
  line-height: 1.4;
}

.pdc-flooring-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pdc-flooring-type-card {
  position: relative;
  display: grid;
  min-height: 132px;
  align-content: start;
  gap: 9px;
  border: 1px solid rgba(76, 55, 39, 0.14);
  border-radius: 12px;
  background: rgba(251, 247, 239, 0.62);
  color: var(--pdc-ink);
  cursor: pointer;
  font-family: var(--pdc-sans);
  padding: 18px 18px 16px;
  text-align: left;
  transition: border-color 180ms var(--pdc-ease), background-color 180ms var(--pdc-ease), box-shadow 180ms var(--pdc-ease), transform 180ms var(--pdc-ease);
}

.pdc-flooring-type-card.is-recommended {
  padding-top: 44px;
}

.pdc-flooring-type-card > .pdc-recommendation-chip {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: calc(100% - 24px);
  border-color: rgba(120, 100, 86, 0.2);
  background: rgba(250, 243, 227, 0.86);
  font-size: 8px;
  padding: 5px 7px;
  pointer-events: none;
}

.pdc-flooring-type-card:hover {
  border-color: rgba(76, 55, 39, 0.26);
  background: rgba(251, 247, 239, 0.84);
}

.pdc-flooring-type-card.is-selected {
  border-color: rgba(156, 123, 84, 0.72);
  background: #f7efe2;
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.14);
}

.pdc-flooring-type-card:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
}

.pdc-flooring-type-card__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.pdc-flooring-type-card__desc {
  color: rgba(79, 67, 55, 0.74);
  font-size: 12px;
  line-height: 1.42;
}

.pdc-flooring-type-card__price {
  margin-top: auto;
  color: var(--pdc-muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.pdc-floor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdc-floor-card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.62);
  color: var(--pdc-ink);
  cursor: pointer;
  font-family: var(--pdc-sans);
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pdc-floor-card:hover {
  border-color: var(--pdc-line-strong);
  background: rgba(251, 247, 239, 0.86);
}

.pdc-floor-card.is-selected {
  border-color: rgba(156, 123, 84, 0.86);
  background: #f7efe2;
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.16);
  transform: translateY(-1px);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-floor-card:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
}

.pdc-floor-card__image-wrap {
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: clamp(260px, 22vw, 320px);
  max-height: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 29, 22, 0.1);
  background: #f4efe6;
}

.pdc-floor-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
  filter: none;
  transition: none;
}

.pdc-floor-card:hover .pdc-floor-card__image {
  transform: none;
}

.pdc-floor-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 74px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 12px;
}

.pdc-floor-card__title-row {
  min-width: 0;
}

.pdc-floor-card__title {
  color: var(--pdc-ink);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
}

.pdc-floor-card.is-selected .pdc-floor-card__title {
  color: #241d16;
  font-weight: 700;
}

.pdc-floor-card__price {
  color: var(--pdc-muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

.pdc-floor-card.is-selected .pdc-floor-card__price {
  color: #6f5c48;
}

.pdc-bespoke {
  max-width: 380px;
  margin-top: 16px;
}

.pdc-bespoke-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 12px;
  margin-top: 16px;
}

.pdc-bespoke-grid .pdc-bespoke {
  margin-top: 0;
}

.pdc-bespoke-grid .pdc-field,
.pdc-bespoke-grid .pdc-field:focus-within,
.pdc-bespoke-input,
.pdc-bespoke-input:focus-within {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.pdc-bespoke-grid .pdc-field:focus-within > span {
  color: #6f573d;
}

.pdc-bespoke-input {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
}

.pdc-bespoke-grid input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.pdc-bespoke-grid input[type="number"]::-webkit-outer-spin-button,
.pdc-bespoke-grid input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pdc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdc-field span,
.pdc-field label {
  color: var(--pdc-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-field input,
.pdc-field select,
.pdc-field textarea {
  width: 100%;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.72);
  color: var(--pdc-ink);
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
}

.pdc-bespoke-grid .pdc-field input {
  border-color: rgba(111, 87, 61, 0.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(244, 236, 222, 0.8));
  color: #2d251d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
  font-family: var(--pdc-sans);
  font-size: 15.5px;
  letter-spacing: 0.01em;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 54px 13px 15px;
}

.pdc-bespoke-grid .pdc-field input:focus {
  border-color: rgba(132, 101, 67, 0.62);
  background: linear-gradient(180deg, rgba(255, 250, 242, 1), rgba(247, 240, 228, 0.92));
  box-shadow: 0 10px 22px rgba(70, 53, 38, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  outline: 0 !important;
  outline-offset: 0;
}

.design-pod-page .pdc-bespoke-grid .pdc-field .pdc-bespoke-input > input[type="number"]:focus,
.design-pod-page .pdc-bespoke-grid .pdc-field .pdc-bespoke-input > input[type="number"]:focus-visible {
  border-color: rgba(132, 101, 67, 0.62) !important;
  box-shadow: 0 10px 22px rgba(70, 53, 38, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.pdc-bespoke-stepper {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: grid;
  width: 36px;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(111, 87, 61, 0.18);
  border-radius: 6px;
  background: rgba(255, 250, 242, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.pdc-bespoke-stepper__button {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: rgba(95, 73, 52, 0.82);
  cursor: pointer;
  font-family: var(--pdc-sans);
  font-size: 7px;
  line-height: 1;
  padding: 0;
  transition: background-color 160ms var(--pdc-ease), color 160ms var(--pdc-ease);
}

.pdc-bespoke-stepper__button + .pdc-bespoke-stepper__button {
  border-top: 1px solid rgba(111, 87, 61, 0.14);
}

.pdc-bespoke-stepper__button:hover,
.pdc-bespoke-stepper__button:focus-visible {
  background: rgba(156, 123, 84, 0.14);
  color: #5f4934;
  outline: 0;
}

.pdc-bespoke-stepper__button:active {
  background: rgba(156, 123, 84, 0.22);
}

.pdc-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--pdc-accent-dark) 50%), linear-gradient(135deg, var(--pdc-accent-dark) 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.pdc-field textarea {
  min-height: 94px;
  resize: vertical;
}

.pdc-qty-list,
.pdc-addon-list {
  border-top: 1px solid var(--pdc-line);
}

.pdc-qty-list--compact {
  margin-top: 20px;
}

.pdc-door-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.pdc-door-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 450px;
  align-self: stretch;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(76, 55, 39, 0.14);
  border-radius: 16px;
  background: rgba(248, 241, 231, 0.55);
  color: var(--pdc-ink);
  cursor: default;
  font-family: var(--pdc-sans);
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pdc-door-card.is-dropdown-open {
  z-index: 30;
}

.pdc-door-card:hover {
  border-color: rgba(76, 55, 39, 0.24);
  background: rgba(248, 241, 231, 0.68);
}

.pdc-door-card.has-size {
  border-color: rgba(76, 55, 39, 0.2);
  background: rgba(248, 241, 231, 0.72);
}

.pdc-door-card.is-recommended,
.pdc-window-card.is-recommended,
.pdc-ac-card.is-recommended {
  border-color: rgba(156, 123, 84, 0.3);
  background: rgba(255, 250, 242, 0.64);
}

.pdc-door-card:focus-within {
  border-color: rgba(76, 55, 39, 0.34);
  box-shadow: 0 0 0 3px rgba(126, 101, 78, 0.08);
}

.pdc-door-card__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: clamp(320px, 20vw, 360px);
  max-height: none;
  border-bottom: 1px solid rgba(76, 55, 39, 0.1);
  border-radius: 15px 15px 0 0;
  background: #eee7da;
  overflow: hidden;
}

.pdc-door-card__image-wrap .pdc-recommendation-chip,
.pdc-window-card__image-wrap .pdc-recommendation-chip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  max-width: calc(100% - 32px);
  box-shadow: 0 8px 20px rgba(36, 29, 22, 0.08);
  pointer-events: none;
}

.pdc-door-grid:has(.pdc-door-card.is-dropdown-open) .pdc-recommendation-chip,
.pdc-window-grid:has(.pdc-window-card.is-dropdown-open) .pdc-recommendation-chip {
  opacity: 0;
  visibility: hidden;
}

.pdc-door-card__image-wrap::after {
  position: absolute;
  inset: 0;
  background: rgba(238, 231, 218, 0.08);
  content: "";
  pointer-events: none;
  transition: background-color 180ms ease;
}

.pdc-door-card__image {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(0.93) contrast(0.97) brightness(0.99);
  object-fit: cover;
  object-position: center center;
  transition: filter 180ms ease;
}

.pdc-door-card:hover .pdc-door-card__image,
.pdc-door-card:focus-within .pdc-door-card__image {
  filter: saturate(0.98) contrast(1) brightness(1);
}

.pdc-door-card:hover .pdc-door-card__image-wrap::after,
.pdc-door-card:focus-within .pdc-door-card__image-wrap::after {
  background: rgba(238, 231, 218, 0.04);
}

.pdc-door-card__body {
  display: flex;
  flex: 0 0 auto;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 24px 10px;
}

.pdc-door-card__copy {
  min-width: 0;
  width: 100%;
}

.pdc-door-card__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pdc-door-card__title {
  margin: 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.pdc-door-card__size {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px;
}

.pdc-door-card__size-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(36, 26, 20, 0.58);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.pdc-door-card__size-stack {
  display: grid;
  gap: 12px;
}

.pdc-window-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.pdc-window-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 450px;
  align-self: stretch;
  flex-direction: column;
  overflow: visible;
  border: 1px solid rgba(76, 55, 39, 0.14);
  border-radius: 16px;
  background: rgba(248, 241, 231, 0.55);
  color: var(--pdc-ink);
  cursor: default;
  font-family: var(--pdc-sans);
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pdc-window-card.is-dropdown-open {
  z-index: 30;
}

.pdc-window-card:hover {
  border-color: rgba(76, 55, 39, 0.24);
  background: rgba(248, 241, 231, 0.68);
}

.pdc-window-card.has-size {
  border-color: rgba(76, 55, 39, 0.2);
  background: rgba(248, 241, 231, 0.72);
}

.pdc-window-card.is-recommended {
  border-color: rgba(156, 123, 84, 0.3);
  background: rgba(255, 250, 242, 0.64);
}

.pdc-window-card:focus-within {
  border-color: rgba(76, 55, 39, 0.34);
  box-shadow: 0 0 0 3px rgba(126, 101, 78, 0.08);
}

.pdc-window-card__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: clamp(320px, 20vw, 360px);
  max-height: none;
  border-bottom: 1px solid rgba(76, 55, 39, 0.1);
  border-radius: 15px 15px 0 0;
  background: #eee7da;
  overflow: hidden;
}

.pdc-window-card__image-wrap::after {
  position: absolute;
  inset: 0;
  background: rgba(238, 231, 218, 0.08);
  content: "";
  pointer-events: none;
  transition: background-color 180ms ease;
}

.pdc-window-card__image {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(0.93) contrast(0.97) brightness(0.99);
  object-fit: cover;
  object-position: center center;
  transition: filter 180ms ease;
}

.pdc-window-card:hover .pdc-window-card__image,
.pdc-window-card:focus-within .pdc-window-card__image {
  filter: saturate(0.98) contrast(1) brightness(1);
}

.pdc-window-card:hover .pdc-window-card__image-wrap::after,
.pdc-window-card:focus-within .pdc-window-card__image-wrap::after {
  background: rgba(238, 231, 218, 0.04);
}

.pdc-window-card__body {
  display: flex;
  flex: 0 0 auto;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 24px 10px;
}

.pdc-window-card__copy {
  min-width: 0;
  width: 100%;
}

.pdc-window-card__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pdc-window-card__title {
  margin: 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
}

.pdc-window-card__helper {
  display: none;
  margin: 0;
}

.pdc-window-card__size {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px;
}

.pdc-window-card__size-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(36, 26, 20, 0.58);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.pdc-window-card__size-stack {
  display: grid;
  gap: 12px;
}

@keyframes pdc-window-row-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdc-window-size-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  animation: pdc-window-row-in 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-size-row.has-remove {
  grid-template-columns: minmax(0, 1fr) 42px;
}

.pdc-window-size-row__control {
  min-width: 0;
}

.pdc-window-card__add-more {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 18px;
  border: 1px solid rgba(76, 55, 39, 0.2);
  border-radius: 999px;
  background: rgba(126, 101, 78, 0.08);
  color: #241a14;
  cursor: pointer;
  font-family: var(--pdc-sans);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0 18px 0 14px;
  text-align: center;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-card__add-more::before {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(76, 55, 39, 0.24);
  border-radius: 999px;
  background: rgba(251, 246, 238, 0.36);
  color: currentColor;
  content: "+";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-card__add-more:hover {
  border-color: rgba(76, 55, 39, 0.28);
  background: rgba(126, 101, 78, 0.12);
  box-shadow: 0 8px 18px rgba(36, 26, 20, 0.06);
  color: #241a14;
  transform: translateY(-1px);
}

.pdc-window-card__add-more:hover::before {
  border-color: rgba(76, 55, 39, 0.34);
  background: rgba(251, 246, 238, 0.62);
}

.pdc-window-card__add-more:active {
  box-shadow: none;
  transform: translateY(0);
}

.pdc-window-card__add-more:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(126, 101, 78, 0.14);
}

.pdc-window-size-row__remove {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 100, 86, 0.22);
  border-radius: 999px;
  background: rgba(250, 243, 227, 0.42);
  color: rgba(66, 51, 42, 0.58);
  cursor: pointer;
  font-family: var(--pdc-sans);
  line-height: 1;
  padding: 0;
  transition: background-color 220ms var(--pdc-ease), border-color 220ms var(--pdc-ease), color 220ms var(--pdc-ease), transform 220ms var(--pdc-ease);
}

.pdc-window-size-row__remove:active {
  transform: translateY(0);
}

.pdc-window-size-row__remove:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(126, 101, 78, 0.13);
}

.pdc-window-size-row__remove-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  transition: transform 260ms var(--pdc-ease);
}

@media (hover: hover) and (pointer: fine) {
  .pdc-window-size-row__remove:hover {
    border-color: #786456;
    background: #786456;
    color: #ffffff;
    transform: translateY(-1px);
  }

  .pdc-window-size-row__remove:hover .pdc-window-size-row__remove-icon {
    transform: rotate(90deg);
  }
}

.pdc-window-dropdown {
  position: relative;
}

.pdc-window-dropdown__trigger {
  display: flex;
  width: 100%;
  height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(76, 55, 39, 0.18);
  border-radius: 14px;
  background: #fbf6ee;
  color: #241a14;
  cursor: pointer;
  font-family: var(--pdc-sans);
  font-size: 14px;
  line-height: 1.2;
  padding: 0 17px;
  text-align: left;
  transition: border-color 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-dropdown__trigger:hover,
.pdc-window-dropdown.is-open .pdc-window-dropdown__trigger {
  border-color: rgba(76, 55, 39, 0.42);
  background: #fbf6ee;
}

.pdc-window-dropdown__trigger:focus-visible {
  border-color: rgba(76, 55, 39, 0.42);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(126, 101, 78, 0.12);
}

.pdc-window-dropdown__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-window-dropdown__chevron {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 1px solid rgba(76, 55, 39, 0.78);
  border-bottom: 1px solid rgba(76, 55, 39, 0.78);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-dropdown.is-open .pdc-window-dropdown__chevron {
  transform: translateY(2px) rotate(225deg);
}

.pdc-window-dropdown__menu {
  position: absolute;
  z-index: 45;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  display: grid;
  max-height: min(420px, calc(100svh - 160px));
  overflow-x: hidden;
  overflow-y: auto;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(120, 100, 86, 0.2);
  border-radius: 18px;
  background: #fbf6ee;
  box-shadow: 0 18px 34px rgba(36, 26, 20, 0.1), 0 2px 0 rgba(255, 255, 255, 0.56) inset;
  opacity: 0;
  pointer-events: none;
  scrollbar-color: rgba(120, 100, 86, 0.38) rgba(250, 243, 227, 0.42);
  scrollbar-width: thin;
  transform: translateY(4px);
  transform-origin: bottom center;
  transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1), transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-dropdown__menu::-webkit-scrollbar {
  width: 7px;
}

.pdc-window-dropdown__menu::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(250, 243, 227, 0.42);
}

.pdc-window-dropdown__menu::-webkit-scrollbar-thumb {
  min-height: 34px;
  border: 2px solid rgba(250, 243, 227, 0.42);
  border-radius: 999px;
  background: rgba(120, 100, 86, 0.38);
}

.pdc-window-dropdown__menu::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 100, 86, 0.56);
}

.pdc-window-dropdown__menu[hidden] {
  display: none;
}

.pdc-window-dropdown.is-open .pdc-window-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pdc-window-dropdown__option {
  display: grid;
  width: 100%;
  min-height: 46px;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(36, 26, 20, 0.74);
  cursor: pointer;
  font-family: var(--pdc-sans);
  font-size: 14px;
  line-height: 1.2;
  padding: 0 14px 0 10px;
  text-align: left;
  transform: translate3d(0, 0, 0);
  transition: background-color 190ms cubic-bezier(0.22, 1, 0.36, 1), color 190ms cubic-bezier(0.22, 1, 0.36, 1), transform 190ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.pdc-window-dropdown__option:hover,
.pdc-window-dropdown__option:focus-visible {
  background: rgba(126, 101, 78, 0.075);
  color: #241a14;
  outline: 0;
  transform: translate3d(2px, -1px, 0);
}

.pdc-window-dropdown__option.is-selected {
  background: rgba(126, 101, 78, 0.065);
  color: #241a14;
}

.pdc-window-dropdown__option.is-recommended {
  background: rgba(156, 123, 84, 0.055);
}

.pdc-window-dropdown__option.is-selected:hover,
.pdc-window-dropdown__option.is-selected:focus-visible {
  background: rgba(126, 101, 78, 0.1);
}

.pdc-window-dropdown__check {
  display: block;
  width: 7px;
  height: 11px;
  border-right: 1px solid rgba(76, 55, 39, 0.72);
  border-bottom: 1px solid rgba(76, 55, 39, 0.72);
  opacity: 0;
  transform: rotate(38deg) translateY(-1px);
  transition: opacity 170ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-window-dropdown__option.is-selected .pdc-window-dropdown__check {
  opacity: 1;
}

.pdc-window-dropdown__option-label {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-window-dropdown__price {
  color: rgba(36, 26, 20, 0.58);
  font-size: 13px;
  white-space: nowrap;
  transition: color 190ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-dropdown-recommendation {
  justify-self: end;
  align-self: center;
  border: 0;
  background: transparent;
  color: rgba(120, 100, 86, 0.72);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pdc-window-dropdown__option:hover .pdc-window-dropdown__price,
.pdc-window-dropdown__option:focus-visible .pdc-window-dropdown__price {
  color: rgba(36, 26, 20, 0.72);
}

.pdc-skylight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdc-skylight-card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.62);
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pdc-skylight-card__choice {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.pdc-skylight-card:hover {
  border-color: var(--pdc-line-strong);
  background: rgba(251, 247, 239, 0.86);
}

.pdc-skylight-card.is-selected {
  border-color: rgba(156, 123, 84, 0.86);
  background: #f7efe2;
  box-shadow: none;
}

.pdc-skylight-card__choice:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
}

.pdc-skylight-card__image-wrap {
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: clamp(260px, 22vw, 320px);
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(36, 29, 22, 0.1);
  background: #eee7da;
  overflow: hidden;
}

.pdc-skylight-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pdc-skylight-card--none .pdc-skylight-card__image-wrap {
  background:
    linear-gradient(145deg, rgba(255, 251, 244, 0.78), rgba(239, 231, 219, 0.42)),
    #eee7da;
}

.pdc-skylight-card__empty-state {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 190px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px;
  text-align: center;
}

.pdc-skylight-card__empty-title {
  display: block;
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  white-space: nowrap;
}

.pdc-skylight-card.is-selected .pdc-skylight-card__empty-title {
  font-weight: 500;
}

.pdc-skylight-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 72px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 13px 14px;
}

.pdc-skylight-card__body--none {
  justify-content: center;
}

.pdc-skylight-card__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pdc-skylight-card__title {
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.pdc-skylight-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  border: 1px solid rgba(156, 123, 84, 0.38);
  border-radius: 999px;
  color: var(--pdc-accent-dark);
  font-family: var(--pdc-sans);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 3px 6px;
  text-transform: uppercase;
}

.pdc-skylight-card__price {
  color: var(--pdc-muted);
  font-family: var(--pdc-sans);
  font-size: 11.5px;
  line-height: 1.35;
}

.pdc-skylight-card__desc {
  color: rgba(79, 67, 55, 0.76);
  font-family: var(--pdc-sans);
  font-size: 12px;
  line-height: 1.4;
}

.pdc-ac-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdc-ac-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(255, 251, 244, 0.72);
  color: var(--pdc-ink);
  cursor: pointer;
  font-family: var(--pdc-sans);
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pdc-ac-card:hover {
  border-color: var(--pdc-line-strong);
  background: rgba(255, 251, 244, 0.92);
}

.pdc-ac-card.is-recommended {
  border-color: rgba(156, 123, 84, 0.34);
  background: rgba(255, 250, 242, 0.76);
}

.pdc-ac-card.is-selected {
  border-color: rgba(156, 123, 84, 0.86);
  background: #f7efe2;
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.22);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-ac-card:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
}

.pdc-ac-card__image-wrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: clamp(260px, 22vw, 320px);
  max-height: none;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 29, 22, 0.1);
  background: #f3ede4;
}

.pdc-ac-card__image-wrap .pdc-recommendation-chip {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  max-width: calc(100% - 28px);
  box-shadow: 0 8px 20px rgba(36, 29, 22, 0.08);
  pointer-events: none;
}

.pdc-ac-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
  image-rendering: auto;
  transform: none;
}

.pdc-ac-card--split .pdc-ac-card__image,
[data-option="split"] .pdc-ac-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
  image-rendering: auto;
  transform: none;
}

.pdc-ac-card__blank {
  display: flex;
  flex: 1 1 auto;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(255, 251, 244, 0.76), rgba(239, 231, 219, 0.4)),
    rgba(255, 251, 244, 0.72);
  padding: 24px 18px;
  text-align: center;
}

.pdc-ac-card--text .pdc-ac-card__blank {
  flex-basis: 180px;
  min-height: 180px;
}

.pdc-ac-card__blank span {
  color: var(--pdc-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.pdc-ac-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 96px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
}

.pdc-ac-card__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pdc-ac-card__title {
  color: var(--pdc-ink);
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.pdc-ac-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  border: 1px solid rgba(156, 123, 84, 0.38);
  border-radius: 999px;
  color: var(--pdc-accent-dark);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 3px 6px;
  text-transform: uppercase;
}

.pdc-ac-card__inline-chip {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.pdc-ac-card__desc {
  display: block;
  color: rgba(72, 60, 50, 0.78);
  font-size: 12px;
  line-height: 1.42;
}

.pdc-ac-card__price {
  color: rgba(72, 60, 50, 0.78);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.35;
}

.pdc-ac-card.is-selected .pdc-ac-card__price {
  color: var(--pdc-accent-dark);
  font-size: 13px;
  font-weight: 600;
}

.pdc-qty-row,
.pdc-addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--pdc-line);
}

.pdc-qty-row {
  padding: 14px 4px;
}

.pdc-qty-row.is-active .pdc-qty__label,
.pdc-addon-row.is-active .pdc-addon__name {
  color: var(--pdc-accent-dark);
}

.pdc-qty__meta,
.pdc-addon__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.pdc-stepper {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid var(--pdc-line);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.7);
}

.pdc-stepper__button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pdc-ink);
  font-size: 17px;
  line-height: 1;
}

.pdc-stepper__button:hover:not(:disabled) {
  color: var(--pdc-accent-dark);
}

.pdc-stepper__button:disabled {
  color: #b9ad9e;
  cursor: default;
}

.pdc-stepper__value {
  min-width: 28px;
  color: var(--pdc-muted);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.pdc-stepper__value.is-active {
  color: var(--pdc-ink);
  font-weight: 600;
}

.pdc-qty-row.is-active .pdc-stepper {
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-electrical-specification {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: start;
  margin-bottom: 24px;
  border: 1px solid rgba(111, 87, 61, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  padding: 18px 20px;
}

.pdc-electrical-specification__head {
  display: grid;
  gap: 6px;
}

.pdc-electrical-specification__eyebrow {
  color: rgba(66, 51, 42, 0.68);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-electrical-specification__title {
  margin: 0;
  color: #241d16;
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.pdc-electrical-specification__meta {
  margin: 0;
  color: rgba(72, 60, 50, 0.78);
  font-size: 12.5px;
  line-height: 1.45;
}

.pdc-electrical-specification__list {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdc-electrical-specification__list li {
  color: rgba(72, 60, 50, 0.84);
  font-size: 12.5px;
  line-height: 1.4;
}

.pdc-electrical-specification__price {
  color: #3b2f26;
  font-family: var(--pdc-thin);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.pdc-electric-preferences {
  display: grid;
  gap: 18px;
}

.pdc-electrical-setup-panel {
  position: relative;
  overflow: visible;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 20px;
  background: rgba(255, 251, 244, 0.62);
  box-shadow: none;
}

.pdc-electrical-setup-panel__head {
  display: grid;
  max-width: 720px;
  gap: 8px;
}

.pdc-electrical-setup-panel__eyebrow,
.pdc-electrical-setup-panel__group-label {
  color: rgba(66, 51, 42, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-electrical-setup-panel__title {
  margin: 0;
  color: #2b211b;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.pdc-electrical-setup-panel__copy {
  max-width: 660px;
  margin: 0;
  color: #756555;
  font-size: 14px;
  line-height: 1.55;
}

.pdc-electrical-setup-panel__note {
  max-width: 620px;
  margin: -2px 0 0;
  color: rgba(66, 51, 42, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.pdc-electrical-setup-panel__group {
  display: grid;
  gap: 10px;
}

.pdc-electrical-setup-panel__group--optional {
  padding-top: 4px;
}

.pdc-electrical-setup-panel__group--quiet {
  padding-top: 2px;
}

.pdc-electric-preferences__head {
  display: grid;
  gap: 6px;
}

.pdc-electric-preferences__title {
  margin: 0;
  color: #3d3128;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-electric-preferences__copy {
  max-width: 640px;
  margin: 0;
  color: #756555;
  font-size: 14px;
  line-height: 1.5;
}

.pdc-electric-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  border-top: 1px solid rgba(36, 29, 22, 0.09);
}

.pdc-electric-spec-list--secondary {
  border-top-color: rgba(36, 29, 22, 0.07);
}

.pdc-electric-spec-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 126px);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(36, 29, 22, 0.085);
  color: var(--pdc-ink);
  padding: 12px 4px;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.pdc-electric-spec-row:hover,
.pdc-electric-spec-row.is-dropdown-open {
  background: rgba(255, 250, 242, 0.28);
}

.pdc-electric-spec-row.is-dropdown-open {
  z-index: 140;
}

.pdc-electric-spec-row__info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.pdc-electric-spec-row__name {
  color: #241d16;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 180ms ease;
}

.pdc-electric-spec-row__price {
  color: #826f5d;
  font-size: 12px;
  line-height: 1.35;
}

.pdc-electric-spec-row:hover .pdc-electric-spec-row__name,
.pdc-electric-spec-row.is-dropdown-open .pdc-electric-spec-row__name {
  color: #2b211b;
}

.pdc-electric-spec-row__control {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
}

.pdc-electric-dropdown {
  width: fit-content;
  min-width: 112px;
  max-width: 126px;
}

.pdc-electric-dropdown .pdc-window-dropdown__trigger {
  width: auto;
  min-width: 108px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 13px;
  padding: 0 13px 0 15px;
  background: rgba(255, 251, 244, 0.72);
}

.pdc-electric-spec-row.is-active .pdc-electric-dropdown .pdc-window-dropdown__trigger {
  border-color: rgba(120, 100, 86, 0.34);
  background: rgba(250, 243, 227, 0.72);
  color: #2b211b;
  box-shadow: none;
}

.pdc-electric-dropdown .pdc-window-dropdown__chevron {
  position: relative;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  border: 0;
  color: rgba(66, 51, 42, 0.66);
  transform: rotate(0deg);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-electric-dropdown .pdc-window-dropdown__chevron::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.2px solid currentColor;
  border-bottom: 1.2px solid currentColor;
  transform: translate(-50%, -62%) rotate(45deg);
}

.pdc-electric-dropdown.is-open .pdc-window-dropdown__chevron {
  color: rgba(66, 51, 42, 0.78);
  transform: rotate(180deg);
}

.pdc-electric-dropdown .pdc-window-dropdown__menu {
  position: absolute;
  z-index: 220;
  top: calc(100% + 8px);
  bottom: auto;
  right: auto;
  left: 0;
  width: max-content;
  min-width: 108px;
  max-width: min(190px, calc(100vw - 32px));
  max-height: none;
  overflow: visible;
  gap: 0;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 14px 26px rgba(36, 26, 20, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  transform-origin: top center;
}

.pdc-electric-dropdown__options {
  display: grid;
  width: max-content;
  max-width: 170px;
  grid-template-columns: repeat(4, minmax(36px, 1fr));
  gap: 6px;
  overflow: visible;
  padding-right: 0;
}

.pdc-electric-dropdown__options--count-2 {
  grid-template-columns: repeat(2, minmax(42px, 1fr));
}

.pdc-electric-dropdown .pdc-window-dropdown__option {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(66, 51, 42, 0.88);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}

.pdc-electric-dropdown .pdc-window-dropdown__option:hover,
.pdc-electric-dropdown .pdc-window-dropdown__option:focus-visible {
  background: rgba(126, 101, 78, 0.09);
  color: #2b211b;
  outline: 0;
  transform: none;
}

.pdc-electric-dropdown .pdc-window-dropdown__option.is-selected,
.pdc-electric-dropdown .pdc-window-dropdown__option.is-selected:hover,
.pdc-electric-dropdown .pdc-window-dropdown__option.is-selected:focus-visible {
  border-color: rgba(120, 100, 86, 0.42);
  background: #786456;
  color: #fffaf2;
}

.pdc-electric-dropdown .pdc-window-dropdown__option-label {
  line-height: 1;
}

@media (max-width: 520px) {
  .pdc-electric-dropdown .pdc-window-dropdown__menu {
    max-width: calc(100vw - 32px);
  }

  .pdc-electric-dropdown__options {
    grid-template-columns: repeat(4, minmax(34px, 1fr));
    gap: 5px;
  }

  .pdc-electric-dropdown__options--count-2 {
    grid-template-columns: repeat(2, minmax(40px, 1fr));
  }
}

.pdc-section:has(.pdc-electric-dropdown.is-open) {
  position: relative;
  z-index: 120;
}

.pdc-finish {
  display: block;
  margin-bottom: 22px;
}

.pdc-finish-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pdc-finish-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--pdc-line);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.72);
  color: var(--pdc-ink);
  cursor: pointer;
  flex-direction: column;
  padding: 0;
  text-align: left;
}

.pdc-finish-card:hover {
  border-color: var(--pdc-line-strong);
  background: rgba(251, 247, 239, 0.95);
}

.pdc-finish-card.is-selected {
  border-color: rgba(156, 123, 84, 0.9);
  background: #f7efe2;
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.18);
  transform: translateY(-1px);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-finish-card__image-wrap {
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: clamp(260px, 22vw, 320px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(36, 29, 22, 0.1);
  background: #f4efe6;
}

.pdc-finish-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  image-rendering: auto;
  filter: none;
}

.pdc-finish-card__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
}

.pdc-finish-card__title {
  color: var(--pdc-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.pdc-finish-card.is-selected .pdc-finish-card__title {
  color: #241d16;
}

.pdc-finish-card__badge {
  border: 1px solid rgba(156, 123, 84, 0.38);
  border-radius: 999px;
  color: #8b6f4e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pdc-segment__button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pdc-muted);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 22px;
}

.pdc-segment__button.is-selected {
  background: var(--pdc-ink);
  color: #fffaf2;
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-addon-row {
  padding: 18px 4px;
}

.pdc-addon__side {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.pdc-addon__price {
  color: var(--pdc-muted);
  font-size: 12px;
  white-space: nowrap;
}

.pdc-addon-specifications {
  display: grid;
  gap: 30px;
  min-width: 0;
}

.pdc-addon-eyebrow,
.pdc-enhancement-heading {
  color: var(--pdc-accent-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-addon-eyebrow {
  display: inline-flex;
  width: fit-content;
}

.pdc-addon-eyebrow--services {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 18px;
  color: rgba(66, 51, 42, 0.68);
  font-size: 10.5px;
  letter-spacing: 0.18em;
}

.pdc-addon-eyebrow--services::after {
  display: block;
  height: 1px;
  flex: 1 1 auto;
  background: rgba(120, 100, 86, 0.16);
  content: "";
}

.pdc-studio-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.pdc-studio-service-card {
  --pdc-card-hover-image: none;
  --pdc-card-hover-image-secondary: none;
  --pdc-card-image-position: center bottom;
  --pdc-card-image-position-secondary: center center;
  --pdc-card-image-size: cover;
  --pdc-card-image-size-secondary: cover;
  --pdc-card-visual-height: 54%;
  --pdc-card-visual-opacity: 0.34;
  --pdc-card-visual-opacity-hover: 0.4;
  display: flex;
  position: relative;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(111, 87, 61, 0.24);
  border-radius: var(--pdc-radius);
  background: rgba(251, 247, 239, 0.58);
  color: var(--pdc-ink);
  isolation: isolate;
  padding: clamp(22px, 2.4vw, 30px);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card::before {
  display: none;
  position: absolute;
  z-index: 0;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: var(--pdc-card-visual-height);
  background-image: var(--pdc-card-hover-image-secondary), var(--pdc-card-hover-image);
  background-position: var(--pdc-card-image-position-secondary), var(--pdc-card-image-position);
  background-repeat: no-repeat;
  background-size: var(--pdc-card-image-size-secondary), var(--pdc-card-image-size);
  content: "";
  filter: saturate(0.74) sepia(0.08) contrast(0.9) brightness(1.01);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.34) 15%, #000 42%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.34) 15%, #000 42%);
  opacity: var(--pdc-card-visual-opacity);
  pointer-events: none;
  transform: scale(1.025) translateY(4px);
  transform-origin: center bottom;
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 460ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.pdc-studio-service-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.99) 0%, rgba(251, 247, 239, 0.88) 44%, rgba(250, 243, 227, 0.38) 100%),
    radial-gradient(circle at 82% 78%, rgba(156, 123, 84, 0.08), rgba(156, 123, 84, 0) 52%);
  content: "";
  pointer-events: none;
  transition: background 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card > * {
  position: relative;
  z-index: 2;
}

.pdc-studio-service-card[data-addon-id="ter-design-studio"] {
  --pdc-card-hover-image: none;
  --pdc-card-image-position: center bottom;
  --pdc-card-visual-height: 55%;
}

.pdc-studio-service-card[data-addon-id="okra-curation"] {
  --pdc-card-hover-image: none;
  --pdc-card-hover-image-secondary: none;
  --pdc-card-image-position: center 64%;
  --pdc-card-image-position-secondary: right 50%;
  --pdc-card-image-size: 122% auto;
  --pdc-card-image-size-secondary: 76% auto;
  --pdc-card-visual-height: 56%;
  --pdc-card-visual-opacity: 0.36;
  --pdc-card-visual-opacity-hover: 0.44;
}

.pdc-studio-service-card.is-selected {
  border-color: rgba(156, 123, 84, 0.72);
  background: rgba(247, 239, 226, 0.82);
  box-shadow: inset 0 0 0 1px rgba(156, 123, 84, 0.18);
}

.pdc-studio-service-card__logo-wrap {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.pdc-studio-service-card__logo {
  display: block;
  width: auto;
  max-width: min(100%, 210px);
  max-height: 56px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card[data-addon-id="okra-curation"] .pdc-studio-service-card__logo {
  max-width: min(100%, 174px);
  max-height: 46px;
}

.pdc-studio-service-card__meta {
  display: flex;
  min-height: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pdc-studio-service-card__brand {
  color: rgba(111, 87, 61, 0.92);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-studio-service-card__selected {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--pdc-accent-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.pdc-studio-service-card__selected svg,
.pdc-studio-service-card__check svg {
  display: block;
  width: 13px;
  height: 13px;
}

.pdc-studio-service-card__title {
  margin: 0;
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
}

.pdc-studio-service-card__desc {
  margin: 15px 0 0;
  color: rgba(116, 104, 91, 0.96);
  font-family: "Qanelas-Regular", var(--pdc-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.68;
}

.pdc-studio-service-card__price {
  display: block;
  margin-top: 18px;
  color: var(--pdc-accent-dark);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.pdc-studio-service-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 30px;
}

.pdc-studio-service-card__secondary-actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
}

.pdc-studio-service-card__scope,
.pdc-studio-service-card__website,
.pdc-studio-service-card__action {
  border-radius: var(--pdc-radius);
  font-family: var(--pdc-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-studio-service-card__scope,
.pdc-studio-service-card__website {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(66, 51, 42, 0.72);
  padding: 6px 0;
  text-decoration: none;
  transition: color 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card__scope::after,
.pdc-studio-service-card__website::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.42;
  transform: scaleX(0.55);
  transform-origin: left;
  transition: opacity 240ms cubic-bezier(0.22, 1, 0.36, 1), transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card__scope.is-active {
  color: var(--pdc-accent-dark);
}

.pdc-studio-service-card__scope.is-active::after {
  opacity: 0.72;
  transform: scaleX(1);
}

.pdc-studio-service-card__action {
  display: inline-flex;
  min-height: 44px;
  min-width: 158px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #786456;
  background: #786456;
  color: #ffffff;
  padding: 12px 16px;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    color 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card__action > span:last-child {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-studio-service-card__check {
  display: none;
}

.pdc-studio-service-card__action[aria-pressed="true"] {
  border-color: rgba(156, 123, 84, 0.78);
  background: #786456;
  color: #ffffff;
}

.pdc-studio-service-card__action[aria-pressed="true"] .pdc-studio-service-card__check {
  display: inline-flex;
}

.pdc-studio-service-card__scope:focus-visible,
.pdc-studio-service-card__website:focus-visible,
.pdc-studio-service-card__action:focus-visible {
  outline: 1px solid var(--pdc-accent);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(156, 123, 84, 0.14);
}

.pdc-studio-scope-panel {
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 12px;
  margin-top: 22px;
  margin-bottom: 12px;
  background: rgba(250, 243, 227, 0.45);
  padding: clamp(22px, 2.4vw, 32px);
}

.pdc-studio-scope-panel.is-open {
  animation: pdc-studio-scope-in 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pdc-studio-scope-panel__head {
  display: grid;
  gap: 8px;
  border-bottom: 1px solid rgba(120, 100, 86, 0.13);
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.pdc-studio-scope-panel__brand {
  color: rgba(66, 51, 42, 0.68);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-studio-scope-panel__title {
  margin: 0;
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.14;
}

.pdc-studio-scope-panel__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdc-studio-scope-panel__list li {
  position: relative;
  color: rgba(74, 60, 47, 0.9);
  font-size: 13px;
  line-height: 1.5;
  padding-left: 17px;
}

.pdc-studio-scope-panel__list li::before {
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 5px;
  height: 1px;
  background: rgba(156, 123, 84, 0.72);
  content: "";
}

.pdc-studio-service-confirmation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(156, 123, 84, 0.24);
  border-radius: var(--pdc-radius);
  background: rgba(247, 239, 226, 0.58);
  color: var(--pdc-ink);
  padding: 16px 18px;
}

.pdc-studio-service-confirmation span {
  display: block;
  color: var(--pdc-accent-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pdc-studio-service-confirmation p {
  margin: 5px 0 0;
  color: rgba(116, 104, 91, 0.94);
  font-size: 13px;
  line-height: 1.55;
}

.pdc-studio-service-confirmation strong {
  flex: 0 0 auto;
  color: var(--pdc-accent-dark);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.pdc-enhancement-block {
  display: grid;
  gap: 14px;
}

.pdc-enhancement-heading {
  margin: 0;
}

.pdc-section--12 .pdc-addon-list {
  border-top: 1px solid var(--pdc-line);
}

.pdc-section--12 .pdc-addon-row {
  padding-right: 0;
  padding-left: 0;
}

.pdc-preview-wrap {
  display: grid;
  gap: 8px;
}

.pdc-preview__service-note {
  margin: 0 2px;
  color: rgba(120, 100, 86, 0.7);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.pdc-selection-spec-row__list {
  display: grid;
  gap: 4px;
}

@keyframes pdc-studio-scope-in {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .pdc-studio-service-card:hover {
    border-color: rgba(111, 87, 61, 0.46);
    background-color: rgba(248, 241, 229, 0.76);
    transform: translateY(-1px);
  }

  .pdc-studio-service-card:hover::before {
    filter: saturate(0.8) sepia(0.06) contrast(0.94) brightness(1);
    opacity: var(--pdc-card-visual-opacity-hover);
    transform: scale(1.01) translateY(0);
  }

  .pdc-studio-service-card:hover::after {
    background:
      linear-gradient(180deg, rgba(251, 247, 239, 0.98) 0%, rgba(251, 247, 239, 0.84) 44%, rgba(250, 243, 227, 0.32) 100%),
      radial-gradient(circle at 82% 78%, rgba(156, 123, 84, 0.1), rgba(156, 123, 84, 0) 54%);
  }

  .pdc-studio-service-card:hover .pdc-studio-service-card__logo {
    opacity: 1;
  }

  .pdc-studio-service-card__scope:hover,
  .pdc-studio-service-card__website:hover {
    color: var(--pdc-accent-dark);
  }

  .pdc-studio-service-card__scope:hover::after,
  .pdc-studio-service-card__scope:focus-visible::after,
  .pdc-studio-service-card__website:hover::after,
  .pdc-studio-service-card__website:focus-visible::after {
    opacity: 0.72;
    transform: scaleX(1);
  }

  .pdc-studio-service-card__action:hover {
    border-color: #786456;
    background: rgba(250, 243, 227, 0.72);
    color: #42332a;
    transform: translateY(-1px);
  }

  .pdc-studio-service-card__action:hover > span:last-child {
    transform: translateX(2px);
  }
}

@media (hover: none), (pointer: coarse) {
  .pdc-studio-service-card {
    --pdc-card-visual-opacity: 0.28;
    --pdc-card-visual-opacity-hover: 0.32;
  }

  .pdc-studio-service-card[data-addon-id="okra-curation"] {
    --pdc-card-visual-opacity: 0.3;
    --pdc-card-visual-opacity-hover: 0.34;
  }

  .pdc-studio-service-card::before {
    opacity: var(--pdc-card-visual-opacity);
    transform: scale(1.02) translateY(3px);
  }

  .pdc-studio-service-card:focus-within::before {
    opacity: var(--pdc-card-visual-opacity-hover);
    transform: scale(1.01) translateY(1px);
  }
}

.pdc-toggle {
  display: flex;
  width: 44px;
  height: 24px;
  flex: 0 0 auto;
  align-items: center;
  border: 1px solid var(--pdc-line-strong);
  border-radius: 999px;
  background: rgba(251, 247, 239, 0.8);
  padding: 2px;
}

.pdc-toggle::before {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #b7aa9a;
  content: "";
  transition: transform 160ms ease, background-color 160ms ease;
}

.pdc-toggle[aria-checked="true"] {
  border-color: var(--pdc-accent);
  background: var(--pdc-accent);
  animation: pdc-selected-settle 360ms var(--pdc-ease);
}

.pdc-toggle[aria-checked="true"]::before {
  background: #fffaf2;
  transform: translateX(18px);
}

.pdc-left-note {
  max-width: none;
  margin: 0;
  padding-top: 8px;
  color: var(--pdc-muted);
  font-family: var(--pdc-sans);
  font-size: 14px;
  line-height: 1.7;
  white-space: nowrap;
}

.pdc-left-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.pdc-left-contact-button {
  display: inline-flex;
  flex: 0 1 190px;
  min-width: 190px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(156, 123, 84, 0.38);
  border-radius: var(--pdc-radius);
  background: transparent;
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding: 13px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.pdc-left-contact-button i {
  color: var(--pdc-accent-dark);
  font-size: 15px;
  line-height: 1;
  transition: color 180ms ease;
}

.pdc-left-contact-button--whatsapp {
  border-color: #25d366;
  background: #25d366;
  color: #ffffff;
}

.pdc-left-contact-button--whatsapp i {
  color: #ffffff;
}

.pdc-left-contact-button--call {
  border-color: rgba(156, 123, 84, 0.42);
  background: rgba(251, 247, 239, 0.32);
  color: var(--pdc-ink);
}

.pdc-left-contact-button:hover,
.pdc-left-contact-button:focus-visible {
  transform: translateY(-1px);
}

.pdc-left-contact-button:active {
  transform: translateY(0);
}

.pdc-left-contact-button--whatsapp:hover,
.pdc-left-contact-button--whatsapp:focus-visible {
  border-color: #1ebe5d;
  background: #1ebe5d;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.18);
}

.pdc-left-contact-button--call:hover,
.pdc-left-contact-button--call:focus-visible {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
  color: #fffaf2;
  box-shadow: 0 14px 32px rgba(36, 29, 22, 0.08);
}

.pdc-left-contact-button--call:hover i,
.pdc-left-contact-button--call:focus-visible i {
  color: #fffaf2;
}

.pdc-left-contact-button:focus-visible {
  outline: 1px solid rgba(156, 123, 84, 0.72);
  outline-offset: 4px;
}

.pdc-summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pdc-summary--compact {
  gap: 0;
  width: 100%;
  max-height: calc(100svh - var(--pbt-header-height, 96px) - (var(--pbt-sticky-gap, 24px) * 3));
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  border: 1px solid rgba(36, 29, 22, 0.105);
  border-radius: var(--pdc-radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.72), rgba(251, 247, 239, 0.92)),
    var(--pdc-paper);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.78);
}

.pdc-summary--full {
  gap: 20px;
}

.pdc-summary__body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
}

.pdc-summary--compact .pdc-summary__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(19px, 1.7vw, 24px);
  padding-right: clamp(21px, 1.8vw, 27px);
  scrollbar-color: rgba(156, 123, 84, 0.44) rgba(250, 243, 227, 0.18);
  scrollbar-width: thin;
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar {
  width: 9px;
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-track {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background:
    linear-gradient(
      to right,
      transparent 0,
      transparent 4px,
      rgba(250, 243, 227, 0.52) 4px,
      rgba(250, 243, 227, 0.52) 5px,
      transparent 5px
    );
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-thumb {
  min-height: 42px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 0;
  background-clip: content-box;
  background-color: rgba(156, 123, 84, 0.54);
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(120, 100, 86, 0.62);
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-thumb:active {
  background-color: rgba(92, 76, 62, 0.68);
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.pdc-summary--compact .pdc-summary__body::-webkit-scrollbar-corner {
  background: transparent;
}

.pdc-summary__sticky-footer {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
}

.pdc-summary--compact .pdc-summary__sticky-footer {
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(248, 241, 230, 0.98)),
    var(--pdc-paper);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.72);
  padding: clamp(12px, 1.1vw, 16px) clamp(21px, 1.8vw, 27px) clamp(14px, 1.2vw, 18px) clamp(19px, 1.7vw, 24px);
}

.pdc-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.pdc-summary__eyebrow-row {
  display: flex;
  align-items: center;
}

.pdc-summary__title {
  margin: 10px 0 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.04;
}

.pdc-summary__subtitle {
  margin: 8px 0 0;
  color: var(--pdc-muted);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.pdc-summary--compact .pdc-summary__head {
  gap: 14px;
  padding-bottom: 2px;
}

.pdc-summary--compact .pdc-summary__title {
  max-width: 11ch;
  margin-top: 12px;
  font-size: clamp(28px, 2.3vw, 36px);
}

.pdc-summary--compact .pdc-summary__subtitle {
  margin-top: 9px;
  color: #756655;
  font-size: 13px;
  line-height: 1.45;
}

.pdc-link-button {
  border: 0;
  position: relative;
  background: transparent;
  color: var(--pdc-muted);
  font-size: 12px;
  padding: 4px 0 5px;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.pdc-link-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.42;
  transform: scaleX(0.45);
  transform-origin: left;
  transition: opacity 180ms ease, transform 220ms var(--pdc-ease);
}

.pdc-link-button:hover {
  color: var(--pdc-accent-dark);
}

.pdc-link-button:hover::after,
.pdc-link-button:focus-visible::after {
  opacity: 0.74;
  transform: scaleX(1);
}

.pdc-preview {
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 178px;
  border: 1px solid rgba(150, 125, 95, 0.22);
  border-radius: 5px;
  background: #f6f0e7;
  box-shadow: none;
  color: #2a211a;
  padding: 14px 14px 10px;
}

.pdc-summary--compact .pdc-preview {
  min-height: 172px;
  padding: 12px 13px 10px;
}

.pdc-preview svg {
  position: static !important;
  display: block;
  width: 100%;
  height: clamp(118px, 13vw, 168px);
  min-height: 0;
}

.pdc-summary--compact .pdc-preview svg {
  height: clamp(148px, 10.4vw, 188px);
}

.pdc-preview__caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 2px 0;
  color: #7f715f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdc-summary--compact .pdc-preview__caption {
  padding-top: 9px;
  padding-bottom: 1px;
  color: #897a68;
  font-size: 9.5px;
  letter-spacing: 0.13em;
}

.pdc-preview__footprint {
  padding: 2px 2px 0;
  color: rgba(120, 100, 86, 0.58);
  font-size: 8.8px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdc-summary-section {
  min-width: 0;
}

.pdc-summary-section--details {
  border-top: 1px solid rgba(36, 29, 22, 0.075);
  padding-top: 12px;
}

.pdc-summary--compact .pdc-summary-section--details .pdc-summary-section__head {
  margin-bottom: 0;
}

.pdc-summary--compact .pdc-key-specs--details {
  display: none;
}

.pdc-summary-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.pdc-summary-section__label {
  color: var(--pdc-accent-dark);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-live-summary {
  display: grid;
  min-height: 0;
  gap: 20px;
}

.pdc-live-summary__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: 14px;
  padding-bottom: clamp(18px, 1.5vw, 24px);
}

.pdc-live-summary__card {
  min-width: 0;
  border: 1px solid rgba(156, 123, 84, 0.2);
  border-radius: var(--pdc-radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.66), rgba(246, 239, 228, 0.44)),
    rgba(251, 247, 239, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.74);
  padding: 14px 16px 16px;
}

.pdc-live-summary__card.is-featured {
  grid-column: 1 / -1;
  padding-top: 15px;
  padding-bottom: 17px;
}

.pdc-live-summary__card.is-wide {
  grid-column: 1 / -1;
  padding-top: 15px;
  padding-bottom: 18px;
}

.pdc-live-summary__card-label {
  display: block;
  color: #9a8b7c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-live-summary__card-value {
  display: block;
  min-width: 0;
  margin-top: 9px;
  overflow-wrap: anywhere;
  color: var(--pdc-ink);
  font-family: var(--pdc-sans);
  font-size: clamp(15px, 1.05vw, 16px);
  font-weight: 600;
  line-height: 1.38;
}

.pdc-live-summary__card-note {
  display: block;
  margin-top: 7px;
  color: rgba(116, 104, 91, 0.82);
  font-size: 11px;
  line-height: 1.38;
}

.pdc-live-summary__card-value.is-updating {
  animation: pdc-summary-value-update 520ms var(--pdc-ease, cubic-bezier(0.22, 0.61, 0.36, 1)) both;
}

.pdc-live-summary__card.is-recommended-flash {
  animation: pdc-summary-recommended-flash 1200ms var(--pdc-ease) both;
}

@keyframes pdc-summary-value-update {
  from {
    opacity: 0.34;
    transform: translate3d(0, 6px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pdc-summary-recommended-flash {
  0% {
    border-color: rgba(156, 123, 84, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.66), rgba(246, 239, 228, 0.44)),
      rgba(251, 247, 239, 0.68);
  }
  28% {
    border-color: rgba(120, 100, 86, 0.42);
    background:
      linear-gradient(180deg, rgba(250, 243, 227, 0.88), rgba(246, 239, 228, 0.62)),
      rgba(251, 247, 239, 0.82);
  }
  100% {
    border-color: rgba(156, 123, 84, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.66), rgba(246, 239, 228, 0.44)),
      rgba(251, 247, 239, 0.68);
  }
}

.pdc-live-summary__card.is-featured .pdc-live-summary__card-value {
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(19px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.24;
}

.pdc-live-summary__card.is-wide .pdc-live-summary__card-value {
  line-height: 1.48;
}

.pdc-live-summary__card.is-empty .pdc-live-summary__card-value {
  color: var(--pdc-faint);
  font-weight: 400;
}

.pdc-live-summary__value-list {
  display: grid;
  gap: 4px;
}

.pdc-live-summary__value-line--secondary {
  color: rgba(66, 51, 42, 0.66);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42;
}

.pdc-live-summary__card[data-summary-key="addons"] .pdc-live-summary__card-value,
.pdc-live-summary__card[data-summary-key="addons"] .pdc-live-summary__value-line {
  color: rgba(66, 51, 42, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.pdc-key-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.pdc-key-spec {
  min-width: 0;
  border: 1px solid rgba(36, 29, 22, 0.075);
  border-radius: var(--pdc-radius);
  background: rgba(238, 231, 218, 0.34);
  padding: 8px 10px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pdc-key-spec:first-child {
  grid-column: 1 / -1;
  padding: 10px 12px;
}

.pdc-key-spec.is-selected {
  border-color: rgba(156, 123, 84, 0.2);
  background: rgba(255, 250, 242, 0.58);
}

.pdc-key-spec__label {
  display: block;
  color: #8b7e70;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-key-spec__value {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: var(--pdc-ink);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.24;
}

.pdc-key-spec:first-child .pdc-key-spec__value {
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
}

.pdc-key-specs--details .pdc-key-spec:last-child {
  grid-column: 1 / -1;
}

.pdc-key-spec.is-empty .pdc-key-spec__value {
  color: var(--pdc-faint);
  font-weight: 400;
}

.pdc-summary--compact .pdc-summary-value {
  animation: pdc-summary-value-fade 260ms ease both;
}

.pdc-smart-summary {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(36, 29, 22, 0.075);
  padding-top: 12px;
}

.pdc-smart-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pdc-smart-summary__status {
  border: 1px solid rgba(156, 123, 84, 0.34);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.7);
  font-size: 8px;
  padding: 3px 6px;
}

.pdc-smart-summary__based {
  margin: 0;
  color: rgba(116, 104, 91, 0.88);
  font-size: 11px;
  line-height: 1.35;
}

.pdc-summary--compact .pdc-smart-summary__list {
  gap: 5px;
}

.pdc-summary--compact .pdc-smart-summary__list li {
  color: #5d5045;
  font-size: 10.8px;
  line-height: 1.38;
  padding-left: 15px;
}

.pdc-summary-rows {
  border-top: 1px solid rgba(36, 29, 22, 0.095);
}

.pdc-summary-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(36, 29, 22, 0.08);
  padding: 9px 0;
  font-size: 12.5px;
  line-height: 1.32;
}

.pdc-summary--compact .pdc-summary-row {
  gap: 12px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.25;
}

.pdc-summary--compact .pdc-summary-row:last-child {
  border-bottom: 0;
}

.pdc-summary-row__key {
  flex: 0 0 auto;
  color: #897b6c;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pdc-summary-row__value {
  color: var(--pdc-ink);
  font-size: 12.5px;
  font-weight: 600;
  text-align: right;
}

.pdc-summary-row__value.is-empty {
  color: var(--pdc-faint);
  font-weight: 400;
}

.pdc-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: -8px;
}

.pdc-chip {
  border: 1px solid rgba(156, 123, 84, 0.55);
  border-radius: 999px;
  color: var(--pdc-accent-dark);
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 11px;
}

.pdc-estimate {
  border-top: 1px solid var(--pdc-line);
  padding-top: 15px;
}

.pdc-summary--compact .pdc-estimate {
  border-top: 0;
  border-bottom: 1px solid rgba(36, 29, 22, 0.075);
  padding: 0 0 10px;
}

.pdc-summary--compact .pdc-estimate .pdc-micro {
  color: rgba(111, 87, 61, 0.88);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.pdc-estimate__price {
  display: block;
  margin-top: 10px;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  transition: color 180ms ease, opacity 180ms ease;
}

.pdc-summary--compact .pdc-estimate__price {
  margin-top: 5px;
  font-size: clamp(38px, 2.4vw, 46px);
  animation: pdc-summary-price-fade 300ms ease both;
}

.pdc-estimate__note,
.pdc-panel-note {
  margin: 12px 0 0;
  color: var(--pdc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.pdc-summary--compact .pdc-estimate__note {
  max-width: 94%;
  margin-top: 6px;
  color: rgba(116, 104, 91, 0.82);
  font-size: 10.5px;
  line-height: 1.36;
}

.pdc-summary-cta {
  display: grid;
  gap: 15px;
}

.pdc-summary-cta__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 22px;
  min-width: 0;
}

.pdc-summary-cta__label {
  min-width: 0;
  color: rgba(111, 87, 61, 0.88);
  font-family: var(--pdc-sans);
  font-size: clamp(14.5px, 1.18vw, 16px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pdc-summary-cta__price {
  flex: 0 0 auto;
  color: var(--pdc-ink);
  font-family: "Qanelas-Medium", var(--pdc-sans);
  font-size: clamp(34px, 2.55vw, 40px);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  animation: pdc-summary-price-fade 300ms ease both;
}

.pdc-price-context-note {
  margin: -8px 0 0;
  color: rgba(120, 100, 86, 0.78);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.pdc-price-context-note--flash {
  margin-top: -11px;
  animation: pdc-price-context-fade 2800ms var(--pdc-ease) both;
}

@keyframes pdc-price-context-fade {
  0% {
    opacity: 0;
    transform: translateY(3px);
  }
  12%,
  72% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2px);
  }
}

.pdc-summary-cta__price.is-counting,
.pdc-tablet-bar__price.is-counting,
.pdc-mobile-bar__price.is-counting {
  font-variant-numeric: tabular-nums;
  will-change: contents;
}

.pdc-summary-cta__actions {
  display: grid;
  grid-template-columns: minmax(168px, 1.35fr) minmax(136px, 0.9fr);
  gap: 12px;
}

.pdc-summary-cta__button {
  width: 100%;
  min-height: 56px;
  padding-right: 18px;
  padding-left: 18px;
}

.pdc-summary-cta__button--clear {
  border-color: rgba(126, 99, 77, 0.62);
  background: rgba(255, 250, 242, 0.64);
  color: #6f5745;
}

.pdc-summary-cta__button--clear:hover,
.pdc-summary-cta__button--clear:focus-visible {
  border-color: #6f5745;
  background: rgba(255, 250, 242, 0.92);
  color: #5c493b;
  box-shadow: 0 12px 28px rgba(36, 29, 22, 0.055);
}

.pdc-summary-cta__note {
  margin: 0;
  color: rgba(92, 78, 64, 0.9);
  font-family: var(--pdc-sans);
  font-size: clamp(14.5px, 1.18vw, 16px);
  font-weight: 400;
  line-height: 1.53;
}

@media (min-width: 561px) and (max-width: 1023px) {
  .pdc-summary-cta__price {
    font-size: clamp(30px, 3.8vw, 34px);
  }
}

@media (max-width: 560px) {
  .pdc-summary-cta__price {
    font-size: clamp(28px, 7.4vw, 32px);
  }

  .pdc-summary-cta__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdc-summary-cta__note {
    font-size: 14.5px;
    line-height: 1.52;
  }
}

.pdc-next-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdc-next-list li {
  position: relative;
  border-top: 1px solid var(--pdc-line);
  color: var(--pdc-ink);
  font-size: 13px;
  padding: 10px 0 10px 24px;
}

.pdc-next-list li::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 1px;
  background: var(--pdc-accent);
  content: "";
}

.pdc-actions {
  display: grid;
  gap: 9px;
}

.pdc-summary--compact .pdc-actions {
  gap: 7px;
}

.pdc-summary__secondary-actions {
  display: grid;
  gap: 11px;
  border-top: 1px solid rgba(36, 29, 22, 0.075);
  margin-top: 4px;
  padding-top: 18px;
}

.pdc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--pdc-radius);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.pdc-summary--compact .pdc-button {
  min-height: 50px;
  padding: 11px 16px;
}

.pdc-summary--compact .pdc-summary__secondary-actions .pdc-button {
  width: 100%;
}

.pdc-button--primary {
  border: 1px solid var(--pdc-ink);
  background: var(--pdc-ink);
  color: #fffaf2;
}

.pdc-button--primary:hover {
  border-color: var(--pdc-accent-dark);
  background: var(--pdc-accent-dark);
  box-shadow: 0 14px 32px rgba(36, 29, 22, 0.09);
  transform: translateY(-1px);
}

.pdc-button:active {
  transform: translateY(0);
}

.pdc-button--secondary {
  border: 1px solid rgba(156, 123, 84, 0.42);
  background: transparent;
  color: var(--pdc-ink);
}

.pdc-button--secondary:hover {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
  color: #fffaf2;
  box-shadow: 0 14px 32px rgba(36, 29, 22, 0.075);
  transform: translateY(-1px);
}

.pdc-summary__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.pdc-summary--compact .pdc-summary__links {
  gap: 8px 14px;
}

.pdc-summary--full .pdc-preview svg {
  height: auto;
}

.pdc-tablet-bar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--pdc-line);
  border-bottom: 1px solid var(--pdc-line);
  background: rgba(238, 231, 218, 0.97);
  padding: 13px 0;
}

.pdc-tablet-bar__summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 0;
  background: transparent;
  color: var(--pdc-ink);
  padding: 0;
  text-align: left;
}

.pdc-tablet-bar__line {
  overflow: hidden;
  color: var(--pdc-muted);
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-tablet-bar__price {
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(26px, 3.2vw, 34px);
  font-variant-numeric: tabular-nums;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.pdc-tablet-bar__quote {
  min-height: 40px;
  padding: 10px 16px;
}

.pdc-mobile-bar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--pdc-line-strong);
  background: rgba(238, 231, 218, 0.97);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}

.pdc-mobile-bar__summary {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  border: 0;
  background: transparent;
  color: var(--pdc-ink);
  padding: 0;
  text-align: left;
}

.pdc-mobile-bar__price {
  overflow: hidden;
  font-family: var(--pdc-thin);
  font-size: 24px;
  font-variant-numeric: tabular-nums;
  font-weight: 300;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-mobile-bar__price.is-counting {
  animation: pdc-summary-price-fade 300ms ease both;
}

.pdc-mobile-bar .pdc-button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 12px 18px;
}

.pdc-modal,
.pdc-sheet {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: none;
  background: rgba(36, 29, 22, 0.34);
}

.pdc-modal.is-open,
.pdc-sheet.is-open {
  display: flex;
}

@keyframes pdc-quote-modal-in {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes luxuryUnderlineReveal {
  0% {
    opacity: 0.18;
    transform: scaleX(0);
  }
  64% {
    opacity: 0.78;
    transform: scaleX(1);
  }
  100% {
    opacity: 0.58;
    transform: scaleX(0.45);
  }
}

.pdc-modal {
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 2.2vw, 28px);
  background: rgba(36, 29, 22, 0.5);
}

.pdc-modal__panel {
  position: relative;
  width: min(calc(100% - 48px), 1220px);
  max-height: calc(100svh - 44px);
  overflow: hidden;
  border: 1px solid rgba(36, 29, 22, 0.16);
  border-radius: 2px;
  background: #fbf7ef;
  box-shadow: 0 18px 44px rgba(36, 29, 22, 0.08);
  isolation: isolate;
  animation: pdc-quote-modal-in 260ms var(--pdc-ease) both;
}

.pdc-modal__close,
.pdc-sheet__close {
  border: 0;
  background: transparent;
  color: var(--pdc-muted);
}

.pdc-modal__close {
  position: absolute;
  top: 17px;
  right: 19px;
  z-index: 2;
  width: 34px;
  height: 34px;
  color: rgba(36, 29, 22, 0.64);
  font-size: 25px;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.pdc-modal__close:hover,
.pdc-modal__close:focus-visible {
  color: var(--pdc-ink);
  transform: translateY(-1px);
}

.pdc-quote-modal__form {
  padding: clamp(24px, 2.5vw, 34px) clamp(28px, 3vw, 44px);
}

.pdc-quote-modal__intro {
  max-width: 620px;
  padding-right: 44px;
}

.pdc-quote-modal__eyebrow,
.pdc-quote-modal__summary-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pdc-accent-dark);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-quote-modal__eyebrow::before,
.pdc-quote-modal__summary-label::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.52;
}

.pdc-modal__title {
  margin: 12px 0 9px;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 300;
  line-height: 1.05;
}

.pdc-quote-modal__title {
  margin-top: 0;
}

.pdc-modal__lead {
  max-width: 560px;
  margin: 0;
  color: var(--pdc-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.pdc-clear-confirm {
  --pdc-bg: #eee7da;
  --pdc-paper: #fbf7ef;
  --pdc-soft: #f6efe4;
  --pdc-ink: #241d16;
  --pdc-muted: #74685b;
  --pdc-faint: #a99d8f;
  --pdc-line: rgba(36, 29, 22, 0.14);
  --pdc-line-strong: rgba(36, 29, 22, 0.24);
  --pdc-accent: #9c7b54;
  --pdc-accent-dark: #6f573d;
  --pdc-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --pdc-radius: 6px;
  --pdc-sans: "Qanelas-Regular", "Qanelas", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pdc-thin: "QanelasDEMO-Thin", "Qanelas-UltraLight", var(--pdc-sans);
  position: fixed;
  inset: 0;
  z-index: 10120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 242, 0.13), rgba(36, 29, 22, 0) 34%),
    rgba(36, 29, 22, 0.56);
  opacity: 0;
  transition: opacity 280ms var(--pdc-ease);
}

@supports ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .pdc-clear-confirm {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.pdc-clear-confirm.is-open,
.pdc-clear-confirm.is-closing {
  display: flex;
}

.pdc-clear-confirm.is-open {
  opacity: 1;
}

.pdc-clear-confirm.is-closing {
  opacity: 0;
  pointer-events: none;
}

.pdc-clear-confirm__panel {
  position: relative;
  width: min(100%, 640px);
  overflow: hidden;
  border: 1px solid rgba(111, 87, 61, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(246, 239, 228, 0.98)),
    #fbf7ef;
  box-shadow:
    0 28px 70px rgba(36, 29, 22, 0.18),
    inset 0 1px 0 rgba(255, 250, 242, 0.72);
  color: var(--pdc-ink);
  padding: clamp(28px, 3.3vw, 42px);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.985);
  transition:
    opacity 300ms var(--pdc-ease),
    transform 300ms var(--pdc-ease);
}

.pdc-clear-confirm.is-open .pdc-clear-confirm__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pdc-clear-confirm.is-closing .pdc-clear-confirm__panel {
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(0.985);
}

.pdc-clear-confirm__panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(156, 123, 84, 0), rgba(156, 123, 84, 0.48), rgba(156, 123, 84, 0));
  content: "";
}

.pdc-clear-confirm__close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: rgba(36, 29, 22, 0.54);
  font-family: var(--pdc-sans);
  font-size: 25px;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.pdc-clear-confirm__close:hover,
.pdc-clear-confirm__close:focus-visible {
  color: var(--pdc-ink);
  transform: translateY(-1px);
}

.pdc-clear-confirm__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pdc-accent-dark);
  font-family: var(--pdc-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdc-clear-confirm__eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.52;
}

.pdc-clear-confirm__title {
  margin: 16px 42px 0 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.03;
}

@media (min-width: 561px) {
  .pdc-clear-confirm__title {
    white-space: nowrap;
  }
}

.pdc-clear-confirm__copy {
  max-width: 34rem;
  margin: 16px 0 0;
  color: rgba(92, 78, 64, 0.9);
  font-family: var(--pdc-sans);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.55;
}

.pdc-clear-confirm__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: clamp(24px, 3vw, 34px);
}

.pdc-clear-confirm__button {
  min-height: 54px;
  padding-right: 18px;
  padding-left: 18px;
}

.pdc-clear-confirm__button--primary {
  border: 1px solid #6f573d;
  background: #6f573d;
  background-color: #6f573d;
  color: #fffaf2;
}

.pdc-clear-confirm__button--primary:hover,
.pdc-clear-confirm__button--primary:focus-visible {
  border-color: #5c493b;
  background: #5c493b;
  box-shadow: 0 16px 34px rgba(36, 29, 22, 0.12);
  transform: translateY(-1px);
}

.pdc-clear-confirm__button--secondary {
  border: 1px solid rgba(111, 87, 61, 0.44);
  background: rgba(255, 250, 242, 0.58);
  color: #5c493b;
}

.pdc-clear-confirm__button--secondary:hover,
.pdc-clear-confirm__button--secondary:focus-visible {
  border-color: #6f5745;
  background: rgba(255, 250, 242, 0.92);
  color: var(--pdc-ink);
  box-shadow: 0 14px 30px rgba(36, 29, 22, 0.07);
  transform: translateY(-1px);
}

@media (max-width: 560px) {
  .pdc-clear-confirm {
    align-items: center;
    padding: 18px;
  }

  .pdc-clear-confirm__panel {
    padding: 30px 22px 22px;
  }

  .pdc-clear-confirm__title {
    margin-right: 34px;
    font-size: clamp(32px, 10vw, 40px);
  }

  .pdc-clear-confirm__copy {
    font-size: 15px;
    line-height: 1.52;
  }

  .pdc-clear-confirm__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.pdc-quote-modal__lead {
  max-width: none;
  white-space: nowrap;
}

.pdc-quote-modal__layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 3.4vw, 44px);
  align-items: start;
  margin-top: clamp(20px, 2.2vw, 28px);
}

.pdc-quote-modal__summary {
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.045), rgba(255, 250, 242, 0)),
    var(--pdc-ink);
  color: #fffaf2;
  padding: clamp(20px, 2vw, 26px);
}

.pdc-quote-modal__summary-label {
  color: #b89a72;
}

.pdc-quote-modal__range {
  display: block;
  margin-top: 15px;
  color: #fffaf2;
  font-family: var(--pdc-thin);
  font-size: clamp(27px, 2.6vw, 36px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.05;
}

.pdc-quote-modal__line {
  margin: 14px 0 0;
  color: rgba(255, 250, 242, 0.92);
  font-size: 14px;
  line-height: 1.45;
}

.pdc-quote-modal__summary-note {
  margin: 10px 0 0;
  color: rgba(255, 250, 242, 0.56);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.pdc-quote-modal__spec-list {
  display: grid;
  gap: 0;
  margin: 17px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
}

.pdc-quote-modal__spec-row {
  display: grid;
  grid-template-columns: minmax(72px, 0.62fr) minmax(0, 1fr);
  gap: 16px;
  padding: 6px 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: 12px;
  line-height: 1.35;
}

.pdc-quote-modal__spec-row dt {
  color: rgba(184, 154, 114, 0.92);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pdc-quote-modal__spec-row dd {
  margin: 0;
  text-align: right;
}

.pdc-quote-modal__spec-row.is-empty dd {
  color: rgba(255, 250, 242, 0.42);
}

.pdc-quote-summary {
  border-top: 1px solid var(--pdc-line);
  border-bottom: 1px solid var(--pdc-line);
  margin-bottom: 22px;
  padding: 13px 0;
  color: var(--pdc-muted);
  font-family: var(--pdc-sans);
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.pdc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.7vw, 20px) clamp(18px, 2.2vw, 28px);
}

.pdc-field--full {
  grid-column: 1 / -1;
}

.pdc-quote-modal__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pdc-quote-modal__field label {
  color: #8c8275;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(36, 29, 22, 0.16);
  border-radius: 0;
  background: transparent;
  color: var(--pdc-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  padding: 6px 0 8px;
  transition: border-color 220ms var(--pdc-ease), color 180ms ease;
}

.pdc-quote-modal__field input::placeholder,
.pdc-quote-modal__field textarea::placeholder {
  color: #8c8275;
  opacity: 0.66;
}

.pdc-quote-modal__field input:focus,
.pdc-quote-modal__field select:focus,
.pdc-quote-modal__field textarea:focus {
  border-color: var(--pdc-accent);
  outline: none;
}

.pdc-quote-modal__field select {
  appearance: none;
  padding-right: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239c7b54' fill='none' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
}

.pdc-quote-modal__field textarea {
  min-height: 66px;
  resize: vertical;
}

.pdc-form-actions {
  margin-top: 20px;
}

.pdc-form-actions .pdc-button {
  width: 100%;
}

.pdc-quote-modal__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.pdc-quote-modal__submit {
  min-height: 48px;
}

.pdc-quote-modal__edit {
  min-height: 48px;
  border: 1px solid rgba(156, 123, 84, 0.34);
  background: transparent;
  color: var(--pdc-accent-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pdc-quote-modal__edit:hover,
.pdc-quote-modal__edit:focus-visible {
  border-color: var(--pdc-ink);
  background: var(--pdc-ink);
  color: #fffaf2;
  transform: translateY(-1px);
}

.pdc-quote-modal__edit:focus-visible {
  outline: 1px solid rgba(156, 123, 84, 0.72);
  outline-offset: 4px;
}

.pdc-form-status {
  min-height: 16px;
  margin-top: 10px;
  color: var(--pdc-accent-dark);
  font-size: 12.5px;
  line-height: 1.5;
}

.pdc-form-status.is-error {
  color: #7c3429;
}

.pdc-success {
  display: none;
  min-height: 320px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.pdc-success.is-visible {
  display: flex;
}

.pdc-quote-modal__success {
  background: #fbf7ef;
  padding: clamp(34px, 4vw, 54px);
}

.pdc-success__title {
  margin: 12px 0 8px;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 300;
  line-height: 1;
}

.pdc-success__copy {
  max-width: 500px;
  color: var(--pdc-muted);
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .pdc-modal__panel {
    overflow-y: auto;
  }

  .pdc-quote-modal__layout {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__summary {
    min-height: 0;
  }

  .pdc-quote-modal__spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }
}

.pdc-quote-modal__panel {
  width: min(calc(100% - 48px), 840px);
  max-height: calc(100svh - 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fbf7ef;
}

.pdc-quote-modal__form {
  min-height: 0;
  max-height: inherit;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background: #fbf7ef;
  padding: 0;
}

.pdc-quote-modal__body {
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(22px, 2.4vw, 32px) clamp(24px, 2.6vw, 34px) 14px;
  scrollbar-color: rgba(156, 123, 84, 0.44) transparent;
  scrollbar-width: thin;
}

.pdc-quote-modal__body::-webkit-scrollbar {
  width: 4px;
}

.pdc-quote-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-quote-modal__body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(156, 123, 84, 0.44);
}

.pdc-quote-modal__footer {
  position: sticky;
  z-index: 1;
  bottom: 0;
  flex: 0 0 auto;
  border-top: 1px solid rgba(36, 29, 22, 0.1);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.88), #fbf7ef 16px),
    #fbf7ef;
  padding: 15px clamp(24px, 2.6vw, 34px) clamp(18px, 2.1vw, 26px);
}

.pdc-quote-modal__header {
  max-width: none;
  padding-right: 40px;
}

.pdc-quote-modal__header + .pdc-quote-modal__estimate-card,
.pdc-quote-modal__section,
.pdc-quote-modal__step-label,
.pdc-quote-modal__actions {
  margin-top: 15px;
}

.pdc-quote-modal__estimate-card {
  border: 1px solid rgba(36, 29, 22, 0.12);
  background: #fffaf2;
  padding: 14px 17px;
}

.pdc-quote-modal__estimate-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.pdc-quote-modal__estimate-card span,
.pdc-quote-modal__step-label {
  color: var(--pdc-accent-dark);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-quote-modal__estimate-card strong {
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(31px, 4vw, 44px);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.pdc-quote-modal__estimate-card p {
  margin: 9px 0 0;
  color: var(--pdc-muted);
  font-size: 13.5px;
  line-height: 1.45;
}

.pdc-quote-modal__estimate-card b {
  color: var(--pdc-ink);
  font-weight: 500;
}

.pdc-quote-modal__section {
  border-top: 1px solid rgba(36, 29, 22, 0.1);
  padding-top: 12px;
}

.pdc-quote-modal__section--optional {
  padding-top: 14px;
}

.pdc-quote-modal__section--selection {
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
}

.pdc-quote-modal__toggle {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--pdc-accent-dark);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 3px 0 6px;
  transition: color 180ms ease;
}

.pdc-quote-modal__toggle::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.38;
  transition: opacity 180ms ease;
}

.pdc-quote-modal__toggle:hover,
.pdc-quote-modal__toggle:focus-visible {
  color: var(--pdc-ink);
  outline: none;
}

.pdc-quote-modal__toggle:hover::after,
.pdc-quote-modal__toggle:focus-visible::after {
  opacity: 0.72;
}

.pdc-add-details-cta {
  display: inline-flex;
  align-items: center;
  overflow: visible;
  color: var(--pdc-accent-dark);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.pdc-add-details-cta::after {
  bottom: -4px;
  transform: scaleX(0.45);
  transform-origin: left center;
  opacity: 0.58;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.pdc-modal.is-open .pdc-add-details-cta::after {
  animation: luxuryUnderlineReveal 1100ms ease 800ms 1 both;
}

.pdc-add-details-cta:hover,
.pdc-add-details-cta:focus-visible {
  color: var(--pdc-ink);
  transform: translateX(1px);
}

.pdc-add-details-cta:hover::after,
.pdc-add-details-cta:focus-visible::after {
  transform: scaleX(1);
}

.pdc-quote-modal__section-content:not([hidden]) {
  transition:
    max-height 260ms var(--pdc-ease),
    opacity 220ms ease;
  animation: pdc-summary-value-fade 220ms var(--pdc-ease) both;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list {
  margin-top: 13px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(36, 29, 22, 0.1);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row {
  grid-template-columns: minmax(118px, 0.52fr) minmax(0, 1fr);
  color: var(--pdc-muted);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dt {
  color: var(--pdc-accent-dark);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dd {
  color: var(--pdc-ink);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row.is-empty dd {
  color: rgba(116, 104, 91, 0.58);
}

.pdc-quote-modal__fields--primary {
  margin-top: 10px;
}

.pdc-quote-modal__contact-method {
  margin: 15px 0 0;
  border: 0;
  padding: 0;
}

.pdc-quote-modal__footer .pdc-quote-modal__contact-method {
  margin-top: 0;
}

.pdc-quote-modal__contact-method legend {
  margin: 0 0 9px;
  padding: 0;
  color: var(--pdc-accent-dark);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pdc-contact-option {
  position: relative;
  display: block;
  min-width: 0;
}

.pdc-contact-option input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.pdc-contact-option span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156, 123, 84, 0.28);
  background: rgba(255, 250, 242, 0.58);
  color: var(--pdc-accent-dark);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease;
}

.pdc-contact-option input:hover + span,
.pdc-contact-option input:focus-visible + span {
  border-color: rgba(36, 29, 22, 0.34);
  color: var(--pdc-ink);
  transform: translateY(-1px);
}

.pdc-contact-option input:focus-visible + span {
  outline: 1px solid rgba(156, 123, 84, 0.62);
  outline-offset: 3px;
}

.pdc-contact-option input:checked + span {
  border-color: rgba(36, 29, 22, 0.8);
  background: var(--pdc-ink);
  color: #fffaf2;
  box-shadow: 0 12px 26px rgba(36, 29, 22, 0.08);
}

.pdc-contact-option--whatsapp input:checked + span {
  border-color: rgba(37, 211, 102, 0.44);
  background: rgba(37, 211, 102, 0.12);
  color: #17733a;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.1);
}

.pdc-quote-modal__contact-method.has-error .pdc-contact-option span {
  border-color: rgba(124, 52, 41, 0.38);
}

.pdc-quote-modal__contact-method .pdc-quote-modal__error {
  display: block;
  margin-top: 6px;
}

.pdc-quote-modal__field label em {
  color: #a99d8f;
  font-style: normal;
  letter-spacing: 0.12em;
}

.pdc-quote-modal__error {
  min-height: 15px;
  color: #7c3429;
  font-size: 11.5px;
  line-height: 1.25;
}

.pdc-quote-modal__field.has-error input {
  border-color: #7c3429;
}

.pdc-quote-modal__optional-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.pdc-quote-modal__optional-title {
  display: block;
  min-width: 0;
}

.pdc-quote-modal__optional-title .pdc-quote-modal__step-label {
  margin: 0;
}

.pdc-quote-modal__optional-title p,
.pdc-quote-modal__optional-note {
  margin: 8px 0 0;
  color: var(--pdc-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.pdc-quote-modal__detail-note {
  margin: 13px 0 0;
  color: var(--pdc-accent-dark);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.pdc-quote-modal__fields--optional {
  margin-top: 12px;
}

.pdc-quote-modal__actions {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pdc-quote-modal__footer .pdc-quote-modal__actions {
  margin-top: 12px;
}

.pdc-quote-modal__submit {
  min-height: 50px;
  box-shadow: none;
}

.pdc-quote-modal__submit:hover,
.pdc-quote-modal__submit:focus-visible {
  box-shadow: 0 14px 32px rgba(156, 123, 84, 0.13);
}

.pdc-quote-modal__trust-line {
  margin: 14px 0 0;
  color: rgba(121, 105, 85, 0.72);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.pdc-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pdc-success__whatsapp {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #25d366;
  background: #25d366;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.pdc-success__whatsapp:hover,
.pdc-success__whatsapp:focus-visible {
  border-color: #1ebe5d;
  background: #1ebe5d;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.18);
  transform: translateY(-1px);
}

.pdc-sheet {
  align-items: flex-end;
  justify-content: center;
}

.pdc-sheet__panel {
  position: relative;
  width: 100%;
  max-height: 86vh;
  overflow-y: auto;
  border-top: 1px solid var(--pdc-line-strong);
  border-radius: 16px 16px 0 0;
  background: #fbf7ef;
  padding: 10px 22px 36px;
  animation: pdc-quote-modal-in 240ms var(--pdc-ease) both;
  scrollbar-color: rgba(156, 123, 84, 0.42) transparent;
  scrollbar-width: thin;
}

.pdc-sheet__panel::-webkit-scrollbar {
  width: 4px;
}

.pdc-sheet__panel::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-sheet__panel::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(156, 123, 84, 0.38);
}

.pdc-sheet__close {
  display: block;
  width: 46px;
  height: 24px;
  margin: 0 auto 12px;
  padding: 0;
}

.pdc-sheet__close::before {
  display: block;
  width: 46px;
  height: 5px;
  margin: 10px auto;
  border-radius: 0;
  background: #b5aa9b;
  content: "";
}

.pdc-sheet .pdc-summary {
  gap: 18px;
}

.pdc-sheet .pdc-summary__title {
  font-size: 36px;
}

.pdc-sheet .pdc-preview {
  display: block;
}

.pdc-sheet .pdc-summary--compact {
  max-height: none;
}

.pdc-sheet .pdc-summary--compact .pdc-summary__body {
  overflow: visible;
}

.pdc-selection-sheet {
  color: var(--pdc-ink);
}

.pdc-selection-sheet__header {
  border-bottom: 1px solid rgba(36, 29, 22, 0.095);
  padding: 4px 42px 14px 0;
}

.pdc-selection-sheet__title {
  margin: 12px 0 0;
  color: var(--pdc-ink);
  font-family: var(--pdc-thin);
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.02;
}

.pdc-selection-sheet__subtitle {
  max-width: 520px;
  margin: 9px 0 0;
  color: rgba(116, 104, 91, 0.9);
  font-size: 13px;
  line-height: 1.55;
}

.pdc-selection-spec-list {
  display: grid;
  gap: 0;
  margin-top: 2px;
}

.pdc-selection-spec-row {
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  align-items: baseline;
  gap: 24px;
  border-bottom: 1px solid rgba(36, 29, 22, 0.085);
  padding: 9px 0;
}

.pdc-selection-spec-row__label {
  color: rgba(111, 87, 61, 0.88);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pdc-selection-spec-row__value {
  min-width: 0;
  color: var(--pdc-ink);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.42;
  text-align: right;
}

.pdc-selection-spec-row.is-empty .pdc-selection-spec-row__value {
  color: rgba(169, 157, 143, 0.88);
  font-weight: 400;
}

.pdc-selection-spec-row.is-featured {
  padding-top: 13px;
  padding-bottom: 13px;
}

.pdc-selection-spec-row.is-featured .pdc-selection-spec-row__value {
  font-family: var(--pdc-thin);
  font-size: clamp(24px, 2.7vw, 30px);
  font-weight: 300;
  line-height: 1;
}

.pdc-selection-sheet__actions {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(36, 29, 22, 0.095);
  margin-top: 14px;
  padding-top: 14px;
}

.pdc-selection-sheet__actions .pdc-button {
  min-height: 50px;
}

.pdc-selection-sheet__close-link {
  justify-self: start;
}

.pdc-selection-sheet__actions .pdc-button--secondary {
  justify-self: end;
  min-width: 154px;
}

@media (min-width: 981px) {
  .pdc-sheet {
    align-items: center;
    padding: 24px;
  }

  .pdc-sheet__panel {
    width: min(100%, 760px);
    max-height: min(86vh, 860px);
    border: 1px solid var(--pdc-line);
    border-radius: var(--pdc-radius);
    padding: 26px 32px 34px;
  }

  .pdc-sheet__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .pdc-sheet__close::before,
  .pdc-sheet__close::after {
    position: absolute;
    top: 18px;
    left: 9px;
    width: 20px;
    height: 1px;
    margin: 0;
    border-radius: 0;
    background: var(--pdc-muted);
    content: "";
  }

  .pdc-sheet__close::before {
    transform: rotate(45deg);
  }

  .pdc-sheet__close::after {
    transform: rotate(-45deg);
  }

  .pdc-sheet .pdc-summary {
    gap: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pdc-configurator {
    grid-template-columns: minmax(0, 58%) minmax(340px, 42%);
    width: min(100% - 36px, 1180px);
  }

  .pdc-left {
    padding-top: 58px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .pdc-summary-area {
    padding: 58px 28px 104px;
  }

  .pdc-title {
    font-size: clamp(34px, 3.7vw, 42px);
  }

  .pdc-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .pdc-intro {
    padding-bottom: 44px;
  }

  .pdc-options {
    padding-top: 34px;
  }

  .pdc-section {
    padding: 40px 0;
  }

  .pdc-section__head {
    margin-bottom: 20px;
  }

  .pdc-size-studio__head {
    margin-bottom: 22px;
  }

  .pdc-size-choice {
    padding: 9px 13px;
  }

  .pdc-size-choice__label {
    font-size: 13.5px;
  }

  .pdc-size-choice__sub {
    font-size: 11.5px;
  }

  .pdc-size-slider {
    margin-top: 24px;
  }

  .pdc-option {
    min-height: 64px;
    padding: 14px 15px;
  }

  .pdc-door-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-door-card__image-wrap {
    height: clamp(240px, 22vw, 280px);
    max-height: none;
  }

  .pdc-door-card__body {
    padding: 11px;
  }

  .pdc-window-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .pdc-window-card__image-wrap {
    aspect-ratio: 4 / 3;
    height: clamp(280px, 24vw, 330px);
    max-height: none;
  }

  .pdc-window-card__body {
    padding: 20px 22px 10px;
  }

  .pdc-floor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-floor-card__image-wrap {
    height: clamp(240px, 22vw, 280px);
    max-height: none;
  }

  .pdc-skylight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-skylight-card__image-wrap {
    aspect-ratio: 1 / 1;
    height: clamp(240px, 22vw, 280px);
  }

  .pdc-skylight-card__body {
    padding: 11px;
  }

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

  .pdc-style {
    min-height: 144px;
    padding: 18px 16px 15px;
  }

  .pdc-style svg {
    width: 58px;
    height: 38px;
    margin-bottom: 4px;
  }

  .pdc-swatch__sample {
    height: clamp(190px, 17vw, 230px);
  }

  .pdc-summary--compact {
    padding: 0;
  }

  .pdc-summary--compact .pdc-summary__body {
    padding: 18px 22px 20px 19px;
  }

  .pdc-summary--compact .pdc-summary__sticky-footer {
    padding: 12px 22px 15px 19px;
  }

  .pdc-summary--compact .pdc-preview svg {
    height: clamp(150px, 14vw, 176px);
  }

  .pdc-summary--compact .pdc-summary-row {
    padding: 4px 0;
    font-size: 11.5px;
  }

  .pdc-summary--compact .pdc-estimate__price {
    font-size: clamp(34px, 3vw, 40px);
  }
}

@media (min-width: 1200px) and (max-height: 1000px) {
  .pdc-summary--compact .pdc-summary__body {
    padding: 17px 22px 18px 19px;
  }

  .pdc-summary--compact .pdc-summary__sticky-footer {
    gap: 8px;
    padding: 10px 22px 12px 19px;
  }

  .pdc-summary--compact .pdc-estimate {
    padding-bottom: 8px;
  }

  .pdc-summary--compact .pdc-estimate .pdc-micro {
    font-size: 8.5px;
  }

  .pdc-summary--compact .pdc-estimate__price {
    margin-top: 4px;
    font-size: clamp(32px, 1.9vw, 36px);
  }

  .pdc-summary--compact .pdc-estimate__note {
    max-width: 100%;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.32;
  }

  .pdc-summary-cta {
    gap: 12px;
  }

  .pdc-summary-cta__price {
    font-size: clamp(34px, 2.45vw, 38px);
  }

  .pdc-summary-cta__note {
    font-size: 15px;
    line-height: 1.5;
  }

  .pdc-summary--compact .pdc-button {
    min-height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    --pbt-header-height: 76px;
    --pbt-sticky-gap: 14px;
  }

    .pdc-configurator {
        display: block;
        width: min(100% - 44px, 820px);
        margin-bottom: 0;
    }

  .pdc-left {
    padding: 54px 0 104px;
  }

  .pdc-intro {
    padding-bottom: 42px;
  }

  .pdc-title {
    font-size: clamp(40px, 6.2vw, 54px);
  }

  .pdc-copy {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.68;
  }

  .pdc-summary-area {
    display: none;
  }

  .pdc-tablet-bar {
    position: sticky;
    z-index: 20;
    top: var(--pbt-header-height, 76px);
    display: block;
    background: rgba(238, 231, 218, 0.98);
  }

  .pdc-options {
    padding-top: 34px;
  }

  .pdc-section {
    padding: 42px 0;
  }

  .pdc-section__head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .pdc-grid--uses,
  .pdc-grid--sizes,
  .pdc-grid--trio,
  .pdc-grid--swatches,
  .pdc-grid--styles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-ac-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-ac-card__image-wrap {
    aspect-ratio: 4 / 3;
    height: clamp(250px, 34vw, 300px);
    max-height: none;
  }

  .pdc-ac-card__body {
    padding: 12px;
  }

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

  .pdc-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-size-choice {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: 58px;
    padding: 11px 14px;
    text-align: left;
  }

  .pdc-door-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-door-card__image-wrap {
    height: clamp(250px, 34vw, 300px);
    max-height: none;
  }

  .pdc-door-card__body {
    padding: 12px;
  }

  .pdc-window-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .pdc-window-card__image-wrap {
    aspect-ratio: 4 / 3;
    height: clamp(250px, 32vw, 300px);
    max-height: none;
  }

  .pdc-window-card__body {
    padding: 20px 22px 10px;
  }

  .pdc-skylight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pdc-skylight-card__image-wrap {
    aspect-ratio: 1 / 1;
    height: clamp(250px, 34vw, 300px);
  }

  .pdc-skylight-card__body {
    padding: 12px;
  }

  .pdc-option {
    min-height: 60px;
    padding: 14px 16px;
  }

  .pdc-style {
    min-height: 138px;
  }

  .pdc-swatch__sample {
    height: clamp(190px, 28vw, 230px);
  }

  .pdc-finish {
    margin-bottom: 18px;
  }

  .pdc-finish-grid {
    width: 100%;
    gap: 16px;
  }

  .pdc-electric-spec-row {
    gap: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .pdc-addon-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .pdc-addon__side {
    width: 100%;
    justify-content: space-between;
  }

  .pdc-sheet {
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
  }

  .pdc-sheet__panel {
    width: min(86vw, 520px);
    max-height: 100svh;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid var(--pdc-line-strong);
    border-radius: 0;
    padding: 28px 30px 34px;
  }

  .pdc-sheet__close {
    top: 16px;
    right: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .design-pod-page {
    padding-top: 0;
  }
}

@media (max-width: 1180px) {
  :root {
    --pbt-header-height: 76px;
    --pbt-sticky-gap: 14px;
  }

  .pdc-configurator {
    display: block;
    width: min(100% - 44px, 1180px);
    margin-bottom: 0;
  }

  .pdc-left {
    padding-top: 58px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: calc(146px + env(safe-area-inset-bottom));
  }

  .pdc-intro {
    padding-bottom: 42px;
  }

  .pdc-summary-area {
    display: none;
  }

  .pdc-tablet-bar {
    display: none;
  }

  .pdc-mobile-bar {
    display: flex;
  }

  .pdc-options {
    padding-top: 34px;
  }

  .pdc-progress {
    margin-bottom: 28px;
  }

  .pdc-section {
    padding: 42px 0;
  }

  .pdc-section__head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 22px;
  }

  .pdc-section__toggle {
    cursor: default;
    pointer-events: none;
  }

  .pdc-section__chevron {
    display: none !important;
  }

  .pdc-section__toggle[aria-expanded="true"] .pdc-section__chevron {
    transform: none !important;
  }

  .pdc-section__body,
  .pdc-options,
  [data-pdc-section-body] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }

  .pdc-section.is-collapsed .pdc-section__body {
    display: block;
  }

  .pdc-grid--uses,
  .pdc-grid--sizes,
  .pdc-grid--trio,
  .pdc-grid--swatches,
  .pdc-grid--styles,
  .pdc-package-grid,
  .pdc-ac-grid,
  .pdc-door-grid,
  .pdc-window-grid,
  .pdc-floor-grid,
  .pdc-skylight-grid,
  .pdc-finish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-recommendation-panel__button {
    width: 100%;
  }

  .pdc-recommendation-chip,
  .pdc-dropdown-recommendation {
    letter-spacing: 0.11em;
  }
}

@media (max-width: 767px) {
  :root {
    --pbt-header-height: 64px;
  }

  .design-pod-page {
    padding-top: 0;
  }

  .pdc-configurator {
    display: block;
    width: 100%;
    margin: 0;
  }

  .design-pod-page,
  .pdc-configurator,
  .pdc-left,
  .pdc-options,
  .pdc-section,
  .pdc-section__body {
    max-width: 100%;
    overflow-x: clip;
  }

  .pdc-title {
    font-size: clamp(36px, 9vw, 44px);
    line-height: 1.04;
    white-space: normal;
  }

  .pdc-left {
    padding: 42px 20px calc(200px + env(safe-area-inset-bottom));
  }

  .pdc-intro {
    padding-bottom: 32px;
  }

  .pdc-copy,
  .pdc-note {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .pdc-copy {
    margin-top: 14px;
  }

  .pdc-note {
    margin-top: 12px;
    font-size: 12.5px;
  }

  .pdc-guided-note {
    margin-top: 20px;
    padding: 14px 15px;
    border-radius: 10px;
  }

  .pdc-guided-note span {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .pdc-guided-note p {
    font-size: 14px;
    line-height: 1.55;
  }

  .pdc-left-note {
    white-space: normal;
  }

  .pdc-left-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .pdc-left-contact-button {
    width: 100%;
    min-width: 0;
  }

  .pdc-summary-area {
    display: none;
  }

  .pdc-sheet .pdc-summary--compact {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pdc-sheet .pdc-summary--compact .pdc-summary__body {
    padding: 0;
  }

  .pdc-sheet .pdc-summary--compact .pdc-summary__sticky-footer {
    background: transparent;
    box-shadow: none;
    padding: 14px 0 0;
  }

  .pdc-sheet .pdc-summary-cta__price {
    font-size: clamp(28px, 7.2vw, 32px);
  }

  .pdc-selection-sheet__header {
    padding: 3px 34px 16px 0;
  }

  .pdc-selection-sheet__title {
    font-size: clamp(31px, 9vw, 40px);
  }

  .pdc-selection-sheet__subtitle {
    font-size: 12.5px;
  }

  .pdc-selection-spec-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 10px 0;
  }

  .pdc-selection-spec-row__value {
    font-size: 13.5px;
    text-align: left;
  }

  .pdc-selection-spec-row.is-featured .pdc-selection-spec-row__value {
    font-size: clamp(25px, 8vw, 34px);
  }

  .pdc-selection-sheet__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .pdc-selection-sheet__actions .pdc-button,
  .pdc-selection-sheet__actions .pdc-button--secondary,
  .pdc-selection-sheet__close-link {
    width: 100%;
    justify-self: stretch;
  }

  .pdc-selection-sheet__actions .pdc-button--primary {
    order: 1;
  }

  .pdc-selection-sheet__actions .pdc-button--secondary {
    order: 2;
  }

  .pdc-selection-sheet__close-link {
    order: 3;
    text-align: center;
  }

  .pdc-options {
    padding-top: 30px;
  }

  .pdc-recommendation-panel {
    margin-top: 24px;
    padding: 16px 15px 17px;
  }

  .pdc-recommendation-panel__button {
    width: 100%;
  }

  .pdc-recommendation-panel__list li,
  .pdc-smart-summary__list li {
    overflow-wrap: anywhere;
  }

  .pdc-recommendation-note {
    margin-bottom: 14px;
    padding: 12px 13px;
  }

  .pdc-window-dropdown__menu,
  .pdc-door-dropdown__menu {
    width: 100%;
    min-width: 100%;
    padding: 8px;
  }

  .pdc-window-dropdown__option,
  .pdc-door-dropdown__option {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    min-height: 46px;
    column-gap: 10px;
    padding: 0 12px;
  }

  .pdc-window-dropdown__option-label,
  .pdc-door-dropdown__option-label {
    font-size: 14.5px;
    line-height: 1.2;
  }

  .pdc-dropdown-recommendation {
    grid-column: auto;
    justify-self: end;
    align-self: center;
    margin-top: 0;
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .pdc-progress {
    margin-bottom: 28px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .pdc-section {
    padding: 34px 0;
  }

  .pdc-section + .pdc-section {
    margin-top: 0;
  }

  .pdc-section__head {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .pdc-section__num {
    display: block;
    margin-bottom: 12px;
    padding-top: 0;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .pdc-section__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-height: 0;
    width: 100%;
  }

  .pdc-section__title {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.01em;
  }

  .pdc-section__chevron {
    display: block;
  }

  .pdc-section__toggle[aria-expanded="true"] .pdc-section__chevron {
    transform: rotate(225deg);
  }

  .pdc-section__lead {
    max-width: 100%;
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .pdc-section__body {
    padding-bottom: 32px;
  }

  .pdc-section.is-collapsed .pdc-section__body {
    display: none;
  }

  .pdc-grid--uses,
  .pdc-grid--sizes,
  .pdc-grid--trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdc-grid--uses {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .pdc-grid--uses .pdc-option {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 100, 86, 0.18);
    border-radius: 4px;
    background: rgba(255, 250, 242, 0.42);
    padding: 0 10px;
    text-align: center;
    transform: none;
  }

  .pdc-grid--uses .pdc-option__label {
    width: 100%;
    font-size: 12.5px;
    letter-spacing: 0.01em;
    line-height: 1.18;
    text-align: center;
  }

  .pdc-grid--uses .pdc-option.is-selected,
  .pdc-grid--uses .pdc-option.is-selected:hover {
    border-color: #241d16;
    background: #241d16;
    box-shadow: none;
    color: #fffaf2;
    transform: none;
  }

  .pdc-grid--uses .pdc-option.is-selected .pdc-option__label {
    color: #fffaf2;
    font-weight: 400;
  }

  .pdc-section--02 .pdc-section__body {
    padding-bottom: 10px;
  }

  .pdc-package-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-package-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .pdc-package-card__name {
    font-size: 20px;
  }

  .pdc-package-card__desc,
  .pdc-package-card__support {
    max-width: 100%;
  }

  .pdc-grid--swatches {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-ac-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-ac-card {
    min-height: 320px;
  }

  .pdc-ac-card__image-wrap {
    aspect-ratio: 4 / 3;
    height: clamp(220px, 65vw, 280px);
    max-height: none;
  }

  .pdc-ac-card__blank {
    padding: 18px 12px;
  }

  .pdc-grid--styles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdc-style {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 96px;
    border-color: rgba(120, 100, 86, 0.16);
    border-radius: 6px;
    background: rgba(255, 250, 242, 0.46);
    box-shadow: none;
    padding: 18px;
    text-align: left;
    transform: none;
  }

  .pdc-style svg {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 46px;
    height: 32px;
    margin: 0;
    justify-self: center;
    color: rgba(120, 100, 86, 0.68);
  }

  .pdc-style__name,
  .pdc-style__desc {
    grid-column: 2;
    min-width: 0;
  }

  .pdc-style__name {
    align-self: end;
    font-size: 15.5px;
    line-height: 1.2;
  }

  .pdc-style__desc {
    align-self: start;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .pdc-style.is-selected,
  .pdc-style.is-selected:hover {
    border-color: rgba(120, 100, 86, 0.42);
    background: rgba(250, 243, 227, 0.82);
    box-shadow: inset 0 0 0 1px rgba(120, 100, 86, 0.14);
    transform: none;
  }

  .pdc-style.is-selected svg {
    color: rgba(66, 51, 42, 0.82);
  }

  .pdc-door-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-door-card__image-wrap {
    aspect-ratio: 16 / 8;
    height: clamp(220px, 65vw, 280px);
    max-height: none;
  }

  .pdc-door-card__body {
    padding: 12px;
  }

  .pdc-door-card__title {
    font-size: 15px;
  }

  .pdc-window-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pdc-window-card__image-wrap {
    aspect-ratio: 4 / 3;
    height: clamp(210px, 58vw, 270px);
    max-height: none;
  }

  .pdc-window-card__body {
    min-height: 68px;
    padding: 18px 20px 8px;
  }

  .pdc-section--07 .pdc-section__lead {
    max-width: none;
    font-size: 15px;
    line-height: 1.58;
  }

  .pdc-window-card__title {
    font-size: 17px;
  }

  .pdc-window-card__size {
    padding: 0 20px 22px;
  }

  .pdc-window-card__size-label {
    margin-bottom: 12px;
  }

  .pdc-window-card__add-more {
    width: 100%;
    min-height: 46px;
    align-self: stretch;
  }

  .pdc-floor-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-flooring-type-grid {
    grid-template-columns: 1fr;
  }

  .pdc-floor-card__image-wrap {
    height: clamp(220px, 65vw, 280px);
    max-height: none;
  }

  .pdc-floor-card__body {
    padding: 12px;
  }

  .pdc-floor-card__title {
    font-size: 15px;
  }

  .pdc-skylight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .pdc-skylight-card__image-wrap {
    aspect-ratio: 1 / 1;
    height: clamp(220px, 65vw, 280px);
  }

  .pdc-swatch__sample,
  .pdc-finish-card__image-wrap {
    height: clamp(220px, 65vw, 280px);
  }

  .pdc-floor-card,
  .pdc-door-card,
  .pdc-window-card,
  .pdc-ac-card,
  .pdc-finish-card,
  .pdc-swatch {
    min-height: 320px;
  }

  .pdc-skylight-card__body {
    min-height: 68px;
    padding: 12px;
  }

  .pdc-skylight-card__title {
    font-size: 15px;
  }

  .pdc-finish-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pdc-size-studio__head {
    margin-bottom: 18px;
  }

  .pdc-size-value__number {
    font-size: clamp(26px, 9vw, 34px);
  }

  .pdc-size-value__custom {
    font-size: clamp(20px, 7vw, 28px);
  }

  .pdc-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .pdc-size-choice {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: 54px;
    padding: 11px 12px;
    text-align: left;
  }

  .pdc-size-choice__label {
    font-size: 14px;
  }

  .pdc-size-choice__sub {
    font-size: 12px;
  }

  .pdc-size-slider {
    margin-top: 26px;
  }

  .pdc-option {
    min-height: 52px;
    padding: 12px 13px;
  }

  .pdc-option__label,
  .pdc-style__name,
  .pdc-swatch__label,
  .pdc-qty__label,
  .pdc-addon__name {
    font-size: 14px;
  }

  .pdc-electrical-specification {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .pdc-electrical-specification__list {
    grid-template-columns: 1fr;
  }

  .pdc-electrical-specification__price {
    font-size: 26px;
  }

  .pdc-style {
    min-height: 124px;
    padding: 16px 15px;
  }

  .pdc-style svg {
    width: 54px;
    height: 36px;
    margin-bottom: 2px;
  }

  .pdc-swatch {
    min-height: 0;
    padding: 11px;
  }

  .pdc-swatch__sample {
    height: clamp(158px, 45vw, 218px);
  }

  .pdc-swatch__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: 0;
    padding: 0 3px 2px;
  }

  .pdc-bespoke {
    max-width: none;
  }

  .pdc-field input,
  .pdc-field select,
  .pdc-field textarea {
    font-size: 16px;
  }

  .pdc-qty-row {
    gap: 12px;
    padding: 12px 0;
  }

  .pdc-stepper__button {
    width: 42px;
    height: 42px;
  }

  .pdc-finish {
    margin-bottom: 18px;
  }

  .pdc-finish-grid {
    width: 100%;
  }

  .pdc-electrical-setup-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .pdc-electrical-setup-panel__title {
    font-size: 21px;
  }

  .pdc-electric-spec-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .pdc-electric-spec-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px 2px;
  }

  .pdc-electric-spec-row__control {
    justify-content: flex-start;
  }

  .pdc-electric-dropdown {
    width: fit-content;
    min-width: 112px;
    max-width: 132px;
  }

  .pdc-addon-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .pdc-addon__side {
    width: 100%;
    justify-content: space-between;
  }

  .pdc-form-grid {
    grid-template-columns: 1fr;
  }

  .pdc-modal {
    align-items: stretch;
    padding: 0;
  }

  .pdc-modal__panel {
    width: 100%;
    min-height: 100svh;
    max-height: 100svh;
    border: 0;
    border-radius: 0;
    padding: 0;
  }

  .pdc-quote-modal__form {
    padding: 0;
  }

  .pdc-quote-modal__body {
    padding: 30px 22px 14px;
  }

  .pdc-quote-modal__footer {
    padding: 12px 22px calc(14px + env(safe-area-inset-bottom));
  }

  .pdc-quote-modal__success {
    padding: 30px 22px calc(30px + env(safe-area-inset-bottom));
  }

  .pdc-quote-modal__intro {
    padding-right: 36px;
  }

  .pdc-quote-modal__header {
    padding-right: 36px;
  }

  .pdc-quote-modal__lead {
    white-space: normal;
  }

  .pdc-quote-modal__estimate-card div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pdc-quote-modal__estimate-card strong {
    white-space: normal;
  }

  .pdc-quote-modal__optional-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pdc-add-details-cta {
    align-self: flex-start;
  }

  .pdc-contact-options {
    gap: 6px;
  }

  .pdc-contact-option span {
    min-height: 40px;
    font-size: 10px;
    letter-spacing: 0.1em;
    padding-right: 7px;
    padding-left: 7px;
  }

  .pdc-quote-modal__trust-line {
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .pdc-quote-modal__layout {
    gap: 24px;
    margin-top: 24px;
  }

  .pdc-quote-modal__spec-list {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__spec-row {
    grid-template-columns: minmax(86px, 0.7fr) minmax(0, 1fr);
  }

  .pdc-quote-modal__actions {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__footer .pdc-quote-modal__actions {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px;
  }

  .pdc-quote-modal__footer .pdc-quote-modal__edit {
    width: auto;
    min-height: 50px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .pdc-success__whatsapp {
    width: 100%;
  }

  .pdc-quote-modal__success .pdc-quote-modal__edit {
    width: 100%;
  }

  .pdc-success__actions {
    flex-direction: column;
  }

  .pdc-mobile-bar {
    display: flex;
  }
}

@media (max-width: 480px) {
  .pdc-left {
    padding-top: 40px;
  }
}

@media (max-width: 380px) {
  .pdc-left {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 420px) {
  .pdc-mobile-bar .pdc-button {
    letter-spacing: 0.08em;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 360px) {
  .pdc-grid--sizes,
  .pdc-grid--trio,
  .pdc-grid--swatches,
  .pdc-ac-grid {
    grid-template-columns: 1fr;
  }

  .pdc-option {
    min-height: 50px;
  }
}

.pdc-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdc-size-choice {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  min-height: 42px;
  padding: 0.6em 1.1em;
  text-align: center;
}

.pdc-size-slider {
  margin-top: 26px;
}

.pdc-size-studio .pdc-bespoke {
  margin-top: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .pdc-option.is-selected,
  .pdc-style.is-selected,
  .pdc-swatch.is-selected,
  .pdc-floor-card.is-selected,
  .pdc-finish-card.is-selected,
  .pdc-size-choice.is-selected,
  .pdc-segment__button.is-selected,
  .pdc-toggle[aria-checked="true"],
  .pdc-ac-card.is-selected,
  .pdc-qty-row.is-active .pdc-stepper,
  .pdc-studio-service-card,
  .pdc-studio-service-card::before,
  .pdc-window-size-row,
  .pdc-package-card__badge,
  .pdc-package-card__badge--retiring,
  .pdc-live-summary__card-value.is-updating,
  .pdc-summary-cta__price.is-counting,
  .pdc-tablet-bar__price.is-counting,
  .pdc-mobile-bar__price.is-counting,
  .pdc-summary--compact .pdc-summary-value,
  .pdc-summary--compact .pdc-estimate__price {
    animation: none;
    transform: none;
  }

  .pdc-studio-service-card,
  .pdc-studio-service-card::before,
  .pdc-studio-service-card::after,
  .pdc-package-card__badge,
  .pdc-live-summary__card-value {
    transition: none;
  }
}

@media (max-width: 420px) {
  .pdc-finish-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Configurator luxury motion layer
   ========================================================= */
.design-pod-page {
  --pdc-ease: var(--pbt-ease-luxury, cubic-bezier(0.22, 1, 0.36, 1));
}

.pdc-size-choice,
.pdc-option,
.pdc-style,
.pdc-swatch,
.pdc-package-card,
.pdc-floor-card,
.pdc-door-card,
.pdc-window-card,
.pdc-skylight-card,
.pdc-ac-card,
.pdc-finish-card,
.pdc-segment__button,
.pdc-stepper__button,
.pdc-toggle,
.pdc-link-button,
.pdc-button,
.pdc-door-card__add-more,
.pdc-window-card__add-more,
.pdc-door-size-row__remove,
.pdc-window-size-row__remove,
.pdc-quote-modal__edit,
.pdc-success__whatsapp {
  transition-property: background-color, border-color, color, transform, box-shadow, opacity;
  transition-duration: var(--pbt-motion-medium, 220ms);
  transition-timing-function: var(--pdc-ease);
}

.pdc-size-choice.is-selected,
.pdc-option.is-selected,
.pdc-style.is-selected,
.pdc-swatch.is-selected,
.pdc-package-card.is-selected,
.pdc-floor-card.is-selected,
.pdc-finish-card.is-selected,
.pdc-size-choice.is-selected,
.pdc-segment__button.is-selected,
.pdc-toggle[aria-checked="true"],
.pdc-ac-card.is-selected {
  animation: none;
}

@media (hover: hover) and (pointer: fine) {
  .pdc-size-choice:hover,
  .pdc-option:hover,
  .pdc-style:hover,
  .pdc-package-card:hover,
  .pdc-floor-card:hover,
  .pdc-door-card:hover,
  .pdc-window-card:hover,
  .pdc-skylight-card:hover,
  .pdc-ac-card:hover,
  .pdc-finish-card:hover {
    border-color: rgba(111, 87, 61, 0.34);
    background-color: rgba(251, 247, 239, 0.9);
    box-shadow: 0 12px 28px rgba(36, 29, 22, 0.052);
    transform: translate3d(0, -1px, 0);
  }

  .pdc-size-choice.selected:hover,
  .pdc-size-choice.is-selected:hover,
  .pdc-size-choice.active:hover,
  .pdc-size-choice[aria-pressed="true"]:hover {
    border-color: var(--pdc-ink);
    background: var(--pdc-ink);
    color: var(--pdc-bg);
  }

  .pdc-size-choice[data-value="bespoke"].is-selected:hover,
  .pdc-size-choice[data-value="bespoke"][aria-pressed="true"]:hover {
    border-color: rgba(132, 101, 67, 0.62);
    background:
      linear-gradient(145deg, rgba(255, 250, 242, 0.92), rgba(241, 231, 214, 0.78));
    box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.78), 0 10px 22px rgba(70, 53, 38, 0.07);
    color: #5f4934;
  }

  .pdc-swatch:hover {
    transform: translate3d(0, -2px, 0);
  }
}

.pdc-floor-card__image,
.pdc-door-card__image,
.pdc-window-card__image,
.pdc-skylight-card__image,
.pdc-finish-card__image,
.pdc-swatch__sample {
  transition:
    transform 700ms var(--pdc-ease),
    opacity var(--pbt-motion-medium, 220ms) var(--pdc-ease),
    filter var(--pbt-motion-medium, 220ms) var(--pdc-ease);
}

@media (hover: hover) and (pointer: fine) {
  .pdc-floor-card:hover .pdc-floor-card__image,
  .pdc-door-card:hover .pdc-door-card__image,
  .pdc-window-card:hover .pdc-window-card__image,
  .pdc-skylight-card:hover .pdc-skylight-card__image,
  .pdc-finish-card:hover .pdc-finish-card__image,
  .pdc-swatch:hover .pdc-swatch__sample {
    opacity: 0.99;
    transform: scale(1.012);
  }
}

.pdc-window-dropdown__trigger,
.pdc-door-dropdown__trigger,
.pdc-field input,
.pdc-field select,
.pdc-field textarea,
.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea,
.pdc-contact-option span {
  transition-property: background-color, border-color, color, transform, box-shadow, opacity;
  transition-duration: var(--pbt-motion-medium, 220ms);
  transition-timing-function: var(--pdc-ease);
}

.pdc-window-dropdown__menu,
.pdc-door-dropdown__menu {
  opacity: 0;
  transform: translate3d(0, 4px, 0);
  transform-origin: bottom center;
  transition:
    opacity var(--pbt-motion-medium, 220ms) var(--pdc-ease),
    transform var(--pbt-motion-medium, 220ms) var(--pdc-ease);
}

.pdc-window-dropdown.is-open .pdc-window-dropdown__menu,
.pdc-door-dropdown.is-open .pdc-door-dropdown__menu {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pdc-window-dropdown__option,
.pdc-door-dropdown__option {
  transition:
    background-color var(--pbt-motion-fast, 160ms) var(--pdc-ease),
    color var(--pbt-motion-fast, 160ms) var(--pdc-ease),
    transform var(--pbt-motion-fast, 160ms) var(--pdc-ease);
}

.pdc-window-dropdown__option:hover,
.pdc-window-dropdown__option:focus-visible,
.pdc-door-dropdown__option:hover,
.pdc-door-dropdown__option:focus-visible {
  background-color: rgba(246, 239, 228, 0.78);
  transform: translate3d(2px, 0, 0);
}

.pdc-door-size-row,
.pdc-window-size-row {
  animation: pdc-row-enter 280ms var(--pdc-ease) both;
}

@keyframes pdc-row-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.pdc-link-button,
.pdc-quote-modal__toggle,
.pdc-add-details-cta,
.pdc-selection-sheet__close-link {
  text-underline-offset: 0.22em;
  transition:
    color var(--pbt-motion-medium, 220ms) var(--pdc-ease),
    transform var(--pbt-motion-medium, 220ms) var(--pdc-ease);
}

@media (hover: hover) and (pointer: fine) {
  .pdc-link-button:hover,
  .pdc-quote-modal__toggle:hover,
  .pdc-add-details-cta:hover,
  .pdc-selection-sheet__close-link:hover {
    transform: translate3d(2px, 0, 0);
  }
}

.pdc-modal,
.pdc-sheet {
  opacity: 0;
  transition: opacity 280ms var(--pdc-ease);
}

.pdc-modal.is-open,
.pdc-sheet.is-open {
  opacity: 1;
}

.pdc-modal.is-closing,
.pdc-sheet.is-closing {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.pdc-modal__panel,
.pdc-sheet__panel {
  animation: none;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 300ms var(--pdc-ease),
    transform 300ms var(--pdc-ease);
}

.pdc-modal.is-open .pdc-modal__panel,
.pdc-sheet.is-open .pdc-sheet__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pdc-modal.is-closing .pdc-modal__panel {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.pdc-sheet.is-open .pdc-sheet__panel {
  transform: translate3d(0, 0, 0);
}

.pdc-sheet.is-closing .pdc-sheet__panel {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

@media (max-width: 1180px) {
  .pdc-door-size-row,
  .pdc-window-size-row {
    animation-duration: 220ms;
  }

  .pdc-floor-card:hover,
  .pdc-door-card:hover,
  .pdc-window-card:hover,
  .pdc-skylight-card:hover,
  .pdc-ac-card:hover,
  .pdc-finish-card:hover,
  .pdc-swatch:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdc-door-size-row,
  .pdc-window-size-row {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .pdc-modal.is-open,
  .pdc-sheet.is-open,
  .pdc-modal.is-open .pdc-modal__panel,
  .pdc-sheet.is-open .pdc-sheet__panel {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .pdc-modal.is-closing,
  .pdc-sheet.is-closing {
    opacity: 0 !important;
  }
}

/* Configurator CTA hover language */
:is(
  .pdc-button,
  .pdc-quote-modal__submit,
  .pdc-quote-modal__edit,
  .pdc-left-contact-button,
  .pdc-success__whatsapp,
  .pdc-door-card__add-more,
  .pdc-window-card__add-more
) {
  transition-property: background-color, border-color, color, transform, box-shadow, opacity;
  transition-duration: var(--pbt-motion-medium, 220ms);
  transition-timing-function: var(--pbt-ease-luxury, cubic-bezier(0.22, 1, 0.36, 1));
}

:is(
  .pdc-button--primary,
  .pdc-quote-modal__submit,
  .pdc-left-contact-button--whatsapp,
  .pdc-success__whatsapp
) {
  background-color: var(--pbt-btn-brown, #786456);
  border-color: var(--pbt-btn-brown, #786456);
  color: #ffffff;
}

:is(
  .pdc-button,
  .pdc-quote-modal__submit,
  .pdc-quote-modal__edit,
  .pdc-left-contact-button,
  .pdc-success__whatsapp,
  .pdc-door-card__add-more,
  .pdc-window-card__add-more
):focus-visible {
  box-shadow: 0 0 0 3px rgba(120, 100, 86, 0.18);
  outline: none;
}

:is(
  .pdc-button--primary,
  .pdc-quote-modal__submit,
  .pdc-left-contact-button--whatsapp,
  .pdc-success__whatsapp
):focus-visible {
  background-color: var(--pbt-btn-brown, #786456);
  border-color: var(--pbt-btn-brown, #786456);
  color: #ffffff;
}

:is(
  .pdc-button--secondary,
  .pdc-quote-modal__edit,
  .pdc-left-contact-button--call
):focus-visible {
  background-color: transparent;
  border-color: var(--pbt-btn-brown, #786456);
  color: var(--pbt-btn-brown-dark, #42332A);
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .pdc-button--primary,
    .pdc-quote-modal__submit,
    .pdc-left-contact-button--whatsapp,
    .pdc-success__whatsapp
  ):hover {
    background-color: var(--pbt-btn-ivory, #FAF3E3);
    border-color: var(--pbt-btn-brown, #786456);
    color: var(--pbt-btn-brown-dark, #42332A);
    transform: translateY(-1px);
  }

  :is(
    .pdc-button--secondary,
    .pdc-quote-modal__edit,
    .pdc-left-contact-button--call,
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover {
    background-color: var(--pbt-btn-brown, #786456);
    border-color: var(--pbt-btn-brown, #786456);
    color: #ffffff;
    transform: translateY(-1px);
  }

  :is(
    .pdc-button,
    .pdc-quote-modal__submit,
    .pdc-quote-modal__edit,
    .pdc-left-contact-button,
    .pdc-success__whatsapp,
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover:not(:focus-visible) {
    box-shadow: none !important;
  }

  :is(
    .pdc-left-contact-button,
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover i,
  :is(
    .pdc-left-contact-button,
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover::before {
    color: currentColor;
  }
}

:is(
  .pdc-button,
  .pdc-quote-modal__submit,
  .pdc-quote-modal__edit,
  .pdc-left-contact-button,
  .pdc-success__whatsapp,
  .pdc-door-card__add-more,
  .pdc-window-card__add-more
):active {
  box-shadow: none;
  transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
  :is(
    .pdc-button,
    .pdc-quote-modal__submit,
    .pdc-quote-modal__edit,
    .pdc-left-contact-button,
    .pdc-success__whatsapp,
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover {
    box-shadow: none;
    transform: none;
  }

  :is(
    .pdc-button--primary,
    .pdc-quote-modal__submit,
    .pdc-left-contact-button--whatsapp,
    .pdc-success__whatsapp
  ):hover {
    background-color: var(--pbt-btn-brown, #786456);
    border-color: var(--pbt-btn-brown, #786456);
    color: #ffffff;
  }

  :is(
    .pdc-button--secondary,
    .pdc-quote-modal__edit,
    .pdc-left-contact-button--call
  ):hover {
    background-color: transparent;
    border-color: var(--pbt-btn-brown, #786456);
    color: var(--pbt-btn-brown-dark, #42332A);
  }

  :is(
    .pdc-door-card__add-more,
    .pdc-window-card__add-more
  ):hover {
    background-color: rgba(126, 101, 78, 0.08);
    border-color: rgba(76, 55, 39, 0.2);
    color: #241a14;
  }
}

@media (max-width: 980px) {
  .pdc-studio-service-grid {
    grid-template-columns: 1fr;
  }

  .pdc-studio-service-card {
    min-height: 0;
  }

  .pdc-studio-service-card__footer {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .pdc-package-helper-line {
    margin-bottom: 12px;
    font-size: 12.5px;
    line-height: 1.45;
  }

  .pdc-package-starting-note {
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .pdc-recommendation-applied {
    margin-top: 14px;
    border-radius: 10px;
    padding: 14px 15px 15px;
  }

  .pdc-recommendation-applied__eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .pdc-recommendation-applied__copy {
    font-size: 12.5px;
    line-height: 1.5;
  }

  .pdc-recommendation-applied__list {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 13px;
    padding-top: 12px;
  }

  .pdc-recommendation-applied__item {
    grid-template-columns: minmax(72px, auto) minmax(0, 1fr);
    gap: 8px;
    font-size: 12px;
  }

  .pdc-section__head {
    display: block;
    margin-bottom: 24px;
  }

  .pdc-section__num {
    display: block;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .pdc-section__title {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.08;
  }

  .pdc-section__lead {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .pdc-section:last-child {
    padding-bottom: calc(200px + env(safe-area-inset-bottom));
  }

  .pdc-size-studio__head {
    display: block;
    margin-bottom: 18px;
  }

  .pdc-size-studio__label {
    display: block;
    margin-bottom: 8px;
  }

  .pdc-size-value {
    margin: 0;
    color: rgba(66, 51, 42, 0.78);
    font-size: 24px;
    line-height: 1.15;
    text-align: left;
    white-space: normal;
  }

  .pdc-size-value b {
    font-size: inherit;
    line-height: inherit;
  }

  .pdc-size-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .pdc-size-choice {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-color: rgba(120, 100, 86, 0.18);
    background: rgba(255, 250, 242, 0.42);
    padding: 0 10px;
    text-align: center;
  }

  .pdc-size-choice[data-value="bespoke"] {
    grid-column: 1 / -1;
  }

  .pdc-size-choice.is-selected {
    border-color: #241d16;
    background: #241d16;
    box-shadow: none;
    color: #fffaf2;
  }

  .pdc-size-choice[data-value="bespoke"].is-selected {
    border-color: #241d16;
    background: #241d16;
    box-shadow: none;
    color: #fffaf2;
  }

  .pdc-size-choice__label {
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .pdc-size-choice__sub {
    font-size: 11.5px;
    line-height: 1.2;
    text-align: center;
  }

  .pdc-size-slider {
    margin-top: 26px;
  }

  .pdc-size-scale {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .pdc-recommendation-panel {
    margin-top: 28px;
    margin-bottom: 32px;
    border-radius: 10px;
    padding: 18px 16px;
  }

  .pdc-recommendation-panel__intro {
    font-size: 15px;
    line-height: 1.4;
  }

  .pdc-recommendation-panel__list li {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .pdc-recommendation-panel__note {
    font-size: 11.5px;
    line-height: 1.45;
  }

  .pdc-flooring-recommendation {
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 14px 15px;
  }

  .pdc-flooring-recommendation__selection {
    font-size: 15px;
    line-height: 1.3;
  }

  .pdc-flooring-recommendation p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .pdc-flooring-type-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pdc-flooring-type-card {
    min-height: auto;
    align-content: start;
    gap: 6px;
    border-radius: 10px;
    padding: 16px;
  }

  .pdc-flooring-type-card.is-recommended {
    padding-top: 16px;
  }

  .pdc-flooring-type-card > .pdc-recommendation-chip {
    position: static;
    display: block;
    order: 3;
    width: fit-content;
    max-width: 100%;
    margin-top: 4px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(120, 100, 86, 0.72);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.2;
    padding: 0;
    pointer-events: none;
    text-transform: uppercase;
  }

  .pdc-flooring-type-card__name {
    order: 1;
    font-size: 15.5px;
    line-height: 1.2;
  }

  .pdc-flooring-type-card__desc {
    order: 2;
    font-size: 12px;
    line-height: 1.35;
  }

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

  .pdc-floor-card {
    min-height: auto;
    border-radius: 10px;
  }

  .pdc-floor-card__image-wrap {
    height: 120px;
    max-height: 120px;
    aspect-ratio: auto;
  }

  .pdc-floor-card__body {
    min-height: auto;
    gap: 4px;
    padding: 10px 12px;
  }

  .pdc-floor-card__title {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .pdc-floor-card__price {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .pdc-section--09 {
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .pdc-skylight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .pdc-skylight-card {
    min-height: auto;
    border-radius: 9px;
    overflow: hidden;
  }

  .pdc-skylight-card.is-selected {
    border-color: rgba(120, 100, 86, 0.58);
    background: rgba(250, 243, 227, 0.72);
    box-shadow: none;
  }

  .pdc-skylight-card__choice {
    min-height: 0;
  }

  .pdc-skylight-card__image-wrap {
    height: clamp(130px, 36vw, 140px);
    max-height: 140px;
    aspect-ratio: auto;
    border-bottom-color: rgba(36, 29, 22, 0.09);
  }

  .pdc-skylight-card__empty-state {
    min-height: 0;
    padding: 14px;
  }

  .pdc-skylight-card__empty-title {
    font-size: clamp(19px, 5.5vw, 23px);
    line-height: 1.08;
  }

  .pdc-skylight-card__body {
    min-height: auto;
    gap: 3px;
    padding: 10px 13px 12px;
  }

  .pdc-skylight-card__body--none {
    justify-content: center;
  }

  .pdc-skylight-card__title-row {
    gap: 0;
  }

  .pdc-skylight-card__title {
    font-size: 15px;
    line-height: 1.2;
  }

  .pdc-skylight-card__badge {
    display: none;
  }

  .pdc-skylight-card__desc {
    font-size: 11.8px;
    line-height: 1.35;
  }

  .pdc-door-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdc-door-grid .pdc-door-card {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
    min-height: 0;
    border-radius: 12px;
    padding: 12px;
    overflow: visible;
  }

  .pdc-door-grid .pdc-door-card__image-wrap {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 110px;
    height: 118px;
    aspect-ratio: auto;
    border-bottom: 0;
    border-radius: 8px;
  }

  .pdc-door-grid .pdc-door-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pdc-door-grid .pdc-door-card__body {
    grid-column: 2;
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .pdc-door-grid .pdc-door-card__title {
    font-size: 16px;
    line-height: 1.2;
  }

  .pdc-door-grid .pdc-door-card__size {
    grid-column: 2;
    padding: 0;
  }

  .pdc-door-grid .pdc-door-card__size-label {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .pdc-door-grid .pdc-door-card__size-stack {
    gap: 8px;
  }

  .pdc-door-grid .pdc-door-dropdown__trigger {
    min-height: 44px;
    padding: 0 13px;
  }

  .pdc-door-grid .pdc-recommendation-chip {
    display: none;
  }

  .pdc-door-card__image-wrap .pdc-recommendation-chip,
  .pdc-window-card__image-wrap .pdc-recommendation-chip {
    display: none;
  }

  .pdc-recommendation-inline {
    display: block;
    margin-top: 4px;
    color: rgba(120, 100, 86, 0.72);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .pdc-window-card__helper {
    display: -webkit-box;
    max-width: 100%;
    margin-top: 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(66, 51, 42, 0.62);
    font-size: 12.5px;
    line-height: 1.35;
  }

  .pdc-recommendation-note--window {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 13px 14px;
  }

  .pdc-recommendation-note--window p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .pdc-window-grid:not(.pdc-door-grid) {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    gap: 14px 12px;
    min-height: 0;
    border-radius: 12px;
    padding: 14px;
    overflow: visible;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__image-wrap {
    grid-column: 1;
    grid-row: 1;
    width: 96px;
    height: 104px;
    aspect-ratio: auto;
    border-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__body {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__copy {
    display: flex;
    min-height: 104px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__title {
    font-size: 17px;
    line-height: 1.2;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__size {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__size-label {
    display: block;
    margin-bottom: 8px;
    color: rgba(120, 100, 86, 0.72);
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__size-stack {
    gap: 8px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-size-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-size-row.has-remove {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-size-row__control {
    min-width: 0;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-dropdown__trigger {
    width: 100%;
    height: 46px;
    min-height: 46px;
    border-radius: 10px;
    padding: 0 14px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-size-row__remove {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .pdc-window-grid:not(.pdc-door-grid) .pdc-window-card__add-more {
    display: none;
  }

  .pdc-recommendation-note--cladding-optional,
  .pdc-cladding-optional-note {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 14px 15px;
  }

  .pdc-grid--swatches {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdc-grid--swatches .pdc-swatch {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    min-height: 0;
    border-color: rgba(120, 100, 86, 0.16);
    border-radius: 10px;
    background: rgba(255, 250, 242, 0.46);
    box-shadow: none;
    gap: 14px;
    padding: 12px;
    transform: none;
  }

  .pdc-grid--swatches .pdc-swatch:hover {
    border-color: rgba(120, 100, 86, 0.28);
    background: rgba(255, 250, 242, 0.62);
    box-shadow: none;
    transform: none;
  }

  .pdc-grid--swatches .pdc-swatch.is-selected,
  .pdc-grid--swatches .pdc-swatch.is-selected:hover {
    border-color: rgba(120, 100, 86, 0.42);
    background: rgba(250, 243, 227, 0.82);
    box-shadow: inset 0 0 0 1px rgba(120, 100, 86, 0.14);
    transform: none;
  }

  .pdc-grid--swatches .pdc-swatch__sample-frame {
    align-self: center;
    border-radius: 8px;
    padding: 6px;
  }

  .pdc-grid--swatches .pdc-swatch__sample {
    height: 82px;
    border-radius: 5px;
  }

  .pdc-grid--swatches .pdc-swatch__meta {
    min-height: 0;
    gap: 5px;
    padding: 0;
  }

  .pdc-grid--swatches .pdc-swatch__title-row {
    align-items: center;
    gap: 10px;
  }

  .pdc-grid--swatches .pdc-swatch__label {
    font-size: 15.5px;
    line-height: 1.2;
  }

  .pdc-grid--swatches .pdc-swatch__subtitle {
    font-size: 12px;
    line-height: 1.35;
  }

  .pdc-grid--swatches .pdc-swatch__detail {
    margin-top: 3px;
    padding-top: 0;
    font-size: 11px;
    line-height: 1.3;
  }

  .pdc-grid--swatches .pdc-swatch__selected {
    padding: 4px 6px 3px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .pdc-grid--styles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pdc-grid--styles .pdc-style {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 96px;
    border-color: rgba(120, 100, 86, 0.16);
    border-radius: 6px;
    background: rgba(255, 250, 242, 0.46);
    box-shadow: none;
    padding: 18px;
    text-align: left;
    transform: none;
  }

  .pdc-grid--styles .pdc-style svg {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 46px;
    height: 32px;
    margin: 0;
    justify-self: center;
  }

  .pdc-grid--styles .pdc-style__name,
  .pdc-grid--styles .pdc-style__desc {
    grid-column: 2;
    min-width: 0;
  }

  .pdc-grid--styles .pdc-style__name {
    align-self: end;
    font-size: 15.5px;
    line-height: 1.2;
  }

  .pdc-grid--styles .pdc-style__desc {
    align-self: start;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .pdc-grid--styles .pdc-style.is-selected,
  .pdc-grid--styles .pdc-style.is-selected:hover {
    border-color: rgba(120, 100, 86, 0.42);
    background: rgba(250, 243, 227, 0.82);
    box-shadow: inset 0 0 0 1px rgba(120, 100, 86, 0.14);
    transform: none;
  }
}

@media (max-width: 640px) {
  .pdc-section--12 .pdc-section__head {
    margin-bottom: 16px;
    padding: 24px 0 12px;
  }

  .pdc-section-12-intro__content {
    gap: 10px;
  }

  .pdc-section-12-intro__eyebrow {
    font-size: 10px;
    letter-spacing: 0.17em;
  }

  .pdc-section-12-intro__title {
    font-size: clamp(28px, 7.2vw, 34px);
  }

  .pdc-section-12-intro__lead {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.62;
  }

  .pdc-addon-eyebrow--services {
    gap: 12px;
    font-size: 9.5px;
    letter-spacing: 0.16em;
  }

  .pdc-addon-specifications {
    gap: 24px;
  }

  .pdc-studio-service-grid {
    gap: 14px;
  }

  .pdc-studio-scope-panel {
    border-radius: 10px;
    margin-top: 16px;
    padding: 20px;
  }

  .pdc-studio-scope-panel__list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .pdc-studio-service-card {
    padding: 20px;
  }

  .pdc-studio-service-card__logo-wrap {
    height: 62px;
    margin-bottom: 18px;
  }

  .pdc-studio-service-card__logo {
    max-width: min(100%, 185px);
    max-height: 48px;
  }

  .pdc-studio-service-card__meta,
  .pdc-studio-service-card__footer,
  .pdc-studio-service-confirmation {
    align-items: flex-start;
    flex-direction: column;
  }

  .pdc-studio-service-card__secondary-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pdc-studio-service-card__action {
    width: 100%;
  }

  .pdc-studio-service-confirmation strong {
    white-space: normal;
  }

  .pdc-selection-spec-row__list {
    text-align: left;
  }
}

/* Final pod brief modal refinement */
.pdc-quote-modal__panel {
  width: min(960px, calc(100vw - 36px));
  max-height: min(88svh, 860px);
  border: 1px solid rgba(120, 100, 86, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(247, 241, 231, 0.98)),
    #fbf7ef;
  box-shadow:
    0 32px 80px rgba(36, 29, 22, 0.18),
    inset 0 1px 0 rgba(255, 250, 242, 0.72);
}

.pdc-quote-modal__form {
  background: transparent;
}

.pdc-quote-modal__body {
  padding: clamp(30px, 3.2vw, 46px) clamp(28px, 4vw, 54px) clamp(18px, 2.4vw, 28px);
  scrollbar-color: rgba(120, 100, 86, 0.36) transparent;
  scrollbar-width: thin;
}

.pdc-quote-modal__body::-webkit-scrollbar {
  width: 4px;
}

.pdc-quote-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-quote-modal__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 100, 86, 0.34);
}

.pdc-quote-modal__close {
  top: 20px;
  right: 22px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.46);
  color: rgba(66, 51, 42, 0.58);
  font-size: 0;
  line-height: 1;
}

.pdc-quote-modal__close svg {
  width: 17px;
  height: 17px;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-quote-modal__close:hover,
.pdc-quote-modal__close:focus-visible {
  border-color: rgba(120, 100, 86, 0.36);
  background: rgba(250, 243, 227, 0.9);
  color: #2b211b;
}

.pdc-quote-modal__close:hover svg,
.pdc-quote-modal__close:focus-visible svg {
  transform: rotate(90deg);
}

.pdc-quote-modal__header {
  max-width: 700px;
  padding-right: 50px;
}

.pdc-quote-modal__title {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 0.98;
}

.pdc-quote-modal__lead {
  max-width: 660px;
  margin-top: 14px;
  color: rgba(66, 51, 42, 0.7);
  font-size: clamp(14.5px, 1.3vw, 16px);
  line-height: 1.62;
  white-space: normal;
}

.pdc-quote-modal__header + .pdc-quote-modal__estimate-card,
.pdc-quote-modal__step-label,
.pdc-quote-modal__section {
  margin-top: 20px;
}

.pdc-quote-overview-card {
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.86), rgba(250, 243, 227, 0.48)),
    rgba(255, 250, 242, 0.62);
  padding: clamp(18px, 2.4vw, 26px);
}

.pdc-quote-overview-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label {
  color: rgba(120, 100, 86, 0.9);
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label::before {
  width: 24px;
  opacity: 0.36;
}

.pdc-quote-overview-card__head strong {
  color: #241d16;
  font-family: var(--pdc-thin);
  font-size: clamp(40px, 5.1vw, 64px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.92;
  white-space: nowrap;
}

.pdc-quote-overview-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pdc-quote-overview-chip {
  max-width: 100%;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  border: 1px solid rgba(120, 100, 86, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.52);
  color: rgba(66, 51, 42, 0.76);
  font-size: 12.5px;
  line-height: 1.25;
  padding: 8px 11px;
}

.pdc-quote-overview-chip span {
  color: rgba(120, 100, 86, 0.82);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pdc-quote-overview-chip b {
  overflow: hidden;
  color: #2b211b;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-quote-modal__estimate-card p {
  display: none;
}

.pdc-quote-modal__section--selection {
  margin-top: 18px;
}

.pdc-quote-modal__toggle {
  color: rgba(120, 100, 86, 0.9);
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list {
  margin-top: 16px;
  border-top-color: rgba(120, 100, 86, 0.14);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row {
  grid-template-columns: minmax(130px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  color: rgba(66, 51, 42, 0.72);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dt {
  color: rgba(120, 100, 86, 0.86);
}

.pdc-quote-modal__step-label {
  display: block;
  color: rgba(120, 100, 86, 0.9);
}

.pdc-quote-modal__fields--primary,
.pdc-quote-modal__fields--optional {
  gap: 14px;
  margin-top: 13px;
}

.pdc-quote-modal__field {
  gap: 8px;
}

.pdc-quote-modal__field label,
.pdc-quote-modal__contact-method legend {
  color: rgba(120, 100, 86, 0.86);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea {
  min-height: 54px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 15px;
  background-color: rgba(255, 250, 242, 0.52);
  color: #2b211b;
  font-size: 14.5px;
  font-weight: 400;
  padding: 0 16px;
}

.pdc-quote-modal__field textarea {
  min-height: 88px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pdc-quote-modal__field select {
  background-position: right 16px center;
}

.pdc-quote-modal__field input:focus,
.pdc-quote-modal__field select:focus,
.pdc-quote-modal__field textarea:focus {
  border-color: rgba(120, 100, 86, 0.46);
  background-color: rgba(255, 250, 242, 0.76);
  box-shadow: 0 0 0 3px rgba(120, 100, 86, 0.08);
}

.pdc-quote-modal__field.has-error input {
  border-color: rgba(124, 52, 41, 0.52);
}

.pdc-quote-modal__contact-method {
  margin-top: 16px;
}

.pdc-contact-options {
  gap: 8px;
}

.pdc-contact-option span {
  min-height: 46px;
  border-color: rgba(120, 100, 86, 0.2);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.48);
  color: rgba(66, 51, 42, 0.68);
  font-size: 10px;
  letter-spacing: 0.14em;
  box-shadow: none;
}

.pdc-contact-option input:hover + span,
.pdc-contact-option input:focus-visible + span {
  border-color: rgba(120, 100, 86, 0.36);
  background: rgba(255, 250, 242, 0.78);
  color: #2b211b;
  transform: translateY(-1px);
}

.pdc-contact-option input:checked + span,
.pdc-contact-option--whatsapp input:checked + span {
  border-color: rgba(120, 100, 86, 0.48);
  background: rgba(120, 100, 86, 0.12);
  color: #2b211b;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 242, 0.5);
}

.pdc-quote-modal__section--optional {
  margin-top: 22px;
  border-top-color: rgba(120, 100, 86, 0.14);
}

.pdc-quote-modal__optional-title p,
.pdc-quote-modal__detail-note {
  color: rgba(66, 51, 42, 0.62);
}

.pdc-quote-modal__footer {
  border-top: 1px solid rgba(120, 100, 86, 0.16);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.82), #fbf7ef 22px),
    #fbf7ef;
  padding: 18px clamp(28px, 4vw, 54px) clamp(22px, 2.7vw, 30px);
}

.pdc-quote-modal__footer .pdc-quote-modal__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 0;
}

.pdc-quote-modal__submit {
  min-height: 56px;
  border-radius: 999px;
  background: #6f5745;
  color: #fffaf2;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.pdc-quote-modal__submit:hover,
.pdc-quote-modal__submit:focus-visible {
  background: #5f493a;
  box-shadow: 0 16px 34px rgba(36, 29, 22, 0.12);
}

.pdc-quote-modal__edit {
  min-height: 56px;
  border-color: rgba(120, 100, 86, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.44);
  color: rgba(66, 51, 42, 0.72);
  padding-right: 24px;
  padding-left: 24px;
}

.pdc-quote-modal__edit:hover,
.pdc-quote-modal__edit:focus-visible {
  border-color: rgba(120, 100, 86, 0.44);
  background: rgba(250, 243, 227, 0.9);
  color: #2b211b;
}

.pdc-quote-modal__trust-line {
  margin-top: 15px;
  color: rgba(120, 100, 86, 0.64);
  font-size: 9.5px;
  letter-spacing: 0.18em;
}

@media (max-width: 760px) {
  .pdc-quote-modal__panel {
    width: 100%;
    max-height: 100svh;
    border-radius: 0;
  }

  .pdc-quote-modal__body {
    padding: 32px 20px 18px;
  }

  .pdc-quote-modal__footer {
    padding: 15px 20px calc(18px + env(safe-area-inset-bottom));
  }

  .pdc-quote-modal__header {
    padding-right: 42px;
  }

  .pdc-quote-overview-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pdc-quote-overview-card__head strong {
    white-space: normal;
  }

  .pdc-quote-overview-chip {
    width: 100%;
    justify-content: space-between;
    border-radius: 14px;
  }

  .pdc-form-grid,
  .pdc-quote-modal__fields--primary,
  .pdc-quote-modal__fields--optional {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__footer .pdc-quote-modal__actions {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__edit {
    width: 100%;
  }

  .pdc-quote-modal__trust-line {
    white-space: normal;
  }
}

/* Final pod brief modal - two-zone editorial redesign */
.pdc-quote-modal__panel {
  width: min(1120px, calc(100vw - 40px));
  max-height: min(90svh, 820px);
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(244, 237, 225, 0.98)),
    #fbf7ef;
  box-shadow:
    0 34px 86px rgba(36, 29, 22, 0.16),
    inset 0 1px 0 rgba(255, 250, 242, 0.86);
}

.pdc-quote-modal__panel::before {
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(120, 100, 86, 0.08);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.pdc-quote-modal__form {
  min-height: 0;
  background: transparent;
}

.pdc-quote-modal__body {
  padding: clamp(28px, 3.6vw, 46px);
}

.pdc-quote-modal__sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(24px, 3.2vw, 42px);
  align-items: stretch;
}

.pdc-quote-modal__brief,
.pdc-quote-modal__contact-card {
  min-width: 0;
}

.pdc-quote-modal__brief {
  display: flex;
  flex-direction: column;
  padding: clamp(10px, 1vw, 14px) 0;
}

.pdc-quote-modal__contact-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.72), rgba(250, 243, 227, 0.5)),
    rgba(255, 250, 242, 0.46);
  padding: clamp(22px, 2.5vw, 30px);
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.7);
}

.pdc-quote-modal__close {
  top: 22px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.48);
  color: rgba(66, 51, 42, 0.6);
  backdrop-filter: blur(8px);
}

.pdc-quote-modal__close svg {
  width: 16px;
  height: 16px;
}

.pdc-quote-modal__close:hover,
.pdc-quote-modal__close:focus-visible {
  border-color: rgba(120, 100, 86, 0.36);
  background: rgba(120, 100, 86, 0.1);
  color: #241d16;
}

.pdc-quote-modal__eyebrow {
  margin-bottom: clamp(18px, 2vw, 26px);
  color: rgba(120, 100, 86, 0.78);
}

.pdc-quote-modal__eyebrow::before {
  width: 34px;
  opacity: 0.34;
}

.pdc-quote-modal__header {
  max-width: 650px;
  padding-right: 42px;
}

.pdc-quote-modal__title {
  max-width: 600px;
  margin: 0;
  font-size: clamp(48px, 6.1vw, 76px);
  line-height: 0.92;
}

.pdc-quote-modal__lead {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(66, 51, 42, 0.68);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.72;
  white-space: normal;
}

.pdc-quote-overview-card {
  margin-top: clamp(28px, 3vw, 42px);
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.pdc-quote-overview-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  gap: 12px;
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label {
  color: rgba(120, 100, 86, 0.82);
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label::before {
  width: 28px;
  opacity: 0.32;
}

.pdc-quote-overview-card__head strong {
  display: block;
  color: #241d16;
  font-family: var(--pdc-thin);
  font-size: clamp(54px, 6.7vw, 84px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 0.88;
  white-space: normal;
}

.pdc-quote-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(22px, 2.4vw, 30px);
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: 10px;
}

.pdc-quote-overview-item {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(120, 100, 86, 0.14);
  border-radius: 16px;
  background: rgba(255, 250, 242, 0.42);
  padding: 14px 15px;
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-item {
  min-height: 74px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.pdc-quote-overview-item span {
  color: rgba(120, 100, 86, 0.74);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-transform: uppercase;
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-item span {
  display: block;
  color: rgba(120, 100, 86, 0.74);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.15;
  text-transform: uppercase;
}

.pdc-quote-overview-item b {
  overflow: hidden;
  color: rgba(36, 29, 22, 0.9);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-item b {
  max-width: 100%;
  display: block;
  overflow: hidden;
  color: rgba(36, 29, 22, 0.9);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-quote-modal__section--selection {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 100, 86, 0.12);
}

.pdc-quote-modal__toggle {
  color: rgba(120, 100, 86, 0.84);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list {
  max-height: 240px;
  overflow: auto;
  padding-right: 8px;
  scrollbar-color: rgba(120, 100, 86, 0.28) transparent;
  scrollbar-width: thin;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list::-webkit-scrollbar {
  width: 3px;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(120, 100, 86, 0.28);
}

.pdc-quote-modal__step-label {
  margin-top: 0;
  color: rgba(120, 100, 86, 0.84);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.pdc-quote-modal__fields--primary {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.pdc-quote-modal__field {
  gap: 8px;
}

.pdc-quote-modal__field label,
.pdc-quote-modal__contact-method legend {
  color: rgba(120, 100, 86, 0.78);
  font-size: 9.5px;
  letter-spacing: 0.16em;
}

.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea {
  min-height: 52px;
  border: 0;
  border-bottom: 1px solid rgba(120, 100, 86, 0.24);
  border-radius: 0;
  background: transparent;
  color: #241d16;
  font-size: 15px;
  padding: 0;
}

.pdc-quote-modal__field textarea {
  min-height: 78px;
  padding-top: 10px;
}

.pdc-quote-modal__field select {
  background-position: right 4px center;
}

.pdc-quote-modal__field input:focus,
.pdc-quote-modal__field select:focus,
.pdc-quote-modal__field textarea:focus {
  border-color: rgba(36, 29, 22, 0.54);
  background: transparent;
  box-shadow: none;
}

.pdc-quote-modal__field.has-error input {
  border-color: rgba(124, 52, 41, 0.62);
}

.pdc-quote-modal__contact-method {
  margin-top: 18px;
}

.pdc-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  border: 1px solid rgba(120, 100, 86, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.46);
  padding: 5px;
}

.pdc-contact-option span {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(66, 51, 42, 0.62);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  padding: 10px 8px;
}

.pdc-contact-option input:hover + span,
.pdc-contact-option input:focus-visible + span {
  background: rgba(250, 243, 227, 0.82);
  color: #241d16;
  transform: none;
}

.pdc-contact-option input:checked + span,
.pdc-contact-option--whatsapp input:checked + span {
  background: #786456;
  color: #fffaf2;
  box-shadow: none;
}

.pdc-quote-modal__section--optional {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(120, 100, 86, 0.12);
}

.pdc-quote-modal__optional-head {
  align-items: center;
}

.pdc-quote-modal__optional-title p,
.pdc-quote-modal__detail-note {
  color: rgba(66, 51, 42, 0.58);
}

.pdc-quote-modal__fields--optional {
  grid-template-columns: 1fr;
  gap: 12px;
}

.pdc-quote-modal__footer {
  position: static;
  margin-top: auto;
  border-top: 0;
  background: transparent;
  padding: 24px 0 0;
}

.pdc-quote-modal__footer .pdc-quote-modal__actions {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
}

.pdc-quote-modal__submit,
.pdc-quote-modal__edit {
  min-height: 54px;
  border-radius: 999px;
}

.pdc-quote-modal__submit {
  border-color: #786456;
  background: #786456;
  color: #fffaf2;
  font-size: 10.5px;
  letter-spacing: 0.18em;
}

.pdc-quote-modal__submit:hover,
.pdc-quote-modal__submit:focus-visible {
  border-color: #5f493a;
  background: #5f493a;
  color: #fffaf2;
  box-shadow: none;
}

.pdc-quote-modal__edit {
  border-color: rgba(120, 100, 86, 0.22);
  background: transparent;
  color: rgba(66, 51, 42, 0.68);
}

.pdc-quote-modal__edit:hover,
.pdc-quote-modal__edit:focus-visible {
  border-color: rgba(120, 100, 86, 0.42);
  background: rgba(255, 250, 242, 0.5);
  color: #241d16;
}

.pdc-quote-modal__trust-line {
  margin-top: 14px;
  color: rgba(120, 100, 86, 0.62);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.pdc-form-status {
  text-align: center;
}

@media (max-width: 980px) {
  .pdc-quote-modal__panel {
    width: min(720px, calc(100vw - 28px));
    max-height: calc(100svh - 28px);
  }

  .pdc-quote-modal__sheet {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pdc-quote-modal__brief {
    padding-top: 0;
  }

  .pdc-quote-modal__contact-card {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .pdc-quote-modal__panel {
    width: 100%;
    max-height: 100svh;
    border: 0;
    border-radius: 0;
  }

  .pdc-quote-modal__panel::before {
    display: none;
  }

  .pdc-quote-modal__body {
    padding: 28px 18px calc(18px + env(safe-area-inset-bottom));
  }

  .pdc-quote-modal__sheet {
    gap: 22px;
  }

  .pdc-quote-modal__close {
    top: 16px;
    right: 16px;
  }

  .pdc-quote-modal__header {
    padding-right: 42px;
  }

  .pdc-quote-modal__title {
    font-size: clamp(42px, 12.5vw, 54px);
  }

  .pdc-quote-modal__lead {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .pdc-quote-overview-card {
    margin-top: 26px;
  }

  .pdc-quote-overview-card__head strong {
    font-size: clamp(48px, 14vw, 64px);
  }

  .pdc-quote-overview-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdc-quote-modal__estimate-card .pdc-quote-overview-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdc-quote-overview-item {
    min-height: 0;
    gap: 8px;
    padding: 13px 14px;
  }

  .pdc-quote-modal__contact-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .pdc-contact-options {
    border-radius: 18px;
  }

  .pdc-contact-option span {
    min-height: 40px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}

/* Quote modal restrained architectural refinement */
.pdc-quote-modal__panel {
  width: min(1060px, calc(100vw - 44px));
  max-height: min(88svh, 790px);
  border-color: rgba(92, 76, 62, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(252, 247, 239, 0.99), rgba(244, 238, 228, 0.99)),
    #fbf7ef;
  box-shadow:
    0 26px 66px rgba(36, 29, 22, 0.13),
    inset 0 1px 0 rgba(255, 250, 242, 0.74);
}

.pdc-quote-modal__panel::before {
  inset: 14px;
  border-radius: 10px;
  border-color: rgba(120, 100, 86, 0.075);
}

.pdc-quote-modal__body {
  padding: clamp(26px, 3vw, 38px);
  scrollbar-width: thin;
  scrollbar-color: rgba(92, 76, 62, 0.24) transparent;
}

.pdc-quote-modal__body::-webkit-scrollbar {
  width: 3px;
}

.pdc-quote-modal__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(92, 76, 62, 0.24);
}

.pdc-quote-modal__sheet {
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: clamp(24px, 3vw, 36px);
}

.pdc-quote-modal__brief {
  padding: 6px 0 0;
}

.pdc-quote-modal__contact-card {
  border-color: rgba(92, 76, 62, 0.18);
  border-radius: 12px;
  background: rgba(255, 250, 242, 0.38);
  padding: clamp(22px, 2.3vw, 28px);
  box-shadow: none;
}

.pdc-quote-modal__close {
  top: 18px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-color: rgba(92, 76, 62, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.34);
  color: rgba(66, 51, 42, 0.56);
  backdrop-filter: none;
}

.pdc-quote-modal__close svg {
  width: 14px;
  height: 14px;
}

.pdc-quote-modal__close:hover,
.pdc-quote-modal__close:focus-visible {
  border-color: rgba(92, 76, 62, 0.34);
  background: rgba(250, 243, 227, 0.64);
  color: #241d16;
}

.pdc-quote-modal__eyebrow {
  margin-bottom: 18px;
  color: rgba(92, 76, 62, 0.68);
  font-size: 9.5px;
  letter-spacing: 0.2em;
}

.pdc-quote-modal__eyebrow::before {
  width: 24px;
  opacity: 0.28;
}

.pdc-quote-modal__header {
  max-width: 560px;
  padding-right: 34px;
}

.pdc-quote-modal__title {
  max-width: 500px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 0.98;
}

.pdc-quote-modal__lead {
  max-width: 510px;
  margin-top: 16px;
  color: rgba(66, 51, 42, 0.66);
  font-size: clamp(13.5px, 1.1vw, 15px);
  line-height: 1.62;
}

.pdc-quote-overview-card {
  margin-top: clamp(24px, 2.5vw, 34px);
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-card__head {
  gap: 10px;
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label {
  color: rgba(92, 76, 62, 0.68);
  font-size: 9.5px;
  letter-spacing: 0.18em;
}

.pdc-quote-overview-card__head .pdc-quote-modal__summary-label::before {
  width: 22px;
  opacity: 0.26;
}

.pdc-quote-overview-card__head strong {
  font-size: clamp(42px, 5.1vw, 66px);
  line-height: 0.96;
  letter-spacing: 0;
}

.pdc-quote-modal__estimate-card .pdc-quote-overview-grid {
  gap: 8px;
  margin-top: 22px;
}

.pdc-quote-overview-item,
.pdc-quote-modal__estimate-card .pdc-quote-overview-item {
  min-height: 62px;
  gap: 8px;
  border-color: rgba(92, 76, 62, 0.13);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.28);
  padding: 11px 12px;
}

.pdc-quote-overview-item span,
.pdc-quote-modal__estimate-card .pdc-quote-overview-item span {
  color: rgba(92, 76, 62, 0.68);
  font-size: 8.8px;
  letter-spacing: 0.16em;
}

.pdc-quote-overview-item b,
.pdc-quote-modal__estimate-card .pdc-quote-overview-item b {
  color: rgba(36, 29, 22, 0.88);
  font-size: 13.4px;
  line-height: 1.32;
}

.pdc-quote-modal__section--selection {
  margin-top: 20px;
  padding-top: 15px;
  border-top-color: rgba(92, 76, 62, 0.12);
}

.pdc-quote-modal__toggle {
  color: rgba(92, 76, 62, 0.74);
  font-size: 10.8px;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
}

.pdc-quote-modal__toggle::after {
  opacity: 0.28;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list {
  max-height: 268px;
  display: grid;
  gap: 0;
  margin-top: 14px;
  border-top: 1px solid rgba(92, 76, 62, 0.12);
  padding: 5px 2px 0 0;
  scrollbar-color: rgba(92, 76, 62, 0.22) transparent;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list::-webkit-scrollbar {
  width: 3px;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-list::-webkit-scrollbar-thumb {
  background: rgba(92, 76, 62, 0.22);
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row {
  grid-template-columns: minmax(118px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(92, 76, 62, 0.08);
  padding: 9px 0;
  color: rgba(66, 51, 42, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row:last-child {
  border-bottom: 0;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dt {
  color: rgba(92, 76, 62, 0.68);
  font-size: 9px;
  letter-spacing: 0.15em;
  line-height: 1.35;
}

.pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dd {
  color: rgba(36, 29, 22, 0.82);
  font-size: 12.2px;
  line-height: 1.45;
  text-align: left;
}

.pdc-quote-spec-detail-list {
  display: grid;
  gap: 5px;
}

.pdc-quote-spec-detail {
  display: grid;
  grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.pdc-quote-spec-detail span {
  color: rgba(92, 76, 62, 0.66);
  font-size: 10.6px;
  line-height: 1.35;
}

.pdc-quote-spec-detail b {
  color: rgba(36, 29, 22, 0.84);
  font-size: 11.8px;
  font-weight: 400;
  line-height: 1.4;
}

.pdc-quote-spec-detail--plain {
  display: block;
  color: rgba(36, 29, 22, 0.84);
  font-size: 11.8px;
}

.pdc-quote-modal__step-label {
  color: rgba(92, 76, 62, 0.7);
  font-size: 9.5px;
  letter-spacing: 0.17em;
}

.pdc-quote-modal__fields--primary {
  gap: 11px;
  margin-top: 17px;
}

.pdc-quote-modal__field {
  gap: 5px;
}

.pdc-quote-modal__field label,
.pdc-quote-modal__contact-method legend {
  color: rgba(92, 76, 62, 0.68);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea {
  min-height: 46px;
  border-bottom-color: rgba(92, 76, 62, 0.24);
  color: #241d16;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: none;
}

.pdc-quote-modal__field textarea {
  min-height: 70px;
  padding-top: 8px;
}

.pdc-quote-modal__field input:hover,
.pdc-quote-modal__field select:hover,
.pdc-quote-modal__field textarea:hover {
  border-bottom-color: rgba(92, 76, 62, 0.34);
}

.pdc-quote-modal__field input:focus,
.pdc-quote-modal__field select:focus,
.pdc-quote-modal__field textarea:focus {
  border-bottom-color: rgba(36, 29, 22, 0.5);
  background: transparent;
  box-shadow: none;
  outline: none;
}

.pdc-quote-modal__field input:focus-visible,
.pdc-quote-modal__field select:focus-visible,
.pdc-quote-modal__field textarea:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.pdc-quote-modal__contact-method {
  margin-top: 16px;
}

.pdc-contact-options {
  gap: 4px;
  border-color: rgba(92, 76, 62, 0.18);
  border-radius: 8px;
  background: transparent;
  padding: 4px;
}

.pdc-contact-option span {
  min-height: 34px;
  border-radius: 5px;
  color: rgba(66, 51, 42, 0.62);
  font-size: 9px;
  letter-spacing: 0.13em;
  padding: 8px 7px;
}

.pdc-contact-option input:hover + span,
.pdc-contact-option input:focus-visible + span {
  background: rgba(250, 243, 227, 0.52);
}

.pdc-contact-option input:checked + span,
.pdc-contact-option--whatsapp input:checked + span {
  background: rgba(120, 100, 86, 0.16);
  color: #241d16;
  box-shadow: inset 0 0 0 1px rgba(92, 76, 62, 0.16);
}

.pdc-quote-modal__section--optional {
  margin-top: 22px;
  padding-top: 15px;
  border-top-color: rgba(92, 76, 62, 0.12);
}

.pdc-quote-modal__optional-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.pdc-quote-modal__optional-title p,
.pdc-quote-modal__detail-note {
  margin-top: 6px;
  color: rgba(66, 51, 42, 0.58);
  font-size: 11.8px;
  line-height: 1.48;
}

.pdc-quote-modal__fields--optional {
  gap: 11px;
  margin-top: 12px;
}

.pdc-quote-modal__footer {
  padding-top: 22px;
}

.pdc-quote-modal__footer .pdc-quote-modal__actions {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 8px;
}

.pdc-quote-modal__submit,
.pdc-quote-modal__edit {
  min-height: 46px;
  border-radius: 8px;
  font-size: 9.5px;
  letter-spacing: 0.16em;
}

.pdc-quote-modal__submit {
  border-color: #786456;
  background: #786456;
}

.pdc-quote-modal__edit {
  border-color: rgba(92, 76, 62, 0.2);
  background: transparent;
}

.pdc-quote-modal__trust-line {
  margin-top: 12px;
  color: rgba(92, 76, 62, 0.58);
  font-size: 8.8px;
  letter-spacing: 0.15em;
}

@media (max-width: 980px) {
  .pdc-quote-modal__panel {
    width: min(720px, calc(100vw - 28px));
    max-height: calc(100svh - 28px);
    border-radius: 14px;
  }

  .pdc-quote-modal__sheet {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pdc-quote-modal__title {
    max-width: 560px;
    font-size: clamp(36px, 7.4vw, 52px);
  }

  .pdc-quote-overview-card__head strong {
    font-size: clamp(42px, 9vw, 58px);
  }
}

@media (max-width: 640px) {
  .pdc-quote-modal__panel {
    border-radius: 0;
  }

  .pdc-quote-modal__body {
    padding: 24px 18px calc(18px + env(safe-area-inset-bottom));
  }

  .pdc-quote-modal__close {
    top: 14px;
    right: 14px;
    width: 31px;
    height: 31px;
    border-radius: 7px;
  }

  .pdc-quote-modal__eyebrow {
    margin-bottom: 15px;
  }

  .pdc-quote-modal__header {
    padding-right: 34px;
  }

  .pdc-quote-modal__title {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 1;
  }

  .pdc-quote-modal__lead {
    margin-top: 13px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .pdc-quote-overview-card {
    margin-top: 22px;
  }

  .pdc-quote-overview-card__head strong {
    font-size: clamp(40px, 12vw, 52px);
  }

  .pdc-quote-modal__estimate-card .pdc-quote-overview-item {
    min-height: 54px;
    padding: 10px 11px;
  }

  .pdc-quote-modal__section--selection .pdc-quote-modal__spec-row,
  .pdc-quote-spec-detail {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .pdc-quote-modal__section--selection .pdc-quote-modal__spec-row dd {
    font-size: 12px;
  }

  .pdc-quote-modal__contact-card {
    border-radius: 10px;
    padding: 19px 16px;
  }

  .pdc-quote-modal__optional-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pdc-quote-modal__footer .pdc-quote-modal__actions {
    grid-template-columns: 1fr;
  }

  .pdc-quote-modal__submit,
  .pdc-quote-modal__edit {
    min-height: 45px;
    border-radius: 7px;
  }
}

/* Quote modal: The Ledger */
.pdc-quote-modal__panel {
  width: min(92vw, 820px);
  height: auto;
  max-height: min(90svh, 760px);
  border: 1px solid rgba(92, 76, 62, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.94), rgba(248, 241, 229, 0.96)),
    #fbf5ea;
  box-shadow: 0 16px 38px rgba(37, 28, 20, 0.12);
  contain: layout paint;
}

.pdc-quote-modal__panel::before {
  display: none;
}

.pdc-quote-modal__form {
  height: auto;
  padding: 0;
  background: transparent;
}

.pdc-quote-modal__body {
  height: auto;
  max-height: min(90svh, 760px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  contain: content;
  padding: clamp(34px, 4.8vw, 58px) clamp(24px, 6vw, 74px) clamp(28px, 4.8vw, 52px);
  scrollbar-color: rgba(92, 76, 62, 0.28) transparent;
  scrollbar-width: thin;
}

.pdc-quote-modal__body::-webkit-scrollbar {
  width: 4px;
}

.pdc-quote-modal__body::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-quote-modal__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(92, 76, 62, 0.24);
}

.pdc-quote-modal__sheet {
  display: block;
  width: min(100%, 660px);
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
}

.pdc-quote-modal__document {
  display: block;
}

.pdc-quote-modal__close {
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(92, 76, 62, 0.15);
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.36);
  color: rgba(66, 51, 42, 0.58);
  box-shadow: none;
}

.pdc-quote-modal__close svg {
  width: 15px;
  height: 15px;
}

.pdc-quote-modal__close:hover,
.pdc-quote-modal__close:focus-visible {
  border-color: rgba(92, 76, 62, 0.3);
  background: rgba(255, 250, 242, 0.68);
  color: rgba(36, 29, 22, 0.82);
  transform: translateY(-1px);
}

.pdc-quote-modal__eyebrow,
.pdc-quote-modal__summary-label,
.pdc-quote-modal__step-label,
.pdc-quote-modal__field label,
.pdc-quote-modal__contact-method legend {
  color: rgba(92, 76, 62, 0.68);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdc-quote-modal__eyebrow::before,
.pdc-quote-modal__summary-label::before {
  display: none;
}

.pdc-quote-modal__header {
  max-width: 600px;
  margin: 14px 0 0;
  padding: 0;
  text-align: left;
}

.pdc-quote-modal__title {
  max-width: none;
  margin: 0;
  color: rgba(31, 25, 20, 0.94);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.pdc-quote-modal__lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(66, 51, 42, 0.66);
  font-size: 15px;
  line-height: 1.75;
}

.pdc-quote-modal__divider {
  height: 1px;
  margin: clamp(26px, 4vw, 38px) 0 clamp(24px, 4vw, 34px);
  background: rgba(92, 76, 62, 0.18);
}

.pdc-quote-modal__form-section {
  margin: 0;
  padding: 0;
}

.pdc-quote-modal__form-section + .pdc-quote-modal__contact-method,
.pdc-quote-modal__contact-method + .pdc-quote-modal__form-section {
  margin-top: 28px;
}

.pdc-quote-modal__fields--primary,
.pdc-quote-modal__fields--optional {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 16px;
}

.pdc-quote-modal__field {
  display: grid;
  gap: 7px;
}

.pdc-quote-modal__field.pdc-field--full {
  grid-column: 1 / -1;
}

.pdc-quote-modal__field input,
.pdc-quote-modal__field select,
.pdc-quote-modal__field textarea {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(92, 76, 62, 0.22);
  border-radius: 0;
  background: transparent;
  color: rgba(31, 25, 20, 0.88);
  font-size: 15px;
  line-height: 1.45;
  padding: 7px 0 10px;
  box-shadow: none;
}

.pdc-quote-modal__field textarea {
  min-height: 84px;
  resize: vertical;
}

.pdc-quote-modal__field input::placeholder,
.pdc-quote-modal__field textarea::placeholder {
  color: rgba(66, 51, 42, 0.34);
}

.pdc-quote-modal__field input:hover,
.pdc-quote-modal__field select:hover,
.pdc-quote-modal__field textarea:hover {
  border-bottom-color: rgba(92, 76, 62, 0.34);
}

.pdc-quote-modal__field input:focus,
.pdc-quote-modal__field select:focus,
.pdc-quote-modal__field textarea:focus {
  border-bottom-color: rgba(66, 51, 42, 0.58);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.pdc-quote-modal__field--dropdown {
  position: relative;
}

.pdc-quote-dropdown {
  position: relative;
  z-index: 6;
}

.pdc-quote-dropdown.is-open {
  z-index: 24;
}

.pdc-quote-dropdown__trigger {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(92, 76, 62, 0.22);
  border-radius: 0;
  background: transparent;
  color: rgba(31, 25, 20, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  padding: 7px 0 10px;
  text-align: left;
  transition:
    border-color 200ms var(--pdc-ease),
    color 200ms var(--pdc-ease);
}

.pdc-quote-dropdown__trigger:hover,
.pdc-quote-dropdown__trigger:focus-visible,
.pdc-quote-dropdown.is-open .pdc-quote-dropdown__trigger {
  border-bottom-color: rgba(66, 51, 42, 0.58);
  color: rgba(31, 25, 20, 0.94);
  outline: none;
}

.pdc-quote-dropdown__trigger [data-quote-dropdown-value] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdc-quote-dropdown__chevron {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(92, 76, 62, 0.72);
}

.pdc-quote-dropdown__chevron svg {
  width: 14px;
  height: 14px;
  transform-origin: center;
  transition: transform 220ms var(--pdc-ease);
}

.pdc-quote-dropdown.is-open .pdc-quote-dropdown__chevron svg {
  transform: rotate(180deg);
}

.pdc-quote-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(92, 76, 62, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(248, 241, 229, 0.98)),
    #fbf5ea;
  box-shadow: 0 18px 36px rgba(37, 28, 20, 0.12);
  max-height: min(320px, calc(100svh - 180px));
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 7px;
  scrollbar-color: rgba(92, 76, 62, 0.26) transparent;
  scrollbar-width: thin;
}

.pdc-quote-dropdown__menu::-webkit-scrollbar {
  width: 4px;
}

.pdc-quote-dropdown__menu::-webkit-scrollbar-track {
  background: transparent;
}

.pdc-quote-dropdown__menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(92, 76, 62, 0.24);
}

.pdc-quote-dropdown__option {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: rgba(66, 51, 42, 0.76);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  padding: 9px 11px;
  text-align: left;
  transition:
    background-color 180ms var(--pdc-ease),
    color 180ms var(--pdc-ease);
}

.pdc-quote-dropdown__option:hover,
.pdc-quote-dropdown__option:focus-visible {
  background: rgba(120, 100, 86, 0.08);
  color: rgba(31, 25, 20, 0.92);
  outline: none;
}

.pdc-quote-dropdown__option.is-selected {
  background: rgba(120, 100, 86, 0.1);
  color: rgba(31, 25, 20, 0.92);
}

.pdc-quote-modal__contact-method {
  display: grid;
  gap: 12px;
  border: 0;
  margin: 0;
  padding: 0;
}

.pdc-quote-modal__contact-method .pdc-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pdc-quote-modal__contact-method .pdc-contact-option span {
  min-height: 42px;
  border-radius: 5px;
  border-color: rgba(92, 76, 62, 0.18);
  background: rgba(255, 250, 242, 0.22);
  color: rgba(66, 51, 42, 0.7);
  box-shadow: none;
}

.pdc-quote-modal__contact-method .pdc-contact-option input:checked + span {
  border-color: rgba(92, 76, 62, 0.42);
  background: rgba(92, 76, 62, 0.08);
  color: rgba(31, 25, 20, 0.9);
}

.pdc-quote-modal__detail-note {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(66, 51, 42, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

.pdc-quote-modal__footer {
  position: static;
  margin-top: clamp(32px, 5vw, 48px);
  border: 0;
  background: transparent;
  padding: 0;
}

.pdc-quote-modal__footer .pdc-quote-modal__actions,
.pdc-quote-modal__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pdc-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pdc-quote-modal__submit,
.pdc-quote-modal__edit {
  min-height: 48px;
  border-radius: 5px;
  letter-spacing: 0.15em;
}

.pdc-quote-modal__edit {
  border: 1px solid rgba(92, 76, 62, 0.2);
  background: transparent;
  color: rgba(66, 51, 42, 0.76);
}

.pdc-quote-modal__trust-line {
  margin-top: 16px;
  color: rgba(92, 76, 62, 0.56);
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.pdc-quote-modal__success {
  width: min(100%, 600px);
  margin: 0 auto;
}

.pdc-success__divider {
  width: min(100%, 420px);
  height: 1px;
  margin: 22px 0 16px;
  background: rgba(120, 100, 86, 0.18);
}

.pdc-success__meta {
  max-width: 480px;
  margin: 0;
  color: rgba(66, 51, 42, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.pdc-success__whatsapp {
  min-height: 48px;
  border: 1px solid rgba(120, 100, 86, 0.28);
  border-radius: 5px;
  background: transparent;
  color: rgba(66, 51, 42, 0.76);
  box-shadow: none;
}

.pdc-success__whatsapp:hover,
.pdc-success__whatsapp:focus-visible {
  border-color: #786456;
  background: #786456;
  color: #fffaf2;
  box-shadow: none;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .pdc-quote-modal__panel {
    width: min(94vw, 640px);
    height: auto;
    max-height: min(92svh, 760px);
    border-radius: 8px;
  }

  .pdc-quote-modal__body {
    padding: 32px 22px 28px;
  }

  .pdc-quote-modal__title {
    font-size: clamp(22px, 5.8vw, 36px);
  }

  .pdc-quote-modal__fields--primary,
  .pdc-quote-modal__fields--optional {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pdc-quote-modal__contact-method .pdc-contact-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .pdc-quote-modal__panel {
    width: 100vw;
    height: auto;
    max-height: 100svh;
    border-radius: 0;
  }

  .pdc-quote-modal__close {
    top: 12px;
    right: 12px;
  }

  .pdc-quote-modal__body {
    padding: 28px 18px 24px;
  }

}

/* Quote modal luxury motion */
@keyframes pdcQuoteLineDraw {
  0% {
    width: 0;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    width: calc(100% - 28px);
    opacity: 0.78;
  }
}

.pdc-button.is-quote-loading {
  position: relative;
  overflow: hidden;
  cursor: wait;
  color: rgba(255, 250, 242, 0.78);
  opacity: 1;
  pointer-events: none;
  transform: translateY(1px);
}

.pdc-button.is-quote-loading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: rgba(255, 250, 242, 0.72);
  content: "";
  transform: translateX(-50%);
  animation: pdcQuoteLineDraw 340ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  pointer-events: none;
}

.pdc-modal {
  background: rgba(36, 29, 22, 0.3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-modal__panel {
  transform: translate3d(0, 8px, 0) scale(0.994);
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-modal.is-open .pdc-modal__panel {
  transform: translate3d(0, 0, 0) scale(1);
}

.pdc-modal.is-closing .pdc-modal__panel {
  transform: translate3d(0, 4px, 0) scale(0.996);
  transition-duration: 220ms;
}

.pdc-modal.is-closing {
  transition-duration: 220ms;
}

.pdc-quote-modal__eyebrow,
.pdc-quote-modal__header,
.pdc-quote-modal__divider,
.pdc-quote-modal__form-section,
.pdc-quote-modal__contact-method,
.pdc-quote-modal__footer {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  transition:
    opacity 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pdc-modal.is-open .pdc-quote-modal__eyebrow,
.pdc-modal.is-open .pdc-quote-modal__header,
.pdc-modal.is-open .pdc-quote-modal__divider,
.pdc-modal.is-open .pdc-quote-modal__form-section,
.pdc-modal.is-open .pdc-quote-modal__contact-method,
.pdc-modal.is-open .pdc-quote-modal__footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pdc-modal.is-open .pdc-quote-modal__eyebrow {
  transition-delay: 15ms;
}

.pdc-modal.is-open .pdc-quote-modal__header {
  transition-delay: 45ms;
}

.pdc-modal.is-open .pdc-quote-modal__divider {
  transition-delay: 75ms;
}

.pdc-modal.is-open .pdc-quote-modal__form-section {
  transition-delay: 105ms;
}

.pdc-modal.is-open .pdc-quote-modal__contact-method {
  transition-delay: 135ms;
}

.pdc-modal.is-open .pdc-quote-modal__form-section--project {
  transition-delay: 165ms;
}

.pdc-modal.is-open .pdc-quote-modal__footer {
  transition-delay: 195ms;
}

.pdc-modal.is-closing .pdc-quote-modal__eyebrow,
.pdc-modal.is-closing .pdc-quote-modal__header,
.pdc-modal.is-closing .pdc-quote-modal__divider,
.pdc-modal.is-closing .pdc-quote-modal__form-section,
.pdc-modal.is-closing .pdc-quote-modal__contact-method,
.pdc-modal.is-closing .pdc-quote-modal__footer {
  opacity: 0;
  transform: translate3d(0, 4px, 0);
  transition-delay: 0ms;
}

.pdc-modal.is-open:not(.is-opening) .pdc-modal__panel,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__eyebrow,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__header,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__divider,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__form-section,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__contact-method,
.pdc-modal.is-open:not(.is-opening) .pdc-quote-modal__footer {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .pdc-button.is-quote-loading {
    animation: none;
    transform: none;
  }

  .pdc-button.is-quote-loading::after {
    display: none;
  }

  .pdc-price-context-note--flash,
  .pdc-live-summary__card.is-recommended-flash {
    animation: none !important;
    transform: none !important;
  }

  .pdc-modal,
  .pdc-modal__panel,
  .pdc-quote-modal__eyebrow,
  .pdc-quote-modal__header,
  .pdc-quote-modal__divider,
  .pdc-quote-modal__form-section,
  .pdc-quote-modal__contact-method,
  .pdc-quote-modal__footer {
    transition-duration: 80ms !important;
    transition-delay: 0ms !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .design-pod-html {
    scroll-padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-left {
    padding-bottom: calc(170px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-section--01 .pdc-section__title {
    font-size: clamp(21px, 6.8vw, 30px);
    white-space: nowrap;
  }

  .design-pod-body .pdc-section:last-child,
  .design-pod-body .pdc-options > .pdc-section:last-of-type {
    padding-bottom: calc(190px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-electrical-setup-panel {
    margin-top: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .design-pod-body .pdc-electrical-setup-panel__head {
    gap: 6px;
  }

  .design-pod-body .pdc-electrical-setup-panel__title {
    font-size: 18px;
    line-height: 1.15;
  }

  .design-pod-body .pdc-electrical-setup-panel__copy {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .design-pod-body .pdc-electrical-setup-panel__group {
    gap: 8px;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-top: 0;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-spec-row {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    align-items: stretch;
    gap: 8px;
    min-height: 104px;
    border: 1px solid rgba(120, 100, 86, 0.18);
    border-radius: 10px;
    background: rgba(255, 250, 242, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
    padding: 10px;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-spec-row__info {
    justify-content: flex-start;
    min-height: 31px;
    gap: 0;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-spec-row__name {
    display: block;
    font-size: 12.5px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-spec-row__control {
    width: 100%;
    justify-content: stretch;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown .pdc-window-dropdown__trigger {
    width: 100%;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    gap: 8px;
    border-radius: 10px;
    font-size: 13px;
    padding: 0 10px;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown .pdc-window-dropdown__menu {
    top: calc(100% + 6px);
    width: 100%;
    min-width: 100%;
    padding: 8px;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown__options {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown__options--count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .design-pod-body :is(.pdc-electric-spec-list--primary, .pdc-electric-spec-list--secondary) .pdc-electric-dropdown .pdc-window-dropdown__option {
    min-width: 0;
    min-height: 32px;
    border-radius: 8px;
    padding: 0 6px;
  }
}

/* Consistent mobile section rhythm and compact Step 10 fitting cards. */
@media (max-width: 767.98px) {
  .design-pod-body .pdc-options > .pdc-section + .pdc-section {
    padding-top: 20px;
  }

  .design-pod-body .pdc-options > .pdc-section:not(:last-of-type) {
    padding-bottom: 16px;
  }

  .design-pod-body .pdc-options > .pdc-section:not(:last-of-type) > .pdc-section__body {
    padding-bottom: 8px;
  }

  .design-pod-body .pdc-section--10 .pdc-finish-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
  }

  .design-pod-body .pdc-section--10 .pdc-finish-card {
    width: 100%;
    height: clamp(170px, 44vw, 190px);
    min-height: 0;
  }

  .design-pod-body .pdc-section--10 .pdc-finish-card__image-wrap {
    height: clamp(110px, 30vw, 128px);
    flex: 0 0 clamp(110px, 30vw, 128px);
    aspect-ratio: auto;
  }

  .design-pod-body .pdc-section--10 .pdc-finish-card__image {
    object-fit: cover;
    object-position: center;
  }

  .design-pod-body .pdc-section--10 .pdc-finish-card__body {
    min-height: 0;
  }

}

/* Step 11: compact AC option cards on mobile only. */
@media (max-width: 767.98px) {
  .design-pod-body .pdc-section--11 .pdc-ac-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card {
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: stretch;
    scroll-margin-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__image-wrap,
  .design-pod-body .pdc-section--11 .pdc-ac-card__blank,
  .design-pod-body .pdc-section--11 .pdc-ac-card--text .pdc-ac-card__blank {
    width: 100%;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 4 / 3;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__blank {
    padding: 12px 8px;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__image,
  .design-pod-body .pdc-section--11 .pdc-ac-card--split .pdc-ac-card__image,
  .design-pod-body .pdc-section--11 [data-option="split"] .pdc-ac-card__image {
    object-fit: contain;
    object-position: center;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__body {
    min-height: 0;
    justify-content: flex-start;
    padding: 10px;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__title-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__badge,
  .design-pod-body .pdc-section--11 .pdc-recommendation-chip {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__image-wrap .pdc-recommendation-chip {
    right: 6px;
    bottom: 6px;
    max-width: calc(100% - 12px);
    font-size: 8px;
    letter-spacing: 0.06em;
    line-height: 1.15;
    padding: 4px 6px;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__inline-chip {
    width: 100%;
  }

  .design-pod-body .pdc-section--11 .pdc-ac-card__desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* Step 12: compact, independent service-card accordions on mobile only. */
@media (max-width: 767.98px) {
  .design-pod-body .pdc-options > .pdc-section--12:last-of-type {
    padding-bottom: 32px;
  }

  .design-pod-body .pdc-left {
    padding-bottom: 32px;
  }

  .design-pod-body .pdc-section--12 .pdc-addon-specifications {
    gap: 16px;
  }

  .design-pod-body .pdc-section--12 .pdc-enhancement-block {
    margin-top: 8px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card {
    min-height: 0;
    padding: 16px;
    scroll-margin-top: 84px;
    scroll-margin-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__logo-wrap {
    height: 48px;
    margin-bottom: 12px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__logo {
    max-width: min(100%, 165px);
    max-height: 40px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__meta {
    min-height: 0;
    margin-bottom: 8px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__title {
    font-size: 22px;
    line-height: 1.15;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__desc {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__footer {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
    padding-top: 0;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__secondary-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__scope,
  .design-pod-body .pdc-section--12 .pdc-studio-service-card__website {
    display: inline-flex;
    min-width: 0;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 100, 86, 0.22);
    border-radius: 8px;
    background: rgba(255, 250, 242, 0.48);
    padding: 8px 10px;
    text-align: center;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__scope {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__scope::after,
  .design-pod-body .pdc-section--12 .pdc-studio-service-card__website::after {
    display: none;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__scope-chevron {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform 180ms ease;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__scope.is-active .pdc-studio-service-card__scope-chevron {
    transform: rotate(225deg);
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card__action {
    width: 100%;
    min-height: 44px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-scope-panel[hidden] {
    display: none !important;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card .pdc-studio-scope-panel {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    padding: 14px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card .pdc-studio-scope-panel__head {
    gap: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card .pdc-studio-scope-panel__title {
    font-size: 18px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card .pdc-studio-scope-panel__list {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .design-pod-body .pdc-section--12 .pdc-studio-service-card .pdc-studio-scope-panel__list li {
    font-size: 12.5px;
    line-height: 1.4;
  }

}

/* Step 08: reuse the compact Step 10 two-card pattern on mobile only. */
@media (max-width: 767.98px) {
  .design-pod-body .pdc-section--08 .pdc-skylight-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card {
    display: flex;
    width: 100%;
    height: clamp(170px, 44vw, 190px);
    min-width: 0;
    min-height: 0;
    flex: 0 1 auto;
    align-self: stretch;
    border-radius: var(--pdc-radius);
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__choice {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__image-wrap {
    width: 100%;
    height: clamp(96px, 28vw, 116px);
    max-height: none;
    flex: 0 0 clamp(96px, 28vw, 116px);
    aspect-ratio: auto;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__body {
    min-height: 0;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 3px;
    padding: 8px 10px;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__title-row {
    align-items: center;
    gap: 4px;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__title {
    font-size: 14.5px;
    line-height: 1.2;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__badge {
    display: inline-flex;
    min-height: 16px;
    flex: 0 0 auto;
    font-size: 8px;
    letter-spacing: 0.04em;
    padding: 3px 5px;
  }

  .design-pod-body .pdc-section--08 .pdc-skylight-card__desc {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* Premium mobile summary sheet: the existing summary and quote bar are reused. */
.pdc-sheet__mobile-header {
  display: none;
}

@media (max-width: 767.98px) {
  .design-pod-body .pdc-mobile-bar {
    display: grid;
    position: fixed;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px calc(10px + env(safe-area-inset-bottom));
    touch-action: none;
  }

  .design-pod-body .pdc-mobile-bar__handle {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: rgba(120, 100, 86, 0.54);
    pointer-events: none;
    transform: translateX(-50%);
  }

  .design-pod-body .pdc-mobile-bar__pod {
    display: flex;
    min-width: 0;
    align-self: stretch;
    justify-content: center;
    flex-direction: column;
    border: 0;
    background: transparent;
    color: var(--pdc-ink);
    padding: 3px 0 0;
    text-align: left;
    touch-action: none;
  }

  .design-pod-body .pdc-mobile-bar__pod:focus-visible {
    border-radius: 3px;
    outline: 1px solid var(--pdc-accent);
    outline-offset: 3px;
  }

  .design-pod-body .pdc-mobile-bar__pod .pdc-micro {
    line-height: 1;
  }

  .design-pod-body .pdc-mobile-bar__pod .pdc-mobile-bar__price {
    line-height: 1.05;
  }

  .design-pod-body .pdc-mobile-bar > .pdc-button {
    align-self: center;
    margin-top: 0;
  }

  .design-pod-body.pdc-mobile-summary-active .pdc-mobile-bar {
    z-index: 10090;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary {
    --sheet-translate-y: 100%;
    --sheet-backdrop-opacity: 0;
    --sheet-snap-duration: 320ms;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: rgba(36, 29, 22, var(--sheet-backdrop-opacity));
    padding: 0;
    transition: background-color var(--sheet-snap-duration) cubic-bezier(0.22, 1, 0.36, 1);
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__panel {
    display: flex;
    position: relative;
    width: 100%;
    height: min(88vh, 780px);
    height: min(88dvh, 780px);
    max-height: min(88vh, 780px);
    max-height: min(88dvh, 780px);
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(120, 100, 86, 0.24);
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.99), rgba(248, 241, 230, 0.99)),
      #fbf7ef;
    box-shadow: 0 -18px 48px rgba(36, 29, 22, 0.14);
    padding: 0;
    transform: translate3d(0, var(--sheet-translate-y), 0);
    transition: transform var(--sheet-snap-duration) cubic-bezier(0.22, 1, 0.36, 1);
    animation: none;
    will-change: auto;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary.is-dragging,
  .design-pod-body .pdc-sheet.is-mobile-summary.is-dragging .pdc-sheet__panel {
    transition: none;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary.is-dragging .pdc-sheet__panel {
    cursor: grabbing;
    user-select: none;
    -webkit-user-select: none;
    will-change: transform;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__mobile-header {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid rgba(120, 100, 86, 0.14);
    background: rgba(251, 247, 239, 0.98);
    padding: 9px 16px 12px;
    touch-action: none;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__drag-handle {
    display: block;
    width: 42px;
    height: 4px;
    align-self: center;
    border-radius: 999px;
    background: rgba(120, 100, 86, 0.42);
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__mobile-header-row {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__mobile-title {
    min-width: 0;
    margin: 0;
    color: var(--pdc-ink);
    font-family: var(--pdc-thin);
    font-size: clamp(23px, 6.4vw, 28px);
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__mobile-close {
    display: inline-flex;
    width: 34px;
    height: 34px;
    min-height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(120, 100, 86, 0.22);
    border-radius: 50%;
    background: rgba(255, 250, 242, 0.66);
    color: rgba(66, 51, 42, 0.74);
    font-family: var(--pdc-thin);
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    padding: 0 0 2px;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__mobile-close:focus-visible {
    outline: 1px solid var(--pdc-accent);
    outline-offset: 3px;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__close {
    display: none;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__scroll {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-summary--compact {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    flex: 1 1 auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-summary--compact .pdc-summary__body {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    padding: 14px 16px calc(86px + env(safe-area-inset-bottom));
  }

  .design-pod-body .pdc-sheet.is-mobile-summary[data-pdc-sheet-snap="mid"] .pdc-summary--compact .pdc-summary__body {
    overflow-y: hidden;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-summary__head,
  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-summary__sticky-footer {
    display: none;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-preview {
    min-height: 154px;
  }

  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-live-summary {
    padding-bottom: 8px;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .design-pod-body .pdc-sheet.is-mobile-summary,
  .design-pod-body .pdc-sheet.is-mobile-summary .pdc-sheet__panel {
    transition-duration: 0ms !important;
  }
}

/* Keep the configurator introduction title on one line on mobile. */
@media (max-width: 767.98px) {
  .design-pod-body .pdc-title {
    font-size: clamp(29px, 8vw, 32px);
    line-height: 1.06;
    white-space: nowrap;
  }
}
