 :root {
      --forest: #0c3b24;
      --forest-2: #154d31;
      --sage: #6d8067;
      --cream: #f8f2e8;
      --paper: #fffaf1;
      --sand: #e5d7bf;
      --gold: #ad8442;
      --ink: #1f2b21;
      --muted: #687366;
      --line: #dfd2bb;
      --shadow: 0 18px 45px rgba(20, 34, 24, 0.12);
    }

    * {
      letter-spacing: 0;
    }

    body {
      margin: 0;
      background: var(--cream);
      color: var(--ink);
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 14px;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .serif {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-weight: 700;
      line-height: 0.96;
    }

    .top-strip {
      background: var(--forest);
      color: #f3eadb;
      font-size: 11px;
      min-height: 32px;
    }

    .top-strip .divider {
      color: rgba(255, 255, 255, 0.35);
      padding: 0 10px;
    }

    .site-header {
      background: var(--paper);
      border-bottom: 1px solid rgba(173, 132, 66, 0.2);
    }

    .navbar {
      min-height: 82px;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      color: var(--gold);
      border: 1px solid rgba(173, 132, 66, 0.35);
      background:
        radial-gradient(circle at 50% 50%, rgba(173, 132, 66, 0.12), transparent 58%),
        var(--cream);
    }

    .brand-title {
      font-family: "Cormorant Garamond", Georgia, serif;
      font-weight: 700;
      font-size: clamp(22px, 2vw, 31px);
      line-height: 0.88;
      color: var(--ink);
      text-transform: uppercase;
    }

    .brand-title span {
      display: block;
      font-size: 17px;
      letter-spacing: 4px;
    }

    .nav-link {
      color: #17261c;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      padding-inline: 16px !important;
    }

    .nav-link.active,
    .nav-link:hover {
      color: var(--gold);
    }

    .icon-link {
      width: 34px;
      height: 34px;
      border: 0;
      background: transparent;
      color: var(--forest);
      display: inline-grid;
      place-items: center;
      font-size: 18px;
    }

    .btn-brand {
      --bs-btn-bg: var(--forest);
      --bs-btn-border-color: var(--forest);
      --bs-btn-color: #fffaf1;
      --bs-btn-hover-bg: #082d1b;
      --bs-btn-hover-border-color: #082d1b;
      border-radius: 0;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.2px;
      padding: 13px 25px;
      text-transform: uppercase;
    }
    .btn-brand:hover {
    background: #ad8442 !important;
    border-color: #ad8442 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.35);
}

    .btn-outline-brand {
      --bs-btn-color: var(--forest);
      --bs-btn-border-color: var(--forest);
      --bs-btn-hover-bg: var(--forest);
      --bs-btn-hover-border-color: var(--forest);
      --bs-btn-hover-color: #fffaf1;
      border-radius: 0;
      font-size: 12px;
      font-weight: 700;
      padding: 13px 25px;
      text-transform: uppercase;
    }

    .hero {
      position: relative;
      min-height: 590px;
      overflow: hidden;
      background: var(--paper);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 250, 241, 0.94) 33%, rgba(255, 250, 241, 0.45) 47%, rgba(255, 250, 241, 0.02) 62%),
        url("../images/hero.webp") center right / cover no-repeat;
      transform: scale(1.01);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 6% 92%, rgba(21, 77, 49, 0.2), transparent 16%),
        radial-gradient(circle at 94% 18%, rgba(173, 132, 66, 0.14), transparent 14%);
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      padding: clamp(62px, 9vw, 100px) 0 48px;
      max-width: 520px;
    }

    .eyebrow {
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 13px;
    }

    .hero h1 {
      color: var(--forest);
      font-size: clamp(46px, 7vw, 75px);
      max-width: 545px;
      margin-bottom: 24px;
    }

    .hero h1 .gold {
      color: var(--gold);
    }

    .hero p {
      max-width: 365px;
      color: #354337;
      line-height: 1.9;
      font-size: 14px;
      font-weight: 500;
    }

    .hero-points {
      position: relative;
      z-index: 1;
      padding-bottom: 42px;
      max-width: 530px;
    }

    .mini-feature {
      color: var(--ink);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.3;
    }

    .mini-feature i {
      color: var(--forest-2);
      font-size: 30px;
      display: block;
      margin-bottom: 9px;
    }

    .section-pad {
      padding: clamp(46px, 7vw, 74px) 0;
    }

    .split-about {
      /*background: var(--paper);*/
      border-top: 1px solid rgba(173, 132, 66, 0.15);
      border-bottom: 1px solid rgba(173, 132, 66, 0.15);
    }

    .about-img {
      min-height: 395px;
      background:
        linear-gradient(0deg, rgba(12, 59, 36, 0.16), rgba(12, 59, 36, 0.05)),
        url("../images/about.webp") center / cover no-repeat;
    }

    .section-label {
      color: var(--gold);
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .section-label::after {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background: var(--gold);
      margin-top: 8px;
    }

    .section-title {
      color: #1e2a20;
      font-size: clamp(32px, 4vw, 48px);
      margin: 18px 0;
    }

    .section-copy {
      color: #4f5a50;
      line-height: 1.9;
      font-size: 13px;
      font-weight: 500;
    }

    .title-rule {
      display: flex;
      align-items: center;
      gap: 18px;
      justify-content: center;
      margin-bottom: 26px;
    }

    .title-rule::before,
    .title-rule::after {
      content: "";
      width: min(32vw, 390px);
      height: 1px;
      background: var(--line);
    }

    .title-rule h2 {
      color: #1c281f;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-weight: 700;
      font-size: clamp(27px, 3vw, 36px);
      margin: 0;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .flourish {
      color: var(--gold);
      display: grid;
      place-items: center;
      margin: -18px auto 22px;
      width: 24px;
      height: 24px;
      font-size: 16px;
    }

    .collection-tile {
      width: 142px;
      height: 142px;
      border-radius: 50%;
      margin-inline: auto;
      border: 1px solid rgba(173, 132, 66, 0.26);
      background: rgba(255, 250, 241, 0.65);
      display: grid;
      place-items: center;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .collection-tile:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .collection-tile i {
      color: var(--forest-2);
      font-size: 38px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .collection-tile span {
      display: block;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.02;
    }

    .story-grid {
      display: grid;
      grid-template-columns: 1.45fr repeat(4, 1fr);
      gap: 2px;
      overflow: hidden;
    }

    .story-card {
      min-height: 210px;
      background: var(--forest);
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    .story-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--story-img) center / cover no-repeat;
      z-index: -2;
      transition: transform 0.25s ease;
    }

    .story-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(12, 59, 36, 0.18), rgba(12, 59, 36, 0.78));
      z-index: -1;
    }

    .story-card:hover::before {
      transform: scale(1.04);
    }

    .story-intro {
      background:
        linear-gradient(0deg, rgba(12, 59, 36, 0.94), rgba(12, 59, 36, 0.94)),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 12px);
      color: #fffaf1;
      padding: 32px 28px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .story-intro h3 {
      font-size: clamp(29px, 3vw, 43px);
      margin-bottom: 22px;
    }

    .story-intro .small {
      color: #d9c39a;
      font-weight: 600;
      text-transform: uppercase;
    }

    .story-caption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      color: #fffaf1;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      line-height: 1.12;
    }

    .product-card {
      border: 1px solid rgba(173, 132, 66, 0.24);
      border-radius: 0;
      background: var(--paper);
      height: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .product-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow);
    }

    .product-img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
      width: 100%;
      background: var(--sand);
      border-bottom: 1px solid rgba(173, 132, 66, 0.22);
    }

    .product-card .card-body {
      padding: 14px 14px 12px;
    }

    .product-title {
      color: #253126;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.35;
      min-height: 34px;
    }

    .price {
      color: var(--forest);
      font-size: 13px;
      font-weight: 800;
    }

    .wish {
      width: 26px;
      height: 26px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(173, 132, 66, 0.35);
      color: var(--gold);
      font-size: 13px;
    }

    .why-band {
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(255, 250, 241, 0.62);
    }

    .why-item {
      text-align: center;
      padding: 6px 12px;
      min-height: 96px;
      border-right: 1px solid rgba(173, 132, 66, 0.22);
    }

    .why-item:last-child {
      border-right: 0;
    }

    .why-item i {
      color: var(--forest-2);
      font-size: 30px;
      margin-bottom: 10px;
      display: block;
    }

    .why-item span {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.25;
      display: block;
    }

    .gallery-band {
      background: var(--forest);
      color: #fffaf1;
      overflow: hidden;
    }

    .gallery-intro {
      min-height: 235px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 28px;
      background:
        radial-gradient(circle at 25% 22%, rgba(173, 132, 66, 0.2), transparent 28%),
        var(--forest);
    }

    .gallery-intro .small {
      color: #d8bf91;
      font-weight: 600;
      text-transform: uppercase;
    }

    .gallery-intro h3 {
      font-size: clamp(29px, 3vw, 43px);
      margin-bottom: 13px;
    }

    .gallery-img {
      height: 235px;
      object-fit: cover;
      width: 100%;
      filter: saturate(0.92);
    }

    .cta {
      background:
        linear-gradient(90deg, rgba(248, 242, 232, 0.94), rgba(248, 242, 232, 0.98)),
        url("../images/cta.webp") center / cover no-repeat;
      border-top: 1px solid rgba(173, 132, 66, 0.16);
      border-bottom: 1px solid rgba(173, 132, 66, 0.16);
    }

    .cta h2 {
      color: var(--forest);
      font-size: clamp(34px, 4vw, 52px);
      margin-bottom: 7px;
    }

    .site-footer {
      background: var(--forest);
      color: rgba(255, 250, 241, 0.84);
      font-size: 12px;
    }

    .site-footer h6 {
      color: #fffaf1;
      font-size: 12px;
      font-weight: 800;
      margin-bottom: 15px;
      text-transform: uppercase;
    }

    .site-footer a {
      color: rgba(255, 250, 241, 0.82);
      display: block;
      margin-bottom: 8px;
    }

    .footer-brand .brand-title,
    .footer-brand .brand-title span {
      color: #fffaf1;
    }

    .footer-brand .brand-mark {
      background: transparent;
      border-color: rgba(232, 210, 170, 0.34);
      color: #d8bf91;
    }

    .newsletter-control {
      border-radius: 0;
      border: 0;
      min-height: 44px;
      font-size: 12px;
    }

    .newsletter-btn {
      border: 0;
      background: var(--gold);
      color: #fffaf1;
      width: 48px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 250, 241, 0.64);
      padding: 15px 0;
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        padding: 16px 0 20px;
      }

      .hero {
        min-height: auto;
      }

      .hero::before {
        background:
          linear-gradient(180deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.86) 56%, rgba(255, 250, 241, 0.25) 100%),
          url("../images/hero.webp") center / cover no-repeat;
      }

      .hero-content {
        max-width: 100%;
      }

      .story-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .story-intro {
        grid-column: 1 / -1;
      }

      .why-item {
        border-right: 0;
        border-bottom: 1px solid rgba(173, 132, 66, 0.22);
      }
    }

    @media (max-width: 575.98px) {
      .top-strip {
        font-size: 10px;
      }

      .brand-title {
        font-size: 23px;
      }

      .brand-title span {
        font-size: 13px;
        letter-spacing: 3px;
      }

      .hero-content {
        padding-top: 42px;
      }

      .hero h1 {
        font-size: 43px;
      }

      .btn-brand,
      .btn-outline-brand {
        width: 100%;
      }

      .title-rule {
        gap: 12px;
      }

      .title-rule::before,
      .title-rule::after {
        width: 18vw;
      }

      .collection-tile {
        width: 128px;
        height: 128px;
      }

      .story-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (min-width: 992px){
    .col-lg-7-item{
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}