/* ═══════════════════════════════════════════════════════════════
   Mimados Peluquería Canina · Alhama de Murcia
   Dirección de arte: «El lazo»
   Color   — salvia/vapor de sus propias paredes + azul lentejuela de sus lazos
   Type    — Cabinet Grotesk (display, self-host) / Figtree (cuerpo)
   Layout  — editorial-magazine
   Firma   — la cinta de lazo en SVG: gigante en la portada y anudada en la
             esquina SOLO de las fotos donde el perro lo lleva de verdad
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: "Cabinet Grotesk";
  src: url("fonts/cabinetgrotesk-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("fonts/cabinetgrotesk-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("fonts/cabinetgrotesk-800.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}

:root {
  /* paleta — sacada de sus fotos, no del sector */
  --salvia:   #7FA79C;   /* el verde de sus paredes */
  --salvia-d: #4E6E66;   /* el mismo, apretado, para texto sobre claro */
  --vapor:    #EDF3F0;   /* menta lavadísimo: fondo general */
  --vapor-2:  #E1EBE7;
  --pizarra:  #131C1A;   /* tinta y fondos oscuros */
  --pizarra-2:#1E2B28;
  --lentejuela:#0A78A8;  /* el azul del lazo — acento principal (4,92:1 con blanco: AA) */
  --lentejuela-l:#37B4E4;/* el mismo, aclarado, para sobre oscuro */
  --vichy:    #B93A32;   /* el lazo rojo — muy racionado */
  --laton:    #A98446;   /* filete fino, del espejo del local */
  --blanco:   #FFFFFF;

  --ink:      var(--pizarra);
  --ink-soft: #45564F;

  --wrap: 1200px;
  --pad: clamp(1.15rem, 4vw, 3rem);

  --r: 0px;               /* esquinas rectas: es la norma de las referencias */
  --tr: .22s cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--vapor);
  color: var(--ink);
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, iframe { max-width: 100%; display: block; }
img { height: auto; }

a { color: inherit; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--pizarra); color: #fff; padding: .8rem 1.2rem; font-weight: 600;
}
.skip:focus { left: .6rem; top: .6rem; }

:where(a, button, [tabindex]):focus-visible {
  outline: 3px solid var(--lentejuela);
  outline-offset: 3px;
}

/* ───────── tipografía: el titular manda (suelo 90px, salto ≥8×) ───────── */

.hero__h1, .h2, .sv__h, .strip__n, .brand__tx, .ft__nm {
  font-family: "Cabinet Grotesk", Figtree, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .94;
  text-wrap: balance;
}

.hero__h1 { font-size: clamp(3.1rem, 10.5vw, 9.25rem); margin: 0; }   /* 148px */
.h2       { font-size: clamp(2.35rem, 6.4vw, 5.1rem); margin: 0 0 1rem; }
.sv__h    { font-size: clamp(1.3rem, 2.4vw, 1.72rem); letter-spacing: -.02em; line-height: 1.1; margin: 0 0 .55rem; }

.eyebrow {
  display: flex; align-items: center; gap: .7rem;
  margin: 0 0 1.1rem;
  font-size: .8rem; font-weight: 700;
  letter-spacing: .17em; text-transform: uppercase;
  color: var(--salvia-d);
}
.eyebrow::before {
  content: ""; width: clamp(24px, 4vw, 52px); height: 2px;
  background: var(--lentejuela); flex: none;
}
.eyebrow--light { color: #CFE0DA; }
.eyebrow--light::before { background: var(--lentejuela-l); }

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: var(--ink-soft);
  max-width: 60ch; margin: 0 0 2.6rem;
}
.lead--light { color: #C3D4CE; }

.h2--light { color: var(--blanco); }

/* ───────── botones ───────── */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 1.02rem 1.7rem;
  font-weight: 700; font-size: .98rem;
  text-decoration: none; border: 2px solid transparent; border-radius: var(--r);
  transition: background-color var(--tr), color var(--tr), border-color var(--tr), transform var(--tr);
}
.btn--pri  { background: var(--lentejuela); color: #fff; }
.btn--dark { background: var(--pizarra); color: #fff; }
.btn--gho  { border-color: rgba(255,255,255,.72); color: #fff; }

@media (hover: hover) {
  .btn--pri:hover  { background: #075A7C; }
  .btn--dark:hover { background: var(--pizarra-2); }
  .btn--gho:hover  { background: rgba(255,255,255,.14); border-color: #fff; }
}
.btn:active { transform: scale(.97); }

/* ───────── la FIRMA: la cinta del lazo ───────── */

.bw { fill: none; stroke: var(--lentejuela-l); stroke-width: 4; stroke-linejoin: miter; stroke-linecap: butt; }

/* ───────── cabecera ───────── */

.hd {
  position: fixed; inset: 0 0 auto; z-index: 100;
  transition: background-color var(--tr), box-shadow var(--tr);
}
.hd.scrolled {
  background: rgba(237,243,240,.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(19,28,26,.12);
}
.hd__in {
  max-width: var(--wrap); margin-inline: auto;
  padding: 1.05rem var(--pad);
  display: flex; align-items: center; gap: 1.2rem;
}

.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: #fff; margin-right: auto; }
.hd.scrolled .brand { color: var(--pizarra); }
.brand__bow { width: 34px; height: 21px; flex: none; }
.brand__bow path, .brand__bow circle { fill: none; stroke: var(--lentejuela-l); stroke-width: 2.4; }
.hd.scrolled .brand__bow path, .hd.scrolled .brand__bow circle { stroke: var(--lentejuela); }
.brand__tx { font-size: 1.42rem; letter-spacing: -.03em; }

.nav { display: flex; gap: 1.55rem; }
.nav a {
  text-decoration: none; font-weight: 600; font-size: .93rem;
  color: rgba(255,255,255,.9);
  padding-bottom: 3px; border-bottom: 2px solid transparent;
  transition: color var(--tr), border-color var(--tr);
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.hd.scrolled .nav a { color: var(--ink-soft); text-shadow: none; }
@media (hover: hover) { .nav a:hover { color: #fff; } .hd.scrolled .nav a:hover { color: var(--pizarra); } }
.nav a.active { border-color: var(--lentejuela-l); color: #fff; }
.hd.scrolled .nav a.active { border-color: var(--lentejuela); color: var(--pizarra); }

.hd__cta {
  display: inline-flex; flex-direction: column; line-height: 1.4;
  text-decoration: none; padding: .55rem 1.05rem;
  background: var(--lentejuela); color: #fff; border-radius: var(--r);
  transition: background-color var(--tr);
}
@media (hover: hover) { .hd__cta:hover { background: #075A7C; } }
.hd__cta-lb { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; opacity: .85; }
.hd__cta-nb { font-weight: 700; font-size: .97rem; }

.burger { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; }
.burger span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; transition: background-color var(--tr); }
.hd.scrolled .burger span { background: var(--pizarra); }

/* ───────── PORTADA ───────── */

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }

.hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 62% 42%;   /* el perro cae a la derecha: el texto respira a la izquierda */
  z-index: 0;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(10,17,15,.93) 0%, rgba(10,17,15,.72) 34%, rgba(10,17,15,.24) 64%, rgba(10,17,15,.42) 100%),
    linear-gradient(to right, rgba(10,17,15,.66) 0%, rgba(10,17,15,.12) 56%, rgba(10,17,15,0) 100%);
}

/* el lazo gigante va sobre la zona CALMADA de la foto (el ventanal oscuro de la
   izquierda), nunca sobre la cara del perro: encima de la cara se lee como una mira */
.hero__bow {
  position: absolute; z-index: 2;
  left: -7%; top: 13%;
  width: min(40vw, 470px); height: auto;
  opacity: .42;
}
.hero__bow .bw { stroke-width: 3; }

.hero__in {
  position: relative; z-index: 3;
  max-width: var(--wrap); margin-inline: auto; width: 100%;
  padding: 8rem var(--pad) clamp(3.4rem, 8vh, 6rem);
}
.hero__h1 { color: #fff; text-shadow: 0 3px 34px rgba(0,0,0,.42); }
.hero__accent { color: var(--lentejuela-l); }
.hero__sub {
  color: #DCE7E3; max-width: 47ch;
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
  margin: 1.5rem 0 2.1rem;
  text-shadow: 0 1px 16px rgba(0,0,0,.5);
}
.hero__sub em { font-style: normal; color: #fff; font-weight: 600; }

.hero__act { display: flex; flex-wrap: wrap; gap: .75rem; }

/* estado del horario */
.status {
  display: inline-flex; align-items: center; gap: .62rem;
  font-size: .92rem; font-weight: 600;
}
.status--hero { margin-top: 1.9rem; color: #DCE7E3; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.status--blk { margin: 0 0 1.7rem; color: var(--ink-soft); }
.status__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #96A5A0; flex: none;
}
.status__dot.open   { background: #2FA36B; box-shadow: 0 0 0 4px rgba(47,163,107,.24); }
.status__dot.closed { background: var(--vichy); box-shadow: 0 0 0 4px rgba(185,58,50,.22); }

/* ───────── tira de datos ───────── */

.strip { background: var(--pizarra); color: #fff; }
.strip__in {
  max-width: var(--wrap); margin-inline: auto; padding: clamp(2.1rem, 4vw, 3rem) var(--pad);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(255,255,255,.15);
  background-clip: content-box;          /* ⚠️ REGLA GROU: el hairline solo bajo el contenido,
                                            nunca bajo el padding del contenedor (franjas laterales) */
}
.strip__cell {
  background: var(--pizarra);
  padding: .3rem clamp(.9rem, 2.4vw, 2rem);
  display: flex; flex-direction: column; gap: .32rem;
}
.strip__cell:first-child { padding-left: 0; }
.strip__n {
  font-family: "Cabinet Grotesk", sans-serif; font-weight: 800;
  font-size: clamp(1.75rem, 3.4vw, 2.7rem); letter-spacing: -.03em; line-height: 1;
  display: flex; align-items: baseline; gap: .18rem;
}
.strip__st { color: var(--laton); font-size: .74em; }
.strip__l { font-size: .89rem; color: #9EB2AC; max-width: 26ch; }

/* ───────── servicios ───────── */

.sv { padding: clamp(4.2rem, 9vw, 7.6rem) 0; }
.sv__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(19,28,26,.14);
  background-clip: content-box;          /* ⚠️ misma REGLA GROU */
  border-block: 1px solid rgba(19,28,26,.14);
}
.sv__card {
  background: var(--vapor);
  padding: clamp(1.7rem, 3vw, 2.5rem) clamp(1.3rem, 2.4vw, 2rem);
  position: relative;
}
.sv__card--wide { grid-column: span 2; background: var(--vapor-2); }
.sv__card p { margin: 0; color: var(--ink-soft); font-size: .99rem; }
.sv__card--bow { background: var(--pizarra); color: #fff; }
.sv__card--bow p { color: #A9BEB8; }
.sv__bow { width: 74px; height: 46px; margin-bottom: 1rem; }
.sv__bow .bw { stroke-width: 5; }

/* ───────── el book ───────── */

.bk { background: var(--pizarra); padding: clamp(4.2rem, 9vw, 7.6rem) 0 clamp(3rem, 6vw, 5rem); }
.bk .wrap { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }

.bk__grid {
  list-style: none; margin: 0;
  padding-inline: var(--pad);
  max-width: var(--wrap); margin-inline: auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(.7rem, 1.4vw, 1.1rem);
  grid-auto-rows: 1fr;
}
.bk__it { position: relative; }
.bk__it--tall { grid-row: span 2; }

.shot {
  display: block; width: 100%; height: 100%;
  padding: 0; border: 0; background: none; cursor: zoom-in;
  overflow: hidden;
  transition: transform var(--tr);
}
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
@media (hover: hover) { .shot:hover { transform: translateY(-3px); } }
.shot:active { transform: scale(.99); }

/* el lazo anudado en la esquina — SOLO donde el perro lo lleva de verdad.
   Es el mismo glifo que la marca, en pequeño: firma, no marco decorativo. */
.bk__it--bow::before {
  content: ""; position: absolute; z-index: 3;
  top: 10px; left: 10px;
  width: 52px; height: 32px;
  pointer-events: none;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 26'%3E%3Cg fill='none' stroke='%2337B4E4' stroke-width='3'%3E%3Cpath d='M22 13 L6 4 L9 13 L6 22 Z'/%3E%3Cpath d='M22 13 L38 4 L35 13 L38 22 Z'/%3E%3Ccircle cx='22' cy='13' r='3.1'/%3E%3C/g%3E%3C/svg%3E");
  filter: drop-shadow(0 1px 6px rgba(0,0,0,.55));
}

/* ───────── la tienda ───────── */

.sh { padding: clamp(4.2rem, 9vw, 7.6rem) 0; }
.sh__in {
  max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1fr .92fr; gap: clamp(2rem, 5vw, 4.4rem); align-items: center;
}
.sh__ph img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; object-position: center 40%; }

.quote { margin: 0; border-left: 3px solid var(--laton); padding-left: 1.35rem; }
.quote p {
  margin: 0 0 .55rem;
  font-family: "Cabinet Grotesk", sans-serif; font-weight: 500;
  font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.32; letter-spacing: -.02em;
}
.quote cite { font-style: normal; font-size: .87rem; color: var(--salvia-d); font-weight: 600; }

/* ───────── opiniones ───────── */

.rv { background: var(--salvia); color: #0C1614; padding: clamp(4.2rem, 9vw, 7.6rem) 0; }
.rv .eyebrow { color: #16302A; }
.rv .eyebrow::before { background: #0C1614; }
.rv__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 2vw, 1.5rem); }
.rv__card { background: var(--vapor); padding: clamp(1.5rem, 2.6vw, 2.1rem); display: flex; flex-direction: column; gap: .8rem; }
.rv__st { margin: 0; color: var(--laton); letter-spacing: .16em; font-size: .95rem; }
.rv__tx { margin: 0; font-size: 1.02rem; color: var(--ink); }
.rv__au { margin: auto 0 0; font-weight: 700; font-size: .87rem; color: var(--salvia-d); }

/* ───────── visítanos ───────── */

.vs { padding: clamp(4.2rem, 9vw, 7.6rem) 0; }
.vs__in {
  max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
/* a media columna, el titular de 5,1rem se partía en 4 líneas y dejaba "34." huérfano */
.vs .h2 { font-size: clamp(2.1rem, 3.9vw, 3.5rem); }

.hrs { width: 100%; border-collapse: collapse; margin: 0 0 2rem; }
.hrs th, .hrs td { text-align: left; padding: .68rem 0; border-bottom: 1px solid rgba(19,28,26,.14); font-size: .97rem; }
.hrs th { font-weight: 600; color: var(--ink-soft); }
.hrs td { text-align: right; font-variant-numeric: tabular-nums; }
.hrs .today th, .hrs .today td { color: var(--lentejuela); font-weight: 700; }

.vs__act { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.6rem; }
.vs__soc { margin: 0; font-size: .95rem; color: var(--ink-soft); }
.vs__soc a { color: var(--lentejuela); font-weight: 600; }

.vs__map iframe { width: 100%; height: clamp(340px, 46vw, 520px); border: 0; filter: saturate(.82); }

/* ───────── pie ───────── */

.ft { background: var(--pizarra); color: #fff; padding: clamp(3.2rem, 6vw, 5rem) 0 0; }
.ft__in {
  max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad);
  display: flex; flex-wrap: wrap; gap: 2.4rem; justify-content: space-between;
  padding-bottom: clamp(2.4rem, 5vw, 3.4rem);
}
.ft__bow { width: 40px; height: 24px; margin-bottom: .75rem; }
.ft__bow path, .ft__bow circle { fill: none; stroke: var(--lentejuela-l); stroke-width: 2.4; }
.ft__nm { font-size: 1.5rem; display: block; }
.ft__ad { margin: .5rem 0 0; color: #9EB2AC; font-size: .93rem; }
.ft__col { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.ft__col a { color: #C3D4CE; text-decoration: none; font-size: .95rem; }
@media (hover: hover) { .ft__col a:hover { color: #fff; } }

.ft__bar {
  border-top: 1px solid rgba(255,255,255,.14);
  max-width: var(--wrap); margin-inline: auto; padding: 1.5rem var(--pad) 2.2rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1.5rem;
}
.ft__cp { margin: 0; font-size: .85rem; color: #8FA49E; }
.ft__lg { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.15rem; }
.ft__lg a { color: #8FA49E; text-decoration: none; font-size: .85rem; }
@media (hover: hover) { .ft__lg a:hover { color: #fff; } }

.demo-aviso {
  flex-basis: 100%; margin: .35rem 0 0;
  font-size: .78rem; color: #7E938D; line-height: 1.5;
}

/* ───────── lightbox ───────── */

.lightbox { padding: clamp(1rem, 4vw, 3rem); }
.lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; width: auto; object-fit: contain; }
.lightbox__close {
  position: absolute; top: clamp(.7rem, 2vw, 1.6rem); right: clamp(.7rem, 2vw, 1.6rem);
  width: 46px; height: 46px; line-height: 1;
  background: rgba(255,255,255,.12); color: #fff; border: 0; border-radius: 50%;
  font-size: 1.8rem; cursor: pointer;
  transition: background-color var(--tr);
}
@media (hover: hover) { .lightbox__close:hover { background: rgba(255,255,255,.26); } }

/* ───────── barra de acción móvil ───────── */

.callbar { display: none; }

/* ───────── responsive ───────── */

@media (max-width: 980px) {
  .sh__in, .vs__in { grid-template-columns: 1fr; }
  .sv__grid { grid-template-columns: repeat(2, 1fr); }
  .sv__card--wide { grid-column: span 2; }
  .rv__grid { grid-template-columns: 1fr; }
  .bk__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    background: var(--pizarra);
    flex-direction: column; gap: .35rem;
    padding: 5.5rem 1.7rem 2rem;
    transform: translateX(100%); transition: transform var(--tr);
    z-index: 90;
  }
  .nav.open { transform: none; }
  .nav a { color: #E3EDEA; font-size: 1.12rem; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.1); text-shadow: none; }
  .hd.scrolled .nav a { color: #E3EDEA; }
  .nav a.active, .hd.scrolled .nav a.active { color: #fff; border-color: var(--lentejuela-l); }
  .burger { display: block; order: 3; z-index: 95; }
  .hd__cta { order: 2; }
  .hd__cta-lb { display: none; }

  .strip__in { grid-template-columns: 1fr; gap: 1px; }
  .strip__cell { padding: 1rem 0; }
  .strip__cell:first-child { padding-top: .2rem; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .hero { min-height: 100svh; }
  .hero__img { object-position: 72% 26%; }
  .hero__bow { left: -16%; top: 9%; width: 64vw; opacity: .34; }
  .hero__in { padding-top: 7rem; padding-bottom: 6.6rem; }
  .hero__act .btn { flex: 1 1 100%; }

  .sv__grid { grid-template-columns: 1fr; }
  .sv__card--wide { grid-column: span 1; }
  .bk__grid { grid-template-columns: 1fr 1fr; }
  .bk__it--tall { grid-row: span 1; }
  .shot img { aspect-ratio: 3 / 4; }
  .bk__it--bow::before, .bk__it--bow::after { width: 32px; height: 22px; border-width: 2px; }
  .bk__it--bow::after { transform-origin: 11px 11px; }

  .vs__act .btn { flex: 1 1 100%; }

  /* barra fija de acción: es como entra su clienta */
  .callbar {
    position: fixed; z-index: 95; inset: auto 0 0;
    display: flex; gap: 1px;
    background: rgba(19,28,26,.2);
    box-shadow: 0 -2px 20px rgba(0,0,0,.16);
  }
  .callbar__b {
    flex: 1; text-align: center; text-decoration: none; font-weight: 700; font-size: .95rem;
    padding: 1.02rem .6rem; background: var(--pizarra); color: #fff;
  }
  .callbar__b--pri { background: var(--lentejuela); }
  .ft { padding-bottom: 4.2rem; }
}

/* ───────── reveals (red de seguridad en el runtime) ───────── */

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1); }
.reveal.in, .reveal.is-in, .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .shot, .nav a, .hd { transition: none; }
}
