:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --paper-2: #f7f7f5;
  --ink: #273029;
  --muted: #6c746d;
  --line: #d9ddd4;
  --sage: #657767;
  --sage-dark: #405444;
  --accent: #b79463;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(37, 49, 40, .09);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; backdrop-filter: blur(18px); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(39,48,41,.07); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; border: 1px solid var(--sage); border-radius: 50% 50% 47% 53%; display: inline-grid; place-items: center; font-family: Georgia, serif; font-size: 21px; color: var(--sage-dark); transform: rotate(-3deg); }
.brand-words { display: grid; line-height: 1; }
.brand-words strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.brand-words small { margin-top: 5px; font-size: 9px; letter-spacing: .32em; color: var(--muted); }
.main-nav { display: flex; gap: 28px; }
.main-nav a { position: relative; text-decoration: none; font-size: 14px; color: #4d574f; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--sage); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.hero { padding: 86px 0 34px; }
.hero-inner { text-align: center; max-width: 980px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: .24em; color: var(--sage); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(48px, 7vw, 86px); line-height: 1.04; }
h1 em { font-weight: 400; color: var(--sage-dark); }
.hero-copy { max-width: 720px; margin: 0 auto; font-size: clamp(17px, 2vw, 20px); color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: 14px; text-decoration: none; color: var(--sage-dark); border-bottom: 1px solid rgba(64,84,68,.28); padding-bottom: 3px; }
.text-link:hover, .text-link:focus-visible { border-bottom-color: var(--sage-dark); }
.world-section { padding: 20px 0 96px; }
.section-heading { margin-bottom: 30px; }
.section-heading--center { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .about-copy h2 { margin-bottom: 16px; font-size: clamp(38px, 5vw, 60px); line-height: 1.08; }
.section-heading p:last-child { color: var(--muted); max-width: 700px; margin: 0 auto; }
.map-stage { position: relative; width: min(900px, 100%); min-height: 390px; margin-inline: auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 40%, #ffffff 0%, #f8f8f6 82%); overflow: hidden; box-shadow: var(--shadow); }
.map-stage::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(101,119,103,.11) .7px, transparent .7px); background-size: 19px 19px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), transparent 85%); }
.world-map { position: relative; z-index: 1; width: 95%; opacity: .9; }
.map-marker { position: absolute; z-index: 5; width: 22px; height: 22px; border: 0; padding: 0; border-radius: 50%; background: transparent; cursor: pointer; text-decoration: none; transform: translate(-50%, -50%); }
.map-marker .dot { position: absolute; inset: 5px; border-radius: 50%; background: var(--sage-dark); box-shadow: 0 0 0 2px rgba(255,255,255,.95); }
.map-marker .pulse { position: absolute; inset: 0; border: 1px solid rgba(64,84,68,.5); border-radius: 50%; animation: pulse 2.3s infinite; }
@keyframes pulse { 0% { transform: scale(.75); opacity: .9; } 75%,100% { transform: scale(2.15); opacity: 0; } }
.map-marker--australia { left: 90.3%; top: 84.7%; }
.map-marker--singapore { left: 78.8%; top: 57.7%; }
.map-marker--israel { left: 59.7%; top: 36.5%; }
.map-marker--coming .dot { background: var(--accent); }
.map-marker--coming .pulse { border-color: rgba(183,148,99,.6); }
.marker-card { position: absolute; width: 196px; bottom: 31px; display: grid; gap: 2px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 14px 35px rgba(38,49,41,.14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; pointer-events: none; text-align: left; color: var(--ink); }
.marker-card--left { right: -14px; }
.marker-card--right { left: -14px; }
.marker-card strong { font-family: Georgia, serif; font-size: 18px; }
.marker-card small { color: var(--muted); line-height: 1.4; }
.marker-action { margin-top: 7px; font-size: 11px; font-weight: 800; letter-spacing: .08em; color: var(--sage-dark); text-transform: uppercase; }
.map-marker:hover .marker-card, .map-marker:focus-visible .marker-card, .map-marker.is-open .marker-card { opacity: 1; visibility: visible; transform: translateY(0); }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.country-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #ffffff; }
.country-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.country-card-top span { font-size: 27px; }
.country-card-top small { font-size: 9px; letter-spacing: .18em; font-weight: 800; color: var(--sage); }
.country-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.country-card p { min-height: 106px; color: var(--muted); font-size: 14px; }
.country-card--muted { background: #f7f7f5; }
.text-link--disabled { border: 0; color: #8a8c87; cursor: default; }
.brands-section { padding: 96px 0; background: var(--paper); border-block: 1px solid rgba(39,48,41,.06); }
.brands-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 48px; }
.brands-heading p:last-child { justify-self: end; max-width: 500px; margin: 0; color: var(--muted); }
.brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.brand-card { min-height: 150px; padding: 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.brand-card:hover, .brand-card:focus-visible { transform: translateY(-3px); border-color: #bdc7ba; box-shadow: 0 12px 28px rgba(37,49,40,.08); }
.brand-card img { width: 100%; height: 72px; object-fit: contain; }
.brand-card span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.seo-brand-copy { max-width: 890px; margin: 34px auto 0; text-align: center; color: var(--muted); font-size: 14px; }
.about-section { padding: 112px 0; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.about-copy .lead { font-size: 19px; color: #4c574e; }
.about-copy p:not(.eyebrow) { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.value-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #ffffff; }
.value-grid article:first-child { grid-column: 1 / -1; min-height: 210px; }
.value-grid span { display: inline-block; margin-bottom: 44px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.value-grid h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin-bottom: 8px; }
.value-grid p { color: var(--muted); font-size: 14px; }
.contact-section { padding: 96px 0 110px; background: #2c372f; color: #f6f4ee; }
.contact-heading .eyebrow { color: #b8c5b8; }
.contact-heading p:last-child { color: #c3cbc4; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-grid article { min-height: 300px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.contact-country { display: flex; align-items: center; gap: 11px; margin-bottom: 36px; }
.contact-country span { font-size: 25px; }
.contact-country strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.contact-grid address { min-height: 130px; font-style: normal; color: #cbd2cc; }
.contact-grid address a, .contact-grid .text-link { color: #f2efe7; }
.contact-coming p { color: #cbd2cc; }
.status-pill { display: inline-block; margin-top: 28px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.site-footer { background: #222b25; color: #e9ebe8; }
.footer-main { display: flex; justify-content: space-between; gap: 60px; padding: 60px 0; }
.brand--footer .brand-mark { color: #e8e5dc; border-color: rgba(255,255,255,.35); }
.brand--footer .brand-words small { color: #aab3ab; }
.footer-brand p { margin: 16px 0 0; color: #aeb7b0; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(140px,1fr)); gap: 80px; }
.footer-links div { display: grid; align-content: start; gap: 8px; font-size: 13px; }
.footer-links strong { margin-bottom: 7px; color: white; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #b8c0ba; text-decoration: none; }
.footer-links span { color: #818c84; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0 32px; border-top: 1px solid rgba(255,255,255,.1); color: #869189; font-size: 11px; }
@media (max-width: 980px) {
  :root { --shell: min(100% - 34px, 900px); }
  .hero { padding-top: 64px; padding-bottom: 28px; }
  .map-stage { min-height: 360px; width: min(820px, 100%); }
  .marker-card { display: none; }
  .country-grid, .contact-grid { grid-template-columns: 1fr; }
  .country-card p { min-height: 0; }
  .brands-heading { grid-template-columns: 1fr; gap: 12px; }
  .brands-heading p:last-child { justify-self: start; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 700px) {
  .site-header { position: static; }
  .header-inner { min-height: 76px; }
  .main-nav { display: none; }
  .hero { padding: 56px 0 24px; }
  .hero-copy { font-size: 16px; }
  .world-section { padding: 12px 0 64px; }
  .brands-section, .about-section, .contact-section { padding-block: 70px; }
  .map-stage { min-height: 250px; border-radius: 22px; width: 100%; }
  .world-map { width: 100%; transform: scale(1.05); }
  .map-marker { width: 18px; height: 18px; }
  .map-marker .dot { inset: 4px; }
  .country-grid { margin-top: 16px; }
  .country-card { padding: 24px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-card { min-height: 112px; padding: 12px; }
  .brand-card img { height: 58px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article:first-child { grid-column: auto; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-links { gap: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Revision: logo-only header, regional map crop, logo-first brand grid */
.brand--logo-only { display:inline-flex; align-items:center; text-decoration:none; }
.site-logo { width: 188px; height: auto; max-height: 58px; object-fit: contain; }
.site-logo--footer { filter: brightness(0) invert(1); opacity: .92; }
.brand-card { overflow:hidden; }
.brand-card .brand-logo-img { width:100%; max-width:170px; height:82px; object-fit:contain; }

.map-marker--australia { left: 84.5%; top: 87.0%; }
.map-marker--singapore { left: 66.1%; top: 56.5%; }
.map-marker--israel { left: 35.5%; top: 32.6%; }
.world-map { width: 100%; }
@media (max-width:700px){ .site-logo{width:166px;} .brand-card .brand-logo-img{height:64px;max-width:145px;} }

/* V4 — real brand artwork */
.brand-card { padding: 20px 22px; min-height: 145px; }
.brand-card .brand-logo-img { width: 100%; max-width: 190px; height: 88px; object-fit: contain; }
.brand-card--dark-logo .brand-logo-img { max-width: 205px; height: 96px; border-radius: 8px; }
@media (max-width:700px){
  .brand-card { min-height: 108px; padding: 12px 14px; }
  .brand-card .brand-logo-img { max-width: 152px; height: 66px; }
  .brand-card--dark-logo .brand-logo-img { height: 72px; }
}


/* V5 — client supplied logos and non-clickable brand grid */
.site-logo { width: 240px; max-height: 72px; }
.site-logo--footer { filter: none; background: rgba(255,255,255,.96); padding: 8px 12px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.brand-card { cursor: default; }
.brand-card:hover, .brand-card:focus-visible { transform: none; border-color: var(--line); box-shadow: none; }
.brand-card--thorne .brand-logo-img,
.brand-card--trace .brand-logo-img,
.brand-card--jigsaw .brand-logo-img { max-width: 220px; height: 102px; }
.brand-card--fiq .brand-logo-img { max-width: 220px; height: 78px; }
.brand-card--ancient .brand-logo-img { max-width: 210px; height: 94px; }
@media (max-width:700px){
  .site-logo{width:190px; max-height:60px;}
  .site-logo--footer { padding: 7px 10px; }
  .brand-card--thorne .brand-logo-img,
  .brand-card--trace .brand-logo-img,
  .brand-card--jigsaw .brand-logo-img { max-width: 170px; height: 76px; }
  .brand-card--fiq .brand-logo-img { max-width: 172px; height: 58px; }
  .brand-card--ancient .brand-logo-img { max-width: 168px; height: 72px; }
}


/* V6 — uploaded Great Lakes/Eden/Aussie logos, larger key brand logos, transparent footer logo */
.site-logo--footer { background: transparent; padding: 0; border-radius: 0; box-shadow: none; }
.brand-card--thorne .brand-logo-img,
.brand-card--trace .brand-logo-img,
.brand-card--jigsaw .brand-logo-img { max-width: 250px; height: 118px; }
.brand-card--greatlakes .brand-logo-img { max-width: 235px; height: 94px; }
.brand-card--eden .brand-logo-img { max-width: 210px; height: 92px; }
.brand-card--aussie .brand-logo-img { max-width: 170px; height: 122px; }
@media (max-width:700px){
  .brand-card--thorne .brand-logo-img,
  .brand-card--trace .brand-logo-img,
  .brand-card--jigsaw .brand-logo-img { max-width: 182px; height: 88px; }
  .brand-card--greatlakes .brand-logo-img { max-width: 176px; height: 74px; }
  .brand-card--eden .brand-logo-img { max-width: 164px; height: 74px; }
  .brand-card--aussie .brand-logo-img { max-width: 132px; height: 92px; }
}


/* V7 — remove country code badges and update Rosita logo */
.country-card-top { justify-content: flex-end; }
.contact-country { justify-content: flex-start; }
.brand-card--rosita .brand-logo-img { max-width: 210px; height: 94px; }
@media (max-width:700px){ .brand-card--rosita .brand-logo-img { max-width: 162px; height: 72px; } }


/* V8 — country titles inline with status, larger Jigsaw logo */
.country-card-top { align-items: flex-start; justify-content: space-between; margin-bottom: 18px; gap: 12px; }
.country-card-top h3 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.1; }
.country-card h3 { margin-bottom: 10px; }
.country-card > h3 { display:none; }
.country-card p { min-height: 92px; color: var(--muted); font-size: 14px; }
.brand-card--jigsaw .brand-logo-img { max-width: 260px; height: 126px; }
@media (max-width:980px){ .country-card p { min-height: 0; } }
@media (max-width:700px){ .country-card-top h3 { font-size: 24px; } .brand-card--jigsaw .brand-logo-img { max-width: 188px; height: 96px; } }


/* V9 — user-supplied Jigsaw logo and final brand-grid alignment pass */
.brand-grid { align-items: stretch; }
.brand-card { min-height: 150px; padding: 18px 20px; display: flex; align-items: center; justify-content: center; }
.brand-card .brand-logo-img { display:block; margin:0 auto; }
.brand-card--thorne .brand-logo-img { max-width: 232px; height: 96px; }
.brand-card--trace .brand-logo-img { max-width: 222px; height: 96px; }
.brand-card--jigsaw .brand-logo-img { max-width: 244px; height: 112px; }
.brand-card--rosita .brand-logo-img { max-width: 200px; height: 88px; }
.brand-card[aria-label="Smidge"] .brand-logo-img { max-width: 196px; height: 74px; }
.brand-card--fiq .brand-logo-img { max-width: 214px; height: 72px; }
.brand-card--ancient .brand-logo-img { max-width: 206px; height: 88px; }
.brand-card--greatlakes .brand-logo-img { max-width: 214px; height: 78px; }
.brand-card--eden .brand-logo-img { max-width: 196px; height: 84px; }
.brand-card--aussie .brand-logo-img { max-width: 152px; height: 110px; }
@media (max-width:700px){
  .brand-card { min-height: 114px; padding: 12px 14px; }
  .brand-card--thorne .brand-logo-img { max-width: 172px; height: 74px; }
  .brand-card--trace .brand-logo-img { max-width: 166px; height: 74px; }
  .brand-card--jigsaw .brand-logo-img { max-width: 180px; height: 86px; }
  .brand-card--rosita .brand-logo-img { max-width: 156px; height: 68px; }
  .brand-card[aria-label="Smidge"] .brand-logo-img { max-width: 150px; height: 56px; }
  .brand-card--fiq .brand-logo-img { max-width: 166px; height: 56px; }
  .brand-card--ancient .brand-logo-img { max-width: 160px; height: 68px; }
  .brand-card--greatlakes .brand-logo-img { max-width: 162px; height: 58px; }
  .brand-card--eden .brand-logo-img { max-width: 152px; height: 64px; }
  .brand-card--aussie .brand-logo-img { max-width: 118px; height: 84px; }
}


/* V10 — anti-spam email links */
.email-link { cursor:pointer; }
.footer-location-row { display:flex; align-items:center; gap:10px; }
.footer-location-row > a:first-child { flex:0 0 auto; }
.footer-email-link { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#d6ddd7 !important; border-bottom:1px solid rgba(255,255,255,.25); }


/* V12 — hero copy cosmetic refinement */
#hero-title .hero-subtitle { display: inline-block; font-size: .68em; font-style: normal; font-weight: 400; line-height: 1.15; white-space: nowrap; }
#hero-title em { display:none; }
@media (max-width:700px){
  #hero-title .hero-subtitle { font-size: .60em; white-space: normal; }
}


/* V13 — compact mobile/tablet map fix */
@media (max-width: 980px) {
  .map-stage {
    width: min(760px, 100%);
    height: clamp(230px, 52vw, 330px);
    min-height: 0;
    display: block;
  }
  .world-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: none;
  }
  .map-marker--australia { left: 84.5%; top: 84.0%; }
  .map-marker--singapore { left: 66.1%; top: 55.5%; }
  .map-marker--israel { left: 35.6%; top: 33.3%; }
}
@media (max-width: 700px) {
  .map-stage {
    height: clamp(220px, 58vw, 270px);
    border-radius: 20px;
  }
  .world-map { transform: none; }
  .map-marker { width: 18px; height: 18px; }
}

/* V14 — definitive map alignment fix for desktop + mobile.
   Match the map stage to the SVG viewBox (750 x 460) so overlay marker
   percentages use the same coordinate system at every viewport size. */
.map-stage {
  width: min(820px, 100%) !important;
  aspect-ratio: 750 / 460 !important;
  min-height: 0 !important;
  height: auto !important;
  position: relative;
}
.world-map {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  transform: none !important;
}
/* Exact positions within assets/world-map.svg viewBox="450 40 750 460".
   Israel: Jerusalem area; Singapore: Singapore; Australia: Melbourne. */
.map-marker--israel { left: 35.65% !important; top: 33.50% !important; }
.map-marker--singapore { left: 66.14% !important; top: 55.54% !important; }
.map-marker--australia { left: 84.43% !important; top: 83.92% !important; }

@media (max-width: 700px) {
  .map-stage {
    width: 100% !important;
    aspect-ratio: 750 / 460 !important;
    min-height: 0 !important;
  }
  .world-map {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    transform: none !important;
  }
  .map-marker--israel { left: 35.65% !important; top: 33.50% !important; }
  .map-marker--singapore { left: 66.14% !important; top: 55.54% !important; }
  .map-marker--australia { left: 84.43% !important; top: 83.92% !important; }
}


/* V15 — cosmetic simplification + supplied Trace Minerals/Smidge artwork */
/* Hero is now intentionally minimal: brand name + descriptive copy. */
.hero { padding-top: 72px; padding-bottom: 30px; }
#hero-title { margin-bottom: 22px; }

/* Section titles now stand alone without eyebrow labels. */
.world-section .section-heading,
.brands-heading { margin-top: 0; }

/* Country titles no longer share a row with status labels. */
.country-card-top { justify-content: flex-start !important; align-items: flex-start; margin-bottom: 18px; }
.country-card-top h3 { margin: 0; }

/* Supplied brand artwork — balanced visually with the rest of the grid. */
.brand-card--trace .brand-logo-img { max-width: 242px; height: 98px; }
.brand-card--smidge .brand-logo-img { max-width: 164px; height: 106px; }

@media (max-width: 700px) {
  .hero { padding-top: 48px; padding-bottom: 22px; }
  .brand-card--trace .brand-logo-img { max-width: 178px; height: 76px; }
  .brand-card--smidge .brand-logo-img { max-width: 126px; height: 86px; }
}


/* V16 — smaller Locations Worldwide heading */
#world-title { font-size: clamp(32px, 4vw, 46px); }
@media (max-width:700px){ #world-title { font-size: clamp(30px, 9vw, 38px); } }


/* V17 — Featured brand store selector */
.brand-card.brand-selector {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
}
.brand-card.brand-selector:hover,
.brand-card.brand-selector:focus-visible {
  transform: translateY(-2px);
  border-color: #b8c3b7;
  box-shadow: 0 10px 24px rgba(37,49,40,.08);
  outline: none;
}
.brand-card.brand-selector::after {
  content: "Choose store";
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7e887f;
  opacity: 0;
  transition: opacity .18s ease;
  white-space: nowrap;
}
.brand-card.brand-selector:hover::after,
.brand-card.brand-selector:focus-visible::after { opacity: 1; }

.brand-store-dialog {
  width: min(430px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(20,29,23,.24);
}
.brand-store-dialog::backdrop {
  background: rgba(24,31,26,.34);
  backdrop-filter: blur(2px);
}
.brand-dialog-panel { position: relative; padding: 30px; }
.brand-dialog-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f3f4f1;
  color: #485248;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.brand-dialog-kicker {
  margin: 0 0 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sage);
}
.brand-dialog-panel h3 {
  margin: 0 38px 22px 0;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 400;
}
.brand-dialog-links { display: grid; gap: 10px; }
.brand-market-link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow" "sub arrow";
  align-items: center;
  gap: 3px 16px;
  padding: 16px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.brand-market-link:hover,
.brand-market-link:focus-visible {
  border-color: #b9c4b8;
  background: #fafbf9;
  transform: translateY(-1px);
  outline: none;
}
.brand-market-link span {
  grid-area: title;
  font-weight: 700;
  font-size: 15px;
}
.brand-market-link small {
  grid-area: sub;
  color: var(--muted);
  font-size: 12px;
}
.brand-market-link b {
  grid-area: arrow;
  font-size: 18px;
  font-weight: 400;
  color: var(--sage-dark);
}
@media (max-width:700px) {
  .brand-card.brand-selector::after { display:none; }
  .brand-store-dialog {
    width: calc(100% - 20px);
    max-width: none;
    margin: auto 10px 10px;
    border-radius: 20px;
  }
  .brand-dialog-panel { padding: 26px 20px 20px; }
  .brand-dialog-panel h3 { font-size: 27px; }
  .brand-market-link { padding: 15px; }
}


/* V18 — compact brand store chooser */
.brand-store-dialog {
  width: min(390px, calc(100% - 32px));
  border-radius: 18px;
}
.brand-dialog-panel { padding: 20px; }
.brand-dialog-close {
  top: 10px;
  right: 11px;
  width: 30px;
  height: 30px;
  font-size: 21px;
}
.brand-dialog-kicker {
  margin: 1px 38px 14px 0;
  font-size: 9px;
}
.brand-dialog-panel h3,
.brand-market-link small { display: none; }
.brand-dialog-links { gap: 8px; }
.brand-market-link {
  grid-template-columns: 1fr auto;
  grid-template-areas: "title arrow";
  gap: 12px;
  min-height: 52px;
  padding: 11px 14px;
  border-radius: 12px;
}
.brand-market-link span {
  font-size: 14px;
  line-height: 1.25;
}
.brand-market-link b { font-size: 16px; }
@media (max-width:700px) {
  .brand-store-dialog {
    width: min(380px, calc(100% - 28px));
    max-width: 380px;
    margin: auto;
    border-radius: 18px;
  }
  .brand-dialog-panel { padding: 18px; }
  .brand-dialog-kicker { margin-bottom: 12px; }
  .brand-market-link {
    min-height: 50px;
    padding: 10px 13px;
  }
  .brand-market-link span { font-size: 13.5px; }
}


/* V19 — brand availability cleanup + philosophy simplification */
/* No hover helper text on brand logos. */
.brand-card.brand-selector::after { content: none !important; display: none !important; }
/* Numbering removed from philosophy cards; keep titles naturally aligned at the top. */
.value-grid article h3 { margin-top: 0; }


/* V20 — single-market brand popups + tighter Philosophy spacing */
/* Ensure unavailable market choices disappear completely and the popup collapses to one option. */
.brand-market-link[hidden] { display: none !important; }

/* Bring the Philosophy descriptions closer to their titles. */
.value-grid h3,
.value-grid article h3 {
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.18;
}
.value-grid p {
  margin-top: 0;
  margin-bottom: 0;
}


/* V21 — compact Philosophy cards */
.value-grid article,
.value-grid article:first-child {
  min-height: 0 !important;
  padding: 20px 28px;
  align-content: start;
}
.value-grid h3,
.value-grid article h3 {
  margin: 0 0 6px;
  line-height: 1.14;
}
.value-grid p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width:700px){
  .value-grid article,
  .value-grid article:first-child { padding: 18px 22px; }
}
