    :root {
      --ink: #070707;
      --paper: #f7f5f0;
      --white: #fff;
      --muted: #66615b;
      --line: #d9d5ce;
      --red: #e22b1a;
      --gold: #b78a35;
      --sage: #a7b09a;
      --cream: #ede6da;
      --container: 100vw;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: "Manrope", Arial, sans-serif;
      line-height: 1.35;
    }

    img {
      display: block;
      width: 100%;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      font: inherit;
    }

    .topbar {
      min-height: 28px;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--white);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(14px);
    }

    .header-inner {
      width: min(1320px, calc(100vw - 72px));
      min-height: 62px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 20px;
      position: relative;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .nav a:hover {
      color: var(--red);
    }

    .nav a,
    .nav-trigger {
      white-space: nowrap;
    }

    .nav.right {
      justify-content: flex-end;
    }

    .nav-item {
      position: static;
    }

    .nav-trigger {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      min-height: 62px;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      text-transform: inherit;
      cursor: pointer;
    }

    .nav-trigger:hover {
      color: var(--red);
    }

    .mega-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      width: calc(100vw - 32px);
      gap: 1px;
      padding: 1px;
      background: var(--ink);
      border: 1px solid var(--ink);
      box-shadow: 0 28px 70px rgba(0,0,0,0.22);
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, 8px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    .nav-item:hover .mega-menu,
    .nav-item:focus-within .mega-menu {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
    }

    .mega-menu.shop-mega,
    .mega-menu.hair-mega {
      grid-template-columns: 1fr;
    }

    .mega-shell {
      display: grid;
      gap: 1px;
      background: var(--ink);
    }

    .shop-shell {
      grid-template-columns: minmax(380px, 0.95fr) minmax(460px, 1.18fr) minmax(260px, 0.68fr);
    }

    .hair-shell {
      grid-template-columns: minmax(640px, 1.05fr) minmax(420px, 0.8fr);
    }

    .mega-list-panel,
    .mega-visual-panel,
    .mega-quick-panel {
      min-height: 474px;
      padding: 30px;
      background: var(--white);
    }

    .mega-panel-head {
      display: grid;
      gap: 8px;
      max-width: 620px;
    }

    .mega-panel-head strong {
      color: var(--red);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .mega-panel-head h3 {
      margin: 0;
      font-size: clamp(34px, 3.5vw, 58px);
      line-height: 0.95;
      text-transform: uppercase;
    }

    .mega-panel-head p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.35;
    }

    .mega-thumb-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 24px;
    }

    .hair-thumb-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 9px;
    }

    .mega-thumb-link,
    .mega-quick-link {
      display: grid;
      align-items: center;
      border: 1px solid var(--ink);
      background: #fbfaf6;
      color: var(--ink);
      overflow: hidden;
      font-size: 11px;
      font-weight: 900;
      line-height: 1.15;
      text-transform: uppercase;
      transition: background 0.22s ease, color 0.22s ease, opacity 0.22s ease, grid-template-columns 0.28s ease, box-shadow 0.22s ease;
    }

    .mega-thumb-link {
      grid-template-columns: 56px minmax(0, 1fr) 18px;
      min-height: 66px;
      gap: 12px;
      padding: 7px;
    }

    .hair-thumb-list .mega-thumb-link {
      grid-template-columns: 50px minmax(0, 1fr);
      min-height: 74px;
      gap: 10px;
    }

    .mega-thumb-link img,
    .mega-quick-link img {
      width: 100%;
      height: 48px;
      object-fit: cover;
      object-position: center;
      filter: saturate(0.96) contrast(1.02);
      overflow: hidden;
      transition: transform 0.35s ease, filter 0.22s ease;
    }

    .hair-thumb-list .mega-thumb-link img {
      height: 56px;
    }

    .mega-thumb-link i,
    .mega-quick-link i {
      width: 17px;
      height: 17px;
      transition: transform 0.22s ease;
    }

    .mega-thumb-list:hover .mega-thumb-link,
    .mega-quick-list:hover .mega-quick-link {
      opacity: 0.66;
    }

    .mega-thumb-list .mega-thumb-link:hover,
    .mega-quick-list .mega-quick-link:hover {
      opacity: 1;
      background: var(--ink);
      color: var(--white);
      box-shadow: inset 0 -4px 0 var(--red);
    }

    .mega-thumb-link:hover {
      grid-template-columns: 92px minmax(0, 1fr) 18px;
    }

    .hair-thumb-list .mega-thumb-link:hover {
      grid-template-columns: 78px minmax(0, 1fr);
    }

    .mega-thumb-link:hover img,
    .mega-quick-link:hover img {
      transform: scale(1.08);
      filter: saturate(1.08) contrast(1.08);
    }

    .mega-thumb-link:hover i,
    .mega-quick-link:hover i {
      transform: translateX(4px);
    }

    .mega-expand-row {
      display: flex;
      min-height: 302px;
      margin-top: 24px;
      border: 1px solid var(--ink);
      background: var(--ink);
      overflow: hidden;
    }

    .mega-expand-card {
      position: relative;
      flex: 1 1 0;
      min-width: 90px;
      overflow: hidden;
      color: var(--white);
      transition: flex 0.38s ease, filter 0.22s ease;
    }

    .hair-shell .mega-expand-card {
      min-width: 118px;
    }

    .mega-expand-row:hover .mega-expand-card {
      flex: 0.74 1 0;
      filter: grayscale(0.45) brightness(0.82);
    }

    .mega-expand-row .mega-expand-card:hover {
      flex: 2.15 1 0;
      filter: none;
    }

    .mega-expand-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0.9;
      transition: transform 0.42s ease;
    }

    .mega-expand-card:hover img {
      transform: scale(1.08);
    }

    .mega-expand-card span {
      position: absolute;
      inset: auto 14px 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      min-width: min(260px, calc(100% - 28px));
      padding: 12px 14px;
      background: var(--white);
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      z-index: 1;
      transition: background 0.22s ease, color 0.22s ease;
    }

    .mega-expand-card:hover span {
      background: var(--red);
      color: var(--white);
    }

    .mega-quick-list {
      display: grid;
      gap: 12px;
      margin-top: 24px;
    }

    .mega-quick-link {
      grid-template-columns: 82px minmax(0, 1fr) 18px;
      min-height: 76px;
      gap: 12px;
      padding: 8px;
    }

    @media (max-width: 1280px) {
      .mega-list-panel,
      .mega-visual-panel,
      .mega-quick-panel {
        padding: 24px;
      }

      .shop-shell {
        grid-template-columns: minmax(360px, 0.95fr) minmax(390px, 1fr) minmax(230px, 0.62fr);
      }

      .hair-shell {
        grid-template-columns: minmax(590px, 1.06fr) minmax(360px, 0.76fr);
      }

      .mega-panel-head h3 {
        font-size: clamp(30px, 3vw, 46px);
      }

      .mega-thumb-link {
        grid-template-columns: 48px minmax(0, 1fr) 16px;
        gap: 9px;
        font-size: 10px;
      }

      .mega-thumb-link:hover {
        grid-template-columns: 74px minmax(0, 1fr) 16px;
      }

      .hair-thumb-list .mega-thumb-link {
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 70px;
      }

      .hair-thumb-list .mega-thumb-link:hover {
        grid-template-columns: 62px minmax(0, 1fr);
      }

      .mega-expand-row {
        min-height: 274px;
      }
    }

    .brand {
      display: grid;
      justify-items: center;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
    }

    .brand strong {
      font-size: 20px;
      font-weight: 900;
    }

    .brand span {
      margin-top: 5px;
      font-size: 10px;
      font-weight: 800;
      color: var(--gold);
      text-transform: uppercase;
    }

    .icon-btn {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 1px solid transparent;
      border-radius: 0;
      background: transparent;
      color: var(--ink);
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .icon-btn:hover {
      border-color: var(--ink);
      background: var(--red);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--ink);
    }

    .hero {
      width: var(--container);
      margin: 0 auto;
      display: grid;
      height: calc(100svh - 90px);
      min-height: 720px;
      max-height: 920px;
      grid-template-columns: 1.05fr 0.95fr;
      border-left: 0;
      border-right: 0;
      overflow: hidden;
    }

    .hero-copy {
      display: grid;
      align-content: end;
      gap: 24px;
      padding: 56px 52px 56px;
      border-right: 1px solid var(--line);
      background: var(--paper);
    }

    .eyebrow {
      margin: 0;
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3,
    p {
      margin: 0;
    }

    h1 {
      max-width: 820px;
      font-size: clamp(52px, 6.4vw, 96px);
      line-height: 0.88;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    h2 {
      font-size: clamp(34px, 4.6vw, 76px);
      line-height: 0.95;
      font-weight: 900;
      text-transform: uppercase;
      overflow-wrap: normal;
    }

    h3 {
      font-size: 28px;
      line-height: 0.95;
      font-weight: 900;
      text-transform: uppercase;
    }

    .lead {
      max-width: 560px;
      color: #35312d;
      font-size: clamp(18px, 2vw, 25px);
      font-weight: 700;
      overflow-wrap: anywhere;
    }

    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
    }

    .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid var(--ink);
      border-radius: 0;
      padding: 0 18px;
      background: var(--ink);
      color: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: inset 0 0 0 0 var(--red), 0 0 0 rgba(0,0,0,0);
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.24s ease, border-color 0.2s ease;
    }

    .btn:hover {
      transform: translate(-3px, -3px);
      background: var(--ink);
      border-color: var(--ink);
      box-shadow: inset 0 -54px 0 var(--red), 6px 6px 0 var(--ink);
    }

    .btn svg {
      transition: transform 0.22s ease;
    }

    .btn:hover svg {
      transform: translateX(5px);
    }

    .btn.light {
      background: var(--white);
      color: var(--ink);
    }

    .btn.light:hover {
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
      box-shadow: 6px 6px 0 var(--red);
    }

    .hero-media {
      position: relative;
      height: 100%;
      min-height: 0;
      overflow: hidden;
      background: var(--white);
    }

    .hero-media img {
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .trust {
      width: var(--container);
      margin: 18px auto 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      border: 1px solid var(--ink);
      background: var(--ink);
      overflow: visible;
    }

    .trust div {
      min-height: 118px;
      display: grid;
      grid-template-columns: 42px 1fr;
      align-items: center;
      gap: 16px;
      padding: 20px;
      background: var(--white);
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
      transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
    }

    .trust div:hover {
      transform: translate(-4px, -4px);
      background: var(--ink);
      color: var(--white);
      box-shadow: 8px 8px 0 var(--red);
    }

    .trust svg {
      width: 34px;
      height: 34px;
      color: var(--red);
      transition: transform 0.22s ease;
    }

    .trust div:hover svg {
      transform: rotate(-6deg) scale(1.08);
      color: var(--white);
    }

    .trust strong {
      display: block;
      line-height: 1.15;
    }

    .trust span {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.25;
      text-transform: none;
    }

    .trust div:hover span {
      color: #d8d3cb;
    }

    .trust div:hover strong {
      color: var(--white);
    }

    .section {
      width: var(--container);
      margin: 88px auto 0;
      border-top: 1px solid var(--line);
      border-left: 0;
      border-right: 0;
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }

    .section-head {
      position: relative;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 24px;
      align-items: start;
      padding: 86px max(40px, 4vw) 46px;
      border-bottom: 1px solid var(--line);
    }

    .section-head .lead {
      max-width: min(520px, 100%);
      color: var(--muted);
      font-size: 17px;
      font-weight: 700;
    }

    .section-head > *,
    .hero-copy,
    .quiz-copy,
    .goal-panel,
    .mission-copy {
      min-width: 0;
    }

    .head-side {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      gap: 12px;
      flex-wrap: nowrap;
    }

    .section-head.compact-head {
      padding-bottom: 24px;
    }

    .section-head.compact-head .head-side {
      align-self: end;
      padding-top: 58px;
    }

    .section-head.instagram-head .head-side {
      align-self: end;
      padding-top: 92px;
      transform: translateY(16px);
    }

    .product-rail {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(270px, 1fr);
      gap: 18px;
      overflow-x: hidden;
      scroll-snap-type: x mandatory;
      padding: 34px max(40px, 4vw) 46px;
      scrollbar-width: none;
    }

    .product-rail::-webkit-scrollbar,
    .insta-grid::-webkit-scrollbar {
      display: none;
    }

    .product-card {
      scroll-snap-align: start;
      min-height: 430px;
      display: grid;
      grid-template-rows: auto 1fr auto;
      gap: 10px;
      padding: 18px;
      background: var(--white);
      border: 1px solid var(--line);
      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .product-card:hover {
      transform: translate(-4px, -4px);
      border-color: var(--ink);
      box-shadow: 8px 8px 0 var(--red);
    }

    .product-card .label {
      display: flex;
      justify-content: space-between;
      gap: 8px;
      color: var(--muted);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .product-card .photo {
      display: grid;
      place-items: center;
      min-height: 285px;
      background: #f1ede6;
      overflow: hidden;
    }

    .product-card .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: normal;
      transition: transform 0.32s ease, filter 0.22s ease;
    }

    .product-card:hover .photo img {
      transform: scale(1.05);
      filter: saturate(1.08) contrast(1.06);
    }

    .product-card strong {
      display: block;
      margin-top: 8px;
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .product-card .meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      padding-top: 10px;
      border-top: 1px solid var(--line);
      font-size: 13px;
      font-weight: 900;
    }

    .product-card .meta a {
      min-height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink);
      padding: 0 12px;
      background: var(--ink);
      color: var(--white);
      text-transform: uppercase;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .product-card .meta a:hover {
      background: var(--red);
      border-color: var(--red);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--ink);
    }

    .rail-shell,
    .insta-shell {
      position: relative;
    }

    .rail-arrows,
    .insta-arrows {
      position: absolute;
      top: -86px;
      right: max(40px, 4vw);
      display: flex;
      gap: 8px;
    }

    .section-head.compact-head .head-side .rail-arrows,
    .section-head.instagram-head .head-side .insta-arrows {
      position: static;
      right: auto;
      top: auto;
    }

    .section-head.compact-head > .rail-arrows {
      align-self: end;
      margin-top: 64px;
      transform: translateY(10px);
    }

    .arrow-btn {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 1px solid var(--ink);
      background: var(--white);
      color: var(--ink);
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .arrow-btn:hover {
      background: var(--ink);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--red);
    }

    .marquee {
      width: 100%;
      margin-top: 56px;
      overflow: hidden;
      border-top: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
      background: var(--red);
      color: var(--white);
    }

    .marquee-track {
      width: max-content;
      display: flex;
      gap: 34px;
      padding: 14px 0;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
      animation: marquee 26s linear infinite;
    }

    .marquee-track span {
      padding-left: 34px;
    }

    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .story-grid {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      padding: 34px max(40px, 4vw) 0;
    }

    .story-card {
      min-height: 390px;
      display: grid;
      grid-template-rows: 1fr auto;
      border: 1px solid var(--line);
      background: var(--white);
      overflow: hidden;
    }

    .story-card img {
      height: 100%;
      object-fit: cover;
    }

    .story-card div {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border-top: 1px solid var(--line);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .story-card b {
      height: 46px;
      display: grid;
      place-items: center;
      background: var(--red);
      color: var(--white);
      font-size: 18px;
    }

    .editorial-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      background: var(--line);
      gap: 1px;
    }

    .editorial-tile {
      min-height: 520px;
      display: grid;
      align-content: space-between;
      background: var(--white);
      overflow: hidden;
    }

    .editorial-tile.text {
      padding: 24px;
      background: var(--paper);
      grid-template-rows: auto auto 1fr auto;
      gap: 18px;
      align-content: stretch;
    }

    .editorial-tile.text .lead {
      align-self: end;
    }

    .editorial-tile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .editorial-tile .caption {
      padding: 16px;
      border-top: 1px solid var(--line);
      background: var(--white);
    }

    .caption strong {
      display: block;
      font-size: 20px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .caption span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }

    .shop-goals {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      background: var(--line);
      gap: 1px;
    }

    .goal-photo {
      min-height: 620px;
      background: var(--white);
      overflow: hidden;
    }

    .goal-photo img {
      height: 100%;
      object-fit: cover;
    }

    .goal-panel {
      display: grid;
      align-content: center;
      gap: 20px;
      padding: 44px;
      background: var(--white);
    }

    .goal-list {
      display: grid;
      border: 1px solid var(--ink);
    }

    .goal-list a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-height: 58px;
      padding: 0 16px;
      border-bottom: 1px solid var(--ink);
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .goal-list a:last-child {
      border-bottom: 0;
    }

    .goal-list a:hover {
      background: var(--ink);
      color: var(--white);
    }

    .stars {
      color: var(--gold);
      font-size: 14px;
      font-weight: 900;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      background: var(--line);
      gap: 1px;
    }

    .category {
      position: relative;
      min-height: 360px;
      overflow: hidden;
      background: var(--ink);
      color: var(--white);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .category:hover {
      transform: translate(-4px, -4px);
      box-shadow: 8px 8px 0 var(--red);
    }

    .category img {
      height: 100%;
      object-fit: cover;
      opacity: 0.86;
      transition: transform 0.35s ease;
    }

    .category:hover img {
      transform: scale(1.04);
    }

    .category span {
      position: absolute;
      inset: auto 14px 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 10px 12px;
      background: var(--white);
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      transition: background 0.22s ease, color 0.22s ease;
    }

    .category:hover span {
      background: var(--red);
      color: var(--white);
    }

    .concern-strip {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1px;
      padding: 1px;
      background: var(--ink);
      border-top: 1px solid var(--ink);
    }

    .concern-strip a {
      min-height: 168px;
      display: grid;
      grid-template-rows: auto 1fr auto;
      align-content: stretch;
      gap: 12px;
      padding: 18px;
      background: var(--white);
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
    }

    .concern-strip a:hover {
      background: var(--ink);
      color: var(--white);
      transform: translate(-4px, -4px);
      box-shadow: 8px 8px 0 var(--red);
    }

    .concern-strip svg {
      width: 30px;
      height: 30px;
      color: var(--red);
    }

    .concern-strip strong {
      display: block;
      align-self: end;
      font-size: 15px;
      line-height: 1.15;
    }

    .concern-strip small {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.25;
      text-transform: none;
    }

    .concern-strip a:hover svg,
    .concern-strip a:hover small {
      color: var(--white);
    }

    .quiz {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: var(--line);
      gap: 1px;
    }

    .quiz-copy,
    .quiz-steps {
      padding: 58px;
      background: var(--white);
    }

    .quiz-copy {
      display: grid;
      align-content: space-between;
      gap: 26px;
      min-height: 430px;
    }

    .quiz-copy .lead {
      max-width: 720px;
    }

    .quiz-steps {
      display: grid;
      gap: 1px;
      padding: 0;
      background: var(--line);
    }

    .quiz-step {
      display: grid;
      grid-template-columns: 64px 1fr;
      align-items: center;
      min-height: 112px;
      background: var(--white);
    }

    .quiz-step b {
      height: 100%;
      display: grid;
      place-items: center;
      border-right: 1px solid var(--line);
      color: var(--red);
      font-size: 24px;
    }

    .quiz-step span {
      padding: 18px;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      background: var(--line);
      gap: 1px;
    }

    .blog-card {
      background: var(--white);
    }

    .blog-card img {
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .blog-card div {
      min-height: 132px;
      padding: 18px;
    }

    .blog-card strong {
      display: block;
      max-width: 540px;
      font-size: 24px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
    }

    .insta-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(260px, 1fr);
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 26px max(40px, 4vw) 44px;
      background: var(--paper);
      scrollbar-width: none;
    }

    .insta-tile {
      scroll-snap-align: start;
      min-height: 320px;
      position: relative;
      overflow: hidden;
      background: var(--white);
      border: 1px solid var(--line);
    }

    .insta-tile img {
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .insta-tile:hover img {
      transform: scale(1.05);
    }

    .insta-tile span {
      position: absolute;
      left: 10px;
      bottom: 10px;
      padding: 6px 9px;
      background: var(--white);
      border: 1px solid var(--ink);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .mission {
      display: grid;
      grid-template-columns: 0.86fr 1.14fr;
      background: var(--ink);
      color: var(--white);
      border-color: var(--ink);
    }

    .mission-copy {
      display: grid;
      align-content: space-between;
      gap: 18px;
      padding: 64px 54px;
    }

    .mission-copy .lead {
      color: #e6e0d8;
    }

    .mission-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      background: #222;
      gap: 1px;
    }

    .mission-list div {
      min-height: 260px;
      display: grid;
      grid-template-rows: 48px auto 1fr;
      align-content: start;
      gap: 16px;
      padding: 28px;
      background: #0d0d0d;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .mission-list i,
    .mission-list svg {
      align-self: start;
      color: var(--red);
    }

    .mission-list p {
      margin: 0;
      color: #cfc7bb;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
      text-transform: none;
    }

    .mission-media {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 1px;
      background: #222;
    }

    .mission-media img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      background: #111;
    }

    .footer {
      width: var(--container);
      margin: 88px auto 0;
      padding: 0;
      background: #000;
      color: var(--white);
    }

    .footer-grid {
      width: min(1180px, calc(100vw - 48px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.3fr repeat(4, 0.8fr);
      gap: 34px;
      padding: 46px 0 42px;
    }

    .footer h4 {
      margin: 0 0 12px;
      font-size: 12px;
      text-transform: uppercase;
    }

    .footer-grid > div:first-child h4 {
      font-size: clamp(24px, 2.6vw, 38px);
      line-height: 0.95;
      letter-spacing: 0;
    }

    .footer a,
    .footer p {
      display: block;
      margin: 0 0 8px;
      color: #cfcfcf;
      font-size: 13px;
      font-weight: 700;
    }

    .footer-bottom {
      width: min(1180px, calc(100vw - 48px));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      border-top: 1px solid #282828;
      padding: 18px 0 28px;
      color: #8c8c8c;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .video-hero {
      position: relative;
      display: block;
      height: calc(100svh - 90px);
      min-height: 720px;
      max-height: 940px;
      overflow: hidden;
      background: var(--ink);
      color: var(--white);
    }

    .video-hero-media {
      position: absolute;
      inset: 0;
    }

    .video-hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0,0,0,0.64), rgba(0,0,0,0.18) 46%, rgba(0,0,0,0.1));
    }

    .video-hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: heroMotion 16s ease-in-out infinite alternate;
    }

    @keyframes heroMotion {
      from { transform: scale(1.02); }
      to { transform: scale(1.1) translate3d(-2%, -1%, 0); }
    }

    .video-hero .hero-copy {
      position: relative;
      z-index: 2;
      width: min(760px, calc(100vw - 80px));
      height: 100%;
      border: 0;
      background: transparent;
      padding: 0 0 54px max(52px, 4vw);
    }

    .video-hero .lead {
      color: var(--white);
    }

    .video-hero .btn.light {
      background: rgba(255,255,255,0.9);
    }

    .video-hero .btn.light:hover {
      background: var(--white);
      color: var(--ink);
      border-color: var(--ink);
      box-shadow: 6px 6px 0 var(--red);
    }

    .section-head .rail-arrows,
    .section-head .insta-arrows {
      position: static;
      justify-self: end;
      align-self: end;
    }

    .goal-banner {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      height: 500px;
      min-height: 0;
      background: var(--line);
      gap: 1px;
      overflow: hidden;
    }

    .goal-banner-media {
      position: relative;
      overflow: hidden;
      background: var(--ink);
    }

    .goal-banner-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .goal-banner-copy {
      display: grid;
      grid-template-rows: auto auto 1fr auto;
      align-content: stretch;
      gap: 14px;
      padding: 36px;
      background: var(--white);
    }

    .goal-banner-copy h2 {
      font-size: clamp(34px, 3.7vw, 54px);
    }

    .goal-banner-copy .lead {
      max-width: 680px;
      font-size: 18px;
    }

    .goal-links {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      border: 1px solid var(--ink);
    }

    .goal-links a {
      min-height: 190px;
      display: grid;
      grid-template-rows: 1fr auto;
      border-right: 1px solid var(--ink);
      padding: 0;
      background: var(--white);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      overflow: hidden;
      transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
    }

    .goal-links a::before {
      content: "";
      min-height: 144px;
      display: block;
      background-size: cover;
      background-position: center;
      filter: grayscale(0.2) contrast(1.02);
      transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
    }

    .goal-links a:nth-child(1)::before {
      background-image: url("/wp-content/uploads/2026/06/web-salon-color-scaled.jpg");
    }

    .goal-links a:nth-child(2)::before {
      background-image: url("/wp-content/uploads/2026/06/luneva-before-after.jpg");
    }

    .goal-links a:nth-child(3)::before {
      background-image: url("/wp-content/uploads/2026/06/web-hair-rinse-scaled.jpg");
    }

    .goal-links a:nth-child(4)::before {
      background-image: url("/wp-content/uploads/2026/06/web-wet-treatment-scaled.jpg");
    }

    .goal-links a:nth-child(5)::before {
      background-image: url("/wp-content/uploads/2026/06/web-red-mask-scaled.jpg");
    }

    .goal-link-row {
      min-height: 46px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      border-top: 1px solid var(--ink);
      padding: 0 10px;
      font-size: 11px;
      line-height: 1;
      white-space: nowrap;
    }

    .goal-link-row svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    .goal-links a:last-child {
      border-right: 0;
    }

    .goal-links a:hover {
      background: var(--ink);
      color: var(--white);
      transform: translate(-4px, -4px);
      box-shadow: 8px 8px 0 var(--red);
      z-index: 1;
    }

    .goal-links a:hover::before {
      transform: scale(1.06);
      filter: grayscale(1) contrast(1.12) brightness(0.72);
      opacity: 0.82;
    }

    .blog-grid.three {
      grid-template-columns: repeat(3, 1fr);
    }

    .blog-slider {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(420px, 32vw);
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 26px max(40px, 4vw) 44px;
      scrollbar-width: none;
    }

    .blog-slider::-webkit-scrollbar {
      display: none;
    }

    .blog-slider .blog-card {
      scroll-snap-align: start;
      border: 1px solid var(--line);
    }

    .review-slider {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(100vw - max(80px, 8vw));
      gap: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 34px max(40px, 4vw) 48px;
      scrollbar-width: none;
    }

    .review-slider::-webkit-scrollbar {
      display: none;
    }

    .review-slide {
      scroll-snap-align: start;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      height: 520px;
      min-height: 0;
      border: 1px solid var(--line);
      background: var(--white);
      overflow: hidden;
    }

    .review-slide img {
      width: 100%;
      height: 100%;
      max-height: 520px;
      object-fit: cover;
      object-position: center;
    }

    .review-copy {
      display: grid;
      align-content: center;
      gap: 16px;
      padding: 36px;
    }

    .review-copy p {
      font-size: 28px;
      line-height: 1.05;
      font-weight: 900;
      text-transform: uppercase;
    }

    .center-section {
      grid-template-columns: 1fr;
    }

    .center-section .mission-copy {
      grid-template-columns: 1.2fr 0.8fr;
      align-items: start;
      padding: 76px max(48px, 4vw) 54px;
    }

    .center-title {
      display: grid;
      align-content: start;
      gap: 22px;
    }

    .center-title .btn {
      justify-self: start;
    }

    .center-section .btn.light:hover {
      background: var(--red);
      color: var(--white);
      border-color: var(--red);
      box-shadow: 6px 6px 0 var(--white);
    }

    .center-text {
      display: grid;
      align-content: start;
      padding-top: 112px;
    }

    .center-section h2 {
      font-size: clamp(42px, 4.8vw, 68px);
      overflow-wrap: break-word;
    }

    .center-section .mission-copy .lead {
      max-width: 760px;
    }

    .center-section .mission-list div {
      min-height: 230px;
    }

    @media (max-width: 1020px) {
      .nav.left {
        display: none;
      }

      .header-inner {
        grid-template-columns: auto 1fr auto;
      }

      .brand {
        justify-items: start;
      }

      .hero,
      .section-head,
      .shop-goals,
      .quiz,
      .mission {
        grid-template-columns: 1fr;
      }

      .hero-copy {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .product-rail,
      .story-grid,
      .category-grid,
      .concern-strip,
      .editorial-grid,
      .blog-grid,
      .insta-grid,
      .mission-list,
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .product-rail {
        grid-template-columns: none;
        grid-auto-columns: minmax(260px, 48vw);
      }

      .review-slider {
        grid-auto-columns: minmax(660px, 88vw);
      }

      .insta-grid {
        grid-template-columns: none;
        grid-auto-columns: minmax(250px, 42vw);
      }

      .mission-media {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .topbar {
        padding: 8px 12px;
        font-size: 11px;
        line-height: 1.2;
        text-align: center;
      }

      .header-inner {
        width: calc(100vw - 20px);
      }

      .nav.right a {
        display: none;
      }

      .hero {
        height: auto;
        min-height: auto;
        border-left: 0;
        border-right: 0;
        overflow: visible;
      }

      .hero-copy {
        padding: 34px 12px 28px;
      }

      .video-hero .hero-copy {
        width: 100%;
        padding: 30px 12px 28px;
      }

      .hero-cta {
        display: grid;
        grid-template-columns: 1fr;
      }

      .btn {
        width: 100%;
      }

      h1 {
        font-size: 38px;
        line-height: 0.92;
      }

      h2 {
        font-size: 31px;
        line-height: 0.98;
      }

      .lead {
        max-width: 100%;
        font-size: 16px;
      }

      .hero-media {
        height: auto;
        min-height: 430px;
      }

      .trust,
      .product-rail,
      .editorial-grid,
      .category-grid,
      .concern-strip,
      .blog-grid,
      .insta-grid,
      .mission-list,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .trust div {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .section {
        border-left: 0;
        border-right: 0;
      }

      .section-head {
        padding: 34px 12px 20px;
      }

      .head-side {
        justify-content: flex-start;
        flex-wrap: wrap;
      }

      .section-head.compact-head .head-side,
      .section-head.instagram-head .head-side {
        padding-top: 0;
        transform: none;
      }

      .section-head.compact-head > .rail-arrows {
        margin-top: 0;
        transform: none;
      }

      .hero-copy .lead,
      .hero-cta,
      .section-head h2,
      .section-head .lead,
      .quiz-copy h2,
      .quiz-copy .lead {
        max-width: 360px;
      }

      .section {
        margin-top: 56px;
      }

      .product-rail,
      .story-grid {
        gap: 14px;
        padding: 18px 12px 24px;
      }

      .story-grid {
        grid-template-columns: 1fr;
      }

      .product-rail {
        grid-template-columns: none;
        grid-auto-columns: minmax(250px, 82vw);
      }

      .goal-banner,
      .review-slide {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
      }

      .goal-banner-media,
      .review-slide img {
        height: 260px;
        min-height: 0;
      }

      .goal-banner-copy {
        padding: 28px 12px;
      }

      .goal-links {
        grid-template-columns: 1fr;
      }

      .goal-links a {
        min-height: 132px;
        border-right: 0;
        border-bottom: 1px solid var(--ink);
      }

      .goal-links a::before {
        min-height: 88px;
      }

      .goal-link-row {
        min-height: 44px;
      }

      .goal-links a:last-child {
        border-bottom: 0;
      }

      .review-slider {
        grid-auto-columns: minmax(275px, 88vw);
        padding: 18px 12px 26px;
      }

      .insta-grid {
        grid-template-columns: none;
        grid-auto-columns: minmax(245px, 78vw);
        padding: 18px 12px 26px;
      }

      .rail-arrows,
      .insta-arrows {
        position: static;
        padding: 0;
      }

      .story-card {
        min-height: 360px;
      }

      .editorial-tile,
      .goal-photo,
      .category {
        min-height: 420px;
      }

      .quiz-copy,
      .goal-panel,
      .mission-copy {
        padding: 24px 12px;
      }

      .footer {
        margin-top: 42px;
      }

      .footer-grid {
        width: 100%;
        padding: 26px 12px;
      }

      .footer-bottom {
        width: calc(100% - 24px);
        flex-direction: column;
      }
    }
  

    .catalog-main {
      background: var(--paper);
    }

    .catalog-hero {
      width: var(--container);
      min-height: 240px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
      border-bottom: 1px solid var(--ink);
      background: var(--ink);
      color: var(--white);
      overflow: hidden;
    }

    .catalog-hero-copy {
      display: grid;
      align-content: center;
      gap: 10px;
      padding: 26px max(30px, 3.4vw);
    }

    .catalog-hero-copy h1 {
      max-width: 820px;
      font-size: clamp(38px, 4.4vw, 68px);
    }

    .catalog-hero-copy .lead {
      color: #ddd8cf;
      max-width: 720px;
    }

    .catalog-hero-media {
      position: relative;
      min-height: 240px;
      overflow: hidden;
    }

    .catalog-hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.02) contrast(1.08);
    }

    .catalog-hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      width: min(560px, 100%);
      margin-top: 0;
      background: rgba(255,255,255,0.28);
      border: 1px solid rgba(255,255,255,0.42);
    }

    .catalog-hero-metrics div {
      min-height: 58px;
      display: grid;
      align-content: center;
      gap: 6px;
      padding: 10px 12px;
      background: rgba(0,0,0,0.42);
      text-transform: uppercase;
      font-weight: 900;
    }

    .catalog-hero-metrics strong {
      color: var(--red);
      font-size: 25px;
      line-height: 1;
    }

    .catalog-hero-metrics span {
      color: var(--white);
      font-size: 11px;
      line-height: 1.15;
    }

    .catalog-quick {
      width: var(--container);
      margin: 44px auto 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .catalog-quick .section-head {
      padding: 28px max(34px, 3vw) 24px;
    }

    .catalog-quick .section-head h2 {
      font-size: clamp(34px, 4vw, 62px);
    }

    .catalog-format-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--ink);
      border: 1px solid var(--ink);
    }

    .catalog-format-card {
      position: relative;
      min-height: 270px;
      display: grid;
      align-content: end;
      overflow: hidden;
      background: var(--white);
      color: var(--white);
    }

    .catalog-format-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.98) contrast(1.04);
      transition: transform 0.35s ease, filter 0.24s ease;
    }

    .catalog-format-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.42));
    }

    .catalog-format-card span {
      position: relative;
      z-index: 1;
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin: 0 14px 14px;
      padding: 0 16px;
      background: var(--white);
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
    }

    .catalog-format-card:hover img {
      transform: scale(1.08);
      filter: grayscale(1) contrast(1.12) brightness(0.82);
    }

    .catalog-format-card:hover span {
      background: var(--red);
      color: var(--white);
      transform: translate(-4px, -4px);
    }

    .catalog-shop {
      width: var(--container);
      margin: 50px auto 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: var(--paper);
    }

    .catalog-toolbar {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: end;
      padding: 34px max(34px, 3vw) 22px;
      border-bottom: 1px solid var(--line);
    }

    .catalog-toolbar h2 {
      max-width: 820px;
      font-size: clamp(38px, 4.5vw, 72px);
    }

    .catalog-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      flex-wrap: wrap;
    }

    .catalog-chip,
    .sort-btn {
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 1px solid var(--ink);
      padding: 0 14px;
      background: var(--white);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .catalog-chip:hover,
    .catalog-chip.active,
    .sort-btn:hover {
      background: var(--ink);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--red);
    }

    .filter-panel-toggle svg {
      width: 16px;
      height: 16px;
    }

    .catalog-shop.filters-collapsed .filter-panel-toggle {
      background: var(--ink);
      color: var(--white);
      box-shadow: 4px 4px 0 var(--red);
    }

    .catalog-layout {
      display: grid;
      grid-template-columns: minmax(270px, 0.2fr) minmax(0, 1fr);
      gap: 1px;
      background: var(--line);
    }

    .catalog-shop.filters-collapsed .catalog-layout {
      grid-template-columns: 1fr;
      background: var(--paper);
    }

    .catalog-shop.filters-collapsed .catalog-filter {
      display: none;
    }

    .catalog-filter {
      position: sticky;
      top: 76px;
      align-self: start;
      max-height: calc(100vh - 92px);
      overflow: auto;
      padding: 22px;
      background: var(--white);
      border-right: 1px solid var(--line);
    }

    .catalog-filter h3 {
      margin-bottom: 18px;
      font-size: 30px;
    }

    .filter-group {
      padding: 0;
      border-top: 1px solid var(--line);
    }

    .filter-group summary {
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      list-style: none;
      cursor: pointer;
      color: var(--red);
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .filter-group summary::-webkit-details-marker {
      display: none;
    }

    .filter-group summary i,
    .filter-group summary svg {
      width: 18px;
      height: 18px;
      transition: transform 0.2s ease;
    }

    .filter-group[open] summary i,
    .filter-group[open] summary svg {
      transform: rotate(45deg);
    }

    .filter-options {
      display: grid;
      gap: 8px;
      padding-bottom: 18px;
    }

    .filter-option {
      width: 100%;
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      border: 1px solid var(--line);
      padding: 0 11px;
      background: #fbfaf6;
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      text-align: left;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

    .filter-option:hover,
    .filter-option.active {
      background: var(--red);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--ink);
    }

    .filter-reset {
      width: 100%;
      margin-top: 16px;
    }

    .catalog-product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      padding: 18px max(18px, 1.4vw) 28px;
      background: var(--paper);
    }

    .catalog-product-grid .product-card {
      min-height: 390px;
    }

    .catalog-product-grid .product-card .photo {
      min-height: 214px;
    }

    .catalog-product-grid .product-card strong {
      font-size: 17px;
      line-height: 1.02;
    }

    .catalog-product-grid .product-card.is-hidden {
      display: none;
    }

    .shade-row {
      display: flex;
      gap: 5px;
      margin-top: 10px;
    }

    .shade-dot {
      width: 18px;
      height: 18px;
      border: 1px solid var(--ink);
      background: var(--cream);
    }

    .shade-dot:nth-child(2) { background: #d8b58d; }
    .shade-dot:nth-child(3) { background: #b7765e; }
    .shade-dot:nth-child(4) { background: #6b4d3f; }
    .shade-dot:nth-child(5) { background: #efe1b2; }

    .catalog-lab-strip,
    .catalog-route-band {
      width: var(--container);
      margin: 58px auto 0;
      border-top: 1px solid var(--ink);
      border-bottom: 1px solid var(--ink);
    }

    .catalog-lab-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      margin-top: 0;
      border-top: 0;
      background: var(--ink);
    }

    .catalog-lab-strip article {
      min-height: 142px;
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      align-content: start;
      align-items: start;
      gap: 16px;
      padding: 22px max(22px, 2.2vw);
      background: #0b0b0b;
      color: var(--white);
      cursor: default;
    }

    .catalog-lab-strip i,
    .catalog-lab-strip svg {
      width: 28px;
      height: 28px;
      color: var(--red);
    }

    .catalog-lab-strip strong {
      display: block;
      margin-bottom: 7px;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
    }

    .catalog-lab-strip p {
      max-width: 360px;
      color: #d8d3cb;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
    }

    .catalog-route-band {
      margin-top: 0;
      border-top: 0;
      background: var(--paper);
    }

    .catalog-route-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
      gap: 34px;
      align-items: end;
      padding: 34px max(34px, 3vw) 26px;
    }

    .catalog-route-head h2 {
      font-size: clamp(38px, 4.6vw, 76px);
    }

    .catalog-route-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--ink);
      border-top: 1px solid var(--ink);
    }

    .catalog-route-card {
      position: relative;
      min-height: 260px;
      display: grid;
      align-content: end;
      overflow: hidden;
      color: var(--white);
    }

    .catalog-route-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(0.2) contrast(1.04) brightness(0.78);
      transition: transform 0.35s ease, filter 0.25s ease;
    }

    .catalog-route-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.72));
    }

    .catalog-route-card > div {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 8px;
      padding: 22px;
    }

    .catalog-route-card strong {
      font-size: 22px;
      line-height: 1;
      text-transform: uppercase;
    }

    .catalog-route-card span {
      color: #e8e2d8;
      font-size: 13px;
      font-weight: 800;
    }

    .catalog-route-card:hover img {
      transform: scale(1.08);
      filter: grayscale(1) contrast(1.12) brightness(0.62);
    }

    .catalog-route-card:hover strong {
      color: var(--red);
    }

    .catalog-quiz-band {
      width: var(--container);
      margin: 58px auto 0;
      height: 280px;
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      align-items: stretch;
      gap: 1px;
      border: 1px solid var(--ink);
      background: var(--ink);
      overflow: hidden;
    }

    .catalog-quiz-copy {
      display: grid;
      align-content: center;
      justify-items: start;
      gap: 8px;
      padding: 14px max(28px, 3vw);
      background: var(--ink);
      color: var(--white);
    }

    .catalog-quiz-copy h2 {
      max-width: 620px;
      font-size: clamp(28px, 3vw, 40px);
    }

    .catalog-quiz-copy .lead {
      max-width: 560px;
      color: #d8d3cb;
      font-size: clamp(15px, 1.1vw, 18px);
    }

    .catalog-quiz-copy .btn.light {
      width: auto;
      min-height: 38px;
      min-width: 250px;
      margin-top: 2px;
      background: var(--white);
      color: var(--ink);
      border-color: var(--white);
      box-shadow: 0 0 0 var(--red);
    }

    .catalog-quiz-copy .btn.light:hover {
      background: var(--white);
      color: var(--ink);
      border-color: var(--white);
      box-shadow: 6px 6px 0 var(--red);
    }

    .catalog-quiz-media {
      height: 100%;
      min-height: 0;
      overflow: hidden;
    }

    .catalog-quiz-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .catalog-main + .footer {
      margin-top: 0;
    }

    @media (max-width: 1024px) {
      .catalog-hero,
      .catalog-layout,
      .catalog-quiz-band,
      .catalog-toolbar {
        grid-template-columns: 1fr;
      }

      .catalog-format-grid,
      .catalog-product-grid,
      .catalog-lab-strip,
      .catalog-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .catalog-route-head {
        grid-template-columns: 1fr;
      }

      .catalog-filter {
        border-right: 0;
      }
    }

    @media (max-width: 640px) {
      .catalog-main {
        overflow-x: hidden;
      }

      .catalog-hero-copy {
        padding: 34px 12px 30px;
      }

      .catalog-hero-copy h1,
      .catalog-toolbar h2,
      .catalog-quick .section-head h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
      }

      .catalog-hero-copy h1 {
        max-width: 330px;
        font-size: 34px;
      }

      .catalog-hero-copy .lead {
        max-width: 330px;
        font-size: 16px;
      }

      .catalog-quick {
        margin-top: 24px;
      }

      .catalog-quick .section-head {
        padding: 22px 12px 16px;
      }

      .catalog-quick .section-head h2 {
        max-width: 300px;
        font-size: 30px;
      }

      .catalog-hero,
      .catalog-hero-media,
      .catalog-quiz-media {
        min-height: 260px;
      }

      .catalog-quiz-band {
        height: auto;
        margin-top: 0;
      }

      .catalog-quiz-media {
        min-height: 0;
        height: 180px;
      }

      .catalog-quiz-copy h2,
      .catalog-quiz-copy .lead {
        max-width: 330px;
      }

      .catalog-quiz-copy .btn.light {
        width: 100%;
        min-width: 0;
      }

      .catalog-hero-metrics,
      .catalog-format-grid {
        grid-template-columns: 1fr;
      }

      .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 0 12px 0;
        background: var(--paper);
      }

      .catalog-lab-strip,
      .catalog-route-grid {
        grid-template-columns: 1fr;
      }

      .catalog-lab-strip article,
      .catalog-route-card {
        min-height: 210px;
      }

      .catalog-lab-strip article {
        min-height: 132px;
        align-content: center;
        padding: 18px 22px;
      }

      .catalog-route-head {
        padding: 30px 12px 22px;
      }

      .catalog-route-head h2 {
        font-size: 34px;
      }

      .catalog-toolbar,
      .catalog-filter,
      .catalog-quiz-copy {
        padding-left: 12px;
        padding-right: 12px;
      }

      .catalog-toolbar h2 {
        max-width: 330px;
        font-size: 34px;
      }

      .catalog-actions {
        width: 100%;
        max-width: calc(100vw - 24px);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
      }

      .catalog-chip,
      .sort-btn {
        width: 100%;
        min-width: 0;
        padding: 0 6px;
        font-size: 10px;
      }

      .filter-panel-toggle {
        grid-column: 1 / -1;
      }

      .sort-btn svg {
        display: none;
      }

      .catalog-filter {
        position: static;
        max-height: none;
      }

      .catalog-format-card {
        height: 126px;
        min-height: 126px;
        align-content: stretch;
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: 126px;
        color: var(--ink);
      }

      .catalog-format-card img {
        position: static;
        width: 112px;
        height: 100%;
        min-height: 0;
        object-fit: cover;
      }

      .catalog-format-card::after {
        display: none;
      }

      .catalog-format-card span {
        min-height: 0;
        margin: 0;
        padding: 0 14px;
        border-left: 1px solid var(--ink);
        font-size: 13px;
      }

      .catalog-product-grid .product-card {
        min-height: 0;
        gap: 8px;
        padding: 10px;
        border-color: var(--ink);
        margin: 0 -1px -1px 0;
      }

      .catalog-product-grid .product-card:hover {
        transform: none;
        box-shadow: inset 0 0 0 2px var(--red);
      }

      .catalog-product-grid .product-card .label {
        min-height: 18px;
        align-items: center;
        font-size: 9px;
        line-height: 1;
      }

      .catalog-product-grid .product-card .photo {
        min-height: 0;
        aspect-ratio: 1 / 1.12;
      }

      .catalog-product-grid .product-card strong {
        min-height: 42px;
        margin-top: 0;
        font-size: 12px;
        line-height: 1.08;
      }

      .catalog-product-grid .shade-row {
        gap: 4px;
        margin-top: 2px;
      }

      .catalog-product-grid .shade-dot {
        width: 13px;
        height: 13px;
      }

      .catalog-product-grid .product-card .meta {
        align-items: start;
        flex-direction: column;
        gap: 8px;
        padding-top: 8px;
        font-size: 12px;
      }

      .catalog-product-grid .product-card .meta a {
        width: 100%;
        min-height: 32px;
        padding: 0 6px;
        font-size: 9px;
        line-height: 1;
      }
    }

  
    .footer-brand-copy p {
      max-width: 270px;
      margin: 10px 0 0;
      color: #cfc9c0;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.55;
    }
    .footer-locale {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }
    .footer-locale-group {
      display: grid;
      gap: 8px;
    }
    .footer-locale-label {
      color: #8f887f;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .footer-locale-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .footer-pill {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 0;
      padding: 6px 9px;
      background: transparent;
      color: #d8d3cb;
      font-size: 11px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      cursor: pointer;
    }
    .footer-pill:hover,
    .footer-pill.is-active {
      background: var(--white);
      color: var(--ink);
    }
    .footer-legal-line {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px 14px;
    }
    /* Cookie consent banner */
    .luneva-cookie-consent {
      position: fixed;
      left: max(12px, 2vw);
      right: max(12px, 2vw);
      bottom: 12px;
      z-index: 120;
      display: none;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      border: 1px solid var(--ink, #070707);
      padding: 14px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      box-shadow: 6px 6px 0 var(--ink, #070707);
    }
    body.cookie-consent-visible .luneva-cookie-consent { display: grid; }
    .luneva-cookie-copy {
      display: grid;
      gap: 4px;
    }
    .luneva-cookie-copy strong {
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .luneva-cookie-copy span,
    .luneva-cookie-copy a {
      color: var(--muted, #66615b);
      font-size: 12px;
      font-weight: 800;
    }
    .luneva-cookie-copy a {
      color: var(--ink, #070707);
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .luneva-cookie-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
    }
    .luneva-cookie-btn,
    .luneva-cookie-link {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink, #070707);
      padding: 0 13px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
    }
    .luneva-cookie-btn.primary {
      background: var(--ink, #070707);
      color: var(--white, #fff);
    }
    .luneva-cookie-btn:hover,
    .luneva-cookie-link:hover {
      background: var(--red, #e22b1a);
      color: var(--white, #fff);
    }
    @media (max-width: 760px) {
      .luneva-cookie-consent {
        grid-template-columns: 1fr;
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-height: calc(100svh - 24px);
        overflow: auto;
      }
      .luneva-cookie-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
      .luneva-cookie-btn,
      .luneva-cookie-link { width: 100%; }
    }

    /* Product pagination */
    .product-pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding: 20px;
      background: var(--paper);
      border: 1px solid var(--ink);
      color: var(--ink);
    }

    .product-section .product-pagination {
      margin: 12px max(18px, 1.4vw) 0;
    }

    .catalog-layout > .product-pagination {
      grid-column: 2;
      margin: 0 max(18px, 1.4vw) 28px;
    }

    .catalog-shop.filters-collapsed .catalog-layout > .product-pagination {
      grid-column: 1;
    }

    .product-pagination a,
    .product-pagination span {
      min-width: 38px;
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink);
      background: var(--white);
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .product-pagination a:hover,
    .product-pagination .active {
      background: var(--red);
      color: var(--white);
      transform: translateY(-2px);
    }

    .product-pagination .next {
      gap: 6px;
      padding: 0 14px;
    }

    .product-pagination svg {
      width: 16px;
      height: 16px;
    }

    @media (max-width: 760px) {
      .product-pagination {
        justify-content: flex-start;
        gap: 6px;
        overflow-x: auto;
        padding: 12px;
      }

      .product-section .product-pagination,
      .catalog-layout > .product-pagination {
        margin: 0;
        border-left: 0;
        border-right: 0;
      }

      .product-pagination a,
      .product-pagination span {
        min-width: 34px;
        min-height: 34px;
        font-size: 11px;
        flex: 0 0 auto;
      }

      .product-pagination .next {
        margin-left: auto;
      }
    }

/* ── 10 реальних категорій каталогу (було 4) ───────────────────────────── */
/* Сітка форматів: 5 колонок × 2 ряди замість 4 × 1. */
.catalog-format-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-format-card {
  min-height: 230px;
}

/* Брейкпоінти навмисно збігаються з рідними (1024 / 640), щоб не воювати
   з правилами вище: планшет — 3 колонки, телефон — 1, як у макеті. */
@media (max-width: 1024px) {
  .catalog-format-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .catalog-format-grid {
    grid-template-columns: 1fr;
  }
}

/* Фільтр «Категорія» тепер має 10 пунктів — обмежуємо висоту списку. */
.catalog-filter .filter-group .filter-options {
  max-height: 320px;
  overflow-y: auto;
}

/* ── Картки каталогу під реальні знімки ────────────────────────────────
   Те саме, що на головній: рядок сітки 1fr розтягував фото на всю вільну
   висоту, а cover зрізав флакону горлечко. Плюс довгі назви з
   вивантаження розганяли картки на різну висоту. */

.catalog-product-grid .product-card,
.product-rail .product-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.catalog-product-grid .product-card .photo,
.product-rail .product-card .photo {
  flex: 0 0 auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background: #f4f1ec;
}

.catalog-product-grid .product-card .photo img,
.product-rail .product-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.catalog-product-grid .product-card strong,
.product-rail .product-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.2;
}

.catalog-product-grid .product-card .meta,
.product-rail .product-card .meta {
  margin-top: auto;
}

.product-card .label span.is-sale {
  color: var(--red);
}

/* ── Фільтри без власного скролу ────────────────────────────────────
   Було два вкладені скроли: список «Категорія» обрізався на 320px, а
   весь блок — на calc(100vh - 92px). На екрані 720px це давало 628px
   видимої висоти при 1128px вмісту, тобто покупець крутив колесо
   всередині панелі, щоб побачити останні категорії.

   Знімаємо обидва обмеження. Разом з ними прибираємо position: sticky:
   панель вища за екран, і в липкому режимі її низ ставав недосяжним —
   вона зависала вгорі, а решта пунктів лишалась за кадром. Тепер
   колонка прокручується разом зі сторінкою. */
.catalog-filter {
  position: static;
  max-height: none;
  overflow: visible;
}

.catalog-filter .filter-group .filter-options {
  max-height: none;
  overflow-y: visible;
}

/* ── Обране ─────────────────────────────────────────────────────────
   Серце в шапці картки. Чіп «Обране» тепер фільтрує саме список бажань
   покупця, а не підбірку магазина. */
.product-card .label .label-right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wishlist-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.wishlist-toggle svg,
.wishlist-toggle i {
  width: 17px;
  height: 17px;
}

.wishlist-toggle:hover {
  color: var(--red);
  transform: scale(1.12);
}

.wishlist-toggle.is-active {
  color: var(--red);
}

.wishlist-toggle.is-active svg {
  fill: currentColor;
}

/* ── Картки категорій: квадрат і фото цілком ────────────────────────
   Картка була висотою 270px при довільній ширині, а фото стояло
   object-fit: cover — тобто обрізалось. На стокових кадрах це було
   непомітно, а коли туди стали справжні знімки товарів, у кадр
   перестали вміщатись флакони: видно було середину пляшки без кришки
   й без дна.

   Робимо квадрат і contain: тепер товар видно повністю. Фон світлий —
   зйомки в клієнта переважно на світлому, і поле навколо флакона
   зливається з ним. */
.catalog-format-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: #f1ede6;
}

.catalog-format-card img {
  object-fit: contain;
  padding: 14px 14px 62px;
}

/* Затемнення знизу було потрібне, щоб білий підпис читався поверх
   фотографії. Підпис лежить у власній білій плашці, а на світлому фоні
   градієнт лише бруднить знімок. */
.catalog-format-card::after {
  display: none;
}

.catalog-format-card span {
  color: var(--ink);
}

/* Ховер робив знімок сірим — на товарі це виглядає як брак. */
.catalog-format-card:hover img {
  transform: scale(1.04);
  filter: none;
}

@media (max-width: 640px) {
  /* Рядкова розкладка «фото зліва, підпис справа» вмикається саме на
     640px (див. правило з height: 126px вище в цьому файлі). Спершу
     поставили тут 760px — і в діапазоні 640-760 картка лишалась без
     квадрата, але ще й без рядка: виходила смуга 232x68. */
  .catalog-format-card {
    aspect-ratio: auto;
  }

  .catalog-format-card img {
    padding: 6px;
  }
}

/* ── Фото товару: однаковий блок, товар цілком ──────────────────────
   Блок квадратний і однаковий у всіх картках; знімок вписується
   повністю.

   Картинка позиціюється абсолютно навмисно. У grid-контейнері
   `height: 100%` не мав від чого рахуватись — висота рядка невизначена,
   і браузер брав пропорцію файлу: вертикальний знімок ставав 247x424 у
   блоці 247x247, а різницю зрізав overflow. Флакон втрачав верх і низ.
   inset: 0 дає точний розмір блока, і аж тоді object-fit: contain
   працює як треба. */
.product-card .photo {
  aspect-ratio: 1 / 1;
  min-height: 0;
  height: auto;
  position: relative;
  overflow: hidden;
}

.product-card .photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  padding: 10px;
}

/* ── Опис під заголовком, а не збоку ────────────────────────────────
   `.section-head` був сіткою у дві колонки: ліворуч надпис і заголовок,
   праворуч пояснювальний абзац. Через це заголовок ламався раніше, ніж
   треба, а текст праворуч висів окремим стовпчиком.

   Тепер одна колонка: опис іде під заголовком.

   Виняток — блоки, де праворуч не текст, а керування: стрілки гортання
   стрічки та посилання «уся категорія». Їх лишаємо в рядку із
   заголовком, інакше вони поїдуть під нього і ряд розсиплеться. */
.section-head {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.section-head:has(.rail-arrows),
.section-head:has(> .text-link),
.section-head:has(> a),
.section-head.compact-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

/* Опис тепер займає всю ширину рядка. Обмеження 520-610px лишились від
   тих часів, коли він стояв правою колонкою — у ній це був сенс, а під
   заголовком текст просто обривався на середині. */
.section-head > p,
.section-head .lead,
.section-head > div > p.lead {
  max-width: none;
}

/* Блоки з керуванням праворуч (стрілки, посилання) не чіпаємо: там
   ліва колонка вужча навмисно, щоб керування не притискалось. */
.section-head:has(.rail-arrows) > p,
.section-head:has(> .text-link) > p,
.section-head.compact-head > p {
  max-width: 100%;
}
