:root {
  --ink: #211916;
  --brown: #5b2d26;
  --wine: #762f32;
  --sand: #e8ddd1;
  --cream: #f8f4ef;
  --white: #fff;
  --muted: #746965;
  --line: rgba(33, 25, 22, .13);
  --shadow: 0 20px 50px rgba(51, 28, 22, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .23em; font-size: .72rem; font-weight: 700; color: var(--wine); }
h1, h2, h3, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.1; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.6rem); letter-spacing: -.035em; margin-bottom: 28px; }
h3 { font-size: 1.55rem; margin-bottom: 14px; }
p { margin-top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: .3s ease; }
.site-header.scrolled { background: rgba(248,244,239,.96); box-shadow: 0 8px 30px rgba(30,20,15,.08); backdrop-filter: blur(12px); }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { background: #fff; padding: 8px 14px; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.brand img { width: 160px; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { text-decoration: none; font-size: .9rem; font-weight: 700; color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.scrolled .main-nav a { color: var(--ink); text-shadow: none; }
.main-nav .nav-cta { border: 1px solid currentColor; padding: 11px 18px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px; transition: .2s; }
.scrolled .menu-toggle span { background: var(--ink); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('../images/modelo3.jpeg') 72% 52% / cover no-repeat; transform: scale(1.025); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,12,10,.86) 0%, rgba(30,14,11,.64) 43%, rgba(30,14,11,.10) 78%), linear-gradient(0deg, rgba(20,10,8,.28), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero-content h1 { max-width: 880px; margin-bottom: 26px; }
.hero-content .eyebrow { color: #ead6c7; }
.hero-text { max-width: 610px; font-size: 1.15rem; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .04em; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #fff; color: var(--ink); }
.btn-primary:hover { background: var(--sand); }
.btn-ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--brown); }
.scroll-hint { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); color: #fff; text-decoration: none; font-size: 1.8rem; animation: float 1.8s ease-in-out infinite; }
@keyframes float { 50% { transform: translate(-50%, 7px); } }

.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.intro-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.signature { margin-top: 30px; font-family: Georgia, serif; font-size: 2rem; font-style: italic; color: var(--wine); }
.intro-visual { position: relative; padding: 0 0 50px 60px; }
.image-frame { overflow: hidden; box-shadow: var(--shadow); background: #fff; }
.image-frame.tall { height: 650px; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.experience-card { position: absolute; left: 0; bottom: 0; width: 220px; min-height: 180px; padding: 30px; background: var(--brown); color: #fff; display: flex; align-items: flex-end; gap: 14px; }
.experience-card strong { font: 400 4rem/1 Georgia, serif; }
.experience-card span { font-size: .85rem; line-height: 1.35; }

.values { background: #eee6dd; }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading > p:last-child { color: var(--muted); max-width: 650px; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { padding: 34px 28px; min-height: 310px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.25); transition: .25s; }
.value-card:hover { background: #fff; transform: translateY(-5px); box-shadow: var(--shadow); }
.value-card .icon { display: block; font-family: Georgia, serif; color: var(--wine); margin-bottom: 70px; }
.value-card p { color: var(--muted); font-size: .94rem; }

.quote-band { padding: 90px 0; background: var(--brown); color: #fff; text-align: center; }
.quote-band blockquote { margin: 0 auto; max-width: 960px; font-size: clamp(2.1rem, 4vw, 4.3rem); font-style: italic; }

.collection-top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.collection-top p:last-child { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 14px; }
.gallery-item { border: 0; padding: 0; cursor: zoom-in; overflow: hidden; background: #ddd; }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.collection-cta { margin-top: 38px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-top: 28px; }
.collection-cta p { margin: 0; color: var(--muted); }

.story { background: #fff; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-images { position: relative; min-height: 660px; }
.story-main { width: 78%; height: 600px; object-fit: cover; }
.story-small { position: absolute; width: 48%; height: 300px; object-fit: cover; right: 0; bottom: 0; border: 12px solid #fff; box-shadow: var(--shadow); }
.story-copy p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: 16px; margin-top: 18px; color: var(--wine); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.contact { padding: 110px 0; color: #fff; background: linear-gradient(rgba(50,22,19,.84), rgba(50,22,19,.9)), url('../images/modelo7.jpeg') center 48% / cover fixed; }
.contact-inner { max-width: 900px; text-align: center; }
.contact .light { color: #e8cfc4; }
.contact h2 { max-width: 850px; margin-inline: auto; }
.contact-inner > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 1.08rem; }
.contact-actions { margin-top: 36px; display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.social-links { display: flex; gap: 20px; }
.social-links a { color: #fff; text-underline-offset: 5px; }

.site-footer { padding: 44px 0; background: #17110f; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 35px; align-items: center; }
.footer-grid img { width: 160px; background: #fff; padding: 8px; }
.footer-grid p { margin: 0; font-size: .86rem; }
.copyright { text-align: right; }

.lightbox { position: fixed; inset: 0; z-index: 100; padding: 30px; background: rgba(15,10,9,.93); display: none; place-items: center; }
.lightbox.open { display: grid; }
.lightbox img { max-height: 88vh; max-width: min(100%, 1000px); object-fit: contain; }
.lightbox-close { position: absolute; top: 18px; right: 24px; border: 0; background: none; color: #fff; font-size: 2.5rem; cursor: pointer; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; text-decoration: none; background: #228b4e; color: #fff; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 80px 0; }
  .main-nav { position: fixed; inset: 94px 20px auto; padding: 24px; display: none; flex-direction: column; align-items: stretch; background: var(--cream); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { color: var(--ink); text-shadow: none; }
  .menu-toggle { display: block; }
  .split-grid, .story-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-visual { max-width: 650px; }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
  .collection-top { grid-template-columns: 1fr; gap: 10px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 150px 1fr; }
  .copyright { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 80px; }
  .brand img { width: 130px; height: 48px; }
  .main-nav { top: 80px; }
  .hero-content { padding-top: 90px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: rgba(25,12,10,.66); }
  h1 { font-size: clamp(2.7rem, 15vw, 4rem); }
  h2 { font-size: 2.5rem; }
  .hero-actions, .collection-cta { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .intro-visual { padding-left: 20px; }
  .image-frame.tall { height: 480px; }
  .experience-card { width: 170px; min-height: 135px; padding: 20px; }
  .experience-card strong { font-size: 3rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card .icon { margin-bottom: 35px; }
  .gallery { grid-auto-rows: 210px; gap: 8px; }
  .gallery-item.featured { grid-column: span 2; grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }
  .story-images { min-height: 510px; }
  .story-main { height: 470px; width: 88%; }
  .story-small { height: 220px; border-width: 8px; }
  .contact { background-attachment: scroll; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
