:root {
  --ink: #16352f;
  --ink-deep: #071b17;
  --ink-mid: #0f2924;
  --ink-soft: #46615a;
  --cream: #f5efe3;
  --paper: #fbf8f1;
  --coral: #ed765f;
  --coral-dark: #d95e48;
  --lime: #cadb96;
  --white: #ffffff;
  --muted: #6b7974;
  --line: rgba(22, 53, 47, 0.14);
  --shadow: 0 30px 80px rgba(4, 25, 21, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans Variable", "Helvetica Neue", Arial, sans-serif; margin: 0; min-width: 320px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--ink-deep); }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { margin-inline: auto; max-width: 1280px; padding-inline: 32px; width: 100%; }
.section { padding-block: 132px; }

.site-header { -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); background: rgba(7, 27, 23, 0.9); border-bottom: 1px solid rgba(255, 255, 255, 0.11); box-shadow: 0 8px 30px rgba(3, 16, 13, 0.12); left: 0; position: fixed; right: 0; top: 0; z-index: 50; }
.nav-shell { align-items: center; display: flex; height: 80px; justify-content: space-between; }
.logo-link { flex-shrink: 0; }
.brand { align-items: center; display: inline-flex; line-height: 1; }
.brand-inverse { filter: brightness(0) invert(1); }
.brand-art { display: block; flex: none; }
.brand-art-full { height: 39px; width: 172px; }
.brand-art-compact { display: none; height: 36px; width: 39px; }
.brand-image { height: auto; }
.brand-image-full { width: 172px; }
.brand-image-compact { width: 39px; }
nav { align-items: center; display: flex; gap: 32px; }
nav a { color: rgba(255, 255, 255, 0.74); font-size: 13px; font-weight: 650; transition: color 180ms ease; }
nav a:hover { color: var(--white); }
.nav-cta-mobile { display: none; }

.button { align-items: center; border: 1px solid transparent; border-radius: 999px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 750; gap: 11px; justify-content: center; min-height: 56px; padding: 15px 24px; transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { font-size: 12px; min-height: 42px; padding: 10px 17px; }
.button-light { background: var(--cream); color: var(--ink-deep); }
.button-light:hover { background: var(--white); }
.button-primary { background: var(--coral); color: var(--ink-deep); }
.button-primary:hover { background: #f28b75; box-shadow: 0 14px 32px rgba(237, 118, 95, 0.3); }
.button-outline { border-color: rgba(255, 255, 255, 0.32); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink-deep); }
.button-wide { width: 100%; }
.text-link { align-items: center; border-bottom: 1px solid currentColor; display: inline-flex; font-size: 13px; font-weight: 750; gap: 9px; padding-bottom: 4px; }
.text-link-light { color: rgba(255, 255, 255, 0.86); }

.hero { background: var(--ink-deep); color: var(--white); display: flex; min-height: 920px; overflow: hidden; position: relative; }
.hero-media { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(3, 16, 13, 0.94) 0%, rgba(4, 20, 17, 0.78) 38%, rgba(4, 20, 17, 0.2) 72%, rgba(4, 20, 17, 0.08) 100%), linear-gradient(0deg, rgba(2, 14, 11, 0.68) 0%, transparent 48%); inset: 0; position: absolute; }
.hero-content { align-items: end; display: flex; justify-content: space-between; padding-bottom: 110px; padding-top: 170px; position: relative; z-index: 2; }
.hero-copy { max-width: 800px; min-width: 0; width: 100%; }
.eyebrow, .kicker { align-items: center; color: var(--coral); display: inline-flex; font-size: 10px; font-weight: 820; gap: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.status-dot { background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(237, 118, 95, 0.17); height: 7px; width: 7px; }
.hero h1 { font-size: clamp(72px, 7.5vw, 118px); font-weight: 470; letter-spacing: -0.075em; line-height: 0.84; margin: 31px 0 34px; }
.hero h1 .hero-accent { color: var(--lime); font-style: normal; font-weight: 470; }
.hero-copy > .hero-lead { color: rgba(255, 255, 255, 0.78); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; margin: 0; max-width: 670px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 38px; }
.hero-proof { align-self: end; border-left: 1px solid rgba(255, 255, 255, 0.2); display: grid; gap: 25px; margin-bottom: 4px; padding-left: 30px; width: 255px; }
.hero-proof div { align-items: center; display: flex; gap: 14px; }
.hero-proof strong { color: var(--lime); font-size: 28px; font-weight: 570; letter-spacing: -0.05em; min-width: 72px; }
.hero-proof span { color: rgba(255, 255, 255, 0.62); font-size: 10px; font-weight: 650; line-height: 1.45; text-transform: uppercase; }
.hero-scroll { align-items: center; bottom: 30px; color: rgba(255, 255, 255, 0.58); display: flex; font-size: 10px; gap: 12px; left: 50%; letter-spacing: 0.12em; position: absolute; text-transform: uppercase; transform: translateX(-50%); z-index: 3; }

.reveal-1, .reveal-2, .reveal-3, .reveal-4 { animation: reveal 800ms both; }
.reveal-2 { animation-delay: 90ms; }
.reveal-3 { animation-delay: 180ms; }
.reveal-4 { animation-delay: 270ms; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.section-heading h2, .lodging-intro h2 { font-size: clamp(46px, 5vw, 70px); font-weight: 490; letter-spacing: -0.06em; line-height: 0.98; margin: 20px 0 24px; }
.section-heading > p, .split-heading > p, .lodging-intro > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.sticky-copy { align-self: start; position: sticky; top: 120px; }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; gap: 9vw; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
.manifesto-copy { padding-top: 7px; }
.manifesto-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.8; margin: 0 0 26px; }
.manifesto-copy .manifesto-lead { color: var(--ink); font-size: 26px; font-weight: 510; letter-spacing: -0.025em; line-height: 1.45; }
.direct-principles { border-top: 1px solid var(--line); margin-top: 48px; }
.direct-principles article { border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 38px 1fr; padding: 27px 0; }
.direct-principles article > span { color: var(--coral); font-size: 10px; font-weight: 800; padding-top: 6px; }
.direct-principles h3 { font-size: 21px; letter-spacing: -0.03em; margin: 0 0 6px; }
.direct-principles p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.cinema-break { align-items: center; color: var(--white); display: flex; min-height: 720px; overflow: hidden; position: relative; }
.cinema-image, .cinema-image img, .cinema-overlay { height: 100%; inset: 0; position: absolute; width: 100%; }
.cinema-image img { object-fit: cover; }
.cinema-overlay { background: linear-gradient(90deg, rgba(5, 25, 21, 0.92), rgba(5, 25, 21, 0.24)), linear-gradient(0deg, rgba(4, 20, 17, 0.58), transparent); }
.cinema-copy { position: relative; z-index: 2; }
.kicker.light { color: var(--lime); }
.cinema-copy blockquote { font-size: clamp(52px, 6vw, 88px); font-weight: 460; letter-spacing: -0.065em; line-height: 0.98; margin: 26px 0 28px; max-width: 900px; }
.cinema-copy p { color: rgba(255, 255, 255, 0.7); font-size: 17px; }

.product-section { background: var(--cream); }
.split-heading { align-items: end; display: grid; gap: 7vw; grid-template-columns: 1.25fr 0.75fr; max-width: none; }
.split-heading h2 { margin-bottom: 0; max-width: 820px; }
.split-heading > p { margin: 0 0 4px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.feature-card { background: var(--paper); border: 1px solid rgba(22, 53, 47, 0.08); border-radius: 22px; min-height: 330px; overflow: hidden; padding: 30px; position: relative; transition: box-shadow 180ms ease, transform 180ms ease; }
.feature-card:hover { box-shadow: 0 20px 50px rgba(20, 50, 43, 0.08); transform: translateY(-4px); }
.feature-card-large { grid-column: span 2; min-height: 520px; padding-right: 44%; }
.feature-card-accent { background: var(--ink); color: var(--white); min-height: 520px; }
.feature-top { align-items: center; display: flex; justify-content: space-between; }
.feature-top small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.feature-card-accent .feature-top small { color: rgba(255, 255, 255, 0.54); }
.feature-icon { align-items: center; background: rgba(22, 53, 47, 0.08); border-radius: 50%; display: flex; height: 44px; justify-content: center; width: 44px; }
.feature-card-accent .feature-icon { background: var(--coral); }
.feature-card h3 { font-size: 29px; font-weight: 560; letter-spacing: -0.04em; line-height: 1.13; margin: 42px 0 14px; }
.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.feature-card-accent > p { color: rgba(255, 255, 255, 0.64); }
.site-preview { background: #e7dfd0; border: 8px solid var(--white); border-radius: 18px 18px 0 0; bottom: -45px; box-shadow: var(--shadow); height: 370px; overflow: hidden; position: absolute; right: -30px; transform: rotate(2deg); width: 47%; }
.site-preview-photo { background: url('/assets/hotel-palmar-hero.webp') center/cover; height: 47%; }
.site-preview-panel { padding: 20px; }
.site-preview-panel span, .site-preview-panel strong, .site-preview-panel i { background: rgba(22, 53, 47, 0.12); display: block; }
.site-preview-panel span { height: 8px; width: 35%; }
.site-preview-panel strong { height: 18px; margin: 14px 0 20px; width: 72%; }
.site-preview-panel i { height: 7px; margin-top: 9px; width: 88%; }
.site-preview-panel button { background: var(--coral); border: 0; border-radius: 999px; color: var(--white); font: inherit; font-size: 9px; margin-top: 24px; padding: 10px 14px; }
.mini-chat { background: #dff7dc; border-radius: 13px 3px 13px 13px; color: #23332f; margin-top: 55px; padding: 17px; transform: rotate(-1deg); }
.mini-chat p { color: #23332f; font-size: 12px; line-height: 1.55; }
.mini-chat span { color: #5d6c67; display: block; font-size: 8px; margin-top: 12px; text-align: right; }

.delivery-section { background: var(--paper); overflow: hidden; }
.delivery-heading { margin-inline: auto; max-width: 920px; text-align: center; }
.delivery-heading h2 { font-size: clamp(52px, 6vw, 82px); font-weight: 480; letter-spacing: -0.065em; line-height: 0.94; margin: 22px 0 28px; }
.delivery-heading > p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 auto; max-width: 760px; }
.delivery-visual { align-items: center; display: grid; gap: 25px; grid-template-columns: minmax(300px, 0.78fr) 120px minmax(470px, 1.22fr); margin-top: 78px; }
.delivery-phone, .delivery-panel { background: var(--white); border: 1px solid rgba(22, 53, 47, 0.12); box-shadow: 0 30px 70px rgba(4, 25, 21, 0.13); overflow: hidden; }
.delivery-phone { border-radius: 34px; transform: rotate(-1.2deg); }
.delivery-phone > header { align-items: center; background: #f5f3ee; display: grid; gap: 12px; grid-template-columns: auto 1fr auto; padding: 18px 20px; }
.delivery-phone > header > .fa-whatsapp { color: #18aa66; font-size: 25px; }
.delivery-avatar { align-items: center; background: var(--ink); border-radius: 50%; color: var(--white); display: flex; height: 41px; justify-content: center; width: 41px; }
.delivery-phone header strong, .delivery-phone header small { display: block; }
.delivery-phone header strong { font-size: 13px; }
.delivery-phone header small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.delivery-chat { background-color: #efe9df; background-image: radial-gradient(rgba(22, 53, 47, 0.06) 0.7px, transparent 0.7px); background-size: 12px 12px; min-height: 475px; padding: 22px 17px 26px; }
.delivery-chat-date { background: rgba(255, 255, 255, 0.68); border-radius: 999px; color: #72807c; font-size: 8px; margin: 0 auto 19px; padding: 6px 12px; text-align: center; width: max-content; }
.delivery-message { background: #d9fdd3; border-radius: 13px 3px 13px 13px; box-shadow: 0 2px 4px rgba(4, 25, 21, 0.08); color: #26342f; margin-left: auto; max-width: 94%; padding: 15px 15px 10px; position: relative; }
.delivery-message p { font-size: 11px; line-height: 1.55; margin: 0 0 10px; }
.delivery-message > strong { display: block; font-size: 11px; margin: 14px 0 10px; }
.delivery-message ul { display: grid; gap: 5px; list-style: none; margin: 0 0 13px; padding: 0; }
.delivery-message li { font-size: 10px; line-height: 1.5; }
.delivery-message time { color: #71807b; display: block; font-size: 8px; text-align: right; }
.delivery-message time i { color: #53a8df; margin-left: 3px; }
.delivery-phone > footer, .delivery-panel > footer { align-items: center; background: var(--ink); color: rgba(255, 255, 255, 0.76); display: flex; font-size: 10px; gap: 10px; line-height: 1.5; min-height: 62px; padding: 15px 20px; }
.delivery-phone > footer i, .delivery-panel > footer i { color: var(--lime); }
.delivery-sync { align-items: center; color: var(--coral-dark); display: flex; flex-direction: column; gap: 13px; justify-content: center; }
.delivery-sync span { font-size: 9px; font-weight: 820; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.delivery-sync i { align-items: center; background: var(--coral); border-radius: 50%; color: var(--ink-deep); display: flex; height: 46px; justify-content: center; width: 46px; }
.delivery-panel { border-radius: 24px; transform: rotate(0.8deg); }
.delivery-panel > header { align-items: center; background: var(--ink-deep); color: rgba(255, 255, 255, 0.62); display: grid; font-size: 9px; gap: 16px; grid-template-columns: auto 1fr auto; letter-spacing: 0.04em; padding: 15px 18px; }
.delivery-window-dots { display: flex; gap: 5px; }
.delivery-window-dots i { background: var(--coral); border-radius: 50%; height: 6px; width: 6px; }
.delivery-window-dots i:nth-child(2) { background: #e4c66c; }
.delivery-window-dots i:nth-child(3) { background: var(--lime); }
.delivery-panel-body { padding: 27px; }
.delivery-panel-title { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.delivery-panel-title small { color: var(--coral-dark); font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.delivery-panel-title h3 { font-size: 30px; letter-spacing: -0.045em; margin: 7px 0 4px; }
.delivery-panel-title p { color: var(--muted); font-size: 10px; margin: 0; }
.delivery-panel-title > span { background: #fff0cd; border-radius: 999px; color: #775f22; font-size: 9px; font-weight: 800; padding: 8px 11px; }
.delivery-stay-grid { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 25px; }
.delivery-stay-grid div { border-left: 1px solid var(--line); padding: 18px 12px; }
.delivery-stay-grid div:first-child { border-left: 0; padding-left: 0; }
.delivery-stay-grid small, .delivery-stay-grid strong { display: block; }
.delivery-stay-grid small { color: var(--muted); font-size: 8px; margin-bottom: 7px; text-transform: uppercase; }
.delivery-stay-grid strong { font-size: 12px; }
.delivery-timeline { display: grid; gap: 12px; }
.delivery-timeline > div { align-items: center; background: var(--paper); border-radius: 12px; display: flex; gap: 12px; padding: 13px; }
.delivery-timeline > div > i { align-items: center; background: var(--lime); border-radius: 50%; display: flex; font-size: 8px; height: 25px; justify-content: center; width: 25px; }
.delivery-timeline > div:nth-child(2) > i { background: var(--cream); color: var(--coral-dark); }
.delivery-timeline strong, .delivery-timeline small { display: block; }
.delivery-timeline strong { font-size: 10px; }
.delivery-timeline small { color: var(--muted); font-size: 8px; margin-top: 3px; }
.delivery-panel-actions { display: flex; gap: 9px; margin-top: 20px; }
.delivery-panel-actions span { background: var(--ink); border-radius: 999px; color: var(--white); font-size: 9px; font-weight: 700; padding: 10px 14px; }
.delivery-panel-actions span:last-child { background: var(--cream); color: var(--ink); }
.delivery-panel-actions i { color: var(--lime); margin-right: 5px; }
.delivery-facts { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; }
.delivery-facts article { display: grid; gap: 17px; grid-template-columns: 28px 1fr; padding: 30px 30px 15px; }
.delivery-facts article + article { border-left: 1px solid var(--line); }
.delivery-facts article > span { color: var(--coral-dark); font-size: 9px; font-weight: 820; padding-top: 5px; }
.delivery-facts h3 { font-size: 18px; letter-spacing: -0.025em; margin: 0 0 8px; }
.delivery-facts p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.delivery-note { align-items: flex-start; background: var(--cream); border-radius: 14px; color: var(--ink-soft); display: flex; font-size: 12px; gap: 11px; line-height: 1.7; margin: 34px auto 0; max-width: 850px; padding: 17px 20px; }
.delivery-note i { color: var(--coral-dark); margin-top: 4px; }

.flow-section { background: var(--ink-deep); color: var(--white); }
.flow-grid { display: grid; gap: 10vw; grid-template-columns: 0.86fr 1.14fr; }
.flow-copy { align-self: start; position: sticky; top: 120px; }
.flow-copy h2 { font-size: clamp(48px, 5vw, 68px); font-weight: 480; letter-spacing: -0.06em; line-height: 0.98; margin: 22px 0 24px; }
.flow-copy p { color: rgba(255, 255, 255, 0.58); font-size: 15px; line-height: 1.7; margin: 0 0 32px; max-width: 450px; }
.flow-list { list-style: none; margin: 0; padding: 0; }
.flow-list li { border-top: 1px solid rgba(255, 255, 255, 0.14); display: grid; gap: 26px; grid-template-columns: 54px 1fr; padding: 35px 0; }
.flow-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.flow-list > li > span { color: var(--lime); font-size: 11px; font-weight: 800; padding-top: 6px; }
.flow-list h3 { font-size: 27px; font-weight: 540; letter-spacing: -0.035em; margin: 0 0 8px; }
.flow-list p { color: rgba(255, 255, 255, 0.58); font-size: 13px; line-height: 1.65; margin: 0; }

.lodging-section { background: var(--paper); overflow: hidden; }
.lodging-intro { margin-inline: auto; max-width: 880px; text-align: center; }
.lodging-intro > p { margin-inline: auto; max-width: 710px; }
.lodging-marquee { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 58px auto 72px; max-width: 1080px; }
.lodging-marquee span { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-size: 15px; font-weight: 670; padding: 15px 22px; }
.lodging-marquee span:nth-child(2n) { background: var(--ink); color: var(--white); transform: rotate(-1deg); }
.lodging-marquee span:nth-child(3n) { background: var(--coral); border-color: var(--coral); color: var(--white); transform: rotate(1deg); }
.lodging-proof { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.lodging-proof article { border-left: 1px solid var(--line); min-height: 190px; padding: 34px; }
.lodging-proof article:first-child { border-left: 0; }
.lodging-proof strong { font-size: 19px; letter-spacing: -0.025em; }
.lodging-proof p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.destination-links-section { background: var(--cream); }
.destination-links-grid { align-items: start; display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; }
.destination-links-grid h2 { font-size: clamp(46px, 5vw, 70px); font-weight: 490; letter-spacing: -.06em; line-height: .98; margin: 20px 0 24px; }
.destination-links-grid > div > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.destination-links-list { border-top: 1px solid var(--line); display: grid; gap: 0; }
.destination-links-list a { align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); display: flex; font-size: 17px; font-weight: 700; justify-content: space-between; padding: 19px 3px; }
.destination-links-list a:hover { color: var(--coral-dark); }
.destination-links-list i { font-size: 11px; }

.price-section { background: var(--coral); color: var(--ink-deep); }
.price-shell { align-items: center; display: grid; gap: 10vw; grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.75fr); }
.price-copy h2 { font-size: clamp(62px, 7vw, 96px); font-weight: 470; letter-spacing: -0.07em; line-height: 0.9; margin: 28px 0 25px; }
.price-copy > p { color: rgba(7, 27, 23, 0.76); font-size: 17px; line-height: 1.7; max-width: 590px; }
.price-copy .kicker.light { color: var(--ink-deep); }
.price-zero { align-items: center; border-top: 1px solid rgba(7, 27, 23, 0.28); display: flex; gap: 20px; margin-top: 50px; padding-top: 30px; width: max-content; }
.price-zero strong { color: var(--ink-deep); font-size: 82px; font-weight: 560; letter-spacing: -0.07em; line-height: 0.8; }
.price-zero span { font-size: 11px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.price-card { background: var(--paper); border-radius: 28px; box-shadow: 0 34px 80px rgba(90, 33, 22, 0.23); color: var(--ink); padding: 38px; }
.price-amount { align-items: start; display: grid; grid-template-columns: auto 1fr auto; }
.price-amount > span { font-size: 17px; font-weight: 800; padding-top: 10px; }
.price-amount strong { font-size: 59px; font-weight: 520; letter-spacing: -0.07em; line-height: 1; }
.price-amount small { color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.4; padding-top: 10px; text-transform: uppercase; }
.price-card ul { border-block: 1px solid var(--line); display: grid; gap: 14px; list-style: none; margin: 30px 0; padding: 26px 0; }
.price-card li { align-items: center; display: flex; font-size: 13px; font-weight: 620; gap: 10px; }
.price-card li i { color: var(--coral); }
.price-card > .price-note { border: 0; color: var(--muted); font-size: 10px; line-height: 1.5; margin: 14px 0 0; padding: 0; text-align: center; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; gap: 9vw; grid-template-columns: 0.75fr 1.25fr; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 20px; font-weight: 610; justify-content: space-between; letter-spacing: -0.025em; list-style: none; padding: 29px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--coral); font-size: 12px; transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(180deg); }
.faq-list details p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: -8px 40px 28px 0; }

.restaurant-cta { --cpp-teal: #00c8b4; background: var(--ink-deep); color: var(--white); overflow: hidden; padding-block: 128px; position: relative; }
.restaurant-cta::before { border: 1px solid rgba(202, 219, 150, 0.16); border-radius: 50%; content: ""; height: 620px; position: absolute; right: -170px; top: -280px; width: 620px; }
.restaurant-cta::after { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; bottom: -390px; content: ""; height: 720px; left: 38%; position: absolute; width: 720px; }
.restaurant-cta-glow { background: radial-gradient(circle, rgba(0, 200, 180, 0.2) 0%, rgba(0, 200, 180, 0) 69%); height: 720px; left: -260px; pointer-events: none; position: absolute; top: -240px; width: 720px; }
.restaurant-cta-grid { align-items: center; display: grid; gap: 8vw; grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr); position: relative; z-index: 2; }
.restaurant-cta-copy h2 { font-size: clamp(58px, 6vw, 88px); font-weight: 470; letter-spacing: -0.07em; line-height: 0.94; margin: 27px 0 29px; max-width: 850px; }
.restaurant-cta-copy h2 span { color: var(--cpp-teal); }
.restaurant-cta-copy > p { color: rgba(255, 255, 255, 0.65); font-size: 17px; line-height: 1.72; margin: 0 0 38px; max-width: 660px; }
.restaurant-cta-copy .kicker { color: var(--lime); }
.restaurant-cta-button { background: var(--white); color: var(--ink-deep); }
.restaurant-cta-button:hover { background: var(--cpp-teal); box-shadow: 0 15px 36px rgba(0, 200, 180, 0.22); }
.restaurant-cta-card { background: var(--paper); border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 30px; box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32); color: var(--ink-deep); min-height: 510px; overflow: hidden; padding: 40px; position: relative; transform: rotate(2deg); }
.restaurant-cta-card::after { background: var(--cpp-teal); border-radius: 50%; bottom: -155px; content: ""; height: 310px; position: absolute; right: -120px; width: 310px; }
.restaurant-brand-row { align-items: center; border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 13px; padding-bottom: 30px; }
.restaurant-brand-row > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.restaurant-brand-row img { height: auto; max-width: 260px; width: 100%; }
.restaurant-card-message { padding-block: 70px 54px; }
.restaurant-card-message small { color: var(--coral-dark); display: block; font-size: 10px; font-weight: 820; letter-spacing: 0.13em; margin-bottom: 19px; text-transform: uppercase; }
.restaurant-card-message strong { display: block; font-size: 43px; font-weight: 560; letter-spacing: -0.055em; line-height: 1.05; }
.restaurant-card-tags { display: flex; flex-wrap: wrap; gap: 9px; position: relative; z-index: 2; }
.restaurant-card-tags span { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 999px; display: inline-flex; font-size: 10px; font-weight: 750; gap: 7px; padding: 10px 13px; }
.restaurant-card-tags i { color: var(--coral-dark); }

.final-cta { align-items: center; color: var(--white); display: flex; min-height: 700px; overflow: hidden; position: relative; text-align: center; }
.final-cta > img, .final-cta-shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.final-cta > img { object-fit: cover; }
.final-cta-shade { background: rgba(5, 24, 20, 0.7); }
.final-cta-copy { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(58px, 7vw, 100px); font-weight: 470; letter-spacing: -0.07em; line-height: 0.92; margin: 27px auto 38px; max-width: 980px; }

footer { background: var(--ink-deep); color: var(--white); padding: 80px 0 30px; }
.footer-top { display: grid; gap: 8vw; grid-template-columns: 1.5fr 0.7fr 0.9fr; }
.footer-brand p { color: rgba(255, 255, 255, 0.45); font-size: 12px; line-height: 1.7; margin: 23px 0 0; max-width: 330px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { color: var(--lime); font-size: 9px; letter-spacing: 0.14em; margin-bottom: 7px; text-transform: uppercase; }
.footer-links a { color: rgba(255, 255, 255, 0.53); font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.33); display: flex; font-size: 9px; justify-content: space-between; margin-top: 65px; padding-top: 25px; }
.floating-whatsapp { align-items: center; background: #65cc79; border: 3px solid rgba(255, 255, 255, 0.88); border-radius: 999px; bottom: 22px; box-shadow: 0 12px 34px rgba(5, 25, 20, 0.24); color: var(--ink-deep); display: flex; font-size: 12px; font-weight: 800; gap: 8px; padding: 12px 16px; position: fixed; right: 22px; transition: transform 180ms ease; z-index: 40; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp i { font-size: 20px; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

@media (max-width: 1060px) {
  nav { display: none; }
  .hero { min-height: 850px; }
  .hero-content { align-items: start; flex-direction: column; justify-content: flex-end; }
  .hero-proof { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); grid-template-columns: repeat(3, 1fr); margin-top: 55px; padding-left: 0; padding-top: 22px; width: 100%; }
  .feature-card-large { padding-right: 38%; }
  .site-preview { width: 40%; }
  .price-shell { gap: 6vw; }
  .delivery-visual { gap: 18px; grid-template-columns: minmax(280px, 0.8fr) 70px minmax(390px, 1.2fr); }
  .delivery-sync span { display: none; }
  .delivery-stay-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-stay-grid div:nth-child(3) { border-left: 0; }
}

@media (max-width: 840px) {
  .container { padding-inline: 24px; }
  .section { padding-block: 96px; }
  .hero { min-height: 900px; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 16, 13, 0.93), rgba(4, 20, 17, 0.48)), linear-gradient(0deg, rgba(2, 14, 11, 0.78), transparent); }
  .hero h1 { font-size: clamp(67px, 13vw, 96px); }
  .hero-content { padding-bottom: 90px; }
  .hero-scroll { display: none; }
  .manifesto-grid, .split-heading, .flow-grid, .price-shell, .faq-grid, .destination-links-grid { grid-template-columns: 1fr; }
  .sticky-copy, .flow-copy { position: static; }
  .manifesto-grid, .faq-grid { gap: 50px; }
  .cinema-break { min-height: 620px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-large { grid-column: 1 / -1; }
  .feature-card-accent { min-height: 430px; }
  .flow-grid { gap: 55px; }
  .lodging-proof { grid-template-columns: 1fr; }
  .lodging-proof article { border-left: 0; border-top: 1px solid var(--line); min-height: auto; padding-inline: 0; }
  .price-shell { gap: 60px; }
  .price-card { margin-inline: auto; max-width: 520px; width: 100%; }
  .delivery-heading { text-align: left; }
  .delivery-visual { grid-template-columns: 1fr; margin-top: 58px; }
  .delivery-phone, .delivery-panel { margin-inline: auto; max-width: 520px; transform: none; width: 100%; }
  .delivery-sync { flex-direction: row; padding-block: 3px; }
  .delivery-sync span { display: block; }
  .delivery-sync i { transform: rotate(90deg); }
  .delivery-facts { grid-template-columns: 1fr; margin-top: 58px; }
  .delivery-facts article { padding-inline: 0; }
  .delivery-facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .restaurant-cta { padding-block: 100px; }
  .restaurant-cta-grid { gap: 70px; grid-template-columns: 1fr; }
  .restaurant-cta-copy { max-width: 760px; }
  .restaurant-cta-card { margin-inline: auto; max-width: 610px; transform: rotate(1deg); width: 100%; }
}

@media (max-width: 600px) {
  .container { padding-inline: 19px; }
  .nav-shell { height: 68px; }
  .nav-shell .button { font-size: 11px; gap: 0; min-height: 40px; padding: 10px 14px; width: auto; }
  .nav-shell .button i { display: none; }
  .nav-cta-full { display: none; }
  .nav-cta-mobile { display: inline; }
  .brand[data-compact-mobile] .brand-art-full { display: block; height: auto; width: 145px; }
  .brand[data-compact-mobile] .brand-image-full { width: 145px; }
  .brand[data-compact-mobile] .brand-art-compact { display: none; }
  .hero { min-height: 820px; }
  .hero-media { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 16, 13, 0.94) 0%, rgba(3, 16, 13, 0.77) 52%, rgba(3, 16, 13, 0.4) 100%); }
  .hero-content { justify-content: flex-end; padding-bottom: 48px; padding-top: 115px; }
  .hero h1 { font-size: clamp(50px, 12vw, 58px); letter-spacing: -0.065em; line-height: 0.92; margin-block: 25px 28px; }
  .hero-lead { font-size: 15px; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-proof { gap: 12px; margin-top: 38px; }
  .hero-proof div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-proof strong { font-size: 23px; min-width: 0; }
  .hero-proof span { font-size: 8px; }
  .section { padding-block: 78px; }
  .section-heading h2, .lodging-intro h2 { font-size: 43px; }
  .manifesto-grid { gap: 34px; }
  .manifesto-copy .manifesto-lead { font-size: 21px; }
  .cinema-break { min-height: 570px; }
  .cinema-image img { object-position: 65% center; }
  .cinema-copy blockquote { font-size: 46px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .feature-card, .feature-card-accent { min-height: 300px; }
  .feature-card-large { grid-column: auto; min-height: 550px; padding-right: 30px; }
  .site-preview { bottom: -75px; height: 300px; right: -15px; width: 82%; }
  .mini-chat { margin-top: 36px; }
  .flow-copy h2 { font-size: 45px; }
  .flow-copy .button { width: 100%; }
  .flow-list li { grid-template-columns: 42px 1fr; }
  .lodging-marquee { justify-content: flex-start; margin-block: 42px 55px; }
  .lodging-marquee span { font-size: 12px; padding: 12px 16px; }
  .price-copy h2 { font-size: 62px; }
  .price-zero strong { font-size: 68px; }
  .price-card { border-radius: 22px; padding: 27px 22px; }
  .price-amount { grid-template-columns: auto 1fr; }
  .price-amount strong { font-size: 47px; }
  .price-amount small { grid-column: 2; padding-top: 5px; }
  .faq-list summary { font-size: 17px; gap: 20px; }
  .delivery-heading h2 { font-size: 48px; }
  .delivery-heading > p { font-size: 15px; }
  .delivery-phone { border-radius: 24px; }
  .delivery-panel-body { padding: 22px 18px; }
  .delivery-panel-title h3 { font-size: 27px; }
  .delivery-stay-grid div { padding-inline: 9px; }
  .delivery-panel-actions { flex-direction: column; }
  .delivery-panel-actions span { text-align: center; }
  .restaurant-cta { padding-block: 80px; }
  .restaurant-cta-grid { gap: 48px; }
  .restaurant-cta-copy h2 { font-size: 50px; }
  .restaurant-cta-copy > p { font-size: 15px; }
  .restaurant-cta-button { width: 100%; }
  .restaurant-cta-card { border-radius: 22px; min-height: 430px; padding: 27px 23px; transform: none; }
  .restaurant-brand-row img { max-width: 230px; }
  .restaurant-card-message { padding-block: 56px 42px; }
  .restaurant-card-message strong { font-size: 36px; }
  .restaurant-card-tags span { font-size: 9px; padding: 9px 11px; }
  .final-cta { min-height: 590px; }
  .final-cta h2 { font-size: 51px; }
  .final-cta .button { width: 100%; }
  footer { padding-top: 64px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 8px; }
  .floating-whatsapp { border-radius: 50%; bottom: 15px; padding: 12px; right: 15px; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
