:root {
  --orange: #ef6c35;
  --orange-dark: #ce4f1d;
  --ink: #222222;
  --muted: #66615d;
  --line: #e7e3df;
  --soft: #f7f6f4;
  --white: #ffffff;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(231,227,223,.9); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 112px; height: 52px; object-fit: contain; object-position: left center; }
nav { display: none; }
.header-contact { color: var(--ink); font-size: .85rem; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--orange); }

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(2.4rem, 11vw, 3.6rem); line-height: 1.02; letter-spacing: -.045em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 9vw, 2.8rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 1.05rem; line-height: 1.25; }
.eyebrow { margin-bottom: 10px; color: var(--orange-dark); font-size: .74rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.section { padding: 70px 0; }

.hero { padding: 16px 0 64px; }
.hero-layout { display: grid; gap: 30px; }
.hero-media { position: relative; min-width: 0; }
.hero-track { display: grid; grid-auto-flow: column; grid-auto-columns: 92%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hero-track::-webkit-scrollbar { display: none; }
.hero-track figure { height: 64vw; min-height: 260px; max-height: 390px; margin: 0; overflow: hidden; background: var(--soft); border-radius: var(--radius); scroll-snap-align: start; }
.hero-track img { width: 100%; height: 100%; object-fit: cover; }
.photo-badge { position: absolute; top: 12px; left: 12px; padding: 7px 11px; color: white; background: rgba(20,20,20,.76); border-radius: 999px; font-size: .72rem; font-weight: 800; backdrop-filter: blur(6px); }
.swipe-hint { display: block; margin-top: 9px; color: var(--muted); font-size: .76rem; text-align: right; }
.hero-lead { margin-bottom: 20px; color: var(--muted); font-size: 1.05rem; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.quick-facts span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 750; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; color: white; background: var(--orange); border-radius: 12px; box-shadow: 0 8px 22px rgba(239,108,53,.24); font-weight: 850; line-height: 1.2; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(239,108,53,.35); outline-offset: 3px; }
.hero-copy .button { width: 100%; }
.microcopy { margin: 10px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.intro { border-top: 1px solid var(--line); }
.intro-layout { display: grid; gap: 12px; }
.intro-layout > p { color: var(--muted); font-size: 1.02rem; }
.benefits { display: grid; gap: 12px; margin-top: 28px; }
.benefits article { padding: 22px; background: var(--soft); border-radius: var(--radius); }
.benefits article p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.benefit-icon { display: inline-block; margin-bottom: 26px; color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }

.esalq-section { padding: 0 0 70px; }
.esalq-card { display: grid; gap: 28px; padding: 28px; color: white; background: #25352f; border-radius: 22px; }
.esalq-label { min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.esalq-label strong { font-size: clamp(2.8rem, 15vw, 4.6rem); line-height: .9; letter-spacing: -.06em; }
.esalq-label span { margin-top: 10px; color: #d5ddd8; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.esalq-copy .eyebrow { color: #f5a47d; }
.esalq-copy > p:not(.eyebrow) { color: #d5ddd8; }
.esalq-copy small { display: block; margin-top: 22px; color: #aebbb4; font-size: .72rem; }
.official-link { display: inline-flex; align-items: center; gap: 6px; color: white; font-size: .9rem; font-weight: 800; text-underline-offset: 4px; }

.photos-section { background: var(--soft); }
.section-heading { display: grid; gap: 4px; margin-bottom: 28px; }
.section-heading > p { color: var(--muted); font-size: .92rem; }
.gallery-categories { display: grid; gap: 38px; }
.gallery-group h3 { margin-bottom: 14px; font-size: 1.08rem; }
.photo-strip { display: grid; grid-auto-flow: column; grid-auto-columns: 79%; gap: 10px; overflow-x: auto; padding-bottom: 7px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.photo-strip::-webkit-scrollbar { display: none; }
.photo-strip figure { position: relative; height: 72vw; min-height: 280px; max-height: 380px; margin: 0; overflow: hidden; background: #ddd; border-radius: 14px; scroll-snap-align: start; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.photo-strip figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px 14px 13px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: .82rem; font-weight: 800; }
.photo-cta { display: grid; gap: 22px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 36px rgba(31,28,25,.07); }
.photo-cta h3 { max-width: 720px; font-size: 1.45rem; }
.photo-cta p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.photo-cta .button { width: 100%; }

.included-section { color: white; background: #252321; }
.included-copy > p:last-child { color: #c8c2bd; }
.included-layout { display: grid; gap: 14px; }
.included-card { padding: 24px; color: var(--ink); background: white; border-radius: var(--radius); }
.included-card h3 { font-size: 1.15rem; }
.included-card ul { margin: 16px 0 0; padding: 0; list-style: none; }
.included-card li { position: relative; padding: 9px 0 9px 25px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.included-card li:last-child { border-bottom: 0; }
.included-card li::before { content: "–"; position: absolute; left: 3px; color: #999; font-weight: 900; }
.included-card .check-list li::before { content: "✓"; color: var(--orange-dark); }
.secondary-card { color: #ddd7d2; background: #34312e; }
.secondary-card li { border-color: rgba(255,255,255,.1); }

.units-layout { display: grid; gap: 30px; }
.units-layout > div:first-child > p:last-child { color: var(--muted); }
.unit-list { border-top: 1px solid var(--line); }
.unit-list div { display: grid; gap: 2px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.unit-list strong { font-size: .98rem; }
.unit-list span { color: var(--muted); font-size: .88rem; }

.faq-section { padding-top: 0; }
.faq-layout { display: grid; gap: 22px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 20px 42px 20px 0; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 15px; right: 3px; color: var(--orange-dark); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding-right: 24px; color: var(--muted); font-size: .92rem; }

.final-cta { padding: 62px 0; color: white; background: var(--orange); }
.final-cta .eyebrow { color: #fff5f0; }
.final-cta-inner { display: grid; gap: 25px; }
.final-cta p { margin-bottom: 0; }
.button-light { width: 100%; color: var(--ink); background: white; box-shadow: 0 9px 24px rgba(95,38,14,.18); }
.button-light:hover { color: var(--orange-dark); background: #fff8f5; }

.site-footer { padding: 38px 0 120px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; gap: 22px; }
.footer-brand img { width: 128px; height: 64px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 330px; margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.footer-info { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: .82rem; }
.footer-info a { color: var(--ink); font-weight: 800; text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 7px 14px; margin: 8px 0; }
.footer-links a, .footer-links button { padding: 0; color: var(--muted); background: none; border: 0; cursor: pointer; font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-note { margin-top: 24px; color: #8a8581; font-size: .7rem; }

.legal-header .header-inner { min-height: 66px; }
.legal-header .brand { display: inline-flex; }
.legal-back { color: var(--muted); font-size: .84rem; font-weight: 750; text-decoration: none; }
.legal-main { padding: 42px 0 72px; }
.legal-article { max-width: 780px; }
.legal-article h1 { margin-bottom: 14px; font-size: clamp(2.25rem, 10vw, 3.55rem); }
.legal-article h2 { margin: 42px 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-article h3 { margin: 26px 0 8px; font-size: 1.05rem; }
.legal-article p, .legal-article li { color: #4f4b47; }
.legal-article ul { margin: 12px 0 0; padding-left: 22px; }
.legal-article li + li { margin-top: 8px; }
.legal-lead { color: var(--muted); font-size: 1.05rem; }
.legal-updated { margin: 22px 0 0; color: #8a8581; font-size: .78rem; }
.legal-note { margin-top: 26px; padding: 18px; background: var(--soft); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; }
.legal-note p { margin: 0; }
.legal-table-wrap { overflow-x: auto; margin-top: 16px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.legal-table th, .legal-table td { padding: 13px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--soft); }
.legal-contact { display: inline-flex; margin-top: 8px; color: var(--orange-dark); font-weight: 850; text-underline-offset: 4px; }
.legal-footer { padding-bottom: 38px; }

.cookie-banner { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 150; padding: 18px; background: #242220; color: white; border-radius: 16px; box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: #e5e0dc; font-size: .86rem; }
.cookie-banner a { color: white; font-weight: 800; text-underline-offset: 3px; }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; }
.cookie-actions button { min-height: 44px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; cursor: pointer; font-weight: 850; }
.cookie-reject { color: white; background: transparent; }
.cookie-accept { color: white; background: var(--orange); border-color: var(--orange) !important; }
.cookie-actions button:focus-visible, .footer-links button:focus-visible { outline: 3px solid rgba(239,108,53,.45); outline-offset: 3px; }

.mobile-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 80; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -6px 22px rgba(20,18,16,.08); backdrop-filter: blur(12px); }
.mobile-bar > div { display: flex; flex-direction: column; }
.mobile-bar strong { font-size: .87rem; }
.mobile-bar span { color: var(--muted); font-size: .7rem; }
.mobile-bar .button { min-height: 46px; padding: 11px 16px; font-size: .84rem; border-radius: 10px; }

@media (min-width: 700px) {
  .shell { width: min(1120px, calc(100% - 48px)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 132px; height: 58px; }
  nav { display: flex; gap: 24px; margin-left: auto; }
  nav a { color: #4e4a46; font-size: .88rem; font-weight: 750; text-decoration: none; }
  .header-contact { margin-left: 12px; padding: 10px 14px; color: white; background: var(--orange); border: 0; border-radius: 10px; }
  .section { padding: 92px 0; }
  .hero { padding: 54px 0 80px; }
  .hero-layout { grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
  .hero-media { grid-column: 2; }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .hero-track { grid-auto-columns: 100%; overflow: hidden; }
  .hero-track figure { height: 480px; max-height: none; }
  .hero-track figure:not(:first-child) { display: none; }
  .swipe-hint { display: none; }
  .hero-copy .button { width: auto; }
  .microcopy { text-align: left; }
  .intro-layout { grid-template-columns: 1fr .85fr; gap: 70px; align-items: end; }
  .benefits { grid-template-columns: repeat(3, 1fr); }
  .esalq-section { padding-bottom: 92px; }
  .esalq-card { grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 52px; padding: 44px; }
  .esalq-label { min-height: 300px; }
  .esalq-copy { align-self: center; }
  .section-heading { grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
  .gallery-categories { gap: 46px; }
  .photo-strip { grid-auto-flow: initial; grid-template-columns: repeat(4, 1fr); overflow: visible; gap: 12px; }
  .photo-strip-three { grid-template-columns: repeat(3, 1fr); }
  .photo-strip figure { height: 330px; min-height: 0; max-height: none; }
  .photo-strip-three figure { height: 390px; }
  .photo-cta { grid-template-columns: 1fr auto; align-items: center; gap: 48px; padding: 34px; }
  .photo-cta .button { width: auto; max-width: 260px; text-align: center; }
  .included-layout { grid-template-columns: 1.1fr 1fr 1fr; align-items: stretch; gap: 16px; }
  .included-copy { padding-right: 38px; align-self: center; }
  .units-layout { grid-template-columns: .85fr 1.15fr; gap: 80px; }
  .unit-list div { grid-template-columns: .65fr 1fr; align-items: baseline; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; gap: 90px; }
  .final-cta-inner { grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
  .button-light { width: auto; min-width: 180px; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-info { align-items: flex-end; }
  .footer-links { justify-content: flex-end; }
  .site-footer { padding-bottom: 38px; }
  .mobile-bar { display: none; }
  .legal-main { padding: 70px 0 100px; }
  .cookie-banner { right: 24px; bottom: 24px; left: auto; width: min(480px, calc(100% - 48px)); padding: 22px; }
}

@media (min-width: 1050px) {
  .hero-layout { gap: 76px; }
  .hero-track figure { height: 540px; }
  h1 { font-size: 4rem; }
  .benefits article { padding: 28px; }
}

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