:root {
  --bg: #14100b;
  --bg-2: #1d160e;
  --panel: #211a11;
  --panel-line: rgba(226,206,160,0.16);
  --gold: #c69a45;
  --gold-2: #e2ba6b;
  --orange: #cf7f2c;
  --cream: #f5efe2;
  --cream-2: #ece0c9;
  --ink: #241c11;
  --ink-2: #4a3e2c;
  --muted: #b7a887;
  --muted-dark: #6f6249;
  --green-900: #16241a;
  --shadow: 0 14px 38px rgba(0,0,0,0.28);
  --radius: 14px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
h1, h2, h3, h4 { font-family: "Oswald", "Roboto Slab", Georgia, serif; line-height: 1.12; font-weight: 600; letter-spacing: .01em; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); }
.script { font-family: "Dancing Script", "Segoe Script", cursive; font-weight: 700; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ic { width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em; margin-right: .5em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ic-fill { fill: currentColor; stroke: none; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--gold); color: #1a1206; padding: 12px 18px; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(16,12,7,0.94);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--panel-line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; }
.brand { display: flex; align-items: center; }
.brand img { height: 54px; width: auto; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { color: #efe6d3; text-decoration: none; font-weight: 500; font-size: 0.96rem; letter-spacing: .02em; }
.nav a:hover { color: var(--gold-2); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #1c1206 !important; text-decoration: none;
  padding: 10px 20px; border-radius: 999px; font-weight: 700; font-size: 0.93rem; white-space: nowrap;
}
.header-cta:hover { background: var(--gold-2); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--cream); margin: 5px 0; border-radius: 3px; }

/* Hero — the header graphic as the main homepage layout */
.hero { background: #0e0a06; }
.hero img { width: 100%; max-width: 1536px; margin: 0 auto; height: auto; display: block; }

.hero-cta {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  color: var(--cream); text-align: center; border-bottom: 3px solid var(--gold);
}
.hero-cta .wrap { padding: 40px 22px 44px; }
.hero-cta .eyebrow { display:inline-block; letter-spacing:.22em; text-transform:uppercase; font-size:.76rem; font-weight:700; color: var(--gold); margin-bottom: 6px; }
.hero-cta h1 { font-size: clamp(1.7rem, 4vw, 2.7rem); margin: 0 0 8px; text-transform: uppercase; color: var(--cream); }
.hero-cta h1 span { color: var(--gold-2); }
.hero-cta p.lede { font-size: clamp(1rem, 2vw, 1.18rem); color: var(--muted); margin: 0 auto 24px; max-width: 620px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--orange); color: #1c1206; }
.btn-primary:hover { background: var(--gold-2); }
.btn-ghost { background: transparent; color: var(--cream); border-color: rgba(230,210,170,0.5); }
.btn-ghost:hover { background: rgba(230,210,170,0.12); }
.hero-phones { margin-top: 22px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; font-size: .98rem; color: var(--muted); }
.hero-phones a { color: var(--cream); text-decoration: none; font-weight: 600; }
.hero-phones a:hover { color: var(--gold-2); }
.hero-tag { margin: 22px 0 0; font-size: 1.5rem; color: var(--gold-2); letter-spacing: .04em; }

/* Sections */
.section { padding: 84px 0; }
.section.dark { background: var(--bg); color: var(--cream); }
.section.alt { background: var(--cream-2); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 52px; }
.section-head .kicker { color: var(--orange); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .8rem; }
.section.dark .section-head .kicker { color: var(--gold-2); }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 2.7rem); margin: 10px 0 14px; color: var(--ink); text-transform: uppercase; }
.section.dark .section-head h2 { color: var(--cream); }
.section-head p { color: var(--ink-2); font-size: 1.08rem; margin: 0; }
.section.dark .section-head p { color: var(--muted); }

/* Intro pillars */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 46px; }
.pillar { text-align: center; }
.pillar .p-ic { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; border: 2px solid var(--gold); color: var(--gold-2); display: grid; place-items: center; }
.pillar .p-ic .ic { width: 26px; height: 26px; margin: 0; }
.pillar h3 { font-size: 1.05rem; text-transform: uppercase; color: var(--cream); margin: 0 0 6px; letter-spacing: .04em; }
.pillar p { font-size: .93rem; color: var(--muted); margin: 0; }

/* Packages */
.rates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 760px; margin: 0 auto 46px; }
.rate { background: #fff; border: 1px solid var(--cream-2); border-radius: var(--radius); padding: 22px; text-align: center; box-shadow: var(--shadow); }
.rate .amt { font-family: "Oswald", serif; font-size: 2rem; font-weight: 700; color: var(--orange); }
.rate .amt small { font-size: .95rem; color: var(--muted-dark); font-weight: 500; }
.rate .lbl { font-weight: 600; color: var(--ink); text-transform: uppercase; letter-spacing: .03em; font-size: .95rem; margin-top: 4px; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pkg { background: #fff; border: 1px solid var(--cream-2); border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; overflow: hidden; position: relative; }
.pkg.featured { border: 2px solid var(--gold); }
.pkg .ribbon { position: absolute; top: 16px; right: -34px; background: var(--orange); color: #fff; font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 40px; transform: rotate(45deg); }
.pkg-head { background: var(--bg); color: var(--cream); padding: 26px 24px; text-align: center; }
.pkg-head h3 { margin: 0 0 8px; font-size: 1.4rem; text-transform: uppercase; color: var(--gold-2); }
.pkg-head .price { font-family: "Oswald", serif; font-size: 2.4rem; font-weight: 700; color: #fff; }
.pkg-body { padding: 24px; flex: 1; }
.pkg-body ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.pkg-body li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); }
.pkg-body li .ic { color: var(--orange); margin-top: .2em; }
.pkg-foot { padding: 0 24px 26px; }
.pkg .btn { width: 100%; justify-content: center; }

.addons { max-width: 900px; margin: 46px auto 0; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--radius); padding: 8px 30px; box-shadow: var(--shadow); }
.addons li { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--cream-2); }
.addons ul { list-style: none; margin: 0; padding: 0; }
.addons li:last-child { border-bottom: 0; }
.addons .a-name { font-weight: 600; color: var(--ink); }
.addons .a-name small { display: block; font-weight: 400; color: var(--muted-dark); font-size: .9rem; }
.addons .a-price { font-family: "Oswald", serif; font-weight: 700; color: var(--orange); white-space: nowrap; font-size: 1.15rem; }

/* Animals card grid */
.animal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.animal-card { background: #fff; border: 1px solid var(--cream-2); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.animal-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(0,0,0,.2); }
.animal-card img { width: 100%; height: 158px; object-fit: cover; background: var(--cream-2); }
.animal-card .ac-body { padding: 12px 15px 14px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.animal-card .ac-name { color: var(--ink); font-weight: 600; font-size: .98rem; }
.animal-card .ac-price { color: var(--orange); font-weight: 700; font-family: "Oswald", serif; white-space: nowrap; font-size: 1.05rem; }
.animal-card .ac-price.por { font-size: .82rem; font-family: "Roboto", sans-serif; font-weight: 600; color: var(--muted-dark); }
.animals-note { text-align: center; margin-top: 30px; color: var(--ink-2); font-size: 1rem; }
.animals-note strong { color: var(--ink); }

/* Tours */
.tour-feature { max-width: 1000px; margin: 0 auto 48px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.tour-feature img { width: 100%; height: auto; }
.card { background: #fff; border: 1px solid var(--cream-2); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,.24); }
.card img { height: 200px; width: 100%; object-fit: cover; }
.card .card-body { padding: 20px 22px 24px; }
.card h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--ink); text-transform: uppercase; letter-spacing: .02em; }
.card p { margin: 0; color: var(--ink-2); font-size: .96rem; }

/* FAQ */
.faq-feature { max-width: 520px; margin: 0 auto 46px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--panel); border: 1px solid var(--panel-line); border-radius: 12px; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 20px 24px; font-family: "Oswald", serif; font-size: 1.12rem; color: var(--cream); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold-2); font-size: 1.6rem; line-height: 1; flex: none; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item .faq-a { padding: 0 24px 22px; color: var(--muted); }
.faq-item .faq-a p { margin: 0 0 10px; }
.faq-item .faq-a p:last-child { margin: 0; }
.faq-item .faq-a strong { color: var(--gold-2); }

/* Testimonials */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 960px; margin: 0 auto; }
.quote { background: #fff; border: 1px solid var(--cream-2); border-left: 5px solid var(--gold); border-radius: var(--radius); padding: 30px 32px; box-shadow: var(--shadow); }
.quote .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.quote p { font-size: 1.06rem; color: var(--ink-2); font-style: italic; margin: 0 0 16px; }
.quote .who { font-weight: 700; color: var(--ink); font-family: "Oswald", serif; text-transform: uppercase; letter-spacing: .04em; }

/* CTA band */
.cta-band { background: linear-gradient(160deg, #1c150c, #2a1f12); color: var(--cream); text-align: center; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.cta-band .wrap { padding: 74px 22px; }
.cta-band h2 { font-size: clamp(1.9rem, 3.8vw, 2.6rem); margin: 0 0 12px; text-transform: uppercase; color: var(--cream); }
.cta-band p { max-width: 640px; margin: 0 auto 28px; color: var(--muted); font-size: 1.1rem; }
.cta-band .hero-tag { margin-top: 26px; }

/* Footer */
.site-footer { background: #0f0b06; color: #b7a887; padding: 58px 0 26px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 44px; }
.site-footer img.flogo { width: auto; height: 76px; margin-bottom: 14px; }
.site-footer h4 { color: var(--gold-2); font-family: "Oswald", serif; margin: 0 0 14px; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .05em; }
.site-footer a { color: #b7a887; text-decoration: none; }
.site-footer a:hover { color: var(--gold-2); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-bottom { border-top: 1px solid rgba(226,206,160,0.14); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #7d7057; font-size: .88rem; }
.footer-bottom .script { color: var(--gold); font-size: 1.2rem; }

/* Floating CTA */
.float-cta { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none; background: var(--orange); color: #1c1206; text-decoration: none; font-weight: 800; padding: 14px 20px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.4); }

@media (max-width: 980px) {
  .pillars { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .animal-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav { position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: rgba(16,12,7,0.99); border-bottom: 1px solid var(--panel-line); padding: 12px 22px 20px; gap: 4px; display: none; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 4px; border-bottom: 1px solid rgba(226,206,160,0.1); }
  .nav .header-cta { margin-top: 10px; justify-content: center; }
  .nav-toggle { display: block; }
  .section { padding: 60px 0; }
  .rates { grid-template-columns: 1fr; max-width: 340px; }
  .grid { grid-template-columns: 1fr; }
  .animal-grid { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .float-cta { display: inline-flex; align-items: center; gap: 8px; }
}
@media (max-width: 420px) {
  .animal-grid { grid-template-columns: 1fr; }
}
