#m38-royal-page {
    --m38-black: #070605;
    --m38-ink: #100d0a;
    --m38-walnut: #20150d;
    --m38-walnut-light: #382317;
    --m38-gold: #d5ad6d;
    --m38-bronze: #ad7c43;
    --m38-ivory: #f7efe2;
    --m38-muted: #c8b9a4;
    --m38-line: rgba(213, 173, 109, .24);
    --m38-card: rgba(255, 255, 255, .035);
    --m38-shadow: 0 24px 70px rgba(0, 0, 0, .38);
    direction: rtl;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--m38-ivory);
    background: var(--m38-black);
    font-family: "Cairo", "Tahoma", "Arial", sans-serif;
  }

  #m38-royal-page,
  #m38-royal-page * { box-sizing: border-box; }
  #m38-royal-page img { display: block; width: 100%; }
  #m38-royal-page button,
  #m38-royal-page a { font: inherit; }
  #m38-royal-page a { color: inherit; text-decoration: none; }
  #m38-royal-page h1,
  #m38-royal-page h2,
  #m38-royal-page h3,
  #m38-royal-page p { margin-top: 0; }
  #m38-royal-page button { -webkit-tap-highlight-color: transparent; }

  #m38-royal-page .m38-shell {
    width: min(100%, 1180px);
    margin-inline: auto;
  }

  #m38-royal-page .m38-pad { padding-inline: 18px; }
  #m38-royal-page .m38-section { position: relative; padding-block: 62px; }

  #m38-royal-page .m38-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--m38-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
  }

  #m38-royal-page .m38-kicker::before {
    content: "";
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
  }

  #m38-royal-page h1 {
    margin-bottom: 16px;
    font-size: clamp(34px, 9vw, 66px);
    line-height: 1.12;
    font-weight: 900;
    text-wrap: balance;
  }

  #m38-royal-page h2 {
    margin-bottom: 16px;
    font-size: clamp(27px, 7vw, 48px);
    line-height: 1.22;
    font-weight: 900;
    text-wrap: balance;
  }

  #m38-royal-page h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.4;
  }

  #m38-royal-page .m38-lead {
    max-width: 680px;
    margin-bottom: 0;
    color: var(--m38-muted);
    font-size: 16px;
    line-height: 1.9;
  }

  /* Hero */
  #m38-royal-page .m38-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: end;
    overflow: hidden;
    background:
      radial-gradient(circle at 85% 16%, rgba(112, 66, 34, .52), transparent 31%),
      radial-gradient(circle at 8% 75%, rgba(27, 47, 73, .22), transparent 28%),
      linear-gradient(145deg, #17100b, #070605 68%);
  }

  #m38-royal-page .m38-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 28px;
    align-items: center;
    padding-block: 30px 50px;
  }

  #m38-royal-page .m38-hero-visual {
    position: relative;
    order: -1;
  }

  #m38-royal-page .m38-hero-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 28px;
    background: #17110d;
    box-shadow: var(--m38-shadow);
  }

  #m38-royal-page .m38-hero-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 62%, rgba(6, 5, 4, .42));
  }

  #m38-royal-page .m38-hero-product {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: opacity .22s ease, transform .5s ease;
  }

  #m38-royal-page .m38-hero-product.is-changing {
    opacity: .3;
    transform: scale(1.015);
  }

  #m38-royal-page .m38-model-chip {
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 13px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 6, 5, .72);
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(8px);
  }

  #m38-royal-page .m38-color-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
  }

  #m38-royal-page .m38-color-btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--m38-line);
    border-radius: 14px;
    color: #eadfce;
    background: rgba(255,255,255,.035);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
  }

  #m38-royal-page .m38-color-btn.is-active {
    border-color: rgba(213, 173, 109, .7);
    color: #fff5e6;
    background: linear-gradient(135deg, rgba(213,173,109,.18), rgba(255,255,255,.035));
    box-shadow: inset 0 0 0 1px rgba(213,173,109,.12);
  }

  #m38-royal-page .m38-swatch {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.13);
  }

  #m38-royal-page .m38-swatch-black { background: #111; }
  #m38-royal-page .m38-swatch-brown { background: #4b2b1c; }
  #m38-royal-page .m38-swatch-havan { background: #ad5f2f; }

  #m38-royal-page .m38-hero-copy p {
    max-width: 590px;
    margin-bottom: 22px;
    color: #d7c8b3;
    font-size: 16px;
    line-height: 1.9;
  }

  #m38-royal-page .m38-benefit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 21px;
  }

  #m38-royal-page .m38-benefit-row span {
    padding: 8px 11px;
    border: 1px solid var(--m38-line);
    border-radius: 999px;
    color: #ede1d0;
    background: rgba(255,255,255,.03);
    font-size: 12px;
  }

  #m38-royal-page .m38-price-line {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #m38-royal-page .m38-price {
    color: #fff7e9;
    font-size: 35px;
    font-weight: 900;
  }

  #m38-royal-page .m38-price-meta {
    color: #a99b88;
    font-size: 12px;
    line-height: 1.6;
  }

  #m38-royal-page .m38-cta {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border: 1px solid #e0bd80;
    border-radius: 999px;
    color: #160f08;
    background: linear-gradient(135deg, #e4c58f, #b98649);
    box-shadow: 0 14px 38px rgba(174, 124, 67, .24);
    cursor: pointer;
    font-weight: 900;
    transition: transform .18s ease, box-shadow .18s ease;
  }

  #m38-royal-page .m38-cta:hover { box-shadow: 0 16px 44px rgba(174, 124, 67, .34); }
  #m38-royal-page .m38-cta:active { transform: scale(.98); }
  #m38-royal-page .m38-cta-secondary {
    color: var(--m38-ivory);
    background: rgba(255,255,255,.035);
    border-color: var(--m38-line);
    box-shadow: none;
  }

  /* Fast proof strip */
  #m38-royal-page .m38-proof-strip {
    position: relative;
    z-index: 3;
    border-block: 1px solid var(--m38-line);
    background: #0e0b08;
  }

  #m38-royal-page .m38-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #m38-royal-page .m38-proof-item {
    min-height: 106px;
    display: grid;
    align-content: center;
    padding: 17px;
    border-bottom: 1px solid var(--m38-line);
  }

  #m38-royal-page .m38-proof-item:nth-child(odd) { border-left: 1px solid var(--m38-line); }
  #m38-royal-page .m38-proof-item strong { color: var(--m38-gold); font-size: 20px; }
  #m38-royal-page .m38-proof-item span { margin-top: 3px; color: var(--m38-muted); font-size: 12px; }

  /* Gallery */
  #m38-royal-page .m38-gallery-section {
    background:
      radial-gradient(circle at 4% 20%, rgba(24,44,69,.18), transparent 30%),
      linear-gradient(180deg, #090806, #130d09);
  }

  #m38-royal-page .m38-gallery-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
  }

  #m38-royal-page .m38-gallery-head h2 { margin-bottom: 0; font-size: clamp(25px, 6vw, 40px); }
  #m38-royal-page .m38-gallery-meta { flex: 0 0 auto; color: var(--m38-gold); font-size: 12px; }

  #m38-royal-page .m38-gallery {
    position: relative;
    max-width: 850px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 24px;
    background: #ece8e1;
    box-shadow: var(--m38-shadow);
    touch-action: pan-y;
    user-select: none;
  }

  #m38-royal-page .m38-gallery-viewport { position: relative; overflow: hidden; }
  #m38-royal-page .m38-gallery-track {
    display: flex;
    direction: ltr;
    transform: translate3d(-100%,0,0);
    transition: transform .42s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  #m38-royal-page .m38-gallery.is-dragging .m38-gallery-track { transition: none; }
  #m38-royal-page .m38-slide { position: relative; flex: 0 0 100%; margin: 0; background: #e9e4dc; }
  #m38-royal-page .m38-slide img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  #m38-royal-page .m38-gallery-top {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    left: 12px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
  }

  #m38-royal-page .m38-gallery-top span,
  #m38-royal-page .m38-zoom-hint {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 999px;
    color: #fff;
    background: rgba(7,6,5,.74);
    font-size: 11px;
    backdrop-filter: blur(8px);
  }

  #m38-royal-page .m38-gallery-count { direction: ltr; font-variant-numeric: tabular-nums; }
  #m38-royal-page .m38-zoom-hint { position: absolute; z-index: 4; left: 12px; bottom: 12px; }

  #m38-royal-page .m38-gallery-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
    background: rgba(7,6,5,.7);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 27px;
    backdrop-filter: blur(8px);
  }

  #m38-royal-page .m38-gallery-next { right: 11px; }
  #m38-royal-page .m38-gallery-prev { left: 11px; }
  #m38-royal-page .m38-gallery-progress { height: 3px; background: rgba(255,255,255,.13); }
  #m38-royal-page .m38-gallery-progress span {
    display: block;
    width: 8.333%;
    height: 100%;
    background: linear-gradient(90deg, var(--m38-bronze), var(--m38-gold));
    transition: width .3s ease;
  }

  #m38-royal-page .m38-gallery-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
    color: #eadfce;
    background: #17110d;
    font-size: 12px;
  }

  #m38-royal-page .m38-gallery-caption span:last-child { color: #a79782; }

  /* Product details */
  #m38-royal-page .m38-details { background: linear-gradient(180deg, #130d09, #090806); }
  #m38-royal-page .m38-details-card {
    padding: 26px 20px;
    border: 1px solid var(--m38-line);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
    box-shadow: var(--m38-shadow);
  }

  #m38-royal-page .m38-details-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #m38-royal-page .m38-details-list li {
    position: relative;
    padding-right: 28px;
    color: #eee3d3;
    font-size: 15px;
    line-height: 1.75;
  }

  #m38-royal-page .m38-details-list li::before {
    content: "";
    position: absolute;
    right: 0;
    top: .62em;
    width: 10px;
    height: 10px;
    border: 1px solid var(--m38-gold);
    border-radius: 50%;
    background: radial-gradient(circle, var(--m38-gold) 0 2px, transparent 3px);
    box-shadow: 18px 0 30px rgba(213,173,109,.4);
  }

  /* Story */
  #m38-royal-page .m38-story { background: #090806; }
  #m38-royal-page .m38-story-block {
    display: grid;
    gap: 24px;
    margin-bottom: 62px;
  }

  #m38-royal-page .m38-story-block:last-child { margin-bottom: 0; }
  #m38-royal-page .m38-story-image {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 24px;
    background: var(--m38-walnut);
    box-shadow: var(--m38-shadow);
  }

  #m38-royal-page .m38-story-image img { aspect-ratio: 1 / 1; object-fit: cover; }
  #m38-royal-page .m38-story-copy { align-self: center; }
  #m38-royal-page .m38-story-copy p { margin-bottom: 0; color: var(--m38-muted); font-size: 16px; line-height: 1.9; }

  #m38-royal-page .m38-feature-grid {
    display: grid;
    gap: 11px;
    margin-top: 22px;
  }

  #m38-royal-page .m38-feature-card {
    padding: 18px;
    border: 1px solid var(--m38-line);
    border-radius: 17px;
    background: var(--m38-card);
  }

  #m38-royal-page .m38-feature-card h3 { color: var(--m38-gold); }
  #m38-royal-page .m38-feature-card p { margin: 0; color: var(--m38-muted); font-size: 13px; line-height: 1.75; }

  /* Anatomy tabs */
  #m38-royal-page .m38-anatomy-tabs {
    display: flex;
    gap: 8px;
    margin-top: 13px;
    padding: 6px;
    border: 1px solid var(--m38-line);
    border-radius: 15px;
    background: #0d0a08;
  }

  #m38-royal-page .m38-anatomy-tab {
    flex: 1;
    min-height: 42px;
    border: 0;
    border-radius: 11px;
    color: #cdbfae;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
  }

  #m38-royal-page .m38-anatomy-tab.is-active { color: #160f08; background: linear-gradient(135deg, #e1c188, #b8864a); }
  #m38-royal-page .m38-anatomy-image { transition: opacity .2s ease; }
  #m38-royal-page .m38-anatomy-image.is-changing { opacity: .25; }

  /* Color collection */
  #m38-royal-page .m38-colors {
    background:
      radial-gradient(circle at 100% 0%, rgba(91,55,30,.3), transparent 31%),
      linear-gradient(180deg, #0b0907, #15100c);
  }

  #m38-royal-page .m38-color-grid { display: grid; gap: 14px; margin-top: 26px; }
  #m38-royal-page .m38-color-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 21px;
    background: #eee9e1;
    box-shadow: var(--m38-shadow);
  }

  #m38-royal-page .m38-color-card img { aspect-ratio: 1 / 1; object-fit: cover; }
  #m38-royal-page .m38-color-label {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    background: rgba(7,6,5,.78);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
  }

  /* Sizes */
  #m38-royal-page .m38-size-section { background: #0a0807; }
  #m38-royal-page .m38-size-layout { display: grid; gap: 24px; align-items: center; }
  #m38-royal-page .m38-size-visual {
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 24px;
    box-shadow: var(--m38-shadow);
  }

  #m38-royal-page .m38-size-visual img { aspect-ratio: 1 / 1; object-fit: cover; }
  #m38-royal-page .m38-sizes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
  #m38-royal-page .m38-size {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--m38-line);
    border-radius: 13px;
    color: #f6e9d7;
    background: #17110d;
    font-size: 14px;
    font-weight: 800;
  }

  #m38-royal-page .m38-size-note {
    margin: 16px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(213,173,109,.38);
    border-radius: 15px;
    color: #fff1dc;
    background: linear-gradient(135deg, rgba(213,173,109,.13), rgba(25,44,68,.17));
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
  }

  /* Trust */
  #m38-royal-page .m38-trust { background: linear-gradient(180deg, #0a0807, #130d09); }
  #m38-royal-page .m38-trust-grid { display: grid; gap: 12px; margin-top: 24px; }
  #m38-royal-page .m38-trust-card {
    padding: 20px;
    border: 1px solid var(--m38-line);
    border-radius: 18px;
    background: var(--m38-card);
  }

  #m38-royal-page .m38-trust-number {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border: 1px solid var(--m38-line);
    border-radius: 50%;
    color: var(--m38-gold);
    background: #17110d;
    font-size: 12px;
    font-weight: 900;
  }

  #m38-royal-page .m38-trust-card p { margin: 0; color: var(--m38-muted); font-size: 13px; line-height: 1.75; }

  /* FAQ */
  #m38-royal-page .m38-faq { background: #100c09; }
  #m38-royal-page .m38-faq-list { display: grid; gap: 10px; }
  #m38-royal-page .m38-faq-item {
    overflow: hidden;
    border: 1px solid var(--m38-line);
    border-radius: 16px;
    background: rgba(255,255,255,.026);
  }

  #m38-royal-page .m38-faq-item summary {
    position: relative;
    padding: 18px 49px 18px 17px;
    color: #f3e6d5;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
  }

  #m38-royal-page .m38-faq-item summary::-webkit-details-marker { display: none; }
  #m38-royal-page .m38-faq-item summary::before,
  #m38-royal-page .m38-faq-item summary::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--m38-gold);
    transform: translateY(-50%);
    transition: transform .2s ease;
  }

  #m38-royal-page .m38-faq-item summary::after { transform: translateY(-50%) rotate(90deg); }
  #m38-royal-page .m38-faq-item[open] summary::after { transform: translateY(-50%); }
  #m38-royal-page .m38-faq-answer { padding: 0 18px 18px; color: var(--m38-muted); font-size: 14px; line-height: 1.85; }

  /* Final price and order bridge */
  #m38-royal-page .m38-final-price {
    text-align: center;
    background:
      radial-gradient(circle at 50% 0%, rgba(173,124,67,.24), transparent 43%),
      linear-gradient(180deg, #17100b, #080706);
  }

  #m38-royal-page .m38-final-price .m38-price { display: block; margin-bottom: 4px; font-size: clamp(43px, 11vw, 72px); }
  #m38-royal-page .m38-tier-grid {
    display: grid;
    gap: 11px;
    max-width: 720px;
    margin: 24px auto 18px;
  }

  #m38-royal-page .m38-tier-card {
    padding: 20px;
    border: 1px solid var(--m38-line);
    border-radius: 18px;
    background: rgba(255,255,255,.032);
  }

  #m38-royal-page .m38-tier-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--m38-gold);
    font-size: 28px;
  }

  #m38-royal-page .m38-tier-card span { color: var(--m38-muted); font-size: 13px; }
  #m38-royal-page .m38-shipping-note { margin-bottom: 22px; color: var(--m38-muted); font-size: 13px; line-height: 1.8; }

  #m38-royal-page .m38-order-bridge {
    position: relative;
    padding: 58px 18px 36px;
    text-align: center;
    background: #080706;
  }

  #m38-royal-page .m38-order-bridge::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    left: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--m38-gold), transparent);
  }

  #m38-royal-page .m38-order-bridge > p { max-width: 640px; margin: 0 auto 21px; color: var(--m38-muted); line-height: 1.85; }
  #m38-royal-page .m38-order-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 8px;
    max-width: 700px;
    margin: 0 auto 20px;
  }

  #m38-royal-page .m38-order-step {
    padding: 14px 7px;
    border: 1px solid var(--m38-line);
    border-radius: 14px;
    color: #eadac4;
    background: rgba(255,255,255,.027);
    font-size: 11px;
  }

  #m38-royal-page .m38-order-step b { display: block; margin-bottom: 3px; color: var(--m38-gold); font-size: 18px; }
  #m38-royal-page .m38-form-cue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--m38-gold);
    font-size: 13px;
    animation: m38Cue 1.5s ease-in-out infinite;
  }

  #m38-royal-page .m38-form-cue::after { content: "↓"; font-size: 21px; }
  @keyframes m38Cue { 50% { transform: translateY(4px); } }

  /* Sticky CTA */
  #m38-royal-page .m38-sticky {
    position: fixed;
    z-index: 9998;
    right: 10px;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    max-width: 650px;
    margin-inline: auto;
    padding: 9px 10px 9px 14px;
    border: 1px solid rgba(224,189,128,.42);
    border-radius: 999px;
    background: rgba(12,9,7,.94);
    box-shadow: 0 16px 48px rgba(0,0,0,.48);
    backdrop-filter: blur(12px);
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
  }

  #m38-royal-page .m38-sticky.is-visible { transform: translateY(0); opacity: 1; }
  #m38-royal-page .m38-sticky.is-hidden-at-order { transform: translateY(calc(100% + 24px)); opacity: 0; }
  #m38-royal-page .m38-sticky-price { min-width: 82px; }
  #m38-royal-page .m38-sticky-price strong { display: block; color: #f8e9d0; font-size: 17px; }
  #m38-royal-page .m38-sticky-price span { color: #a89985; font-size: 9px; }
  #m38-royal-page .m38-sticky .m38-cta { min-height: 44px; flex: 1; padding: 9px 15px; font-size: 13px; }

  /* Lightbox */
  #m38-royal-page .m38-lightbox {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(2,2,2,.95);
    backdrop-filter: blur(9px);
  }

  #m38-royal-page .m38-lightbox.is-open { display: flex; }
  #m38-royal-page .m38-lightbox-stage { width: min(100%,920px); max-height: 90vh; overflow: auto; border-radius: 17px; background: #111; }
  #m38-royal-page .m38-lightbox-image { max-height: 88vh; object-fit: contain; cursor: zoom-in; transform-origin: center; transition: transform .2s ease; }
  #m38-royal-page .m38-lightbox-image.is-zoomed { transform: scale(1.55); cursor: zoom-out; }
  #m38-royal-page .m38-lightbox-close {
    position: fixed;
    z-index: 2;
    top: 14px;
    left: 14px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.7);
    cursor: pointer;
    font-size: 24px;
  }

  body.m38-no-scroll { overflow: hidden !important; }
  .m38-native-form-highlight {
    outline: 2px solid rgba(183,137,79,.48) !important;
    outline-offset: 7px !important;
    border-radius: 12px !important;
  }

  @media (min-width: 700px) {
    #m38-royal-page .m38-pad { padding-inline: 34px; }
    #m38-royal-page .m38-hero-grid { padding-inline: 34px; }
    #m38-royal-page .m38-proof-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    #m38-royal-page .m38-proof-item { border-bottom: 0; border-left: 1px solid var(--m38-line); }
    #m38-royal-page .m38-proof-item:last-child { border-left: 0; }
    #m38-royal-page .m38-details-card { padding: 36px; }
    #m38-royal-page .m38-details-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 34px; }
    #m38-royal-page .m38-feature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    #m38-royal-page .m38-color-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    #m38-royal-page .m38-trust-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    #m38-royal-page .m38-tier-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    #m38-royal-page .m38-order-step { padding-block: 18px; font-size: 13px; }
  }

  @media (min-width: 960px) {
    #m38-royal-page .m38-section { padding-block: 88px; }
    #m38-royal-page .m38-hero { min-height: 760px; align-items: center; }
    #m38-royal-page .m38-hero-grid { grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 58px; padding-block: 70px; }
    #m38-royal-page .m38-hero-visual { order: 0; }
    #m38-royal-page .m38-story-block { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 52px; align-items: center; margin-bottom: 90px; }
    #m38-royal-page .m38-story-block.m38-reverse .m38-story-image { order: 2; }
    #m38-royal-page .m38-story-block.m38-reverse .m38-story-copy { order: 1; }
    #m38-royal-page .m38-size-layout { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 52px; }
  }

  @media (prefers-reduced-motion: reduce) {
    #m38-royal-page *,
    #m38-royal-page *::before,
    #m38-royal-page *::after {
      scroll-behavior: auto !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
