/* Demi Joyas · Llano de Brujas — dirección "Tu inicial"
   Paleta sacada de la tienda: fachada blanca y tostada, rótulo bronce, terciopelo salvia, ante beige, plata.
   Display: Bricolage Grotesque · Cuerpo: Figtree · Etiquetas: DM Mono · La letra-colgante: Bodoni Moda itálica. */

:root {
  --paper: #F5F3EE;        /* blanco de la fachada */
  --paper-2: #ECE9E1;
  --ink: #23241F;
  --ink-soft: #4A4B44;
  --muted: #6B6C64;
  --sage: #647362;         /* salvia profundo: aguanta blanco a 5:1 */
  --sage-soft: #A3AFA1;    /* el terciopelo de las vitrinas */
  --sage-pale: #DCE2D9;
  --bronze: #A67C3D;       /* el rótulo */
  --bronze-deep: #7E5A28;  /* relleno con texto blanco (≥5:1) */
  --suede: #D9C7B0;
  --silver: #C9CDD1;
  --line: rgba(35, 36, 31, .14);
  --line-light: rgba(255, 255, 255, .18);
  --wa: #1EBE5D;
  --wa-deep: #0E7A3C;

  --display: "Bricolage Grotesque", "Figtree", sans-serif;
  --body: "Figtree", system-ui, sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --serif-it: "Bodoni Moda", "Didot", serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 4.5vw, 64px);
  --section: clamp(84px, 11vw, 150px);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--sage-pale); color: var(--ink); }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; padding: 10px 14px; background: var(--ink); color: #fff; z-index: 999; }
.skip:focus { left: 8px; }

.container { width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.label { font-family: var(--mono); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--bronze-deep); margin-bottom: 18px; }
.label--light { color: var(--suede); }

h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: .98; letter-spacing: -.035em; text-wrap: balance; font-variation-settings: "opsz" 96; }
h2 { font-size: clamp(38px, 5.2vw, 72px); }
h3 { font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -.02em; }
p { text-wrap: pretty; }
.sec-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head__p { margin-top: 20px; color: var(--ink-soft); font-size: 1.1rem; max-width: 56ch; }

/* ---------- botones ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 24px; font-weight: 600; font-size: 1rem; line-height: 1; border: 1px solid transparent; transition: transform .18s var(--ease), background-color .18s ease, color .18s ease, border-color .18s ease; }
.btn i { font-style: normal; transition: transform .18s var(--ease); }
.btn:active { transform: scale(.97); }
.btn--wa { background: var(--wa-deep); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--ghost { border-color: currentColor; color: var(--ink); }
.marea .btn--ghost { color: #fff; }
@media (hover: hover) {
  .btn:hover { transform: translateY(-2px); }
  .btn:hover i { transform: translateX(4px); }
  .btn--wa:hover { background: var(--wa); color: var(--ink); }
  .btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .btn--light:hover { background: #fff; }
}

/* ---------- header ---------- */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 18px 0; color: var(--ink); }
.header.scrolled { background: rgba(245, 243, 238, .86); backdrop-filter: blur(10px) saturate(1.3); -webkit-backdrop-filter: blur(10px) saturate(1.3); box-shadow: 0 1px 0 var(--line); padding: 12px 0; }
.header__in { width: min(1400px, 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 6px; line-height: 1; }
.brand__demi { font-family: var(--display); font-weight: 800; font-size: 26px; letter-spacing: -.04em; }
.brand__joyas { font-family: var(--serif-it); font-style: italic; font-size: 24px; color: var(--bronze); font-variation-settings: "opsz" 48; }
.brand--light .brand__joyas { color: var(--suede); }
.nav { display: flex; gap: 26px; margin-left: auto; font-weight: 500; font-size: .95rem; }
.nav a { position: relative; padding: 6px 0; color: var(--ink-soft); }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--bronze); transition: right .22s var(--ease); }
.nav a.active { color: var(--ink); }
.nav a.active::after { right: 0; }
@media (hover: hover) { .nav a:hover::after { right: 0; } }
.header__tel { font-family: var(--mono); font-size: .85rem; letter-spacing: .04em; padding: 10px 14px; border: 1px solid var(--line); }
.burger { display: none; width: 44px; height: 44px; position: relative; margin-left: auto; }
.burger span { position: absolute; left: 10px; right: 10px; height: 2px; background: currentColor; transition: transform .22s var(--ease), top .22s var(--ease); }
.burger span:first-child { top: 17px; } .burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------- hero: foto a toda altura por la derecha, el titular la invade ---------- */
.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 40% 60%; background: var(--paper); isolation: isolate; }
.hero__photo { grid-column: 2; position: relative; min-height: 100svh; overflow: hidden; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; position: absolute; inset: 0; }
.hero__caption { position: absolute; right: var(--gutter); bottom: 26px; font-family: var(--mono); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.hero__copy { grid-column: 1; grid-row: 1; position: relative; z-index: 2; padding: calc(84px + 2vh) 0 36px var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.hero__title { font-size: clamp(64px, 10.6vw, 152px); font-weight: 700; letter-spacing: -.045em; line-height: .86; width: 150%; /* invade la foto: el texto pasa por encima */ position: relative; }
.hero__title span { display: block; }
.hero__l2 { padding-left: .5em; }
.hero__l3 { padding-left: .12em; }
.hero__l3, .hero__l2 { color: var(--ink); }
.hero__title .hero__dot { display: inline; color: var(--bronze); }

/* la letra-colgante: una etiqueta de papel colgada de una cadena fina, con la letra en Bodoni itálica bronce */
.pendant { position: absolute; z-index: 3; display: flex; flex-direction: column; align-items: center; pointer-events: none; left: calc(100% + 3vw); top: 0; }
.pendant__chain { width: 1px; height: clamp(70px, 13vh, 150px); background: linear-gradient(rgba(126,90,40,.15), var(--bronze)); }
.pendant__letter { display: grid; place-items: center; min-width: 1.05em; padding: .08em .16em 0; background: var(--paper); font-family: var(--serif-it); font-style: italic; font-weight: 400; font-variation-settings: "opsz" 96; font-size: clamp(120px, 14vw, 210px); line-height: .9; color: var(--bronze); box-shadow: 0 24px 50px -18px rgba(35,36,31,.45), 0 2px 0 rgba(255,255,255,.6) inset; transform-origin: top center; transform: rotate(-3deg); position: relative; }
.pendant__letter::before { content: ""; position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; border: 1px solid var(--bronze); border-radius: 50%; transform: translateX(-50%); background: var(--paper); }
.pendant.swap .pendant__letter { animation: swing .8s var(--ease-out); }
@keyframes swing { 0% { transform: rotate(-9deg); } 55% { transform: rotate(1deg); } 100% { transform: rotate(-3deg); } }

.hero__lead { margin-top: 22px; max-width: 46ch; font-size: 1.05rem; color: var(--ink-soft); }
.abc { margin-top: 18px; }
.abc__hint { font-family: var(--mono); font-size: .8rem; letter-spacing: .01em; color: var(--muted); display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.abc__dotreal { width: 8px; height: 8px; border-radius: 50%; background: var(--bronze); display: inline-block; }
.abc__row { display: flex; flex-wrap: wrap; gap: 4px; max-width: 520px; }
.abc__k { width: 32px; height: 36px; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--muted); border: 1px solid transparent; transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
.abc__k.is-real { color: var(--ink); border-color: var(--line); background: #fff; }
.abc__k.is-real::after { content: ""; position: absolute; }
.abc__k.is-on { background: var(--bronze-deep); color: #fff; border-color: var(--bronze-deep); }
.abc__k:active { transform: scale(.97); }
@media (hover: hover) { .abc__k:hover { border-color: var(--bronze); color: var(--ink); } .abc__k.is-on:hover { color: #fff; } }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.hero__cta b { font-weight: 800; }
.statusbar { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); text-transform: none; letter-spacing: .01em; font-size: .8rem; }
.statusbar__sep { color: var(--bronze); }

/* ---------- lo que hay: rejilla irregular ---------- */
.coleccion { padding: var(--section) 0; }
.fam { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; }
.fam__card { position: relative; overflow: hidden; background: var(--paper-2); color: #fff; display: block; transform-style: preserve-3d; }
.fam__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.fam__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,22,18,0) 40%, rgba(20,22,18,.78) 100%); }
.fam__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 1; }
.fam__txt h3 { margin-bottom: 6px; }
.fam__txt p { font-size: .95rem; color: rgba(255,255,255,.86); max-width: 38ch; }
.fam__card--wide { grid-column: span 7; grid-row: span 2; }
.fam__card--tall { grid-column: span 5; grid-row: span 3; }
.fam__card:nth-child(3) { grid-column: span 4; grid-row: span 1; }
.fam__card:nth-child(4) { grid-column: span 3; grid-row: span 1; }
.fam__card:nth-child(3) img { object-position: 50% 45%; }
.fam__card--tall img { object-position: 50% 30%; }
@media (hover: hover) { .fam__card:hover img { transform: scale(1.03); } }

/* ---------- Marea: banda salvia ---------- */
.marea { background: var(--sage); color: #fff; padding: var(--section) 0; }
.marea__grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; align-items: end; }
.marea__copy { padding-bottom: 8px; }
.marea__copy h2 { color: #fff; }
.marea__copy p { color: rgba(255,255,255,.88); margin: 22px 0 30px; max-width: 46ch; font-size: 1.05rem; }
.marea__ph { overflow: hidden; background: rgba(0,0,0,.12); }
.marea__ph img { width: 100%; height: 100%; object-fit: cover; }
.marea__ph--a { aspect-ratio: 3 / 4; }
.marea__ph--b { aspect-ratio: 3 / 4; margin-bottom: 56px; }

/* ---------- la tienda: columna lateral a sangre + rejilla irregular + cita ---------- */
.tienda { display: grid; grid-template-columns: 22% 1fr; background: var(--paper); }
.tienda__col { position: relative; min-height: 100%; }
.tienda__col img { position: sticky; top: 0; height: 100svh; width: 100%; object-fit: cover; object-position: 70% 30%; }
.tienda__body { padding: var(--section) var(--gutter) var(--section) clamp(28px, 5vw, 80px); }
.shots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; max-width: 1040px; }
.shot { position: relative; overflow: hidden; cursor: zoom-in; background: var(--paper-2); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.shot figcaption { position: absolute; left: 14px; bottom: 12px; font-family: var(--mono); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.shot--a { grid-column: span 3; aspect-ratio: 4 / 5; }
.shot--a img { object-position: 50% 30%; }
.shot--b { grid-column: span 3; aspect-ratio: 4 / 5; }
.shot--c { grid-column: span 6; aspect-ratio: 16 / 7; }
.shot--c img { object-position: 50% 62%; }
@media (hover: hover) { .shot:hover img { transform: scale(1.03); } }

.cita { margin-top: clamp(64px, 8vw, 110px); max-width: 780px; }
.cita__l { font-family: var(--display); font-weight: 700; letter-spacing: -.03em; line-height: 1.02; font-size: clamp(30px, 4vw, 54px); font-variation-settings: "opsz" 96; }
.cita__l1 { opacity: 1; }
.cita__l2 { opacity: .84; padding-left: .8em; }
.cita__l3 { opacity: .66; padding-left: 1.6em; }
.cita__who { margin-top: 22px; color: var(--muted); }
.stars { color: var(--bronze); letter-spacing: .1em; }

/* ---------- dónde y cuándo ---------- */
.donde { background: var(--sage-pale); padding: var(--section) 0; }
.donde__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.donde__status { margin: 22px 0 20px; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px 9px 12px; background: #fff; font-family: var(--mono); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); }
.pill__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--silver); box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
.pill.open .pill__dot { background: #2E9E5B; box-shadow: 0 0 0 3px rgba(46,158,91,.22); }
.pill.closed .pill__dot { background: #C2553A; box-shadow: 0 0 0 3px rgba(194,85,58,.2); }
.hours { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: .98rem; }
.hours th { width: 34%; }
.hours th, .hours td { text-align: left; padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.hours td { text-align: right; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.hours .today th, .hours .today td { color: var(--bronze-deep); font-weight: 700; }
.hours .today th::before { content: "→ "; }
.donde__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.donde__map { aspect-ratio: 4 / 3; min-height: 380px; min-width: 0; background: var(--sage-soft); }
.donde__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.8) contrast(1.02); }

/* ---------- contacto ---------- */
.contacto { padding: var(--section) 0; }
.contacto__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.contacto__alt { margin-top: 22px; color: var(--ink-soft); }
.contacto__alt a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--bronze); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; font-size: .9rem; font-weight: 600; color: var(--ink-soft); }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; padding: 14px; font: inherit; font-weight: 400; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 0; transition: border-color .15s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bronze); outline: none; }
.invalid { border-color: #C2553A !important; }
.check { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; color: var(--ink-soft); }
.check input { margin-top: 5px; accent-color: var(--bronze-deep); }
.check a { text-decoration: underline; text-underline-offset: 3px; }
.form .btn { grid-column: 1 / -1; justify-self: start; }
.form__ok { grid-column: 1 / -1; padding: 12px 14px; background: var(--sage-pale); font-size: .95rem; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.82); padding: 72px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--line-light); }
.footer .brand { color: #fff; }
.footer__tag { margin-top: 16px; max-width: 40ch; font-size: .95rem; }
.footer__h { color: var(--suede); margin-bottom: 12px; }
.footer p + p { margin-top: 10px; }
.footer a:not(.brand) { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,.3); }
.footer__bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding-top: 22px; font-size: .9rem; }
.footer__legal { display: flex; gap: 18px; }
.demo-aviso { margin-top: 14px; font-size: .8rem; color: rgba(255,255,255,.6); max-width: 80ch; }

/* ---------- call-bar móvil ---------- */
.callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; grid-template-columns: 1fr 1fr; background: var(--ink); border-top: 1px solid var(--line-light); }
.callbar a { padding: 16px; text-align: center; color: #fff; font-weight: 600; font-size: 15px; }
.callbar a:first-child { border-right: 1px solid var(--line-light); }
.callbar a:last-child { background: var(--wa-deep); }

/* ---------- lightbox ---------- */
.lightbox img { max-width: min(94vw, 1400px); max-height: 88vh; object-fit: contain; }
.lightbox__close { position: absolute; top: 14px; right: 18px; width: 48px; height: 48px; font-size: 32px; line-height: 1; color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1280px) {
  .hero__title { width: 145%; }
}
@media (max-width: 1100px) {
  .hero { grid-template-columns: 44% 56%; }
  .hero__title { font-size: clamp(60px, 10.5vw, 130px); width: 140%; }
  .pendant__letter { font-size: clamp(100px, 13vw, 170px); }
  .marea__grid { grid-template-columns: 1fr 1fr; }
  .marea__copy { grid-column: 1 / -1; }
  .marea__ph--b { margin-bottom: 0; }
  .fam { grid-auto-rows: 180px; }
}
@media (max-width: 900px) {
  .nav { position: fixed; inset: 0; padding: 110px var(--gutter) 40px; background: var(--paper); flex-direction: column; gap: 6px; font-size: 26px; font-family: var(--display); font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .25s var(--ease-out); z-index: -1; }
  .nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav a { color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); }
  .header__tel { display: none; }
  .burger { display: block; }
  .header.scrolled, .header:has(.nav.open) { background: rgba(245,243,238,.94); }

  /* móvil: la foto pasa a fondo y el titular va encima */
  .hero { display: block; min-height: 100svh; }
  .hero__photo { position: absolute; inset: 0; min-height: 0; }
  .hero__photo img { object-position: 50% 35%; }
  .hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(245,243,238,.08) 0%, rgba(245,243,238,.12) 28%, rgba(245,243,238,.82) 44%, rgba(245,243,238,.97) 60%); }
  .hero__caption { display: none; }
  .hero__copy { position: relative; min-height: 100svh; padding: 120px var(--gutter) 96px; justify-content: flex-end; }
  .hero__lead { display: none; }
  .hero__cta { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
  .hero__cta .btn { padding: 15px 16px; justify-content: center; }
  .hero__title { width: 100%; font-size: clamp(56px, 15vw, 96px); }
  .hero__l2, .hero__l3 { padding-left: 0; }
  .pendant { left: auto; right: var(--gutter); top: 0; }
  .pendant__chain { height: clamp(70px, 14svh, 130px); }
  .pendant__letter { font-size: clamp(96px, 26vw, 140px); }
  .hero__lead { margin-top: 18px; font-size: 1rem; }
  .abc__row { max-width: none; }
  .abc__k { width: 32px; height: 36px; }
  .statusbar { margin-top: 24px; }

  .fam { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .fam__card--wide { grid-column: 1 / -1; grid-row: span 1; }
  .fam__card--tall { grid-column: span 1; grid-row: span 2; }
  .fam__card:nth-child(3), .fam__card:nth-child(4) { grid-column: span 1; grid-row: span 1; }
  .fam__txt { padding: 16px; }
  .fam__txt p { display: none; }
  .fam__card--wide .fam__txt p { display: block; }

  .tienda { grid-template-columns: 1fr; }
  .tienda__col img { position: static; height: 48svh; object-position: 50% 20%; }
  .tienda__body { padding: 56px var(--gutter) var(--section); }
  .shots { grid-template-columns: 1fr 1fr; }
  .shot--a, .shot--b { grid-column: span 1; }
  .shot--c { grid-column: span 2; }

  .donde__grid, .contacto__grid { grid-template-columns: minmax(0, 1fr); }
  .donde__map { min-height: 0; aspect-ratio: 1 / 1; }
  .hours { font-size: .9rem; }
  .hours td { line-height: 1.35; }
  .form { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .callbar { display: grid; }
  .footer { padding-bottom: 110px; }
}
@media (max-width: 520px) {
  .hero__title { font-size: clamp(52px, 16vw, 80px); }
  .pendant__letter { font-size: clamp(90px, 24vw, 120px); }
  .marea__grid { grid-template-columns: 1fr; }
  .marea__ph--b { display: none; }
  .fam { grid-auto-rows: 170px; }
  .abc__k { width: 30px; height: 34px; font-size: .92rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .btn i, .fam__card img, .shot img, .nav a::after { transition: none; }
  .pendant.swap .pendant__letter { animation: none; }
}
