    /* ═══════════════════════════════════════════════════
       DESIGN TOKENS
    ═══════════════════════════════════════════════════ */
    :root {
      --ivory:      #F7F2EA;
      --ivory-dark: #EDE6D9;
      --stone:      #D8CFBE;
      --gold:       #B8925A;
      --gold-light: #D4AA72;
      --charcoal:   #1C1A17;
      --ink:        #2E2B26;
      --mist:       #7A7267;
      --white:      #FDFAF5;

      --font-display: 'Cormorant Garamond', Georgia, serif;
      --font-body:    'Nunito Sans', sans-serif;

      --ease-luxury: cubic-bezier(0.25, 0.1, 0.1, 1);
      --ease-reveal:  cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* ═══════════════════════════════════════════════════
       CATALOGUE PAGE SPECIFIC
    ═══════════════════════════════════════════════════ */
    #catalogue-body #hero {
      background: linear-gradient(
  to bottom,
  #f5f5f5 0%,
  #e2e2e2 15%,
  #bfbfbf 30%,
  #9a918c 45%,
  #6f625c 60%,
  #4f4642 75%,
  #3a3431 90%,
  #262120 100%
);
    }

    #catalogue-body section#contact h2 {
      font-family: var(--font-display);
      font-size: clamp(2.2rem, 4.5vw, 3.8rem);
      font-weight: 300;
      line-height: 1.12;
      color: var(--charcoal);
      margin-bottom: 28px;
      grid-column: 1 / -1;
      display: block;     
      margin-bottom: 100px;
    }
    #catalogue-body h2 span{
      color: var(--gold);
    }
    #catalogue-body #home{
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 11px 28px;
      border: 1px solid var(--charcoal);
      color: var(--charcoal);
      transition: background 0.3s, color 0.3s, border-color 0.3s;
    }

    /* ═══════════════════════════════════════════════════
       PRODUCT PAGE SPECIFIC
    ═══════════════════════════════════════════════════ */
    #body-product_1 body {
      background: linear-gradient(to bottom right, #f5f5dc, #d2b48c);
    }

    #body-product_1 #hero {
      background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url(https://www.greenply.com:5001/originalfile1770366494074-7284.jpg);
      background-size: cover;
      background-position: center;
    }

    #body-product_1 #contact {
      background: #FFFDEB;
    }

    #body-product_1 .contact-grid .section-title {
      grid-column: 1 / -1;
    }

    /* Catalogue & Product Shared */
    .products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
      gap: 60px;
    }

    .card {
      background: var(--white);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.08);
      transition: all 0.4s var(--ease-luxury);
      cursor: pointer;
    }
    .card:hover {
      transform: translateY(-16px);
      box-shadow: 0 40px 100px rgba(0,0,0,0.15);
    }
    .card-image {
      height: 400px;
    }
    .card-image img { height: 100%; transition: transform 0.6s var(--ease-luxury); }
    .card:hover .card-image img { transform: scale(1.05); }
    .card-content {
      padding: 40px;
    }
    .card-category {
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 16px;
    }
    .card-title {
      font-family: var(--font-display);
      font-size: 2rem;
      font-weight: 400;
      color: var(--charcoal);
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .card-description {
      font-size: 1rem;
      line-height: 1.7;
      color: var(--mist);
    }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 40px;
      max-width: 1000px;
      margin: 60px auto 0;
    }
    .contact-item h3 {
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
    }
    .contact-item a {
      font-family: var(--font-display);
      font-size: 1.2rem;
      color: var(--charcoal);
      font-weight: 300;
    }
    .social-grid {
      display: flex;
      gap: 24px;
      justify-content: center;
      margin-top: 60px;
    }
    .social-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      color: var(--mist);
      transition: color 0.3s;
      text-decoration: none;
    }
    .social-btn:hover {
      color: var(--charcoal);
    }

    footer {
      background: var(--charcoal);
      padding: 80px 60px 40px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 48px;
      max-width: 1200px;
      margin: 0 auto 40px;
    }
    .footer-brand {
      grid-column: 1 / -1;
      text-align: center;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(184,146,90,0.3);
    }
    .footer-logo {
      font-family: var(--font-display);
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ivory);
      margin-bottom: 20px;
    }
    .footer-tagline {
      color: var(--stone);
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .footer-heading {
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold-light);
      margin-bottom: 24px;
    }
    .footer-list {
      display: flex; flex-direction: column; gap: 12px;
    }
    .footer-list a {
      color: var(--stone);
      font-size: 0.9rem;
      font-weight: 300;
      transition: color 0.3s;
    }
    .footer-list a:hover { color: var(--ivory); }
    .footer-bottom {
      border-top: 1px solid rgba(184,146,90,0.3);
      padding-top: 40px;
      text-align: center;
      color: var(--stone);
      font-size: 0.85rem;
    }

    /* ═══════════════════════════════════════════════════
       RESET & BASE
    ═══════════════════════════════════════════════════ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
    }

    body {
      background: var(--ivory);
      color: var(--charcoal);
      font-family: var(--font-body);
      font-weight: 300;
      line-height: 1.7;
      overflow-x: hidden;
    }

    img { display: block; width: 100%; object-fit: cover; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }



    /* Reveal animation */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 0.9s var(--ease-reveal), transform 0.9s var(--ease-reveal);
    }
    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.22s; }
    .reveal-delay-3 { transition-delay: 0.34s; }
    .reveal-delay-4 { transition-delay: 0.46s; }

    /* ═══════════════════════════════════════════════════
       NAVIGATION
    ═══════════════════════════════════════════════════ */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      display: flex; align-items: center; justify-content: space-between;
      padding: 28px 60px;
      transition: background 0.5s, padding 0.4s;
    }
    nav.scrolled {
      background: rgba(247, 242, 234, 0.92);
      backdrop-filter: blur(12px);
      padding: none;
      border-bottom: 1px solid var(--stone);
    }
    .nav-logo {
      font-family: var(--font-display);
      font-size: 1.35rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--charcoal);
      max-width: 180px
    }
    .nav-logo span { color: var(--gold); }
    .nav-links {
      display: flex; gap: 44px; align-items: center;
    }
    .nav-links a {
      font-size: 0.68rem;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ink);
      position: relative;
    }
    .nav-links a::after {
      content: '';
      position: absolute; bottom: -3px; left: 0; right: 100%;
      height: 1px; background: var(--gold);
      transition: right 0.35s var(--ease-luxury);
    }
    .nav-links a:hover::after { right: 0; }
    .nav-cta {
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 11px 28px;
      border: 1px solid var(--charcoal);
      color: var(--charcoal);
      transition: background 0.3s, color 0.3s, border-color 0.3s;
    }
    .nav-cta:hover { background: var(--charcoal); color: var(--ivory); }

    /* Mobile nav toggle */
    .nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
    .nav-burger span { display: block; width: 24px; height: 1px; background: var(--charcoal); transition: all 0.3s; }

    /* ═══════════════════════════════════════════════════
       HERO
    ═══════════════════════════════════════════════════ */
    #hero {
      height: 100vh; min-height: 700px;
      position: relative; overflow: hidden;
      display: flex; align-items: flex-end;
      padding: 0 60px 100px;
    }

    #hero.loaded .hero-bg { transform: scale(1); }
    .hero-overlay {
      position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(
        160deg,
        rgba(28,26,23,0.08) 0%,
        rgba(28,26,23,0.55) 100%
      );
    }
    .hero-grain {
      position: absolute; inset: 0; z-index: 2; background-repeat: no-repeat; filter: blur(3px);
      background-image: url("./Sustainable_fibres.png");
    }
    .hero-content { position: relative; z-index: 3; max-width: 780px; }

    .hero-title {
      font-family: var(--font-display);
      font-size: clamp(2rem, 5vw, 4.5rem);
      font-weight: 5fmaterial00;
      line-height: 1.05;
      color: var(--white);
      margin: 100px 0 28px 0;
      opacity: 0;
      animation: fadeUp 1.1s 0.55s var(--ease-reveal) forwards;
    }
    .hero-title em {
      font-style: italic;
      color: var(--gold-light);
    }
    .hero-sub {
      font-size: 0.9rem;
      font-weight: 300;
      letter-spacing: 0.08em;
      color: rgba(253,250,245,0.75);
      max-width: 700px;
      line-height: 1.8;
      margin-bottom: 16px;
      opacity: 0;
      animation: fadeUp 1.1s 0.78s var(--ease-reveal) forwards;
    }

    .hero-actions {
      display: flex; gap: 20px; align-items: center;
      opacity: 0;
      animation: fadeUp 1.1s 1s var(--ease-reveal) forwards;
    }
    .btn-primary {
      padding: 16px 44px;
      background: var(--gold);
      color: var(--white);
      font-family: var(--font-body);
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      transition: background 0.35s, transform 0.35s var(--ease-luxury);
    }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
    .btn-ghost {
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(253,250,245,0.85);
      border-bottom: 1px solid rgba(184,146,90,0.5);
      padding-bottom: 2px;
      transition: color 0.3s, border-color 0.3s;
    }
    .btn-ghost:hover { color: var(--gold-light); border-color: var(--gold-light); }

    .hero-scroll-hint {
      position: absolute; bottom: 40px; right: 60px; z-index: 3;
      display: flex; flex-direction: column; align-items: center; gap: 10px;
      opacity: 0;
      animation: fadeIn 1.5s 1.5s ease forwards;
    }
    .hero-scroll-hint span {
      font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
      color: rgba(253,250,245,0.5);
      writing-mode: vertical-lr;
    }
    .scroll-line {
      width: 1px; height: 48px; background: rgba(184,146,90,0.4);
      position: relative; overflow: hidden;
    }
    .scroll-line::after {
      content: '';
      position: absolute; top: -100%; left: 0; right: 0; bottom: 100%;
      background: var(--gold-light);
      animation: scrollDrop 1.8s 2s ease-in-out infinite;
    }

    @keyframes fadeUp {
      to { opacity: 1; transform: translateY(0); }
      from { opacity: 0; transform: translateY(28px); }
    }
    @keyframes fadeIn { to { opacity: 1; } }
    @keyframes scrollDrop {
      0% { top: -100%; bottom: 100%; }
      100% { top: 100%; bottom: -100%; }
    }

    /* ═══════════════════════════════════════════════════
       MARQUEE TICKER
    ═══════════════════════════════════════════════════ */
    
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  height: 48px;
  display: flex;
  align-items: center;
  background: var(--charcoal);
  border-top: 1px solid rgba(184,146,90,0.25);
  border-bottom: 1px solid rgba(184,146,90,0.25);
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-width: 200%;
  justify-content: space-around;
  animation: ticker-scroll 18s linear infinite;
  will-change: transform;
}

.ticker-item {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone);
  padding: 0 48px;
}

.ticker-dot {
  color: var(--gold);
  font-size: 0.7rem;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

    /* ═══════════════════════════════════════════════════
       SECTION COMMONS
    ═══════════════════════════════════════════════════ */
    section { padding: 120px 60px; }
    .section-label {
      font-size: 0.6rem;
      font-weight: 400;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--gold);
      display: flex; align-items: center; gap: 14px;
      margin-bottom: 20px;
    }
    .section-label::before {
      content: '';
      display: inline-block;
      width: 32px; height: 1px;
      background: var(--gold);
    }
    .section-title {
      font-family: var(--font-display);
      font-size: clamp(2.2rem, 4.5vw, 3.8rem);
      font-weight: 300;
      line-height: 1.12;
      color: var(--charcoal);
      margin-bottom: 28px;
    }
    .section-title em { font-style: italic; color: var(--gold); }
    .section-body {
      font-size: 0.95rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--mist);
      max-width: 520px;
    }

    /* ═══════════════════════════════════════════════════
       ABOUT / PHILOSOPHY
    ═══════════════════════════════════════════════════ */
    #about {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
      background: var(--white);
    }
    .about-image-wrap {
      position: relative;
      height: 600px;
    }
    .about-img-main {
      width: 78%; height: 100%;
      object-fit: cover;
      /*
        ══ IMAGE INSTRUCTION ══
        Use a photo showing your atelier, loom/weaving process, or a craftsman
        at work — something that tells the story of how your textiles are made.
      */
    }
    .about-img-accent {
      position: absolute;
      bottom: -40px; right: 0;
      width: 46%; height: 52%;
      object-fit: cover;
      border: 6px solid var(--white);
      /*
        ══ IMAGE INSTRUCTION ══
        A close-up detail shot — texture of fabric, thread cross-section,
        or a finished product (cushion, curtain, throw) on a luxury surface.
      */
    }
    .about-gold-rule {
      position: absolute; top: 40px; left: 78%;
      width: 1px; height: 80px; background: var(--gold);
    }
    .about-text { padding-right: 20px; }
    .about-quote {
      font-family: var(--font-display);
      font-size: clamp(1.4rem, 2.5vw, 1.9rem);
      font-weight: 300;
      font-style: italic;
      line-height: 1.5;
      color: var(--charcoal);
      border-left: 2px solid var(--gold);
      padding-left: 28px;
      margin: 36px 0;
    }
    .about-stats {
      display: flex; gap: 44px; margin-top: 44px;
    }
    .stat-num {
      font-family: var(--font-display);
      font-size: 2.8rem; font-weight: 300;
      color: var(--gold); line-height: 1;
      margin-bottom: 4px;
    }
    .stat-label {
      font-size: 0.62rem; font-weight: 400;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--mist);
    }

    /* ═══════════════════════════════════════════════════
       COLLECTIONS — SLIDE CARDS
    ═══════════════════════════════════════════════════ */
    #collections {
      background: var(--charcoal);
      padding: 120px 60px;
    }
    #collections .section-label { color: var(--gold-light); }
    #collections .section-label::before { background: var(--gold-light); }
    #collections .section-title { color: var(--ivory); }

    .collections-header {
      display: flex; justify-content: space-between; align-items: flex-end;
      margin-bottom: 64px;
    }
    .collections-nav {
      display: flex; gap: 12px;
    }
    .coll-btn {
      width: 44px; height: 44px;
      border: 1px solid rgba(184,146,90,0.4);
      background: transparent;
      color: var(--gold);
      font-size: 1.1rem;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.3s, border-color 0.3s;
    }
    .coll-btn:hover { background: var(--gold); color: var(--charcoal); border-color: var(--gold); }
    .coll-btn:disabled {
      opacity: 0.35;
      cursor: not-allowed;
    }
    .coll-btn:disabled:hover {
      background: transparent;
      color: var(--gold);
      border-color: rgba(184,146,90,0.4);
    }

    .cards-track-wrap { overflow: hidden; }
    .cards-track {
      display: flex; gap: 24px;
      transition: transform 0.7s var(--ease-luxury);
    }
    .card {
      flex: 0 0 calc(33.33% - 16px);
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .card-img-wrap {
      height: 480px;
      overflow: hidden;
      position: relative;
    }
    .card-img-wrap img {
      height: 100%; width: 100%;
      object-fit: cover;
      transition: transform 0.9s var(--ease-luxury);
    }
    .card:hover .card-img-wrap img { transform: scale(1.07); }
    .card-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(28,26,23,0.88) 0%, transparent 55%);
    }
    .card-body {
      position: absolute; bottom: 0; left: 0; right: 0;
      padding: 32px;
    }
    .card-tag {
      font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase;
      color: var(--ink); margin-bottom: 8px; font-weight: 600;
    }
    .card-title {
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      font-size: 1.65rem; font-weight: 300;
      color: var(--ink); margin-bottom: 6px;
    }
    .card-desc {
      font-size: 0.78rem; font-weight: 300; color: rgba(247,242,234,0.65);
      line-height: 1.6; margin-bottom: 18px;
      max-height: 0; overflow: hidden;
      transition: max-height 0.5s var(--ease-luxury), opacity 0.4s;
      opacity: 0;
    }
    .card:hover .card-desc { max-height: 80px; opacity: 1; }
    .card-link {
      font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); border-bottom: 1px solid rgba(184,146,90,0.4);
      padding-bottom: 2px;
      display: inline-block;
      transition: color 0.3s, border-color 0.3s;
    }
    .card:hover .card-link { color: var(--gold-light); border-color: var(--gold-light); }

    /* ═══════════════════════════════════════════════════
       CRAFTSMANSHIP BANNER
    ═══════════════════════════════════════════════════ */
    #craft {
      padding: 0;
      position: relative;
      height: 560px;
      overflow: hidden;
    }
    .craft-bg {
      position: absolute; inset: 0;
      /*
        ══ IMAGE INSTRUCTION ══
        Use a wide dramatic image: a loom in action, rows of threads on a frame,
        or a craftsperson doing hand-weaving. High contrast works best here.
      */
      background-image: url('https://images.unsplash.com/photo-1558769132-cb1aea458c5e?w=1800&q=85');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      filter: brightness(0.42) saturate(0.7);
    }
    .craft-inner {
      position: relative; z-index: 1;
      height: 100%;
      display: flex; flex-direction: column;
      justify-content: center;
      padding: 0 60px;
      max-width: 700px;
    }
    .craft-inner .section-label { color: var(--gold-light); }
    .craft-inner .section-label::before { background: var(--gold-light); }
    .craft-inner .section-title { color: var(--ivory); margin-bottom: 20px; }
    .craft-inner .section-body { color: rgba(247,242,234,0.7); margin-bottom: 36px; }
    /*
      ══ CONTENT INSTRUCTION ══
      Write 2–3 sentences about your weaving heritage: where you source your
      threads, how long craftsmen have trained, what makes your process unique.
    */

    /* ═══════════════════════════════════════════════════
       MATERIALS / PROCESS GRID
    ═══════════════════════════════════════════════════ */
    #materials {
      background: var(--ivory-dark);
    }
    .materials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      margin-top: 64px;
    }
    .material-cell {
      background: var(--ivory);
      padding: 48px 40px;
      position: relative;
      overflow: hidden;
      transition: background 0.4s;
    }
    .material-cell:hover { background: var(--white); }
    .material-cell::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 2px; background: var(--gold);
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.45s var(--ease-luxury);
    }
    .material-cell:hover::before { transform: scaleX(1); }
    .material-num {
      font-family: var(--font-display);
      font-size: 3.5rem; font-weight: 300;
      color: var(--stone); line-height: 1;
      margin-bottom: 20px;
    }
    .material-title {
      font-family: var(--font-display);
      font-size: 1.35rem; font-weight: 400;
      color: var(--charcoal); margin-bottom: 12px;
    }
    .material-body {
      font-size: 0.82rem; font-weight: 300;
      color: var(--mist); line-height: 1.8;
    }
    /*
      ══ CONTENT INSTRUCTION ══
      Each cell covers one material / process you use. Suggested topics:
      01 – Egyptian Cotton / Fine Linen sourcing
      02 – Hand-dyeing / Natural pigments
      03 – Jacquard Weaving technique
      04 – Quality finishing & washing
      05 – Bespoke sizing & cuts
      06 – Sustainable packaging
    */

    /* ═══════════════════════════════════════════════════
       TESTIMONIALS
    ═══════════════════════════════════════════════════ */
    #testimonials {
      background: var(--white);
      text-align: center;
    }
    .testi-wrap {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 40px; margin-top: 72px;
    }
    .testi-card {
      padding: 48px 36px;
      border: 1px solid var(--stone);
      position: relative;
      transition: border-color 0.4s, box-shadow 0.4s;
    }
    .testi-card:hover {
      border-color: var(--gold);
      box-shadow: 0 24px 60px rgba(184,146,90,0.08);
    }
    .testi-quote-mark {
      font-family: var(--font-display);
      font-size: 5rem; font-weight: 300;
      color: var(--gold); line-height: 0.5;
      position: absolute; top: 32px; left: 32px;
      opacity: 0.4;
    }
    .testi-text {
      font-family: var(--font-display);
      font-size: 1.05rem; font-style: italic; font-weight: 300;
      color: var(--ink); line-height: 1.75;
      margin-bottom: 28px; margin-top: 12px;
      position: relative; z-index: 1;
    }
    .testi-author-name {
      font-size: 0.7rem; font-weight: 500;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--charcoal);
    }
    .testi-author-role {
      font-size: 0.65rem; font-weight: 300;
      letter-spacing: 0.12em;
      color: var(--mist); margin-top: 4px;
    }
    .testi-stars {
      color: var(--gold); font-size: 0.7rem;
      letter-spacing: 3px; margin-bottom: 16px;
    }
    /*
      ══ CONTENT INSTRUCTION ══
      Replace the placeholder text in each testimonial card below with real
      client quotes. Good sources: hotel GMs who use your linens, interior
      designers, boutique owners, or corporate procurement heads.
      Include the client's name, role/company, and 2–3 sentence quote.
    */

    /* ═══════════════════════════════════════════════════
       CLIENTS / PARTNERS LOGOS
    ═══════════════════════════════════════════════════ */
    #clients {
      background: var(--charcoal);
      padding: 80px 60px;
      text-align: center;
    }
    .clients-label {
      font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase;
      color: var(--mist); margin-bottom: 48px;
    }
    .logos-row {
      display: flex; justify-content: center; align-items: center;
      flex-wrap: wrap; gap: 60px;
    }
    .logo-item {
      font-family: var(--font-display);
      font-size: 1.05rem; font-weight: 400;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--stone); opacity: 0.55;
      transition: opacity 0.3s, color 0.3s;
      cursor: default;
    }
    .logo-item:hover { opacity: 1; color: var(--gold-light); }
    /*
      ══ CONTENT INSTRUCTION ══
      Replace the placeholder names below with your actual clients/partners:
      luxury hotels, interior design firms, home decor retailers, etc.
      Ideally use actual SVG or PNG logos, but text names work elegantly here.
    */

    /* ═══════════════════════════════════════════════════
       CONTACT
    ═══════════════════════════════════════════════════ */
    #contact {
      background: var(--ivory);
    }
    .contact-info { padding-right: 20px; }
    .contact-detail {
      margin-top: 48px;
      display: flex; flex-direction: column; gap: 24px;
    }
    .contact-item-label {
      font-size: 0.58rem; font-weight: 400;
      letter-spacing: 0.28em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 4px;
    }
    .contact-item-value {
      font-family: var(--font-display);
      font-size: 1.1rem; font-weight: 300;
      color: var(--charcoal); line-height: 1.5;
    }
    .contact-item-value a:hover { color: var(--gold); }
    .contact-socials {
      display: flex; gap: 20px; margin-top: 36px;
    }
    .social-link {
      width: 40px; height: 40px;
      border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.7rem;
      color: var(--mist);
      font-weight: 400;
      letter-spacing: 0;
    }

    /* ═══════════════════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════════════════ */
    footer {
      background: var(--charcoal);
      padding: 60px;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 60px;
      border-top: 1px solid rgba(184,146,90,0.2);
    }
    .footer-brand { display: flex; flex-direction: column; }
    .footer-logo {
      font-family: var(--font-display);
      font-size: 1.4rem; font-weight: 500;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--ivory); margin-bottom: 16px;
    }
    .footer-logo span { color: var(--gold); }
    .footer-tagline {
      font-size: 0.75rem; font-weight: 300;
      color: var(--mist); line-height: 1.8; max-width: 240px;
    }
    .footer-col-title {
      font-size: 0.6rem; font-weight: 400;
      letter-spacing: 0.28em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 20px;
    }
    .footer-links { display: flex; flex-direction: column; gap: 10px; }
    .footer-links a {
      font-size: 0.78rem; font-weight: 300; color: var(--mist);
      letter-spacing: 0.06em;
      transition: color 0.3s;
    }
    .footer-links a:hover { color: var(--ivory); }
    .footer-bottom {
      background: var(--charcoal);
      padding: 20px 60px;
      display: flex; justify-content: space-between; align-items: center;
      border-top: 1px solid rgba(255,255,255,0.06);
      grid-column: 1/ -1;
    }
    .footer-copy {
      font-size: 0.65rem; font-weight: 300;
      letter-spacing: 0.1em; color: rgba(122,114,103,0.6);
    }
    .footer-legal {
      display: flex; gap: 28px;
    }
    .footer-legal a {
      font-size: 0.65rem; font-weight: 300;
      letter-spacing: 0.1em; color: rgba(122,114,103,0.6);
      transition: color 0.3s;
    }
    .footer-legal a:hover { color: var(--mist); }

    /* ═══════════════════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════════════════ */
    @media (max-width: 1024px) {
      section { padding: 100px 40px; }
      nav { padding: none; }
      nav.scrolled { padding: 16px 40px; }
      #hero { padding: 0 40px 80px; }
      .hero-scroll-hint { right: 40px; }
      .hero-title { margin: 0 0 20px 0; font-size: clamp(2.5rem, 6vw, 4.8rem); }
      .hero-sub { margin-bottom: 12px; }
      #about { grid-template-columns: 1fr; gap: 60px; }
      .about-image-wrap { height: 440px; }
      .card { flex: 0 0 calc(50% - 12px); }
      footer { grid-template-columns: 1fr 1fr; gap: 40px; }
    }

    @media (max-width: 1000px) {
      section { padding: 80px 24px; }
      nav { padding: 24px 24px; }
      nav.scrolled { padding: 16px 24px; }
      .nav-links { display: none; }
      .nav-burger { display: flex; }
      #hero { padding: 0 24px 80px; }
      .hero-scroll-hint { display: none; }
      .materials-grid { grid-template-columns: 1fr; }
      #contact { grid-template-columns: 1fr; gap: 60px; }
      footer { grid-template-columns: 1fr; gap: 36px; }
      .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
      .card { flex: 0 0 85vw; }
      .collections-header { flex-direction: column; align-items: flex-start; gap: 20px; }
      #craft { height: auto; padding: 80px 24px; }
      .craft-bg { background-attachment: scroll; }
    }

    /* Mobile nav drawer */
    .mobile-nav {
      position: fixed; top: 0; right: 0; bottom: 0;
      width: 280px; background: var(--white);
      z-index: 2000;
      padding: 80px 40px 40px;
      display: flex; flex-direction: column; gap: 28px;
      transform: translateX(100%);
      transition: transform 0.45s var(--ease-luxury);
      box-shadow: -20px 0 60px rgba(28,26,23,0.1);
    }
    .mobile-nav.open { transform: translateX(0); }
    .mobile-nav a {
      font-family: var(--font-display);
      font-size: 1.6rem; font-weight: 300;
      color: var(--charcoal);
    }
    .mobile-nav-close {
      position: absolute; top: 24px; right: 28px;
      background: none; border: none; font-size: 1.4rem;
      color: var(--mist); cursor: pointer;
    }
    .mobile-overlay {
      position: fixed; inset: 0;
      background: rgba(28,26,23,0.5);
      z-index: 1999;
      opacity: 0; pointer-events: none;
      transition: opacity 0.4s;
    }
    .mobile-overlay.open {
      opacity: 1; pointer-events: all;
    }
    .mobile-nav {
      position: fixed; top: 0; right: 0; bottom: 0;
      width: 280px; background: var(--white);
      z-index: 2000;
      padding: 80px 40px 40px;
      display: flex; flex-direction: column; gap: 28px;
      transform: translateX(100%);
      transition: transform 0.45s var(--ease-luxury);
      box-shadow: -20px 0 60px rgba(28,26,23,0.1);
    }
    .mobile-nav.open { transform: translateX(0); }
    .mobile-nav a {
      font-family: var(--font-display);
      font-size: 1.6rem; font-weight: 300;
      color: var(--charcoal);
    }
    #home{
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 11px 28px;
      border: 1px solid var(--charcoal);
      color: var(--charcoal);
      transition: background 0.3s, color 0.3s, border-color 0.3s;
    }