/* =============================================================
   Sibs Furniture v1 — sibs.css
   ============================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --cream:      #FAF8FC;
      --warm:       #F7F0FC;
      --border:     #E4D8EE;
      --border2:    #D8C8E8;
      --ink:        #231A2C;
      --muted:      #7A6882;
      --faint:      #A890B8;
      --purple:     #B47FCC;
      --purple-lt:  #F5EEFB;
      --purple-md:  #CBA8E0;
      --green:      rgb(92,122,78);
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: var(--ink);
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 50;
      background: rgba(250,248,252,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      transition: background 0.4s;
    }
    nav.scrolled { background: rgba(250,248,252,0.97); }
    .nav-inner {
      max-width: 90rem; margin: 0 auto;
      display: flex; align-items: center;
      justify-content: space-between; gap: 1rem;
      height: 4.5rem;
    }
    .nav-logo {
      display: flex; align-items: center;
    }
    .nav-logo img {
      width: 3.25rem; height: 3.25rem;
      border-radius: 50%; object-fit: cover;
      border: 1.5px solid var(--border);
    }
    .nav-links { display: flex; gap: 2.5rem; align-items: center; margin-left: auto; }
    .nav-links a {
      font-size: 13px; font-weight: 500; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--faint);
      text-decoration: none; transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--ink); }
    .nav-cta { display: none; }
    .nav-hamburger {
      display: none; background: none; border: none;
      font-size: 1.5rem; color: var(--ink); cursor: pointer;
      flex-direction: column; gap: 5px;
    }
    .nav-hamburger span {
      display: block; width: 22px; height: 1.5px;
      background: var(--ink); transition: all 0.3s;
    }

    /* ── HERO ── */
    .hero {
      background: linear-gradient(to bottom, #e0bfea 0%, #eddaf5 12%, #f5ecfb 28%, var(--cream) 55%);
      padding-top: 4.5rem;
    }
    .hero-inner {
      max-width: 90rem; margin: 0 auto;
      padding: 9rem 4.5rem 5rem;
    }
    .eyebrow {
      font-size: 12px; font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.22em;
      color: var(--purple-md); margin-bottom: 1rem;
    }
    .eyebrow--white { color: rgba(255,255,255,0.75); }
    .eyebrow--hero {
      display: flex; align-items: center; gap: 0.75rem;
      margin-bottom: 2.5rem; color: var(--muted);
    }
    .eyebrow--hero .line { width: 2rem; height: 1px; background: var(--purple-md); }
    .hero-grid {
      display: grid; grid-template-columns: 7fr 5fr;
      gap: 5rem; align-items: flex-end;
    }
    h1.display {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(56px, 8vw, 120px);
      font-weight: 600; line-height: 0.95;
      letter-spacing: -0.02em; color: var(--ink);
      margin-bottom: 0;
    }
    h1.display em { color: var(--purple); font-style: italic; }
    .hero-right { padding-bottom: 0.75rem; }
    .hero-desc {
      color: var(--muted); font-size: 1.125rem; line-height: 1.75;
      margin-bottom: 2rem; max-width: 22rem;
    }
    .btn-row { display: flex; gap: 0.875rem; flex-wrap: wrap; }
    .btn-dark {
      padding: 0.875rem 2rem; border-radius: 10px;
      background: var(--ink); color: var(--cream);
      font-size: 0.9375rem; font-weight: 500;
      border: none; cursor: pointer; text-decoration: none;
      display: inline-block; transition: opacity 0.2s; white-space: nowrap;
    }
    .btn-dark:hover { opacity: 0.85; }
    .btn-outline {
      padding: 0.875rem 2rem; border-radius: 10px;
      border: 1.5px solid var(--ink); color: var(--ink);
      font-size: 0.9375rem; font-weight: 500;
      background: none; cursor: pointer; text-decoration: none;
      display: inline-block; transition: background 0.2s; white-space: nowrap;
    }
    .btn-outline:hover { background: rgba(35,26,44,0.06); }

    .hero-image {
      position: relative; overflow: hidden;
      height: clamp(200px, 36vw, 480px);
      margin-top: 4rem;
    }
    .hero-image img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: center;
      display: block;
    }
    .hero-image::before, .hero-image::after {
      content: ''; position: absolute; left: 0; right: 0; height: 30%; z-index: 1;
    }
    .hero-image::before { top: 0; background: linear-gradient(var(--cream), transparent); }
    .hero-image::after  { bottom: 0; background: linear-gradient(transparent, var(--cream)); }

    /* ── MARQUEE ── */
    .marquee-wrap {
      overflow: hidden;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 0.875rem 0;
      background: #EEE8F5;
    }
    .marquee-track {
      display: flex; gap: 3rem; white-space: nowrap;
      animation: marquee 24s linear infinite;
    }
    .marquee-track span {
      font-size: 12px; font-weight: 500;
      color: var(--faint); text-transform: uppercase; letter-spacing: 0.15em;
      flex-shrink: 0;
    }
    .dot { color: var(--purple-md); margin: 0 0.75rem; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ── SECTION SHARED ── */
    .section-max {
      max-width: 80rem; margin: 0 auto;
      padding: 6rem 4.5rem;
    }
    h2.serif {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.75rem);
      font-weight: 600; line-height: 1.05; letter-spacing: -0.02em;
      color: var(--ink);
    }
    h2.serif em { font-style: italic; }
    .divider { height: 1px; background: var(--border); }

    /* ── ABOUT ── */
    #about { background: var(--cream); }
    .about-grid {
      display: grid; grid-template-columns: minmax(0,45%) minmax(0,55%);
      gap: 6rem; align-items: center;
    }
    .about-img-inner {
      border-radius: 10px; overflow: hidden;
      height: clamp(400px, 55vw, 680px);
      position: relative;
    }
    .about-img-inner img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: bottom;
      display: block;
    }
    .about-img-inner::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(30,20,9,0.28) 0%, transparent 55%);
    }
    .about-heading {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 600; line-height: 1.05; letter-spacing: -0.02em;
      margin-bottom: 2rem;
    }
    .about-heading .h-sm { font-size: clamp(1.25rem,2.5vw,1.875rem); display: block; }
    .about-heading .h-md { font-size: clamp(2.1rem,4.25vw,3.25rem); display: block; }
    .about-heading .h-md em { font-style: italic; color: var(--purple); }
    .about-heading .h-lg { font-size: clamp(2.1rem,5vw,3.85rem); display: block; }
    .lead {
      color: var(--muted); font-size: 1.125rem; line-height: 1.75;
    }
    .lead + .lead { margin-top: 1.25rem; }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; }
    .tag {
      padding: 0.375rem 0.875rem; border-radius: 9999px;
      background: var(--purple-lt); color: var(--purple);
      font-size: 0.75rem; font-weight: 500;
    }
    .about-cta { margin-top: 2.5rem; }

    /* ── GALLERY ── */
    #gallery { background: #EDE8F4; }
    .gallery-header {
      display: flex; align-items: flex-end;
      justify-content: space-between; gap: 2rem;
      margin-bottom: 3rem; flex-wrap: wrap;
    }
    .gallery-sub {
      color: var(--muted); font-size: 1rem; margin-top: 0.5rem;
      max-width: 36ch; line-height: 1.65;
    }
    .gallery-link {
      font-size: 0.875rem; color: var(--muted);
      text-decoration: none; display: flex;
      align-items: center; gap: 0.4rem;
      white-space: nowrap; transition: color 0.2s;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid var(--border);
    }
    .gallery-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

    /* Masonry-feel grid */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: auto;
      gap: 1rem;
    }

    .g-item {
      overflow: hidden; position: relative;
      background: var(--purple-lt);
      cursor: pointer;
      border-radius: 10px;
    }
    .g-item img {
      width: 100%; height: 100%;
      object-fit: cover; object-position: top;
      display: block;
      transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .g-item:hover img { transform: scale(1.04); }

    /* Ribbons hidden */
    .g-ribbon { display: none; }

    /* Series label on hover */
    .g-overlay {
      position: absolute; inset: 0; z-index: 3;
      background: linear-gradient(to top, rgba(35,26,44,0.7) 0%, transparent 55%);
      display: flex; flex-direction: column; justify-content: flex-end;
      padding: 1.25rem;
      opacity: 0; transition: opacity 0.3s;
    }
    .g-item:hover .g-overlay { opacity: 1; }
    .g-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.125rem; font-weight: 600;
      color: #fff; line-height: 1.2;
    }
    .g-series {
      font-size: 0.6875rem; font-weight: 600;
      letter-spacing: 0.14em; text-transform: uppercase;
      color: var(--purple-md); margin-bottom: 0.3rem;
    }

    /* Grid placement — interesting, not uniform */
    .g-item:nth-child(1) { grid-column: 1 / 6;  grid-row: 1; height: 400px; }
    .g-item:nth-child(2) { grid-column: 6 / 9;  grid-row: 1; height: 400px; }
    .g-item:nth-child(3) { grid-column: 9 / 13; grid-row: 1; height: 400px; }
    .g-item:nth-child(4) { grid-column: 1 / 4;  grid-row: 2; height: 320px; }
    .g-item:nth-child(5) { grid-column: 4 / 9;  grid-row: 2; height: 320px; }
    .g-item:nth-child(6) { grid-column: 9 / 13; grid-row: 2; height: 320px; }

    .gallery-footer {
      margin-top: 2rem;
    }
    .gallery-footer .btn-outline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 2rem 2.5rem;
      border-radius: 12px;
      border: 1px solid var(--border);
      background: var(--cream);
      color: var(--ink);
      font-size: 1rem;
      text-decoration: none;
      gap: 2rem;
    }
    .gallery-footer .btn-outline:hover { background: #ede6f7; }
    .gallery-footer .btn-outline::after {
      content: 'Get in touch';
      padding: 0.75rem 1.75rem;
      background: var(--ink);
      color: var(--cream);
      border-radius: 10px;
      font-size: 0.875rem;
      font-weight: 500;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .gallery-footer-text strong {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem; font-weight: 600;
      display: block; margin-bottom: 0.3rem; color: var(--ink);
    }
    .gallery-footer-text span {
      font-size: 0.9375rem; color: var(--muted); font-weight: 400;
    }

    /* ── SHARED FORM STYLES ── */
    .form-field { display: flex; flex-direction: column; gap: 0.4rem; }
    label.lbl {
      font-size: 11px; font-weight: 500;
      color: rgba(80,40,100,0.7); text-transform: uppercase; letter-spacing: 0.16em;
    }
    .form-input {
      width: 100%; padding: 0.875rem 1rem;
      font-size: 1rem; color: var(--ink);
      background: rgba(255,255,255,0.7);
      border: 1px solid var(--border);
      border-radius: 8px;
      font-family: 'DM Sans', sans-serif;
      transition: border-color 0.2s, background 0.2s; outline: none;
      -webkit-appearance: none; appearance: none;
    }
    .form-input:focus { border-color: var(--purple); }
    .form-input::placeholder { color: var(--faint); }
    textarea.form-input { resize: none; }

    /* ── COMMISSION ── */
    #commission-wrap {
      background: var(--cream);
      padding: 6rem 4.5rem 0;
    }
    #commission {
      max-width: 80rem; margin: 0 auto;
      background: #f0d9ff;
      border-radius: 10px;
      padding: 4rem 4rem 4.5rem;
    }
    .commission-inner { text-align: center; max-width: 58rem; margin: 0 auto; }
    .commission-inner .dl-desc { margin-bottom: 2.5rem; }

    /* Compact form inside mauve block */
    .commission-inner .commission-form {
      display: flex; flex-direction: column; gap: 1rem;
      text-align: left;
    }
    .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .cf-input {
      background: rgba(255,255,255,0.6);
      border-color: rgba(255,255,255,0.8);
    }
    .cf-input:focus { border-color: #9B5DC8; background: rgba(255,255,255,0.85); }
    .cf-submit {
      width: 100%; padding: 0.9rem;
      background: var(--ink); color: var(--cream);
      font-size: 0.9375rem; font-weight: 500;
      font-family: 'DM Sans', sans-serif;
      border: none; cursor: pointer; transition: opacity 0.2s;
      border-radius: 10px; margin-top: 0.25rem;
    }
    .cf-submit:hover { opacity: 0.82; }
    .cf-note { font-size: 12px; color: #555; text-align: center; line-height: 1.5; }
    .cf-note-link { color: inherit; text-decoration: underline; }

    @media (max-width: 1024px) {
      #commission-wrap { padding: 5rem 2.5rem 0; }
      #commission { padding: 3rem 3rem 3.5rem; }
    }
    @media (max-width: 768px) {
      #commission-wrap { padding: 3.5rem 1.25rem 0; }
      #commission { padding: 2.5rem 1.5rem 3rem; }
      .cf-row { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      #commission-wrap { padding: 3rem 1rem 0; }
      #commission { padding: 2rem 1.25rem 2.5rem; }
    }

    /* ── NEWSLETTER removed ── */

    /* ── FOOTER ── */
    footer {
      border-top: 1px solid rgba(180,127,204,0.3);
      padding: 2rem 4.5rem;
      background: #fff;
    }
    .footer-inner {
      max-width: 80rem; margin: 0 auto;
      display: flex; align-items: center;
      justify-content: space-between; gap: 1rem;
      flex-wrap: wrap;
    }
    .footer-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem; font-weight: 600; color: var(--ink);
    }
    .footer-copy { font-size: 0.75rem; color: var(--faint); }
    .footer-socials { display: flex; gap: 1rem; }
    .footer-social {
      width: 2rem; height: 2rem;
      display: flex; align-items: center; justify-content: center;
      color: var(--faint); cursor: pointer; transition: color 0.2s;
      text-decoration: none; font-size: 1rem;
    }
    .footer-social:hover { color: var(--ink); }
    .footer-social svg {
      width: 1.125rem; height: 1.125rem;
      stroke: currentColor; fill: none; stroke-width: 2.25;
    }

    /* ── MOBILE MENU (dropdown) ── */
    .mobile-nav {
      position: fixed; top: 4.5rem; left: 0; right: 0; z-index: 100;
      background: rgba(250,248,252,0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      display: flex; flex-direction: column;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease, border-color 0.3s ease;
    }
    .mobile-nav.open { max-height: 20rem; }
    .mobile-nav a {
      font-size: 0.9375rem; font-weight: 500;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--ink); text-decoration: none;
      padding: 1rem 1.5rem;
      border-bottom: 1px solid var(--border);
      display: block;
      transition: background 0.15s;
    }
    .mobile-nav a:last-child { border-bottom: none; }
    .mobile-nav a:hover { background: var(--purple-lt); }
    .mobile-close { display: none; }

    /* ── FADE-IN ── */
    .fade-in {
      opacity: 0; transform: translateY(1.25rem);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .fade-in.visible { opacity: 1; transform: translateY(0); }
    .fade-in.delay { transition-delay: 0.12s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
      .hero-inner { padding: 7rem 2.5rem 3rem; }
      .about-grid { grid-template-columns: 1fr; gap: 3rem; }
      .about-img-inner { height: clamp(260px, 45vw, 480px); }

      .nav-inner { padding: 0 2.5rem; }
      footer { padding: 2rem 2.5rem; }
      .section-max { padding: 5rem 2.5rem; }
    }

    @media (max-width: 768px) {
      /* Nav */
      .nav-links, .nav-cta { display: none; }
      .nav-hamburger { display: flex; }
      .nav-inner { padding: 0 1.25rem; }

      /* Hero */
      .hero-inner { padding: 6rem 1.25rem 2rem; }
      .eyebrow--hero { margin-bottom: 1.5rem; }
      .hero-desc { font-size: 1rem; max-width: 100%; }
      .btn-row { gap: 0.75rem; }
      .hero-image { height: clamp(180px, 55vw, 320px); }

      /* About */
      .section-max { padding: 3.5rem 1.25rem; }
      .about-img-inner { height: clamp(220px, 60vw, 380px); }
      .about-heading .h-sm { font-size: clamp(1.1rem, 4vw, 1.5rem); }
      .about-heading .h-md { font-size: clamp(1.6rem, 5.5vw, 2.5rem); }
      .about-heading .h-lg { font-size: clamp(1.6rem, 5.5vw, 2.75rem); }
      .lead { font-size: 1rem; }

      /* Gallery */
      .gallery-header { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 2rem; }
      .gallery-link { align-self: flex-start; }
      .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }
      .g-item:nth-child(1) { grid-column: 1 / 3; grid-row: auto; height: 260px; }
      .g-item:nth-child(2) { grid-column: 1 / 2; grid-row: auto; height: 200px; }
      .g-item:nth-child(3) { grid-column: 2 / 3; grid-row: auto; height: 200px; }
      .g-item:nth-child(4) { grid-column: 1 / 2; grid-row: auto; height: 200px; }
      .g-item:nth-child(5) { grid-column: 2 / 3; grid-row: auto; height: 200px; }
      .g-item:nth-child(6) { grid-column: 1 / 3; grid-row: auto; height: 240px; }

      /* Always show gallery overlay on touch devices */
      .g-overlay { opacity: 1; background: linear-gradient(to top, rgba(35,26,44,0.6) 0%, transparent 60%); }
      /* Gallery footer — stack vertically */
      .gallery-footer .btn-outline {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem;
      }
      .gallery-footer .btn-outline::after {
        align-self: stretch;
        text-align: center;
      }

      /* Commission form */

      /* Newsletter */

      /* Footer */
      footer { padding: 1.5rem 1.25rem; }
      .footer-inner { flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; }
      .footer-copy { order: 3; width: 100%; text-align: center; }
    }

    @media (max-width: 480px) {
      /* Nav */
      .nav-inner { height: 4rem; }

      /* Hero */
      .hero-inner { padding: 5.5rem 1rem 1.5rem; }
      .btn-row { flex-direction: column; }
      .btn-dark, .btn-outline { width: 100%; text-align: center; padding: 0.875rem 1.5rem; }
      .hero-image { height: clamp(160px, 50vw, 260px); }

      /* About */
      .section-max { padding: 3rem 1rem; }
      .about-img-inner { height: clamp(200px, 70vw, 320px); }
      .tag-cloud { gap: 0.375rem; }

      /* Gallery */
      .gallery-grid { grid-template-columns: 1fr; }
      .g-item:nth-child(n) { grid-column: 1 / 2; height: 240px; }

      /* Gallery footer */
      .gallery-footer-text strong { font-size: 1.25rem; }

      /* Newsletter */

      /* Footer */
      footer { padding: 1.25rem 1rem; }
    }

    /* ── POLICY PAGE ── */
    .policy-wrap {
      max-width: 48rem; margin: 0 auto;
      padding: 8rem 2rem 6rem;
    }
    .policy-back {
      display: inline-flex; align-items: center; gap: 0.4rem;
      font-size: 0.875rem; color: var(--muted); text-decoration: none;
      margin-bottom: 3rem; transition: color 0.2s;
    }
    .policy-back:hover { color: var(--ink); }
    .policy-back svg { width: 1rem; height: 1rem; stroke: currentColor; fill: none; stroke-width: 1.75; }
    .policy-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 6vw, 3.25rem);
      font-weight: 600; line-height: 1.1; letter-spacing: -0.02em;
      color: var(--ink); margin-bottom: 0.75rem;
    }
    .policy-updated {
      font-size: 0.875rem; color: var(--faint);
      margin-bottom: 3rem; padding-bottom: 2rem;
      border-bottom: 1px solid var(--border);
    }
    .policy-body h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem; font-weight: 600; color: var(--ink);
      margin: 2.5rem 0 0.75rem;
    }
    .policy-body p { font-size: 1rem; color: var(--muted); line-height: 1.8; margin-bottom: 1rem; }
    .policy-body ul { list-style: none; padding: 0; margin: 0 0 1rem; }
    .policy-body ul li {
      font-size: 1rem; color: var(--muted); line-height: 1.8;
      padding-left: 1.25rem; position: relative; margin-bottom: 0.25rem;
    }
    .policy-body ul li::before { content: '–'; position: absolute; left: 0; color: var(--purple-md); }
    .policy-body a { color: var(--purple); }
    .policy-body a:hover { color: var(--ink); }
    .policy-body .btn-dark, .policy-body .btn-dark:hover { color: var(--cream); }
    .policy-body .btn-outline, .policy-body .btn-outline:hover { color: var(--ink); }
    .policy-body strong { color: var(--ink); font-weight: 500; }
    .policy-divider { height: 1px; background: var(--border); margin: 3rem 0; }
    @media (max-width: 768px) { .policy-wrap { padding: 6rem 1.25rem 4rem; } }

/* ── Utility ── */
.gallery-link-arrow { width: 0.875rem; height: 0.875rem; stroke: currentColor; fill: none; stroke-width: 1.75; }
.form-input--select { cursor: pointer; }

    /* ── DELIVERY (plain cream section) ── */
    #delivery { background: var(--cream); }
    .delivery-header { margin-bottom: 2.5rem; }
    .delivery-sub {
      color: var(--muted); font-size: 1rem; margin-top: 0.75rem;
      max-width: 44ch; line-height: 1.65;
    }
    h2.dl-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 600;
      color: var(--ink); line-height: 1.2; margin-bottom: 1rem;
    }
    h2.dl-heading em { font-style: italic; }
    .dl-desc {
      font-size: 1.0625rem; color: #333; line-height: 1.75;
      max-width: 36rem; margin: 0 auto 2.75rem;
    }
    .dl-cards {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    .dl-card {
      background: var(--warm);
      border: 1px solid var(--border);
      border-radius: 10px; padding: 1.75rem 1.5rem;
    }
    .dl-card-icon {
      width: 2.5rem; height: 2.5rem; border-radius: 9999px;
      background: var(--purple-lt);
      display: flex; align-items: center; justify-content: center;
      color: var(--purple); margin-bottom: 1rem;
    }
    .dl-card-icon svg {
      width: 1.125rem; height: 1.125rem;
      stroke: currentColor; fill: none; stroke-width: 1.5;
    }
    .dl-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem; font-weight: 600; color: var(--ink);
      margin-bottom: 0.6rem;
    }
    .dl-card-desc { font-size: 0.9375rem; color: var(--muted); line-height: 1.65; }

    /* ── COMMISSION (mauve block, hugs footer) ── */
    #commission-wrap {
      background: linear-gradient(to top, #e0aefd 0%, #eac8ff 15%, #f0d9ff 32%, #F7F0FC 55%, var(--cream) 100%);
      padding: 0 4.5rem;
    }
    #commission {
      max-width: 80rem; margin: 0 auto;
      background: #e0aefd;
      border-radius: 10px 10px 0 0;
      padding: 4rem 4rem 4.5rem;
    }
    .commission-inner { text-align: center; max-width: 58rem; margin: 0 auto; }
    .commission-inner .dl-desc { margin-bottom: 2.5rem; }
    .commission-inner .commission-form {
      display: flex; flex-direction: column; gap: 1rem;
      text-align: left;
    }
    .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .cf-input {
      background: rgba(255,255,255,0.6);
      border-color: rgba(255,255,255,0.8);
    }
    .cf-input:focus { border-color: #9B5DC8; background: rgba(255,255,255,0.85); }
    .cf-submit {
      width: 100%; padding: 0.9rem;
      background: var(--ink); color: var(--cream);
      font-size: 0.9375rem; font-weight: 500;
      font-family: 'DM Sans', sans-serif;
      border: none; cursor: pointer; transition: opacity 0.2s;
      border-radius: 10px; margin-top: 0.25rem;
    }
    .cf-submit:hover { opacity: 0.82; }
    .cf-note { font-size: 12px; color: #555; text-align: center; line-height: 1.5; }

    @media (max-width: 1024px) {
      #commission-wrap { padding: 0 2.5rem; }
      #commission { padding: 3rem 3rem 3.5rem; }
    }
    @media (max-width: 768px) {
      #commission-wrap { padding: 0 1.25rem; }
      #commission { padding: 2.5rem 1.5rem 3rem; }
      .cf-row { grid-template-columns: 1fr; }
      .dl-cards { grid-template-columns: 1fr; gap: 1rem; }
    }
    @media (max-width: 480px) {
      #commission-wrap { padding: 0 1rem; }
      #commission { padding: 2rem 1.25rem 2.5rem; }
    }

    /* ── COOKIE BANNER ── */
    .cookie-banner {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
      background: var(--ink); color: var(--cream);
      display: flex; align-items: center; justify-content: center;
      gap: 1.5rem; flex-wrap: wrap;
      padding: 1rem 2rem;
      transform: translateY(100%);
      transition: transform 0.4s ease;
    }
    .cookie-banner.visible { transform: translateY(0); }
    .cookie-text { font-size: 0.875rem; color: rgba(250,248,252,0.8); line-height: 1.5; }
    .cookie-link { color: var(--purple-md); text-decoration: underline; }
    .cookie-link:hover { color: #fff; }
    .cookie-btn {
      padding: 0.5rem 1.5rem; border-radius: 8px;
      background: var(--purple); color: #fff;
      font-size: 0.875rem; font-weight: 500;
      border: none; cursor: pointer; white-space: nowrap;
      font-family: 'DM Sans', sans-serif;
      transition: opacity 0.2s; flex-shrink: 0;
    }
    .cookie-btn:hover { opacity: 0.85; }
    @media (max-width: 480px) {
      .cookie-banner { flex-direction: column; gap: 0.75rem; padding: 1.25rem 1.25rem; text-align: center; }
      .cookie-btn { width: 100%; }
    }

    /* ── FOOTER POLICY LINK ── */
    .footer-policy {
      color: var(--faint); text-decoration: underline; font-size: 0.75rem;
    }
    .footer-policy:hover { color: var(--ink); }