:root {
  --wine: #6b2838;
  --wine-deep: #4b1d29;
  --gold: #c4a66f;
  --cream: #f4efe4;
  --graphite: #343433;
  --background: #fbf9f4;
  --foreground: #343331;
  --card: #ffffff;
  --muted: #716b62;
  --border: #ded7ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, .font-display { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 400; margin: 0; }
p { margin: 0; }

.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.container-wide { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { font-size: 11px; line-height: 1.45; letter-spacing: .28em; text-transform: uppercase; font-weight: 400; }
.muted { color: var(--muted); }
.text-wine { color: var(--wine); }
.text-gold { color: var(--gold); }
.rule-gold::after { content: ""; display: block; width: 48px; height: 1px; margin-top: 24px; background: var(--gold); }
.section { padding: 112px 24px; }

.topbar { background: var(--graphite); color: rgba(244,239,228,.86); }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 14px 28px; padding-block: 8px; }
.topbar-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 16px; }
.topbar-contact a { transition: color .2s ease; }
.topbar-contact a:hover { color: var(--gold); }
.topbar-separator { width: 1px; height: 12px; background: rgba(244,239,228,.25); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,249,244,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(222,215,202,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { height: 48px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { color: var(--muted); transition: color .2s ease; }
.main-nav a:hover { color: var(--wine); }
.header-cta { border: 1px solid var(--wine); color: var(--wine); padding: 13px 20px; transition: .2s ease; white-space: nowrap; }
.header-cta:hover { color: #fff; background: var(--wine); }

.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; overflow: hidden; }
.hero-copy { background: var(--wine); color: var(--cream); display: flex; align-items: center; padding: 80px clamp(32px, 5vw, 72px); }
.hero-copy-inner { width: min(100%, 580px); margin-inline: auto; }
.hero h1 { margin-top: 30px; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.02em; }
.hero-description { margin-top: 30px; max-width: 475px; font-size: 16px; line-height: 1.75; color: rgba(244,239,228,.82); }
.btn-gold { display: inline-block; margin-top: 44px; padding: 16px 34px; border: 1px solid var(--gold); background: var(--gold); color: var(--graphite); transition: .2s ease; }
.btn-gold:hover { background: transparent; color: var(--gold); }
.hero-facts { margin: 56px 0 0; padding: 28px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(244,239,228,.16); }
.hero-facts dt { color: rgba(244,239,228,.54); }
.hero-facts dd { margin: 9px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 19px; line-height: 1.25; color: var(--cream); }
.hero-media { min-height: 500px; position: relative; background: #ddd; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.about-grid { display: grid; grid-template-columns: 5fr 1fr 6fr; gap: 48px; align-items: start; }
.about-title { grid-column: 1; }
.about-copy { grid-column: 3; font-size: 18px; line-height: 1.8; color: var(--muted); }
.section-title { margin-top: 22px; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.12; }

.solutions { background: rgba(244,239,228,.62); }
.solutions-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.solution-image { overflow: hidden; background: #eee8de; aspect-ratio: 4 / 5; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.solution-card:hover .solution-image img { transform: scale(1.025); }
.solution-card h3 { margin-top: 25px; font-size: 28px; line-height: 1.15; }
.solution-card p { margin-top: 11px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.experience-copy { max-width: 690px; }
.experience-copy > p:last-child { margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.steps { list-style: none; padding: 28px 0 0; margin: 62px 0 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; }
.step { padding-right: 40px; }
.step-number { font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; color: var(--gold); }
.step h3 { margin-top: 18px; font-size: 23px; }
.step p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.feature { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 620px; overflow: hidden; background: var(--graphite); }
.feature-media { position: relative; min-height: 520px; }
.feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-copy { display: flex; align-items: center; padding: 70px clamp(32px,5vw,72px); color: var(--cream); }
.feature-copy-inner { max-width: 500px; }
.feature h2 { margin-top: 24px; font-size: clamp(36px,4vw,54px); line-height: 1.08; }
.feature p:last-child { margin-top: 24px; max-width: 450px; color: rgba(244,239,228,.74); font-size: 16px; line-height: 1.75; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.contact-intro { margin-top: 30px; max-width: 470px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.contact-lines { margin-top: 34px; display: grid; gap: 15px; color: var(--muted); font-size: 14px; }
.contact-line { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; }
.contact-line strong { color: var(--wine); }
.contact-line a:hover { color: var(--wine); }
.btn-wine { display: inline-flex; align-items: center; gap: 12px; margin-top: 38px; padding: 16px 34px; background: var(--wine); color: white; transition: background .2s ease; }
.btn-wine:hover { background: var(--wine-deep); }
.btn-wine svg { width: 18px; height: 18px; flex: 0 0 auto; }
.showroom-card { display: block; border: 1px solid var(--border); background: white; padding: 32px; transition: border-color .2s ease; }
.showroom-card:hover { border-color: var(--gold); }
.showroom-card address { margin-top: 14px; font-family: "Cormorant Garamond", Georgia, serif; font-style: normal; font-size: 27px; line-height: 1.3; color: var(--wine); }
.showroom-card .maps-link { margin-top: 20px; color: var(--gold); }
.map { width: 100%; height: 290px; margin-top: 24px; border: 1px solid var(--border); filter: grayscale(25%); }

.site-footer { background: var(--graphite); color: var(--cream); padding: 54px 24px; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-logo { height: 50px; width: auto; filter: brightness(0) invert(1); opacity: .96; }
.footer-copy { justify-self: center; color: rgba(244,239,228,.72); font-size: 14px; }
.footer-contact { margin-top: 8px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; }
.footer-contact a:hover { color: var(--gold); }
.footer-copyright { color: rgba(244,239,228,.42); }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.24); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: scale(1.05); box-shadow: 0 14px 34px rgba(0,0,0,.3); }
.whatsapp-float svg { width: 32px; height: 32px; }

.reveal { opacity: 0; transform: translateY(18px); animation: velluto-reveal .9s cubic-bezier(.16,1,.3,1) .05s forwards; }
@keyframes velluto-reveal { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 630px; }
  .hero-media { height: 70vw; min-height: 520px; max-height: 760px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-title, .about-copy { grid-column: auto; }
  .solutions-grid { grid-template-columns: repeat(2,1fr); }
  .solution-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 20px); }
  .feature { grid-template-columns: 1fr; }
  .feature-media { height: 72vw; max-height: 720px; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 700px) {
  .container, .container-wide { width: min(100% - 36px, 1160px); }
  .eyebrow { letter-spacing: .2em; }
  .section { padding: 82px 18px; }
  .topbar-inner { flex-direction: column; justify-content: center; text-align: center; gap: 6px; padding-block: 9px; }
  .topbar-contact { justify-content: center; }
  .topbar-separator { display: none; }
  .header-inner { min-height: 72px; gap: 12px; }
  .logo img { height: 40px; }
  .header-cta { padding: 12px 13px; font-size: 10px; letter-spacing: .16em; }
  .hero-copy { min-height: auto; padding: 68px 24px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-facts { grid-template-columns: 1fr; gap: 20px; }
  .hero-media { height: 125vw; min-height: 500px; max-height: 690px; }
  .solutions-grid { grid-template-columns: 1fr; gap: 44px; }
  .solution-card:last-child { grid-column: auto; max-width: none; }
  .steps { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--border); padding-top: 0; }
  .step { padding: 28px 0; border-bottom: 1px solid var(--border); }
  .feature-media { height: 115vw; min-height: 500px; }
  .feature-copy { padding: 64px 24px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-copy { justify-self: center; }
  .whatsapp-float { right: 18px; bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
