
:root {
  --gold: #d3b16d;
  --paper: #efe1c3;
  --ink: #070806;
  --seal-red: #9f1f25;
  --seal-red-bright: #c43a40;
  --shop-cream-final: #f7f4ef;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--shop-cream-final);
  color: #33241d;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
}
body { overflow-x: hidden; overflow-y: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.site-shell { min-height: 100svh; background: var(--shop-cream-final); }
.header {
  position: fixed;
  z-index: 9999;
  top: clamp(24px, 3vw, 46px);
  left: clamp(26px, 4vw, 76px);
  right: clamp(26px, 4vw, 76px);
  display: grid;
  grid-template-columns: minmax(230px, 300px) 1fr minmax(130px, 160px);
  align-items: center;
  gap: 24px;
  height: 56px;
  padding: 4px 18px;
  border-radius: 14px;
  background: rgba(8, 13, 13, .72);
  border: 1px solid rgba(211, 177, 109, .10);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .10), inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: top .28s ease, height .28s ease, padding .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease, border-radius .28s ease;
}
.header.is-scrolled {
  top: 12px;
  height: 48px;
  padding: 3px 16px;
  border-radius: 12px;
  background: rgba(7, 10, 9, .88);
  border-color: rgba(211, 177, 109, .18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
}
.brand { display: inline-flex; align-items: center; width: min(300px, 18vw); min-width: 230px; }
.brand img { display: block; width: 100%; height: auto; max-height: 41px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.38)); transition: max-height .28s ease; }
.header.is-scrolled .brand img { max-height: 34px; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 1.7vw, 30px); text-transform: uppercase; letter-spacing: .10em; font-family: Arial, "Helvetica Neue", sans-serif; font-size: clamp(12px, .76vw, 15px); font-weight: 800; color: rgba(250,238,211,.90); text-shadow: 0 2px 10px rgba(0,0,0,.32); white-space: nowrap; transition: font-size .28s ease, gap .28s ease; }
.header.is-scrolled .nav { gap: clamp(14px, 1.55vw, 26px); font-size: clamp(11px, .72vw, 14px); }
.nav a { position: relative; padding: 5px 0 8px; color: rgba(250,238,211,.88); transition: color .25s ease, transform .25s ease; }
.nav a::before { content: ""; position: absolute; left: 50%; top: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--seal-red-bright); box-shadow: 0 0 8px rgba(179,38,44,.34); transform: translateX(-50%) scale(.45); opacity: 0; transition: all .25s ease; }
.nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 1.5px; border-radius: 999px; background: linear-gradient(90deg, var(--seal-red) 0%, var(--gold) 100%); transform: translateX(-50%); transition: width .25s ease; }
.nav a:hover { color: #fff3d4; }
.nav a:hover { transform: translateY(-1px); }
.nav a:hover::before { opacity: 1; transform: translateX(-50%) scale(1); }
.nav a:hover::after { width: 100%; }
.header-icons { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-icons button { position: relative; width: 28px; height: 28px; color: rgba(211,177,109,.82); transition: color .25s ease, transform .25s ease; }
.header-icons button:hover { color: #e7b3a8; transform: translateY(-1px); }
.header-icons svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.85; fill: none; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 2px 8px rgba(0,0,0,.28)); }
.policy-hero-image { position: relative; overflow: hidden; width: 100%; height: clamp(180px, 20vw, 310px); background: #15110d; }
.policy-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: .82; }
.policy-title-section { position: relative; z-index: 2; margin-top: clamp(-42px, -3.2vw, -24px); padding: clamp(26px, 3vw, 54px) 24px clamp(44px, 5vw, 86px); text-align: center; color: #33241d; background: var(--shop-cream-final); border-top-left-radius: 54% 42px; border-top-right-radius: 54% 42px; }
.policy-title-inner { max-width: 1080px; margin: 0 auto; }
.policy-kicker { margin: 0 0 14px; color: #bc8b31; font-family: Arial, "Helvetica Neue", sans-serif; font-size: clamp(11px, .85vw, 14px); line-height: 1; font-weight: 900; letter-spacing: .36em; text-transform: uppercase; }
.policy-title-section h1 { margin: 0; color: #33241d; font-size: clamp(54px, 6.2vw, 112px); line-height: .92; font-weight: 500; letter-spacing: -.055em; }
.policy-divider { width: min(360px, 48vw); margin: 22px auto 18px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #c8a45c; }
.policy-divider::before, .policy-divider::after { content: ""; flex: 1 1 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,164,92,.74)); }
.policy-divider::after { background: linear-gradient(90deg, rgba(200,164,92,.74), transparent); }
.policy-divider span { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 999px; border: 1px solid rgba(200,164,92,.42); background: rgba(12,10,8,.46); color: #d3b16d; font-size: 16px; }
.policy-subtitle { max-width: 820px; margin: 0 auto; color: rgba(51,36,29,.72); font-size: clamp(17px, 1.2vw, 22px); line-height: 1.55; }
.policy-content-section { padding: 0 clamp(20px, 4vw, 72px) clamp(84px, 8vw, 138px); color: #34251d; }
.policy-shell { width: min(1120px, 100%); margin: 0 auto; }
.policy-intro-card { margin: 0 auto clamp(24px, 3vw, 38px); padding: clamp(26px, 3vw, 42px); border-radius: 28px; border: 1px solid rgba(185,143,70,.22); background: rgba(255,255,255,.38); box-shadow: 0 20px 58px rgba(72,47,22,.06); text-align: center; }
.policy-mini-label { margin: 0 0 12px; color: #b88b37; font-family: Arial, "Helvetica Neue", sans-serif; font-size: 11px; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.policy-intro-card h2 { margin: 0; color: #2e211a; font-size: clamp(34px, 3.2vw, 56px); line-height: 1.03; font-weight: 500; letter-spacing: -.035em; }
.policy-intro-card p:not(.policy-mini-label) { max-width: 780px; margin: 16px auto 0; color: rgba(52,37,29,.68); font-size: clamp(16px, 1.05vw, 19px); line-height: 1.7; }
.policy-text-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.policy-text-card { padding: clamp(22px, 2.4vw, 32px); border-radius: 22px; border: 1px solid rgba(185,143,70,.20); background: rgba(255,255,255,.35); box-shadow: 0 15px 40px rgba(72,47,22,.045); }
.policy-text-card h3 { margin: 0 0 10px; color: #2e211a; font-size: clamp(22px, 1.6vw, 30px); line-height: 1.1; font-weight: 500; letter-spacing: -.025em; }
.policy-text-card p { margin: 0; color: rgba(52,37,29,.68); font-size: 16px; line-height: 1.72; }
.policy-note-card { margin-top: clamp(24px, 3vw, 38px); padding: clamp(22px, 2.6vw, 34px); border-radius: 24px; border: 1px solid rgba(185,143,70,.22); background: linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.26)); display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.policy-note-card span { flex: 0 0 auto; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: rgba(211,177,109,.14); border: 1px solid rgba(185,143,70,.24); color: rgba(134,96,32,.72); font-weight: 700; }
.policy-note-card p { margin: 0; flex: 1; color: rgba(52,37,29,.68); font-size: 16px; line-height: 1.65; }
.policy-note-card a { flex: 0 0 auto; min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid rgba(132,88,24,.20); background: linear-gradient(180deg, #f2d993 0%, #c89b3e 100%); color: #1f160f; font: 900 12px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 16px 34px rgba(142,95,32,.16); }
.site-footer { background: #14110d; color: rgba(250,238,211,.92); padding: clamp(48px, 5vw, 72px) clamp(20px, 3vw, 48px) 24px; border-top: 1px solid rgba(211,177,109,.14); }
.footer-shell { max-width: 1600px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: minmax(260px, 1.1fr) minmax(0, 2fr); gap: clamp(28px, 4vw, 80px); padding-bottom: clamp(28px, 3vw, 36px); border-bottom: 1px solid rgba(211,177,109,.12); }
.footer-brand__logo { display: inline-flex; width: min(270px, 70vw); margin-bottom: 20px; }
.footer-brand__logo img { display: block; width: 100%; height: auto; object-fit: contain; }
.footer-brand p { max-width: 360px; margin: 16px 0 0; color: rgba(239,225,195,.66); font-size: 16px; line-height: 1.75; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 34px); }
.footer-column h4 { margin: 0 0 14px; color: rgba(211,177,109,.92); font-family: Arial, "Helvetica Neue", sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-meta a { display: block; color: rgba(250,238,211,.86); text-decoration: none; font-size: 15px; line-height: 1.9; transition: color .2s ease, opacity .2s ease; }
.footer-column a:hover, .footer-meta a:hover { color: #f6ebcf; opacity: .75; }
.footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; align-items: center; flex-wrap: wrap; }
.footer-bottom p { margin: 0; color: rgba(239,225,195,.48); font-size: 13px; }
.footer-meta { display: flex; gap: 18px; }
.footer-meta a { font-size: 13px; line-height: 1.2; color: rgba(239,225,195,.58); }
@media (max-width: 1200px) { .header { grid-template-columns: minmax(170px, 220px) 1fr minmax(100px, 120px); gap: 12px; } .brand { min-width: 170px; } .nav { gap: 15px; font-size: 12px; letter-spacing: .08em; } }
@media (max-width: 900px) { .header { display: flex; justify-content: space-between; top: 22px; height: 54px; padding: 4px 14px; } .header.is-scrolled { top: 10px; height: 48px; } .nav { display: none; } .brand { width: 205px; min-width: 0; } .brand img { max-height: 36px; } .policy-text-grid { grid-template-columns: 1fr; } .footer-top { grid-template-columns: 1fr; } .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } .policy-note-card { flex-direction: column; align-items: flex-start; } }
@media (max-width: 560px) { .header { left: 18px; right: 18px; height: 50px; border-radius: 14px; padding: 0 12px; } .brand { width: 170px; } .brand img { max-height: 32px; } .header-icons { gap: 10px; } .header-icons button { width: 25px; height: 25px; } .policy-title-section h1 { font-size: clamp(42px, 13vw, 72px); } .policy-title-section { padding-left: 18px; padding-right: 18px; } .policy-content-section { padding-left: 18px; padding-right: 18px; } .policy-intro-card, .policy-text-card { border-radius: 20px; } .footer-links { grid-template-columns: 1fr; } .footer-bottom { align-items: flex-start; flex-direction: column; } }
.mobile-nav-toggle,
.mobile-search-toggle,
.mobile-panel-backdrop,
.mobile-drawer {
  display: none !important;
}

.footer-accordion-toggle {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(211,177,109,.92);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: left;
}

.footer-accordion-toggle i {
  display: none;
  font-style: normal;
}

.footer-column-links {
  display: block;
}

@media (max-width: 900px) {
  body.mobile-panel-open {
    overflow: hidden !important;
  }

  .header,
  .header.is-scrolled {
    left: 16px !important;
    right: 16px !important;
    top: 24px !important;
    height: 60px !important;
    padding: 0 12px !important;
    display: grid !important;
    grid-template-columns: 34px 34px minmax(0, 1fr) 34px 34px !important;
    align-items: center !important;
    gap: 7px !important;
    border-radius: 18px !important;
    background: rgba(7, 12, 12, .88) !important;
    border: 1px solid rgba(211, 177, 109, .16) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .header.is-scrolled {
    top: 12px !important;
    height: 54px !important;
  }

  .mobile-nav-toggle,
  .mobile-search-toggle {
    display: grid !important;
    place-items: center !important;
    width: 34px !important;
    height: 34px !important;
    color: rgba(222, 192, 132, .96) !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .mobile-nav-toggle {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .mobile-search-toggle {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  .mobile-nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 1.7px !important;
    margin: 2.8px 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    box-shadow: 0 1px 7px rgba(0,0,0,.24) !important;
  }

  .mobile-search-toggle svg {
    width: 21px !important;
    height: 21px !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .header .brand {
    grid-column: 3 !important;
    justify-self: center !important;
    width: min(43vw, 190px) !important;
    min-width: 0 !important;
    max-width: 190px !important;
  }

  .header .brand img,
  .header.is-scrolled .brand img {
    width: 100% !important;
    max-height: 38px !important;
    object-fit: contain !important;
  }

  .header .nav {
    display: none !important;
  }

  .header-icons {
    display: contents !important;
  }

  .desktop-search-btn {
    display: none !important;
  }

  .mobile-panel-backdrop {
    display: block !important;
    position: fixed !important;
    z-index: 10000 !important;
    inset: 0 !important;
    background: rgba(0,0,0,.42) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .28s ease !important;
  }

  .mobile-panel-backdrop.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-drawer {
    display: block !important;
    position: fixed !important;
    z-index: 10001 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: min(86vw, 360px) !important;
    padding: 22px 22px 28px !important;
    background: #14110d !important;
    color: rgba(250,238,211,.92) !important;
    border-right: 1px solid rgba(211,177,109,.18) !important;
    box-shadow: 22px 0 46px rgba(0,0,0,.34) !important;
    transform: translateX(-105%) !important;
    transition: transform .32s cubic-bezier(.2,.72,.2,1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile-drawer.is-open {
    transform: translateX(0) !important;
  }

  .mobile-search-drawer {
    width: min(92vw, 420px) !important;
  }

  .mobile-drawer__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid rgba(211,177,109,.14) !important;
  }

  .mobile-drawer__head img {
    width: 185px !important;
    max-width: 70% !important;
    height: auto !important;
    display: block !important;
  }

  .mobile-drawer__head strong {
    color: #f6ebcf !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer-close {
    width: 36px !important;
    height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    border: 1px solid rgba(211,177,109,.2) !important;
    background: rgba(255,255,255,.035) !important;
    color: rgba(250,238,211,.92) !important;
    font-size: 26px !important;
    line-height: 1 !important;
  }

  .mobile-drawer__links {
    display: grid !important;
    gap: 0 !important;
    padding: 18px 0 !important;
  }

  .mobile-drawer__links a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    color: rgba(250,238,211,.92) !important;
    text-decoration: none !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(211,177,109,.10) !important;
  }

  .mobile-drawer__links a::after {
    content: "→" !important;
    color: rgba(211,177,109,.82) !important;
  }

  .mobile-drawer__cta a,
  .mobile-search-form button {
    display: inline-grid !important;
    place-items: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #dec084 0%, #cfa860 100%) !important;
    color: #171108 !important;
    text-decoration: none !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase !important;
    border: 0 !important;
  }

  .mobile-search-form {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    margin-top: 22px !important;
  }

  .mobile-search-form input {
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(211,177,109,.22) !important;
    background: rgba(255,255,255,.055) !important;
    color: rgba(250,238,211,.96) !important;
    outline: none !important;
  }

  .mobile-search-form input::placeholder {
    color: rgba(250,238,211,.46) !important;
  }

  .mobile-search-suggestions {
    display: grid !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .mobile-search-suggestions a {
    color: rgba(250,238,211,.86) !important;
    text-decoration: none !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(211,177,109,.10) !important;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 34px 20px 22px !important;
  }

  .footer-shell {
    max-width: 100% !important;
  }

  .footer-top {
    display: block !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(211,177,109,.12) !important;
  }

  .footer-brand {
    text-align: center !important;
    margin-bottom: 24px !important;
  }

  .footer-brand__logo {
    display: inline-block !important;
  }

  .footer-brand__logo img {
    width: min(58vw, 220px) !important;
    margin: 0 auto !important;
  }

  .footer-brand p {
    max-width: 320px !important;
    margin: 16px auto 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: rgba(239,225,195,.66) !important;
  }

  .footer-links {
    display: block !important;
  }

  .footer-column {
    border-top: 1px solid rgba(211,177,109,.14) !important;
  }

  .footer-column:last-child {
    border-bottom: 1px solid rgba(211,177,109,.14) !important;
  }

  .footer-accordion-toggle {
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: rgba(222,192,132,.96) !important;
    cursor: pointer !important;
  }

  .footer-accordion-toggle i {
    display: block !important;
    font-size: 18px !important;
    color: rgba(250,238,211,.72) !important;
    transition: transform .22s ease !important;
  }

  .footer-column.is-open .footer-accordion-toggle i {
    transform: rotate(45deg) !important;
  }

  .footer-column-links {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 !important;
    transition: max-height .28s ease, opacity .22s ease, padding .22s ease !important;
  }

  .footer-column.is-open .footer-column-links {
    max-height: 260px !important;
    opacity: 1 !important;
    padding: 0 0 16px !important;
  }

  .footer-column-links a {
    display: block !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .footer-bottom {
    padding-top: 18px !important;
    align-items: center !important;
    text-align: center !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .footer-meta {
    justify-content: center !important;
    gap: 14px !important;
  }
}
@media (max-width: 900px) {
  .mobile-nav-toggle {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  .mobile-nav-toggle span {
    width: 16px !important;
    height: 1.15px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(224, 190, 118, .92) !important;
    box-shadow: none !important;
    opacity: .96 !important;
  }
}
@media (max-width: 900px) {
  body.mobile-panel-open {
    overflow: hidden !important;
  }

  .header {
    position: fixed !important;
    top: max(16px, calc(env(safe-area-inset-top, 0px) + 10px)) !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 9999 !important;

    height: 64px !important;
    min-height: 64px !important;
    padding: 0 18px !important;
    border-radius: 18px !important;

    display: grid !important;
    grid-template-columns: 34px 34px minmax(0, 1fr) 34px 34px !important;
    align-items: center !important;
    gap: 10px !important;

    background: rgba(5, 10, 9, .92) !important;
    border: 1px solid rgba(211, 177, 109, .16) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .header.is-scrolled {
    top: max(12px, calc(env(safe-area-inset-top, 0px) + 8px)) !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 17px !important;
    border-radius: 17px !important;
  }

  .header::before,
  .header::after {
    display: none !important;
    content: none !important;
  }

  .nav {
    display: none !important;
  }

  .brand {
    grid-column: 3 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 180px !important;
  }

  .brand img {
    display: block !important;
    width: auto !important;
    height: 34px !important;
    max-width: 180px !important;
    object-fit: contain !important;
  }

  .mobile-nav-toggle,
.mobile-search-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #d9b76a !important;
  }

  .mobile-nav-toggle {
    grid-column: 1 !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .mobile-nav-toggle span {
    display: block !important;
    width: 17px !important;
    height: 1.4px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    margin: 0 !important;
    opacity: .92 !important;
  }

  .mobile-search-toggle {
    grid-column: 2 !important;
  }

  .mobile-search-toggle svg {
    width: 21px !important;
    height: 21px !important;
    stroke: currentColor !important;
    stroke-width: 1.75 !important;
    fill: none !important;
  }

  .header-icons {
    display: contents !important;
  }

  .desktop-search-btn {
    display: none !important;
  }

  .mobile-panel-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9997 !important;
    display: block !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: rgba(0, 0, 0, .42) !important;
    transition: opacity .24s ease !important;
  }

  .mobile-panel-backdrop.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9998 !important;
    width: min(86vw, 360px) !important;
    padding: max(22px, calc(env(safe-area-inset-top, 0px) + 18px)) 22px 26px !important;
    background: #120f0b !important;
    color: #f3e6c8 !important;
    box-shadow: 20px 0 50px rgba(0, 0, 0, .35) !important;
    transform: translateX(-104%) !important;
    transition: transform .28s ease !important;
    overflow-y: auto !important;
  }

  .mobile-search-drawer {
    width: min(92vw, 400px) !important;
  }

  .mobile-drawer.is-open {
    transform: translateX(0) !important;
  }

  .mobile-drawer__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(211, 177, 109, .18) !important;
  }

  .mobile-drawer__head img {
    width: 148px !important;
    height: auto !important;
    display: block !important;
  }

  .mobile-drawer__head strong {
    color: #d9b76a !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer-close {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #d9b76a !important;
    border: 1px solid rgba(211, 177, 109, .24) !important;
    border-radius: 999px !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .mobile-drawer__links {
    display: grid !important;
    gap: 0 !important;
    padding: 18px 0 !important;
  }

  .mobile-drawer__links a,
  .mobile-search-suggestions a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    border-bottom: 1px solid rgba(211, 177, 109, .10) !important;
    color: #f4ead0 !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  .mobile-drawer__cta a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    margin-top: 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #e5c676, #b88932) !important;
    color: #171008 !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  .mobile-search-form {
    display: grid !important;
    gap: 12px !important;
    padding: 22px 0 16px !important;
  }

  .mobile-search-form input {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(211, 177, 109, .22) !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #f4ead0 !important;
    outline: 0 !important;
  }

  .mobile-search-form button {
    min-height: 46px !important;
    border-radius: 999px !important;
    background: #d9b76a !important;
    color: #171008 !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 38px 22px 28px !important;
    background: #120f0b !important;
    color: #f3e6c8 !important;
  }

  .footer-shell {
    width: 100% !important;
    max-width: none !important;
  }

  .footer-top {
    display: block !important;
  }

  .footer-brand {
    margin-bottom: 24px !important;
  }

  .footer-brand__logo img,
  .footer-brand img {
    width: 150px !important;
    height: auto !important;
  }

  .footer-brand p {
    margin: 16px 0 0 !important;
    max-width: 330px !important;
    color: rgba(243, 230, 200, .78) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .footer-links {
    display: block !important;
  }

  .footer-column {
    border-top: 1px solid rgba(211, 177, 109, .16) !important;
    padding: 0 !important;
  }

  .footer-column:last-child {
    border-bottom: 1px solid rgba(211, 177, 109, .16) !important;
  }

  .footer-accordion-toggle {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    color: #d9b76a !important;
    font-family: Arial, "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
  }

  .footer-accordion-toggle i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    font-style: normal !important;
    transition: transform .22s ease !important;
  }

  .footer-column.is-open .footer-accordion-toggle i {
    transform: rotate(45deg) !important;
  }

  .footer-column-links {
    display: none !important;
    padding: 0 0 18px !important;
  }

  .footer-column.is-open .footer-column-links {
    display: grid !important;
    gap: 12px !important;
  }

  .footer-column-links a {
    color: #f4ead0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  .footer-bottom {
    display: block !important;
    margin-top: 24px !important;
    padding-top: 18px !important;
    border-top: 0 !important;
    color: rgba(243, 230, 200, .58) !important;
    font-size: 12px !important;
  }

  .footer-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 420px) {
  .header {
    left: 12px !important;
    right: 12px !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 14px !important;
    grid-template-columns: 30px 30px minmax(0, 1fr) 30px 30px !important;
    gap: 8px !important;
    border-radius: 16px !important;
  }

  .brand img {
    height: 30px !important;
    max-width: 150px !important;
  }

  .mobile-nav-toggle,
.mobile-search-toggle {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .mobile-search-toggle svg {
    width: 20px !important;
    height: 20px !important;
  }

  .mobile-nav-toggle span {
    width: 16px !important;
  }
}
[aria-label="Cart"],
.cart {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.header-icons {
  justify-content: flex-end !important;
}

@media (max-width: 900px) {
  .header {
    grid-template-columns: 34px 34px minmax(0, 1fr) 34px !important;
  }
}

@media (max-width: 420px) {
  .header {
    grid-template-columns: 30px 30px minmax(0, 1fr) 30px !important;
  }
}
.desktop-search-btn,
.mobile-search-toggle,
.mobile-search-drawer,
[aria-label="Cart"],
.cart {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.header.header-chat-icons .header-social-icon,
.header.header-chat-icons .header-whatsapp-btn.header-social-icon,
.header.header-chat-icons .desktop-messenger-link.header-social-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(211, 177, 109, .34) !important;
  background: rgba(8, 13, 13, .26) !important;
  color: #d9b76a !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
  text-decoration: none !important;
  transition: color .22s ease, border-color .22s ease, transform .22s ease, background .22s ease !important;
}

.header.header-chat-icons .header-social-icon:hover,
.header.header-chat-icons .header-whatsapp-btn.header-social-icon:hover,
.header.header-chat-icons .desktop-messenger-link.header-social-icon:hover {
  color: #f3d8c9 !important;
  border-color: rgba(211, 177, 109, .58) !important;
  background: rgba(211, 177, 109, .08) !important;
  transform: translateY(-1px) !important;
}

.header.header-chat-icons .header-social-icon svg,
.header.header-chat-icons .header-whatsapp-btn.header-social-icon svg,
.header.header-chat-icons .desktop-messenger-link.header-social-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
  stroke: none !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .24)) !important;
}

@media (min-width: 901px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    display: grid !important;
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) minmax(300px, 360px) !important;
    min-height: 76px !important;
    height: 76px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    column-gap: clamp(18px, 2.2vw, 42px) !important;
  }

  .header.header-chat-icons .mobile-nav-toggle {
    display: none !important;
  }

  .header.header-chat-icons .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .header.header-chat-icons .brand img {
    display: block !important;
    max-height: 44px !important;
    width: auto !important;
  }

  .header.header-chat-icons .nav {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header.header-chat-icons .header-icons {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: auto !important;
    min-width: 92px !important;
    height: 40px !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(104px, 150px) !important;
  }

  .header.header-chat-icons .nav {
    gap: clamp(14px, 1.8vw, 24px) !important;
    font-size: clamp(12px, 1.25vw, 14px) !important;
    letter-spacing: .10em !important;
  }

  .header.header-chat-icons .brand img {
    max-height: 38px !important;
  }
}

@media (max-width: 900px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 82px !important;
    grid-template-rows: 1fr !important;
    column-gap: 8px !important;
    align-items: center !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 16px !important;
  }

  .header.header-chat-icons .mobile-nav-toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: inline-flex !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }

  .header.header-chat-icons .brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .header.header-chat-icons .brand img {
    display: block !important;
    max-height: 34px !important;
    width: auto !important;
  }

  .header.header-chat-icons .nav {
    display: none !important;
  }

  .header.header-chat-icons .header-icons {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: 82px !important;
    min-width: 82px !important;
    height: 34px !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(211, 177, 109, .30) !important;
    background: rgba(8, 13, 13, .20) !important;
    box-shadow: none !important;
    color: #d9b76a !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon svg,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 420px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    grid-template-columns: 38px minmax(0, 1fr) 72px !important;
    min-height: 60px !important;
    height: 60px !important;
    padding: 0 14px !important;
    column-gap: 6px !important;
  }

  .header.header-chat-icons .header-icons {
    width: 72px !important;
    min-width: 72px !important;
    gap: 6px !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    flex-basis: 31px !important;
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon svg,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .header.header-chat-icons .brand img {
    max-height: 31px !important;
  }
}
@media (min-width: 901px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    box-sizing: border-box !important;
    padding-left: clamp(48px, 4.2vw, 88px) !important;
    padding-right: clamp(48px, 4.2vw, 88px) !important;
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr) minmax(250px, 360px) !important;
    align-items: center !important;
  }

  .header.header-chat-icons .brand {
    justify-self: start !important;
    margin-left: 0 !important;
  }

  .header.header-chat-icons .nav {
    justify-self: center !important;
  }

  .header.header-chat-icons .header-icons {
    justify-self: end !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 900px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    box-sizing: border-box !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 420px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 901px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    display: grid !important;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(220px, 280px) !important;
    column-gap: clamp(22px, 2.4vw, 46px) !important;
    align-items: center !important;
    box-sizing: border-box !important;
    height: 76px !important;
    min-height: 76px !important;
    padding-left: clamp(56px, 4.2vw, 86px) !important;
    padding-right: clamp(56px, 4.2vw, 86px) !important;
  }

  .header.header-chat-icons .mobile-nav-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .header.header-chat-icons .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    background: transparent !important;
  }

  .header.header-chat-icons .brand img,
  .header.header-chat-icons.is-scrolled .brand img {
    display: block !important;
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 44px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header.header-chat-icons .nav {
    grid-column: 2 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header.header-chat-icons .header-icons {
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    margin: 0 !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon svg,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    grid-template-columns: 170px minmax(0, 1fr) 170px !important;
    column-gap: 16px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .header.header-chat-icons .brand {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
  }

  .header.header-chat-icons .brand img,
  .header.header-chat-icons.is-scrolled .brand img {
    width: 170px !important;
    max-width: 170px !important;
    max-height: 38px !important;
  }

  .header.header-chat-icons .nav {
    gap: 16px !important;
  }

  .header.header-chat-icons .nav a {
    font-size: 12px !important;
    letter-spacing: .12em !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}

@media (max-width: 900px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 82px !important;
    grid-template-rows: 1fr !important;
    column-gap: 8px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    height: 64px !important;
    min-height: 64px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header.header-chat-icons .mobile-nav-toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }

  .header.header-chat-icons .brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header.header-chat-icons .brand img,
  .header.header-chat-icons.is-scrolled .brand img {
    display: block !important;
    width: auto !important;
    max-width: min(44vw, 190px) !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .header.header-chat-icons .nav {
    display: none !important;
  }

  .header.header-chat-icons .header-icons {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: 82px !important;
    min-width: 82px !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    display: inline-flex !important;
    position: static !important;
    transform: none !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin: 0 !important;
  }
}

@media (max-width: 420px) {
  .header.header-chat-icons,
  .header.header-chat-icons.is-scrolled {
    grid-template-columns: 34px minmax(0, 1fr) 72px !important;
    height: 60px !important;
    min-height: 60px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .header.header-chat-icons .brand img,
  .header.header-chat-icons.is-scrolled .brand img {
    max-width: min(42vw, 165px) !important;
    max-height: 31px !important;
  }

  .header.header-chat-icons .header-icons {
    width: 72px !important;
    min-width: 72px !important;
    gap: 6px !important;
  }

  .header.header-chat-icons .desktop-messenger-link.header-social-icon,
  .header.header-chat-icons .header-whatsapp-btn.header-social-icon {
    flex-basis: 31px !important;
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
  }
}

/* === Premium policy CTA arrows === */
.policy-page a > span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: rgba(185, 143, 70, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24);
  font-size: 0 !important;
  line-height: 0;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.policy-page a > span::before {
  content: "↗";
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.policy-page a:hover > span {
  transform: translateX(2px) translateY(-1px);
  box-shadow: 0 10px 20px rgba(60, 42, 24, 0.08), inset 0 1px 0 rgba(255,255,255,.30);
}

/* === DAO SIGIL premium policy CTA icons === */
.policy-page a > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  margin-left: 8px !important;
  border-radius: 999px !important;
  border: 1px solid currentColor !important;
  background: rgba(185,143,70,0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transition: transform .24s ease, box-shadow .24s ease !important;
}
.policy-page a > span::before {
  content: "↗";
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
.policy-page a:hover > span {
  transform: translateX(2px) translateY(-1px);
  box-shadow: 0 10px 18px rgba(46,32,16,0.08), inset 0 1px 0 rgba(255,255,255,0.28) !important;
}

/* === Mobile footer brand copy centered === */
@media (max-width: 767px) {
  .footer-brand {
    text-align: center !important;
  }

  .footer-brand__logo {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-brand p {
    margin: 16px auto 0 !important;
    text-align: center !important;
  }
}

