/* Hiness Wellness - Site Stylesheet */

  :root {
    --rose-50: #fff8f6;
    --rose-100: #f7ebe8;
    --rose-200: #f0d8da;
    --rose-300: #e4b8be;
    --rose-500: #c57784;
    --rose-700: #96525d;
    --rose-900: #5f3840;
    --ivory: #fffcfa;
    --cocoa: #342528;
    --taupe: #766164;
    --line: rgba(149, 82, 93, 0.14);
    --shadow: 0 20px 60px rgba(101, 66, 74, 0.14);
    --shadow-strong: 0 28px 80px rgba(88, 55, 63, 0.22);
    --radius-lg: 2rem;
    --radius-md: 1.35rem;
    --radius-sm: 1rem;
  }

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

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--cocoa);
    background:
      radial-gradient(circle at top left, rgba(228, 184, 190, 0.28), transparent 24%),
      radial-gradient(circle at 88% 18%, rgba(240, 216, 218, 0.5), transparent 18%),
      linear-gradient(180deg, #fffdfb 0%, #fff8f6 52%, #f8edeb 100%);
    overflow-x: hidden;
  }

  body::before,
  body::after {
    content: "";
    position: fixed;
    inset: auto auto 12% -6rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228, 184, 190, 0.25), transparent 68%);
    pointer-events: none;
    z-index: 0;
  }

  body::after {
    inset: 8% -5rem auto auto;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(197, 119, 132, 0.12), transparent 70%);
  }

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

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

  button {
    font: inherit;
  }

  main,
  footer {
    position: relative;
    z-index: 1;
  }

  [id] {
    scroll-margin-top: 6.5rem;
  }

  .section-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
  }

  .section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--rose-700);
  }

  .section-label::before {
    content: "";
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose-300), var(--rose-700));
    box-shadow: 0 0 0 6px rgba(197, 119, 132, 0.1);
  }

  .panel {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 2rem;
  }

  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.9rem 1.45rem;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition:
      transform 0.35s ease,
      box-shadow 0.35s ease,
      background-color 0.35s ease,
      color 0.35s ease,
      border-color 0.35s ease;
  }

  .button:hover {
    transform: translateY(-3px);
  }

  .button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
    box-shadow: 0 18px 36px rgba(149, 82, 93, 0.28);
  }

  .button-primary:hover {
    box-shadow: 0 22px 44px rgba(149, 82, 93, 0.34);
  }

  .button-secondary {
    color: var(--rose-700);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(149, 82, 93, 0.24);
  }

  .button-secondary:hover {
    border-color: rgba(149, 82, 93, 0.42);
    box-shadow: 0 16px 30px rgba(149, 82, 93, 0.12);
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 1rem 0;
    background: rgba(255, 252, 250, 0.72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(149, 82, 93, 0.08);
  }

  .header-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: clamp(9.5rem, 15vw, 13rem);
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }

  .site-nav a {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--taupe);
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      transform 0.3s ease;
  }

  .site-nav a:hover {
    color: var(--rose-700);
    background: rgba(197, 119, 132, 0.08);
    transform: translateY(-2px);
  }

  .site-nav .nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
    box-shadow: 0 14px 28px rgba(149, 82, 93, 0.22);
  }

  .site-nav .nav-cta:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--rose-900), var(--rose-700));
  }

  .nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(149, 82, 93, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
  }

  .nav-toggle span {
    width: 1.15rem;
    height: 2px;
    border-radius: 999px;
    background: var(--rose-900);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .site-header.menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0 4.5rem;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
  }

  .hero-copy h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.7rem, 7vw, 6.4rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: var(--cocoa);
  }

  .hero-copy .hero-lead {
    max-width: 35rem;
    margin-top: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--taupe);
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }

  .stat-card {
    padding: 1.2rem 1.1rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(149, 82, 93, 0.12);
    box-shadow: 0 18px 36px rgba(112, 78, 85, 0.08);
  }

  .stat-card strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1rem;
    color: var(--cocoa);
  }

  .stat-card span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--taupe);
  }

  .hero-media {
    position: relative;
    min-height: 41rem;
  }

  .hero-portrait {
    position: relative;
    height: 100%;
    min-height: 41rem;
    overflow: hidden;
    border-radius: 2.2rem;
    box-shadow: var(--shadow-strong);
    background: linear-gradient(180deg, #f0c7ce 0%, #d58b96 100%);
  }

  .hero-portrait::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 30%;
    background: linear-gradient(180deg, transparent 0%, rgba(67, 39, 44, 0.22) 100%);
  }

  .hero-portrait img {
    width: 100%;
    height: 100%;
    min-height: 41rem;
    object-fit: cover;
    object-position: center top;
  }

  .floating-card {
    position: absolute;
    border-radius: 1.5rem;
    border: 1px solid rgba(149, 82, 93, 0.14);
    background: rgba(255, 252, 250, 0.92);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .logo-chip {
    top: 1.5rem;
    left: -1.4rem;
    width: min(16rem, 55%);
    padding: 1rem 1.15rem;
    animation: float-card 7s ease-in-out infinite;
  }

  .logo-chip img {
    width: 100%;
  }

  .product-note {
    right: -1.3rem;
    bottom: 1.75rem;
    max-width: 17rem;
    padding: 1.15rem 1.2rem;
    animation: float-card 8.5s ease-in-out infinite 0.8s;
  }

  .product-note h3 {
    margin: 0 0 0.45rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 0.95;
    color: var(--cocoa);
  }

  .product-note p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--taupe);
  }

  .decor-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(1px);
  }

  .decor-orb.orb-one {
    top: 5rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    background: radial-gradient(circle, rgba(228, 184, 190, 0.72), transparent 70%);
    animation: drift 14s ease-in-out infinite;
  }

  .decor-orb.orb-two {
    bottom: 2rem;
    left: 4rem;
    width: 8rem;
    height: 8rem;
    background: radial-gradient(circle, rgba(197, 119, 132, 0.2), transparent 72%);
    animation: drift 16s ease-in-out infinite reverse;
  }

  .category-band {
    padding: 1.2rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(149, 82, 93, 0.1);
    border-bottom: 1px solid rgba(149, 82, 93, 0.1);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(247, 235, 232, 0.92), rgba(255, 255, 255, 0.82));
  }

  .marquee-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    animation: marquee 24s linear infinite;
  }

  .marquee-track span {
    position: relative;
    padding-right: 2rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    color: var(--rose-700);
    white-space: nowrap;
  }

  .marquee-track span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(197, 119, 132, 0.55);
  }

  .intro-block {
    padding: 4.5rem 0 1.6rem;
  }

  .intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.6rem;
    align-items: start;
  }

  .intro-copy,
  .video-panel,
  .about-copy,
  .ritual-copy,
  .promise-copy,
  .contact-copy,
  .scan-copy,
  .scan-card {
    padding: clamp(1.5rem, 3vw, 2.4rem);
  }

  .intro-copy h2,
  .about-copy h2,
  .collection-head h2,
  .ritual-copy h2,
  .promise-copy h2,
  .contact-copy h2,
  .scan-copy h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 4vw, 4.3rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
  }

  .intro-copy p,
  .about-copy p,
  .card-body p,
  .ritual-copy p,
  .promise-copy p,
  .contact-copy p,
  .scan-copy p {
    margin: 1rem 0 0;
    font-size: 0.98rem;
    line-height: 1.85;
    color: var(--taupe);
  }

  .video-panel {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 217, 221, 0.88));
  }

  .video-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
  }

  .video-heading h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
  }

  .video-heading p {
    margin: 0;
    max-width: 18rem;
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--taupe);
    text-align: right;
  }

  .video-frame {
    overflow: hidden;
    border-radius: 1.75rem;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(149, 82, 93, 0.12);
    box-shadow: 0 22px 46px rgba(73, 44, 51, 0.18);
    background: #211518;
  }

  .video-frame iframe,
  .video-feature {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .video-feature {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    background:
      linear-gradient(180deg, rgba(36, 22, 25, 0.2) 0%, rgba(36, 22, 25, 0.82) 100%),
      url("assets/banner.jpg") center top / cover no-repeat;
    color: #fff;
    transition: transform 0.35s ease;
  }

  .video-feature:hover {
    transform: scale(1.015);
  }

  .video-feature::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
  }

  .video-feature-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
  }

  .video-play {
    flex: 0 0 auto;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 28px rgba(22, 13, 15, 0.28);
    display: grid;
    place-items: center;
  }

  .video-play::before {
    content: "";
    margin-left: 0.18rem;
    border-style: solid;
    border-width: 0.55rem 0 0.55rem 0.88rem;
    border-color: transparent transparent transparent var(--rose-700);
  }

  .video-copy {
    max-width: 18rem;
  }

  .video-copy span {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
  }

  .video-copy strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .video-copy small {
    display: inline-block;
    margin-top: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
  }

  .about-section {
    padding: 1.6rem 0 2rem;
  }

  .about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
    align-items: stretch;
  }

  .about-image {
    position: relative;
    min-height: 36rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-strong);
  }

  .about-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .about-copy {
    color: #fff;
    background: linear-gradient(145deg, #dd9aa4 0%, #c06d7a 100%);
  }

  .about-copy .section-label,
  .about-copy p,
  .about-copy .feature-pill {
    color: rgba(255, 255, 255, 0.9);
  }

  .about-copy .section-label::before {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
  }

  .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
  }

  .feature-pill {
    padding: 0.85rem 1rem;
    border-radius: 999px;
    font-size: 0.92rem;
    line-height: 1;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .collection {
    padding: 2rem 0 2.4rem;
  }

  .collection-head {
    max-width: 44rem;
  }

  .collection-head p {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.85;
    color: var(--taupe);
  }

  .collection-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }

  .collection-card {
    overflow: hidden;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(149, 82, 93, 0.12);
    box-shadow: var(--shadow);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
  }

  .collection-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-strong);
  }

  .collection-card.large {
    grid-row: span 2;
  }

  .card-media {
    position: relative;
    overflow: hidden;
    background: #f4d5da;
  }

  .card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }

  .collection-card:hover .card-media img {
    transform: scale(1.05);
  }

  .card-media.featured {
    aspect-ratio: 4 / 5;
  }

  .card-media.standard {
    aspect-ratio: 4 / 3;
  }

  .card-body {
    padding: 1.4rem 1.4rem 1.55rem;
  }

  .card-body h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 0.98;
  }

  .copy-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 226, 228, 0.94));
  }

  .copy-card.accent {
    background: linear-gradient(145deg, rgba(244, 217, 221, 0.94), rgba(255, 250, 248, 0.96));
  }

  .mini-list {
    display: grid;
    gap: 0.9rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
  }

  .mini-list li {
    position: relative;
    padding-left: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--taupe);
  }

  .mini-list li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--rose-500);
  }

  .spotlight {
    padding: 2rem 0 2.4rem;
  }

  .spotlight-card {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    border-radius: 2.25rem;
    box-shadow: var(--shadow-strong);
  }

  .spotlight-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .spotlight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(43, 28, 31, 0.82) 0%, rgba(43, 28, 31, 0.36) 56%, rgba(43, 28, 31, 0.56) 100%);
  }

  .spotlight-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 34rem;
    max-width: 34rem;
    padding: clamp(2rem, 5vw, 4rem);
    color: #fff;
  }

  .spotlight-content .section-label,
  .spotlight-content p {
    color: rgba(255, 255, 255, 0.85);
  }

  .spotlight-content .section-label::before {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
  }

  .spotlight-content h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 5vw, 5.3rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }

  .spotlight-content p {
    margin: 1rem 0 0;
    font-size: 1rem;
    line-height: 1.85;
  }

  .ritual {
    padding: 0 0 2.4rem;
  }

  .ritual-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.4rem;
    align-items: stretch;
  }

  .ritual-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ritual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
  }

  .ritual-tags span {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(197, 119, 132, 0.08);
    border: 1px solid rgba(149, 82, 93, 0.12);
    color: var(--rose-700);
    font-size: 0.9rem;
    font-weight: 700;
  }

  .ritual-mosaic {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .mosaic-card {
    overflow: hidden;
    border-radius: 1.7rem;
    border: 1px solid rgba(149, 82, 93, 0.12);
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.88);
  }

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

  .mosaic-card.image {
    position: relative;
    min-height: 16rem;
  }

  .mosaic-card.copy {
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 217, 221, 0.86));
  }

  .mosaic-card.copy h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.15rem;
    line-height: 0.96;
  }

  .mosaic-card.copy p {
    margin: 0.9rem 0 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--taupe);
  }

  .promise {
    padding: 0 0 2.4rem;
  }

  .promise-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.5rem;
    align-items: center;
  }

  .promise-stack {
    position: relative;
    min-height: 35rem;
  }

  .promise-main,
  .promise-mini {
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(149, 82, 93, 0.1);
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.8);
  }

  .promise-main {
    position: relative;
    min-height: 35rem;
  }

  .promise-main img,
  .promise-mini img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .promise-main img {
    min-height: 35rem;
    object-position: left center;
  }

  .promise-mini {
    position: absolute;
    right: -1.2rem;
    bottom: 1.5rem;
    width: min(16rem, 42%);
    aspect-ratio: 4 / 5;
    box-shadow: var(--shadow-strong);
  }

  .promise-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
  }

  .promise-point {
    padding: 1rem 1rem 1rem 1.15rem;
    border-left: 3px solid rgba(197, 119, 132, 0.45);
    background: rgba(197, 119, 132, 0.04);
    border-radius: 0 1rem 1rem 0;
  }

  .promise-point h3 {
    margin: 0;
    font-size: 1rem;
    color: var(--cocoa);
  }

  .promise-point p {
    margin-top: 0.45rem;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .contact {
    padding: 0 0 1.5rem;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.5rem;
    align-items: stretch;
  }

  .contact-media {
    position: relative;
    min-height: 32rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-strong);
  }

  .contact-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-items {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
  }

  .contact-item {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(197, 119, 132, 0.05);
    border: 1px solid rgba(149, 82, 93, 0.1);
  }

  .contact-item span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rose-700);
  }

  .contact-item p,
  .contact-item a {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.8;
    color: var(--taupe);
  }

  .contact-item a {
    font-weight: 700;
  }

  .scan {
    padding: 0 0 4.2rem;
  }

  .scan-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: 1.5rem;
    align-items: stretch;
  }

  .scan-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .scan-brand {
    width: clamp(11rem, 18vw, 14rem);
    margin-bottom: 1.25rem;
  }

  .scan-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 217, 221, 0.9));
  }

  .scan-code {
    width: min(100%, 14rem);
    padding: 0.9rem;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 18px 36px rgba(73, 44, 51, 0.12);
  }

  .scan-card h3 {
    margin: 1.15rem 0 0.4rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    line-height: 1;
  }

  .scan-card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.75;
    color: var(--taupe);
  }

  .scan-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1rem;
  }

  .scan-meta img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
  }

  .site-footer {
    padding: 0 0 2.4rem;
  }

  .footer-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(149, 82, 93, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--taupe);
    font-size: 0.92rem;
  }

  .footer-mark {
    display: flex;
    align-items: center;
    gap: 0.9rem;
  }

  .footer-mark img {
    width: 6.5rem;
  }

  [data-reveal] {
    opacity: 0;
    transform: translateY(2rem);
    transition:
      opacity 0.9s ease,
      transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  }

  [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @keyframes float-card {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.8rem);
    }
  }

  @keyframes drift {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(0.9rem, -1rem, 0);
    }
  }

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

  @media (max-width: 1080px) {
    .hero-inner,
    .intro-grid,
    .about-grid,
    .ritual-grid,
    .promise-grid,
    .contact-grid,
    .scan-grid {
      grid-template-columns: 1fr;
    }

    .hero-media,
    .hero-portrait,
    .hero-portrait img,
    .about-image,
    .promise-main {
      min-height: auto;
    }

    .hero-media {
      min-height: 36rem;
    }

    .collection-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-card.large {
      grid-row: auto;
    }

    .promise-stack {
      min-height: 32rem;
      padding-bottom: 6rem;
    }
  }

  @media (max-width: 900px) {
    .nav-toggle {
      display: inline-flex;
    }

    .site-nav {
      position: absolute;
      top: calc(100% + 0.6rem);
      right: 1rem;
      left: 1rem;
      display: grid;
      gap: 0.35rem;
      padding: 0.85rem;
      border-radius: 1.5rem;
      background: rgba(255, 252, 250, 0.98);
      border: 1px solid rgba(149, 82, 93, 0.12);
      box-shadow: var(--shadow);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-0.6rem);
      transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
    }

    .site-header.menu-open .site-nav {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .site-nav a,
    .site-nav .nav-cta {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

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

    .collection-grid,
    .ritual-mosaic {
      grid-template-columns: 1fr;
    }

    .spotlight-card,
    .spotlight-content {
      min-height: 28rem;
    }
  }

  @media (max-width: 640px) {
    .section-inner,
    .header-inner,
    .footer-inner {
      width: min(1180px, calc(100% - 1.2rem));
    }

    .hero {
      padding-top: 2.4rem;
    }

    .hero-copy h1 {
      font-size: clamp(3rem, 14vw, 4.3rem);
    }

    .hero-media {
      min-height: 29rem;
    }

    .hero-portrait,
    .hero-portrait img {
      min-height: 29rem;
    }

    .logo-chip {
      top: 0.9rem;
      left: 0.9rem;
      width: 11rem;
    }

    .product-note {
      right: 0.9rem;
      bottom: 0.9rem;
      left: 0.9rem;
      max-width: none;
    }

    .video-heading {
      flex-direction: column;
      align-items: flex-start;
    }

    .video-heading p {
      max-width: none;
      text-align: left;
    }

    .promise-stack {
      padding-bottom: 5rem;
    }

    .promise-mini {
      right: 0.8rem;
      bottom: 0.8rem;
      width: 10.5rem;
    }

    .footer-inner {
      flex-direction: column;
      text-align: center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
      animation: none !important;
      transition: none !important;
    }

    [data-reveal] {
      opacity: 1;
      transform: none;
    }
  }
