/* =====================================================================
   DDL Tiles - enhancement layer (loads AFTER styles.css)
   Client design in styles.css stays untouched; this file only adds:
     1. Sticky header (home overlay made sticky with a solid scrolled state)
     2. Mobile hero overlap fix (cinematic hero stacks cleanly)
     3. Premium footer redesign (.ddl-footer)
   ===================================================================== */

/* ---------------------------------------------------------------------
   1. ONE GLOBAL HEADER
   The base stylesheet contained separate home, inner-page and marble header
   designs plus a <=1480px rule that shrank laptop navigation to 10px. Keep one
   solid, sticky, appointment-page header everywhere and use the overlay menu
   before the full nine-link navigation becomes cramped.
--------------------------------------------------------------------- */
.v19-professional .site-header,
.v19-professional.cinematic-home .site-header,
.v19-professional.page-marble .site-header {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  z-index: 60 !important;
  background: rgba(22, 14, 11, 0.97) !important;
  border-bottom: 1px solid rgba(215, 189, 138, 0.28) !important;
  box-shadow: 0 12px 38px rgba(20, 12, 8, 0.22) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.v19-professional .appointment-strip {
  display: none;
}
.v19-professional .site-header .inner,
.v19-professional.cinematic-home .site-header .inner {
  width: min(1760px, calc(100% - 56px));
  height: 124px;
  transition: height .35s ease, padding .35s ease;
}
.v19-professional .site-header .brand,
.v19-professional.cinematic-home .site-header .brand {
  width: auto !important;
  min-width: 220px;
  overflow: visible !important;
}
.v19-professional .site-header .brand img,
.v19-professional.cinematic-home .site-header .brand img {
  width: 238px !important;
  max-height: 82px !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.v19-professional .site-header .main-nav,
.v19-professional.cinematic-home .site-header .main-nav {
  gap: clamp(10px, .85vw, 18px) !important;
  margin-left: auto;
}
.v19-professional .site-header .main-nav a,
.v19-professional.cinematic-home .site-header .main-nav a {
  color: rgba(255, 251, 244, 0.9) !important;
  font-size: 12.5px !important;
  font-weight: 700;
  letter-spacing: .065em !important;
  white-space: nowrap;
}
.v19-professional .site-header .main-nav .nav-link:hover,
.v19-professional .site-header .main-nav .nav-link.active {
  color: #d7bd8a !important;
}
.v19-professional .site-header .main-nav .nav-cta,
.v19-professional.cinematic-home .site-header .main-nav .nav-cta {
  min-height: 46px;
  padding: 12px 18px !important;
  color: #1b120e !important;
  font-size: 12px !important;
  letter-spacing: .065em !important;
  background: #d7bd8a !important;
  border-color: #d7bd8a !important;
}
.v19-professional .site-header.is-scrolled {
  background: rgba(22, 14, 11, 0.985) !important;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.32) !important;
}
.v19-professional .site-header.is-scrolled .inner,
.v19-professional.cinematic-home .site-header.is-scrolled .inner {
  height: 92px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.v19-professional .site-header.is-scrolled .brand img,
.v19-professional.cinematic-home .site-header.is-scrolled .brand img {
  width: 198px !important;
  max-height: 68px !important;
}

/* Laptop: retain readable type and logo instead of the legacy 10px/170px
   shrink. Below 1180px the full navigation becomes a clear hamburger. */
@media (min-width: 1181px) and (max-width: 1480px) {
  .v19-professional .site-header .inner,
  .v19-professional.cinematic-home .site-header .inner {
    width: min(100% - 40px, 1760px);
    height: 108px;
  }
  .v19-professional .site-header .brand,
  .v19-professional.cinematic-home .site-header .brand {
    min-width: 194px;
  }
  .v19-professional .site-header .brand img,
  .v19-professional.cinematic-home .site-header .brand img {
    width: 210px !important;
    max-height: 76px !important;
  }
  .v19-professional .site-header .main-nav,
  .v19-professional.cinematic-home .site-header .main-nav {
    gap: 9px !important;
  }
  .v19-professional .site-header .main-nav a,
  .v19-professional.cinematic-home .site-header .main-nav a {
    font-size: 11.5px !important;
    letter-spacing: .045em !important;
  }
  .v19-professional .site-header .main-nav .nav-cta,
  .v19-professional.cinematic-home .site-header .main-nav .nav-cta {
    padding: 11px 13px !important;
    font-size: 11.5px !important;
  }
}
@media (max-width: 1180px) {
  .v19-professional .site-header .inner,
  .v19-professional.cinematic-home .site-header .inner {
    width: min(100% - 40px, 1280px);
    height: 92px;
  }
  .v19-professional .site-header .brand,
  .v19-professional.cinematic-home .site-header .brand {
    min-width: 0;
  }
  .v19-professional .site-header .brand img,
  .v19-professional.cinematic-home .site-header .brand img {
    width: 204px !important;
    max-height: 72px !important;
  }
  .v19-professional .site-header .main-nav {
    display: none !important;
  }
  .v19-professional .site-header .nav-toggle {
    display: block !important;
  }
  .v19-professional .site-header .nav-toggle span {
    background: #f6f0e7 !important;
  }
  .ddl-mobile-menu.open {
    display: flex !important;
  }
}
@media (max-width: 640px) {
  .v19-professional .site-header .inner,
  .v19-professional.cinematic-home .site-header .inner {
    width: min(100% - 30px, 1280px);
    height: 78px;
  }
  .v19-professional .site-header .brand img,
  .v19-professional.cinematic-home .site-header .brand img {
    width: 174px !important;
    max-height: 58px !important;
  }
}

/* ---------------------------------------------------------------------
   2. MOBILE HERO OVERLAP FIX
   The cinematic hero positions copy / award panel / service note
   absolutely with hard-coded offsets that collide on phones. Below
   760px, stack them in normal flow with clean spacing.
--------------------------------------------------------------------- */
@media (max-width: 760px) {
  .v19-professional .cinematic-hero {
    min-height: auto;
  }
  .v19-professional .cinematic-hero-inner {
    position: static;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 40px 0 52px;
    width: min(100% - 40px, 640px);
    margin: 0 auto;
  }
  .v19-professional .cinematic-hero-copy,
  .v19-professional .cinematic-award-panel,
  .v19-professional .cinematic-service-note {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }
  .v19-professional .cinematic-hero-copy h1 {
    font-size: clamp(46px, 12vw, 66px);
  }
  .v19-professional .cinematic-service-note {
    padding-left: 16px;
    margin-top: 2px;
  }
  .v19-professional .cinematic-scroll-cue {
    display: none;
  }
}

/* ---------------------------------------------------------------------
   3. PREMIUM FOOTER
   Replaces the flat .footer-compact block with a layered, editorial
   footer in the site's bronze / cream / serif language.
--------------------------------------------------------------------- */
.ddl-footer {
  position: relative;
  color: #efe6d8;
  background:
    radial-gradient(circle at 14% 0%, rgba(199, 160, 91, 0.12), transparent 42%),
    radial-gradient(circle at 88% 6%, rgba(169, 112, 81, 0.10), transparent 46%),
    linear-gradient(180deg, #241811 0%, #1c130e 46%, #150d09 100%);
  border-top: 1px solid rgba(199, 160, 91, 0.28);
  font-family: "Manrope", system-ui, sans-serif;
}
.ddl-footer .container {
  width: min(1460px, calc(100% - 56px));
  margin: 0 auto;
}

/* --- CTA band --- */
.ddl-footer-cta {
  border-bottom: 1px solid rgba(199, 160, 91, 0.18);
}
.ddl-footer-cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(48px, 6vw, 82px) 0;
}
.ddl-footer-cta-copy {
  max-width: 640px;
}
.ddl-footer-cta .eyebrow {
  display: block;
  margin: 0 0 16px;
  color: #d7ad67;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.ddl-footer-cta h2 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: #f7f0e4;
}
.ddl-footer-cta p {
  margin: 0;
  max-width: 560px;
  color: rgba(239, 230, 216, 0.72);
  font-size: 15px;
  line-height: 1.62;
}
.ddl-footer-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 232px;
}
.ddl-footer-cta-actions .button {
  justify-content: center;
  text-align: center;
}

/* --- Main: TWO-SIDED (brand block left, nav/contact right) --- */
.ddl-footer-main .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 64px);
  padding: clamp(48px, 5vw, 76px) 0;
}
.ddl-footer-brand {
  flex: 0 0 320px;
}
.ddl-footer-awards-mid {
  flex: 0 0 190px;
}
.ddl-footer-nav {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(32px, 4vw, 72px);
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.ddl-footer-nav .ddl-footer-col {
  flex: none;
}
/* right-most column is right-aligned so the footer reads as two sides */
.ddl-footer-visit {
  text-align: right;
}
.ddl-footer-visit .ddl-footer-awards {
  justify-content: flex-end;
}
.ddl-footer-logo {
  width: 210px;
  max-width: 60%;
  height: auto;
  margin-bottom: 22px;
}
.ddl-footer-tagline {
  margin: 0 0 26px;
  max-width: 340px;
  color: rgba(239, 230, 216, 0.66);
  font-size: 14px;
  line-height: 1.65;
}
.ddl-footer-awards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 240px;
}
.ddl-footer-visit .ddl-footer-awards {
  max-width: none;
  margin-left: auto;
}
.ddl-footer-awards-mid {
  flex: 0 0 300px;
  max-width: 300px;
}
.ddl-footer-awards-eyebrow {
  margin: 0 0 2px;
  color: #d7ad67;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ddl-footer-award-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ddl-footer-awards-mid .ddl-footer-award-badges {
  padding: 18px 20px;
  background: linear-gradient(160deg, rgba(215, 173, 103, 0.08), rgba(215, 173, 103, 0.02));
  border: 1px solid rgba(215, 173, 103, 0.24);
  border-radius: 10px;
}
.ddl-footer-visit .ddl-footer-award-badges {
  justify-content: flex-end;
}
.ddl-footer-awards img {
  width: 76px;
  height: auto;
  flex: none;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.4));
}
.ddl-footer-awards-mid .ddl-footer-award-badges img {
  width: 104px;
}
.ddl-footer-awards-mid .ddl-footer-award-badges img:first-child {
  width: 134px;
}
.ddl-footer-award-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ddl-footer-awards span {
  color: rgba(239, 230, 216, 0.72);
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.ddl-footer-awards a {
  margin-top: 2px;
  color: #d7ad67;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(215, 173, 103, 0.4);
  align-self: flex-start;
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.ddl-footer-visit .ddl-footer-award-text {
  align-items: flex-end;
  text-align: right;
}
.ddl-footer-visit .ddl-footer-award-text a {
  align-self: flex-end;
}
.ddl-footer-awards a:hover {
  color: #f0d9a8;
  border-color: #f0d9a8;
}

.ddl-footer-col h4 {
  margin: 0 0 20px;
  color: #d7ad67;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ddl-footer-col a,
.ddl-footer-col address {
  display: block;
  color: rgba(239, 230, 216, 0.82);
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color .2s ease;
}
.ddl-footer-col a:hover {
  color: #fff;
}
.ddl-footer-col address {
  margin-bottom: 16px;
  color: rgba(239, 230, 216, 0.66);
}
.ddl-footer-visit a {
  font-weight: 600;
}
.ddl-footer-hours {
  margin: 4px 0 0;
  color: rgba(239, 230, 216, 0.82);
  font-size: 12.5px;
  line-height: 1.6;
}
.ddl-footer-hours-note {
  margin: 10px 0 0;
  color: rgba(239, 230, 216, 0.5);
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.01em;
}

/* --- Bottom bar --- */
.ddl-footer-bottom {
  border-top: 1px solid rgba(199, 160, 91, 0.16);
}
.ddl-footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 0;
}
.ddl-footer-bottom span {
  color: rgba(239, 230, 216, 0.78);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.ddl-footer-credit {
  flex: 1;
  text-align: center;
}
.ddl-footer-credit a {
  color: #d7ad67;
  text-decoration: none;
  border-bottom: 1px solid rgba(215, 173, 103, 0.4);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.ddl-footer-credit a:hover {
  color: #f0d9a8;
  border-color: #f0d9a8;
}

/* --- Footer responsive --- */
@media (max-width: 980px) {
  .ddl-footer-main .container {
    flex-direction: column;
    gap: 40px;
  }
  .ddl-footer-brand {
    flex: 1 1 auto;
  }
  .ddl-footer-awards-mid {
    flex: 1 1 auto;
    max-width: 320px;
  }
  .ddl-footer-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 48px;
    width: 100%;
  }
  .ddl-footer-visit {
    text-align: left;
  }
  .ddl-footer-visit .ddl-footer-awards {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .ddl-footer .container {
    width: min(100% - 40px, 1240px);
  }
  .ddl-footer-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .ddl-footer-cta-actions {
    width: 100%;
  }
  .ddl-footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .ddl-footer-nav .ddl-footer-col:first-child {
    text-align: left;
  }
  .ddl-footer-nav .ddl-footer-col:nth-child(2) {
    text-align: right;
  }
  .ddl-footer-visit {
    grid-column: 1 / -1;
  }
  .ddl-footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }
  .ddl-footer-credit {
    flex: none;
    text-align: left;
  }
  /* keep the sticky mobile-book bar from covering the bottom bar */
  .ddl-footer-bottom {
    padding-bottom: 72px;
  }
}

/* ---------------------------------------------------------------------
   4. APPOINTMENT FORM (real POST) - status + validation styling
--------------------------------------------------------------------- */
.booking-form .field-error {
  display: block;
  margin-top: 6px;
  padding: 7px 9px;
  color: #571d14 !important;
  -webkit-text-fill-color: #571d14 !important;
  background: #f7e7d2 !important;
  border-left: 4px solid #8e3f2f;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.4;
}
.booking-form [aria-invalid="true"] {
  border-color: #c0553d !important;
  box-shadow: 0 0 0 2px rgba(192, 85, 61, 0.14);
}
.booking-form .booking-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12.5px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
  color: var(--ddl-muted, #71665d);
  cursor: pointer;
}
.booking-form .booking-consent input {
  width: auto;
  margin-top: 3px;
  flex: none;
}
.booking-form .required-mark {
  color: var(--ddl-bronze, #8e5e42);
}
.booking-form .form-status {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid transparent;
}
.booking-form p.form-status.success {
  color: #fffaf1 !important;
  -webkit-text-fill-color: #fffaf1 !important;
  background: #241711 !important;
  border-color: #d7bd8a !important;
  border-left: 5px solid #d7bd8a !important;
  font-weight: 700 !important;
}
.booking-form p.form-status.error {
  color: #211a16 !important;
  -webkit-text-fill-color: #211a16 !important;
  background: #f0d9a8 !important;
  border-color: #8e5e42 !important;
  border-left: 5px solid #6b2f23 !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;
}

/* ---------------------------------------------------------------------
   5. FULL-PAGE MOBILE MENU OVERLAY (global standard)
   Hamburger opens a full-screen overlay: nav + phone CTA + social.
--------------------------------------------------------------------- */
.ddl-mobile-menu {
  display: none;
  position: fixed !important; /* must beat body.v19-professional > * {position:relative} or the header (z-index:60) sits above this overlay and swallows clicks meant for it */
  inset: 0;
  z-index: 500 !important; /* must beat body.v19-professional > * {z-index:1} for the same reason */
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 92px 32px 44px;
  background:
    radial-gradient(circle at 20% 12%, rgba(199, 160, 91, 0.14), transparent 46%),
    linear-gradient(180deg, #221610 0%, #1a110c 55%, #140c08 100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ddl-mobile-menu.open { display: flex; }
body.ddl-menu-open { overflow: hidden; }

.ddl-mm-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #f3ead9;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(215, 189, 138, 0.34);
  border-radius: 0;
  cursor: pointer;
}
.ddl-mm-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ddl-mm-nav a {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #f4ece0;
  text-decoration: none;
  padding: 4px 0;
}
.ddl-mm-nav a.active { color: #d7ad67; }
.ddl-mm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 16px 22px;
  background: #d7bd8a;
  color: #1b120e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}
.ddl-mm-phone {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  color: #d7ad67;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.ddl-mm-social {
  display: flex;
  gap: 12px;
  margin-top: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(215, 189, 138, 0.22);
}
.ddl-mm-social a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #e7dcc9;
  border: 1px solid rgba(215, 189, 138, 0.34);
  transition: background .2s ease, color .2s ease;
}
.ddl-mm-social a:hover { background: rgba(215, 189, 138, 0.14); color: #fff; }

/* Desktop: overlay never shows; keep the normal nav */
@media (min-width: 981px) {
  .ddl-mobile-menu { display: none !important; }
}
@media (max-width: 980px) {
  .ddl-mobile-menu.open { display: flex !important; }
}

/* ---------------------------------------------------------------------
   6. STICKY-HEADER SCROLLED STATE + form spacing
--------------------------------------------------------------------- */
/* Keep the compact sticky state readable on laptops. */
.v19-professional .site-header.is-scrolled .brand img,
.v19-professional.cinematic-home .site-header.is-scrolled .brand img {
  width: 198px !important;
  max-height: 68px !important;
}
.v19-professional .site-header.is-scrolled .inner {
  height: 92px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.v19-professional.cinematic-home .site-header.is-scrolled .inner {
  height: 92px !important;
}

/* Appointment form: tighter vertical rhythm (was gap:18px + phantom error spans) */
.booking-form {
  gap: 12px;
}
.booking-form .field {
  gap: 6px;
}
.booking-form .field input,
.booking-form .field select,
.booking-form .field textarea {
  padding: 11px 13px;
}
.booking-form .field textarea {
  min-height: 96px;
}
/* Empty validation-error spans should take no vertical space until they hold a message */
.booking-form .field-error:empty {
  display: none;
  margin: 0;
}

/* Shared smooth header transition. */
.v19-professional .site-header .inner {
  transition: height .35s ease, padding .35s ease;
}
.v19-professional:not(.cinematic-home) .site-header.is-scrolled .inner {
  height: 92px !important;
}
@media (max-width: 640px) {
  .v19-professional .site-header.is-scrolled .inner,
  .v19-professional.cinematic-home .site-header.is-scrolled .inner {
    height: 78px !important;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .v19-professional .site-header.is-scrolled .brand img,
  .v19-professional.cinematic-home .site-header.is-scrolled .brand img {
    width: 174px !important;
    max-height: 58px !important;
  }
}

/* ---------------------------------------------------------------------
   7. Footer social + legal links; legal-page prose
--------------------------------------------------------------------- */
.ddl-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.ddl-footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #e7dcc9;
  border: 1px solid rgba(215, 189, 138, 0.30);
  transition: background .2s ease, color .2s ease;
}
.ddl-footer-social a:hover {
  background: rgba(215, 189, 138, 0.14);
  color: #fff;
}
.ddl-footer-reviews-link {
  display: inline-block;
  margin-top: 18px;
  color: #d7ad67;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(215, 173, 103, 0.4);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.ddl-footer-reviews-link:hover {
  color: #f0d9a8;
  border-color: #f0d9a8;
}
.ddl-footer-legal {
  display: flex;
  gap: 18px;
}
.ddl-footer-legal a {
  color: rgba(239, 230, 216, 0.72) !important;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.ddl-footer-legal a:hover {
  color: #d7ad67 !important;
}

/* Legal / long-form content pages */
.legal-prose {
  max-width: 840px;
}
.legal-prose h2 {
  margin: 44px 0 14px;
  font-size: clamp(24px, 2.4vw, 32px);
}
.legal-prose h2:first-child {
  margin-top: 0;
}
.legal-prose h3 {
  margin: 28px 0 10px;
  font-size: 19px;
}
.legal-prose p,
.legal-prose li {
  color: var(--ddl-text, #352b25);
  line-height: 1.7;
  margin-bottom: 14px;
}
.legal-prose ul {
  padding-left: 22px;
  margin-bottom: 16px;
}
.legal-prose .legal-meta {
  margin-bottom: 28px;
  color: var(--ddl-muted, #71665d);
  font-size: 14px;
}

/* Hero backgrounds for the new pages */
.page-about .page-hero {
  background-image: url("/assets/room-settings-2026/058_sculptural-sanctuary_versace-wood-biscuit-room.webp");
}
/* Legal pages: shorter hero, no oversized photo */
.page-privacy .page-hero,
.page-terms .page-hero {
  min-height: auto;
  padding: clamp(118px, 13vw, 168px) 0 clamp(40px, 5vw, 64px);
  background-image: url("/assets/room-settings-2026/022_organic-sanctuary_burit-brown-room.webp");
}

/* ---------------------------------------------------------------------
   8. Cookie consent banner
--------------------------------------------------------------------- */
.ddl-cookie {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
  z-index: 300;
  width: 320px;
  max-width: calc(100vw - 32px);
  padding: 18px 20px 16px;
  background: rgba(22, 15, 10, 0.98);
  color: #efe6d8;
  border: 1px solid rgba(215, 189, 138, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.ddl-cookie p {
  margin: 0 0 14px;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(239, 230, 216, 0.8);
}
.ddl-cookie a { color: #d7ad67; }
.ddl-cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.ddl-cookie button {
  padding: 8px 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(215, 189, 138, 0.4);
  background: transparent;
  color: #efe6d8;
}
.ddl-cookie-accept {
  background: #d7bd8a;
  color: #1b120e;
  border-color: #d7bd8a;
}
@media (max-width: 640px) {
  .ddl-cookie { right: 12px; left: 12px; bottom: 84px; width: auto; }
}

/* Look Book category hubs */
.look-book-category-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.look-book-category-link-grid a{display:block;padding:24px;border:1px solid rgba(86,56,40,.18);color:#241711;text-decoration:none;font-weight:700;background:#fffaf1}.look-book-category-link-grid a:hover{background:#241711;color:#fffaf1}.look-category-hero{background:#2a1c16;color:#fffaf1}.look-category-intro{max-width:880px;font-size:1.1rem}.look-category-grid{columns:2;column-gap:24px}.look-category-card{display:inline-block;width:100%;break-inside:avoid;margin:0 0 24px;background:#fffaf1;border:1px solid rgba(86,56,40,.15)}.look-category-card img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}.look-category-card div{padding:20px}.look-category-card p{margin:0 0 7px;color:#8c633e;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.look-category-card h3{margin:0 0 12px;color:#241711}.look-category-card a{color:#7a502e;font-weight:700}@media(max-width:800px){.look-book-category-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.look-book-category-link-grid{grid-template-columns:1fr}.look-category-grid{columns:1}}

/* ---------------------------------------------------------------------
   Bespoke Interiors page
--------------------------------------------------------------------- */
.bespoke-hero {
  position: relative;
  min-height: clamp(620px, 76vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1c120e;
}
.bespoke-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bespoke-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,11,8,.88) 0%, rgba(24,15,11,.65) 42%, rgba(24,15,11,.14) 76%), linear-gradient(0deg, rgba(18,11,8,.62) 0%, transparent 48%);
}
.bespoke-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: clamp(110px, 14vw, 180px);
  padding-bottom: clamp(64px, 8vw, 100px);
  color: #fffaf1;
}
.bespoke-hero-copy h1 {
  max-width: 850px;
  color: #fffaf1;
  font-size: clamp(50px, 6.2vw, 92px);
  line-height: .96;
}
.v19-professional .bespoke-hero .bespoke-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255,250,241,.9) !important;
  font-size: clamp(17px, 1.55vw, 22px);
}
.v19-professional .bespoke-hero .eyebrow {
  color: #d4ad72 !important;
}
.bespoke-intro {
  align-items: start;
}
.bespoke-service-grid-section {
  background: #2a1c16 !important;
  color: #fffaf1 !important;
}
.v19-professional .bespoke-service-grid-section .section-head .eyebrow {
  color: #d7b06e !important;
}
.v19-professional .bespoke-service-grid-section .section-head h2,
.v19-professional .bespoke-service-grid-section .section-head p,
.v19-professional .bespoke-service-grid-section .bespoke-service-grid h3,
.v19-professional .bespoke-service-grid-section .bespoke-service-grid p {
  color: #fffaf1 !important;
}
.v19-professional .bespoke-service-grid-section .bespoke-service-grid article {
  background: rgba(255, 250, 241, .075) !important;
  border-color: rgba(215, 176, 110, .42) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
}
.v19-professional .bespoke-service-grid-section .bespoke-service-grid article > span {
  color: #e4c488 !important;
}
.bespoke-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.bespoke-service-grid article {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(86,56,40,.17);
  background: rgba(255,250,241,.74);
}
.bespoke-service-grid article > span,
.bespoke-steps > li > span {
  display: block;
  margin-bottom: 20px;
  color: #9b6d43;
  font-weight: 700;
  letter-spacing: .15em;
}
.bespoke-feature .split {
  align-items: center;
}
.bespoke-feature .panel-img,
.homepage-bespoke .panel-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.bespoke-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(36px, 5vw, 62px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(86,56,40,.2);
}
.bespoke-steps li {
  padding: 28px clamp(18px, 2.4vw, 34px) 0 0;
}
.bespoke-steps li + li {
  padding-left: clamp(18px, 2.4vw, 34px);
  border-left: 1px solid rgba(86,56,40,.14);
}
@media (max-width: 980px) {
  .bespoke-service-grid,
  .bespoke-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bespoke-steps li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 640px) {
  .bespoke-hero {
    min-height: 680px;
  }
  .bespoke-hero-overlay {
    background: linear-gradient(0deg, rgba(18,11,8,.94) 0%, rgba(24,15,11,.54) 70%, rgba(24,15,11,.2) 100%);
  }
  .bespoke-service-grid,
  .bespoke-steps {
    grid-template-columns: 1fr;
  }
  .bespoke-steps li,
  .bespoke-steps li + li,
  .bespoke-steps li:nth-child(3) {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(86,56,40,.14);
  }
}
