:root {
  --ink: #092530;
  --navy: #062f43;
  --navy-2: #0b425a;
  --sky: #35a9d0;
  --sky-light: #c5edf5;
  --gold: #d7b566;
  --gold-light: #f0dca7;
  --cream: #fff8e8;
  --paper: #f6f1e6;
  --white: #fffdf8;
  --line: rgba(9, 37, 48, .18);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.scrolled { position: fixed; background: rgba(6,47,67,.96); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(0,0,0,.12); animation: slideDown .35s ease both; }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.16)); }
.brand-mark { width: 48px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); font-family: var(--serif); font-weight: 700; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 600 1.25rem/1 var(--serif); }
.brand-copy small { margin-top: 5px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.8); font-size: .84rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 11px 18px; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: 790px; background: var(--navy); color: var(--white); padding-top: 92px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(215,181,102,.18); border-radius: 50%; top: -180px; right: -80px; }
.hero::after { content: ""; position: absolute; width: 240px; height: 240px; background: var(--sky); border-radius: 50%; filter: blur(120px); opacity: .26; left: -100px; bottom: 0; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); font-size: .77rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #8b6c2d; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.8rem, 7.5vw, 7rem); }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.73); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin: 36px 0 56px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 22px; border: 0; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy); }
.button-gold:hover { background: var(--gold-light); }
.button-instagram { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06); color: var(--white); box-shadow: 0 8px 0 rgba(3,30,42,.55), 0 18px 32px rgba(0,0,0,.2); }
.button-instagram:hover { border-color: var(--gold-light); background: rgba(255,255,255,.12); }
.button-instagram svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-instagram .instagram-dot { fill: currentColor; stroke: none; }
.button-instagram span { display: grid; line-height: 1.05; }
.button-instagram strong { margin-top: 4px; color: var(--gold-light); font-size: .74rem; letter-spacing: .04em; }
.text-link { color: var(--white); font-size: .91rem; text-underline-offset: 5px; }
.hero-meta { display: flex; gap: 34px; }
.hero-meta > div { display: flex; gap: 14px; min-width: 205px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-meta span { color: var(--gold); font-size: .72rem; }
.hero-meta p { display: grid; margin: 0; }
.hero-meta strong { font-size: .92rem; }
.hero-meta small { color: rgba(255,255,255,.55); font-size: .76rem; }
.hero-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.hero-card { width: min(390px, 90%); aspect-ratio: .9; display: grid; place-items: center; align-content: center; background: linear-gradient(145deg, #40b1d3, #1685ad); border-radius: 46% 46% 12% 12%; box-shadow: 24px 30px 0 rgba(0,0,0,.13); transform: rotate(3deg); position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; }
.hero-card p, .hero-card small { z-index: 1; margin: 0; letter-spacing: .28em; }
.hero-card p { font-size: .72rem; }
.hero-card small { margin-top: 22px; font-size: .68rem; font-weight: 700; }
.seal { z-index: 1; width: 180px; aspect-ratio: 1; margin: 25px 0 8px; border: 4px double var(--gold-light); border-radius: 50%; display: grid; place-items: center; align-content: center; background: rgba(6,47,67,.92); transform: rotate(-3deg); }
.seal span { font: italic 1.25rem var(--serif); }
.seal strong { margin-top: -5px; color: var(--gold-light); font: 700 3.4rem var(--serif); }
.vertical-note { position: absolute; right: -6px; top: 50%; margin: 0; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .28em; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero-number { position: absolute; z-index: -1; right: -60px; bottom: -55px; color: rgba(255,255,255,.04); font: 700 10rem/1 var(--serif); }
.hero-ticker { height: 72px; display: flex; align-items: center; background: var(--gold); color: var(--navy); overflow: hidden; white-space: nowrap; transform: rotate(-1deg) scale(1.02); }
.hero-ticker div { min-width: max-content; animation: ticker 25s linear infinite; font-size: .76rem; font-weight: 700; letter-spacing: .18em; }
.hero-ticker span { margin: 0 24px; font-size: .5rem; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2, .story-copy h2, .order h2, .hours h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.section-heading > p { max-width: 440px; margin-bottom: 8px; color: rgba(9,37,48,.68); }
.cuts { background: var(--paper); }
.cut-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 16px; }
.cut-card { min-height: 510px; padding: 24px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.cut-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(6,47,67,.1); }
.cut-card-featured { background: var(--navy); color: var(--white); }
.cut-index { color: #9b7e43; font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.cut-art { min-height: 210px; display: grid; place-items: center; margin: 22px 0 26px; background: linear-gradient(135deg, var(--sky-light), #4caac6); overflow: hidden; }
.cut-art span { color: rgba(6,47,67,.22); font: italic 700 9rem/1 var(--serif); transform: rotate(-12deg); }
.cut-art.alt { background: linear-gradient(135deg, #ebd5a1, var(--gold)); }
.cut-art.warm { background: linear-gradient(135deg, #f4e8ca, #d8c99e); }
.cut-card-featured .cut-art { background: linear-gradient(135deg, #1a6b85, #37a7c8); }
.cut-card-featured .cut-art span { color: rgba(255,255,255,.2); }
.cut-kicker { margin: 0 0 4px; color: #9b7e43; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.cut-card h3 { margin: 0 0 10px; font: 600 1.7rem var(--serif); }
.cut-card p:not(.cut-kicker) { color: rgba(9,37,48,.64); font-size: .92rem; }
.cut-card-featured p:not(.cut-kicker) { color: rgba(255,255,255,.64); }
.cut-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid currentColor; font-size: .82rem; font-weight: 700; text-decoration: none; }
.availability-note { margin: 22px 0 0; color: rgba(9,37,48,.5); font-size: .76rem; }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--navy); color: var(--white); }
.story-photo { position: relative; overflow: hidden; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,47,67,.45), transparent 60%); }
.story-photo img { width: 100%; height: 100%; padding: clamp(18px, 4vw, 54px); object-fit: contain; object-position: center; background: #087a9f; }
.story-photo span { position: absolute; z-index: 1; left: 38px; bottom: 32px; padding: 8px 12px; background: var(--gold); color: var(--navy); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.story-copy { padding: 110px clamp(40px, 7vw, 120px); align-self: center; }
.story-copy h2 { max-width: 640px; }
.story-lead { max-width: 590px; margin: 30px 0 44px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.benefit-list > div { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.benefit-list > div > span { color: var(--gold); font-size: .7rem; }
.benefit-list p { display: grid; margin: 0; }
.benefit-list small { margin-top: 4px; color: rgba(255,255,255,.55); }

.order { background: #1193bd; color: var(--white); }
.order-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.order-intro > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.75); }
.contact-card { margin-top: 52px; padding: 24px; border: 1px solid rgba(255,255,255,.3); display: grid; }
.contact-card span { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { margin-top: 6px; font: 600 1.45rem var(--serif); }
.order-form { padding: 42px; background: var(--white); color: var(--ink); box-shadow: 20px 20px 0 rgba(6,47,67,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.order-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.order-form input, .order-form select, .order-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fbf9f3; color: var(--ink); padding: 14px; outline: none; text-transform: none; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(53,169,208,.14); }
.order-form textarea { resize: vertical; min-height: 130px; }
.form-note { margin: 12px 0 0; color: rgba(9,37,48,.5); font-size: .73rem; }

.hours-location { background: var(--white); }
.info-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: stretch; }
.schedule { margin-top: 48px; border-top: 1px solid var(--line); }
.schedule div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.schedule strong { color: #967537; }
.edit-note { margin-top: 22px; color: rgba(9,37,48,.55); font-size: .82rem; }
.location-card { background: var(--navy); color: var(--white); display: grid; grid-template-rows: 1fr auto; }
.map-wrap { min-height: 360px; filter: grayscale(1) contrast(1.1); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.location-copy { padding: 30px 34px; }
.location-copy .eyebrow { margin-bottom: 10px; }
.location-copy h3 { margin: 0; font: 600 2rem var(--serif); }
.location-copy p { color: rgba(255,255,255,.65); }
.location-copy a { font-size: .82rem; font-weight: 700; }

.testimonials { background: var(--paper); }
.section-heading.compact { margin-bottom: 44px; }
.placeholder-label { padding: 10px 14px; border: 1px solid var(--line); font-size: .72rem !important; text-transform: uppercase; letter-spacing: .1em; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rating-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 34px 38px; background: var(--white); border: 1px solid rgba(9,37,48,.1); box-shadow: 18px 20px 0 var(--gold); }
.rating-card > strong { font: 700 clamp(4rem, 8vw, 6.5rem)/1 var(--serif); color: var(--navy); }
.rating-card p { margin: 7px 0 0; color: rgba(9,37,48,.65); }
.rating-card a { font-weight: 700; text-underline-offset: 5px; }
blockquote { margin: 0; padding: 40px; background: var(--white); border: 1px solid var(--line); }
.stars { color: #9f7c35; letter-spacing: .2em; }
blockquote > p { max-width: 640px; margin: 28px 0 50px; font: italic 600 clamp(1.4rem, 2.5vw, 2.1rem)/1.35 var(--serif); }
blockquote footer { display: grid; font-weight: 700; }
blockquote footer span { color: rgba(9,37,48,.5); font-size: .72rem; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }

.final-cta { padding: 120px 0; background: var(--gold); color: var(--navy); text-align: center; position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 240px; aspect-ratio: 1; border: 1px solid rgba(6,47,67,.18); border-radius: 50%; }
.final-cta::before { left: -80px; top: -90px; }.final-cta::after { right: -70px; bottom: -110px; }
.final-cta .eyebrow { color: var(--navy); }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 6.5rem); }
.final-cta p { font-size: 1.08rem; }
.button-light { margin-top: 22px; background: var(--navy); color: var(--white); }

.site-footer { padding: 70px 0 24px; background: #031e2a; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { margin-bottom: 14px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span:not(.brand-mark, .brand-copy) { color: rgba(255,255,255,.6); font-size: .85rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .72rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 30px; background: #25d366; color: #062f43; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .8rem; font-weight: 700; text-decoration: none; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes slideDown { from { transform: translateY(-100%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 0; z-index: -1; padding: 120px 32px 32px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--navy); transform: translateY(-100%); transition: transform .35s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 600 1.35rem var(--serif); }
  .site-nav .nav-cta { margin-top: 22px; border: 1px solid var(--gold); text-align: center; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 100px 0 80px; }
  .hero-visual { display: none; }
  .cut-grid { grid-template-columns: 1fr 1fr; }
  .cut-card-featured { grid-column: span 2; }
  .story { grid-template-columns: .85fr 1.15fr; }
  .story-copy { padding: 80px 44px; }
  .order-grid, .info-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 76px; }
  .brand-mark { width: 42px; }
  .brand-logo { width: 46px; height: 46px; }
  .hero { padding-top: 76px; }
  .hero-grid { min-height: 660px; align-items: center; padding: 72px 0; }
  h1 { font-size: clamp(3.25rem, 15vw, 5.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-meta { display: grid; gap: 16px; }
  .hero-meta > div { width: 100%; }
  .hero-ticker { height: 60px; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 38px; }
  .section-heading h2, .story-copy h2, .order h2, .hours h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .cut-grid { grid-template-columns: 1fr; }
  .cut-card, .cut-card-featured { grid-column: auto; min-height: 460px; }
  .story { grid-template-columns: 1fr; }
  .story-photo { min-height: 480px; }
  .story-copy { padding: 76px 22px; }
  .order-grid { gap: 40px; }
  .order-form { padding: 26px 20px; box-shadow: 10px 10px 0 rgba(6,47,67,.15); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .location-copy { padding: 26px 22px; }
  .quote-grid { grid-template-columns: 1fr; }
  .rating-card { grid-template-columns: auto 1fr; gap: 16px; padding: 26px 20px; box-shadow: 10px 12px 0 var(--gold); }
  .rating-card > strong { font-size: 4rem; }
  .rating-card > a { grid-column: 1 / -1; }
  blockquote { padding: 28px 24px; }
  .final-cta { padding: 90px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; margin-bottom: 20px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

/* V2 — dirección visual: carnicería boutique, profundidad y movimiento */
body {
  background-color: #f3eddf;
  background-image: radial-gradient(rgba(8, 44, 59, .045) .7px, transparent .7px);
  background-size: 7px 7px;
}

.scroll-progress {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sky), var(--gold-light));
  box-shadow: 0 0 18px var(--gold);
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(53,169,208,.1), transparent 68%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .35s ease;
}

body:hover .cursor-glow { opacity: 1; }
.site-header { transition: background .35s, transform .35s, box-shadow .35s; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .3s ease; }
.site-nav a.active::after, .site-nav a:hover::after { right: 0; }
.brand-mark { position: relative; box-shadow: inset 0 0 0 5px rgba(215,181,102,.08), 0 0 0 1px rgba(215,181,102,.12); }
.brand-mark::after { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(215,181,102,.2); border-radius: 50%; animation: slowSpin 12s linear infinite; }

.hero {
  min-height: 900px;
  background:
    linear-gradient(120deg, rgba(5,43,58,.98) 0 45%, rgba(5,43,58,.72) 66%, rgba(5,43,58,.9) 100%),
    radial-gradient(circle at 70% 40%, #1c7c99, #062f43 55%);
  isolation: isolate;
}

.hero::before {
  width: 720px;
  height: 720px;
  top: -360px;
  right: -150px;
  border: 1px solid rgba(215,181,102,.2);
  box-shadow: 0 0 0 100px rgba(215,181,102,.025), 0 0 0 200px rgba(215,181,102,.018);
}

.hero-grid { min-height: 755px; grid-template-columns: .98fr 1.02fr; gap: clamp(40px, 7vw, 100px); }
.hero-content { position: relative; z-index: 2; }
.hero-content::before { content: "LO DE LUIS"; position: absolute; z-index: -1; left: -70px; top: -80px; color: rgba(255,255,255,.025); font: 700 clamp(5rem, 11vw, 10rem)/.8 var(--serif); white-space: nowrap; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.hero h1 { font-size: clamp(4rem, 7.3vw, 7.4rem); text-wrap: balance; }
.hero h1 em { display: inline-block; text-shadow: 0 9px 30px rgba(215,181,102,.2); }

.button {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  box-shadow: 0 8px 0 rgba(3,30,42,.55), 0 18px 32px rgba(0,0,0,.2);
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
}

.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.42) 48%, transparent 70%); transform: translateX(-130%); transition: transform .55s ease; }
.button:hover { transform: translateY(-4px); box-shadow: 0 12px 0 rgba(3,30,42,.55), 0 26px 40px rgba(0,0,0,.24); }
.button:hover::before { transform: translateX(130%); }
.button:active { transform: translateY(5px); box-shadow: 0 2px 0 rgba(3,30,42,.6), 0 8px 18px rgba(0,0,0,.18); }

.hero-visual { min-height: 610px; perspective: 1200px; }
.hero-photo-frame {
  position: absolute;
  inset: 38px 25px 30px 28px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 38px 42px 0 rgba(3,27,37,.42), 0 42px 90px rgba(0,0,0,.4);
  overflow: hidden;
  transform: rotate(2.5deg) rotateY(-4deg);
  transform-style: preserve-3d;
  transition: transform .25s ease-out;
}
.hero-photo-frame::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.35); pointer-events: none; }
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.07); transition: transform 1.4s cubic-bezier(.2,.8,.2,1); }
.hero-photo-frame:hover img { transform: scale(1.13); }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,27,37,.78)); }
.hero-seal { position: absolute; z-index: 3; left: 42px; bottom: 44px; display: grid; color: var(--white); transform: translateZ(50px); }
.hero-seal span, .hero-seal small { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; }
.hero-seal strong { margin: -4px 0 3px; color: var(--gold-light); font: italic 600 3.3rem/1 var(--serif); }
.hero-seal small { color: rgba(255,255,255,.62); }
.floating-tag { position: absolute; z-index: 5; background: rgba(255,248,232,.94); color: var(--navy); backdrop-filter: blur(12px); box-shadow: 12px 16px 32px rgba(0,0,0,.24); animation: hoverTag 5s ease-in-out infinite; }
.floating-tag small { font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.floating-tag strong { font: 600 1.2rem var(--serif); }
.tag-top { right: -30px; top: 82px; display: grid; padding: 17px 20px; transform: rotate(-3deg); }
.tag-bottom { left: -8px; bottom: 12px; display: flex; align-items: center; gap: 13px; padding: 14px 18px; animation-delay: -2.3s; }
.tag-bottom > span { color: var(--gold); font: 700 2.6rem/1 var(--serif); }
.tag-bottom p { display: grid; margin: 0; line-height: 1.05; }
.tag-bottom strong { font-size: 1.35rem; }
.vertical-note { right: -48px; }

.hero-meta > div { position: relative; overflow: hidden; transition: padding-left .25s ease, border-color .25s ease; }
.hero-meta > div::after { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 1px; background: var(--gold); transition: width .5s ease; }
.hero-meta > div:hover { padding-left: 8px; border-color: transparent; }
.hero-meta > div:hover::after { width: 100%; }

.hero-ticker { box-shadow: 0 16px 50px rgba(0,0,0,.2); }
.hero-ticker div { animation-duration: 19s; }

.cuts { position: relative; }
.cuts::before { content: "SELECCIÓN"; position: absolute; right: -20px; top: 65px; color: rgba(9,37,48,.035); font: 700 clamp(6rem, 16vw, 14rem)/1 var(--serif); pointer-events: none; }
.cut-grid { perspective: 1300px; gap: 24px; }
.cut-card { position: relative; min-height: 570px; padding: 16px; border: 0; box-shadow: 0 14px 30px rgba(6,47,67,.08), 0 0 0 1px rgba(9,37,48,.1); transform-style: preserve-3d; will-change: transform; transition: transform .2s ease-out, box-shadow .3s ease; }
.cut-card::after { content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: -1; background: var(--gold); opacity: 0; transition: opacity .28s, transform .28s; }
.cut-card:hover { box-shadow: 0 32px 60px rgba(6,47,67,.18); }
.cut-card:hover::after { opacity: .95; transform: translate(7px, 7px); }
.cut-card > div:not(.cut-index) { padding-inline: 8px; transform: translateZ(22px); }
.cut-index { position: absolute; z-index: 3; top: 28px; left: 28px; min-width: 40px; height: 40px; display: grid; place-items: center; background: rgba(6,47,67,.88); color: var(--gold-light); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(8px); }
.cut-art { height: 285px; min-height: 0; margin: 0 0 26px; overflow: hidden; transform: translateZ(30px); }
.cut-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.cut-card:hover .cut-art img { transform: scale(1.08); filter: saturate(1.08) contrast(1.03); }
.cut-card > a { margin: auto 8px 8px; transform: translateZ(26px); }
.cut-card-featured { background: var(--navy); }

.story-photo img { transform: scale(1.05); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.story-photo:hover img { transform: scale(1.12) rotate(-1deg); }
.story-photo span { box-shadow: 7px 8px 0 var(--navy); }
.benefit-list > div { transition: background .25s, padding-left .25s; }
.benefit-list > div:hover { padding-left: 13px; background: linear-gradient(90deg, rgba(255,255,255,.06), transparent); }

.order { position: relative; overflow: hidden; background: linear-gradient(125deg, #0a7698, #19a6cf); }
.order::before { content: ""; position: absolute; width: 650px; height: 650px; right: -210px; top: -260px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.02); }
.order-form { position: relative; box-shadow: 22px 24px 0 #d7b566, 40px 45px 60px rgba(3,30,42,.2); transform-style: preserve-3d; transition: transform .25s ease-out; }
.order-form::before { content: "PEDIDO"; position: absolute; right: -8px; top: -50px; color: rgba(255,255,255,.25); font: 700 5rem/1 var(--serif); letter-spacing: .08em; }
.contact-card { background: rgba(6,47,67,.14); backdrop-filter: blur(8px); transition: transform .25s, background .25s; }
.contact-card:hover { transform: translateX(8px); background: rgba(6,47,67,.23); }

.location-card { box-shadow: 22px 24px 0 var(--gold), 40px 45px 70px rgba(6,47,67,.15); }
blockquote { position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }
blockquote::after { content: "“"; position: absolute; right: 22px; top: -35px; color: rgba(215,181,102,.18); font: 700 11rem var(--serif); }
blockquote:hover { transform: translateY(-7px) rotate(.4deg); box-shadow: 0 22px 45px rgba(6,47,67,.1); }
.final-cta { background: linear-gradient(135deg, #cba44e, #f0d98e 50%, #caa144); }
.final-cta h2 { text-shadow: 0 2px 0 rgba(255,255,255,.26); }

.whatsapp-float {
  right: 28px;
  bottom: 28px;
  height: 72px;
  padding: 8px 15px 8px 9px;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.65);
  background: linear-gradient(145deg, #43e982, #18b956);
  color: #04351c;
  box-shadow: 0 7px 0 #087d36, 0 18px 38px rgba(3,40,20,.36), inset 0 1px 0 rgba(255,255,255,.75);
  transform: translateY(0);
  animation: waBreath 3.2s ease-in-out infinite;
}
.whatsapp-float::before { content: ""; position: absolute; inset: -8px; z-index: -1; border: 1px solid rgba(37,211,102,.42); border-radius: 42px; animation: waRing 2.7s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-5px) rotate(-1deg); box-shadow: 0 12px 0 #087d36, 0 27px 48px rgba(3,40,20,.4), inset 0 1px 0 rgba(255,255,255,.8); animation-play-state: paused; }
.whatsapp-float:active { transform: translateY(5px); box-shadow: 0 2px 0 #087d36, 0 8px 18px rgba(3,40,20,.28); }
.wa-orb { width: 50px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #063c22; color: #fff; font: italic 700 1.35rem var(--serif); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 5px 12px rgba(0,0,0,.2); }
.wa-copy { display: grid; line-height: 1.08; }
.wa-copy small { opacity: .68; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wa-copy strong { font-size: .9rem; }
.wa-arrow { display: block; padding-left: 3px; font-size: 1rem; }

.reveal { transform: translateY(34px) scale(.985); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.cut-grid .reveal:nth-child(2), .quote-grid .reveal:nth-child(2) { transition-delay: .1s; }
.cut-grid .reveal:nth-child(3) { transition-delay: .2s; }

@keyframes hoverTag { 0%,100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes waBreath { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.08); } }
@keyframes waRing { 0% { transform: scale(.93); opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1.18); opacity: 0; } }
@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-nav {
    height: 100dvh;
    min-height: 100vh;
    transform: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .38s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility 0s linear .38s;
  }
  .site-nav.open {
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
    transition: clip-path .38s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
  }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 24px; }
  .hero-visual { display: grid; min-height: 520px; }
  .hero-photo-frame { inset: 55px 0 35px 20px; }
  .tag-top { right: -12px; }
  .tag-bottom { left: 0; }
  .cut-card { min-height: 555px; }
}

@media (max-width: 760px) {
  .cursor-glow { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 105px; }
  .hero-content { padding-top: 40px; }
  .hero-content::before { display: none; }
  .hero-visual { display: grid; min-height: 430px; margin-top: -20px; }
  .hero-photo-frame { inset: 28px 18px 20px 8px; box-shadow: 18px 22px 0 rgba(3,27,37,.42), 0 30px 60px rgba(0,0,0,.35); }
  .hero-seal { left: 30px; bottom: 30px; }
  .hero-seal strong { font-size: 2.5rem; }
  .tag-top { right: 0; top: 4px; }
  .tag-bottom { bottom: 0; left: -2px; }
  .vertical-note { display: none; }
  .cut-card, .cut-card-featured { min-height: 520px; }
  .cut-art { height: 260px; }
  .order-form { box-shadow: 10px 12px 0 #d7b566, 20px 28px 40px rgba(3,30,42,.18); }
  .location-card { box-shadow: 10px 12px 0 var(--gold), 20px 28px 40px rgba(6,47,67,.12); }
  .whatsapp-float { width: auto; height: 64px; right: 16px; bottom: 16px; padding: 7px 12px 7px 7px; }
  .whatsapp-float span { display: grid; }
  .wa-orb { width: 46px; }
  .wa-copy small { display: none; }
  .wa-arrow { display: none !important; }
}

@media (max-width: 430px) {
  .whatsapp-float { width: 62px; padding: 7px; }
  .wa-copy, .wa-arrow { display: none !important; }
  .wa-orb { width: 46px; }
}
