/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, Avenir, "Gill Sans", "Helvetica Neue", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-terra: #c2622d;
    --font-body: "Karla", Avenir, "Helvetica Neue", Arial, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .w-full {
    width: 100%;
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .pt-0\! {
    padding-top: 0 !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer components {
  :root {
    --paper: #fbf6ef;
    --paper-strong: #fffaf4;
    --ink: #171411;
    --muted: #5f5650;
    --line: #eadfd4;
    --copper: #a25327;
    --copper-dark: #7a3518;
    --olive: #74723d;
    --olive-dark: #57572d;
    --blue: #79cfe9;
    --rose: #d79bc3;
    --site-max-width: 1920px;
    --site-canvas: min(100vw, var(--site-max-width));
    --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --font-body: Inter, Avenir, "Gill Sans", "Helvetica Neue", Arial, sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
  }
  ::selection {
    color: var(--paper-strong);
    background: var(--copper);
  }
  ::-moz-selection {
    color: var(--paper-strong);
    background: var(--copper);
  }
  body:not(.coming-soon-page) > .site-header, body:not(.coming-soon-page) > main, body:not(.coming-soon-page) > .site-footer {
    width: min(100%, var(--site-max-width));
    margin-right: auto;
    margin-left: auto;
  }
  .full-bleed-band, .hero, .shop-hero, .cart-values, .gift-strip, .product-info, .related, .split-section, .collection, .press {
    position: relative;
    isolation: isolate;
  }
  .full-bleed-band::before, .hero::before, .shop-hero::before, .cart-values::before, .gift-strip::before, .product-info::before, .related::before, .split-section::before, .collection::before, .press::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    background: var(--band-bg);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }
  img, svg {
    display: block;
  }
  img {
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, input {
    font: inherit;
    letter-spacing: 0;
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .page-loader {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 42%, rgba(255, 252, 247, 0.86), rgba(250, 246, 239, 0.96) 58%, rgba(244, 235, 224, 0.98) 100%);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.012);
    transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
    visibility: hidden;
  }
  .page-loader-mark {
    position: relative;
    width: 58px;
    height: 58px;
    border: 2px solid rgba(162, 83, 39, 0.18);
    border-top-color: var(--copper);
    border-radius: 50%;
    animation: page-loader-spin 880ms linear infinite;
  }
  .page-loader-mark::after {
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(23, 20, 17, 0.18);
    border-radius: 50%;
    content: "";
  }
  body.is-page-leaving .page-loader {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    transition-delay: 0s;
    visibility: visible;
  }
  @keyframes page-loader-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .page-loader {
      transition: none;
    }
    .page-loader-mark {
      animation: none;
    }
  }
  .coming-soon-page {
    min-height: 100svh;
    overflow: hidden;
    background: #ead8c4;
  }
  .coming-soon-page > .site-header {
    display: none;
  }
  .coming-soon-page > main {
    position: relative;
    display: grid;
    min-height: 100svh;
    height: 100svh;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 50% 44%, rgba(248, 238, 226, 0.72), rgba(248, 238, 226, 0.34) 32%, transparent 56%), linear-gradient(to bottom, rgba(255, 251, 246, 0.12), rgba(255, 251, 246, 0.04)), url("../img/coming-soon-background.png") center center / cover no-repeat, #eadac8;
  }
  .coming-soon-page > main::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(255, 249, 241, 0.1), transparent 18%, transparent 74%, rgba(104, 72, 38, 0.08)), radial-gradient(ellipse at 50% 47%, rgba(255, 248, 239, 0.28), transparent 36%);
    content: "";
    pointer-events: none;
  }
  .coming-soon-page > main::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse at center, transparent 0 52%, rgba(58, 38, 22, 0.08) 100%);
    content: "";
    pointer-events: none;
  }
  .coming-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 760px);
    height: 100svh;
    padding: clamp(48px, 7vh, 82px) 24px clamp(46px, 6vh, 78px);
    text-align: center;
  }
  .coming-logo {
    display: grid;
    justify-items: center;
    margin-bottom: clamp(58px, 9vh, 110px);
  }
  .coming-logo img {
    width: clamp(238px, 24vw, 330px);
  }
  .coming-copy h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(56px, 6.8vw, 88px);
    font-weight: 700;
    line-height: 0.95;
  }
  .coming-rule {
    display: block;
    width: 70px;
    height: 2px;
    margin: clamp(28px, 4vh, 48px) auto clamp(24px, 3.3vh, 34px);
    background: var(--copper);
  }
  .coming-copy p {
    margin: 0;
    color: #171411;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.85;
  }
  .coming-seal {
    display: block;
    width: 52px;
    height: 52px;
    margin: clamp(30px, 4.6vh, 50px) auto clamp(20px, 2.8vh, 28px);
    background: radial-gradient(circle, #ead8bd 0 15%, transparent 16%), radial-gradient(circle, transparent 0 29%, var(--copper) 30% 36%, transparent 37%), repeating-conic-gradient(from 0deg, var(--copper) 0deg 6deg, transparent 6deg 12deg);
    border-radius: 50%;
  }
  .coming-copy p:last-of-type {
    font-size: clamp(16px, 1.6vw, 20px);
  }
  .site-header {
    --header-bg: var(--paper);
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--header-bg);
    border-bottom: 0;
    isolation: isolate;
    transition: box-shadow 180ms ease;
  }
  .site-header::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    background: var(--header-bg);
    border-bottom: 1px solid rgba(234, 223, 212, 0.75);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
    transition: box-shadow 180ms ease;
  }
  .site-header.is-condensed {
    box-shadow: none;
  }
  .site-header.is-condensed::before {
    box-shadow: 0 8px 24px rgba(54, 45, 36, 0.08);
  }
  .site-header > p {
    overflow: hidden;
    max-height: 22px;
    margin: 0;
    padding: 10px 20px 0;
    color: #2e2925;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    transition: max-height 180ms ease, opacity 180ms ease, padding 180ms ease;
  }
  .site-header.is-condensed > p {
    max-height: 0;
    padding-top: 0;
    opacity: 0;
  }
  .nav-shell {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
    align-items: center;
    gap: 22px;
    width: 100%;
    max-width: var(--site-max-width);
    min-height: 110px;
    margin: 0 auto;
    padding: 14px 64px 24px;
    transition: min-height 180ms ease, padding 180ms ease;
  }
  .site-header.is-condensed .nav-shell {
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .main-nav, .header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .main-nav ul, .site-footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .main-nav ul {
    display: flex;
    align-items: center;
    gap: inherit;
  }
  .main-nav li {
    margin: 0;
  }
  .menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 240ms ease;
  }
  .menu-toggle span:first-child {
    transform: translateY(-7px);
  }
  .menu-toggle span:last-child {
    transform: translateY(7px);
  }
  .site-header.is-menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }
  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }
  .main-nav a, .icon-link span {
    text-transform: uppercase;
  }
  .main-nav a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
  .icon-link span {
    font-size: 12px;
    font-weight: 800;
  }
  .main-nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .main-nav a:hover::after, .main-nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    text-align: center;
  }
  .brand-logo {
    width: 208px;
    max-width: 100%;
    height: auto;
    transition: width 180ms ease;
  }
  .site-header.is-condensed .brand-logo {
    width: 150px;
  }
  .brand-mark {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .brand-mark::before, .brand-mark::after, .brand-mark span, .brand-mark span::before, .brand-mark span::after {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 3px;
    height: 42px;
    border-radius: 999px;
    background: var(--ink);
    content: "";
    transform-origin: 50% 50%;
  }
  .brand-mark::before {
    transform: translate(-50%, -50%);
  }
  .brand-mark::after {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .brand-mark span {
    transform: translate(-50%, -50%) rotate(60deg);
  }
  .brand-mark span::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .brand-mark span::after {
    transform: translate(-50%, -50%) rotate(120deg);
  }
  .brand-mark::before, .brand-mark::after, .brand-mark span, .brand-mark span::before, .brand-mark span::after {
    box-shadow: 0 0 0 10px transparent;
  }
  .brand-mark {
    background: radial-gradient(circle at center, var(--paper) 0 8px, transparent 9px), radial-gradient(circle at center, var(--ink) 0 13px, transparent 14px);
    border-radius: 50%;
  }
  .brand-name {
    font-family: var(--font-heading);
    font-size: 39px;
    line-height: 0.9;
    text-transform: uppercase;
  }
  .brand-origin {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
  }
  .header-actions {
    justify-content: flex-end;
    gap: 22px;
  }
  .icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 36px;
    min-height: 36px;
  }
  .icon-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
  .hero {
    --hero-fade: linear-gradient(90deg, rgba(251, 246, 239, 0.94) 0%, rgba(251, 246, 239, 0.76) 27%, rgba(251, 246, 239, 0.16) 50%, rgba(251, 246, 239, 0) 70%);
    display: flex;
    align-items: center;
    min-height: 590px;
    background: transparent;
  }
  .hero::before {
    content: none;
  }
  .hero-media, .shop-hero-media, .home-hero-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .hero-media {
    object-position: center center;
  }
  .hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 100vw;
    background: var(--hero-fade), linear-gradient(0deg, rgba(146, 73, 32, 0.18) 0%, transparent 38%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }
  .hero-copy {
    position: relative;
    z-index: 2;
    max-width: 405px;
    margin-left: max(46px, calc((var(--site-canvas) - 1280px) / 2 + 46px));
    padding: 40px 0 56px;
  }
  .hero h1, .split-copy h2, .press h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.04;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-copy p {
    max-width: 360px;
    margin: 28px 0 34px;
    color: #1d1815;
    font-size: 16px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 0 25px;
    color: #fff;
    background: var(--copper);
    border: 1px solid var(--copper);
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .button:hover, .button:focus-visible {
    background: var(--copper-dark);
    border-color: var(--copper-dark);
    transform: translateY(-1px);
  }
  .hero .button, .collection .button {
    border-radius: 999px;
  }
  .home-hero {
    --home-hero-gradient: linear-gradient(90deg, rgba(251, 246, 239, 0.94) 0%, rgba(251, 246, 239, 0.76) 27%, rgba(251, 246, 239, 0.16) 50%, rgba(251, 246, 239, 0) 70%);
    --home-hero-media-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    isolation: isolate;
    min-height: 590px;
    overflow: visible;
    background: transparent;
  }
  .home-hero::before {
    content: none;
  }
  .home-hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 100vw;
    background: var(--home-hero-gradient), linear-gradient(0deg, rgba(146, 73, 32, 0.18) 0%, transparent 38%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }
  .home-hero-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: var(--home-hero-media-position);
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 900ms ease;
  }
  .home-hero-media {
    object-position: var(--home-hero-media-position);
  }
  .home-hero-video.is-visible {
    opacity: 1;
  }
  .home-hero-video.is-unavailable {
    display: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .home-hero-video {
      display: none;
    }
  }
  .home-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-left: max(54px, calc((var(--site-canvas) - 1280px) / 2 + 54px));
    padding: 70px 0 82px;
  }
  .home-hero h1, .home-choice > h2, .choice-card h3, .home-story-copy h2, .home-inspiration-copy h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.04;
  }
  .home-hero h1 {
    font-size: 58px;
  }
  .home-hero p {
    max-width: 360px;
    margin: 30px 0 28px;
    color: #1f1915;
    font-size: 15px;
    line-height: 1.7;
  }
  .home-hero .button, .choice-card .button, .home-story-copy .button {
    border-radius: 999px;
  }
  .home-story-copy .button {
    align-self: flex-start;
  }
  .home-choice {
    padding: 56px 64px 50px;
    background: var(--paper);
    text-align: center;
  }
  .home-choice > h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    font-size: 30px;
    text-transform: uppercase;
  }
  .home-choice > h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 42px;
    height: 1px;
    background: var(--copper);
    content: "";
    transform: translateX(-50%);
  }
  .choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 70px;
    max-width: 1160px;
    margin: 32px auto 0;
  }
  .choice-card {
    min-width: 0;
  }
  .choice-card a {
    display: grid;
    justify-items: center;
    color: inherit;
  }
  .choice-media {
    display: block;
    width: 100%;
    aspect-ratio: 1.6;
    overflow: hidden;
    background: #f8ede4;
  }
  .choice-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
  }
  .choice-media-coast img {
    object-position: 64% center;
  }
  .choice-card a:hover img, .choice-card a:focus-visible img {
    transform: scale(1.035);
  }
  .choice-card h3 {
    margin-top: 20px;
    font-size: 30px;
  }
  .choice-card p {
    margin: 8px 0 18px;
    color: #4c413b;
    font-size: 14px;
  }
  .home-story {
    --band-bg: #fff8f1;
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    background: var(--band-bg);
    box-shadow: 0 0 0 100vmax var(--band-bg);
    clip-path: inset(0 -100vmax);
  }
  .home-story-image {
    min-height: 385px;
    overflow: hidden;
  }
  .home-story-image img, .home-inspiration-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-story-image img {
    object-position: center 43%;
  }
  .home-story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px max(54px, calc((var(--site-canvas) - 1280px) / 2 + 54px)) 64px 72px;
  }
  .home-story-copy > p:first-of-type, .home-inspiration-copy > p:first-of-type {
    color: var(--copper);
    font-size: 11px;
    font-weight: 900;
  }
  .home-story-copy h2, .home-inspiration-copy h2 {
    max-width: 480px;
    font-size: 38px;
  }
  .home-story-copy > p:not(:first-of-type), .home-inspiration-copy > p:not(:first-of-type) {
    max-width: 460px;
    margin: 22px 0 26px;
    color: #332b26;
    font-size: 14px;
  }
  .home-values {
    --band-bg: var(--paper);
    position: relative;
    background: var(--band-bg);
    box-shadow: 0 0 0 100vmax var(--band-bg);
    clip-path: inset(0 -100vmax);
  }
  .home-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1220px;
    margin: 0 auto;
    padding: 34px 48px;
    list-style: none;
  }
  .home-benefits li {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 10px 30px;
    color: var(--copper);
    text-align: center;
    border-left: 1px solid var(--line);
  }
  .home-benefits li:first-child {
    border-left: 0;
  }
  .home-benefits svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
  .home-benefits strong {
    color: #171411;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .home-benefits span {
    max-width: 205px;
    color: #463c36;
    font-size: 12px;
    line-height: 1.55;
  }
  .home-inspiration {
    --band-bg: #fff8f2;
    position: relative;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    background: var(--band-bg);
    box-shadow: 0 0 0 100vmax var(--band-bg);
    clip-path: inset(0 -100vmax);
  }
  .home-inspiration-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 66px 64px 66px max(64px, calc((var(--site-canvas) - 1280px) / 2 + 64px));
  }
  .home-inspiration-copy .newsletter {
    width: 100%;
    max-width: 360px;
    margin-top: 0;
  }
  .home-inspiration-image {
    min-height: 350px;
    overflow: hidden;
  }
  .shop-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 330px;
    background: transparent;
  }
  .shop-hero::before {
    content: none;
  }
  .shop-hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 100vw;
    background: linear-gradient(90deg, rgba(251, 246, 239, 0.98) 0%, rgba(251, 246, 239, 0.86) 37%, rgba(251, 246, 239, 0.16) 67%, rgba(251, 246, 239, 0.02) 100%);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }
  .shop-hero-media {
    object-position: 66% center;
  }
  .shop-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-left: max(64px, calc((var(--site-canvas) - 1280px) / 2 + 64px));
    padding: 54px 0;
  }
  .shop-hero h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 500;
    line-height: 1.05;
  }
  .shop-hero p {
    max-width: 435px;
    margin: 20px 0 0;
    color: #2a231f;
    font-size: 15px;
    line-height: 1.7;
  }
  .shop-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 46px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 64px 78px;
    box-sizing: border-box;
  }
  .filter-toggle {
    display: none;
  }
  .filter-panel {
    align-self: start;
  }
  .breadcrumbs {
    display: flex;
    gap: 10px;
    margin-bottom: 34px;
    color: #403833;
    font-size: 12px;
  }
  .mobile-filter-breadcrumbs {
    display: none;
  }
  .breadcrumbs a::after {
    margin-left: 10px;
    content: ">";
  }
  .filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #dbc8b8;
  }
  .filter-heading h2, .filter-group h3, .filter-note h3 {
    margin: 0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .filter-heading button {
    color: var(--copper);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .filter-group {
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
  }
  .filter-group h3 {
    position: relative;
    margin-bottom: 14px;
  }
  .filter-group h3::after {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-left: 1.5px solid currentColor;
    content: "";
    transform: translateY(-35%) rotate(45deg);
  }
  .filter-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #312a25;
    font-size: 12px;
    line-height: 1.35;
  }
  .filter-group label.is-disabled {
    opacity: 0.42;
  }
  .filter-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: var(--copper);
  }
  .price-range {
    --range-end: 100%;
    --range-start: 0%;
    position: relative;
    height: 18px;
    margin: 6px 0 4px;
  }
  .price-range::before, .price-range span {
    position: absolute;
    top: 50%;
    right: 5px;
    left: 5px;
    height: 2px;
    background: #d8c5b5;
    content: "";
  }
  .price-range span {
    z-index: 1;
    right: calc(100% - var(--range-end));
    left: var(--range-start);
    background: var(--copper);
  }
  .price-range input[type="range"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 18px;
    margin: 0;
    appearance: none;
    background: transparent;
    pointer-events: none;
  }
  .price-range input[type="range"]::-webkit-slider-runnable-track {
    height: 18px;
    background: transparent;
  }
  .price-range input[type="range"]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    appearance: none;
    background: #fffaf4;
    border: 1px solid var(--copper);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
  }
  .price-range input[type="range"]::-moz-range-track {
    height: 18px;
    background: transparent;
  }
  .price-range input[type="range"]::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #fffaf4;
    border: 1px solid var(--copper);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
  }
  .price-labels {
    display: flex;
    justify-content: space-between;
    color: #4b4039;
    font-size: 12px;
  }
  .filter-note {
    margin-top: 26px;
    padding: 28px 20px;
    border: 1px solid #dcc5b5;
    text-align: center;
  }
  .mobile-shop-note {
    display: none;
  }
  .filter-note svg {
    width: 36px;
    height: 36px;
    margin: 0 auto 14px;
    fill: none;
    stroke: var(--copper);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
  .filter-note h3 {
    color: #2a231f;
    line-height: 1.45;
  }
  .filter-note h3::after {
    display: block;
    width: 28px;
    height: 1px;
    margin: 14px auto;
    background: var(--copper);
    content: "";
  }
  .filter-note p {
    margin: 0;
    color: #463b35;
    font-size: 11px;
    line-height: 1.65;
  }
  .filter-note a {
    display: inline-flex;
    margin-top: 18px;
    color: var(--copper);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .filter-note a::after {
    margin-left: 8px;
    content: ">";
  }
  .shop-results {
    min-width: 0;
  }
  .results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
  }
  .results-toolbar h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
  }
  .results-toolbar label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #2f2824;
    font-size: 12px;
  }
  .results-toolbar select {
    min-width: 178px;
    padding: 12px 38px 12px 14px;
    color: #2f2824;
    background: #fffaf4;
    border: 1px solid #d9c6b5;
    font: inherit;
  }
  .shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  .shop-card {
    min-width: 0;
    background: rgba(255, 250, 244, 0.72);
    border: 1px solid rgba(226, 211, 198, 0.86);
    transition: border-color 160ms ease, transform 160ms ease;
  }
  .shop-card:hover, .shop-card:focus-within {
    border-color: #ceb19e;
    transform: translateY(-2px);
  }
  .shop-card a {
    display: grid;
    justify-items: center;
    height: 100%;
    padding: 26px 18px 22px;
    text-align: center;
  }
  .shop-card img {
    width: 150px;
    height: 170px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 180ms ease;
  }
  .shop-card:hover img, .shop-card:focus-within img {
    transform: translateY(-4px);
  }
  .shop-card .ibiza-product {
    filter: hue-rotate(128deg) saturate(0.72) brightness(1.08);
  }
  .shop-card h3 {
    min-height: 48px;
    margin: 18px 0 0;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
  }
  .shop-card small {
    margin-top: 10px;
    color: #3a312b;
    font-size: 12px;
  }
  .shop-card p {
    margin: 8px 0 0;
    color: #16120f;
    font-size: 13px;
    font-weight: 900;
  }
  .shop-empty {
    display: none;
    margin: 32px 0 0;
    padding: 28px 20px;
    color: #3b332e;
    background: rgba(255, 250, 244, 0.72);
    border: 1px solid rgba(226, 211, 198, 0.86);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .shop-empty.is-visible {
    display: block;
  }
  .load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 188px;
    min-height: 44px;
    margin: 38px auto 0;
    color: #171411;
    background: transparent;
    border: 1px solid #d5bfae;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: border-color 160ms ease, color 160ms ease;
  }
  .load-more::after {
    width: 7px;
    height: 7px;
    margin-left: 28px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
  }
  .load-more:hover, .load-more:focus-visible {
    color: var(--copper);
    border-color: var(--copper);
  }
  @media (min-width: 1600px) {
    .shop-layout {
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 64px;
      max-width: var(--site-max-width);
      padding-right: 80px;
      padding-left: 80px;
    }
    .shop-grid {
      gap: 24px;
    }
    .shop-card a {
      padding: 32px 24px 28px;
    }
    .shop-card img {
      width: 176px;
      height: 196px;
    }
  }
  .product-breadcrumbs {
    display: flex;
    gap: 10px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 34px 64px 22px;
    color: #3b332e;
    font-size: 12px;
  }
  .product-breadcrumbs a::after {
    margin-left: 10px;
    content: ">";
  }
  .product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 66px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 64px 72px;
  }
  .product-gallery, .product-summary {
    min-width: 0;
  }
  .product-main-image {
    position: relative;
    aspect-ratio: 1.05;
    margin: 0;
    overflow: hidden;
    background: #f7eadf;
    touch-action: pan-y;
  }
  .product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-zoom, .wishlist-button {
    display: grid;
    place-items: center;
    color: #171411;
    background: rgba(255, 250, 244, 0.95);
    border: 1px solid #d9c3b1;
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .gallery-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .gallery-zoom:hover, .gallery-zoom:focus-visible, .wishlist-button:hover, .wishlist-button:focus-visible {
    color: var(--copper);
    border-color: var(--copper);
    transform: translateY(-1px);
  }
  .gallery-zoom svg, .wishlist-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
  .thumb-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
  }
  .thumb {
    aspect-ratio: 1.16;
    padding: 0;
    overflow: hidden;
    background: #fff6ee;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .thumb.is-active, .thumb:focus-visible {
    border-color: var(--copper);
  }
  .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 76px;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 64px 48px 28px;
    color: #fffaf4;
    background: rgba(23, 20, 17, 0.92);
  }
  .photo-lightbox[hidden] {
    display: none;
  }
  .lightbox-figure {
    display: grid;
    grid-column: 2;
    gap: 14px;
    justify-items: center;
    min-width: 0;
    max-height: calc(100vh - 176px);
    margin: 0;
    touch-action: pan-y;
  }
  .lightbox-figure img {
    max-width: min(100%, 1040px);
    max-height: calc(100vh - 228px);
    object-fit: contain;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
  }
  .lightbox-figure figcaption {
    color: rgba(255, 250, 244, 0.82);
    font-size: 13px;
    text-align: center;
  }
  .lightbox-close, .lightbox-arrow, .lightbox-thumb {
    display: grid;
    place-items: center;
    color: #fffaf4;
    background: rgba(255, 250, 244, 0.08);
    border: 1px solid rgba(255, 250, 244, 0.28);
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .lightbox-close:hover, .lightbox-close:focus-visible, .lightbox-arrow:hover, .lightbox-arrow:focus-visible, .lightbox-thumb:hover, .lightbox-thumb:focus-visible, .lightbox-thumb.is-active {
    background: rgba(162, 83, 39, 0.72);
    border-color: rgba(255, 250, 244, 0.72);
  }
  .lightbox-close {
    position: absolute;
    top: 24px;
    right: 28px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }
  .lightbox-arrow {
    width: 54px;
    height: 54px;
    justify-self: center;
    border-radius: 50%;
  }
  .lightbox-prev {
    grid-column: 1;
    grid-row: 1;
  }
  .lightbox-next {
    grid-column: 3;
    grid-row: 1;
  }
  .lightbox-close svg, .lightbox-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
  .lightbox-thumbs {
    display: flex;
    grid-column: 1 / -1;
    gap: 12px;
    justify-content: center;
    min-width: 0;
  }
  .lightbox-thumb {
    width: 86px;
    height: 62px;
    padding: 0;
    overflow: hidden;
  }
  .lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body.lightbox-open {
    overflow: hidden;
  }
  .cart-heading {
    max-width: 1280px;
    margin: 0 auto;
    padding: 54px 64px 22px;
  }
  .cart-heading h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 500;
    line-height: 1.02;
  }
  .back-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--copper);
    font-size: 13px;
  }
  .back-link::before {
    font-size: 18px;
    line-height: 1;
    content: "<";
  }
  .cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 36px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 12px 64px 42px;
  }
  .cart-items {
    min-width: 0;
  }
  .cart-table-head, .cart-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 95px 132px 100px 24px;
    align-items: center;
    gap: 22px;
  }
  .cart-table-head {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: #1c1714;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .cart-table-head span:first-child {
    grid-column: 1;
  }
  .cart-table-head span:nth-child(2) {
    grid-column: 2;
  }
  .cart-table-head span:nth-child(3) {
    grid-column: 3;
  }
  .cart-table-head span:nth-child(4) {
    grid-column: 4;
  }
  .cart-row {
    padding: 32px 0;
    border-bottom: 1px solid var(--line);
  }
  .cart-product {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
  }
  .cart-product img {
    width: 100px;
    height: 122px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .cart-product .ibiza-product {
    filter: hue-rotate(128deg) saturate(0.72) brightness(1.08);
  }
  .cart-product strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.08;
  }
  .cart-product small {
    display: block;
    margin-top: 12px;
    color: #4d433d;
    font-size: 13px;
  }
  .cart-row > p, .cart-row > [data-line-total] {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }
  .cart-row > [data-line-total] {
    font-weight: 900;
  }
  .remove-item {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #443b35;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
  }
  .remove-item:hover, .remove-item:focus-visible {
    color: var(--copper);
  }
  .shipping-progress {
    padding: 32px 0 0;
  }
  .shipping-progress p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #201a16;
    font-size: 13px;
  }
  .shipping-progress svg {
    width: 24px;
    height: 24px;
    color: var(--copper);
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
  }
  .progress-track {
    height: 7px;
    overflow: hidden;
    background: #decec1;
  }
  .progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--copper);
    transition: width 180ms ease;
  }
  .progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
    font-size: 12px;
  }
  .cart-summary {
    align-self: start;
    position: sticky;
    top: 118px;
    padding: 42px 32px;
    background: rgba(255, 250, 244, 0.52);
    border: 1px solid #dccabb;
  }
  .cart-summary h2 {
    margin: 0 0 28px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .cart-summary dl {
    margin: 0;
  }
  .cart-summary dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 20px;
    color: #251f1b;
    font-size: 13px;
  }
  .cart-summary dt, .cart-summary dd {
    margin: 0;
  }
  .cart-summary dd {
    font-weight: 700;
    text-align: right;
  }
  .cart-summary .summary-total {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #ddcdbf;
    font-size: 18px;
    font-weight: 900;
  }
  .cart-summary .summary-tax {
    color: #6b625c;
    font-size: 12px;
  }
  .coupon-form {
    display: grid;
    gap: 12px;
    margin: 34px 0 30px;
  }
  .coupon-form label {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .coupon-form div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    min-height: 42px;
  }
  .coupon-form input {
    min-width: 0;
    padding: 0 14px;
    background: #fffaf4;
    border: 1px solid #d9c6b5;
    border-right: 0;
    color: #211b17;
    font-size: 12px;
  }
  .coupon-form button {
    color: #fff;
    background: var(--copper);
    border: 1px solid var(--copper);
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .checkout-button {
    width: 100%;
    margin-bottom: 34px;
  }
  .cart-summary .service-list {
    font-size: 12px;
  }
  .cart-values {
    --band-bg: var(--paper);
  }
  .cart-values .home-benefits {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gift-strip {
    --band-bg: #f8f1e9;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    align-items: center;
    min-height: 150px;
    padding: 30px max(64px, calc((var(--site-canvas) - 1280px) / 2 + 64px));
    background: var(--band-bg);
  }
  .gift-copy {
    max-width: 360px;
    justify-self: end;
    margin-right: 72px;
  }
  .gift-copy h2 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .gift-copy p {
    margin: 0;
    color: #332b26;
    font-size: 13px;
  }
  .gift-box-visual {
    position: relative;
    width: 230px;
    height: 92px;
    justify-self: start;
    perspective: 500px;
  }
  .gift-box-visual::before, .gift-box-visual::after, .gift-box-visual span, .gift-box-visual span::before, .gift-box-visual span::after {
    position: absolute;
    content: "";
  }
  .gift-box-visual::before {
    inset: 22px 0 0;
    background: linear-gradient(135deg, #d9c5ac, #b99775);
    box-shadow: 0 18px 28px rgba(76, 53, 35, 0.18);
    transform: skewX(-13deg);
  }
  .gift-box-visual::after {
    top: 6px;
    right: 12px;
    left: 28px;
    height: 44px;
    background: linear-gradient(135deg, #eadbc8, #c5a383);
    transform: skewX(-20deg) rotate(-5deg);
  }
  .gift-box-visual span {
    top: 10px;
    left: 112px;
    width: 9px;
    height: 102px;
    background: rgba(112, 78, 48, 0.48);
    transform: rotate(66deg);
  }
  .gift-box-visual span::before {
    top: -28px;
    left: -36px;
    width: 88px;
    height: 30px;
    border-top: 3px solid #748057;
    border-radius: 50%;
    transform: rotate(-14deg);
  }
  .gift-box-visual span::after {
    top: -14px;
    left: -8px;
    width: 96px;
    height: 2px;
    background: #748057;
    box-shadow: 18px -8px 0 #748057, 34px 4px 0 #748057;
    transform: rotate(-28deg);
  }
  .checkout-page > main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 46px 64px 62px;
  }
  .checkout-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px;
    margin-bottom: 28px;
    color: #302923;
    font-size: 12px;
  }
  .checkout-steps a, .checkout-steps span {
    display: inline-flex;
    align-items: center;
    gap: 11px;
  }
  .checkout-steps a::after, .checkout-steps span:not(:last-child)::after {
    color: #86776d;
    content: ">";
  }
  .checkout-steps [aria-current="step"] {
    color: var(--copper);
    font-weight: 800;
  }
  .checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 72px;
    align-items: start;
  }
  .checkout-form {
    min-width: 0;
  }
  .checkout-intro {
    margin-bottom: 46px;
  }
  .checkout-intro h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 500;
    line-height: 1.03;
  }
  .checkout-intro p {
    margin: 18px 0 0;
    color: #1f1915;
    font-size: 14px;
  }
  .checkout-fieldset {
    margin: 0 0 44px;
    padding: 0;
    border: 0;
  }
  .checkout-fieldset legend {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddcdbf;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 26px;
  }
  .form-field, .checkbox-line {
    min-width: 0;
  }
  .form-field {
    display: block;
    color: #1f1915;
    font-size: 12px;
    font-weight: 500;
  }
  .form-field span {
    color: var(--copper);
  }
  .form-field-full, .form-grid > p, .checkbox-line.form-field-full {
    grid-column: 1 / -1;
  }
  .form-field input, .form-field select {
    width: 100%;
    min-height: 43px;
    margin-top: 7px;
    padding: 0 14px;
    color: #211b17;
    background: rgba(255, 250, 244, 0.76);
    border: 1px solid #dbc8b8;
    border-radius: 0;
    outline: 0;
    font-size: 13px;
  }
  .form-field input::placeholder {
    color: #9b8d83;
  }
  .form-field input:focus, .form-field select:focus {
    border-color: var(--copper);
    background: #fffaf4;
  }
  .form-field select {
    appearance: auto;
  }
  .form-grid > p {
    margin: -6px 0 0;
    color: #6b625c;
    font-size: 12px;
  }
  .checkbox-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #241f1b;
    font-size: 12px;
  }
  .checkbox-line input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: var(--copper);
  }
  .checkout-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: -16px;
  }
  .checkout-actions .back-link {
    margin-top: 0;
    white-space: nowrap;
  }
  .checkout-submit {
    width: min(100%, 330px);
    min-height: 52px;
  }
  .checkout-summary {
    top: 118px;
    padding: 42px 32px;
  }
  .checkout-order-list {
    display: grid;
    gap: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddcdbf;
  }
  .checkout-order-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
  }
  .checkout-order-item img {
    width: 62px;
    height: 78px;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .checkout-order-item .ibiza-product {
    filter: hue-rotate(128deg) saturate(0.72) brightness(1.08);
  }
  .checkout-order-item h3 {
    margin: 0 0 7px;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.12;
  }
  .checkout-order-item p {
    margin: 0;
    color: #61564f;
    font-size: 12px;
    line-height: 1.55;
  }
  .checkout-order-item strong {
    align-self: end;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
  }
  .checkout-summary dl {
    padding-top: 28px;
  }
  .checkout-summary .service-list {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #ddcdbf;
  }
  .payment-intro {
    margin-bottom: 34px;
  }
  .payment-panel {
    margin: 0;
    padding: 0;
    background: rgba(255, 250, 244, 0.36);
    border: 1px solid #dccabb;
  }
  .payment-method-header {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 72px;
    padding: 0 28px;
    border-bottom: 1px solid #dccabb;
    color: #171411;
    font-size: 14px;
    font-weight: 800;
  }
  .payment-method-header input, .bank-option input, .credit-card-row input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--copper);
  }
  .payment-method-header strong {
    margin-left: auto;
    color: #171411;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: lowercase;
  }
  .payment-method-body {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 38px 40px 28px;
  }
  .ideal-card {
    position: relative;
    width: 116px;
    height: 88px;
    background: #fffaf4;
    border: 3px solid #171411;
    border-radius: 6px;
  }
  .ideal-card::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #171411;
    border-radius: 50%;
    box-shadow: 9px 0 0 #171411, 18px 0 0 #171411;
    content: "";
  }
  .ideal-card span {
    position: absolute;
    left: 32px;
    bottom: 14px;
    width: 32px;
    height: 54px;
    border: 3px solid #171411;
  }
  .ideal-card span::before {
    position: absolute;
    top: 11px;
    left: 8px;
    width: 12px;
    height: 12px;
    background: #171411;
    border-radius: 50%;
    content: "";
  }
  .ideal-card strong {
    position: absolute;
    right: 12px;
    bottom: 18px;
    padding: 6px 7px;
    color: #fff;
    background: #cf0b7c;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
  }
  .payment-copy p {
    margin: 0 0 12px;
    color: #211b17;
    font-size: 13px;
    line-height: 1.7;
  }
  .payment-copy p:last-child {
    margin-bottom: 0;
  }
  .bank-section {
    padding: 0 40px 18px;
  }
  .bank-section h2 {
    margin: 0 0 16px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .bank-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .bank-option {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 68px;
    padding: 0 20px;
    color: #211b17;
    background: rgba(255, 250, 244, 0.5);
    border: 1px solid #dccabb;
    font-size: 14px;
    cursor: pointer;
  }
  .bank-option:has(input:checked), .bank-option:focus-within {
    background: #fff8ef;
    border-color: var(--copper);
  }
  .bank-option strong {
    font-size: 14px;
    font-weight: 700;
  }
  .bank-option-offset {
    grid-column: 2;
  }
  .bank-mark {
    display: grid;
    place-items: center;
    width: 28px;
    height: 30px;
    flex: 0 0 auto;
    color: #fff;
    background: var(--copper);
    font-size: 13px;
    font-weight: 900;
  }
  .bank-word {
    color: #171411;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }
  .bank-word.friesland {
    color: #0061d8;
    font-size: 18px;
  }
  .abn {
    background: #009a8a;
  }
  .asn, .sns {
    background: #ef4c2f;
    border-radius: 50%;
  }
  .lanschot {
    background: #78ad43;
  }
  .ideal-mini {
    background: #cf0b7c;
    border-radius: 4px;
    font-size: 10px;
  }
  .bunq {
    color: #1ba5e9;
  }
  .ing {
    color: #14377d;
  }
  .n26 {
    color: #171411;
    font-weight: 500;
  }
  .knab {
    color: #0f4277;
  }
  .rabobank {
    color: #073fba;
    font-size: 18px;
    font-style: italic;
  }
  .regiobank {
    color: #d6231f;
    font-size: 18px;
  }
  .volksbank {
    color: #1d8fe1;
    font-size: 18px;
  }
  .triodos {
    color: #214f3a;
    font-size: 17px;
  }
  .wise {
    color: #2e7d32;
    font-size: 22px;
  }
  .credit-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 0 28px;
    border-top: 1px solid #dccabb;
    color: #211b17;
    font-size: 14px;
    cursor: pointer;
  }
  .credit-card-row > span:first-child {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .credit-card-row svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }
  .payment-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .payment-badges b {
    display: grid;
    min-width: 52px;
    min-height: 28px;
    place-items: center;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #eadfd4;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 900;
  }
  .payment-actions {
    align-items: flex-start;
    margin-top: 22px;
  }
  .payment-actions > div {
    display: grid;
    gap: 14px;
    justify-items: center;
  }
  .payment-submit {
    width: min(100%, 345px);
  }
  .payment-actions p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #4b423d;
    font-size: 12px;
  }
  .payment-actions p svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .confirmation-page > main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 58px 64px 38px;
  }
  .confirmation-hero {
    max-width: 720px;
    margin: 0 auto 46px;
    text-align: center;
  }
  .success-mark {
    display: grid;
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    place-items: center;
    color: #218c3b;
    border: 3px solid currentColor;
    border-radius: 50%;
  }
  .success-mark svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .confirmation-hero h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.05;
  }
  .confirmation-hero p {
    max-width: 640px;
    margin: 20px auto 28px;
    color: #211b17;
    font-size: 14px;
    line-height: 1.8;
  }
  .order-number {
    display: inline-grid;
    gap: 8px;
    color: #211b17;
    font-size: 13px;
  }
  .order-number strong {
    min-width: 200px;
    padding: 8px 22px;
    color: var(--copper);
    background: rgba(255, 250, 244, 0.58);
    border: 1px solid #d8bca8;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .confirmation-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 34px;
    align-items: start;
  }
  .confirmation-column {
    display: grid;
    gap: 26px;
    min-width: 0;
  }
  .confirmation-card {
    padding: 38px 36px;
    background: rgba(255, 250, 244, 0.38);
    border: 1px solid #dccabb;
  }
  .confirmation-card h2, .confirmation-summary h2 {
    margin: 0 0 30px;
    color: #171411;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.18em;
  }
  .detail-list {
    display: grid;
  }
  .detail-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 34px;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #ddcdbf;
  }
  .detail-row:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .detail-row:last-child {
    padding-bottom: 0;
  }
  .detail-icon svg, .detail-state svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
  }
  .detail-row h3 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 500;
  }
  .detail-row p {
    margin: 0;
    color: #211b17;
    font-size: 13px;
    line-height: 1.6;
  }
  .detail-state {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
  }
  .detail-state svg {
    width: 24px;
    height: 24px;
  }
  .detail-state.is-done {
    color: #218c3b;
    border: 1px solid currentColor;
  }
  .detail-state.is-pending {
    color: var(--copper);
  }
  .next-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .next-steps article {
    display: grid;
    gap: 12px;
    justify-items: center;
    padding: 0 20px;
    border-left: 1px solid #ddcdbf;
  }
  .next-steps article:first-child {
    border-left: 0;
  }
  .next-steps span {
    display: grid;
    width: 78px;
    height: 78px;
    place-items: center;
    color: #171411;
    background: #f4e8dd;
    border-radius: 50%;
  }
  .next-steps svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
  }
  .next-steps h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 900;
  }
  .next-steps p {
    margin: 0;
    color: #211b17;
    font-size: 12px;
    line-height: 1.7;
  }
  .next-button {
    display: flex;
    width: min(100%, 320px);
    margin: 0 auto;
  }
  .next-button::after {
    margin-left: 18px;
    font-size: 18px;
    content: ">";
  }
  .confirmation-summary {
    position: sticky;
    top: 118px;
    padding: 38px 32px 34px;
  }
  .confirmation-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    background: rgba(255, 250, 244, 0.38);
    border: 1px solid #dccabb;
  }
  .confirmation-services article {
    display: grid;
    gap: 12px;
    justify-items: center;
    padding: 32px 26px;
    text-align: center;
    border-left: 1px solid #dccabb;
  }
  .confirmation-services article:first-child {
    border-left: 0;
  }
  .confirmation-services svg {
    width: 36px;
    height: 36px;
    color: var(--copper);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }
  .confirmation-services h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  .confirmation-services p {
    max-width: 180px;
    margin: 0;
    color: #211b17;
    font-size: 12px;
    line-height: 1.7;
  }
  .product-summary {
    padding-top: 2px;
  }
  .product-summary > p:first-of-type {
    margin: 0 0 14px;
    color: var(--copper);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .product-summary h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 500;
    line-height: 1.03;
  }
  .product-summary > p:nth-of-type(2) {
    margin: 22px 0 14px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .product-summary > p:nth-of-type(3) {
    max-width: 520px;
    margin: 0;
    color: #302923;
    font-size: 14px;
    line-height: 1.75;
  }
  .product-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 34px 0 22px;
    padding: 0 0 24px;
    border-bottom: 1px solid #ddcdbf;
    list-style: none;
  }
  .product-icons li {
    display: grid;
    gap: 10px;
    justify-items: center;
    color: var(--copper);
    text-align: center;
  }
  .product-icons svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
  }
  .product-icons span {
    color: #171411;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .purchase-panel {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }
  .option-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
  }
  .option-label {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .size-options button, .quantity-control button, .quantity-control input {
    min-height: 40px;
    color: #211b17;
    background: transparent;
    border: 1px solid #dbc8b8;
    font-size: 12px;
  }
  .size-options button {
    min-width: 84px;
    cursor: pointer;
  }
  .size-options button.is-active, .size-options button:focus-visible {
    border-color: var(--copper);
    background: #fff8ef;
  }
  .quantity-control {
    display: inline-grid;
    grid-template-columns: 42px 54px 42px;
    width: max-content;
  }
  .quantity-control button {
    cursor: pointer;
  }
  .quantity-control input {
    width: 54px;
    border-right: 0;
    border-left: 0;
    text-align: center;
    appearance: textfield;
  }
  .quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
  }
  .product-summary > p:nth-of-type(4) {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 18px;
    color: #29231e;
    font-size: 13px;
  }
  .product-summary > p:nth-of-type(4) span {
    width: 9px;
    height: 9px;
    background: #3f9d48;
    border-radius: 50%;
  }
  .cart-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
  }
  .add-to-cart {
    width: min(100%, 370px);
  }
  .wishlist-button {
    flex: 0 0 auto;
    width: 56px;
    height: 49px;
  }
  .service-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #332b26;
    font-size: 13px;
    list-style: none;
  }
  .service-list li {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .service-list svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .product-info {
    --band-bg: var(--paper);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1280px;
    margin: 0 auto;
    padding: 58px 64px 68px;
  }
  .salt-story {
    max-width: 520px;
    padding-right: 64px;
  }
  .salt-story > p:first-of-type, .product-specs h2, .related-inner > .related-eyebrow {
    color: #171411;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .salt-story h2 {
    margin: 12px 0 20px;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.04;
  }
  .salt-story > p:not(:first-of-type) {
    margin: 0 0 18px;
    color: #2f2823;
    font-size: 14px;
    line-height: 1.75;
  }
  .outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    margin-top: 10px;
    padding: 0 22px;
    color: var(--copper);
    border: 1px solid #d8c3b3;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .outline-button::after {
    margin-left: 14px;
    content: ">";
  }
  .outline-button:hover, .outline-button:focus-visible {
    color: var(--copper-dark);
    border-color: var(--copper);
    transform: translateY(-1px);
  }
  .product-specs {
    padding-left: 64px;
    border-left: 1px solid var(--line);
  }
  .product-specs h2 {
    margin: 0 0 22px;
  }
  .product-specs dl {
    margin: 0;
  }
  .product-specs div {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 26px;
    padding: 12px 0;
    border-bottom: 1px solid #dfd0c3;
  }
  .product-specs dt, .product-specs dd {
    margin: 0;
    font-size: 13px;
  }
  .product-specs dt {
    font-weight: 800;
  }
  .product-specs dd {
    color: #3b332e;
  }
  .related {
    --band-bg: var(--paper);
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 80px;
    align-items: center;
    gap: 16px;
    padding: 52px 56px 64px;
    background: var(--band-bg);
    text-align: center;
  }
  .related-inner {
    min-width: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  .related-inner > .related-eyebrow {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
    padding-bottom: 14px;
  }
  .related-inner > .related-eyebrow::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 38px;
    height: 1px;
    background: var(--copper);
    content: "";
    transform: translateX(-50%);
  }
  .related-inner > h2 {
    margin: 0 0 30px;
    font-family: var(--font-heading);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 500;
    line-height: 1.05;
    text-transform: none;
  }
  .related .product-slider {
    margin-bottom: 0;
  }
  .product-card a {
    display: grid;
    justify-items: center;
    color: inherit;
  }
  .product-card .ibiza-product {
    filter: hue-rotate(128deg) saturate(0.72) brightness(1.08);
  }
  .split-section {
    --band-bg: var(--paper-strong);
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--band-bg);
  }
  .split-image {
    min-height: 390px;
    overflow: hidden;
  }
  .split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .craft .split-image img {
    object-position: center 42%;
  }
  .split-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 62px max(54px, calc((var(--site-canvas) - 1280px) / 2 + 54px)) 62px 64px;
  }
  @media (min-width: 861px) {
    .craft.split-section {
      grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    }
    .craft .split-copy {
      padding-top: 62px;
      padding-bottom: 62px;
    }
  }
  .about .split-copy {
    padding-right: 70px;
    padding-left: max(54px, calc((var(--site-canvas) - 1280px) / 2 + 54px));
  }
  .split-copy > .split-eyebrow {
    max-width: none;
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .craft .split-copy > .split-eyebrow {
    color: rgb(162, 83, 39);
    font-size: 18px;
    font-weight: 700;
  }
  .split-copy h2 {
    max-width: 520px;
    font-size: 38px;
  }
  .split-copy p {
    max-width: 480px;
    margin: 24px 0 0;
    color: #2d2724;
    font-size: 15px;
  }
  .benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 100%;
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
  }
  .benefits li {
    display: grid;
    gap: 14px;
    justify-items: center;
    color: var(--copper);
    text-align: center;
  }
  .benefits svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
  }
  .benefits span {
    color: rgb(162, 83, 39);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
  }
  .collection {
    --band-bg: radial-gradient(circle at 20% 12%, rgba(121, 207, 233, 0.12), transparent 18%),
    radial-gradient(circle at 76% 16%, rgba(215, 155, 195, 0.16), transparent 18%),
    var(--paper);
    position: relative;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 80px;
    align-items: center;
    gap: 16px;
    padding: 34px 56px 48px;
    background: var(--band-bg);
    text-align: center;
  }
  .collection-inner {
    min-width: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
  .collection-inner > h2 {
    padding-top: 20px;
    margin-bottom: 24px;
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
  }
  .product-slider {
    min-width: 0;
    width: 100%;
    margin: 14px 0 34px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
  }
  .product-slider:active {
    cursor: grabbing;
  }
  .product-slider:focus-visible {
    outline: 2px solid rgba(162, 83, 39, 0.48);
    outline-offset: 8px;
  }
  .product-grid {
    --slider-gap: 36px;
    --visible-cards: 4;
    display: flex;
    min-width: 0;
    gap: var(--slider-gap);
    margin: 0;
    transition: transform 320ms ease;
    will-change: transform;
  }
  .product-card {
    flex: 0 0 calc((100% - 108px) / 4);
    min-width: 0;
    padding: 6px 8px 0;
    text-align: center;
  }
  .product-card img {
    width: 170px;
    height: 172px;
    margin: 0 auto 14px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 180ms ease;
  }
  .product-card:hover img {
    transform: translateY(-5px);
  }
  .product-card h3, .limited h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.28;
  }
  .product-card p, .limited article p {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 900;
  }
  .product-card small, .limited small {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .round-control {
    display: grid;
    place-items: center;
    justify-self: center;
    width: 44px;
    height: 44px;
    color: var(--copper);
    background: #fffdf8;
    border: 1px solid #dfc5b5;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }
  .round-control:hover, .round-control:focus-visible {
    color: #fff;
    background: var(--copper);
    border-color: var(--copper);
    transform: translateY(-1px);
  }
  .round-control:disabled {
    cursor: default;
    opacity: 0.35;
    transform: none;
  }
  .round-control svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
  @media (prefers-reduced-motion: reduce) {
    .product-grid {
      transition: none;
    }
  }
  .limited {
    --band-bg: linear-gradient(120deg, var(--olive-dark), var(--olive));
    --limited-left-x: 0px;
    --limited-left-y: 0px;
    --limited-right-x: 0px;
    --limited-right-y: 0px;
    position: relative;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    overflow: hidden;
    padding-top: 70px;
    color: #fff8eb;
    background: var(--band-bg);
  }
  .limited::before, .limited::after {
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    opacity: 0.72;
    pointer-events: none;
    will-change: transform;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 78%);
    mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 78%);
  }
  .limited::before {
    top: auto;
    bottom: -160px;
    left: -112px;
    background-image: url("../img/limited-bg-tomatoes.png");
    transform: translate3d(var(--limited-left-x), var(--limited-left-y), 0);
  }
  .limited::after {
    right: -118px;
    bottom: -94px;
    background-image: url("../img/limited-bg-citrus-pepper.png");
    transform: translate3d(var(--limited-right-x), var(--limited-right-y), 0);
  }
  .limited-inner {
    position: relative;
    z-index: 1;
    max-width: 1150px;
    margin: 0 auto;
    padding: 26px 54px 42px;
    text-align: center;
  }
  .limited-inner > h2 {
    margin: 0;
    color: #fffdf2;
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
  }
  .limited-inner > p {
    max-width: 560px;
    margin: 10px auto 28px;
    color: rgba(255, 249, 239, 0.86);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }
  .limited-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 52px;
  }
  .limited article {
    min-width: 0;
  }
  .limited-card {
    display: grid;
    justify-items: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    color: inherit;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: transform 180ms ease;
  }
  .limited-card:hover, .limited-card:focus-visible {
    transform: translateY(-5px);
  }
  .limited-card:focus-visible {
    outline: 2px solid rgba(255, 253, 242, 0.8);
    outline-offset: 10px;
  }
  .limited img {
    width: 174px;
    height: 174px;
    margin: 0 auto 18px;
    object-fit: contain;
    border: 0;
    border-radius: 50%;
    filter: drop-shadow(0 18px 18px rgba(28, 26, 12, 0.26));
  }
  .limited h3 {
    color: #fffdf2;
    font-size: 17px;
  }
  .limited small, .limited article p {
    color: #fff9ef;
  }
  @media (min-width: 1600px) {
    .collection {
      grid-template-columns: 104px minmax(0, 1fr) 104px;
      padding-top: 46px;
      padding-bottom: 64px;
    }
    .collection-inner {
      max-width: 1280px;
    }
    .product-grid {
      --slider-gap: 52px;
    }
    .product-card {
      flex-basis: calc((100% - (var(--slider-gap) * 3)) / 4);
    }
    .product-card img {
      width: 220px;
      height: 224px;
      margin-bottom: 18px;
    }
    .product-card h3 {
      font-size: 21px;
    }
    .limited {
      padding-top: 86px;
    }
    .limited-inner {
      max-width: 1420px;
      padding-bottom: 58px;
    }
    .limited-grid {
      gap: 70px;
    }
    .limited img {
      width: 224px;
      height: 224px;
      margin-bottom: 22px;
    }
    .limited h3 {
      font-size: 22px;
    }
  }
  @media (min-width: 1921px) {
    .limited::before, .limited::after {
      width: clamp(480px, 22vw, 610px);
      height: clamp(660px, 30vw, 780px);
      opacity: 0.78;
    }
    .limited::before {
      bottom: -230px;
      left: -150px;
    }
    .limited::after {
      right: -168px;
      bottom: -148px;
    }
  }
  .about {
    grid-template-columns: 0.83fr 1.17fr;
  }
  .about .split-image {
    min-height: 380px;
  }
  .about h2 {
    font-size: 28px;
    text-transform: uppercase;
  }
  .press {
    --band-bg: var(--paper);
    padding: 46px 64px 58px;
    background: var(--band-bg);
    text-align: center;
  }
  .press-copy {
    max-width: 980px;
    margin: 0 auto;
  }
  .press h2 {
    margin: 10px 0 0;
    font-size: 28px;
    text-transform: uppercase;
  }
  .press-copy p {
    max-width: 920px;
    margin: 20px auto 0;
    color: #2c2521;
    font-size: 15px;
  }
  .quote-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 66px;
    max-width: 1120px;
    margin: 44px auto 0;
    text-align: left;
  }
  .quote-grid figure {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 22px;
    align-items: start;
    margin: 0;
  }
  .quote-grid img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(0.15);
  }
  .quote-grid blockquote {
    margin: 0;
    color: #352d27;
    font-size: 13px;
    font-style: italic;
    line-height: 1.55;
    quotes: "\201C" "\201D";
  }
  .quote-grid blockquote::before {
    content: open-quote;
  }
  .quote-grid blockquote::after {
    content: close-quote;
  }
  .quote-grid figcaption {
    grid-column: 2;
    color: var(--copper);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
  }
  .site-footer {
    --band-bg: #f7f1ea;
    position: relative;
    padding: 42px 64px 30px;
    background: var(--band-bg);
    box-shadow: 0 0 0 100vmax var(--band-bg);
    clip-path: inset(0 -100vmax);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr 0.65fr 0.85fr 1.35fr;
    gap: 46px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .site-footer h2 {
    margin: 0 0 18px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .site-footer p, .site-footer a, .footer-bottom, .newsletter input {
    color: #403833;
    font-size: 12px;
  }
  .site-footer p {
    max-width: 245px;
    margin: 0;
  }
  .site-footer nav {
    display: block;
  }
  .site-footer nav ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .site-footer a:hover, .site-footer a:focus-visible {
    color: var(--copper);
  }
  .newsletter {
    display: grid;
    grid-template-columns: 1fr 46px;
    max-width: 295px;
    min-height: 48px;
    margin-top: 14px;
    border: 1px solid #d8c3b3;
    background: #fffaf4;
  }
  .newsletter input {
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    background: transparent;
    border: 0;
    outline: 0;
  }
  .newsletter button {
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--copper);
    border: 0;
    cursor: pointer;
  }
  .newsletter button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }
  .socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .socials a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #18130f;
    border: 1px solid #d6c6ba;
    border-radius: 50%;
  }
  .socials svg {
    width: 18px;
    height: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 1200px;
    margin: 44px auto 0;
  }
  .payments {
    margin-left: auto;
    color: #16120f;
    font-weight: 900;
    text-transform: uppercase;
  }
  @media (min-width: 1600px) {
    .product-breadcrumbs, .product-detail, .cart-heading, .cart-layout, .checkout-page > main, .confirmation-page > main {
      max-width: var(--site-max-width);
      padding-right: 96px;
      padding-left: 96px;
    }
    .product-detail {
      grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
      gap: 96px;
      padding-bottom: 88px;
    }
    .product-summary {
      padding-top: 18px;
    }
    .product-summary > p:nth-of-type(3) {
      max-width: 640px;
    }
    .thumb-row {
      gap: 24px;
    }
    .product-info {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: var(--site-max-width);
      padding-right: 96px;
      padding-left: 96px;
    }
    .salt-story {
      max-width: 680px;
      padding-right: 96px;
    }
    .product-specs {
      padding-left: 96px;
    }
    .related {
      grid-template-columns: 112px minmax(0, 1fr) 112px;
      padding-right: 96px;
      padding-left: 96px;
    }
    .related-inner {
      max-width: 1500px;
    }
    .site-footer {
      padding: 58px 96px 38px;
    }
    .footer-grid {
      grid-template-columns: 1.45fr 0.72fr 0.72fr 0.92fr 1.55fr;
      gap: 72px;
      max-width: none;
    }
    .site-footer h2 {
      margin-bottom: 22px;
      font-size: 13px;
    }
    .site-footer p, .site-footer a, .footer-bottom, .newsletter input {
      font-size: 14px;
    }
    .site-footer p {
      max-width: 330px;
    }
    .site-footer nav {
      gap: 11px;
    }
    .newsletter {
      grid-template-columns: 1fr 58px;
      max-width: 410px;
      min-height: 58px;
    }
    .footer-bottom {
      max-width: none;
      margin-top: 56px;
    }
    .cart-layout {
      grid-template-columns: minmax(0, 1fr) 440px;
      gap: 72px;
    }
    .cart-table-head, .cart-row {
      grid-template-columns: minmax(320px, 1fr) 120px 152px 120px 28px;
      gap: 28px;
    }
    .cart-product {
      grid-template-columns: 132px minmax(0, 1fr);
    }
    .cart-product img {
      width: 118px;
      height: 140px;
    }
    .checkout-layout {
      grid-template-columns: minmax(0, 1fr) 460px;
      gap: 96px;
    }
    .checkout-summary, .cart-summary {
      padding-right: 38px;
      padding-left: 38px;
    }
    .confirmation-grid {
      grid-template-columns: minmax(0, 1fr) 520px;
      gap: 56px;
    }
  }
  @media (max-width: 1120px) {
    .nav-shell {
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      gap: 18px;
      min-height: 88px;
      padding: 10px 32px 18px;
    }
    .main-nav, .header-actions {
      flex-wrap: wrap;
    }
    .main-nav {
      justify-content: flex-start;
    }
    .header-actions {
      justify-content: flex-end;
    }
    .brand {
      min-width: 0;
    }
    .brand-logo {
      width: 184px;
    }
    .site-header.is-condensed .brand-logo {
      width: 142px;
    }
    .hero {
      --hero-fade: linear-gradient(90deg, rgba(251, 246, 239, 0.96) 0%, rgba(251, 246, 239, 0.78) 44%, rgba(251, 246, 239, 0.18) 76%);
      min-height: 560px;
    }
    .hero-media {
      object-position: 58% center;
    }
    .hero-copy {
      max-width: 560px;
      margin: 0;
      padding: 44px 32px 58px;
      text-align: left;
    }
    .hero-copy p {
      margin-right: 0;
      margin-left: 0;
    }
    .benefits {
      grid-template-columns: repeat(2, minmax(110px, 1fr));
    }
    .quote-grid {
      gap: 34px;
    }
    .quote-grid figure {
      grid-template-columns: 86px 1fr;
    }
    .quote-grid img {
      width: 86px;
      height: 86px;
    }
    .footer-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 860px) {
    body {
      font-size: 15px;
    }
    .site-header > p {
      padding-top: 8px;
    }
    .nav-shell {
      min-height: 0;
      gap: 14px;
      padding: 8px 22px 14px;
    }
    .main-nav, .header-actions {
      gap: 14px;
    }
    .main-nav a, .icon-link span {
      font-size: 10px;
    }
    .icon-link {
      gap: 5px;
    }
    .brand-mark {
      width: 36px;
      height: 36px;
      margin-bottom: 7px;
    }
    .brand-name {
      font-size: 29px;
    }
    .brand-origin {
      margin-top: 8px;
      font-size: 11px;
    }
    .brand-logo {
      width: 150px;
    }
    .site-header.is-condensed .brand-logo {
      width: 116px;
    }
    .hero h1 {
      font-size: 45px;
    }
    .split-section, .about {
      grid-template-columns: 1fr;
    }
    .craft .split-image {
      order: 2;
    }
    .split-copy, .about .split-copy {
      padding: 44px 26px;
    }
    .split-copy h2 {
      font-size: 33px;
    }
    .split-image, .about .split-image {
      min-height: 270px;
    }
    .collection {
      grid-template-columns: 44px minmax(0, 1fr) 44px;
      gap: 10px;
      padding: 32px 18px 42px;
    }
    .round-control {
      display: none;
    }
    .collection > .round-control {
      display: grid;
    }
    .product-grid, .limited-grid {
      grid-template-columns: repeat(2, minmax(150px, 1fr));
      gap: 30px 24px;
    }
    .product-grid {
      --slider-gap: 24px;
      --visible-cards: 2;
      display: flex;
      gap: var(--slider-gap);
    }
    .product-card {
      flex-basis: calc((100% - var(--slider-gap)) / 2);
    }
    .limited-inner {
      padding: 30px 24px 44px;
    }
    .press {
      padding: 42px 26px 48px;
    }
    .quote-grid {
      grid-template-columns: 1fr;
      max-width: 560px;
    }
    .site-footer {
      padding: 38px 26px 28px;
    }
    .footer-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .payments {
      width: 100%;
      margin-left: 0;
    }
  }
  @media (max-width: 560px) {
    body.menu-open {
      overflow: hidden;
    }
    .nav-shell {
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      gap: 12px;
      padding: 8px 16px 12px;
    }
    .menu-toggle {
      display: inline-flex;
      position: relative;
      z-index: 92;
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
    }
    .site-header.is-menu-open, .site-header.is-menu-closing {
      z-index: 80;
    }
    .main-nav {
      display: flex;
      position: fixed;
      inset: 0;
      z-index: 70;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: clamp(22px, 5vh, 36px);
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      padding: 132px 28px 144px;
      border-top: 0;
      background: radial-gradient(circle at 18% 20%, rgba(162, 83, 39, 0.12), transparent 28%), radial-gradient(circle at 84% 82%, rgba(212, 161, 69, 0.18), transparent 30%), rgba(250, 246, 239, 0.97);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-14px) scale(1.012);
      transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
      visibility: hidden;
    }
    .site-header.is-menu-open .main-nav {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
      transition-delay: 0s;
      visibility: visible;
    }
    .site-header.is-menu-closing .main-nav {
      opacity: 0;
      pointer-events: none;
      transform: translateY(6px) scale(0.998);
      transition: opacity 620ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 720ms;
      visibility: visible;
    }
    .main-nav a {
      padding: 0;
      color: var(--ink);
      border-bottom: 0;
      font-family: var(--font-heading);
      font-size: clamp(38px, 11vw, 58px);
      font-weight: 600;
      line-height: 0.95;
      opacity: 0;
      text-align: center;
      text-transform: none;
      transform: translateY(18px);
      transition: opacity 260ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .site-header.is-menu-open .main-nav a {
      opacity: 1;
      transform: translateY(0);
    }
    .site-header.is-menu-closing .main-nav a {
      opacity: 0;
      transform: translateY(-8px);
      transition: opacity 440ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .site-header.is-menu-open .main-nav li:nth-child(1) a {
      transition-delay: 70ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(2) a {
      transition-delay: 110ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(3) a {
      transition-delay: 150ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(4) a {
      transition-delay: 190ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(1) a {
      transition-delay: 0s;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(2) a {
      transition-delay: 20ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(3) a {
      transition-delay: 40ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(4) a {
      transition-delay: 60ms;
    }
    .main-nav a::after {
      display: none;
    }
    .brand {
      position: relative;
      z-index: 92;
      grid-column: 2;
      grid-row: 1;
    }
    .header-actions {
      position: fixed;
      right: 28px;
      bottom: max(34px, env(safe-area-inset-bottom));
      left: 28px;
      z-index: 92;
      grid-column: 3;
      grid-row: 1;
      display: flex;
      justify-content: center;
      gap: 18px;
      width: auto;
      opacity: 0;
      pointer-events: none;
      transform: translateY(14px);
      transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
      visibility: hidden;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto;
      grid-column: 3;
      grid-row: 1;
      justify-content: flex-end;
      justify-self: end;
      gap: 0;
      width: auto;
      opacity: 1;
      pointer-events: auto;
      transform: none;
      visibility: visible;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions .icon-link {
      display: none;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions .icon-link[href="winkelwagen.html"] {
      display: inline-flex;
      width: 42px;
      min-height: 42px;
    }
    .site-header.is-menu-open .header-actions {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      transition-delay: 160ms, 160ms, 0s;
      visibility: visible;
    }
    .site-header.is-menu-closing .header-actions {
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 480ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 620ms;
      visibility: visible;
    }
    .site-header.is-menu-open .header-actions .icon-link, .site-header.is-menu-closing .header-actions .icon-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border: 1px solid rgba(162, 83, 39, 0.24);
      border-radius: 999px;
      background: rgba(255, 252, 247, 0.72);
      box-shadow: 0 12px 30px rgba(33, 27, 23, 0.08);
    }
    .icon-link span {
      display: none;
    }
    .icon-link svg {
      width: 22px;
      height: 22px;
    }
    @media (prefers-reduced-motion: reduce) {
      .main-nav, .main-nav a, .header-actions {
        transition: none;
      }
    }
    .brand-logo {
      width: 136px;
    }
    .site-header.is-condensed .brand-logo {
      width: 108px;
    }
    .hero-copy {
      padding-right: 22px;
      padding-left: 22px;
    }
    .hero h1 {
      font-size: 38px;
    }
    .hero-copy p {
      font-size: 14px;
    }
    .button {
      width: 100%;
      max-width: 300px;
    }
    .benefits, .product-grid, .limited-grid {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px 22px;
    }
    .footer-grid > :first-child, .footer-grid > nav[aria-label="Klantenservice"], .footer-grid > :last-child {
      grid-column: 1 / -1;
    }
    .collection {
      grid-template-columns: 38px minmax(0, 1fr) 38px;
      gap: 8px;
      padding-right: 10px;
      padding-left: 10px;
    }
    .round-control {
      width: 38px;
      height: 38px;
    }
    .product-grid {
      --visible-cards: 1;
    }
    .product-card {
      flex-basis: 100%;
    }
    .benefits {
      gap: 18px;
    }
    .product-card img {
      width: 170px;
      height: 176px;
    }
    .limited img {
      width: 168px;
      height: 168px;
    }
    .quote-grid figure {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .quote-grid img {
      margin: 0 auto;
    }
    .quote-grid figcaption {
      grid-column: auto;
    }
    .newsletter {
      max-width: none;
    }
  }
  @media (max-width: 380px) {
    .nav-shell {
      gap: 10px;
      padding-right: 14px;
      padding-left: 14px;
    }
    .brand-logo {
      width: 118px;
    }
    .site-header.is-condensed .brand-logo {
      width: 96px;
    }
    .header-actions {
      gap: 10px;
    }
    .icon-link svg {
      width: 20px;
      height: 20px;
    }
  }
  @media (max-width: 1120px) {
    .home-hero {
      --home-hero-gradient: linear-gradient(90deg, rgba(251, 246, 239, 0.96) 0%, rgba(251, 246, 239, 0.78) 44%, rgba(251, 246, 239, 0.18) 76%);
      --home-hero-media-position: 58% center;
      min-height: 560px;
    }
    .home-hero-video {
      object-position: 58% center;
    }
    .home-hero-copy {
      max-width: 480px;
      margin-left: 0;
      padding: 54px 32px 66px;
    }
    .choice-grid {
      gap: 42px;
    }
    .home-story-copy, .home-inspiration-copy {
      padding-right: 38px;
      padding-left: 38px;
    }
    .shop-layout {
      grid-template-columns: 210px minmax(0, 1fr);
      gap: 30px;
      padding-right: 32px;
      padding-left: 32px;
    }
    .shop-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .shop-card img {
      width: 138px;
    }
    .product-breadcrumbs {
      padding-right: 32px;
      padding-left: 32px;
    }
    .product-detail {
      grid-template-columns: minmax(0, 1fr) minmax(330px, 0.92fr);
      gap: 38px;
      padding-right: 32px;
      padding-left: 32px;
    }
    .product-info {
      padding-right: 32px;
      padding-left: 32px;
    }
    .salt-story {
      padding-right: 42px;
    }
    .product-specs {
      padding-left: 42px;
    }
    .related {
      padding-right: 32px;
      padding-left: 32px;
    }
  }
  @media (max-width: 860px) {
    .home-story, .home-inspiration {
      grid-template-columns: 1fr;
    }
    .home-hero {
      --home-hero-gradient: linear-gradient(90deg, rgba(251, 246, 239, 0.96) 0%, rgba(251, 246, 239, 0.78) 44%, rgba(251, 246, 239, 0.18) 76%);
      --home-hero-media-position: 58% center;
      min-height: 560px;
    }
    .home-hero-copy {
      max-width: 460px;
      padding: 48px 28px 60px;
    }
    .home-hero h1 {
      font-size: 46px;
    }
    .home-choice {
      padding: 44px 26px 42px;
    }
    .choice-grid {
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .home-story-image, .home-inspiration-image {
      min-height: 300px;
    }
    .home-benefits {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding: 26px 24px;
    }
    .home-benefits li:nth-child(odd) {
      border-left: 0;
    }
    .shop-hero {
      min-height: 300px;
    }
    .shop-hero::after {
      background: linear-gradient(90deg, rgba(251, 246, 239, 0.98) 0%, rgba(251, 246, 239, 0.85) 58%, rgba(251, 246, 239, 0.28) 100%);
    }
    .shop-hero-media {
      object-position: 70% center;
    }
    .shop-hero-copy {
      margin-left: 0;
      padding: 46px 28px;
    }
    .shop-hero h1 {
      font-size: 42px;
    }
    .shop-layout {
      grid-template-columns: 1fr;
      padding: 34px 24px 58px;
    }
    .filter-panel {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }
    .breadcrumbs, .filter-heading, .filter-note {
      grid-column: 1 / -1;
    }
    .filter-group {
      padding: 18px 0;
    }
    .results-toolbar {
      align-items: center;
      flex-direction: row;
      gap: 16px;
    }
    .results-toolbar label {
      margin-left: auto;
      white-space: nowrap;
    }
    .shop-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-breadcrumbs {
      flex-wrap: wrap;
      padding: 26px 24px 18px;
    }
    .product-detail {
      grid-template-columns: 1fr;
      padding: 0 24px 54px;
    }
    .product-summary h1 {
      font-size: 42px;
    }
    .product-info {
      grid-template-columns: 1fr;
      gap: 44px;
      padding: 46px 24px 54px;
    }
    .salt-story {
      max-width: none;
      padding-right: 0;
    }
    .product-specs {
      padding-left: 0;
      border-left: 0;
    }
    .related {
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
      padding: 42px 18px 52px;
    }
    .related-inner {
      grid-column: 1 / -1;
    }
    .photo-lightbox {
      grid-template-columns: 52px minmax(0, 1fr) 52px;
      gap: 12px;
      padding: 64px 22px 22px;
    }
    .lightbox-figure {
      max-height: calc(100vh - 168px);
    }
    .lightbox-figure img {
      max-height: calc(100vh - 218px);
    }
    .lightbox-thumb {
      width: 74px;
      height: 54px;
    }
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 92;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .site-header.is-menu-open, .site-header.is-menu-closing {
    z-index: 80;
  }
  .main-nav {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 70;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4vh, 42px);
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 142px clamp(28px, 7vw, 86px) 150px;
    border-top: 0;
    background: radial-gradient(circle at 18% 20%, rgba(162, 83, 39, 0.12), transparent 28%), radial-gradient(circle at 84% 82%, rgba(212, 161, 69, 0.18), transparent 30%), rgba(250, 246, 239, 0.97);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scale(1.012);
    transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
    visibility: hidden;
  }
  .main-nav ul {
    flex-direction: column;
    justify-content: center;
    width: min(100%, 920px);
  }
  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
    visibility: visible;
  }
  .site-header.is-menu-closing .main-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px) scale(0.998);
    transition: opacity 620ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 720ms;
    visibility: visible;
  }
  .main-nav a {
    padding: 0;
    color: var(--ink);
    border-bottom: 0;
    font-family: var(--font-heading);
    font-size: clamp(42px, 6vw, 68px);
    font-weight: 600;
    line-height: 0.96;
    opacity: 0;
    text-align: center;
    text-transform: none;
    transform: translateY(18px);
    transition: opacity 260ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-header.is-menu-open .main-nav a {
    opacity: 1;
    transform: translateY(0);
  }
  .site-header.is-menu-closing .main-nav a {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 440ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-header.is-menu-open .main-nav li:nth-child(1) a {
    transition-delay: 70ms;
  }
  .site-header.is-menu-open .main-nav li:nth-child(2) a {
    transition-delay: 110ms;
  }
  .site-header.is-menu-open .main-nav li:nth-child(3) a {
    transition-delay: 150ms;
  }
  .site-header.is-menu-open .main-nav li:nth-child(4) a {
    transition-delay: 190ms;
  }
  .site-header.is-menu-closing .main-nav li:nth-child(1) a {
    transition-delay: 0s;
  }
  .site-header.is-menu-closing .main-nav li:nth-child(2) a {
    transition-delay: 20ms;
  }
  .site-header.is-menu-closing .main-nav li:nth-child(3) a {
    transition-delay: 40ms;
  }
  .site-header.is-menu-closing .main-nav li:nth-child(4) a {
    transition-delay: 60ms;
  }
  .main-nav a::after {
    display: none;
  }
  .brand {
    position: relative;
    z-index: 92;
    grid-column: 2;
    grid-row: 1;
  }
  .header-actions {
    position: fixed;
    right: 28px;
    bottom: max(34px, env(safe-area-inset-bottom));
    left: 28px;
    z-index: 92;
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: center;
    gap: 18px;
    width: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
    visibility: hidden;
  }
  .site-header.is-menu-open .header-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 160ms, 160ms, 0s;
    visibility: visible;
  }
  .site-header.is-menu-closing .header-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 480ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 620ms;
    visibility: visible;
  }
  .site-header.is-menu-open .header-actions .icon-link, .site-header.is-menu-closing .header-actions .icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(162, 83, 39, 0.24);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.72);
    box-shadow: 0 12px 30px rgba(33, 27, 23, 0.08);
  }
  .icon-link span {
    display: none;
  }
  .icon-link svg {
    width: 22px;
    height: 22px;
  }
  @media (min-width: 1025px) {
    .menu-toggle {
      width: 54px;
      height: 54px;
    }
    .menu-toggle span {
      width: 30px;
      height: 2.5px;
    }
    .menu-toggle span:first-child {
      transform: translateY(-9px);
    }
    .menu-toggle span:last-child {
      transform: translateY(9px);
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto;
      grid-column: 3;
      grid-row: 1;
      justify-content: flex-end;
      justify-self: end;
      gap: 22px;
      width: auto;
      opacity: 1;
      pointer-events: auto;
      transform: none;
      visibility: visible;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .icon-link {
      width: 48px;
      min-height: 48px;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .icon-link svg {
      width: 26px;
      height: 26px;
    }
  }
  @media (max-width: 1023.98px) {
    body.menu-open {
      overflow: hidden;
    }
    .menu-toggle {
      display: inline-flex;
      position: relative;
      z-index: 92;
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
    }
    .site-header.is-menu-open, .site-header.is-menu-closing {
      z-index: 80;
    }
    .main-nav {
      display: flex;
      position: fixed;
      inset: 0;
      z-index: 70;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: clamp(24px, 4vh, 42px);
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      padding: 142px clamp(28px, 7vw, 86px) 150px;
      border-top: 0;
      background: radial-gradient(circle at 18% 20%, rgba(162, 83, 39, 0.12), transparent 28%), radial-gradient(circle at 84% 82%, rgba(212, 161, 69, 0.18), transparent 30%), rgba(250, 246, 239, 0.97);
      backdrop-filter: blur(12px);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-14px) scale(1.012);
      transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
      visibility: hidden;
    }
    .site-header.is-menu-open .main-nav {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
      transition-delay: 0s;
      visibility: visible;
    }
    .site-header.is-menu-closing .main-nav {
      opacity: 0;
      pointer-events: none;
      transform: translateY(6px) scale(0.998);
      transition: opacity 620ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 720ms;
      visibility: visible;
    }
    .main-nav a {
      padding: 0;
      color: var(--ink);
      border-bottom: 0;
      font-family: var(--font-heading);
      font-size: clamp(42px, 6vw, 68px);
      font-weight: 600;
      line-height: 0.96;
      opacity: 0;
      text-align: center;
      text-transform: none;
      transform: translateY(18px);
      transition: opacity 260ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .site-header.is-menu-open .main-nav a {
      opacity: 1;
      transform: translateY(0);
    }
    .site-header.is-menu-closing .main-nav a {
      opacity: 0;
      transform: translateY(-8px);
      transition: opacity 440ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
    }
    .site-header.is-menu-open .main-nav li:nth-child(1) a {
      transition-delay: 70ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(2) a {
      transition-delay: 110ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(3) a {
      transition-delay: 150ms;
    }
    .site-header.is-menu-open .main-nav li:nth-child(4) a {
      transition-delay: 190ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(1) a {
      transition-delay: 0s;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(2) a {
      transition-delay: 20ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(3) a {
      transition-delay: 40ms;
    }
    .site-header.is-menu-closing .main-nav li:nth-child(4) a {
      transition-delay: 60ms;
    }
    .main-nav a::after {
      display: none;
    }
    .brand {
      position: relative;
      z-index: 92;
      grid-column: 2;
      grid-row: 1;
    }
    .header-actions {
      position: fixed;
      right: 28px;
      bottom: max(34px, env(safe-area-inset-bottom));
      left: 28px;
      z-index: 92;
      grid-column: 3;
      grid-row: 1;
      display: flex;
      justify-content: center;
      gap: 18px;
      width: auto;
      opacity: 0;
      pointer-events: none;
      transform: translateY(14px);
      transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
      visibility: hidden;
    }
    .site-header.is-menu-open .header-actions {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
      transition-delay: 160ms, 160ms, 0s;
      visibility: visible;
    }
    .site-header.is-menu-closing .header-actions {
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 480ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 620ms;
      visibility: visible;
    }
    .site-header.is-menu-open .header-actions .icon-link, .site-header.is-menu-closing .header-actions .icon-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border: 1px solid rgba(162, 83, 39, 0.24);
      border-radius: 999px;
      background: rgba(255, 252, 247, 0.72);
      box-shadow: 0 12px 30px rgba(33, 27, 23, 0.08);
    }
    .icon-link span {
      display: none;
    }
    .icon-link svg {
      width: 22px;
      height: 22px;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto;
      grid-column: 3;
      grid-row: 1;
      justify-content: flex-end;
      justify-self: end;
      gap: 0;
      width: auto;
      opacity: 1;
      pointer-events: auto;
      transform: none;
      visibility: visible;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions .icon-link {
      display: none;
    }
    .site-header:not(.is-menu-open):not(.is-menu-closing) .header-actions .icon-link[href="winkelwagen.html"] {
      display: inline-flex;
      width: 42px;
      min-height: 42px;
    }
    .shop-layout {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 42px 32px 66px;
    }
    .mobile-filter-breadcrumbs {
      display: flex;
      margin-bottom: 0;
    }
    .filter-panel > .breadcrumbs {
      display: none;
    }
    .filter-panel .filter-note {
      display: none;
    }
    .mobile-shop-note {
      display: block;
      width: min(100%, 520px);
      margin: 34px auto 0;
    }
    .filter-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-height: 50px;
      padding: 0 18px;
      color: var(--ink);
      background: #fffaf4;
      border: 1px solid #d9c6b5;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .filter-toggle svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: var(--copper);
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 2;
      transition: transform 220ms ease;
    }
    .filter-toggle[aria-expanded="true"] svg {
      transform: rotate(180deg);
    }
    .filter-panel {
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-6px);
      transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .filter-panel.is-open {
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce) {
      .main-nav, .main-nav a, .header-actions, .filter-panel {
        transition: none;
      }
    }
  }
  @media (max-width: 560px) {
    .home-hero {
      --home-hero-gradient: linear-gradient(90deg, rgba(251, 246, 239, 0.96) 0%, rgba(251, 246, 239, 0.78) 44%, rgba(251, 246, 239, 0.18) 76%);
      --home-hero-media-position: 58% center;
      min-height: 520px;
    }
    .home-hero h1 {
      font-size: 39px;
    }
    .home-choice > h2, .choice-card h3 {
      font-size: 27px;
    }
    .home-story-copy h2, .home-inspiration-copy h2 {
      font-size: 32px;
    }
    .home-benefits {
      grid-template-columns: 1fr;
    }
    .home-benefits li, .home-benefits li:nth-child(odd) {
      border-left: 0;
      border-top: 1px solid var(--line);
    }
    .home-benefits li:first-child {
      border-top: 0;
    }
    .shop-hero {
      min-height: 270px;
    }
    .shop-hero::after {
      background: linear-gradient(90deg, rgba(251, 246, 239, 0.98) 0%, rgba(251, 246, 239, 0.9) 100%);
    }
    .shop-hero-media {
      object-position: 74% center;
    }
    .shop-hero h1 {
      font-size: 36px;
    }
    .shop-layout {
      padding: 34px 16px 58px;
    }
    .mobile-filter-breadcrumbs {
      display: flex;
      margin-bottom: 0;
    }
    .filter-panel > .breadcrumbs {
      display: none;
    }
    .filter-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-height: 50px;
      padding: 0 18px;
      color: var(--ink);
      background: #fffaf4;
      border: 1px solid #d9c6b5;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .filter-toggle svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: var(--copper);
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 2;
      transition: transform 220ms ease;
    }
    .filter-toggle[aria-expanded="true"] svg {
      transform: rotate(180deg);
    }
    .filter-panel {
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-6px);
      transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .filter-panel.is-open {
      opacity: 1;
      transform: translateY(0);
    }
    .shop-grid {
      grid-template-columns: 1fr;
    }
    .shop-card a {
      padding: 24px 16px 22px;
    }
    .shop-card h3 {
      min-height: 0;
    }
    .load-more {
      width: 100%;
    }
    .results-toolbar {
      align-items: stretch;
      flex-direction: column;
      gap: 12px;
    }
    .results-toolbar h2 {
      align-self: flex-start;
      font-size: 17px;
    }
    .results-toolbar label {
      justify-content: flex-end;
      width: 100%;
      margin-left: 0;
      gap: 8px;
      font-size: 11px;
      white-space: nowrap;
    }
    .results-toolbar select {
      width: auto;
      min-width: 132px;
      max-width: 44vw;
      padding-right: 28px;
      padding-left: 10px;
    }
    .product-detail {
      padding-right: 16px;
      padding-left: 16px;
    }
    .product-main-image {
      aspect-ratio: 0.95;
    }
    .thumb-row, .product-icons {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-summary h1 {
      font-size: 36px;
    }
    .option-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .size-options button {
      flex: 1 1 88px;
    }
    .cart-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .cart-actions .add-to-cart {
      width: 100%;
      max-width: none;
    }
    .product-info {
      padding-right: 16px;
      padding-left: 16px;
    }
    .salt-story h2 {
      font-size: 31px;
    }
    .product-specs div {
      grid-template-columns: 1fr;
      gap: 5px;
    }
    .related {
      grid-template-columns: 38px minmax(0, 1fr) 38px;
      gap: 8px;
      padding-right: 10px;
      padding-left: 10px;
    }
    .related > .round-control {
      display: grid;
    }
    .related-inner {
      grid-column: 2;
    }
    .photo-lightbox {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: minmax(0, 1fr) auto auto;
      padding: 70px 16px 18px;
    }
    .lightbox-figure {
      grid-column: 1 / -1;
      max-height: calc(100vh - 190px);
    }
    .lightbox-figure img {
      max-height: calc(100vh - 238px);
    }
    .lightbox-prev, .lightbox-next {
      grid-row: 2;
    }
    .lightbox-prev {
      grid-column: 1;
    }
    .lightbox-next {
      grid-column: 2;
    }
    .lightbox-thumbs {
      grid-row: 3;
      overflow-x: auto;
      justify-content: flex-start;
      padding-bottom: 2px;
    }
  }
  @media (max-width: 1120px) {
    .cart-heading {
      padding-right: 32px;
      padding-left: 32px;
    }
    .cart-layout {
      grid-template-columns: minmax(0, 1fr) 320px;
      gap: 28px;
      padding-right: 32px;
      padding-left: 32px;
    }
    .cart-table-head, .cart-row {
      grid-template-columns: minmax(230px, 1fr) 78px 126px 88px 22px;
      gap: 14px;
    }
    .cart-product {
      grid-template-columns: 86px minmax(0, 1fr);
      gap: 20px;
    }
    .cart-product img {
      width: 82px;
      height: 104px;
    }
    .cart-product strong {
      font-size: 22px;
    }
    .cart-summary {
      padding: 34px 24px;
    }
    .checkout-page > main {
      padding-right: 32px;
      padding-left: 32px;
    }
    .checkout-layout {
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 38px;
    }
    .checkout-order-item {
      grid-template-columns: 62px minmax(0, 1fr);
    }
    .checkout-order-item strong {
      grid-column: 2;
      align-self: auto;
      padding-bottom: 0;
    }
  }
  @media (max-width: 900px) {
    .coming-soon-page {
      overflow-y: auto;
    }
    .coming-soon-page > main {
      height: auto;
      min-height: 100svh;
      background-position: center bottom;
    }
    .coming-content {
      min-height: 100svh;
      height: auto;
      padding-top: 72px;
      padding-bottom: 78px;
    }
    .coming-logo {
      margin-bottom: 70px;
    }
    .cart-layout {
      grid-template-columns: 1fr;
    }
    .cart-summary {
      position: static;
    }
    .gift-strip {
      grid-template-columns: 1fr;
      gap: 26px;
      justify-items: center;
      padding-right: 32px;
      padding-left: 32px;
      text-align: center;
    }
    .gift-copy {
      justify-self: center;
      margin-right: 0;
    }
    .gift-box-visual {
      justify-self: center;
    }
    .checkout-layout {
      grid-template-columns: 1fr;
    }
    .checkout-summary {
      order: -1;
    }
    .confirmation-page > main {
      padding-right: 32px;
      padding-left: 32px;
    }
    .confirmation-grid {
      grid-template-columns: 1fr;
    }
    .confirmation-summary {
      position: static;
      order: -1;
    }
    .confirmation-services {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .confirmation-services article:nth-child(odd) {
      border-left: 0;
    }
    .confirmation-services article:nth-child(n + 3) {
      border-top: 1px solid #dccabb;
    }
    .payment-method-body {
      grid-template-columns: 116px minmax(0, 1fr);
      padding: 34px 28px 26px;
    }
    .bank-section {
      padding-right: 28px;
      padding-left: 28px;
    }
    .bank-option {
      padding-right: 16px;
      padding-left: 16px;
    }
  }
  @media (max-width: 680px) {
    .coming-content {
      padding: 48px 18px 62px;
    }
    .coming-logo {
      margin-bottom: 48px;
    }
    .coming-logo img {
      width: min(76vw, 290px);
    }
    .coming-copy h1 {
      font-size: clamp(47px, 15vw, 70px);
    }
    .coming-copy p {
      font-size: 15px;
    }
    .coming-rule {
      margin-top: 28px;
      margin-bottom: 28px;
    }
    .coming-seal {
      margin-top: 34px;
    }
    .cart-heading {
      padding: 38px 20px 18px;
    }
    .cart-heading h1 {
      font-size: 40px;
    }
    .cart-layout {
      padding-right: 16px;
      padding-left: 16px;
    }
    .cart-table-head {
      display: none;
    }
    .cart-row {
      position: relative;
      grid-template-columns: 1fr;
      gap: 16px 12px;
      padding: 24px 0 26px;
    }
    .cart-product {
      grid-column: 1;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 18px;
      padding-right: 34px;
    }
    .cart-product img {
      width: 74px;
      height: 92px;
    }
    .cart-product strong {
      font-size: 23px;
    }
    .cart-product small {
      margin-top: 8px;
    }
    .cart-row > p, .cart-row .quantity-control, .cart-row > [data-line-total] {
      grid-column: auto;
    }
    .cart-row > p:first-of-type::before, .cart-row > [data-line-total]::before, .cart-row .quantity-control::before {
      display: block;
      margin-bottom: 7px;
      color: #6b625c;
      font-size: 10px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
    }
    .cart-row > p:first-of-type::before {
      content: "Prijs";
    }
    .cart-row .quantity-control::before {
      grid-column: 1 / -1;
      justify-self: start;
      content: "Aantal";
    }
    .cart-row > [data-line-total]::before {
      content: "Totaal";
    }
    .cart-row > p, .cart-row > [data-line-total] {
      font-size: 14px;
    }
    .cart-row .quantity-control {
      width: 100%;
      justify-self: stretch;
      justify-content: center;
    }
    .cart-row .quantity-control button, .cart-row .quantity-control input {
      min-width: 0;
    }
    .cart-row .quantity-control button {
      width: 34px;
    }
    .cart-row .quantity-control input {
      width: 42px;
    }
    .cart-row > p:first-of-type {
      grid-column: 1;
      grid-row: 2;
    }
    .cart-row .quantity-control {
      grid-column: 2;
      grid-row: 2;
    }
    .cart-row > [data-line-total] {
      grid-column: 3;
      grid-row: 2;
      justify-self: end;
      text-align: right;
    }
    .cart-row {
      grid-template-columns: minmax(58px, 0.7fr) minmax(108px, 1fr) minmax(62px, 0.75fr);
      align-items: end;
    }
    .cart-product {
      grid-column: 1 / -1;
    }
    .remove-item {
      position: absolute;
      top: 24px;
      right: 0;
      width: 32px;
      height: 32px;
      color: var(--copper);
      background: rgba(255, 250, 244, 0.74);
      border: 1px solid #ddcdbf;
      border-radius: 50%;
      font-size: 18px;
    }
    .cart-summary {
      padding: 30px 20px;
    }
    .cart-summary .checkout-button {
      display: flex;
      width: 100%;
      max-width: none;
    }
    .coupon-form div {
      grid-template-columns: 1fr;
    }
    .coupon-form input {
      min-height: 42px;
      border-right: 1px solid #d9c6b5;
      border-bottom: 0;
    }
    .coupon-form button {
      min-height: 42px;
    }
    .gift-strip {
      padding-right: 20px;
      padding-left: 20px;
    }
    .checkout-page > main {
      padding: 34px 20px 46px;
    }
    .checkout-steps {
      gap: 8px;
      margin-bottom: 24px;
      font-size: 11px;
    }
    .checkout-intro h1 {
      font-size: 38px;
    }
    .form-grid {
      grid-template-columns: 1fr;
    }
    .checkout-actions {
      align-items: stretch;
      flex-direction: column-reverse;
    }
    .checkout-submit {
      width: 100%;
      max-width: none;
    }
    .checkout-order-item {
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 14px;
    }
    .payment-method-header {
      padding-right: 20px;
      padding-left: 20px;
    }
    .payment-method-body {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 28px 20px 22px;
    }
    .bank-section {
      padding-right: 20px;
      padding-left: 20px;
    }
    .bank-grid {
      grid-template-columns: 1fr;
    }
    .bank-option-offset {
      grid-column: auto;
    }
    .credit-card-row {
      align-items: flex-start;
      flex-direction: column;
      padding: 18px 20px;
    }
    .payment-actions > div {
      width: 100%;
      justify-items: stretch;
    }
    .payment-submit {
      width: 100%;
    }
    .confirmation-page > main {
      padding: 42px 20px 34px;
    }
    .confirmation-hero {
      margin-bottom: 34px;
    }
    .success-mark {
      width: 70px;
      height: 70px;
    }
    .confirmation-hero h1 {
      font-size: 38px;
    }
    .confirmation-card, .confirmation-summary {
      padding: 28px 20px;
    }
    .detail-row {
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 14px;
    }
    .detail-state {
      grid-column: 2;
      justify-self: start;
    }
    .next-steps {
      grid-template-columns: 1fr;
    }
    .next-steps article {
      padding: 24px 0 0;
      border-top: 1px solid #ddcdbf;
      border-left: 0;
    }
    .next-steps article:first-child {
      padding-top: 0;
      border-top: 0;
    }
    .confirmation-services {
      grid-template-columns: 1fr;
    }
    .confirmation-services article, .confirmation-services article:nth-child(odd) {
      border-top: 1px solid #dccabb;
      border-left: 0;
    }
    .confirmation-services article:first-child {
      border-top: 0;
    }
  }
}
@layer components {
  html {
    overflow-x: hidden;
  }
  :root {
    --hm-shell: #faf4ea;
    --hm-sand: #f1e7d4;
    --hm-dune: #e3d5bb;
    --hm-ink: #1b2f33;
    --hm-ink-soft: #47595c;
    --hm-sea: #135059;
    --hm-sea-deep: #0d3d45;
    --hm-lagoon: #3fa7b0;
    --hm-cobalt: #1e4e8f;
    --hm-cobalt-deep: #173e73;
    --hm-terra: #c2622d;
    --hm-terra-deep: #a34e1f;
    --hm-sun: #e2a63b;
    --hm-rose: #e8c9c4;
    --hm-espresso: #261c14;
    --hm-espresso-soft: #322419;
    --hm-display: "Fraunces", "Cormorant Garamond", Georgia, serif;
    --hm-body: "Karla", Avenir, "Helvetica Neue", Arial, sans-serif;
    --hm-radius: 1.25rem;
    --hm-shadow-soft: 0 18px 45px -18px rgba(27, 47, 51, 0.28);
    --hm-shadow-card: 0 10px 30px -12px rgba(27, 47, 51, 0.18);
    --hm-gutter: clamp(1.25rem, 4vw, 4rem);
    --hm-max: 82rem;
  }
  .hm-page {
    overflow-x: clip;
    background: var(--hm-shell);
    color: var(--hm-ink);
    font-family: var(--hm-body);
    font-size: 1.0625rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  .hm-page ::selection {
    background: var(--hm-sun);
    color: var(--hm-ink);
  }
  .hm-wrap {
    width: min(100% - 2 * var(--hm-gutter), var(--hm-max));
    margin-inline: auto;
  }
  .hm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--hm-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-terra);
  }
  .hm-eyebrow::before {
    content: "";
    width: 1.75rem;
    height: 1.5px;
    background: currentColor;
    opacity: 0.7;
  }
  .hm-ruled > .hm-wrap, .hm-ruled > .hm-faq__wrap {
    border-top: 1px solid rgba(27, 47, 51, 0.14);
    padding-top: clamp(2.4rem, 4.5vw, 3.6rem);
  }
  .hm-dropcap::first-letter {
    font-family: var(--hm-display);
    font-weight: 550;
    font-size: 3.15em;
    line-height: 0.78;
    float: left;
    padding: 0.08em 0.14em 0 0;
    color: var(--hm-terra);
  }
  .hm-h1, .hm-h2, h1, h2 {
    font-family: var(--hm-display);
    font-weight: 480;
    font-variation-settings: "SOFT" 70, "WONK" 0;
    line-height: 1.04;
    letter-spacing: -0.015em;
    text-wrap: balance;
    margin: 0;
  }
  .hm-h1, h1 {
    font-size: clamp(2.9rem, 7.2vw, 5.6rem);
  }
  .hm-h2, h2 {
    font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  }
  .hm-h1 em, .hm-h2 em, h1 em, h2 em {
    font-style: italic;
    font-weight: 440;
    color: var(--hm-terra);
  }
  .hm-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    color: var(--hm-ink-soft);
    max-width: 36em;
  }
  .hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.02rem 1.9rem;
    border-radius: 999px;
    font-family: var(--hm-body);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }
  .hm-btn svg {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    transition: transform 0.25s ease;
  }
  .hm-btn:hover svg {
    transform: translateX(4px);
  }
  .hm-btn--primary {
    background: var(--hm-terra);
    color: #fff7ee;
    box-shadow: 0 14px 30px -12px rgba(194, 98, 45, 0.55);
  }
  .hm-btn--primary:hover {
    background: var(--hm-terra-deep);
    transform: translateY(-2px);
    box-shadow: 0 20px 38px -14px rgba(194, 98, 45, 0.6);
  }
  .hm-btn--ghost {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
  }
  .hm-btn--ghost:hover {
    background: #fff;
    color: var(--hm-sea);
    transform: translateY(-2px);
  }
  .hm-btn--ink {
    border-color: var(--hm-ink);
    color: var(--hm-ink);
    background: transparent;
  }
  .hm-btn--ink:hover {
    background: var(--hm-ink);
    color: var(--hm-shell);
    transform: translateY(-2px);
  }
  .hm-btn--shell {
    background: var(--hm-shell);
    color: var(--hm-cobalt-deep);
  }
  .hm-btn--shell:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px -14px rgba(13, 35, 66, 0.55);
  }
  .hm-btn--cobalt {
    background: var(--hm-cobalt);
    color: #f2f6ff;
    box-shadow: 0 14px 30px -12px rgba(30, 78, 143, 0.45);
  }
  .hm-btn--cobalt:hover {
    background: var(--hm-cobalt-deep);
    transform: translateY(-2px);
    box-shadow: 0 20px 38px -14px rgba(30, 78, 143, 0.5);
  }
  .hm-topbar {
    background: var(--hm-espresso);
    color: #f3e9dc;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.55rem var(--hm-gutter);
  }
  .hm-topbar strong {
    color: var(--hm-sun);
    font-weight: 700;
  }
  .hm-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(27, 47, 51, 0.08);
    transition: box-shadow 0.3s ease;
  }
  .hm-header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--hm-shell);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--hm-shell) 90%, transparent);
    }
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .hm-header.is-stuck {
    box-shadow: 0 12px 30px -18px rgba(27, 47, 51, 0.35);
  }
  .hm-header__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-block: 0.7rem;
  }
  .hm-header__brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
  }
  .hm-header__brand img {
    height: 3.4rem;
    width: auto;
    display: block;
  }
  .hm-nav {
    margin-inline: auto;
  }
  .hm-nav ul {
    display: flex;
    gap: clamp(1.2rem, 2.5vw, 2.4rem);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hm-nav a {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--hm-ink);
    padding-block: 0.4rem;
    position: relative;
  }
  .hm-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: var(--hm-terra);
    transition: right 0.28s ease;
  }
  .hm-nav a:hover::after {
    right: 0;
  }
  .hm-nav li.active a::after {
    right: 0;
  }
  .hm-header__actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-shrink: 0;
  }
  .hm-header__cta {
    padding: 0.72rem 1.35rem;
    font-size: 0.78rem;
  }
  .hm-cartbtn {
    gap: 0.55rem;
    padding: 0.66rem 1.15rem;
  }
  .hm-cartbtn svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hm-cartbtn:hover svg {
    transform: none;
  }
  .hm-cartbtn__count {
    display: inline-grid;
    place-items: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding-inline: 0.2rem;
    border-radius: 999px;
    background: var(--hm-shell);
    color: var(--hm-terra-deep);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
  }
  .hm-iconlink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    color: var(--hm-ink);
    transition: background-color 0.25s ease;
  }
  .hm-iconlink:hover {
    background: var(--hm-sand);
  }
  .hm-iconlink svg {
    width: 1.35rem;
    height: 1.35rem;
    stroke: currentColor;
    stroke-width: 1.7;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0.55rem;
  }
  .hm-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--hm-ink);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .hm-page.menu-open .hm-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hm-page.menu-open .hm-burger span:nth-child(2) {
    opacity: 0;
  }
  .hm-page.menu-open .hm-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hm-hero {
    position: relative;
    min-height: clamp(34rem, 88vh, 52rem);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
  }
  .hm-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hm-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%;
    transform: scale(1.04);
    animation: hm-hero-drift 24s ease-in-out infinite alternate;
  }
  @keyframes hm-hero-drift {
    from {
      transform: scale(1.04) translateX(0);
    }
    to {
      transform: scale(1.09) translateX(-1.5%);
    }
  }
  .hm-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%;
  }
  .hm-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 100deg, rgba(9, 48, 54, 0.72) 0%, rgba(9, 48, 54, 0.45) 46%, rgba(9, 48, 54, 0.08) 78% ), linear-gradient(0deg, rgba(9, 48, 54, 0.45) 0%, rgba(9, 48, 54, 0) 34%);
  }
  .hm-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 2.5rem;
    padding-block: clamp(4rem, 9vh, 7rem);
  }
  .hm-hero .hm-eyebrow {
    color: var(--hm-sun);
  }
  .hm-hero__copy .hm-h1 {
    margin-top: 1.1rem;
    text-shadow: 0 2px 30px rgba(9, 48, 54, 0.35);
  }
  .hm-hero__copy .hm-h1 em {
    color: #ffe9c4;
  }
  .hm-hero__sub {
    margin-top: 1.4rem;
    max-width: 34em;
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
    color: rgba(255, 255, 255, 0.92);
  }
  .hm-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.1rem;
  }
  .hm-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.6rem;
    margin-top: 2.4rem;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.9);
  }
  .hm-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .hm-hero__trust svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: var(--hm-sun);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }
  .hm-hero__cards {
    justify-self: end;
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .hm-hero__card {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    background: var(--hm-shell);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--hm-shell) 94%, transparent);
    }
    color: var(--hm-ink);
    border-radius: var(--hm-radius);
    box-shadow: var(--hm-shadow-soft);
    padding: 1.1rem 1.5rem 1.1rem 1.1rem;
    text-decoration: none;
    max-width: 24rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hm-hero__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 55px -20px rgba(9, 48, 54, 0.5);
  }
  .hm-hero__card img {
    width: 4.6rem;
    height: 4.6rem;
    object-fit: cover;
    border-radius: 14px;
  }
  .hm-hero__card-badge--rose {
    background: var(--hm-sea);
  }
  .hm-hero__card-badge {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: var(--hm-terra);
    border-radius: 999px;
    padding: 0.22rem 0.6rem;
    margin-bottom: 0.35rem;
  }
  .hm-hero__card-name {
    display: block;
    font-family: var(--hm-display);
    font-size: 1.12rem;
    font-weight: 550;
    line-height: 1.15;
  }
  .hm-hero__card-price {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--hm-terra);
  }
  .hm-hero__card-price span {
    color: var(--hm-ink-soft);
    font-weight: 500;
  }
  .hm-hero__card-arrow {
    margin-left: auto;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: var(--hm-sea);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hm-hero__card-arrow svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: #fff;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-ticker {
    background: var(--hm-sand);
    border-block: 1px solid rgba(27, 47, 51, 0.08);
    overflow: hidden;
    padding-block: 0.85rem;
  }
  .hm-ticker__track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: hm-ticker-scroll 32s linear infinite;
  }
  .hm-ticker:hover .hm-ticker__track {
    animation-play-state: paused;
  }
  .hm-ticker__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .hm-ticker__group span {
    font-family: var(--hm-display);
    font-style: italic;
    font-size: 1.05rem;
    font-weight: 480;
    color: var(--hm-sea);
    white-space: nowrap;
    padding-inline: 1.4rem;
  }
  .hm-ticker__group i {
    font-style: normal;
    color: var(--hm-sun);
    font-size: 1rem;
  }
  @keyframes hm-ticker-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .hm-sechead {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: clamp(2.2rem, 4vw, 3.4rem);
  }
  .hm-sechead .hm-h2 {
    margin-top: 1rem;
  }
  .hm-sechead__link {
    flex-shrink: 0;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hm-terra);
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    padding-bottom: 0.25rem;
    white-space: nowrap;
    transition: color 0.25s ease;
  }
  .hm-sechead__link:hover {
    color: var(--hm-terra-deep);
  }
  .hm-sechead__side {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex-shrink: 0;
  }
  .hm-snav {
    display: flex;
    gap: 0.55rem;
  }
  .hm-snav button {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    border: 1.5px solid var(--hm-ink);
    background: transparent;
    color: var(--hm-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  }
  .hm-snav button:hover {
    background: var(--hm-ink);
    color: var(--hm-shell);
  }
  .hm-snav button svg {
    width: 1.05rem;
    height: 1.05rem;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-snav button.swiper-button-disabled {
    opacity: 0.28;
    pointer-events: none;
  }
  .hm-products__slider {
    overflow: hidden;
  }
  .hm-products__slider .swiper-slide {
    height: auto;
    display: flex;
  }
  .hm-products__slider .hm-product {
    width: 100%;
  }
  .hm-products {
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }
  .hm-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.8rem);
  }
  .hm-product {
    position: relative;
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.07);
    border-radius: var(--hm-radius);
    overflow: hidden;
    text-decoration: none;
    color: var(--hm-ink);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hm-product:hover {
    transform: translateY(-6px);
    box-shadow: var(--hm-shadow-soft);
  }
  .hm-product__media {
    position: relative;
    aspect-ratio: 1;
    background: var(--hm-sand);
    overflow: hidden;
  }
  .hm-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .hm-product:hover .hm-product__media img {
    transform: scale(1.06);
  }
  .hm-product__badge {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--hm-shell);
    color: var(--hm-terra);
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    box-shadow: var(--hm-shadow-card);
  }
  .hm-product__body {
    padding: 0.9rem 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    flex-grow: 1;
  }
  .hm-product__name {
    font-family: var(--hm-display);
    font-size: 1.04rem;
    font-weight: 550;
    line-height: 1.2;
  }
  .hm-product__note {
    font-size: 0.82rem;
    color: var(--hm-ink-soft);
  }
  .hm-product__foot {
    margin-top: auto;
    padding-top: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hm-product__price {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--hm-terra);
  }
  .hm-product__price span {
    color: var(--hm-ink-soft);
    font-weight: 500;
    font-size: 0.8rem;
  }
  .hm-product__link {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
  }
  .hm-product__actions {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }
  .hm-product__go--btn {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--hm-sand);
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
  .hm-product__go--btn svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hm-product__go--btn:hover {
    background: var(--hm-sea);
    transform: translateY(-2px);
  }
  .hm-product__go--btn:hover svg {
    stroke: #fff;
  }
  .hm-product__cart {
    position: relative;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--hm-terra);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px -10px rgba(194, 98, 45, 0.55);
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
  .hm-product__cart:hover {
    background: var(--hm-terra-deep);
    transform: translateY(-2px);
  }
  .hm-product__cart svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke: #fff7ee;
    stroke-width: 1.9;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-product__go {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: var(--hm-sand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease;
  }
  .hm-product:hover .hm-product__go {
    background: var(--hm-sea);
  }
  .hm-product__go svg {
    width: 1rem;
    height: 1rem;
    stroke: var(--hm-ink);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.25s ease;
  }
  .hm-product:hover .hm-product__go svg {
    stroke: #fff;
  }
  .hm-brands {
    padding-block: clamp(4rem, 8vw, 6.5rem) clamp(4rem, 9vw, 7.5rem);
  }
  .hm-brands .hm-sechead {
    margin-bottom: clamp(2.6rem, 5vw, 4.2rem);
  }
  .hm-brand + .hm-brand {
    margin-top: clamp(4rem, 11vw, 10rem);
  }
  .hm-chapter .hm-wrap.hm-chapter__grid {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .hm-chapter__grid {
    display: grid;
    grid-template-columns: minmax(var(--hm-gutter), 1fr) minmax(0, 37.7rem) minmax(0, 44.3rem) minmax(var(--hm-gutter), 1fr);
    align-items: center;
  }
  .hm-chapter__copy {
    grid-column: 2;
    padding-right: clamp(2.5rem, 5vw, 5.5rem);
  }
  .hm-chapter--flip .hm-chapter__grid {
    direction: rtl;
    text-align: left;
  }
  .hm-chapter--flip .hm-chapter__copy {
    padding-right: 0;
    padding-left: clamp(2.5rem, 5vw, 5.5rem);
  }
  .hm-chapter--flip .hm-chips {
    justify-content: flex-end;
  }
  .hm-chapter__media {
    grid-column: 3 / -1;
  }
  .breadcrumb {
    display: flex;
    align-items: center;
    gap: var(--spacing);
    padding-top: calc(var(--spacing) * 6.5);
    a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-terra);
        }
      }
    }
  }
  .hm-chapter--flip .hm-chapter__media {
    order: 1;
  }
  .hm-chapter__copy {
    position: relative;
    z-index: 2;
  }
  .hm-chapter__copy .hm-h2, .hm-chapter__copy h2 {
    margin-top: 1.1rem;
    font-size: clamp(2.3rem, 3.3vw, 3.8rem);
  }
  .hm-chapter__copy p {
    margin-top: 1.3rem;
    color: var(--hm-ink-soft);
    max-width: 34em;
  }
  .hm-chapter__copy .hm-btn {
    margin-top: 2.2rem;
  }
  .hm-chapter__media {
    position: relative;
  }
  .hm-chapter__main {
    margin: 0;
    position: relative;
    border-radius: 26px 0 0 26px;
    overflow: hidden;
  }
  .hm-chapter--flip .hm-chapter__main {
    border-radius: 0 26px 26px 0;
  }
  .hm-chapter__slider {
    height: clamp(28rem, 36vw, 42rem);
  }
  .hm-chapter__main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hm-chapter__coords {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-family: var(--hm-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  }
  .hm-chapter--flip .hm-chapter__coords {
    right: auto;
    left: 1.4rem;
  }
  .hm-split {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 5rem);
  }
  .hm-split__media {
    position: relative;
  }
  .hm-split__media > img {
    width: 100%;
    border-radius: calc(var(--hm-radius) + 8px);
    box-shadow: var(--hm-shadow-soft);
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
  .hm-split__copy .hm-h2 {
    margin-top: 1.1rem;
  }
  .hm-split__copy p {
    margin-top: 1.3rem;
    color: var(--hm-ink-soft);
    max-width: 34em;
  }
  .hm-checks {
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
  }
  .hm-checks li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 600;
  }
  .hm-checks svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke: var(--hm-terra);
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }
  .hm-split__copy .hm-btn {
    margin-top: 2rem;
  }
  .hm-ibiza .hm-h2 em {
    color: var(--hm-cobalt);
  }
  .hm-ibiza .hm-eyebrow {
    color: var(--hm-cobalt);
  }
  .hm-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.7rem;
    padding: 0;
    list-style: none;
  }
  .hm-chips li {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    border: 1px solid rgba(30, 78, 143, 0.35);
    border-radius: 999px;
    padding: 0.42rem 0.95rem;
    color: var(--hm-cobalt-deep);
    background: rgba(255, 255, 255, 0.55);
  }
  .hm-limited {
    background: linear-gradient(165deg, #f8ecca 0%, #f0d79b 100%);
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }
  .hm-limited__intro {
    margin: calc(-1 * clamp(1.4rem, 2.5vw, 2.2rem)) 0 clamp(2.2rem, 4vw, 3.2rem);
    max-width: 34em;
    color: var(--hm-ink-soft);
  }
  .hm-limited__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.8rem);
  }
  .hm-limited__card {
    text-decoration: none;
    color: var(--hm-ink);
    display: flex;
    flex-direction: column;
  }
  .hm-limited__tile {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: var(--hm-radius);
    background: radial-gradient(120% 120% at 50% 0%, #fff 0%, var(--hm-tint, var(--hm-sand)) 100%);
    overflow: hidden;
    box-shadow: 0 16px 36px -18px rgba(120, 84, 20, 0.35);
  }
  .hm-limited__tile img {
    width: 72%;
    height: auto;
    filter: drop-shadow(0 22px 26px rgba(27, 47, 51, 0.28));
    transition: transform 0.45s ease;
  }
  .hm-limited__card:hover .hm-limited__tile img {
    transform: scale(1.06) rotate(6deg);
  }
  .hm-limited__name {
    margin-top: 1rem;
    font-family: var(--hm-display);
    font-size: 1.12rem;
    font-weight: 550;
  }
  .hm-limited__note {
    margin-top: 0.15rem;
    font-size: 0.85rem;
    color: var(--hm-ink-soft);
  }
  .hm-moments {
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }
  .hm-moments__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.8vw, 1.5rem);
  }
  .hm-moment {
    position: relative;
    border-radius: var(--hm-radius);
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }
  .hm-moment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .hm-moment:hover img {
    transform: scale(1.06);
  }
  .hm-moment::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(20, 36, 40, 0.62) 0%, rgba(20, 36, 40, 0) 45%);
  }
  .hm-moment figcaption {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1.05rem;
    z-index: 1;
    color: #fff;
    font-family: var(--hm-display);
    font-style: italic;
    font-size: 1.15rem;
    font-weight: 480;
    line-height: 1.25;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  }
  .hm-moment__no {
    display: block;
    font-family: var(--hm-body);
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: var(--hm-sun);
    margin-bottom: 0.35rem;
  }
  .hm-moments__grid .hm-moment:nth-child(even) {
    transform: translateY(1.6rem);
  }
  .hm-quotes {
    background: var(--hm-sand);
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }
  .hm-quotes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .hm-quote {
    background: transparent;
    border-radius: 0;
    padding: 0 clamp(1.4rem, 2.6vw, 2.6rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .hm-quote:first-child {
    padding-left: 0;
  }
  .hm-quote:last-child {
    padding-right: 0;
  }
  .hm-quote + .hm-quote {
    border-left: 1px solid rgba(27, 47, 51, 0.16);
  }
  .hm-quote blockquote::before {
    content: "\201C";
    display: block;
    font-family: var(--hm-display);
    font-style: italic;
    font-weight: 550;
    font-size: 3.4rem;
    line-height: 0.55;
    color: var(--hm-terra);
    margin-bottom: 1.1rem;
  }
  .hm-quote__stars {
    color: var(--hm-sun);
    letter-spacing: 0.2em;
    font-size: 0.95rem;
  }
  .hm-quote blockquote {
    margin: 0;
    font-family: var(--hm-display);
    font-size: 1.22rem;
    font-weight: 480;
    line-height: 1.4;
    color: var(--hm-ink);
  }
  .hm-quote figcaption {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: auto;
    font-size: 0.9rem;
    color: var(--hm-ink-soft);
  }
  .hm-quote figcaption img {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    object-fit: cover;
  }
  .hm-quote figcaption strong {
    display: block;
    color: var(--hm-ink);
    font-size: 0.95rem;
  }
  .hm-gift {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .hm-gift .hm-split {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  }
  .hm-gift .hm-split__media > img {
    aspect-ratio: 4 / 5;
  }
  .hm-faq {
    background: var(--hm-sand);
    padding-block: clamp(4rem, 8vw, 6.5rem);
  }
  .hm-faq__wrap {
    width: min(100% - 2 * var(--hm-gutter), 50rem);
    margin-inline: auto;
  }
  .hm-faq__head {
    text-align: center;
    margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
  }
  .hm-faq__head .hm-h2 {
    margin-top: 1rem;
  }
  .hm-faq details {
    border-bottom: 1px solid rgba(27, 47, 51, 0.18);
  }
  .hm-faq details:first-of-type {
    border-top: 1px solid rgba(27, 47, 51, 0.18);
  }
  .hm-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    cursor: pointer;
    list-style: none;
    padding: 1.35rem 0.25rem;
    font-family: var(--hm-display);
    font-size: 1.28rem;
    font-weight: 520;
    color: var(--hm-ink);
    transition: color 0.25s ease;
  }
  .hm-faq summary::-webkit-details-marker {
    display: none;
  }
  .hm-faq summary:hover {
    color: var(--hm-terra);
  }
  .hm-faq summary::after {
    content: "+";
    font-family: var(--hm-body);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--hm-terra);
    transition: rotate 0.3s ease;
    flex-shrink: 0;
  }
  .hm-faq details[open] summary::after {
    rotate: 45deg;
  }
  .hm-faq details p {
    margin: 0;
    padding: 0 2.5rem 1.4rem 0.25rem;
    color: var(--hm-ink-soft);
  }
  .hm-news {
    background: linear-gradient(150deg, #8f4419 0%, #b95c28 55%, #cf7038 100%);
    color: #fff3e6;
    padding-block: clamp(4rem, 8vw, 6.5rem);
    position: relative;
    overflow: hidden;
  }
  .hm-news::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22rem;
    translate: -50% 0;
    width: 44rem;
    height: 44rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 220, 166, 0.3) 0%, rgba(255, 220, 166, 0) 62%);
    pointer-events: none;
  }
  .hm-news__wrap {
    width: min(100% - 2 * var(--hm-gutter), 46rem);
    margin-inline: auto;
    text-align: center;
    position: relative;
  }
  .hm-news .hm-eyebrow {
    color: #ffe1b0;
  }
  .hm-news .hm-h2 {
    margin-top: 1rem;
    color: #fff;
  }
  .hm-news p {
    margin: 1.2rem auto 0;
    max-width: 32em;
    color: rgba(255, 243, 230, 0.88);
  }
  .hm-news form {
    margin-top: 2.2rem;
    display: flex;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 0.45rem;
    backdrop-filter: blur(8px);
  }
  .hm-news input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    font-family: var(--hm-body);
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
  .hm-news input::placeholder {
    color: rgba(255, 243, 230, 0.65);
  }
  .hm-news button {
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    background: var(--hm-shell);
    color: #8f4419;
    font-family: var(--hm-body);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.85rem 1.7rem;
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
  .hm-news button:hover {
    background: #fff;
    transform: translateY(-1px);
  }
  .hm-footer {
    background: var(--hm-espresso);
    color: rgba(246, 238, 227, 0.78);
    padding-block: clamp(3.5rem, 6vw, 5rem) 2rem;
    font-size: 0.95rem;
  }
  .hm-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
  .hm-footer__brand img {
    height: 3.2rem;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.92;
  }
  .hm-footer__brand p {
    margin-top: 1.2rem;
    max-width: 26em;
  }
  .hm-footer h2 {
    font-family: var(--hm-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--hm-sun);
    margin: 0 0 1.1rem;
  }
  .hm-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
  }
  .hm-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
  }
  .hm-footer a:hover {
    color: #fff;
  }
  .hm-footer__bottom {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    padding-top: 1.6rem;
    border-top: 1px solid rgba(250, 244, 234, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 1.8rem;
    font-size: 0.85rem;
    color: rgba(250, 244, 234, 0.55);
  }
  .hm-footer__bottom .hm-payments {
    margin-left: auto;
    letter-spacing: 0.04em;
  }
  .hm-pagehero {
    padding-block: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4rem);
  }
  .hm-pagehero .hm-h1 {
    font-size: clamp(2.6rem, 5.4vw, 4.6rem);
    margin-top: 1rem;
  }
  .hm-pagehero__intro {
    margin-top: 1.3rem;
    max-width: 38em;
    color: var(--hm-ink-soft);
    font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  }
  .hm-pagehero--center {
    text-align: center;
  }
  .hm-pagehero--center .hm-eyebrow {
    justify-content: center;
  }
  .hm-pagehero--center .hm-pagehero__intro {
    margin-inline: auto;
  }
  .hm-pagehero__media {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    border-radius: calc(var(--hm-radius) + 6px);
    overflow: hidden;
  }
  .hm-pagehero__media img {
    display: block;
    width: 100%;
    height: clamp(16rem, 34vw, 30rem);
    object-fit: cover;
  }
  .hm-pagehero--bleed {
    position: relative;
    padding: 0;
    min-height: clamp(20rem, 46vh, 30rem);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .hm-pagehero--bleed > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hm-pagehero--bleed::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 48, 54, 0.82) 0%, rgba(9, 48, 54, 0.45) 45%, rgba(9, 48, 54, 0.15) 100%), linear-gradient(100deg, rgba(9, 48, 54, 0.45) 0%, rgba(9, 48, 54, 0) 60%);
  }
  .hm-pagehero--bleed .hm-wrap {
    position: relative;
    z-index: 1;
    padding-block: clamp(2.2rem, 5vw, 3.5rem);
    color: #fff;
  }
  .hm-pagehero--bleed .hm-eyebrow {
    color: var(--hm-sun);
  }
  .hm-pagehero--bleed .hm-h1 {
    text-shadow: 0 2px 24px rgba(9, 48, 54, 0.4);
  }
  .hm-pagehero--bleed .hm-pagehero__intro {
    color: rgba(255, 255, 255, 0.92);
  }
  .hm-crumbs {
    padding-top: 1.6rem;
    font-size: 0.85rem;
    color: var(--hm-ink-soft);
  }
  .hm-crumbs a {
    color: inherit;
    text-decoration: none;
  }
  .hm-crumbs a:hover {
    color: var(--hm-terra);
  }
  .hm-crumbs span[aria-hidden] {
    margin-inline: 0.5rem;
    opacity: 0.5;
  }
  .hm-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.9rem;
    margin-top: 1.6rem;
    padding: 0;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(27, 47, 51, 0.45);
  }
  .hm-steps li {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
  }
  .hm-steps li::before {
    counter-increment: none;
    content: attr(data-step);
    display: inline-grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    border: 1.5px solid currentColor;
    font-size: 0.75rem;
  }
  .hm-steps li.is-active {
    color: var(--hm-terra);
  }
  .hm-steps li.is-done {
    color: var(--hm-sea);
  }
  .hm-brandtiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.6rem);
  }
  .hm-brandtile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 13rem;
    border-radius: var(--hm-radius);
    padding: 1.4rem 1.5rem;
    text-decoration: none;
    background: linear-gradient(165deg, #eef2f6 0%, #dfe8f2 100%);
    border: 1px solid rgba(30, 78, 143, 0.14);
    color: var(--hm-ink);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .hm-brandtile:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 42px -18px rgba(23, 62, 115, 0.35);
  }
  .hm-brandtile__brand {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-cobalt);
  }
  .hm-brandtile__name {
    font-family: var(--hm-display);
    font-size: clamp(1.35rem, 1.8vw, 1.7rem);
    font-weight: 520;
    line-height: 1.12;
    margin-top: 0.6rem;
    text-wrap: balance;
  }
  .hm-brandtile__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.6rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--hm-cobalt-deep);
  }
  .hm-brandtile__foot span {
    color: var(--hm-ink-soft);
    font-weight: 500;
    font-size: 0.82rem;
  }
  .hm-limited__price {
    margin-top: 0.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--hm-terra);
  }
  .hm-limited__price span {
    color: var(--hm-ink-soft);
    font-weight: 500;
    font-size: 0.82rem;
  }
  .hm-form fieldset {
    border: 1px solid rgba(27, 47, 51, 0.12);
    border-radius: var(--hm-radius);
    background: #fff;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    margin: 0 0 1.5rem;
  }
  .hm-form legend {
    float: left;
    width: 100%;
    font-family: var(--hm-display);
    font-size: 1.45rem;
    font-weight: 550;
    padding: 0;
    margin: 0 0 1.2rem;
  }
  .hm-form .hm-formgrid {
    clear: both;
  }
  .hm-formgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.2rem;
  }
  .hm-field {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--hm-ink);
  }
  .hm-field input, .hm-field select, .hm-field textarea {
    display: block;
    width: 100%;
    margin-top: 0.4rem;
  }
  .hm-field span {
    color: var(--hm-terra);
  }
  .hm-field--full {
    grid-column: 1 / -1;
  }
  .hm-field input, .hm-field select, .hm-field textarea {
    font-family: var(--hm-body);
    font-size: 1rem;
    font-weight: 400;
    color: var(--hm-ink);
    background: var(--hm-shell);
    border: 1px solid rgba(27, 47, 51, 0.18);
    border-radius: 0.5rem;
    padding: 0.6rem 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 3.1rem;
  }
  .hm-field input:focus, .hm-field select:focus, .hm-field textarea:focus {
    border-color: var(--hm-terra);
    box-shadow: 0 0 0 3px rgba(194, 98, 45, 0.15);
  }
  .hm-check {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
  }
  .hm-check input {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: var(--hm-terra);
  }
  .hm-formnote {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.85rem;
    color: var(--hm-ink-soft);
  }
  .hm-flow {
    padding-block: 0 clamp(4rem, 7vw, 6rem);
  }
  .hm-flow__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
  }
  .hm-cartrow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto auto;
    align-items: center;
    gap: clamp(0.9rem, 2vw, 1.4rem);
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.1);
    border-radius: 16px;
    padding: 0.6rem 1rem;
    margin-bottom: 0.65rem;
  }
  .hm-cartrow__product {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--hm-ink);
    min-width: 0;
  }
  .hm-cartrow__product img {
    width: 3.3rem;
    height: 3.3rem;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
  }
  .hm-cartrow__thumb {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 12px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0.3rem;
    background: linear-gradient(165deg, #eef2f6 0%, #dfe8f2 100%);
    font-family: var(--hm-display);
    font-size: 0.62rem;
    line-height: 1.15;
    color: var(--hm-cobalt-deep);
  }
  .hm-cartrow__product strong {
    font-family: var(--hm-display);
    font-size: 0.98rem;
    font-weight: 550;
    line-height: 1.2;
    display: block;
  }
  .hm-cartrow__product small {
    color: var(--hm-ink-soft);
  }
  .hm-cartrow__price {
    margin: 0;
    font-weight: 700;
    color: var(--hm-ink-soft);
    font-size: 0.9rem;
  }
  .hm-cartrow__total {
    margin: 0;
    font-weight: 700;
    color: var(--hm-terra);
    min-width: 4.2rem;
    text-align: right;
  }
  .hm-cartrow__remove {
    border: 0;
    background: transparent;
    color: var(--hm-ink-soft);
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.4rem;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .hm-cartrow__remove:hover {
    color: var(--hm-terra-deep);
    background: var(--hm-sand);
  }
  .hm-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(27, 47, 51, 0.18);
    border-radius: 999px;
    overflow: hidden;
    background: var(--hm-shell);
  }
  .hm-qty button {
    border: 0;
    background: transparent;
    width: 2rem;
    height: 2.1rem;
    font-size: 1.05rem;
    cursor: pointer;
    color: var(--hm-ink);
    transition: background-color 0.2s ease;
  }
  .hm-qty button:hover {
    background: var(--hm-sand);
  }
  .hm-qty input {
    width: 2.6rem;
    border: 0;
    background: transparent;
    text-align: center;
    font-family: var(--hm-body);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--hm-ink);
    outline: none;
    -moz-appearance: textfield;
  }
  .hm-qty input::-webkit-outer-spin-button, .hm-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .hm-progress {
    background: var(--hm-sand);
    border-radius: var(--hm-radius);
    padding: 1.2rem 1.4rem;
    margin-top: 1.4rem;
  }
  .hm-progress p {
    margin: 0 0 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.92rem;
    font-weight: 600;
  }
  .hm-progress svg {
    width: 1.4rem;
    height: 1.4rem;
    stroke: var(--hm-terra);
    stroke-width: 1.8;
    fill: none;
    flex-shrink: 0;
  }
  .hm-progress__track {
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(27, 47, 51, 0.12);
    overflow: hidden;
  }
  .hm-progress__track span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--hm-sun), var(--hm-terra));
    transition: width 0.4s ease;
  }
  .hm-progress__labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    font-size: 0.78rem;
    color: var(--hm-ink-soft);
  }
  .hm-summary {
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.1);
    border-radius: var(--hm-radius);
    padding: clamp(1.5rem, 3vw, 2rem);
    position: sticky;
    top: 7rem;
  }
  .hm-summary h2 {
    font-family: var(--hm-display);
    font-size: 1.5rem;
    font-weight: 550;
    margin: 0 0 1.2rem;
  }
  .hm-summary dl {
    margin: 0;
  }
  .hm-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-block: 0.45rem;
    font-size: 0.95rem;
    color: var(--hm-ink-soft);
  }
  .hm-summary dd {
    margin: 0;
    font-weight: 600;
    color: var(--hm-ink);
  }
  .hm-summary .hm-summary__total {
    border-top: 1px solid rgba(27, 47, 51, 0.14);
    margin-top: 0.5rem;
    padding-top: 0.9rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--hm-ink);
  }
  .hm-summary .hm-summary__total dd {
    color: var(--hm-terra);
    font-size: 1.15rem;
  }
  .hm-summary .hm-summary__tax {
    font-size: 0.82rem;
    padding-top: 0;
  }
  .hm-summary .hm-btn {
    width: 100%;
    margin-top: 1.2rem;
  }
  .hm-coupon {
    margin-top: 1.2rem;
  }
  .hm-coupon label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
  .hm-coupon div {
    display: flex;
    gap: 0.5rem;
  }
  .hm-coupon input {
    flex: 1;
    min-width: 0;
    font-family: var(--hm-body);
    border: 1px solid rgba(27, 47, 51, 0.18);
    border-radius: 999px;
    padding: 0.6rem 1rem;
    background: var(--hm-shell);
    outline: none;
  }
  .hm-coupon button {
    border: 0;
    border-radius: 999px;
    background: var(--hm-sand);
    font-family: var(--hm-body);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.6rem 1.1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .hm-coupon button:hover {
    background: var(--hm-dune);
  }
  .hm-servicelist {
    list-style: none;
    margin: 1.4rem 0 0;
    padding: 1.2rem 0 0;
    border-top: 1px solid rgba(27, 47, 51, 0.12);
    display: grid;
    gap: 0.7rem;
    font-size: 0.88rem;
    color: var(--hm-ink-soft);
  }
  .hm-servicelist li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .hm-servicelist svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke: var(--hm-sea);
    stroke-width: 1.7;
    fill: none;
    flex-shrink: 0;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-orderitem {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-block: 0.8rem;
    border-bottom: 1px solid rgba(27, 47, 51, 0.1);
  }
  .hm-orderitem:last-of-type {
    border-bottom: 0;
    margin-bottom: 0.8rem;
  }
  .hm-orderitem img {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
  }
  .hm-orderitem h3 {
    font-family: var(--hm-display);
    font-size: 1rem;
    font-weight: 550;
    margin: 0;
    line-height: 1.2;
  }
  .hm-orderitem p {
    margin: 0.1rem 0 0;
    font-size: 0.8rem;
    color: var(--hm-ink-soft);
  }
  .hm-orderitem strong {
    margin-left: auto;
    color: var(--hm-terra);
  }
  .hm-pdp {
    padding-block: clamp(2rem, 4vw, 3.5rem) clamp(4rem, 7vw, 6rem);
  }
  .hm-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 4.5vw, 4.5rem);
    align-items: start;
  }
  .hm-pdp__main {
    position: relative;
    border-radius: calc(var(--hm-radius) + 4px);
    overflow: hidden;
    margin: 0;
    background: var(--hm-sand);
  }
  .hm-pdp__main img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .hm-pdp__zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    border: 0;
    background: rgba(250, 244, 234, 0.92);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .hm-pdp__zoom:hover {
    background: #fff;
  }
  .hm-pdp__zoom svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: var(--hm-ink);
    stroke-width: 1.8;
    fill: none;
  }
  .hm-thumbs {
    display: flex;
    gap: 0.7rem;
    margin-top: 0.9rem;
  }
  .hm-thumbs button {
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    background: none;
    cursor: pointer;
    width: 4.6rem;
    height: 4.6rem;
    opacity: 0.75;
    transition: opacity 0.2s ease, border-color 0.2s ease;
  }
  .hm-thumbs button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hm-thumbs button.is-active, .hm-thumbs button:hover {
    opacity: 1;
    border-color: var(--hm-terra);
  }
  .hm-pdp__brand {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-terra);
    margin: 0;
  }
  .hm-pdp__title {
    font-family: var(--hm-display);
    font-weight: 500;
    font-size: clamp(2.1rem, 3.4vw, 3rem);
    line-height: 1.05;
    margin: 0.7rem 0 0;
  }
  .hm-pdp__price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--hm-terra);
    margin: 1rem 0 0;
  }
  .hm-pdp__price span {
    font-size: 0.95rem;
    color: var(--hm-ink-soft);
    font-weight: 500;
  }
  .hm-pdp__desc {
    margin: 1.1rem 0 0;
    color: var(--hm-ink-soft);
    max-width: 34em;
  }
  .hm-pdp__panel {
    margin-top: 1.4rem;
    display: grid;
  }
  .hm-optionrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-block: 0.95rem;
    border-top: 1px solid rgba(27, 47, 51, 0.14);
  }
  .hm-optionrow:last-child {
    border-bottom: 1px solid rgba(27, 47, 51, 0.14);
  }
  .hm-optionrow > span {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .size-options {
    display: flex;
    gap: 0.5rem;
  }
  .size-options input {
    display: none;
  }
  .size-options label {
    border: 1.5px solid rgba(27, 47, 51, 0.2);
    background: var(--hm-shell);
    border-radius: 999px;
    font-family: var(--hm-body);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--hm-ink);
    transition: all 0.2s ease;
  }
  .size-options input:checked + label {
    background: var(--hm-ink);
    border-color: var(--hm-ink);
    color: var(--hm-shell);
  }
  .size-options button.is-unavailable {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .hm-pdp__stock {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hm-sea);
  }
  .hm-pdp__stock i {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #4d9d64;
  }
  .hm-pdp__cta {
    margin-top: 1.3rem;
  }
  .hm-pdp__cta .hm-btn {
    width: 100%;
  }
  [data-gallery-lightbox] {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(20, 30, 33, 0.92);
    display: grid;
    place-items: center;
    padding: 3.5rem 1.5rem 5.5rem;
  }
  [data-gallery-lightbox] figure {
    margin: 0;
    max-width: min(72rem, 92vw);
  }
  [data-gallery-lightbox] img {
    max-width: 100%;
    max-height: 72vh;
    border-radius: 14px;
  }
  [data-gallery-lightbox] figcaption {
    color: rgba(250, 244, 234, 0.8);
    text-align: center;
    margin-top: 0.9rem;
    font-size: 0.9rem;
  }
  .hm-lightbox-close, .hm-lightbox-arrow {
    position: absolute;
    border: 0;
    border-radius: 999px;
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    background: rgba(250, 244, 234, 0.14);
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  .hm-lightbox-close:hover, .hm-lightbox-arrow:hover {
    background: rgba(250, 244, 234, 0.3);
  }
  .hm-lightbox-close svg, .hm-lightbox-arrow svg {
    width: 1.3rem;
    height: 1.3rem;
    stroke: #fff;
    stroke-width: 2;
    fill: none;
  }
  .hm-lightbox-close {
    top: 1.2rem;
    right: 1.2rem;
  }
  .hm-lightbox-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .hm-lightbox-prev {
    left: 1.2rem;
  }
  .hm-lightbox-next {
    right: 1.2rem;
  }
  [data-lightbox-thumbs] {
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
  }
  [data-lightbox-thumbs] button {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 10px;
    border: 2px solid transparent;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    opacity: 0.6;
  }
  [data-lightbox-thumbs] button.is-active {
    opacity: 1;
    border-color: var(--hm-sun);
  }
  [data-lightbox-thumbs] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  body.lightbox-open {
    overflow: hidden;
  }
  .hm-specs dl {
    margin: 0;
    display: grid;
    gap: 0;
  }
  .hm-specs dl > div {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1rem;
    padding-block: 0.75rem;
    border-bottom: 1px solid rgba(27, 47, 51, 0.1);
    font-size: 0.95rem;
  }
  .hm-specs dt {
    font-weight: 700;
  }
  .hm-specs dd {
    margin: 0;
    color: var(--hm-ink-soft);
  }
  .hm-shop {
    padding-block: 0 clamp(4rem, 7vw, 6rem);
  }
  .hm-shop__grid {
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
  }
  .filter-toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
    border: 1px solid rgba(27, 47, 51, 0.18);
    border-radius: 999px;
    background: #fff;
    font-family: var(--hm-body);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.8rem 1.3rem;
    cursor: pointer;
    margin-bottom: 1rem;
  }
  .filter-toggle svg {
    width: 1.1rem;
    height: 1.1rem;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
  }
  .filter-panel {
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.1);
    border-radius: var(--hm-radius);
    padding: 1.5rem 1.5rem 1.8rem;
    position: sticky;
    top: 7rem;
  }
  .filter-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .filter-heading h2 {
    font-family: var(--hm-display);
    font-size: 1.4rem;
    font-weight: 550;
    margin: 0;
  }
  .filter-heading button {
    border: 0;
    background: none;
    font-family: var(--hm-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hm-terra);
    cursor: pointer;
    border-bottom: 1.5px solid currentColor;
    padding: 0 0 0.15rem;
  }
  .filter-group {
    padding-block: 1.1rem;
    border-top: 1px solid rgba(27, 47, 51, 0.1);
  }
  .filter-group h3 {
    font-family: var(--hm-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 0.7rem;
    color: var(--hm-ink);
  }
  .filter-group label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    padding-block: 0.28rem;
    cursor: pointer;
    color: var(--hm-ink-soft);
  }
  .filter-group label span {
    margin-left: auto;
    font-size: 0.78rem;
    opacity: 0.7;
  }
  .filter-group input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--hm-terra);
  }
  .price-range {
    position: relative;
    height: 1.6rem;
  }
  .price-range input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
  }
  .price-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: var(--hm-terra);
    border: 2px solid #fff;
    box-shadow: 0 1px 6px rgba(27, 47, 51, 0.3);
    pointer-events: auto;
    cursor: pointer;
    margin-top: 0.18rem;
  }
  .price-range span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 999px;
    background: rgba(27, 47, 51, 0.15);
    transform: translateY(-50%);
  }
  .price-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    color: var(--hm-ink-soft);
    margin-top: 0.3rem;
  }
  .results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.3rem;
  }
  .results-toolbar h2 {
    font-family: var(--hm-display);
    font-size: 1.25rem;
    font-weight: 550;
    margin: 0;
  }
  .results-toolbar label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--hm-ink-soft);
  }
  .results-toolbar select {
    font-family: var(--hm-body);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--hm-ink);
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.18);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    outline: none;
  }
  .shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.8vw, 1.4rem);
  }
  .shop-card {
    position: relative;
    color: var(--hm-ink);
    border-radius: var(--hm-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .shop-card:hover, .shop-card:focus-within {
    border-color: rgba(27, 47, 51, 0.07);
    transform: translateY(-5px);
    box-shadow: var(--hm-shadow-soft);
  }
  .shop-card__stretch {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 0;
  }
  .shop-card .hm-product__actions {
    position: relative;
    z-index: 2;
  }
  .shop-card .hm-product__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
  }
  .shop-card__media {
    position: relative;
    aspect-ratio: 1;
    background: var(--hm-sand);
    overflow: hidden;
    display: grid;
  }
  .shop-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  .shop-card:hover .shop-card__media img {
    transform: scale(1.05);
  }
  .shop-card__tile {
    display: grid;
    place-items: center;
    text-align: center;
    padding: 1.2rem;
    background: linear-gradient(165deg, #eef2f6 0%, #dfe8f2 100%);
  }
  .shop-card__tile b {
    display: block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hm-cobalt);
    margin-bottom: 0.5rem;
  }
  .shop-card__tile strong {
    font-family: var(--hm-display);
    font-weight: 520;
    font-size: 1.35rem;
    line-height: 1.15;
    color: var(--hm-ink);
    text-wrap: balance;
  }
  .shop-card__body {
    padding: 0.85rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex-grow: 1;
  }
  .shop-card__name {
    font-family: var(--hm-display);
    font-size: 1.02rem;
    font-weight: 550;
    line-height: 1.2;
  }
  .shop-card__note {
    font-size: 0.8rem;
    color: var(--hm-ink-soft);
  }
  .shop-card__foot {
    margin-top: auto;
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shop-card__price {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--hm-terra);
  }
  .shop-card__price span {
    color: var(--hm-ink-soft);
    font-weight: 500;
    font-size: 0.78rem;
  }
  .shop-card .hm-product__badge {
    z-index: 1;
  }
  .shop-empty {
    background: var(--hm-sand);
    border-radius: var(--hm-radius);
    padding: 2.5rem;
    text-align: center;
    font-family: var(--hm-display);
    font-size: 1.3rem;
    color: var(--hm-ink);
    display: none;
  }
  .shop-empty.is-visible {
    display: block;
  }
  .hm-paypanel {
    border: 1px solid rgba(27, 47, 51, 0.12);
    border-radius: var(--hm-radius);
    background: #fff;
    padding: clamp(1.2rem, 2.5vw, 1.8rem);
    margin-bottom: 1rem;
  }
  .hm-paypanel--active {
    border-color: var(--hm-terra);
    box-shadow: 0 0 0 3px rgba(194, 98, 45, 0.12);
  }
  .hm-payhead {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
  }
  .hm-payhead input {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: var(--hm-terra);
  }
  .hm-payhead .hm-paylogo {
    margin-left: auto;
    font-family: var(--hm-display);
    font-style: italic;
    color: var(--hm-ink-soft);
    font-size: 0.9rem;
  }
  .hm-bankgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 1.1rem;
  }
  .hm-bank {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border: 1px solid rgba(27, 47, 51, 0.15);
    border-radius: 12px;
    padding: 0.65rem 0.9rem;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    background: var(--hm-shell);
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }
  .hm-bank:hover {
    border-color: var(--hm-terra);
    background: #fff;
  }
  .hm-bank input {
    accent-color: var(--hm-terra);
  }
  .hm-paysecure {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.9rem;
    font-size: 0.85rem;
    color: var(--hm-ink-soft);
  }
  .hm-paysecure svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke: var(--hm-sea);
    stroke-width: 1.8;
    fill: none;
  }
  .hm-confirm-cards {
    display: grid;
    gap: 1.2rem;
  }
  .hm-confirmcard {
    background: #fff;
    border: 1px solid rgba(27, 47, 51, 0.1);
    border-radius: var(--hm-radius);
    padding: clamp(1.4rem, 3vw, 2rem);
  }
  .hm-confirmcard h2 {
    font-family: var(--hm-display);
    font-size: 1.45rem;
    font-weight: 550;
    margin: 0 0 1.1rem;
  }
  .hm-detailrow {
    display: flex;
    gap: 0.9rem;
    padding-block: 0.7rem;
    border-bottom: 1px solid rgba(27, 47, 51, 0.08);
  }
  .hm-detailrow:last-child {
    border-bottom: 0;
  }
  .hm-detailrow svg {
    width: 1.35rem;
    height: 1.35rem;
    stroke: var(--hm-terra);
    stroke-width: 1.8;
    fill: none;
    flex-shrink: 0;
    margin-top: 0.15rem;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hm-detailrow h3 {
    margin: 0;
    font-size: 1rem;
    font-family: var(--hm-body);
    font-weight: 700;
  }
  .hm-detailrow p {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: var(--hm-ink-soft);
  }
  .hm-ordernr {
    display: inline-block;
    margin-top: 1.2rem;
    background: var(--hm-sand);
    border-radius: 999px;
    padding: 0.55rem 1.3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .hm-flowactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .hm-backlink {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--hm-ink-soft);
    text-decoration: none;
  }
  .hm-backlink:hover {
    color: var(--hm-terra);
  }
  @media (max-width: 1023.98px) {
    .hm-flow__grid, .hm-pdp__grid {
      grid-template-columns: minmax(0, 1fr);
    }
    .hm-summary {
      position: static;
    }
    .hm-brandtiles {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hm-shop__grid {
      grid-template-columns: minmax(0, 1fr);
    }
    .filter-panel {
      position: static;
    }
    .shop-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 639.98px) {
    .hm-formgrid {
      grid-template-columns: minmax(0, 1fr);
    }
    .hm-orderitem {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      column-gap: 0.9rem;
      row-gap: 0.15rem;
      align-items: center;
    }
    .hm-orderitem img, .hm-orderitem .hm-cartrow__thumb {
      grid-column: 1;
      grid-row: 1 / 3;
    }
    .hm-orderitem > div {
      display: contents;
    }
    .hm-orderitem h3 {
      grid-column: 2 / 4;
      grid-row: 1;
      align-self: end;
    }
    .hm-orderitem p {
      grid-column: 2;
      grid-row: 2;
      align-self: start;
    }
    .hm-orderitem strong {
      grid-column: 3;
      grid-row: 2;
      margin-left: 0;
      justify-self: end;
      align-self: start;
    }
    .hm-cartbtn .hm-cartbtn__label {
      display: none;
    }
    .hm-cartbtn {
      padding: 0.6rem 0.8rem;
    }
    .filter-toggle {
      display: flex;
    }
    .filter-panel {
      display: none;
    }
    .filter-panel.is-open {
      display: block;
    }
    .hm-cartrow {
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas: "product remove" "qty total";
    }
    .hm-cartrow__product {
      grid-area: product;
    }
    .hm-cartrow__price {
      display: none;
    }
    .hm-cartrow .hm-qty {
      grid-area: qty;
      justify-content: space-between;
    }
    .hm-cartrow__total {
      grid-area: total;
    }
    .hm-cartrow__remove {
      grid-area: remove;
      justify-self: end;
      align-self: start;
    }
    .hm-bankgrid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .hm-reveal {
    opacity: 0;
    translate: 0 26px;
    transition: opacity 0.7s ease, translate 0.7s ease;
    transition-delay: var(--hm-delay, 0s);
  }
  .hm-reveal.is-in {
    opacity: 1;
    translate: 0 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .hm-reveal {
      opacity: 1;
      translate: none;
      transition: none;
    }
    .hm-hero__bg img, .hm-ticker__track {
      animation: none;
    }
  }
  @media (max-width: 1023.98px) {
    .hm-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hm-moments__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hm-limited__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hm-quotes__grid {
      grid-template-columns: minmax(0, 1fr);
    }
    .hm-quote {
      padding: 0;
    }
    .hm-quote + .hm-quote {
      border-left: 0;
      border-top: 1px solid rgba(27, 47, 51, 0.16);
      padding-top: 2rem;
      margin-top: 2rem;
    }
    .hm-hero__card--alt {
      display: none;
    }
    .hm-nav {
      position: fixed;
      inset: 0;
      z-index: 40;
      background: var(--hm-shell);
      display: grid;
      place-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      margin: 0;
    }
    .hm-page.menu-open .hm-nav {
      opacity: 1;
      pointer-events: auto;
    }
    .hm-nav ul {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .hm-nav a {
      font-family: var(--hm-display);
      font-size: 1.9rem;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0;
    }
    .hm-burger {
      display: flex;
      position: relative;
      z-index: 45;
    }
    .hm-header__inner {
      justify-content: space-between;
    }
    .hm-split, .hm-gift .hm-split {
      grid-template-columns: minmax(0, 1fr);
    }
    .hm-split__media {
      order: -1;
      max-width: 100%;
    }
    .hm-chapter__grid {
      grid-template-columns: minmax(0, 1fr);
      row-gap: 2rem;
    }
    .hm-chapter__copy, .hm-chapter--flip .hm-chapter__copy {
      grid-column: 1;
      padding-inline: var(--hm-gutter);
      max-width: 46rem;
    }
    .hm-chapter__media, .hm-chapter--flip .hm-chapter__media {
      grid-column: 1 / -1;
      order: -1;
    }
    .hm-chapter__copy, .hm-chapter--flip .hm-chapter__copy {
      order: 0;
    }
    .hm-chapter__main, .hm-chapter--flip .hm-chapter__main {
      border-radius: 0;
    }
    .hm-chapter__slider {
      height: clamp(17rem, 56vw, 26rem);
    }
    .hm-footer__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hm-hero__inner {
      grid-template-columns: minmax(0, 1fr);
      align-items: start;
    }
    .hm-specs {
      margin-top: 2rem;
    }
    .hm-hero__cards {
      justify-self: start;
    }
    .hm-split__copy p, .hm-chapter__copy p {
      max-width: 100%;
    }
    .hm-footer__bottom .hm-payments {
      margin-left: 0;
    }
    .filter-toggle {
      display: flex;
    }
  }
  @media (max-width: 639.98px) {
    .hm-sechead {
      flex-direction: column;
      align-items: flex-start;
      gap: 1.2rem;
    }
    .hm-moments__grid .hm-moment:nth-child(even) {
      transform: none;
    }
    .hm-hero {
      min-height: 0;
    }
    .hm-hero__card {
      max-width: 100%;
    }
    .hm-hero__bg::after {
      background: linear-gradient( 180deg, rgba(9, 48, 54, 0.58) 0%, rgba(9, 48, 54, 0.42) 50%, rgba(9, 48, 54, 0.58) 100% );
    }
    .hm-news form {
      flex-direction: column;
      border-radius: 24px;
    }
    .hm-news button {
      width: 100%;
    }
    .hm-footer__grid {
      grid-template-columns: minmax(0, 1fr);
    }
    .hm-footer__bottom .hm-payments {
      margin-left: 0;
    }
    .hm-topbar {
      letter-spacing: 0.05em;
    }
    .hm-btn {
      padding: 0.7rem 1.2rem;
      letter-spacing: 0.05em;
    }
    .hm-sechead__side {
      width: 100%;
      justify-content: space-between;
    }
    .hm-brands {
      padding-top: 0;
    }
    .hm-moments__grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .hm-moment {
      aspect-ratio: 4 / 4;
    }
    .hm-moment figcaption {
      left: 2rem;
      right: 2rem;
      bottom: 2rem;
    }
    .hm-cartbtn {
      padding: 0.4rem 0.4rem;
    }
    .shop-grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .hm-shop {
      padding-bottom: 0;
    }
    .hm-products__grid {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .size-options {
      width: 100%;
    }
  }
}
main {
  width: 100%;
  padding-top: calc(var(--spacing) * 28);
  @media (width >= 40rem) {
    padding-top: calc(var(--spacing) * 28);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
