:root {
  --ink: #102a30;
  --deep: #062d35;
  --teal: #0b4c54;
  --gold: #c99c56;
  --sand: #f3ead9;
  --paper: #fbf8f1;
  --white: #fff;
  --muted: #5e6d6d;
  --line: rgba(16, 42, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; line-height: 1.03; }

.site-header { width: min(1400px, calc(100% - 72px)); margin: 0 auto; min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .88rem; font-weight: 600; text-decoration: none; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 18px; border-radius: 999px; }
.menu-button { display: none; }

.hero { width: min(1400px, calc(100% - 72px)); margin: 0 auto 110px; min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; background: var(--deep); color: var(--white); overflow: hidden; }
.hero-copy { position: relative; z-index: 1; min-width: 0; padding: clamp(58px, 6vw, 94px); display: flex; flex-direction: column; justify-content: center; background: var(--deep); }
.eyebrow { margin-bottom: 20px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 620px; margin-bottom: 28px; font-size: clamp(3.2rem, 5vw, 5.75rem); font-weight: 500; letter-spacing: -.035em; }
.hero h1 em { color: #e5c58f; font-weight: 500; }
.hero-lede { max-width: 600px; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 24px 0 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.button-primary { background: var(--gold); color: #102a30; }
.text-link { color: var(--white); font-size: .88rem; font-weight: 600; text-decoration: none; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.65); font-size: .78rem; list-style: none; }
.hero-visual { position: relative; margin: 0; min-width: 0; min-height: 660px; overflow: hidden; background: #052b31; border-left: 4px solid var(--gold); }
.hero-visual::after { content: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.intro, .journey, .guide, .offerings { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding: 30px 0 100px; }
.intro h2, .journey h2, .stories h2, .guide h2, .contact h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.025em; }
.intro-copy { padding-top: 42px; color: var(--muted); font-size: 1.02rem; }

.benefits { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1400px, calc(100% - 72px)); margin: 0 auto 120px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits article { min-height: 280px; padding: 36px; border-right: 1px solid var(--line); }
.benefits article:last-child { border-right: 0; }
.benefits span { color: var(--gold); font-size: .74rem; font-weight: 700; }
.benefits h3 { margin: 72px 0 13px; font-size: 1.75rem; }
.benefits p { color: var(--muted); font-size: .9rem; line-height: 1.6; }

.offerings { padding: 10px 0 130px; }
.offerings-heading { margin-bottom: 54px; }
.offering-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.offering-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offering-grid article:nth-child(even) { border-right: 0; }
.offering-grid .offering-wide { grid-column: 1 / -1; border-right: 0; }
.offering-grid span { grid-row: 1 / 3; color: var(--gold); font-size: .74rem; font-weight: 700; }
.offering-grid h3 { margin: 0 0 8px; font-size: 1.55rem; }
.offering-grid p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }

.journey { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding: 20px 0 130px; }
.journey-heading > p:last-child { max-width: 390px; color: var(--muted); }
.journey ol { margin: 0; padding: 0; list-style: none; }
.journey li { display: grid; grid-template-columns: 44px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.journey li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #9b733b; font-size: .78rem; }
.journey h3 { margin-bottom: 6px; font-size: 1.65rem; }
.journey li p { margin: 0; color: var(--muted); font-size: .9rem; }

.stories { padding: 110px max(36px, calc((100vw - 1180px) / 2)); background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { color: var(--muted); font-size: .9rem; }
blockquote { margin: 0; padding: clamp(34px, 5vw, 68px); background: var(--paper); }
blockquote p { font-family: "Cormorant Garamond", serif; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.24; }
blockquote footer { color: #9b733b; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-reach { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 46px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-reach > span { color: #8b6634; font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 700; }
.story-reach ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.story-reach li { color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.story-reach li span { margin-right: 5px; font-size: 1rem; }
.story-slider { margin-top: 32px; }
.story-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, calc((100% - 24px) / 2)); gap: 24px; overflow-x: auto; padding: 4px 2px 24px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.story-track::-webkit-scrollbar { display: none; }
.story-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(32px, 4vw, 54px); overflow: hidden; border-top: 3px solid var(--gold); scroll-snap-align: start; }
.story-card::before { content: "“"; position: absolute; top: 14px; right: 30px; color: rgba(201,156,86,.13); font-family: "Cormorant Garamond", serif; font-size: 8rem; line-height: 1; }
.story-meta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 18px; margin-bottom: 40px; }
.story-country { color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.story-country span { margin-right: 6px; font-size: 1rem; }
.story-stars { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.story-card > p { position: relative; z-index: 1; margin: 0 0 auto; font-size: clamp(1.6rem, 2.25vw, 2.15rem); }
.story-card footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; margin-top: 42px; color: var(--ink); letter-spacing: 0; text-transform: none; }
.story-card footer > span:last-child { display: grid; }
.story-card footer strong { font-size: .82rem; }
.story-card footer small { margin-top: 2px; color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .04em; }
.story-avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(201,156,86,.52); border-radius: 50%; color: #8b6634; font-family: "Cormorant Garamond", serif; font-size: 1.1rem; }
.story-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.story-controls p { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.story-controls > div { display: flex; gap: 10px; }
.story-arrow { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(16,42,48,.38); border-radius: 50%; background: transparent; color: var(--ink); font: inherit; cursor: pointer; }
.story-arrow:hover { background: var(--deep); color: var(--white); transform: translateY(-2px); }

.guide { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; padding: 130px 0; }
.guide > div:first-child > p:last-child { max-width: 560px; color: var(--muted); }
.guide > div:first-child > p { max-width: 590px; color: var(--muted); }
.guide-quote { max-width: 590px; margin: 0 0 26px; padding: 0 0 0 22px; background: transparent; border-left: 2px solid var(--gold); color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: 1.45rem; line-height: 1.35; }
.guide-card { position: relative; height: 560px; margin: 0; overflow: hidden; background: var(--deep); color: var(--white); border-top: 5px solid var(--gold); }
.guide-card::after { content: ""; position: absolute; z-index: 1; inset: 35% 0 0; pointer-events: none; background: linear-gradient(0deg, rgba(4,31,37,.96), rgba(4,31,37,0)); }
.guide-slides { position: absolute; inset: 0; }
.guide-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; opacity: 0; transform: scale(1.035); filter: saturate(.86) contrast(1.03); transition: opacity 1s cubic-bezier(.22,1,.36,1), transform 3.8s cubic-bezier(.22,1,.36,1); }
.guide-slide.is-active { opacity: 1; transform: scale(1); }
.guide-slide:nth-child(2) { object-position: 50% 48%; }
.guide-slide:nth-child(3) { object-position: 50% 50%; }
.guide-slide:nth-child(4) { object-position: 50% 50%; }
.guide-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px 46px; }
.guide-card span { color: #e5c58f; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.guide-card strong { margin-top: 16px; font-family: "Cormorant Garamond", serif; font-size: clamp(4rem, 7vw, 6.2rem); line-height: .75; }
.guide-card p { margin: 18px 0 0; color: rgba(255,255,255,.7); }
.carousel-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; background: rgba(4,31,37,.42); color: var(--white); font: inherit; cursor: pointer; opacity: 0; transform: translateY(-50%); backdrop-filter: blur(8px); }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.guide-card:hover .carousel-arrow, .guide-card:focus-within .carousel-arrow { opacity: 1; }
.carousel-dots { position: absolute; z-index: 3; right: 28px; bottom: 27px; display: flex; gap: 8px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: width .35s cubic-bezier(.22,1,.36,1), background-color .35s ease; }
.carousel-dots button.is-active { width: 24px; border-radius: 999px; background: #e5c58f; }

.reveal-ready { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

.contact { padding: 105px 36px; background: var(--teal); color: var(--white); text-align: center; }
.contact .eyebrow { color: #e5c58f; }
.contact > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.button-light { margin: 22px 0; background: var(--paper); color: var(--ink); }
.community-links { width: min(680px, 100%); margin: 16px auto 28px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.community-links > span { display: block; margin-bottom: 13px; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.community-links > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.community-links a { padding: 10px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); font-size: .78rem; font-weight: 700; text-decoration: none; }
.community-links a:hover { border-color: #e5c58f; color: #e5c58f; opacity: 1; }
.contact small { display: block; color: rgba(255,255,255,.58); letter-spacing: .08em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px 60px; padding: 60px max(36px, calc((100vw - 1400px) / 2)); background: #041f25; color: rgba(255,255,255,.72); }
.footer-brand { display: grid; }
.footer-brand strong { color: var(--white); font-family: "Cormorant Garamond", serif; font-size: 1.8rem; }
.footer-brand span { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: flex; gap: 24px; align-items: start; }
.footer-links a { color: var(--white); font-size: .8rem; text-decoration: none; }
.disclaimer { grid-column: 1 / -1; max-width: 900px; margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: .76rem; }
.copyright { margin: 0; color: rgba(255,255,255,.38); font-size: .7rem; }
.floating-whatsapp { position: fixed; z-index: 5; right: 22px; bottom: 22px; padding: 13px 18px; background: #25d366; color: #073e21; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: .8rem; font-weight: 800; text-decoration: none; }

a, button { transition: opacity .2s ease, transform .2s ease, background-color .2s ease; }
a:hover { opacity: .78; }
.button:hover, .floating-whatsapp:hover { opacity: 1; transform: translateY(-2px); }
a:focus-visible, button:focus-visible { outline: 3px solid #e5c58f; outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { width: min(100% - 36px, 1400px); min-height: 82px; }
  .menu-button { display: block; padding: 9px 14px; background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font: inherit; font-size: .8rem; font-weight: 700; }
  nav { position: absolute; z-index: 10; top: 74px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--paper); box-shadow: 0 18px 50px rgba(6,45,53,.14); }
  nav.open { display: flex; }
  nav a { padding: 13px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { width: 100%; grid-template-columns: 1fr; margin-bottom: 80px; }
  .hero-visual { min-height: 560px; border-top: 4px solid var(--gold); border-left: 0; }
  .intro, .journey, .guide, .offerings { width: min(100% - 44px, 720px); grid-template-columns: 1fr; gap: 36px; }
  .intro-copy { padding-top: 0; }
  .benefits { width: min(100% - 44px, 720px); grid-template-columns: 1fr 1fr; }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; }
  .story-track { grid-auto-columns: minmax(330px, 72%); }
  .guide-card { height: 520px; }
}

@media (max-width: 600px) {
  .brand small { display: none; }
  .hero-copy { padding: 72px 24px 58px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-notes { display: grid; }
  .hero-visual { min-height: 470px; }
  .intro, .journey, .guide, .offerings { width: calc(100% - 40px); padding-bottom: 80px; }
  .benefits { width: calc(100% - 40px); grid-template-columns: 1fr; margin-bottom: 90px; }
  .benefits article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .benefits h3 { margin-top: 42px; }
  .stories { padding: 80px 20px; }
  .story-reach { align-items: flex-start; flex-direction: column; }
  .story-reach ul { justify-content: flex-start; }
  .story-track { grid-auto-columns: 88%; gap: 14px; }
  .story-card { min-height: 440px; padding: 30px 26px; }
  .story-card > p { font-size: 1.65rem; }
  .journey { gap: 10px; }
  .journey li { grid-template-columns: 38px 1fr; gap: 18px; }
  .guide { padding-top: 90px; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-grid article { border-right: 0; }
  .offering-grid .offering-wide { grid-column: auto; }
  .guide-card { padding: 0; }
  .guide-card figcaption { padding: 32px; }
  .carousel-arrow { opacity: 1; width: 38px; height: 38px; }
  .carousel-dots { right: 22px; bottom: 22px; }
  .community-links > div { align-items: stretch; flex-direction: column; }
  .community-links a { display: block; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 24px; }
  .footer-links { flex-wrap: wrap; }
  .disclaimer { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal-ready { opacity: 1; transform: none; }
}
