:root {
  --ink: #101a2a;
  --ink-soft: #1a2940;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --gold: #d7b66a;
  --gold-deep: #ae8740;
  --white: #ffffff;
  --line: rgba(16, 26, 42, 0.14);
  --shadow: 0 24px 70px rgba(9, 17, 29, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.lang-en [data-es], body.lang-es [data-en] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  background: rgba(255,253,249,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; text-decoration: none; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  color: var(--gold); background: var(--ink); font-family: "Playfair Display", serif; font-size: 1.6rem; font-weight: 600;
}
.brand-mark span { color: var(--white); }
.brand-name { font-size: .92rem; line-height: .95; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.brand-name small { font-size: .61rem; font-weight: 600; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .88rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--gold-deep); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1rem; }
.language-switch { min-width: 44px; min-height: 44px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--ink); font: inherit; font-weight: 700; cursor: pointer; }
.language-switch:hover { border-color: var(--gold-deep); }
body.lang-en .lang-es, body.lang-es .lang-en { display: none; }
.phone-link { font-weight: 700; font-size: .9rem; text-underline-offset: 4px; }

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  background: var(--cream);
  overflow: hidden;
}
.hero-copy { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 8.5rem); align-self: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold-deep); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.03; letter-spacing: -.025em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 6.7vw, 7rem); }
h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.5rem); }
.hero-text { max-width: 650px; margin: 2rem 0 0; color: #465166; font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2.2rem; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.35rem;
  border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--ink-soft); }
.button-secondary { border-color: var(--ink); }
.button-secondary:hover { background: rgba(16,26,42,.06); }
.availability { display: flex; align-items: center; gap: .65rem; margin-top: 2.1rem; color: #566174; font-size: .86rem; }
.availability > span:first-child { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-deep); }
.hero-visual { position: relative; margin: 0; min-height: 680px; background: var(--ink); overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(6,11,19,.72)); pointer-events: none; }
.hero-visual figcaption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 2rem; color: var(--white); font-size: .82rem; letter-spacing: .06em; }

.intro { padding: 2.8rem 1.5rem; background: var(--gold); text-align: center; }
.intro p { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.6rem, 3vw, 2.6rem); font-style: italic; }
.section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 4rem; align-items: end; max-width: 1400px; margin: 0 auto 4rem; }
.section-heading > p { max-width: 540px; margin: 0 0 .25rem; color: #5c6678; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; max-width: 1400px; margin: auto; border-top: 1px solid var(--line); }
.service-grid article { min-height: 290px; padding: 2rem 1.8rem 1.8rem; border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-number { color: var(--gold-deep); font-size: .78rem; font-weight: 700; }
.service-grid h3 { margin: 4.5rem 0 .8rem; font-family: "Playfair Display", serif; font-size: 1.45rem; line-height: 1.15; }
.service-grid p { margin: 0; color: #687286; font-size: .92rem; }

.product-showcase { padding: clamp(5.5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem); background: #eef0f3; }
.product-showcase .section-heading { padding-inline: clamp(.5rem, 3vw, 3.5rem); }
.product-grid { max-width: 1500px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { position: relative; min-height: 340px; margin: 0; overflow: hidden; border-radius: 3px; background: var(--ink); box-shadow: 0 14px 36px rgba(16,26,42,.08); }
.product-card img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; transition: transform .55s ease; }
.product-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(5,10,18,.82)); pointer-events: none; }
.product-card figcaption { position: absolute; z-index: 2; left: 1.25rem; right: 1.25rem; bottom: 1.15rem; color: var(--white); font-family: "Playfair Display", serif; font-size: 1.18rem; line-height: 1.2; }
.product-card figcaption small { display: block; margin-top: .55rem; font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.product-card:hover img { transform: scale(1.035); }
.product-card-color { background: #050505; border: 1px solid #252525; }
.product-card-color::after { inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.06), transparent 40%, rgba(215,182,106,.08)); }
.product-swatch { position: absolute; inset: 0; background: #050505; }

.gallery-section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem); background: var(--ink); color: var(--white); }
.section-heading.light > p { color: #b7bfcb; }
.gallery-grid { max-width: 1500px; margin: auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 240px; gap: 1rem; }
.gallery-grid figure { grid-column: span 4; margin: 0; overflow: hidden; border-radius: 3px; background: #25354b; }
.gallery-grid .gallery-wide { grid-column: span 8; }
.gallery-grid .gallery-tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }

.areas { background: var(--cream); }
.area-card { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1fr .8fr; gap: 5rem; align-items: start; }
.area-card h2 { max-width: 720px; }
.area-card ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.area-card li { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.area-card li span:last-child { color: #788192; font-weight: 400; }

.contact { padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; background: var(--gold); }
.contact h2 { max-width: 900px; margin: auto; }
.contact > p:not(.eyebrow) { max-width: 670px; margin: 1.4rem auto 0; }
.contact .eyebrow { color: var(--ink); }
.contact-actions { justify-content: center; }
.button-light { background: rgba(255,255,255,.72); border-color: rgba(16,26,42,.15); }
.instagram-link { padding: .75rem; font-weight: 700; text-underline-offset: 5px; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.5rem, 5vw, 5rem); background: #09111d; color: #c4cad3; font-size: .82rem; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { background: var(--white); color: var(--ink); }
.footer-brand .brand-mark span { color: var(--gold-deep); }
footer p { margin: 0; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero-copy { padding-inline: clamp(1.5rem, 5vw, 4rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(even) { border-right: 0; }
  .service-grid article { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-auto-rows: 220px; }
  .gallery-grid figure { grid-column: span 6; }
  .gallery-grid .gallery-wide { grid-column: span 12; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:first-of-type { text-align: right; }
  footer > p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header { min-height: 74px; padding: .75rem 1rem; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: .8rem; }
  .phone-link { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 1.25rem 3.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-actions .button { flex: 1 1 auto; }
  .availability { align-items: flex-start; }
  .availability > span:first-child { margin-top: .47rem; }
  .hero-visual { min-height: 520px; }
  .hero-visual img { object-position: 50% 43%; }
  .section { padding-inline: 1.25rem; }
  .section-heading, .area-card { grid-template-columns: 1fr; gap: 1.7rem; }
  .section-heading { margin-bottom: 2.8rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; padding: 1.7rem 0 1.8rem; border-right: 0; }
  .service-grid h3 { margin-top: 2rem; }
  .product-showcase { padding-inline: .75rem; }
  .product-grid { gap: .65rem; }
  .product-card, .product-card img { min-height: 270px; }
  .product-card figcaption { left: .9rem; right: .9rem; bottom: .85rem; font-size: 1rem; }
  .gallery-section { padding-inline: .75rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; gap: .65rem; }
  .gallery-grid figure, .gallery-grid .gallery-wide { grid-column: span 1; }
  .gallery-grid .gallery-wide { grid-column: span 2; }
  .gallery-grid .gallery-tall { grid-row: span 1; }
  .area-card ul { margin-top: 1rem; }
  .area-card li { flex-direction: column; gap: .1rem; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: min(100%, 340px); }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p:first-of-type { text-align: left; }
  footer > p:last-child { grid-column: auto; }
}

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