:root {
  --bg: #fbf6eb;
  --surface: #fffaf0;
  --ink: #24352e;
  --muted: #6e776e;
  --accent: #a45134;
  --accent-contrast: #fff;
  --line: rgba(36,53,46,.16);
  --header-bg: rgba(255,250,240,.92);
  --hero-overlay: linear-gradient(90deg, rgba(253,247,234,.94) 0%, rgba(253,247,234,.78) 38%, rgba(253,247,234,.1) 72%);
  --display: Georgia, "Times New Roman", serif;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.beauty-site {
  --bg: #302821;
  --surface: #3b3128;
  --ink: #f1e7d7;
  --muted: #c2b3a0;
  --accent: #8fa477;
  --accent-contrast: #182016;
  --line: rgba(240,229,213,.17);
  --header-bg: rgba(46,38,31,.92);
  --hero-overlay: linear-gradient(90deg, rgba(42,34,28,.96) 0%, rgba(42,34,28,.76) 42%, rgba(42,34,28,.18) 75%);
}

body.auto-site {
  --bg: #080d13;
  --surface: #111923;
  --ink: #f1f4f6;
  --muted: #9ca8b5;
  --accent: #d2a84b;
  --accent-contrast: #111821;
  --line: rgba(190,205,219,.17);
  --header-bg: rgba(8,13,19,.92);
  --hero-overlay: linear-gradient(90deg, rgba(5,10,16,.97) 0%, rgba(5,10,16,.78) 43%, rgba(5,10,16,.15) 76%);
  --display: Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--bg); }
.food-site, .beauty-site, .auto-site { min-width: 0; }
body.menu-open { overflow: hidden; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
a { color: inherit; }
button { font: inherit; }
.eyebrow { margin: 0; color: var(--accent); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.site-logo { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.logo-mark { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); font-family: var(--display); font-size: 1.1rem; font-weight: 850; }
.food-site .logo-mark { position: relative; width: 2.55rem; height: 2.55rem; display: flex; align-items: center; justify-content: center; font-size: .76rem; font-weight: 700; line-height: 1; letter-spacing: .08em; white-space: nowrap; }
.food-site .logo-mark::after { content: ""; position: absolute; inset: .22rem; border: 1px solid color-mix(in srgb, var(--accent) 48%, transparent); pointer-events: none; }
.food-site .monogram-dot { margin: 0 .05em; color: var(--muted); font-size: .72em; }
.logo-type { font-family: var(--display); font-size: 1.25rem; font-weight: 750; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.site-nav a { font-size: .88rem; font-weight: 750; text-decoration: none; }
.nav-cta { padding: .72rem 1rem; color: var(--accent-contrast); background: var(--accent); }
.menu-button { width: 2.8rem; height: 2.8rem; display: none; place-items: center; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; width: 1.15rem; height: 2px; display: block; background: currentColor; transition: transform .2s ease; }
.menu-button { gap: 4px; }

.business-hero { min-height: min(58rem, calc(100svh - 4rem)); display: flex; align-items: center; position: relative; isolation: isolate; padding: 8rem clamp(1rem, 5vw, 5.5rem) 5rem; background-position: center; background-size: cover; }
.business-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hero-overlay); }
.business-hero-content { max-width: 44rem; }
.business-hero h1 { margin: .65rem 0 1rem; font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8.5rem); font-weight: 500; line-height: .88; letter-spacing: 0; }
.auto-site .business-hero h1 { max-width: 52rem; font-size: clamp(3.1rem, 7vw, 7rem); font-weight: 850; text-transform: uppercase; }
.business-hero p:not(.eyebrow) { max-width: 37rem; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.site-button { min-height: 3.1rem; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.15rem; border: 1px solid var(--line); color: var(--ink); background: transparent; font-weight: 850; text-decoration: none; }
.site-button.primary { color: var(--accent-contrast); border-color: var(--accent); background: var(--accent); }
.site-button::after { content: "\2192"; margin-left: .55rem; }

.page-hero { min-height: 31rem; display: flex; align-items: end; position: relative; isolation: isolate; padding: 9rem clamp(1rem, 5vw, 5.5rem) 4rem; background-position: center; background-size: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hero-overlay); }
.page-hero-content { min-width: 0; max-width: 55rem; }
.page-hero h1 { max-width: 54rem; margin: .6rem 0 .8rem; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 500; line-height: .9; letter-spacing: 0; }
.auto-site .page-hero h1 { font-weight: 850; text-transform: uppercase; }
.page-hero p:not(.eyebrow) { max-width: 40rem; color: var(--muted); line-height: 1.65; }
.page-main { min-height: 45vh; }
.current-page { color: var(--accent) !important; }
.nav-cta.current-page {
  color: var(--accent-contrast) !important;
  box-shadow: inset 0 -3px 0 currentColor;
}

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 1.35rem clamp(1rem, 4vw, 4rem); border-right: 1px solid var(--line); }
.trust-strip strong { display: block; font-family: var(--display); font-size: 1.1rem; }
.trust-strip span { display: block; margin-top: .25rem; color: var(--muted); font-size: .84rem; }

.site-section { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5.5rem); }
.section-title { max-width: 58rem; margin-bottom: clamp(2rem, 5vw, 4rem); }
.section-title h2, .story-copy h2, .visit-copy h2 { margin: .55rem 0 .8rem; font-family: var(--display); font-size: clamp(2.4rem, 5.3vw, 5.5rem); font-weight: 500; line-height: .98; letter-spacing: 0; }
.auto-site .section-title h2, .auto-site .story-copy h2, .auto-site .visit-copy h2 { font-weight: 800; text-transform: uppercase; }
.section-title > p:last-child, .story-copy > p:not(.eyebrow), .visit-copy > p:not(.eyebrow) { max-width: 42rem; color: var(--muted); line-height: 1.7; }

.preview-section { padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 5vw, 5.5rem); }
.preview-header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.preview-header > div { max-width: 52rem; }
.preview-header h2 { margin: .55rem 0 0; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; line-height: 1; }
.auto-site .preview-header h2 { font-weight: 800; text-transform: uppercase; }
.text-link { flex: 0 0 auto; color: var(--accent); font-weight: 850; text-underline-offset: .25rem; }
.preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.preview-card { min-width: 0; padding: 1.2rem; border: 1px solid var(--line); background: var(--surface); }
.preview-card h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: 1.35rem; }
.preview-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.preview-card .masked-price { display: inline-block; margin-top: 1rem; }
.image-preview-card { min-height: 21rem; padding: 0; overflow: hidden; }
.image-preview-card img { transition: transform .6s ease; }
.image-preview-card:hover img { transform: scale(1.025); }
.home-split { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(20rem, .88fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.home-split-image { min-height: 32rem; }
.home-split-copy h2 { margin: .55rem 0 .9rem; font-family: var(--display); font-size: clamp(2.4rem, 4.7vw, 5rem); font-weight: 500; line-height: 1; }
.auto-site .home-split-copy h2 { font-weight: 800; text-transform: uppercase; }
.home-split-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 5vw, 5.5rem); color: var(--accent-contrast); background: var(--accent); }
.cta-band h2 { max-width: 52rem; margin: .4rem 0 0; font-family: var(--display); font-size: clamp(2.1rem, 4.5vw, 4.6rem); font-weight: 500; line-height: 1; }
.cta-band .eyebrow { color: currentColor; opacity: .7; }
.cta-band .site-button { flex: 0 0 auto; color: currentColor; border-color: currentColor; }

.content-narrow { width: min(52rem, 100%); margin: 0 auto; }
.content-narrow h2 { margin: 0 0 1rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.content-narrow p { color: var(--muted); font-size: 1.04rem; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-item { min-height: 13rem; padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.value-item + .value-item { padding-left: 1.5rem; }
.value-item span { color: var(--accent); font-weight: 900; }
.value-item h3 { margin: 2.5rem 0 .6rem; font-family: var(--display); font-size: 1.4rem; }
.value-item p { margin: 0; color: var(--muted); line-height: 1.55; }
.quote-block { padding: clamp(2rem, 5vw, 4rem); color: var(--accent-contrast); background: var(--accent); }
.quote-block blockquote { max-width: 62rem; margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }
.quote-block p { margin: 1.2rem 0 0; opacity: .7; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(24rem, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact-details { display: grid; gap: 0; border-top: 1px solid var(--line); }
.contact-details article { padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.contact-details h2 { margin: 0 0 .45rem; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-details p { margin: .2rem 0; color: var(--muted); line-height: 1.55; }
.contact-details a { color: var(--accent); font-weight: 800; }
.map-frame { min-height: 32rem; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.map-frame iframe { width: 100%; height: 100%; min-height: 32rem; display: block; border: 0; filter: saturate(.75); }
.auto-site .map-frame iframe { filter: grayscale(.85) invert(.88) hue-rotate(175deg); }

.booking-layout { display: grid; grid-template-columns: minmax(18rem, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.booking-copy h2 { margin: .5rem 0 .9rem; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 500; line-height: 1; }
.booking-copy p { color: var(--muted); line-height: 1.7; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--line); background: var(--surface); }
.booking-field { display: grid; gap: .45rem; font-size: .88rem; font-weight: 800; }
.booking-field.full { grid-column: 1 / -1; }
.booking-field input, .booking-field select, .booking-field textarea { width: 100%; min-height: 3rem; padding: .75rem .8rem; border: 1px solid var(--line); color: var(--ink); background: var(--bg); font: inherit; outline: 0; }
.booking-field textarea { min-height: 7rem; resize: vertical; }
.booking-field input:focus, .booking-field select:focus, .booking-field textarea:focus { border-color: var(--accent); }
.booking-form .site-button { justify-self: start; }
.booking-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .8rem; }

.story-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(24rem, 1.2fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.story-image { min-height: 36rem; margin: 0; }
.story-copy { max-width: 39rem; }
.story-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.story-detail strong { display: block; font-size: .95rem; }
.story-detail span { display: block; margin-top: .3rem; color: var(--muted); font-size: .86rem; }

.service-section { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-column { padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.service-column + .service-column { padding-left: 1.5rem; }
.service-column h3 { margin: 0 0 1.3rem; font-family: var(--display); font-size: 1.5rem; }
.service-list { list-style: none; margin: 0; padding: 0; }
.service-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .95rem 0; border-top: 1px solid var(--line); }
.service-list span:first-child { font-size: .92rem; font-weight: 720; }
.masked-price { flex: 0 0 auto; color: var(--muted); font-size: .78rem; font-weight: 800; }
.demo-price { display: inline-block; color: inherit; background: none; filter: blur(4px); user-select: none; }

.feature-band { display: grid; grid-template-columns: minmax(20rem, .9fr) minmax(0, 1.1fr); align-items: stretch; padding: 0; background: var(--accent); color: var(--accent-contrast); }
.feature-image { min-height: 38rem; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); }
.feature-copy .eyebrow { color: currentColor; opacity: .7; }
.feature-copy h2 { margin: .6rem 0 1rem; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; line-height: 1; }
.feature-copy p { max-width: 35rem; line-height: 1.7; opacity: .78; }
.feature-copy .site-button { align-self: flex-start; color: currentColor; border-color: currentColor; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 18rem 18rem; gap: .65rem; }
.gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid figure:nth-child(2) { grid-column: span 2; }
.gallery-grid img { transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.casa-gallery-section { padding-block: clamp(2.75rem, 5vw, 5rem); }
.casa-gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 15rem; gap: .75rem; }
.casa-gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; }
.casa-gallery-grid figure:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.casa-gallery-grid figure:nth-child(2) { grid-column: span 7; }
.casa-gallery-grid figure:nth-child(3) { grid-column: span 3; }
.casa-gallery-grid figure:nth-child(4) { grid-column: span 4; }
.casa-gallery-grid figure:nth-child(n+5) { grid-column: span 3; }
.casa-gallery-grid img { transition: transform .7s ease; }
.casa-gallery-grid figure:hover img { transform: scale(1.025); }

.visit-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.visit-info { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.visit-info article { padding: 1.4rem 1rem 1.4rem 0; border-bottom: 1px solid var(--line); }
.visit-info article:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--line); }
.visit-info h3 { margin: 0 0 .6rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.visit-info p { margin: .25rem 0; color: var(--muted); line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 3rem clamp(1rem, 5vw, 5.5rem); border-top: 1px solid var(--line); }
.site-footer .logo-type { font-size: 1.8rem; }
.site-footer p { margin: .7rem 0 0; color: var(--muted); }
.footer-links { display: flex; gap: 1.3rem; }
.footer-links a { color: var(--muted); font-size: .86rem; font-weight: 750; }
.mobile-whatsapp { position: fixed; right: .75rem; bottom: .75rem; z-index: 30; min-height: 3.2rem; display: none; align-items: center; justify-content: center; padding: 0 1.1rem; color: #fff; background: #168c55; border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.28); font-weight: 850; text-decoration: none; }

@media (max-width: 900px) {
  .story-layout, .feature-band, .visit-section, .home-split, .contact-layout, .booking-layout { grid-template-columns: 1fr; }
  .story-copy { order: -1; }
  .story-image, .feature-image { min-height: 28rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-column, .service-column + .service-column { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .food-site .business-hero h1 { font-size: clamp(3.15rem, 7vw, 4.75rem); line-height: .92; }
  .food-site .page-hero h1 { font-size: clamp(2.85rem, 6.6vw, 4.25rem); line-height: .94; }
  .casa-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 14rem; }
  .casa-gallery-grid figure:nth-child(1) { grid-column: span 1; grid-row: span 2; }
  .casa-gallery-grid figure:nth-child(2) { grid-column: span 1; }
  .casa-gallery-grid figure:nth-child(n+3) { grid-column: span 1; }
}

@media (max-width: 680px) {
  html { scroll-behavior: auto; }
  .site-header { min-height: 4.6rem; padding: .8rem 1rem; background: var(--header-bg); backdrop-filter: blur(14px); }
  .menu-button { display: grid; }
  .site-nav { position: fixed; inset: 4.6rem 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: .6rem 1rem 1rem; background: var(--header-bg); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: .7rem; padding: .9rem 1rem; text-align: center; border: 0; }
  .business-hero { min-height: calc(100svh - 3.5rem); padding: 6.5rem 1rem 3.5rem; background-position: 62% center; }
  .business-hero::before { background: linear-gradient(90deg, color-mix(in srgb, var(--bg) 95%, transparent) 0%, color-mix(in srgb, var(--bg) 76%, transparent) 58%, color-mix(in srgb, var(--bg) 20%, transparent) 100%); }
  .business-hero h1 { max-width: 21rem; font-size: clamp(3.4rem, 18vw, 5rem); }
  .food-site .business-hero h1 { font-size: clamp(3rem, 13vw, 4.1rem); }
  .auto-site .business-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions .site-button { flex: 1 1 9rem; }
  .page-hero { min-height: 25rem; padding: 7rem 1rem 3rem; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .food-site .page-hero h1 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
  .auto-site .page-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: 1rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-section { padding: 4rem 1rem; }
  .preview-section { padding: 4rem 1rem; }
  .preview-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .preview-grid { grid-template-columns: 1fr; }
  .image-preview-card { min-height: 18rem; }
  .home-split-image { min-height: 22rem; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item, .value-item + .value-item { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-item h3 { margin-top: 1.3rem; }
  .map-frame, .map-frame iframe { min-height: 24rem; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-field.full, .booking-note { grid-column: auto; }
  .story-image, .feature-image { min-height: 22rem; }
  .feature-copy { padding: 4rem 1rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 16rem 12rem 12rem; }
  .gallery-grid figure:first-child { grid-column: span 2; grid-row: auto; }
  .gallery-grid figure:nth-child(2) { grid-column: auto; }
  .casa-gallery-section { padding-block: 2rem; }
  .casa-gallery-grid { grid-auto-rows: 11rem; gap: .55rem; }
  .casa-gallery-grid figure:nth-child(1), .casa-gallery-grid figure:nth-child(2) { grid-column: span 2; grid-row: auto; }
  .casa-gallery-grid figure:nth-child(n+3) { grid-column: span 1; }
  .visit-info { grid-template-columns: 1fr; }
  .visit-info article:nth-child(even) { padding-left: 0; border-left: 0; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding-bottom: 6rem; }
  .food-site .site-footer { padding-bottom: 7rem; }
  .footer-links { flex-wrap: wrap; }
  .mobile-whatsapp { display: inline-flex; }
}
