/* =========================================================
   OVEJAS PUNK
   Página inspirada en el diseño visual aprobado.
   ========================================================= */

:root {
  --black: #080c0d;
  --charcoal: #101617;
  --charcoal-2: #161c1d;
  --paper: #efe3cb;
  --paper-light: #fff7e8;
  --pink: #e50781;
  --yellow: #e4e800;
  --white: #fffaf0;
  --muted-white: #e7dfd2;
  --max-width: 1460px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.018), transparent 30%),
    var(--black);
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: var(--black);
  background: var(--pink);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: .07;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.8) 0 .55px, transparent .75px),
    radial-gradient(circle at 72% 63%, rgba(255,255,255,.75) 0 .45px, transparent .65px);
  background-size: 5px 5px, 8px 8px;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 12px clamp(20px, 5vw, 78px);
  background: rgba(8, 12, 13, .94);
  border-bottom: 1px dashed rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}

.brand-link {
  width: clamp(158px, 17vw, 236px);
  height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s ease;
}

.brand-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-link:hover {
  transform: rotate(-1.5deg) scale(1.025);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.6vw, 52px);
}

.main-nav > a {
  position: relative;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .98rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none;
}

.main-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 4px;
  background: var(--pink);
  transform: rotate(-1deg);
  transition: right .18s ease;
}

.main-nav > a:hover::after {
  right: 0;
}

.nav-whatsapp,
.footer-zap {
  border: 0;
  padding: 0;
  color: var(--pink);
  background: transparent;
  font: 2.35rem/1 Impact, sans-serif;
  cursor: pointer;
  transform: rotate(8deg);
  transition: transform .16s ease, color .16s ease;
}

.nav-whatsapp:hover,
.footer-zap:hover {
  color: var(--yellow);
  transform: rotate(-8deg) scale(1.15);
}

.menu-button {
  display: none;
  position: relative;
  z-index: 1002;
  width: 48px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 31px;
  height: 4px;
  margin: 7px auto;
  background: var(--white);
  transition: transform .18s ease;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  max-width: 1640px;
  min-height: 790px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 8vw, 125px) clamp(25px, 6vw, 92px);
}

.eyebrow,
.section-number {
  margin: 0;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 22px 0 0;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(6.5rem, 12vw, 12.8rem);
  line-height: .74;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.hero-copy h1 span {
  display: block;
}

.pink-brush {
  width: min(95%, 540px);
  height: 11px;
  margin: 25px 0 25px;
  background: var(--pink);
  clip-path: polygon(0 40%, 97% 0, 100% 42%, 91% 72%, 4% 100%);
  transform: rotate(-1.5deg);
}

.hero-description {
  max-width: 610px;
  margin: 0;
  color: var(--muted-white);
  font-size: clamp(.9rem, 1.2vw, 1.06rem);
  line-height: 1.65;
  font-weight: 700;
}

.hero-description mark {
  padding: 0;
  color: var(--yellow);
  background: transparent;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 34px;
}

.button {
  min-width: 180px;
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 23px;
  border: 2px solid var(--black);
  color: var(--black);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .95rem;
  letter-spacing: .05em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(0,0,0,.4);
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease;
}

.button:hover {
  transform: translate(3px, 3px) rotate(-.8deg);
  box-shadow: 2px 2px 0 rgba(0,0,0,.45);
}

.button:active {
  transform: translate(5px, 5px);
  box-shadow: none;
}

.button-pink {
  background: var(--pink);
}

.button-paper {
  background: var(--paper-light);
}

.button-paper img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.handwritten {
  width: fit-content;
  display: grid;
  gap: 4px;
  margin: 41px 0 0 10px;
  padding-bottom: 6px;
  color: var(--yellow);
  font-family: "Comic Sans MS", "Courier New", cursive;
  font-size: .92rem;
  font-weight: 900;
  border-bottom: 3px solid var(--yellow);
  transform: rotate(-3deg);
}

.hero-art {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  isolation: isolate;
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: -4;
  width: 610px;
  height: 610px;
  left: 47%;
  top: 46%;
  transform: translate(-50%, -50%) rotate(-7deg);
  background: rgba(239,227,203,.09);
  clip-path: polygon(13% 9%, 72% 1%, 100% 31%, 89% 83%, 59% 100%, 9% 85%, 0 37%);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 48% 42%, rgba(229,7,129,.12), transparent 36%),
    repeating-linear-gradient(
      -28deg,
      transparent 0 51px,
      rgba(255,255,255,.025) 52px 53px
    );
}

.scratched-circle {
  position: absolute;
  z-index: -1;
  left: 47%;
  top: 45%;
  width: 500px;
  height: 500px;
  border: 5px solid var(--pink);
  border-radius: 50%;
  transform: translate(-50%,-50%) rotate(4deg);
  clip-path: polygon(0 0, 91% 0, 100% 77%, 9% 100%);
  opacity: .9;
}

.circle-b {
  width: 552px;
  height: 552px;
  border: 2px dashed rgba(255,255,255,.45);
  transform: translate(-50%,-50%) rotate(-17deg);
}

.rotating-sheep {
  position: absolute;
  z-index: 4;
  width: clamp(300px, 37vw, 540px);
  aspect-ratio: 1;
  left: 46%;
  top: 44%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  outline: none;
}

.rotating-sheep:active {
  cursor: grabbing;
}

.rotating-sheep:focus-visible {
  outline: 3px dashed var(--yellow);
  outline-offset: 9px;
}

.rotating-sheep img {
  width: 79%;
  height: 79%;
  object-fit: contain;
  pointer-events: none;
  will-change: transform;
  filter:
    drop-shadow(10px 12px 0 rgba(0,0,0,.42))
    drop-shadow(0 0 1px rgba(255,255,255,.8));
}

.boom-sheep {
  position: absolute;
  z-index: 5;
  width: min(36%, 320px);
  right: 1%;
  top: 15%;
  transform: rotate(7deg);
  opacity: .98;
  pointer-events: none;
}

.strap-art {
  position: absolute;
  width: 150px;
  right: 2%;
  bottom: 13%;
  transform: rotate(-10deg);
  opacity: .92;
  pointer-events: none;
}

.hero-tape {
  position: absolute;
  z-index: 7;
  width: 118px;
  height: 37px;
  background: rgba(224,219,207,.8);
  clip-path: polygon(2% 12%, 98% 0, 100% 78%, 5% 100%);
}

.hero-tape-a {
  left: 18%;
  top: 14%;
  transform: rotate(-24deg);
}

.hero-tape-b {
  right: 20%;
  top: 12%;
  transform: rotate(22deg);
}

.hero-lightning {
  position: absolute;
  z-index: 8;
  left: 8%;
  top: 20%;
  color: var(--yellow);
  font: 5.3rem/1 Impact, sans-serif;
  transform: rotate(-14deg);
}

.yellow-sticker {
  position: absolute;
  z-index: 9;
  left: 29%;
  bottom: 18%;
  width: min(48%, 380px);
  padding: 17px 22px;
  color: var(--black);
  background: var(--yellow);
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: .05em;
  transform: rotate(-5deg);
  clip-path: polygon(0 7%, 100% 0, 95% 91%, 5% 100%);
  box-shadow: 10px 10px 0 rgba(0,0,0,.2);
}

.yellow-sticker small,
.yellow-sticker strong {
  display: block;
}

.yellow-sticker strong {
  margin-top: 7px;
  font-size: 1.18rem;
}

.interaction-help {
  position: absolute;
  right: 4%;
  bottom: 4%;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .09em;
  transform: rotate(-2deg);
}

/* =========================================================
   TICKER
   ========================================================= */

.ticker {
  overflow: hidden;
  color: var(--black);
  background: var(--pink);
  border-top: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 11px 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: .08em;
  animation: tickerMove 24s linear infinite;
}

.ticker-track b {
  font-family: serif;
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

/* =========================================================
   SHARED SECTIONS
   ========================================================= */

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 150px) clamp(22px, 5vw, 74px);
}

.section h2 {
  margin: 8px 0 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(4.2rem, 8vw, 8.5rem);
  line-height: .84;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.heading-brush {
  width: min(82%, 480px);
  height: 8px;
  margin: 16px 0 31px;
  background: var(--pink);
  clip-path: polygon(2% 20%, 100% 0, 95% 72%, 0 100%);
  transform: rotate(-1deg);
}

/* =========================================================
   ABOUT
   ========================================================= */

.about {
  display: grid;
  grid-template-columns: minmax(380px, .92fr) minmax(0, 1.08fr);
  gap: clamp(55px, 8vw, 115px);
  align-items: center;
}

.about-art {
  position: relative;
  min-height: 655px;
}

.paper-collage {
  position: absolute;
  inset: 36px 40px 25px 15px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,0,0,.05) 0 1px, transparent 1.5px),
    var(--paper);
  background-size: 7px 7px;
  clip-path: polygon(4% 1%, 93% 0, 100% 10%, 96% 95%, 12% 100%, 0 85%, 3% 14%);
  transform: rotate(-3deg);
  transition: transform .24s ease;
}

.about-art:hover .paper-collage {
  transform: rotate(-1.5deg) scale(1.012);
}

.paper-tape {
  position: absolute;
  width: 154px;
  height: 46px;
  top: -15px;
  left: 49%;
  background: rgba(200,195,183,.92);
  transform: translateX(-50%) rotate(2deg);
}

.paper-sheep {
  width: 85%;
  transform: rotate(2deg);
  transition: transform .25s ease;
}

.about-art:hover .paper-sheep {
  transform: rotate(-1deg) scale(1.025);
}

.face-sticker {
  position: absolute;
  z-index: 4;
  width: 220px;
  left: -12px;
  bottom: 0;
  transform: rotate(7deg);
  filter: drop-shadow(6px 6px 0 rgba(0,0,0,.5));
  transition: transform .2s ease;
}

.face-sticker:hover {
  transform: rotate(-2deg) scale(1.07);
}

.pink-doodle {
  position: absolute;
  color: var(--pink);
  font: 4rem/1 Impact, sans-serif;
}

.doodle-a {
  left: 8%;
  top: 34%;
  transform: rotate(18deg);
}

.doodle-b {
  right: 12%;
  bottom: 19%;
  transform: rotate(-12deg);
}

.about-text {
  position: relative;
  min-width: 0;
}

.about-text > p:not(.section-number):not(.manifesto) {
  max-width: 670px;
  color: var(--muted-white);
  font-size: .98rem;
  line-height: 1.7;
  font-weight: 700;
}

.manifesto {
  margin-top: 31px;
  color: var(--white);
  font-weight: 900;
  line-height: 1.6;
}

.pink-banner {
  width: min(100%, 570px);
  margin-top: 31px;
  padding: 16px 22px;
  color: var(--black);
  background: var(--pink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.82rem);
  letter-spacing: .04em;
  transform: rotate(-2deg);
  clip-path: polygon(0 5%, 98% 0, 100% 82%, 2% 100%);
  transition: transform .18s ease;
}

.pink-banner:hover {
  transform: rotate(1deg) scale(1.015);
}

.about-strap {
  position: absolute;
  width: 120px;
  right: -38px;
  bottom: -25px;
  opacity: .84;
  transform: rotate(14deg);
}

/* =========================================================
   PRODUCTS
   ========================================================= */

.products {
  max-width: 1560px;
  border-top: 1px dashed rgba(255,255,255,.14);
}

.products-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.products-title h2 {
  font-size: clamp(4.3rem, 7vw, 7.4rem);
}

.pink-rays {
  margin-bottom: 10px;
  color: var(--pink);
  font: 3.2rem/1 Impact, sans-serif;
  transform: rotate(-18deg);
}

.products-description {
  max-width: 650px;
  margin: 24px auto 52px;
  color: var(--muted-white);
  text-align: center;
  line-height: 1.65;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 17px;
  align-items: stretch;
}

.product-card {
  position: relative;
  min-width: 0;
  padding: 29px 22px 23px;
  color: var(--black);
  background:
    radial-gradient(circle at 25% 23%, rgba(0,0,0,.045) 0 1px, transparent 1.3px),
    var(--paper);
  background-size: 8px 8px;
  clip-path: polygon(2% 1%, 98% 0, 100% 7%, 98% 96%, 90% 100%, 2% 98%, 0 8%);
  outline: none;
  transition:
    transform .2s ease,
    filter .2s ease;
}

.product-card:nth-child(odd) {
  transform: rotate(-.45deg);
}

.product-card:nth-child(even) {
  transform: rotate(.5deg);
}

.product-card:hover,
.product-card:focus-visible {
  z-index: 4;
  transform: translateY(-9px) rotate(-.7deg) scale(1.018);
  filter: drop-shadow(9px 11px 0 rgba(0,0,0,.34));
}

.card-tape {
  position: absolute;
  width: 75px;
  height: 25px;
  top: -5px;
  left: 50%;
  background: rgba(228,232,0,.87);
  transform: translateX(-50%) rotate(-1deg);
}

.product-card h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.55rem;
  text-align: center;
  letter-spacing: .02em;
}

.pink-card-line {
  width: 70px;
  height: 5px;
  margin: 8px auto 0;
  background: var(--pink);
  transform: rotate(-2deg);
}

.product-illustration {
  height: 174px;
  display: grid;
  place-items: center;
  padding: 12px;
}

.product-illustration img {
  width: 92%;
  height: 100%;
  object-fit: contain;
  transition: transform .2s ease;
}

.product-card:hover .product-illustration img {
  transform: scale(1.06) rotate(-2deg);
}

.accessories-card .product-illustration img {
  width: 68%;
}

.product-card h4 {
  margin: 4px 0 8px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.22rem;
  text-transform: uppercase;
}

.product-card > p {
  min-height: 66px;
  margin: 0;
  font-size: .76rem;
  line-height: 1.45;
  font-weight: 700;
}

.product-button {
  width: 100%;
  min-height: 49px;
  margin-top: 19px;
  border: 2px solid var(--black);
  color: var(--white);
  background: var(--black);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .94rem;
  letter-spacing: .06em;
  cursor: pointer;
  transition:
    background .15s ease,
    color .15s ease,
    transform .15s ease;
}

.product-button:hover {
  color: var(--black);
  background: var(--yellow);
  transform: rotate(-1deg);
}

.product-button:active {
  transform: scale(.96);
}

.pink-product-button {
  color: var(--black);
  background: var(--pink);
}

.mini-sheep-line {
  position: absolute;
  height: 55px;
  left: -5px;
  right: -5px;
  bottom: 21px;
  pointer-events: none;
}

.mini-sheep-line img {
  position: absolute;
  width: 47px;
  filter: contrast(1.15);
}

.mini-sheep-line img:nth-child(1) {
  left: 15%;
  top: -44px;
  transform: rotate(-5deg);
}

.mini-sheep-line img:nth-child(2) {
  left: 42%;
  top: -37px;
  transform: rotate(4deg);
}

.mini-sheep-line img:nth-child(3) {
  right: 7%;
  top: -41px;
  transform: rotate(-3deg);
}

.torn-paper-divider {
  height: 31px;
  margin-top: 18px;
  background: var(--paper);
  clip-path:
    polygon(
      0 44%, 2% 23%, 5% 42%, 9% 21%, 13% 47%, 17% 22%,
      22% 44%, 27% 16%, 31% 39%, 36% 23%, 40% 46%,
      45% 20%, 50% 44%, 55% 19%, 60% 42%, 65% 23%,
      70% 45%, 76% 19%, 82% 42%, 88% 22%, 93% 43%,
      97% 20%, 100% 42%, 100% 100%, 0 100%
    );
}

/* =========================================================
   CONTACT
   ========================================================= */

.contact {
  max-width: 1560px;
  padding-top: 88px;
}

.contact-heading {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 34px;
}

.contact-heading > img {
  width: 90px;
  transform: rotate(-11deg);
}

.contact-heading h2 {
  font-size: clamp(4rem, 6vw, 6.8rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
  gap: 36px;
  align-items: stretch;
}

.contact-card {
  position: relative;
  min-height: 585px;
  padding: clamp(25px, 4vw, 48px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 45%),
    #111617;
  border: 1px dashed rgba(255,255,255,.22);
  box-shadow: 10px 10px 0 rgba(0,0,0,.3);
}

.contact-intro {
  margin-top: 0;
  color: var(--muted-white);
  line-height: 1.6;
  font-weight: 700;
}

.contact-row {
  width: 100%;
  min-height: 91px;
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  gap: 15px;
  align-items: center;
  padding: 0;
  border: 0;
  border-top: 1px dashed rgba(255,255,255,.23);
  color: var(--white);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition:
    padding .16s ease,
    background .16s ease;
}

.contact-row:last-of-type {
  border-bottom: 1px dashed rgba(255,255,255,.23);
}

.contact-row:hover {
  padding-left: 12px;
  padding-right: 8px;
  background: rgba(229,7,129,.13);
}

.contact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  font-family: Impact, sans-serif;
  font-size: 1.35rem;
}

.instagram-icon {
  background: var(--pink);
}

.mail-icon {
  border-radius: 5px;
}

.contact-copy small,
.contact-copy strong {
  display: block;
}

.contact-copy small {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.05rem;
  letter-spacing: .04em;
}

.contact-copy strong {
  margin-top: 4px;
  color: #ddd6ca;
  font-size: .78rem;
}

.contact-row b {
  color: var(--yellow);
  font-size: 1.6rem;
}

.contact-ghost-logo {
  position: absolute;
  width: 120px;
  right: -20px;
  bottom: -15px;
  opacity: .23;
  transform: rotate(-8deg);
}

.form-collage {
  position: relative;
  min-height: 585px;
  padding: 29px;
  background: var(--pink);
  clip-path: polygon(2% 2%, 98% 0, 100% 97%, 3% 100%, 0 7%);
}

.form-collage::before {
  content: "";
  position: absolute;
  inset: 15px;
  z-index: 0;
  border: 2px dashed rgba(0,0,0,.4);
}

.google-placeholder,
.google-form {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 527px;
  border: 0;
  background: #f3f3f0;
}

.google-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #656565;
  text-align: center;
}

.forms-symbol {
  font-size: 3.2rem;
}

.google-placeholder h3 {
  margin: 13px 0 4px;
  font-size: 1.7rem;
}

.google-placeholder p,
.google-placeholder span {
  margin: 5px 0;
}

.google-placeholder code {
  margin-top: 18px;
  padding: 8px 11px;
  color: var(--black);
  background: var(--yellow);
  border: 1px solid var(--black);
}

.form-tape {
  position: absolute;
  z-index: 7;
  background: rgba(225,220,205,.84);
}

.form-tape-top {
  width: 155px;
  height: 35px;
  left: 50%;
  top: -8px;
  transform: translateX(-50%) rotate(2deg);
}

.form-tape-right {
  width: 96px;
  height: 31px;
  right: -17px;
  top: 32%;
  transform: rotate(82deg);
}

.form-face {
  position: absolute;
  z-index: 8;
  width: 148px;
  right: -13px;
  bottom: -13px;
  transform: rotate(8deg);
  filter: drop-shadow(5px 5px 0 rgba(0,0,0,.3));
  transition: transform .18s ease;
}

.form-face:hover {
  transform: rotate(-2deg) scale(1.07);
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 22px 30px;
  border-top: 1px dashed rgba(255,255,255,.2);
  color: #d9d1c4;
  font-size: .75rem;
}

.site-footer > img {
  width: 52px;
}

.site-footer i {
  color: var(--pink);
}

.site-footer .footer-zap {
  margin-left: auto;
}

/* =========================================================
   FLOATING CONSULT
   ========================================================= */

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 11px 0 19px;
  border: 2px solid var(--black);
  color: var(--black);
  background: var(--yellow);
  box-shadow: 5px 5px 0 rgba(0,0,0,.55);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: .05em;
  cursor: pointer;
  transform: rotate(-1deg);
  transition:
    transform .17s ease,
    box-shadow .17s ease;
}

.floating-whatsapp:hover {
  transform: translate(3px, 3px) rotate(1deg);
  box-shadow: 2px 2px 0 rgba(0,0,0,.55);
}

.floating-whatsapp b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
}

/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(21px);
  transition:
    opacity .65s ease,
    transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1220px) {
  .hero {
    grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr);
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 950px) {
  .site-header {
    min-height: 77px;
  }

  .brand-link {
    width: 168px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 77px 0 auto 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 18px 24px 25px;
    background: rgba(8,12,13,.98);
    border-bottom: 1px dashed rgba(255,255,255,.25);
  }

  .main-nav.open {
    display: flex;
    flex-direction: column;
  }

  .main-nav > a,
  .main-nav > .nav-whatsapp {
    min-height: 54px;
    display: flex;
    align-items: center;
  }

  .nav-whatsapp {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 650px;
  }

  .hero-art {
    min-height: 690px;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-art {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-zap {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    min-height: 605px;
    padding-top: 57px;
  }

  .hero-copy h1 {
    font-size: clamp(5rem, 27vw, 7.2rem);
  }

  .hero-buttons {
    align-items: stretch;
  }

  .button {
    flex: 1 1 100%;
  }

  .hero-art {
    min-height: 555px;
  }

  .scratched-circle {
    width: 360px;
    height: 360px;
  }

  .circle-b {
    width: 412px;
    height: 412px;
  }

  .rotating-sheep {
    width: 335px;
  }

  .boom-sheep {
    width: 180px;
    top: 15%;
  }

  .yellow-sticker {
    left: 18%;
    bottom: 16%;
    width: 63%;
  }

  .strap-art {
    width: 106px;
  }

  .about-art {
    min-height: 500px;
  }

  .face-sticker {
    width: 150px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }

  .contact-heading > img {
    width: 64px;
  }

  .contact-row {
    grid-template-columns: 45px 1fr 22px;
  }

  .form-collage {
    min-height: 640px;
    padding: 18px;
  }

  .google-placeholder,
  .google-form {
    min-height: 600px;
  }

  .site-footer {
    justify-content: flex-start;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 57px;
    height: 57px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .floating-whatsapp b {
    background: transparent;
    color: var(--black);
  }
}

@media (hover: none) {
  .product-card:hover {
    transform: none;
    filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ticker-track {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* =========================================================
   AJUSTES PUNTUALES SOLICITADOS — mantiene diseño original
   ========================================================= */

/* Header: mismo header, logo real más grande y sin aire del SVG */
.site-header {
  min-height: 102px;
}

.brand-link {
  width: clamp(235px, 24vw, 335px);
  height: 80px;
}

/* WhatsApp real en header */
.nav-whatsapp {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: none;
}

.nav-whatsapp img {
  width: 43px;
  height: 43px;
}

.nav-whatsapp:hover {
  transform: rotate(-7deg) scale(1.1);
}

/* El título usa exactamente el wordmark vectorial del logo */
.hero-wordmark {
  display: block;
  width: min(100%, 690px);
  margin: 22px 0 0;
  filter: drop-shadow(0 0 1px rgba(255,255,255,.18));
}

/* Oveja de CONSULTAR más grande, sin agrandar brutalmente el botón */
.button-paper img {
  width: 44px;
  height: 44px;
  margin: -5px -4px -5px 1px;
}

.button-paper {
  min-height: 60px;
}

/* Las rayas van arriba y la flecha también, apuntando hacia arriba */
.doodle-a {
  left: 8%;
  top: 7%;
  bottom: auto;
  z-index: 5;
  transform: rotate(13deg);
}

.doodle-b {
  right: 10%;
  top: 7%;
  bottom: auto;
  z-index: 5;
  font-size: 4.5rem;
  transform: rotate(8deg);
}

/* Logos reales de contacto */
.contact-row {
  text-decoration: none;
}

.contact-social-logo {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

/* Mantener el botón flotante pero con el logo real */
.floating-whatsapp img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

@media (max-width: 950px) {
  .site-header {
    min-height: 88px;
  }

  .brand-link {
    width: 235px;
    height: 68px;
  }

  .main-nav {
    top: 88px;
  }

  .hero-wordmark {
    width: min(100%, 620px);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 82px;
  }

  .brand-link {
    width: 205px;
    height: 61px;
  }

  .main-nav {
    top: 82px;
  }

  .hero-wordmark {
    width: min(100%, 540px);
  }

  .floating-whatsapp img {
    width: 38px;
    height: 38px;
  }
}


/* =========================================================
   EQUIPOS REALES + FOTOS CON ONDA — agregado sin rediseñar
   ========================================================= */

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 22px;
}

.product-card {
  display: flex;
  flex-direction: column;
  padding: 29px 24px 24px;
}

.product-card h3 {
  min-height: 30px;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 1.22rem;
}

.product-card h4 {
  margin-top: 6px;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1;
}

.product-photo {
  position: relative;
  height: 255px;
  margin: 20px -4px 22px;
  overflow: hidden;
  border: 2px solid var(--black);
  background: #09100f;
  box-shadow: 7px 8px 0 rgba(14,25,27,.19);
  clip-path: polygon(1% 4%, 97% 0, 100% 92%, 93% 100%, 3% 97%, 0 12%);
  transform: rotate(-.6deg);
  isolation: isolate;
}

.product-card:nth-child(even) .product-photo {
  transform: rotate(.7deg);
}

.product-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(229,7,129,.05), transparent 31%),
    radial-gradient(circle at 17% 12%, rgba(255,255,255,.13) 0 .6px, transparent .9px);
  background-size: auto, 5px 5px;
  mix-blend-mode: screen;
}

.product-photo::after {
  content: attr(data-index);
  position: absolute;
  z-index: 4;
  right: 10px;
  bottom: 9px;
  min-width: 40px;
  padding: 6px 8px 5px;
  color: var(--black);
  background: var(--yellow);
  border: 2px solid var(--black);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: .88rem;
  text-align: center;
  transform: rotate(-3deg);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
  filter: saturate(.9) contrast(1.07) brightness(.95);
}

.product-card:hover .product-photo img,
.product-card:focus-visible .product-photo img {
  transform: scale(1.055) rotate(.5deg);
  filter: saturate(1.03) contrast(1.08) brightness(1.02);
}

.product-card:hover .product-photo,
.product-card:focus-visible .product-photo {
  box-shadow: 9px 10px 0 rgba(229,7,129,.23);
}

.product-summary {
  min-height: 0 !important;
  margin: 0 !important;
  font-size: .82rem !important;
  line-height: 1.55 !important;
}

.product-includes {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 2px dashed rgba(14,25,27,.28);
  font-size: .78rem;
  line-height: 1.45;
}

.product-includes strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: .06em;
}

.product-includes ul {
  margin: 8px 0 0;
  padding-left: 19px;
}

.product-includes li + li {
  margin-top: 4px;
}

.product-meta {
  min-height: 0 !important;
  margin: 15px 0 0 !important;
  padding-top: 12px;
  border-top: 2px dashed rgba(14,25,27,.28);
  font-size: .78rem !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.product-button {
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.product-includes + .product-button,
.product-meta + .product-button,
.product-summary + .product-button {
  margin-top: 20px;
}

/* Pequeña foto real de backstage: suma clima sin quitar el collage de ovejas */
.backstage-strip {
  width: min(100%, 570px);
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 18px;
  align-items: center;
  margin: 28px 0 12px;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .07em;
  transform: rotate(-1deg);
}

.backstage-photo-wrap {
  position: relative;
  height: 112px;
  overflow: hidden;
  border: 2px solid var(--paper);
  box-shadow: 6px 6px 0 rgba(229,7,129,.55);
  clip-path: polygon(2% 4%, 98% 0, 100% 93%, 92% 100%, 0 96%);
}

.backstage-photo-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 64px;
  height: 20px;
  background: rgba(229,225,211,.75);
  transform: translateX(-50%) rotate(3deg);
}

.backstage-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: contrast(1.08) saturate(.85);
  transition: transform .3s ease;
}

.backstage-strip:hover .backstage-photo-wrap img {
  transform: scale(1.07);
}

/* Exact WhatsApp asset supplied by the user */
.nav-whatsapp img,
.contact-social-logo,
.floating-whatsapp img {
  object-fit: contain;
}

@media (max-width: 950px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-photo {
    height: 270px;
  }

  .backstage-strip {
    grid-template-columns: 125px 1fr;
    gap: 14px;
    font-size: .77rem;
  }

  .backstage-photo-wrap {
    height: 95px;
  }
}
