{"title":"Entre Mundos","description":"\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Italiana\u0026amp;family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n:root{\n  --ink:#0c4860;\n  --ink-soft:#1d6884;\n  --celeste:#7bc4e2;\n  --celeste-soft:#a5d4e8;\n  --cream:#f4ecdd;\n  --cream-deep:#ebe1cc;\n  --paper:#faf5ea;\n  --gold:#b08847;\n  --gold-soft:#c9a460;\n  --gold-deep:#8a6730;\n  --rojo:#d84a3a;\n  --rojo-soft:#e85d4a;\n  --line:rgba(12,72,96,.14);\n  --line-on-ink:rgba(244,236,221,.16);\n\n  --f-display:'Italiana', serif;\n  --f-serif:'Cormorant Garamond', 'EB Garamond', serif;\n\n  --ease:cubic-bezier(.2,.7,.2,1);\n}\n\n*{box-sizing:border-box;margin:0;padding:0}\nhtml{scroll-behavior:smooth}\nbody{\n  background:var(--paper);\n  color:var(--ink);\n  font-family:var(--f-serif);\n  font-weight:400;\n  font-size:18px;\n  line-height:1.7;\n  -webkit-font-smoothing:antialiased;\n  text-rendering:optimizeLegibility;\n  overflow-x:hidden;\n}\n\n\/* film grain overlay *\/\nbody::before{\n  content:\"\";\n  position:fixed;\n  inset:0;\n  pointer-events:none;\n  z-index:100;\n  opacity:.06;\n  mix-blend-mode:multiply;\n  background-image:url(\"data:image\/svg+xml;utf8,\u003csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='240' height='240'\u003e\u003cfilter id='n'\u003e\u003cfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'\/\u003e\u003cfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .7 0'\/\u003e\u003c\/filter\u003e\u003crect width='100%25' height='100%25' filter='url(%23n)'\/\u003e\u003c\/svg\u003e\");\n}\n\n\/* reveal-on-scroll base *\/\n.reveal{opacity:0;transform:translateY(28px);transition:opacity 1.2s var(--ease),transform 1.2s var(--ease)}\n.reveal.in{opacity:1;transform:none}\n.reveal-slow{transition-duration:1.6s}\n.reveal-d1{transition-delay:.15s}\n.reveal-d2{transition-delay:.3s}\n.reveal-d3{transition-delay:.45s}\n.reveal-d4{transition-delay:.6s}\n\n\/* typography utilities *\/\n.eyebrow{\n  font-family:var(--f-serif);\n  font-size:11px;\n  font-weight:400;\n  letter-spacing:.32em;\n  text-transform:uppercase;\n  color:var(--gold-deep);\n}\n.eyebrow.on-ink{color:var(--gold-soft)}\n.script{font-family:var(--f-serif);font-style:italic;font-weight:300}\n.display{font-family:var(--f-display);font-weight:400;letter-spacing:.02em;line-height:1;}\n\n\/* ─── SVG ornaments derived from the Entre Mundos flag ─── *\/\n.orn-rosette{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:24px;height:24px;\n  color:var(--gold-deep);\n}\n.orn-rosette.on-ink{color:var(--gold-soft)}\n.orn-rosette.lg{width:32px;height:32px}\n.orn-rosette.xl{width:44px;height:44px}\n.orn-rosette svg{display:block;width:100%;height:100%}\n\n.orn-divider{\n  display:block;\n  max-width:420px;\n  height:30px;\n  margin:0 auto;\n}\n.orn-divider svg{display:block;width:100%;height:100%}\n\n.orn-heart{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  width:22px;height:20px;\n  vertical-align:middle;\n}\n.orn-heart.lg{width:30px;height:26px}\n.orn-heart svg{display:block;width:100%;height:100%}\n\n.orn-stack{\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  gap:14px;\n}\n.orn-row{\n  display:inline-flex;\n  align-items:center;\n  gap:14px;\n}\n.orn-row .line{\n  display:inline-block;\n  width:40px;height:1px;\n  background:currentColor;\n  opacity:.4;\n}\n\n\/* ─── Clipart image placements ─── *\/\n.hero-divider{\n  margin:22px 0 0;\n  opacity:0;\n  animation:fade 1.4s var(--ease) 1.05s forwards;\n}\n.hero-divider img{\n  display:block;\n  width:200px;\n  height:auto;\n  filter:brightness(1.15);\n}\n.starburst-img{\n  display:block;\n  margin:30px auto 0;\n  width:220px;\n  height:auto;\n  filter:brightness(1.05);\n}\n.closing-img{\n  display:block;\n  width:100%;\n  max-width:480px;\n  height:auto;\n  margin:60px auto 0;\n}\n.page-seal{\n  padding:60px 6vw 80px;\n  background:var(--paper);\n  text-align:center;\n}\n.seal-img{\n  display:block;\n  width:100%;\n  max-width:320px;\n  height:auto;\n  margin:0 auto;\n  opacity:.9;\n}\n\n\/* ─────────────────────────────  NAV  ───────────────────────────── *\/\nnav{\n  position:fixed;\n  top:0;left:0;right:0;\n  z-index:50;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  padding:22px 40px;\n  background:transparent;\n  transition:background .6s var(--ease),padding .4s var(--ease);\n}\nnav.scrolled{\n  background:rgba(250,245,234,.92);\n  backdrop-filter:blur(14px);\n  -webkit-backdrop-filter:blur(14px);\n  padding:14px 40px;\n  border-bottom:1px solid var(--line);\n}\nnav .brand{\n  font-family:var(--f-display);\n  font-size:22px;\n  letter-spacing:.32em;\n  color:var(--ink);\n}\nnav .links{\n  display:flex;\n  gap:34px;\n  font-size:12px;\n  letter-spacing:.24em;\n  text-transform:uppercase;\n}\nnav .links a{\n  color:var(--ink);\n  text-decoration:none;\n  opacity:.78;\n  transition:opacity .3s;\n}\nnav .links a:hover{opacity:1}\n\n\/* ─────────────────────────────  HERO  ───────────────────────────── *\/\n.hero{\n  position:relative;\n  min-height:100vh;\n  background:var(--ink);\n  color:var(--cream);\n  overflow:hidden;\n  display:flex;\n  align-items:center;\n}\n\n\/* hero atmospheric backdrop *\/\n.hero-bg{\n  position:absolute;inset:0;\n  background:\n    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(176,136,71,.22), transparent 60%),\n    radial-gradient(ellipse 60% 80% at 20% 80%, rgba(216,74,58,.20), transparent 60%),\n    linear-gradient(180deg, #083848 0%, #0c4860 50%, #0a4055 100%);\n}\n\/* image slot for hero — replace .hero-photo background-image *\/\n.hero-photo{\n  position:absolute;inset:0;\n  background-image:url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-hero-pendant.png?v=1779178797\"); \/* pendant on chain, warm cinematic *\/\n  background-size:cover;\n  background-position:center 40%;\n  opacity:.45;\n  mix-blend-mode:luminosity;\n}\n.hero-vignette{\n  position:absolute;inset:0;\n  background:radial-gradient(ellipse at center, transparent 30%, rgba(8,52,68,.85) 100%);\n}\n.hero-starburst{\n  position:absolute;\n  top:8%;\n  right:4%;\n  width:38%;\n  max-width:520px;\n  z-index:1;\n  pointer-events:none;\n  opacity:.42;\n  animation:starPulse 7s ease-in-out infinite;\n}\n.hero-starburst img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n@keyframes starPulse{\n  0%,100%{opacity:.38;transform:scale(1)}\n  50%{opacity:.55;transform:scale(1.04)}\n}\n\n.hero-content{\n  position:relative;\n  z-index:2;\n  width:100%;\n  padding:0 6vw;\n  display:grid;\n  grid-template-columns:1fr;\n  gap:40px;\n}\n\n.hero-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:14px;\n  color:var(--gold-soft);\n  font-size:11px;\n  letter-spacing:.4em;\n  text-transform:uppercase;\n}\n.hero-eyebrow::before,\n.hero-eyebrow::after{\n  content:\"\";\n  width:38px;\n  height:1px;\n  background:var(--gold-soft);\n  opacity:.7;\n}\n\n.hero h1{\n  font-family:var(--f-display);\n  font-weight:400;\n  font-size:clamp(56px, 11vw, 168px);\n  line-height:.92;\n  letter-spacing:.005em;\n  color:var(--cream);\n  margin-top:18px;\n}\n.hero h1 .line{display:block;overflow:hidden}\n.hero h1 .line span{display:inline-block;transform:translateY(110%);animation:rise 1.4s var(--ease) forwards}\n.hero h1 .line:nth-child(2) span{animation-delay:.2s}\n@keyframes rise{to{transform:none}}\n\n.hero .subtitle{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-weight:300;\n  font-size:clamp(22px, 2.8vw, 34px);\n  color:var(--gold-soft);\n  margin-top:14px;\n  letter-spacing:.01em;\n  opacity:0;\n  animation:fade 1.4s var(--ease) .9s forwards;\n}\n.hero .micro{\n  max-width:520px;\n  font-size:16px;\n  line-height:1.7;\n  color:rgba(244,236,221,.75);\n  margin-top:42px;\n  opacity:0;\n  animation:fade 1.4s var(--ease) 1.2s forwards;\n}\n@keyframes fade{to{opacity:1}}\n\n.hero-ctas{\n  display:flex;\n  gap:18px;\n  margin-top:48px;\n  flex-wrap:wrap;\n  opacity:0;\n  animation:fade 1.4s var(--ease) 1.5s forwards;\n}\n.btn{\n  display:inline-flex;\n  align-items:center;\n  gap:12px;\n  padding:18px 32px;\n  font-family:var(--f-serif);\n  font-size:13px;\n  letter-spacing:.26em;\n  text-transform:uppercase;\n  text-decoration:none;\n  border:1px solid currentColor;\n  background:transparent;\n  cursor:pointer;\n  transition:all .5s var(--ease);\n  position:relative;\n  overflow:hidden;\n}\n.btn.primary{\n  color:var(--ink);\n  background:var(--cream);\n  border-color:var(--cream);\n}\n.btn.primary:hover{background:var(--gold-soft);border-color:var(--gold-soft);color:var(--ink)}\n.btn.ghost{color:var(--cream);border-color:rgba(244,236,221,.5)}\n.btn.ghost:hover{color:var(--ink);background:var(--cream);border-color:var(--cream)}\n.btn .arrow{\n  display:inline-block;\n  width:18px;\n  height:1px;\n  background:currentColor;\n  position:relative;\n  transition:width .4s var(--ease);\n}\n.btn .arrow::after{\n  content:\"\";\n  position:absolute;\n  right:0;top:-3px;\n  width:7px;height:7px;\n  border-top:1px solid currentColor;\n  border-right:1px solid currentColor;\n  transform:rotate(45deg);\n}\n.btn:hover .arrow{width:26px}\n\n.hero-corner{\n  position:absolute;\n  bottom:34px;\n  right:6vw;\n  z-index:2;\n  font-size:10px;\n  letter-spacing:.32em;\n  text-transform:uppercase;\n  color:rgba(244,236,221,.5);\n  text-align:right;\n  line-height:1.8;\n}\n.hero-scroll{\n  position:absolute;\n  bottom:34px;\n  left:6vw;\n  z-index:2;\n  color:var(--gold-soft);\n  font-size:10px;\n  letter-spacing:.32em;\n  text-transform:uppercase;\n  display:flex;\n  align-items:center;\n  gap:14px;\n  opacity:0;\n  animation:fade 1.4s var(--ease) 2s forwards;\n}\n.hero-scroll::before{\n  content:\"\";\n  width:1px;height:48px;\n  background:linear-gradient(180deg,var(--gold-soft),transparent);\n  animation:scrollLine 2.5s var(--ease) infinite;\n}\n@keyframes scrollLine{\n  0%{transform:scaleY(0);transform-origin:top}\n  50%{transform:scaleY(1);transform-origin:top}\n  51%{transform:scaleY(1);transform-origin:bottom}\n  100%{transform:scaleY(0);transform-origin:bottom}\n}\n\n\/* ───────────────────  SECTION 2 — WHY  ─────────────────── *\/\n.section{padding:140px 6vw}\n.section-narrow{max-width:1400px;margin:0 auto}\n\n.why{\n  background:var(--paper);\n  position:relative;\n}\n.why .grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:90px;\n  align-items:start;\n  max-width:1400px;\n  margin:0 auto;\n}\n.why .label-col{\n  position:sticky;\n  top:120px;\n}\n.why h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5.4vw, 78px);\n  font-weight:400;\n  line-height:1;\n  letter-spacing:.005em;\n  color:var(--ink);\n  margin-top:24px;\n}\n.why h2 em{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-weight:300;\n  color:var(--gold-deep);\n}\n.why .ornament-row{\n  margin-top:42px;\n}\n\n.why .body p{\n  font-size:20px;\n  line-height:1.75;\n  color:var(--ink);\n  margin-bottom:26px;\n  max-width:54ch;\n}\n.why .body p.emphasis{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-size:24px;\n  color:var(--gold-deep);\n  font-weight:400;\n}\n.why .body p.short{\n  font-size:22px;\n  font-style:italic;\n  color:var(--ink-soft);\n  margin-bottom:18px;\n}\n.why .body .signature{\n  margin-top:54px;\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-size:18px;\n  color:var(--gold-deep);\n  letter-spacing:.04em;\n}\n\n\/* ───────────────────  SECTION 3 — SYMBOL  ─────────────────── *\/\n.symbol{\n  background:var(--ink);\n  color:var(--cream);\n  position:relative;\n}\n.symbol::before{\n  content:\"\";\n  position:absolute;\n  top:0;left:0;right:0;\n  height:1px;\n  background:linear-gradient(90deg,transparent,var(--gold-soft),transparent);\n}\n.symbol .head{\n  text-align:center;\n  max-width:760px;\n  margin:0 auto 110px;\n}\n.symbol h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5.4vw, 78px);\n  font-weight:400;\n  line-height:1;\n  color:var(--cream);\n  margin-top:24px;\n}\n.symbol .intro{\n  margin-top:32px;\n  font-style:italic;\n  font-size:22px;\n  color:var(--gold-soft);\n  font-weight:300;\n}\n\n.symbol-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:80px 100px;\n  max-width:1300px;\n  margin:0 auto;\n}\n.sym-block{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:32px;\n}\n.sym-art{\n  aspect-ratio:3\/4;\n  overflow:hidden;\n  border-radius:4px;\n  position:relative;\n}\n.sym-art img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  filter:drop-shadow(0 14px 40px rgba(0,0,0,.35));\n}\n.sym-block .img-slot{\n  aspect-ratio:4\/5;\n  background:linear-gradient(135deg, rgba(176,136,71,.12), rgba(216,74,58,.08));\n  border:1px solid var(--line-on-ink);\n  background-size:cover;\n  background-position:center;\n  position:relative;\n  overflow:hidden;\n}\n.sym-block .img-slot::after{\n  content:attr(data-shot);\n  position:absolute;\n  bottom:14px;left:14px;\n  font-size:9px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:rgba(244,236,221,.55);\n}\n.sym-block .num{\n  font-family:var(--f-serif);\n  font-weight:500;\n  font-size:12px;\n  letter-spacing:.36em;\n  text-transform:uppercase;\n  color:var(--gold-soft);\n}\n.sym-block h3{\n  font-family:var(--f-display);\n  font-size:38px;\n  font-weight:400;\n  line-height:1.05;\n  color:var(--cream);\n  margin-top:14px;\n  letter-spacing:.01em;\n}\n.sym-block .lines{\n  margin-top:22px;\n}\n.sym-block .lines p{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-size:19px;\n  line-height:1.5;\n  color:var(--cream);\n  opacity:.78;\n}\n.sym-block .desc{\n  margin-top:14px;\n  font-size:17px;\n  line-height:1.7;\n  color:rgba(244,236,221,.75);\n  max-width:42ch;\n}\n\n\/* ───────────────────  SECTION 3.5 — INSCRIPTION  ─────────────────── *\/\n.inscription{\n  background:var(--paper);\n  position:relative;\n}\n.inscription .head{\n  max-width:780px;\n  margin:0 auto 80px;\n  text-align:center;\n}\n.inscription h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5.4vw, 78px);\n  font-weight:400;\n  line-height:1;\n  color:var(--ink);\n  margin-top:24px;\n}\n.inscription .intro{\n  margin-top:32px;\n  font-style:italic;\n  font-size:22px;\n  color:var(--gold-deep);\n  font-weight:300;\n}\n.inscription .head-orn{\n  margin-top:40px;\n  display:flex;\n  justify-content:center;\n}\n.inscription-image{\n  max-width:900px;\n  margin:0 auto 80px;\n  background:var(--cream-deep);\n  box-shadow:0 30px 60px -25px rgba(12,72,96,.2);\n}\n.inscription-image .img-slot{\n  aspect-ratio:16\/10;\n  background:linear-gradient(135deg, var(--cream-deep), var(--cream));\n  background-size:cover;\n  background-position:center;\n  position:relative;\n}\n.inscription-image .img-slot::after{\n  content:attr(data-shot);\n  position:absolute;\n  bottom:14px;left:14px;\n  font-size:9px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:var(--ink-soft);\n  opacity:.55;\n}\n.inscription-image figcaption{\n  margin-top:18px;\n  text-align:center;\n  font-size:11px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:var(--ink-soft);\n  opacity:.7;\n  font-family:var(--f-serif);\n}\n.inscription-body{\n  max-width:620px;\n  margin:0 auto;\n  text-align:center;\n}\n.inscription-body p{\n  font-size:20px;\n  line-height:1.75;\n  color:var(--ink);\n  margin-bottom:24px;\n}\n.inscription-body p.italic{\n  font-style:italic;\n  color:var(--ink-soft);\n  font-size:22px;\n}\n.inscription-body p.emphasis{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-size:28px;\n  color:var(--gold-deep);\n  margin:42px 0;\n  line-height:1.25;\n}\n.inscription-body p.italic-large{\n  font-style:italic;\n  font-size:22px;\n  color:var(--ink);\n  margin-top:42px;\n  letter-spacing:.005em;\n}\n.inscription-invite{\n  max-width:580px;\n  margin:80px auto 0;\n  padding-top:50px;\n  border-top:1px solid var(--line);\n  text-align:center;\n}\n.inscription-invite p{\n  margin-top:18px;\n  font-style:italic;\n  font-size:18px;\n  color:var(--ink-soft);\n  line-height:1.6;\n}\n\n\/* ───────────────────  SECTION 4 — FLAGS  ─────────────────── *\/\n.flags{\n  background:var(--cream);\n  position:relative;\n  overflow:hidden;\n}\n.flags-head{\n  max-width:1100px;\n  margin:0 auto 70px;\n  text-align:center;\n}\n.flags-head h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5.4vw, 78px);\n  font-weight:400;\n  line-height:1.02;\n  color:var(--ink);\n  margin-top:24px;\n}\n.flag-hero{\n  max-width:1400px;\n  margin:0 auto 100px;\n  position:relative;\n  background:var(--cream-deep);\n  box-shadow:0 40px 80px -30px rgba(12,72,96,.25),\n             0 20px 40px -20px rgba(12,72,96,.15);\n}\n.flag-hero img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n.flag-hero figcaption{\n  margin-top:18px;\n  text-align:center;\n  font-size:11px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:var(--ink-soft);\n  opacity:.7;\n  font-family:var(--f-serif);\n}\n.flag-text{\n  max-width:1100px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:80px;\n}\n.flag-text .col p{\n  font-size:19px;\n  line-height:1.75;\n  color:var(--ink);\n  margin-bottom:22px;\n}\n.flag-text .col p.italic{\n  font-family:var(--f-serif);\n  font-style:italic;\n  color:var(--gold-deep);\n  font-size:22px;\n}\n.flag-quote{\n  max-width:900px;\n  margin:90px auto 0;\n  padding-top:60px;\n  border-top:1px solid var(--line);\n  text-align:center;\n}\n.quote-orn{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:18px;\n  margin-bottom:34px;\n}\n.flag-quote .es{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-weight:300;\n  font-size:clamp(28px, 4vw, 46px);\n  color:var(--rojo);\n  line-height:1.15;\n  letter-spacing:.005em;\n}\n\n\/* ───────────────────  SECTION 5 — CAPSULE  ─────────────────── *\/\n.capsule{\n  background:var(--paper);\n  position:relative;\n}\n.capsule .head{\n  max-width:880px;\n  margin:0 auto 110px;\n  text-align:center;\n}\n.capsule h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5.4vw, 78px);\n  font-weight:400;\n  line-height:1;\n  color:var(--ink);\n  margin-top:24px;\n}\n.capsule .intro{\n  margin-top:32px;\n  font-style:italic;\n  font-size:21px;\n  line-height:1.6;\n  color:var(--ink-soft);\n  max-width:62ch;\n  margin-left:auto;margin-right:auto;\n}\n\n.products{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:60px;\n  max-width:1400px;\n  margin:0 auto;\n}\n.product{\n  cursor:pointer;\n  text-decoration:none;\n  color:inherit;\n  display:block;\n}\n.product .img-slot{\n  aspect-ratio:4\/5;\n  background:linear-gradient(135deg, var(--cream-deep), var(--cream));\n  background-size:cover;\n  background-position:center;\n  position:relative;\n  overflow:hidden;\n  margin-bottom:30px;\n  transition:transform .8s var(--ease);\n}\n.product:hover .img-slot{transform:translateY(-8px)}\n.product .img-slot::after{\n  content:attr(data-shot);\n  position:absolute;\n  bottom:14px;left:14px;\n  font-size:9px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:var(--ink-soft);\n  opacity:.55;\n}\n.product .num{\n  font-family:var(--f-serif);\n  font-weight:500;\n  font-size:12px;\n  letter-spacing:.36em;\n  text-transform:uppercase;\n  color:var(--gold-deep);\n}\n.product h3{\n  font-family:var(--f-display);\n  font-size:32px;\n  font-weight:400;\n  line-height:1.1;\n  color:var(--ink);\n  margin-top:14px;\n  letter-spacing:.01em;\n}\n.product .tag{\n  margin-top:16px;\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-size:18px;\n  color:var(--ink-soft);\n  line-height:1.5;\n}\n.product .link{\n  display:inline-flex;\n  align-items:center;\n  gap:12px;\n  margin-top:26px;\n  font-size:11px;\n  letter-spacing:.32em;\n  text-transform:uppercase;\n  color:var(--gold-deep);\n  text-decoration:none;\n  border-bottom:1px solid transparent;\n  padding-bottom:4px;\n  transition:border-color .3s,color .3s;\n}\n.product:hover .link{border-bottom-color:var(--gold-deep)}\n.product .link .arrow{\n  display:inline-block;\n  width:14px;height:1px;\n  background:currentColor;\n  position:relative;\n}\n.product .link .arrow::after{\n  content:\"\";\n  position:absolute;\n  right:0;top:-3px;\n  width:6px;height:6px;\n  border-top:1px solid currentColor;\n  border-right:1px solid currentColor;\n  transform:rotate(45deg);\n}\n\n\/* ───────────────────  SECTION 6 — MESSAGE  ─────────────────── *\/\n.message{\n  background:var(--ink);\n  color:var(--cream);\n  text-align:center;\n  padding:180px 6vw;\n  position:relative;\n}\n.message::before,\n.message::after{\n  content:\"\";\n  position:absolute;\n  left:50%;\n  width:1px;\n  height:80px;\n  background:linear-gradient(180deg,transparent,var(--gold-soft));\n  transform:translateX(-50%);\n}\n.message::before{top:0}\n.message::after{bottom:0;background:linear-gradient(0deg,transparent,var(--gold-soft));}\n.message .quote{\n  font-family:var(--f-display);\n  font-size:clamp(38px, 6.5vw, 96px);\n  font-weight:400;\n  line-height:1.05;\n  color:var(--cream);\n  letter-spacing:.01em;\n  max-width:1100px;\n  margin:0 auto;\n}\n.message .quote em{\n  font-family:var(--f-serif);\n  font-style:italic;\n  font-weight:300;\n  color:var(--gold-soft);\n}\n.message .explanation{\n  margin-top:60px;\n  max-width:560px;\n  margin-left:auto;margin-right:auto;\n  font-style:italic;\n  font-size:20px;\n  line-height:1.7;\n  color:rgba(244,236,221,.78);\n}\n.message .explanation p+p{margin-top:14px}\n.message-orn{\n  margin-top:50px;\n  text-align:center;\n}\n\n\/* ───────────────────  SECTION 7 — COMMUNITY  ─────────────────── *\/\n.community{\n  background:var(--paper);\n  padding:140px 6vw 80px;\n}\n.community .head{\n  max-width:1400px;\n  margin:0 auto 80px;\n}\n.community h2{\n  font-family:var(--f-display);\n  font-size:clamp(40px, 5vw, 72px);\n  font-weight:400;\n  line-height:1;\n  color:var(--ink);\n  margin-top:24px;\n}\n.community .intro{\n  margin-top:28px;\n  font-style:italic;\n  font-size:20px;\n  line-height:1.6;\n  color:var(--ink-soft);\n  max-width:52ch;\n}\n.gallery{\n  display:grid;\n  grid-template-columns:repeat(12,1fr);\n  gap:14px;\n  max-width:1400px;\n  margin:0 auto;\n}\n.gallery .tile{\n  background:linear-gradient(135deg, var(--cream-deep), var(--cream));\n  background-size:cover;background-position:center;\n  position:relative;\n  overflow:hidden;\n}\n.gallery .tile::after{\n  content:attr(data-shot);\n  position:absolute;\n  bottom:10px;left:10px;\n  font-size:8px;\n  letter-spacing:.3em;\n  text-transform:uppercase;\n  color:var(--ink-soft);\n  opacity:.5;\n}\n.t1{grid-column:span 5;aspect-ratio:4\/5}\n.t2{grid-column:span 4;aspect-ratio:1\/1}\n.t3{grid-column:span 3;aspect-ratio:3\/4}\n.t4{grid-column:span 3;aspect-ratio:1\/1}\n.t5{grid-column:span 5;aspect-ratio:5\/4}\n.t6{grid-column:span 4;aspect-ratio:4\/5}\n\n.community .note{\n  max-width:1400px;\n  margin:60px auto 0;\n  padding-top:34px;\n  border-top:1px solid var(--line);\n  font-size:13px;\n  letter-spacing:.04em;\n  color:var(--ink-soft);\n  font-style:italic;\n  opacity:.7;\n}\n\n\/* ───────────────────  FOOTER  ─────────────────── *\/\nfooter{\n  background:var(--ink);\n  color:rgba(244,236,221,.6);\n  padding:80px 6vw 50px;\n  text-align:center;\n  border-top:1px solid var(--line-on-ink);\n}\nfooter .brand{\n  font-family:var(--f-display);\n  font-size:24px;\n  letter-spacing:.4em;\n  color:var(--cream);\n}\nfooter .tag{\n  margin-top:18px;\n  font-style:italic;\n  font-size:15px;\n  color:var(--gold-soft);\n}\nfooter .meta{\n  margin-top:40px;\n  font-size:10px;\n  letter-spacing:.32em;\n  text-transform:uppercase;\n}\n\n\/* ───────────────────  RESPONSIVE  ─────────────────── *\/\n@media (max-width: 900px){\n  nav{padding:18px 24px}\n  nav .links{display:none}\n  nav.scrolled{padding:12px 24px}\n  .section{padding:90px 24px}\n  .hero-content{padding:0 24px}\n  .hero-corner,.hero-scroll{display:none}\n  .why .grid{grid-template-columns:1fr;gap:50px}\n  .why .label-col{position:static}\n  .symbol-grid{grid-template-columns:1fr;gap:60px}\n  .flag-text{grid-template-columns:1fr;gap:30px}\n  .flag-hero{margin-bottom:60px}\n  .flag-quote{margin-top:50px;padding-top:40px}\n  .products{grid-template-columns:1fr;gap:60px}\n  .message{padding:100px 24px}\n  .gallery{grid-template-columns:repeat(6,1fr)}\n  .t1,.t2,.t3,.t4,.t5,.t6{grid-column:span 6}\n  .t1,.t2,.t3,.t4,.t5,.t6{aspect-ratio:4\/5}\n  footer{padding:50px 24px 30px}\n}\n\n\/* SHOPIFY FULL-WIDTH OVERRIDE *\/\n.em-shopify-wrapper {\n  width: 100vw;\n  position: relative;\n  left: 50%;\n  transform: translateX(-50%);\n  overflow-x: hidden;\n  margin-top: 0;\n}\n\/* Hide Shopify's auto-rendered page title *\/\n.shopify-section .page-width \u003e h1,\n.page__title,\n.article__title,\nh1.page-title,\n.template-page h1:first-of-type {\n  display: none !important;\n}\n\n\u003c\/style\u003e\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n  \/\/ Hide Shopify auto-rendered page title\n  var candidates = document.querySelectorAll('h1.page-title, .page__title, .shopify-section h1:not(.em-hero-title), .main-page-title');\n  candidates.forEach(function(el) { el.style.display = 'none'; });\n});\n\u003c\/script\u003e\n\u003cdiv class=\"em-shopify-wrapper\"\u003e\n\u003c!-- Shared SVG defs (PR-heart clip-path reused everywhere) --\u003e\n\u003csvg width=\"0\" height=\"0\" style=\"position:absolute\" aria-hidden=\"true\"\u003e\n  \u003cdefs\u003e\n    \u003cclippath id=\"prh-clip\" clippathunits=\"userSpaceOnUse\"\u003e\n      \u003cpath d=\"M11,18 C11,18 1,11 1,5.5 C1,3 2.5,1.5 5,1.5 C7.5,1.5 11,4 11,4 C11,4 14.5,1.5 17,1.5 C19.5,1.5 21,3 21,5.5 C21,11 11,18 11,18 Z\"\u003e\u003c\/path\u003e\n    \u003c\/clippath\u003e\n    \u003csymbol id=\"orn-rosette\" viewbox=\"0 0 24 24\"\u003e\n      \u003cg fill=\"currentColor\"\u003e\n        \u003cellipse cx=\"12\" cy=\"5\" rx=\"1.4\" ry=\"4\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"12\" cy=\"19\" rx=\"1.4\" ry=\"4\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"5\" cy=\"12\" rx=\"4\" ry=\"1.4\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"19\" cy=\"12\" rx=\"4\" ry=\"1.4\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"7.2\" cy=\"7.2\" rx=\"1\" ry=\"2.6\" transform=\"rotate(45 7.2 7.2)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"16.8\" cy=\"16.8\" rx=\"1\" ry=\"2.6\" transform=\"rotate(45 16.8 16.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"16.8\" cy=\"7.2\" rx=\"1\" ry=\"2.6\" transform=\"rotate(-45 16.8 7.2)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"7.2\" cy=\"16.8\" rx=\"1\" ry=\"2.6\" transform=\"rotate(-45 7.2 16.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"1.2\"\u003e\u003c\/circle\u003e\n      \u003c\/g\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"orn-heart-pr\" viewbox=\"0 0 22 20\"\u003e\n      \u003cg clip-path=\"url(#prh-clip)\"\u003e\n        \u003crect x=\"0\" y=\"0\" width=\"22\" height=\"4\" fill=\"#b73a3a\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"0\" y=\"4\" width=\"22\" height=\"4\" fill=\"#faf5ea\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"0\" y=\"8\" width=\"22\" height=\"4\" fill=\"#b73a3a\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"0\" y=\"12\" width=\"22\" height=\"4\" fill=\"#faf5ea\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"0\" y=\"16\" width=\"22\" height=\"4\" fill=\"#b73a3a\"\u003e\u003c\/rect\u003e\n        \u003cpolygon points=\"0,1 0,17 12,9\" fill=\"#7bc4e2\"\u003e\u003c\/polygon\u003e\n        \u003cpolygon points=\"4.9,10.5 5.2,9.4 5.5,10.5 6.65,10.5 5.72,11.2 6.07,12.3 5.2,11.65 4.33,12.3 4.68,11.2 3.75,10.5\" fill=\"#ffffff\"\u003e\u003c\/polygon\u003e\n      \u003c\/g\u003e\n      \u003cpath d=\"M11,18 C11,18 1,11 1,5.5 C1,3 2.5,1.5 5,1.5 C7.5,1.5 11,4 11,4 C11,4 14.5,1.5 17,1.5 C19.5,1.5 21,3 21,5.5 C21,11 11,18 11,18 Z\" fill=\"none\" stroke=\"#8a6730\" stroke-width=\"0.4\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"orn-divider\" viewbox=\"0 0 400 28\" preserveaspectratio=\"xMidYMid meet\"\u003e\n      \u003cpath d=\"M8,14 C45,4 90,24 145,14 C160,11 175,14 180,14\" stroke=\"#7bc4e2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\".7\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M220,14 C225,14 240,11 255,14 C310,24 355,4 392,14\" stroke=\"#a83838\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\".7\"\u003e\u003c\/path\u003e\n      \u003cg transform=\"translate(200,14)\" fill=\"#b08847\"\u003e\n        \u003cellipse cx=\"0\" cy=\"-5.5\" rx=\"1\" ry=\"3.2\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"0\" cy=\"5.5\" rx=\"1\" ry=\"3.2\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"-5.5\" cy=\"0\" rx=\"3.2\" ry=\"1\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"5.5\" cy=\"0\" rx=\"3.2\" ry=\"1\" opacity=\".9\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"-3.8\" cy=\"-3.8\" rx=\"0.7\" ry=\"2\" transform=\"rotate(45 -3.8 -3.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"3.8\" cy=\"3.8\" rx=\"0.7\" ry=\"2\" transform=\"rotate(45 3.8 3.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"3.8\" cy=\"-3.8\" rx=\"0.7\" ry=\"2\" transform=\"rotate(-45 3.8 -3.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"-3.8\" cy=\"3.8\" rx=\"0.7\" ry=\"2\" transform=\"rotate(-45 -3.8 3.8)\" opacity=\".55\"\u003e\u003c\/ellipse\u003e\n        \u003ccircle cx=\"0\" cy=\"0\" r=\"1\"\u003e\u003c\/circle\u003e\n      \u003c\/g\u003e\n    \u003c\/symbol\u003e\n  \u003c\/defs\u003e\n\u003c\/svg\u003e\n\n\u003c!-- ─────────────  NAV  ───────────── --\u003e\n\u003cnav id=\"nav\"\u003e\n  \u003cdiv class=\"brand\"\u003eOROSENDA\u003c\/div\u003e\n  \u003cdiv class=\"links\"\u003e\n    \u003ca href=\"#story\"\u003eThe Story\u003c\/a\u003e\n    \u003ca href=\"#symbol\"\u003eThe Symbol\u003c\/a\u003e\n    \u003ca href=\"#inscription\"\u003eThe Inscription\u003c\/a\u003e\n    \u003ca href=\"#capsule\"\u003eThe Capsule\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/nav\u003e\n\n\u003c!-- ─────────────  HERO  ───────────── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-bg\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-photo\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-vignette\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"hero-starburst\" aria-hidden=\"true\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-starburst.png?v=1779178745\" alt=\"\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"hero-content\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hero-eyebrow\"\u003eA capsule by Orosenda\u003c\/div\u003e\n      \u003ch1\u003e\n        \u003cspan class=\"line\"\u003e\u003cspan\u003eEntre\u003c\/span\u003e\u003c\/span\u003e\n        \u003cspan class=\"line\"\u003e\u003cspan\u003eMundos.\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/h1\u003e\n      \u003cdiv class=\"subtitle\"\u003eUn solo corazón.\u003c\/div\u003e\n      \u003cdiv class=\"hero-divider\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-divider-small.png?v=1779178745\" alt=\"\"\u003e\u003c\/div\u003e\n      \u003cp class=\"micro\"\u003eA symbolic capsule connecting Europe and America through emotion, culture and movement.\u003c\/p\u003e\n      \u003cdiv class=\"hero-ctas\"\u003e\n        \u003ca href=\"#story\" class=\"btn primary\"\u003eDiscover the Story \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/a\u003e\n        \u003ca href=\"#capsule\" class=\"btn ghost\"\u003eExplore the Capsule \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hero-scroll\"\u003eScroll\u003c\/div\u003e\n  \u003cdiv class=\"hero-corner\"\u003eCapsule N° 01\u003cbr\u003eMMXXVI\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SECTION 2 — WHY  ───────────── --\u003e\n\u003csection class=\"section why\" id=\"story\"\u003e\n  \u003cdiv class=\"grid\"\u003e\n    \u003cdiv class=\"label-col reveal\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eChapter One\u003c\/span\u003e\n      \u003ch2\u003eWhy \u003cem\u003eEntre Mundos\u003c\/em\u003e\u003cbr\u003eexists.\u003c\/h2\u003e\n      \u003cdiv class=\"ornament-row\"\u003e\n        \u003cspan class=\"orn-rosette lg\"\u003e\u003csvg\u003e\u003cuse href=\"#orn-rosette\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"body\"\u003e\n      \u003cp class=\"short reveal\"\u003eSome projects are created through strategy.\u003c\/p\u003e\n      \u003cp class=\"emphasis reveal reveal-d1\"\u003eThis one was created through emotion.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d2\"\u003eFor years, Latin culture was already part of my life. Through salsa. Through bachata. Through merengue. Through nights filled with music, movement and people carrying warmth in a way Europe often forgets.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d2\"\u003eLong before this capsule existed, those rhythms already felt familiar to me.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d3\"\u003eThen came the speeches. The words about homeland. About identity. About pride. About the idea that America is not one country, but an entire continent filled with histories, cultures, pain, beauty and belonging.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d3\"\u003eAnd something about that stayed with me.\u003c\/p\u003e\n\n      \u003cp class=\"short reveal reveal-d3\"\u003eNot politically. Emotionally.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d4\"\u003eBecause I understood the feeling behind it. The feeling of carrying more than one world inside yourself. The feeling that culture can travel across oceans long before people do. The feeling that music, language and emotion can create belonging even between people born far apart.\u003c\/p\u003e\n\n      \u003cp class=\"emphasis reveal reveal-d4\"\u003eEntre Mundos was born from that moment.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d4\"\u003eNot as merchandise. Not as trend. Not as marketing. But as a symbolic bridge between Europe and America. Between movement and memory. Between identity and emotion.\u003c\/p\u003e\n\n      \u003cp class=\"reveal reveal-d4\"\u003eA reminder that sometimes the heart belongs to more than one place.\u003c\/p\u003e\n\n      \u003cdiv class=\"signature reveal reveal-d4\"\u003e— Shirley, Founder of Orosenda\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Entre Mundos bridge illustration --\u003e\n\u003cdiv class=\"page-seal\" style=\"padding:40px 6vw 60px;\"\u003e\n  \u003cfigure class=\"reveal reveal-slow\" style=\"max-width:780px;margin:0 auto;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-symbolism-coqui-bridge.png?v=1779178772\" alt=\"The coquí — between Europe and the Americas\" style=\"display:block;width:100%;height:auto;border-radius:4px;opacity:.92;\"\u003e\n    \u003cfigcaption style=\"margin-top:16px;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep);text-align:center;\"\u003eThe bridge, carried in gold.\u003c\/figcaption\u003e\n  \u003c\/figure\u003e\n\u003c\/div\u003e\n\n\u003c!-- ─────────────  SECTION 3 — SYMBOL  ───────────── --\u003e\n\u003csection class=\"section symbol\" id=\"symbol\"\u003e\n  \u003cdiv class=\"head reveal\"\u003e\n    \u003cspan class=\"eyebrow on-ink\"\u003eChapter Two\u003c\/span\u003e\n    \u003ch2\u003eThe Symbol.\u003c\/h2\u003e\n    \u003cp class=\"intro\"\u003eEvery detail within the pendant carries meaning.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"symbol-grid\"\u003e\n    \u003cdiv class=\"sym-block reveal\"\u003e\n      \u003cdiv class=\"sym-art\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-product-hero.png?v=1779178746\" alt=\"The Heartbeat — Entre Mundos pendant on skin\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"num\"\u003e01\u003c\/span\u003e\n        \u003ch3\u003eThe Heartbeat\u003c\/h3\u003e\n        \u003cdiv class=\"lines\"\u003e\n          \u003cp\u003eA symbol of rhythm, movement and emotional connection.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"desc\"\u003eMusic. Life. Memory. Emotion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sym-block reveal reveal-d1\"\u003e\n      \u003cdiv class=\"sym-art\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-coqui-illustration.png?v=1779182515\" alt=\"The Coquí — frog with Puerto Rico and EU flags\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"num\"\u003e02\u003c\/span\u003e\n        \u003ch3\u003eThe Coquí\u003c\/h3\u003e\n        \u003cdiv class=\"lines\"\u003e\n          \u003cp\u003eA small tree frog native to Puerto Rico, named for the song it sings at night — \u003cem\u003eco-quí, co-quí\u003c\/em\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"desc\"\u003eThe quiet national symbol of the island, carried in voice and memory across oceans. A reminder that home is sometimes a sound.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sym-block reveal reveal-d2\"\u003e\n      \u003cdiv class=\"sym-art\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-inscription-macro.png?v=1779178746\" alt=\"Inscription detail — Más amor, menos odio\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"num\"\u003e03\u003c\/span\u003e\n        \u003ch3\u003eThe Blue Stone\u003c\/h3\u003e\n        \u003cdiv class=\"lines\"\u003e\n          \u003cp\u003eThe Atlantic between worlds.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"desc\"\u003eDistance. Connection. Hope.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sym-block reveal reveal-d3\"\u003e\n      \u003cdiv class=\"sym-art\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-product-everyday.png?v=1779178773\" alt=\"The Red and Blue — everyday pendant detail in red and blue enamel\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"num\"\u003e04\u003c\/span\u003e\n        \u003ch3\u003eThe Red and Blue\u003c\/h3\u003e\n        \u003cdiv class=\"lines\"\u003e\n          \u003cp\u003eTwo emotional worlds carried within one heart.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"desc\"\u003eEurope and America meeting through movement, culture and emotion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SECTION 3.5 — INSCRIPTION  ───────────── --\u003e\n\u003csection class=\"section inscription\" id=\"inscription\"\u003e\n  \u003cdiv class=\"head reveal\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eChapter Three\u003c\/span\u003e\n    \u003ch2\u003eWhat the Pendant\u003cbr\u003eCarries.\u003c\/h2\u003e\n    \u003cp class=\"intro\"\u003eEvery piece holds a word that no one else will see.\u003c\/p\u003e\n    \u003cdiv class=\"head-orn\"\u003e\n      \u003cspan class=\"orn-rosette lg\"\u003e\u003csvg\u003e\u003cuse href=\"#orn-rosette\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cfigure class=\"inscription-image reveal reveal-d1\"\u003e\n    \u003cdiv class=\"img-slot\" data-shot=\"Macro · Inscription detail · raking light\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-inscription-macro.png?v=1779178746');background-size:cover;background-position:center;\"\u003e\u003c\/div\u003e\n    \u003cfigcaption\u003eAn inscription on the reverse of an Entre Mundos pendant\u003c\/figcaption\u003e\n  \u003c\/figure\u003e\n\n  \u003cdiv class=\"inscription-body reveal reveal-d2\"\u003e\n    \u003cp\u003eOn the reverse of every Entre Mundos pendant — small enough to remain unseen unless you look for it — there is an inscription.\u003c\/p\u003e\n    \u003cp class=\"italic\"\u003eNot the same on every piece. Not chosen by the wearer.\u003c\/p\u003e\n\u003cp\u003eThe phrase may be in English, Italian, French, German, Portuguese, Polish, Turkish or Spanish — the languages of the worlds this capsule connects.\u003c\/p\u003e\n    \u003cp class=\"emphasis\"\u003eWhich words find you is part of the piece.\u003c\/p\u003e\n    \u003cp\u003eWhen you receive your pendant, you receive its inscription with it — a small private companion that came with the journey. You may not know the language. You may have to look it up. That is part of the gift.\u003c\/p\u003e\n    \u003cp class=\"italic-large\"\u003eA reminder that the most personal things we carry are often the ones we never show.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003caside class=\"inscription-invite reveal reveal-d3\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eAn open invitation\u003c\/span\u003e\n    \u003cp\u003eIf your language isn't yet part of the collection, write to us. Some inscriptions arrive because someone asked.\u003c\/p\u003e\n  \u003c\/aside\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SECTION 4 — FLAGS  ───────────── --\u003e\n\u003csection class=\"section flags\"\u003e\n  \u003cdiv class=\"flags-head reveal\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eChapter Four\u003c\/span\u003e\n    \u003ch2\u003eA Symbol Meant\u003cbr\u003eTo Be Carried.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cfigure class=\"flag-hero reveal reveal-d1\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/entre-mundos-flag.jpg?v=1779178773\" alt=\"Entre Mundos symbolic flag · From Europe to the Americas\" style=\"width:100%;height:auto;border-radius:4px;\"\u003e\n    \u003cfigcaption\u003eThe Entre Mundos symbolic flag · From Europe to America\u003c\/figcaption\u003e\n  \u003c\/figure\u003e\n\n  \u003cdiv class=\"flag-text reveal reveal-d2\"\u003e\n    \u003cdiv class=\"col\"\u003e\n      \u003cp\u003eCreated for a night of music, emotion and movement, the Entre Mundos flags became symbolic objects designed to connect people through a shared emotional language.\u003c\/p\u003e\n      \u003cp class=\"italic\"\u003eNot advertisements. Not merchandise.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"col\"\u003e\n      \u003cp\u003eBut reminders that identity, culture and emotion often travel across oceans long before people do.\u003c\/p\u003e\n      \u003cp\u003eThe large symbolic flag was created as an artistic expression of connection between Europe and America. The smaller flags were designed to be shared — small pieces of emotion carried through the crowd.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"flag-quote reveal reveal-d3\"\u003e\n    \u003cdiv class=\"quote-orn\"\u003e\n      \u003cspan class=\"orn-rosette lg\"\u003e\u003csvg\u003e\u003cuse href=\"#orn-rosette\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan class=\"orn-heart lg\"\u003e\u003csvg\u003e\u003cuse href=\"#orn-heart-pr\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan class=\"orn-rosette lg\"\u003e\u003csvg\u003e\u003cuse href=\"#orn-rosette\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"es\"\u003e\"Entre mundos,\u003cbr\u003eun solo corazón.\"\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SECTION 5 — CAPSULE  ───────────── --\u003e\n\u003csection class=\"section capsule\" id=\"capsule\"\u003e\n  \u003cdiv class=\"head reveal\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eChapter Five\u003c\/span\u003e\n    \u003ch2\u003eThe Capsule.\u003c\/h2\u003e\n    \u003cp class=\"intro\"\u003eDesigned as collectible pieces rather than seasonal products, the Entre Mundos capsule blends symbolism, emotion and craftsmanship into wearable objects of meaning.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"products\"\u003e\n    \u003ca class=\"product reveal\" href=\"#\"\u003e\n      \u003cdiv class=\"img-slot\" data-shot=\"The Hero Piece · pendant full view\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-product-hero.png?v=1779178746');\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"num\"\u003eN° 01\u003c\/span\u003e\n      \u003ch3\u003eThe Hero Piece\u003c\/h3\u003e\n      \u003cp class=\"tag\"\u003eThe original pendant design.\u003c\/p\u003e\n      \u003cspan class=\"link\"\u003eView the piece \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca class=\"product reveal reveal-d1\" href=\"#\"\u003e\n      \u003cdiv class=\"img-slot\" data-shot=\"The Silver Edition · pendant full view\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-product-silver.png?v=1779178746');\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"num\"\u003eN° 02\u003c\/span\u003e\n      \u003ch3\u003eThe Silver Edition\u003c\/h3\u003e\n      \u003cp class=\"tag\"\u003eA more accessible interpretation of the original symbol.\u003c\/p\u003e\n      \u003cspan class=\"link\"\u003eView the piece \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca class=\"product reveal reveal-d2\" href=\"#\"\u003e\n      \u003cdiv class=\"img-slot\" data-shot=\"The Everyday Symbol · pendant on chain\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-product-everyday.png?v=1779178773');\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"num\"\u003eN° 03\u003c\/span\u003e\n      \u003ch3\u003eThe Everyday Symbol\u003c\/h3\u003e\n      \u003cp class=\"tag\"\u003eDesigned to be carried daily as a reminder of connection between worlds.\u003c\/p\u003e\n      \u003cspan class=\"link\"\u003eView the piece \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SECTION 6 — MESSAGE  ───────────── --\u003e\n\u003csection class=\"section message\"\u003e\n  \u003cdiv class=\"quote reveal reveal-slow\"\u003e\n    \u003cem\u003e\"Entre mundos,\u003cbr\u003eun solo corazón.\"\u003c\/em\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"message-orn reveal reveal-slow reveal-d1\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-starburst.png?v=1779178745\" alt=\"\" class=\"starburst-img\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"explanation reveal reveal-slow reveal-d2\"\u003e\n    \u003cp\u003eA reminder that identity is not always one place, one language or one home.\u003c\/p\u003e\n    \u003cp\u003eSome hearts belong to more than one world.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Entre Mundos emblem seal --\u003e\n\u003cdiv style=\"background:var(--ink);text-align:center;padding:20px 6vw 60px;\"\u003e\n  \u003cfigure class=\"reveal\" style=\"max-width:320px;margin:0 auto;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-symbolism-logo-cream.png?v=1779182515\" alt=\"Entre Mundos · Entre Culturas, Un Mismo Brillo\" style=\"display:block;width:100%;height:auto;opacity:.95;border-radius:50%;\"\u003e\n  \u003c\/figure\u003e\n\u003c\/div\u003e\n\n\u003c!-- ─────────────  SECTION 7 — COMMUNITY  ───────────── --\u003e\n\u003csection class=\"community\"\u003e\n  \u003cdiv class=\"head reveal\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eChapter Six\u003c\/span\u003e\n    \u003ch2\u003eCarried Between Worlds.\u003c\/h2\u003e\n    \u003cp class=\"intro\"\u003eA collection of moments, emotions and stories shared through music, movement and connection.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gallery\"\u003e\n    \u003cdiv class=\"tile t1 reveal\" data-shot=\"Concert moment\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-1.png?v=1779178773');\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tile t2 reveal reveal-d1\" data-shot=\"Flag in crowd\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-2.png?v=1779178772');\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tile t3 reveal reveal-d2\" data-shot=\"Close-up jewelry\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-3.png?v=1779178797');\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tile t4 reveal\" data-shot=\"Hand \u0026amp; pendant\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-4.jpg?v=1779178772');\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tile t5 reveal reveal-d1\" data-shot=\"Movement shot\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-5.jpg?v=1779178772');\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"tile t6 reveal reveal-d2\" data-shot=\"Emotional portrait\" style=\"background-image:url('https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-community-6.jpg?v=1779178772');\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"note\"\u003e\n    A living chapter — to be updated with concert visuals, community reposts and emotional moments shared across worlds.\n  \u003c\/div\u003e\n  \u003cdiv class=\"closing-divider reveal\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/em-divider-stars.png?v=1779178746\" alt=\"\" class=\"closing-img\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ─────────────  SHOP CTA  ───────────── --\u003e\n\u003csection style=\"background:var(--cream);padding:100px 6vw;text-align:center;border-top:1px solid var(--line);\"\u003e\n  \u003cdiv class=\"reveal\"\u003e\n    \u003cspan class=\"eyebrow\" style=\"display:block;margin-bottom:24px;color:var(--gold-deep);\"\u003eThe Capsule\u003c\/span\u003e\n    \u003cdiv style=\"font-family:var(--f-display);font-size:clamp(38px,5.5vw,72px);font-weight:400;color:var(--ink);line-height:1.05;margin-bottom:28px;\"\u003eCarry the symbol.\u003c\/div\u003e\n    \u003cp style=\"font-family:var(--f-serif);font-style:italic;font-size:20px;color:var(--ink-soft);max-width:50ch;margin:0 auto 48px;line-height:1.65;\"\u003eEach Entre Mundos piece is inscribed, symbolic and designed to be carried between worlds.\u003c\/p\u003e\n    \u003ca href=\"\/collections\/entre-mundos\" style=\"display:inline-flex;align-items:center;gap:14px;padding:20px 40px;font-family:var(--f-serif);font-size:13px;letter-spacing:.28em;text-transform:uppercase;text-decoration:none;background:var(--ink);color:var(--cream);border:1px solid var(--ink);transition:all .5s;\"\u003eExplore the Collection  →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ─────────────  FOOTER  ───────────── --\u003e\n\u003cfooter\u003e\n  \u003cdiv class=\"brand\"\u003eOROSENDA\u003c\/div\u003e\n  \u003cdiv class=\"tag\"\u003eEntre mundos, un solo corazón.\u003c\/div\u003e\n  \u003cdiv class=\"meta\"\u003eorosenda.com\/entremundos · Capsule N° 01 · MMXXVI\u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  \/\/ nav scroll state\n  const nav = document.getElementById('nav');\n  window.addEventListener('scroll', () =\u003e {\n    if (window.scrollY \u003e 60) nav.classList.add('scrolled');\n    else nav.classList.remove('scrolled');\n  });\n\n  \/\/ reveal on scroll\n  const io = new IntersectionObserver((entries) =\u003e {\n    entries.forEach(e =\u003e {\n      if (e.isIntersecting) {\n        e.target.classList.add('in');\n        io.unobserve(e.target);\n      }\n    });\n  }, { threshold: 0.15, rootMargin: '0px 0px -80px 0px' });\n  document.querySelectorAll('.reveal').forEach(el =\u003e io.observe(el));\n\u003c\/script\u003e\n\u003c\/div\u003e","products":[{"product_id":"the-heart-pendant-entre-mundos","title":"The Heart Pendant - Entre Mundos","description":"\u003ch2\u003eThe Heart Pendant - Entre Mundos\u003c\/h2\u003e\n\u003cp\u003eAn open heart. A coquí frog. A natural London blue topaz set at its centre — and on the reverse, a private phrase inscribed in the metal.\u003cbr\u003e18K gold-plated sterling silver 925, with red and white enamel detail.\u003c\/p\u003e\n\u003cp\u003eDesigned by OROSENDA for the Entre Mundos capsule — a piece designed to carry meaning across worlds.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 18K gold-plated sterling silver 925\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStone:\u003c\/strong\u003e Natural London blue topaz\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDetail:\u003c\/strong\u003e Red and white enamel; coquí frog motif; heartbeat line\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInscription:\u003c\/strong\u003e A private phrase inscribed on the reverse — chosen by the capsule, not the wearer. The words that find you come with your piece.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIncludes:\u003c\/strong\u003e Gold-plated rolo chain, 45 cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis pendant combines a natural semi-precious stone, symbolic design, and a story that spans two continents. The value is in what it carries — not just what it shows.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDesign intent:\u003c\/strong\u003e For those who wear meaning. The inscription faces the skin — a private message, carried close. The coquí faces outward, unmistakable to those who know.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStyling:\u003c\/strong\u003e Worn alone against a plain neckline for full impact. The warm gold tone pairs well with earth tones, cream, and deep reds.\u003cbr\u003eNot designed for heavy daily wear in water or during exercise.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eChain length:\u003c\/strong\u003e 45 cm\u003cbr\u003eContact us if you have any questions.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eShips from Germany (in-stock items)\u003c\/li\u003e\n\u003cli\u003eEU delivery: 3–5 business days\u003c\/li\u003e\n\u003cli\u003e14-day returns accepted on unworn pieces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEach piece individually inspected by our in-house team before shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003ePart of the Entre Mundos capsule — natural London blue topaz in gold-plated sterling silver — a symbolic bridge between Europe and the Americas.\u003c\/em\u003e\u003c\/p\u003e","brand":"OROSENDA","offers":[{"title":"Default Title","offer_id":71045088378902,"sku":"YCB-EM-001","price":175.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/ycb-em-001-pendant-gold-plated-sterling-silver-925-london-blue-topaz-02.jpg?v=1779630799"},{"product_id":"the-coqui-heart-ring-entre-mundos","title":"The Coquí Heart Ring - Entre Mundos","description":"\u003ch2\u003eThe Coquí Heart Ring — Entre Mundos\u003c\/h2\u003e\n\u003cp\u003eAn open heart on your finger. A coquí frog set with a natural London blue topaz at its centre, a red enamel sweep along the band, and white enamel inside the heart's crown.\u003cbr\u003e18K gold-plated sterling silver 925.\u003c\/p\u003e\n\u003cp\u003eDesigned by OROSENDA for the Entre Mundos capsule — the companion piece to the Entre Mundos pendant, designed to be worn together or alone.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 18K gold-plated sterling silver 925\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStone:\u003c\/strong\u003e Natural London blue topaz\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDetail:\u003c\/strong\u003e Red enamel band; white enamel crown; coquí frog motif; heartbeat line\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis ring pairs a natural semi-precious stone with expressive sculptural detail. Statement without being heavy — the open heart sits lightly on the hand.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDesign intent:\u003c\/strong\u003e Designed to be worn as the focal piece on the hand, or paired with the Entre Mundos pendant for the complete capsule look. The coquí faces outward — for those who know, it says everything.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStyling:\u003c\/strong\u003e Pairs naturally with the Entre Mundos pendant. Worn solo on a plain hand, it draws attention without competing. The warm gold tone works well with earth tones and deep reds.\u003cbr\u003eNot designed for heavy daily wear in water or during exercise.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e US 9 (EU 59 \/ UK S½)\u003cbr\u003eNot sure about your size? → \u003ca href=\"\/blogs\/news\/ring-size-guide-international\"\u003eView Ring Size Guide (EU \/ US \/ UK)\u003c\/a\u003e\u003cbr\u003eContact us if you can't find your size.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eShips from Germany (in-stock items)\u003c\/li\u003e\n\u003cli\u003eEU delivery: 3–5 business days\u003c\/li\u003e\n\u003cli\u003e14-day returns accepted on unworn pieces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEach piece individually inspected by our in-house team before shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003ePart of the Entre Mundos capsule — natural London blue topaz in gold-plated sterling silver — a symbolic bridge between Europe and the Americas.\u003c\/em\u003e\u003c\/p\u003e","brand":"OROSENDA","offers":[{"title":"Default Title","offer_id":71045088411670,"sku":"YCB-EM-002","price":130.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/files\/ycb-em-002-ring-gold-plated-sterling-silver-925-london-blue-topaz-01.jpg?v=1779630554"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0458\/4377\/5510\/collections\/ycb-em-002-ring-gold-plated-sterling-silver-925-london-blue-topaz-03.jpg?v=1779652102","url":"https:\/\/www.orosenda.com\/collections\/entremundos.oembed","provider":"OROSENDA","version":"1.0","type":"link"}