/* ==========================================================================
   ODYSSEO — WordPress travel theme + plugin, product micro-site
   Warm cream + gold luxury-travel brand, matching the theme itself.
   Cormorant Garamond (display) + Outfit (sans), gold #C9A961. A LIGHT,
   editorial page — the opposite of the dark game micro-sites. Component-based:
   base + reusable partials + view-context data (see templates/products/odysseo).
   ========================================================================== */

.odysseo *, .odysseo *::before, .odysseo *::after { box-sizing: border-box; }

.odysseo {
  --cream: #F8F4EC;
  --cream-2: #F1EADC;
  --paper: #FFFDF8;
  --ink: #0B0B14;
  --text: #1F1F2E;
  --muted: #6f6a5e;
  --gold: #C9A961;
  --gold-dark: #9B7E3F;
  --gold-light: #EBD089;
  --grad-gold: linear-gradient(180deg, #EBD089 0%, #C9A961 55%, #9B7E3F 100%);
  --grad-ink: linear-gradient(165deg, #14141F 0%, #1F1F2E 60%, #26263a 100%);
  --line: rgba(20, 18, 12, .12);
  --line-soft: rgba(20, 18, 12, .07);
  --shadow: 0 24px 60px rgba(60, 48, 20, .14);
  --shadow-sm: 0 10px 30px rgba(60, 48, 20, .10);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 2.4rem));

  background: var(--cream);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 90px;
}
html.odysseo { scroll-behavior: smooth; }
.odysseo body { margin: 0; overflow-x: hidden;
  background:
    radial-gradient(60% 40% at 85% 0%, #fbf1e0 0%, transparent 60%),
    radial-gradient(50% 40% at 0% 8%, #f6efe1 0%, transparent 55%),
    var(--cream); }
.shell { width: var(--shell); margin-inline: auto; }

.odysseo h1, .odysseo h2, .odysseo h3 { font-family: var(--font-display); font-weight: 600;
  line-height: 1.06; margin: 0; color: var(--ink); letter-spacing: -.005em; }
.odysseo h1 em, .odysseo h2 em, .odysseo h3 em { font-style: italic; font-weight: 500;
  color: var(--gold-dark);
  background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.odysseo p { margin: 0; }
.odysseo a { color: inherit; text-decoration: none; }
.odysseo code { font-family: "SFMono-Regular", Consolas, Menlo, monospace; font-size: .82em;
  background: #efe7d6; color: #6a5426; padding: .12em .45em; border-radius: 5px; }

/* ── Buttons ──────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: .6rem; cursor: pointer; border: 0;
  font-family: var(--font-sans); font-weight: 600; font-size: .96rem; letter-spacing: .02em;
  padding: .85rem 1.5rem; border-radius: 999px; white-space: nowrap;
  transition: transform .2s, box-shadow .25s, filter .2s, background .2s, color .2s; }
.btn i { font-size: .9em; }
.btn.btn-get { color: #2a1e05; background: var(--grad-gold);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, var(--shadow-sm); }
.btn.btn-get:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 14px 34px rgba(201,169,97,.4); }
.btn-get-main { display: inline-flex; flex-direction: column; line-height: 1.15; }
.btn-get-sub { font-size: .68rem; font-weight: 500; opacity: .72; letter-spacing: .02em; }
.btn-get-sm { padding: .6rem 1.15rem; }
.btn.btn-ink { color: #fff; background: var(--grad-ink); box-shadow: var(--shadow-sm); }
.btn.btn-ink:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(20,20,30,.28); }
.ghost-link { color: var(--muted); font-size: .92rem; font-weight: 500; transition: color .2s; }
.ghost-link:hover { color: var(--gold-dark); }

/* ── Header ───────────────────────────────────────────────────────────── */
.od-header { position: sticky; top: 0; z-index: 50; transition: background .3s, box-shadow .3s, border-color .3s;
  border-bottom: 1px solid transparent; }
.od-header.is-scrolled { background: rgba(248,244,236,.85); backdrop-filter: blur(12px);
  border-bottom-color: var(--line-soft); box-shadow: 0 6px 24px rgba(60,48,20,.06); }
.od-header-inner { display: flex; align-items: center; gap: 1.2rem; padding: .8rem 0; }
.od-brand { margin-right: auto; display: inline-flex; }
.od-brand img { height: 34px; width: auto; display: block; }
.od-nav { display: flex; gap: 1.7rem; }
.od-nav a { font-size: .94rem; font-weight: 500; color: var(--text); transition: color .2s; }
.od-nav a:hover, .od-nav a.is-current { color: var(--gold-dark); }
.od-nav a.is-current { font-weight: 600; }
.od-header-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: .3rem; }

/* ── Layout primitives ────────────────────────────────────────────────── */
.section { padding: clamp(3.6rem, 7vw, 6rem) 0; }
.band { background: linear-gradient(180deg, var(--cream-2), #f4eee2); border-block: 1px solid var(--line-soft); }
.kicker { display: inline-block; font-family: var(--font-sans); font-weight: 600; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .9rem; }
.section-head { max-width: 620px; margin: 0 auto clamp(2.2rem, 4vw, 3.4rem); text-align: center; }
.section-head h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); }
.section-head > p { color: var(--muted); font-size: 1.08rem; line-height: 1.62; margin-top: .9rem; }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero { padding: clamp(2.6rem, 5vw, 4.6rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-inner { display: grid; grid-template-columns: 1.02fr 1.1fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .8rem;
  letter-spacing: .04em; color: var(--gold-dark); background: #fff8e9; border: 1px solid rgba(201,169,97,.4);
  padding: .4rem .9rem; border-radius: 999px; margin-bottom: 1.2rem; }
.hero h1 { font-size: clamp(2.7rem, 5.6vw, 4.4rem); }
.lede { color: var(--muted); font-size: 1.15rem; line-height: 1.62; margin: 1.2rem 0 0; max-width: 40ch; }
.lede b { color: var(--text); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin: 1.7rem 0 0; padding: 0;
  color: var(--muted); font-size: .9rem; font-weight: 500; }
.hero-chips li { display: inline-flex; align-items: center; gap: .45rem; }
.hero-chips i { color: var(--gold-dark); font-size: .8em; }

/* browser frame */
.browser { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow); }
.browser-bar { display: flex; align-items: center; gap: 7px; padding: .7rem .9rem; background: #f0ece2;
  border-bottom: 1px solid var(--line-soft); }
.browser-bar > span { width: 11px; height: 11px; border-radius: 50%; background: #d8d2c4; }
.browser-bar > span:nth-child(1) { background: #e6a15c; }
.browser-url { margin-left: .7rem; font-size: .78rem; font-style: normal; color: #9a9282;
  background: #fff; border-radius: 6px; padding: .25rem .8rem; flex: 1; max-width: 260px; }
.browser img { width: 100%; height: auto; display: block; }

.hero-center { text-align: center; }
.hero-center .hero-copy { max-width: 800px; margin: 0 auto; }
.hero-center .lede { margin-inline: auto; }
.hero-center .hero-cta, .hero-center .hero-chips { justify-content: center; }

.code-block { margin-top: .8rem; background: var(--grad-ink); border-radius: 10px; padding: .9rem 1.1rem; overflow-x: auto; }
.code-block code { background: transparent; color: var(--gold-light); font-size: .9rem; padding: 0; }

/* ── Audiences ────────────────────────────────────────────────────────── */
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.aud-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 16px;
  padding: 2rem 1.7rem; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.aud-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.aud-ico { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 14px;
  background: var(--grad-gold); color: #2a1e05; font-size: 1.4rem; margin-bottom: 1.1rem;
  box-shadow: 0 8px 20px rgba(201,169,97,.32); }
.aud-card h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.aud-card p { color: var(--muted); font-size: .98rem; line-height: 1.55; }

/* ── Features ─────────────────────────────────────────────────────────── */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.feature-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 16px;
  padding: 1.7rem 1.6rem; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: rgba(201,169,97,.4); }
.feature-ico { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px;
  background: #fbf3e2; color: var(--gold-dark); font-size: 1.2rem; margin-bottom: 1rem;
  border: 1px solid rgba(201,169,97,.35); }
.feature-card h3 { font-size: 1.42rem; margin-bottom: .4rem; }
.feature-card p { color: var(--muted); font-size: .97rem; line-height: 1.58; }

/* ── Post types row + plugin callout ──────────────────────────────────── */
.ptype-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-bottom: 1.6rem; }
.ptype { text-align: center; background: var(--paper); border: 1px solid var(--line-soft); border-radius: 14px;
  padding: 1.4rem 1rem; transition: transform .2s; }
.ptype:hover { transform: translateY(-4px); }
.ptype-ico { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  background: var(--grad-ink); color: var(--gold-light); font-size: 1.1rem; margin-bottom: .7rem; }
.ptype b { display: block; font-family: var(--font-display); font-size: 1.28rem; color: var(--ink); }
.ptype span { color: var(--muted); font-size: .82rem; }
.plugin-callout { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  background: var(--grad-ink); color: #f3efe6; border-radius: 20px; padding: 1.8rem 2rem; box-shadow: var(--shadow); }
.plugin-callout h3 { color: #fff; font-size: 1.7rem; margin-bottom: .35rem; }
.plugin-callout h3 i { color: var(--gold-light); font-size: .85em; }
.plugin-callout p { color: #cfc9bd; font-size: .98rem; line-height: 1.55; max-width: 60ch; }

/* ── Screens gallery ──────────────────────────────────────────────────── */
.screens { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.screen { margin: 0; }
.screen-wide { grid-column: span 2; }
.screen img { width: 100%; height: auto; display: block; border-radius: 14px; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; }
.screen:hover img { transform: translateY(-3px); box-shadow: var(--shadow); }
.screen figcaption { margin-top: .7rem; text-align: center; color: var(--muted); font-size: .9rem; }

/* ── Steps (guide) ────────────────────────────────────────────────────── */
.steps { list-style: none; max-width: 820px; margin: 0 auto; padding: 0;
  display: flex; flex-direction: column; gap: 1rem; counter-reset: s; }
.steps > li { display: flex; gap: 1.3rem; background: var(--paper); border: 1px solid var(--line-soft);
  border-radius: 16px; padding: 1.6rem 1.7rem; box-shadow: var(--shadow-sm); }
.step-n { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: #2a1e05;
  background: var(--grad-gold); box-shadow: 0 6px 16px rgba(201,169,97,.32); }
.step-body h3 { font-size: 1.4rem; margin-bottom: .35rem; }
.step-body p { color: var(--muted); font-size: 1rem; line-height: 1.62; }
.step-body a { color: var(--gold-dark); font-weight: 600; border-bottom: 1px solid rgba(201,169,97,.5); }
.note { display: flex; align-items: flex-start; gap: .6rem; background: #fff8e6; border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0; padding: .8rem 1.1rem; margin-top: .9rem; color: #715c2a; font-size: .92rem; line-height: 1.5; }
.note i { color: var(--gold-dark); margin-top: .15rem; }
.note.warn { background: #fdeeee; border-left-color: #d16b5f; color: #8a3b32; }
.note.warn i { color: #c0392b; }

/* ── Specs + changelog ────────────────────────────────────────────────── */
.specs-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.specs h2, .changelog h2 { font-size: 2rem; margin-bottom: 1.1rem; }
.spec-list { display: grid; gap: 0; margin: 0; }
.spec-list > div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0;
  border-bottom: 1px solid var(--line-soft); }
.spec-list dt { color: var(--muted); font-weight: 500; margin: 0; }
.spec-list dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }
.change-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.change-list li { display: flex; gap: 1rem; }
.ver { flex: none; font-weight: 700; font-size: .82rem; color: #2a1e05; background: var(--grad-gold);
  padding: .2rem .7rem; border-radius: 999px; height: fit-content; }
.change-list p { color: var(--muted); font-size: .96rem; line-height: 1.55; }

/* ── Schema chips (plugin) ────────────────────────────────────────────── */
.schema-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; max-width: 780px; margin: 0 auto; }
.schema-chips span { font-size: .9rem; font-weight: 500; color: var(--text); background: var(--paper);
  border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1.05rem; box-shadow: var(--shadow-sm); }
.schema-chips i { color: var(--gold-dark); margin-right: .4rem; }

/* ── Final CTA ────────────────────────────────────────────────────────── */
.cta-final { padding: clamp(3.6rem, 7vw, 6rem) 0 clamp(4.5rem, 9vw, 7rem); }
.cta-card { position: relative; overflow: hidden; text-align: center; max-width: 900px; margin: 0 auto;
  background: var(--grad-ink); color: #f3efe6; border-radius: 26px; padding: clamp(2.6rem, 5vw, 4rem) 1.8rem;
  box-shadow: var(--shadow); }
.cta-card::before { content: ""; position: absolute; inset: -40% 40% auto -10%; height: 80%;
  background: radial-gradient(50% 60% at 30% 20%, rgba(201,169,97,.35), transparent 70%); pointer-events: none; }
.cta-card h2 { position: relative; color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); margin-bottom: .8rem; }
.cta-card h2 em { -webkit-text-fill-color: transparent; }
.cta-card > p { position: relative; color: #cfc9bd; font-size: 1.08rem; line-height: 1.6; max-width: 52ch; margin: 0 auto 1.7rem; }
.cta-card .hero-cta { position: relative; justify-content: center; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.od-footer { background: var(--cream-2); border-top: 1px solid var(--line-soft); padding: 3rem 0 2.4rem; }
.od-footer-top { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.od-footer-brand { max-width: 340px; }
.od-footer-brand img { height: 30px; margin-bottom: .9rem; }
.od-footer-brand p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.od-footer-links { display: flex; flex-direction: column; gap: .6rem; }
.od-footer-links a { color: var(--text); font-size: .95rem; font-weight: 500; transition: color .2s; }
.od-footer-links a:hover { color: var(--gold-dark); }
.od-footer-bottom { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: space-between;
  margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: .86rem; }

/* ── Reveal ───────────────────────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-shot { order: -1; }
  .aud-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .ptype-row { grid-template-columns: repeat(3, 1fr); }
  .specs-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .od-nav, .od-header-cta .ghost-link { display: none; }
  .nav-toggle { display: inline-flex; }
  .od-nav.is-open { display: flex; position: absolute; inset: 100% 0 auto; flex-direction: column; gap: .3rem;
    margin: 0; padding: 1.1rem 1.3rem; background: rgba(248,244,236,.98); border-bottom: 1px solid var(--line-soft);
    backdrop-filter: blur(12px); }
}
@media (max-width: 560px) {
  .aud-grid, .feature-grid, .screens, .ptype-row { grid-template-columns: 1fr; }
  .screen-wide { grid-column: span 1; }
  .plugin-callout { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .odysseo *, .odysseo *::before, .odysseo *::after { animation-duration: .001ms !important; transition-duration: .12s !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
