:root {
  --ink: #14211b;
  --muted: #607069;
  --paper: #f7f8f4;
  --white: #fff;
  --line: #dfe6df;
  --forest: #173f31;
  --green: #2f7d5c;
  --lime: #b7d65c;
  --sand: #ede8db;
  --orange: #e56c34;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(20, 33, 27, .11);
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .7em; font-family: "Arial Narrow", "Roboto Condensed", Inter, sans-serif; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 8vw, 7rem); }
h2 { font-size: clamp(2.1rem, 4.7vw, 4.4rem); }
h3 { font-size: clamp(1.4rem, 2.3vw, 2rem); }
p { margin: 0 0 1.2em; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--forest); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(20,33,27,.08); background: rgba(247,248,244,.91); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 120px; gap: 28px; }
.brand { display: block; width: 220px; margin-right: auto; }
.brand img { display: block; width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 19px; }
.nav-link { position: relative; color: #33433c; font-size: .82rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.lang-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; font-weight: 800; text-decoration: none; }
.nav-toggle { display: none; width: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: min(790px, calc(100vh - 82px)); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--forest); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,23,.84) 0%, rgba(10,30,23,.3) 64%, rgba(10,30,23,.1)), linear-gradient(0deg, rgba(10,30,23,.62), transparent 55%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 1; max-width: 900px; padding-block: clamp(80px, 12vw, 150px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--lime); font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.hero h1 { max-width: 920px; margin-bottom: 24px; text-wrap: balance; }
.hero p { max-width: 660px; font-size: clamp(1.06rem, 1.8vw, 1.35rem); color: rgba(255,255,255,.86); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); font-size: .83rem; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #26694e; }
.button.is-light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button.is-ghost { color: var(--forest); background: transparent; }

.section { padding-block: clamp(72px, 10vw, 130px); }
.section.is-white { background: var(--white); }
.section.is-dark { color: #fff; background: var(--forest); }
.section.is-sand { background: var(--sand); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading p { color: var(--muted); font-size: 1.1rem; }
.is-dark .section-heading p { color: rgba(255,255,255,.68); }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.tour-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.tour-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tour-card:hover > img { transform: scale(1.035); }
.tour-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,25,18,.9), rgba(7,25,18,.04) 72%); }
.tour-card-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 34px; }
.tour-card h3 { margin: 0 0 10px; font-size: clamp(2rem, 3vw, 3.1rem); }
.tour-card p { color: rgba(255,255,255,.77); }
.tour-card a { text-decoration: none; }
.tour-status { display: inline-flex; margin-bottom: 14px; padding: 7px 12px; border: 2px solid currentColor; border-radius: 6px; color: #fff; background: #b92d24; font-size: .82rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.suspension-notice { padding-block: 28px; color: var(--ink); background: var(--sand); }
.suspension-notice .shell { display: flex; align-items: center; gap: 28px; }
.suspension-notice-message { flex: 1; min-width: 0; }
.suspension-notice strong { display: block; margin-bottom: 4px; color: #92352d; font-size: .9rem; font-weight: 750; }
.suspension-notice p { margin: 0; font-size: .95rem; }
.suspension-notice .suspension-notice-action { flex: 0 1 auto; gap: 14px; min-height: 64px; padding: 18px 28px; max-width: 100%; border-color: var(--forest); color: #fff; background: var(--forest); box-shadow: 0 6px 16px rgba(23,63,49,.22); font-size: 1.05rem; text-align: center; }
.suspension-notice .suspension-notice-action:hover { background: #26694e; }
.suspension-notice .suspension-notice-action:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stat { padding: 32px 18px; text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; color: var(--forest); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.stat span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-intro { padding-block: clamp(58px, 8vw, 96px); background: var(--paper); }
.home-intro .shell { max-width: 900px; }
.home-intro p { color: #33433c; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.8; }
.home-intro p:last-child { margin-bottom: 0; }

.page-hero { position: relative; min-height: 540px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--forest); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,27,20,.9), rgba(8,27,20,.05) 80%); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .shell { position: relative; z-index: 1; padding-block: 100px 64px; }
.page-hero h1 { max-width: 960px; font-size: clamp(3rem, 7vw, 6.4rem); }
.page-hero p { max-width: 700px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.content-layout { width: min(1040px, calc(100vw - 40px)); margin-inline: auto; padding-block: 80px 120px; }
.content-layout > * { margin-inline: auto; }
.content-layout > p, .content-layout > ul, .content-layout > ol, .content-layout > blockquote { max-width: 760px; }
.single-column-page .content-layout { width: min(1180px, calc(100vw - 40px)); }
.single-column-page .builder-row, .single-column-page .builder-grid { grid-template-columns: 1fr !important; }
.single-column-page .builder-column:empty { display: none; }
.booking-page .builder-image { display: none; }
.booking-page .builder-row { grid-template-columns: 1fr !important; }
.booking-page .builder-column:has(> .builder-image:only-child) { display: none; }
.booking-page .contact-panel { max-width: 820px; margin-inline: auto; }
.booking-page .contact-form { grid-template-columns: 1fr; }
.booking-page .form-wide { grid-column: auto; }
.builder-section { margin-block: 34px 76px; }
.builder-section.is-muted { padding: clamp(28px, 5vw, 58px); border-radius: var(--radius); background: var(--sand); }
.builder-row { display: grid; grid-template-columns: repeat(var(--columns, 1), minmax(0,1fr)); gap: clamp(24px, 4vw, 54px); align-items: center; margin-block: 28px; }
.builder-column > * + * { margin-top: 20px; }
.builder-text { font-size: 1.02rem; }
.builder-text ul, .article-body ul { padding-left: 1.2em; }
.builder-image { overflow: hidden; border-radius: 16px; }
.builder-image img { width: 100%; }
.builder-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.builder-gallery figure { min-height: 220px; margin: 0; overflow: hidden; border-radius: 12px; background: var(--line); }
.builder-gallery img { width: 100%; height: 100%; object-fit: cover; }
.builder-gallery figure { cursor: zoom-in; }
.builder-gallery.is-collapsed figure:nth-child(n+7) { display: none; }
.gallery-more { display: block; margin: 24px auto 0; padding: 12px 20px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); background: transparent; font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; color: #fff; background: rgba(5,14,10,.94); }
.lightbox::backdrop { background: rgba(5,14,10,.94); }
.lightbox img { width: 100%; height: 100%; padding: 50px; object-fit: contain; }
.lightbox button { position: fixed; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(0,0,0,.28); font-size: 2rem; cursor: pointer; }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { top: 50%; left: 20px; }
.lightbox-next { top: 50%; right: 20px; }
.lightbox p { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); }
.builder-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.builder-grid > * { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.builder-divider { height: 1px; margin-block: 40px; background: var(--line); }
.builder-alert { padding: 20px 24px; border-left: 4px solid var(--orange); border-radius: 8px; background: #fff4ed; }
.article-body { max-width: 760px; margin: 0 auto; font-family: Georgia, serif; font-size: 1.12rem; }
.article-body > p:first-of-type::first-letter { float: left; margin: .08em .12em 0 0; color: var(--green); font-family: Inter, sans-serif; font-size: 4.4rem; font-weight: 800; line-height: .75; }
.article-body img { margin-block: 34px; border-radius: 14px; }
.article-meta { margin-bottom: 30px; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-card { max-width: 760px; margin: 36px auto; padding: 34px; border-radius: var(--radius); color: #fff; background: var(--forest); }
.form-card a { color: var(--lime); }
.external-placeholder { padding: 28px; border: 1px dashed #9faf9f; border-radius: 14px; background: #f5f8f5; }
contact-form { display: block; width: 100%; }
.chatbot-panel[hidden] { display: none; }
tour-chatbot { position: fixed; z-index: 999; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); }
.chatbot-trigger { display: flex; min-height: 56px; align-items: center; gap: 10px; padding: 0 18px; border: 0; border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 10px 28px rgba(0,0,0,.24); font: inherit; font-size: .86rem; font-weight: 800; cursor: pointer; }
.chatbot-trigger:hover { background: #26694e; transform: translateY(-2px); }
.chatbot-trigger:focus-visible, .chatbot-close:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.chatbot-trigger svg { width: 22px; height: 22px; flex: 0 0 auto; }
.chatbot-panel { position: absolute; right: 0; bottom: 68px; width: min(380px, calc(100vw - 36px)); height: min(620px, calc(100vh - 112px)); overflow: hidden; border: 1px solid rgba(20,33,27,.14); border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.26); }
.chatbot-header { height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 8px 0 16px; border-bottom: 1px solid var(--line); background: #fff; font-size: .84rem; }
.chatbot-close { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 10px; color: var(--ink); background: transparent; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.chatbot-close:hover { background: var(--paper); }
.chatbot-frame { height: calc(100% - 48px); }
.chatbot-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.contact-panel { display: grid; grid-template-columns: .85fr 1.4fr; gap: clamp(34px, 7vw, 90px); max-width: 1060px; margin: 52px auto; padding: clamp(28px, 6vw, 64px); border-radius: var(--radius); color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.contact-intro h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-intro p { color: rgba(255,255,255,.72); }
.contact-intro a { color: var(--lime); }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; color: #fff; background: rgba(255,255,255,.08); font: inherit; }
.contact-form select option { color: var(--ink); background: #fff; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
.form-wide { grid-column: 1 / -1; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; font-weight: 500 !important; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.form-submit { display: flex; align-items: center; gap: 20px; }
.form-submit p { margin: 0; color: rgba(255,255,255,.55); font-size: .75rem; }
.form-honeypot { position: absolute; left: -10000px; }
.builder-column .contact-panel { grid-template-columns: 1fr; gap: 28px; margin: 0; padding: clamp(26px, 4vw, 38px); }
.builder-column .contact-form { grid-template-columns: 1fr; }
.builder-column .form-wide { grid-column: auto; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.news-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--sand); }
.news-card-content { padding: 24px; }
.news-card h3 { font-size: 1.55rem; }
.news-card a { text-decoration: none; }
.empty-media { display: grid; aspect-ratio: 16/10; place-items: center; color: var(--muted); background: var(--sand); }

.site-footer { padding-top: 78px; color: rgba(255,255,255,.75); background: #0d2119; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; padding-bottom: 60px; }
.footer-logos { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.footer-logos img { width: 72px; height: 72px; object-fit: contain; }
.footer-logos .footer-logo-main { width: min(280px, 100%); height: auto; }
.footer-logos .footer-logo-turbolince { filter: brightness(0) invert(1); }
.site-footer .footer-logos a { margin: 0; }
.footer-brand p { max-width: 420px; }
.footer-title { color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
  .site-header { background: var(--paper); backdrop-filter: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: flex; width: 100%; height: calc(100dvh - 120px); min-height: calc(100vh - 120px); flex-direction: column; align-items: flex-start; padding: 38px 30px; color: #fff; background-color: #173f31; opacity: 1; transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: none; }
  .nav-link { color: #fff; font-size: 1.25rem; }
}

@media (max-width: 760px) {
  .suspension-notice .shell { align-items: flex-start; flex-direction: column; gap: 12px; }
  .suspension-notice .suspension-notice-action { width: 100%; }
  :root { --shell: min(100% - 28px, 1180px); }
  .hero { min-height: 650px; }
  .cards, .news-grid, .builder-grid { grid-template-columns: 1fr; }
  .tour-card { min-height: 420px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .builder-row { grid-template-columns: 1fr !important; }
  .builder-gallery { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-logos { flex-wrap: wrap; }
  .footer-bottom { display: block; }
  .contact-panel, .contact-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .lightbox img { padding: 60px 12px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  tour-chatbot { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
  .chatbot-panel { bottom: 66px; width: calc(100vw - 24px); height: min(640px, calc(100dvh - 96px)); }
  .chatbot-trigger { min-height: 54px; padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .chatbot-trigger { transition: none; }
}
