  :root{
    --beymen-navy:        #1a2a6b;
    --beymen-navy-deep:   #14225a;
    --beymen-blue-dot:    #3b58cc;
    --beymen-copper:      #c08b6e;
    --beymen-copper-dark: #a87355;
    --ink:                #1a1a1a;
    --ink-soft:           #3a3a3a;
    --muted:              #8a8a8a;
    --muted-soft:         #b8b8b8;
    --line:               #e6e6e6;
    --line-soft:          #efefef;
    --bg:                 #ffffff;
    --bg-soft:            #fafafa;
    --bg-image:           #f3f3f3;
    --discount-green:     #2f7a4d;

    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-display: "Cormorant Garamond", "Times New Roman", serif;
  }

  *{ box-sizing: border-box; }
  html, body{ margin:0; padding:0; background:#fff; color:var(--ink); font-family:var(--font-sans); -webkit-font-smoothing:antialiased; }
  a{ color:inherit; text-decoration:none; }
  button{ font:inherit; color:inherit; background:none; border:0; padding:0; cursor:pointer; }
  ul{ list-style:none; padding:0; margin:0; }
  img{ display:block; max-width:100%; }

  /* ========== HEADER ========== */
  .bym-header{ position: sticky; top: 0; z-index: 50; background:#fff; border-bottom: 1px solid var(--line); }
  .bym-topbar{ border-bottom: 1px solid var(--line-soft); font-size: 13px; }
  .bym-topbar__inner{ max-width: 1680px; margin: 0 auto; padding: 9px 32px; display: flex; align-items:center; justify-content:flex-end; gap: 28px; }
  .bym-topbar a{ color: var(--beymen-copper); letter-spacing: .2px; transition: color .15s ease; white-space:nowrap; }
  .bym-topbar a:hover{ color: var(--beymen-copper-dark); }
  .bym-lang{ display:inline-flex; align-items:center; gap:6px; color: var(--beymen-copper); }
  .bym-lang svg{ width:14px; height:14px; }
  .bym-main{ max-width: 1680px; margin: 0 auto; padding: 18px 32px; display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items:center; }
  .bym-logo{ display:inline-flex; align-items:center; color: var(--beymen-navy); font-weight: 500; font-size: 26px; letter-spacing: 6px; line-height: 1; user-select:none; }
  .bym-logo__dot{ display:inline-block; width:12px; height:12px; margin:0 4px 0 2px; border-radius: 999px; background: var(--beymen-blue-dot); transform: translateY(1px); }
  .bym-search{ position: relative; max-width: 720px; width: 100%; margin: 0 auto; }
  .bym-search input{ width:100%; height:46px; padding: 0 50px 0 22px; border:1px solid #d8d8d8; border-radius: 2px; background:#fff; font: 400 14px/1 var(--font-sans); color: var(--ink); outline:none; transition: border-color .15s ease, box-shadow .15s ease; }
  .bym-search input::placeholder{ color:#9a9a9a; }
  .bym-search input:focus{ border-color: var(--beymen-navy); box-shadow: 0 0 0 3px rgba(26,42,107,.08); }
  .bym-search__btn{ position:absolute; right: 6px; top:50%; transform: translateY(-50%); width: 38px; height: 38px; display:inline-flex; align-items:center; justify-content:center; color:#1a1a1a; border-radius: 2px; }
  .bym-search__btn:hover{ color: var(--beymen-navy); }
  .bym-search__btn svg{ width:18px; height:18px; }
  .bym-actions{ display:flex; align-items:flex-end; gap: 30px; }
  .bym-action{ display:inline-flex; flex-direction:column; align-items:center; gap:6px; color: var(--ink); font-size: 11px; letter-spacing: .2px; position:relative; transition: color .15s ease; }
  .bym-action:hover{ color: var(--beymen-navy); }
  .bym-action svg{ width:22px; height:22px; }
  .bym-action__badge{ position:absolute; top:-4px; right:-8px; min-width:16px; height:16px; padding:0 4px; border-radius:999px; background: var(--beymen-navy); color:#fff; font-size:10px; font-weight:600; display:inline-flex; align-items:center; justify-content:center; line-height:1; }
  .bym-nav{ border-top: 1px solid var(--line-soft); }
  .bym-nav__inner{ max-width: 1680px; margin:0 auto; padding: 0 32px; }
  .bym-nav__list{ display:flex; align-items:stretch; justify-content: space-between; gap:8px; }
  .bym-nav__item > a{ display:inline-flex; align-items:center; justify-content:center; text-align:center; height: 56px; padding: 0 6px; font-size: 14px; color: var(--ink); letter-spacing:.2px; position:relative; transition: color .15s ease; line-height:1.25; }
  .bym-nav__item > a::after{ content:""; position:absolute; left:6px; right:6px; bottom:0; height:2px; background: var(--beymen-copper); transform: scaleX(0); transition: transform .2s ease; }
  .bym-nav__item > a:hover{ color: var(--beymen-copper-dark); }
  .bym-nav__item > a:hover::after{ transform: scaleX(1); }
  .bym-mobile{ display:none; }
  @media (max-width: 1100px){
    .bym-main{ padding: 16px 24px; gap: 20px; }
    .bym-nav__inner{ padding: 0 16px; }
    .bym-nav__list{ gap:0; overflow-x:auto; justify-content:flex-start; scrollbar-width:none; }
    .bym-nav__list::-webkit-scrollbar{ display:none; }
    .bym-nav__item > a{ padding: 0 14px; white-space:nowrap; }
    .bym-topbar__inner{ padding: 8px 24px; gap: 20px; }
  }
  @media (max-width: 860px){
    .bym-topbar, .bym-main, .bym-nav{ display: none; }
    .bym-mobile{ display:block; background:#fff; }
    .bym-mobile__row{ display:grid; grid-template-columns: 44px 1fr auto; align-items:center; padding: 10px 14px; gap: 8px; }
    .bym-mobile__icon-btn{ width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; color: var(--ink); border-radius:4px; }
    .bym-mobile__icon-btn:hover{ background: var(--bg-soft); }
    .bym-mobile__icon-btn svg{ width:22px; height:22px; }
    .bym-mobile__logo{ justify-self:center; font-size: 18px; letter-spacing: 4px; }
    .bym-mobile__logo .bym-logo__dot{ width:9px; height:9px; margin:0 2px; }
    .bym-mobile__right{ display:flex; align-items:center; gap:2px; position:relative; }
    .bym-mobile__cart-badge{ position:absolute; top:4px; right:4px; min-width:16px; height:16px; padding:0 4px; border-radius:999px; background: var(--beymen-navy); color:#fff; font-size:10px; font-weight:600; display:inline-flex; align-items:center; justify-content:center; line-height:1; pointer-events:none; }
    .bym-mobile__search{ padding: 4px 14px 12px; border-bottom: 1px solid var(--line-soft); }
    .bym-mobile__search .bym-search input{ height:42px; font-size:13px; }
    .bym-mobile__nav{ display:flex; gap:0; overflow-x:auto; border-bottom: 1px solid var(--line); scrollbar-width:none; }
    .bym-mobile__nav::-webkit-scrollbar{ display:none; }
    .bym-mobile__nav a{ flex:0 0 auto; padding: 14px; font-size: 13px; color: var(--ink); letter-spacing:.2px; white-space:nowrap; position:relative; }
    .bym-mobile__nav a.is-active{ color: var(--beymen-navy); font-weight: 500; }
    .bym-mobile__nav a.is-active::after{ content:""; position:absolute; left:14px; right:14px; bottom:0; height:2px; background: var(--beymen-copper); }
  }

  /* ========== HERO ========== */
  .hero{ position: relative; background: #fff; overflow: hidden; }
  .hero__viewport{ position: relative; width: 100%; height: clamp(420px, 62vw, 720px); overflow: hidden; }
  .hero__track{ display: flex; width: 100%; height: 100%; transition: transform .7s cubic-bezier(.2,.7,.2,1); will-change: transform; }
  .hero__slide{ flex: 0 0 100%; width: 100%; height: 100%; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr; }
  .hero__bg{ position:absolute; inset:0; }
  .hero__shade{ position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 55%); }
  .hero__content{ position: relative; z-index: 2; max-width: 1680px; width: 100%; margin: 0 auto; padding: 0 64px; display: flex; flex-direction: column; justify-content: center; gap: 22px; height: 100%; }
  .hero__eyebrow{ display:inline-flex; align-items:center; gap:10px; font-size: 12px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--beymen-copper-dark); }
  .hero__eyebrow::before{ content:""; width: 28px; height:1px; background: var(--beymen-copper-dark); }
  .hero__title{ font-family: var(--font-display); font-weight: 500; font-size: clamp(40px, 6vw, 88px); line-height: .98; color: var(--beymen-navy); margin: 0; letter-spacing: -1px; max-width: 720px; }
  .hero__title em{ font-style: italic; color: var(--beymen-copper-dark); font-weight: 400; }
  .hero__sub{ font-size: 15px; line-height: 1.55; color: var(--ink-soft); max-width: 460px; margin: 0; }
  .hero__cta{ margin-top: 8px; display:inline-flex; align-items:center; gap:12px; padding: 14px 28px; background: var(--beymen-navy); color: #fff; font-size: 13px; letter-spacing: 2.2px; text-transform: uppercase; font-weight: 500; width: max-content; transition: background .2s ease; }
  .hero__cta:hover{ background: var(--beymen-navy-deep); }
  .hero__cta svg{ width:14px; height:14px; transition: transform .2s ease; }
  .hero__cta:hover svg{ transform: translateX(3px); }
  .hero__slide--copper .hero__bg{ background: linear-gradient(135deg, #f7ebe0 0%, #ead2bd 60%, #d9b497 100%); }
  .hero__slide--navy   .hero__bg{ background: linear-gradient(135deg, #eef0fb 0%, #d3d8ee 50%, #b8c0e3 100%); }
  .hero__slide--ivory  .hero__bg{ background: linear-gradient(135deg, #fbf8f3 0%, #efe7d8 60%, #e2d4ba 100%); }
  .hero__slide--navy .hero__title{ color: var(--beymen-navy-deep); }
  .hero__slide--navy .hero__eyebrow{ color: var(--beymen-navy); }
  .hero__slide--navy .hero__eyebrow::before{ background: var(--beymen-navy); }
  .hero__art{ position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: clamp(320px, 46vw, 760px); height: 90%; z-index: 1; pointer-events: none; opacity: .92; }
  .hero__arrow{ position:absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; background: rgba(255,255,255,.85); backdrop-filter: blur(4px); color: var(--beymen-navy); display:inline-flex; align-items:center; justify-content:center; border-radius: 999px; z-index: 3; transition: background .2s ease, box-shadow .2s ease; box-shadow: 0 4px 18px rgba(0,0,0,.06); }
  .hero__arrow:hover{ background:#fff; box-shadow: 0 6px 22px rgba(0,0,0,.10); }
  .hero__arrow svg{ width:18px; height:18px; }
  .hero__arrow--prev{ left: 24px; }
  .hero__arrow--next{ right: 24px; }
  .hero__dots{ position:absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 3; display:flex; gap: 10px; align-items:center; }
  .hero__dot{ width: 28px; height: 3px; background: rgba(26,42,107,.25); transition: background .2s ease, width .2s ease; border-radius: 2px; cursor: pointer; }
  .hero__dot.is-active{ background: var(--beymen-navy); width: 56px; }
  .hero__counter{ position:absolute; right: 32px; bottom: 28px; z-index: 3; font-size: 13px; color: var(--beymen-navy); letter-spacing: 2px; font-variant-numeric: tabular-nums; }
  .hero__counter b{ font-weight: 600; }
  @media (max-width: 1100px){
    .hero__content{ padding: 0 40px; }
    .hero__arrow--prev{ left: 12px; }
    .hero__arrow--next{ right: 12px; }
  }
  @media (max-width: 860px){
    .hero__content{ padding: 0 24px; gap: 16px; }
    .hero__viewport{ height: clamp(440px, 110vw, 580px); }
    .hero__shade{ background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.7) 100%); }
    .hero__art{ right: -10%; top: 0; height: 50%; transform: none; opacity: .7; width: 70%; }
    .hero__content{ justify-content: flex-end; padding-bottom: 84px; }
    .hero__cta{ padding: 12px 22px; font-size: 12px; }
    .hero__arrow{ width: 40px; height: 40px; }
    .hero__counter{ display:none; }
    .hero__dots{ bottom: 22px; }
    .hero__dot{ width: 22px; }
    .hero__dot.is-active{ width: 40px; }
  }

  /* ========== SECTION CHROME ========== */
  .section{ max-width: 1680px; margin: 0 auto; padding: 64px 32px; }
  .section__head{ display:flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
  .section__title-block{ display:flex; flex-direction: column; gap: 6px; }
  .section__eyebrow{ font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--beymen-copper-dark); }
  .section__title{ font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.2vw, 44px); line-height: 1; color: var(--beymen-navy); margin: 0; letter-spacing: -.5px; }
  .section__see-all{ display:inline-flex; align-items:center; gap: 10px; font-size: 13px; color: var(--beymen-navy); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 4px; transition: gap .2s ease; }
  .section__see-all:hover{ gap: 14px; }
  .section__see-all svg{ width: 14px; height: 14px; }
  .chips{ display:flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
  .chip{ padding: 9px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; color: var(--ink-soft); transition: all .15s ease; background: #fff; cursor: pointer; }
  .chip:hover{ border-color: var(--beymen-navy); color: var(--beymen-navy); }
  .chip.is-active{ background: var(--beymen-navy); border-color: var(--beymen-navy); color: #fff; }

  /* ========== PRODUCT GRID ========== */
  .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line-soft);
    border-left: 1px solid var(--line-soft);
  }
  .grid > .product{
    border-right: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
  }
  @media (max-width: 1100px){ .grid{ grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 760px){ .grid{ grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 420px){
    .section{ padding: 40px 0; }
    .section__head{ padding: 0 16px; }
    .chips{ padding: 0 16px 0; overflow-x: auto; flex-wrap:nowrap; scrollbar-width:none; }
    .chips::-webkit-scrollbar{ display:none; }
  }

  .product{
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 14px;
    cursor: pointer;
    transition: background .15s ease;
  }
  .product:hover{ background: #fdfdfd; }

  /* === Media === */
  .product__media{
    position: relative;
    aspect-ratio: 3/4;
    background: var(--bg-image);
    overflow: hidden;
    margin-bottom: 16px;
  }

  /* Slides stack */
  .product__slides{
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .product__slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .25s ease;
  }
  .product__slide.is-active{ opacity: 1; }
  .product__slide svg{ width:100%; height:100%; display:block; }

  /* Hover zones to scrub gallery */
  .product__zones{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
  }
  .product__zone{ flex: 1; height: 100%; }

  /* Image indicators (segment bar) */
  .product__indicators{
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    z-index: 2;
    display: flex;
    gap: 5px;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
  }
  .product:hover .product__indicators{ opacity: 1; }
  .product__indicator{
    flex: 1;
    height: 2px;
    background: rgba(0,0,0,.18);
    transition: background .2s ease;
  }
  .product__indicator.is-active{ background: #111; }

  /* Top-left badge */
  .product__badge{
    position:absolute;
    top: 14px;
    left: 0;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 7px 14px;
    z-index: 4;
  }
  .product__badge--copper{ background: var(--beymen-copper); }
  .product__badge--ivory{ background:#fff; color:#111; border:1px solid #111; padding: 6px 13px; }

  /* Color swatches */
  .product__colors{
    position:absolute;
    left: 14px;
    bottom: 18px;
    z-index: 4;
    display:flex; align-items:center; gap: 8px;
    color: var(--ink);
    font-size: 12px;
    letter-spacing: .2px;
    transition: opacity .2s ease;
  }

  .product__color-dots{ display:flex; }
  .product__color-dot{
    width: 14px; height: 14px;
    border-radius: 999px;
    border: 2px solid #fff;
    margin-left: -5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .product__color-dot:hover{ transform: scale(1.2); }
  .product__color-dot.is-selected{ box-shadow: 0 0 0 2px var(--beymen-navy); transform: scale(1.15); }
  .product__color-dot:first-child{ margin-left: 0; }

  /* Favorite (top-right) */
  .product__fav{
    position:absolute;
    right: 12px; top: 12px;
    z-index: 5;
    width: 32px; height: 32px;
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    color: var(--ink);
    display:inline-flex; align-items:center; justify-content:center;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease, color .15s ease;
  }
  .product:hover .product__fav{ opacity: 1; transform: translateY(0); }
  .product__fav:hover{ color: #c01b1b; }
  .product__fav svg{ width: 16px; height: 16px; }

  /* === Quick add — simple (no sizes) === */
  .product__quick{
    position:absolute;
    right: 12px;
    bottom: 14px;
    z-index: 5;
    width: 40px; height: 40px;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    display:inline-flex; align-items:center; justify-content:center;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.04);
    transition: color .15s ease, box-shadow .15s ease, transform .15s ease;
  }
  .product__quick:hover{ color: var(--beymen-navy); box-shadow: 0 4px 14px rgba(0,0,0,.10), 0 0 0 1px rgba(0,0,0,.04); }
  .product__quick svg{ width: 20px; height: 20px; stroke-width: 1.5; }

  /* === Quick add — expanding size pill === */
  .product__addbar{
    position: absolute;
    right: 12px;
    bottom: 14px;
    z-index: 5;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 999px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.04);
    transition: width .45s cubic-bezier(.2,.7,.2,1),
                box-shadow .25s ease;
    pointer-events: auto;
  }
  /* Pill only opens when the user hovers the cart button (not the whole card) */
  .product__addbar:hover{
    width: calc(100% - 24px);
    box-shadow: 0 6px 22px rgba(0,0,0,.14), 0 0 0 1px rgba(0,0,0,.04);
  }
  .product__sizes{
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding-left: 6px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity .2s ease .08s, transform .3s cubic-bezier(.2,.7,.2,1);
  }
  .product__addbar:hover .product__sizes{
    opacity: 1;
    transform: none;
  }
  .product__size{
    flex: 1 1 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--ink);
    padding: 7px 6px;
    margin: 2px 1px;
    border-radius: 999px;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
    letter-spacing: .3px;
    white-space: nowrap;
    line-height: 1;
  }
  .product__size:hover{
    background: var(--ink);
    color: #fff;
  }
  .product__size.is-soldout{
    color: var(--muted-soft);
    text-decoration: line-through;
    pointer-events: none;
  }
  .product__addbar-cart{
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    position: relative;
    transition: color .15s ease;
  }
  .product__addbar-cart::before{
    content:"";
    position:absolute;
    left: 0; top: 10px; bottom: 10px;
    width: 1px;
    background: var(--line);
    opacity: 0;
    transition: opacity .2s ease .15s;
  }
  .product__addbar:hover .product__addbar-cart::before{ opacity: 1; }
  .product__addbar-cart:hover{ color: var(--beymen-navy); }
  .product__addbar-cart svg{ width: 20px; height: 20px; stroke-width: 1.5; }

  /* Hide bottom-left colors only when the pill is actually open */
  .product__media:has(.product__addbar:hover) .product__colors{ opacity: 0; }

  /* Touch devices: tap cart to toggle pill */
  @media (hover: none){
    .product__addbar:hover{ width: 40px; box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 0 0 1px rgba(0,0,0,.04); }
    .product__addbar:hover .product__sizes{ opacity: 0; transform: translateX(8px); }
    .product__addbar.is-open{
      width: calc(100% - 24px) !important;
      box-shadow: 0 6px 22px rgba(0,0,0,.14), 0 0 0 1px rgba(0,0,0,.04) !important;
    }
    .product__addbar.is-open .product__sizes{ opacity: 1 !important; transform: none !important; }
    .product__addbar.is-open .product__addbar-cart::before{ opacity: 1 !important; }
    .product__media:has(.product__addbar.is-open) .product__colors{ opacity: 0; }
  }

  /* === Info block === */
  .product__info{ display:flex; flex-direction: column; gap: 4px; padding-top: 2px; }
  .product__brand{
    font-size: 15px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0;
    line-height: 1.25;
    font-family: var(--font-sans);
  }
  .product__name{
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 1.35;
    min-height: 2.7em;
    text-wrap: pretty;
    letter-spacing: .05px;
  }
  .product__price-row{
    margin-top: 10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    min-height: 36px;
  }
  .product__price{
    font-size: 15px;
    font-weight: 600;
    color: #111;
    letter-spacing: .1px;
    line-height: 1;
  }
  .product__price-old{
    font-size: 12px;
    color: var(--muted);
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 400;
  }
  .product__discount{
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 2px;
    line-height: 1;
  }
  .product__discount-label{
    font-size: 10px;
    color: var(--discount-green);
    letter-spacing: .2px;
    font-weight: 400;
  }
  .product__discount-price{
    font-size: 13px;
    font-weight: 600;
    color: #111;
  }

  /* Toast */
  .toast{
    position: fixed;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 24px);
    background: #111;
    color: #fff;
    font-size: 13px;
    padding: 12px 22px;
    border-radius: 999px;
    z-index: 200;
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
    letter-spacing: .2px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
  }
  .toast.is-show{ opacity: 1; transform: translate(-50%, 0); }

  /* ===== Lifestyle / Vitrin ===== */
  .lifestyle{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    height: clamp(520px, 60vw, 760px);
  }
  .lifestyle__card{
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    isolation: isolate;
  }
  .lifestyle__card--tall{ grid-row: 1 / 3; }
  .lifestyle__art{
    position: absolute; inset: 0;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
    z-index: 1;
  }
  .lifestyle__card:hover .lifestyle__art{ transform: scale(1.04); }
  .lifestyle__art svg{ width:100%; height:100%; display:block; }
  .lifestyle__overlay{
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.5) 100%);
    z-index: 2;
  }
  .lifestyle__content{
    position: absolute;
    left: 36px; right: 36px; bottom: 32px;
    z-index: 3;
    color: #fff;
    display: flex; flex-direction: column; gap: 10px;
  }
  .lifestyle__eyebrow{
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: rgba(255,255,255,.85);
  }
  .lifestyle__title{
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(28px, 3.4vw, 52px);
    line-height: .95;
    margin: 0;
    letter-spacing: -.5px;
    color: #fff;
  }
  .lifestyle__cta{
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding-bottom: 4px;
    width: max-content;
    margin-top: 6px;
    transition: gap .2s ease, border-color .2s ease;
  }
  .lifestyle__cta svg{ width: 13px; height: 13px; }
  .lifestyle__card:hover .lifestyle__cta{ gap: 14px; border-color: #fff; }
  @media (max-width: 760px){
    .lifestyle{ grid-template-columns: 1fr; grid-template-rows: auto; gap: 10px; height: auto; }
    .lifestyle__card--tall{ grid-row: auto; }
    .lifestyle__card{ aspect-ratio: 4/5; }
    .lifestyle__content{ left: 22px; right: 22px; bottom: 22px; }
  }

  /* ===== Brand marquee ===== */
  .brands{
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    padding: 38px 0;
    background: #fff;
  }
  .brands__list{
    display: flex;
    gap: 56px;
    align-items: center;
    width: max-content;
    animation: marquee 42s linear infinite;
  }
  .brands__list span{
    font-family: var(--font-display);
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    letter-spacing: .5px;
  }
  .brands__list i{
    width: 6px; height: 6px;
    background: var(--beymen-copper);
    border-radius: 999px;
    flex-shrink: 0;
  }
  .brands:hover .brands__list{ animation-play-state: paused; }
  @keyframes marquee{
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ===== Editorial feature ===== */
  .editorial-section{
    max-width: 1680px;
    margin: 0 auto;
    padding: 80px 32px;
  }
  .editorial{
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 620px;
  }
  .editorial__image{
    position: relative;
    overflow: hidden;
  }
  .editorial__image svg{ width:100%; height:100%; display:block; }
  .editorial__text{
    padding: 80px;
    display: flex; flex-direction: column; justify-content: center; gap: 22px;
    background: #fff;
  }
  .editorial__title{
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(36px, 4.4vw, 72px);
    line-height: .98;
    margin: 0;
    color: var(--beymen-navy);
    letter-spacing: -1px;
  }
  .editorial__title em{ font-style: italic; color: var(--beymen-copper-dark); font-weight: 400; }
  .editorial__body{
    font-size: 15px; line-height: 1.7; color: var(--ink-soft);
    margin: 0; max-width: 460px;
  }
  .editorial__meta{
    display:flex; gap: 24px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--muted);
  }
  .editorial__meta b{ color: var(--ink); font-weight: 600; }
  .editorial__cta{
    display: inline-flex; align-items: center; gap: 12px;
    width: max-content;
    font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
    color: var(--beymen-navy);
    border-bottom: 1px solid currentColor;
    padding-bottom: 4px;
    transition: gap .2s ease;
  }
  .editorial__cta:hover{ gap: 16px; }
  .editorial__cta svg{ width: 14px; height: 14px; }
  @media (max-width: 860px){
    .editorial{ grid-template-columns: 1fr; min-height: auto; }
    .editorial__image{ aspect-ratio: 4/5; }
    .editorial__text{ padding: 40px 20px; gap: 18px; }
    .editorial-section{ padding: 40px 0; }
  }

  /* ===== Services strip ===== */
  .services{
    background: #fafafa;
    padding: 52px 32px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .services__grid{
    max-width: 1680px; margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .service{
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 4px;
  }
  .service__icon{
    width: 48px; height: 48px;
    flex: 0 0 48px;
    color: var(--beymen-navy);
    display: inline-flex; align-items:center; justify-content:center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }
  .service__icon svg{ width: 22px; height: 22px; }
  .service__title{ font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.2; margin-bottom: 4px; }
  .service__sub{ font-size: 12px; color: var(--muted); line-height: 1.4; }
  @media (max-width: 760px){
    .services__grid{ grid-template-columns: 1fr 1fr; gap: 24px; }
    .services{ padding: 32px 20px; }
  }

  /* ===== Newsletter ===== */
  .newsletter{
    background: var(--beymen-navy);
    color: #fff;
    padding: 88px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .newsletter::before, .newsletter::after{
    content:"";
    position:absolute;
    width: 240px; height: 240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(192,139,110,.18), transparent 70%);
    pointer-events:none;
  }
  .newsletter::before{ left: -100px; top: -100px; }
  .newsletter::after{ right: -100px; bottom: -100px; }
  .newsletter__inner{ max-width: 580px; margin: 0 auto; position: relative; z-index: 1; }
  .newsletter__eyebrow{
    color: var(--beymen-copper);
    font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 12px;
  }
  .newsletter__eyebrow::before, .newsletter__eyebrow::after{
    content:""; width: 28px; height: 1px; background: var(--beymen-copper);
  }
  .newsletter__title{
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(28px, 3vw, 44px);
    margin: 16px 0 12px;
    line-height: 1.05;
    letter-spacing: -.5px;
  }
  .newsletter__title em{ font-style: italic; color: var(--beymen-copper); }
  .newsletter__sub{
    color: rgba(255,255,255,.7);
    font-size: 14px; line-height: 1.7;
    margin: 0 auto 32px;
    max-width: 460px;
  }
  .newsletter__form{
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
    align-items: center;
    transition: border-color .2s ease;
  }
  .newsletter__form:focus-within{ border-color: var(--beymen-copper); }
  .newsletter__form input{
    flex: 1;
    height: 52px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: var(--font-sans);
    outline: none;
    padding: 0 4px;
    letter-spacing: .2px;
  }
  .newsletter__form input::placeholder{ color: rgba(255,255,255,.5); }
  .newsletter__form button{
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
    color: #fff;
    padding: 14px 4px 14px 18px;
    cursor: pointer;
    transition: color .2s ease, gap .2s ease;
    display: inline-flex; align-items: center; gap: 10px;
    white-space: nowrap;
  }
  .newsletter__form button svg{ width: 14px; height: 14px; transition: transform .2s ease; }
  .newsletter__form button:hover{ color: var(--beymen-copper); }
  .newsletter__form button:hover svg{ transform: translateX(3px); }
  .newsletter__small{
    font-size: 11px;
    color: rgba(255,255,255,.45);
    margin-top: 22px;
    letter-spacing: .2px;
  }
  .newsletter__small a{ color: rgba(255,255,255,.7); text-decoration: underline; }
  @media (max-width: 600px){
    .newsletter{ padding: 56px 20px; }
  }

  /* ===== Footer ===== */
  .bym-footer{
    background: #fff;
    padding: 64px 32px 24px;
  }
  .bym-footer__main{
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 56px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--line);
  }
  .bym-footer__brand-col .bym-logo{
    font-size: 22px; letter-spacing: 5px;
    margin-bottom: 22px;
  }
  .bym-footer__brand-col .bym-logo__dot{ width: 10px; height: 10px; }
  .bym-footer__about{
    font-size: 13px; line-height: 1.7;
    color: var(--muted);
    margin: 0 0 26px;
    max-width: 340px;
  }
  .bym-footer__social{
    display: flex;
    gap: 10px;
  }
  .bym-footer__social a{
    width: 38px; height: 38px;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex; align-items:center; justify-content:center;
    color: var(--ink);
    transition: all .15s ease;
  }
  .bym-footer__social a:hover{
    background: var(--beymen-navy);
    color: #fff;
    border-color: var(--beymen-navy);
  }
  .bym-footer__social svg{ width: 15px; height: 15px; }

  .bym-footer__col h5{
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 0 0 22px;
    font-weight: 600;
  }
  .bym-footer__col ul{ display: flex; flex-direction: column; gap: 13px; }
  .bym-footer__col a{
    font-size: 13px;
    color: var(--ink-soft);
    transition: color .15s ease;
  }
  .bym-footer__col a:hover{ color: var(--beymen-navy); }

  .bym-footer__app-text{
    font-size: 13px; line-height: 1.6;
    color: var(--muted);
    margin: 0 0 16px;
  }
  .bym-footer__apps{ display:flex; flex-direction:column; gap: 10px; }
  .bym-footer__app{
    display: flex; align-items: center; gap: 12px;
    padding: 8px 14px;
    border: 1px solid var(--ink);
    border-radius: 6px;
    color: var(--ink);
    background: #fff;
    transition: all .15s ease;
    line-height: 1.2;
  }
  .bym-footer__app:hover{ background: var(--ink); color: #fff; }
  .bym-footer__app svg{ width: 22px; height: 22px; flex-shrink:0; }
  .bym-footer__app span{ display: flex; flex-direction: column; font-size: 13px; font-weight: 600; }
  .bym-footer__app small{ font-size: 9px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; opacity: .7; }

  .bym-footer__bottom{
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
  }
  .bym-footer__copy{ font-size: 12px; color: var(--muted); letter-spacing: .2px; }
  .bym-footer__legal{ display: flex; gap: 22px; font-size: 12px; flex-wrap: wrap; }
  .bym-footer__legal a{ color: var(--muted); transition: color .15s ease; }
  .bym-footer__legal a:hover{ color: var(--ink); }
  .bym-footer__payment{ display: flex; gap: 8px; align-items: center; }
  .bym-footer__payment span{
    height: 26px; min-width: 42px;
    padding: 0 8px;
    border: 1px solid var(--line);
    border-radius: 4px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 9px; font-weight: 700;
    color: var(--ink-soft);
    letter-spacing: .5px;
    background: #fff;
  }
  @media (max-width: 1100px){
    .bym-footer__main{ grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
    .bym-footer__brand-col{ grid-column: 1 / -1; }
  }
  @media (max-width: 600px){
    .bym-footer{ padding: 40px 20px 20px; }
    .bym-footer__main{ grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 36px; }
    .bym-footer__brand-col{ grid-column: 1 / -1; }
    .bym-footer__bottom{ justify-content: center; text-align: center; }
  }
