@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --jaguar-ink: #17231d;
  --jaguar-deep: #0e1a15;
  --jaguar-moss: #496a4e;
  --jaguar-leaf: #d4dfc7;
  --jaguar-sand: #e9e4d7;
  --jaguar-paper: #f5f4ee;
  --jaguar-line: rgba(23, 35, 29, 0.17);
  --jaguar-serif: 'Playfair Display', Georgia, serif;
  --jaguar-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.jaguar-page {
  background: var(--jaguar-paper);
  color: var(--jaguar-ink);
  font-family: var(--jaguar-sans);
}

.jaguar-page h1,
.jaguar-page h2,
.jaguar-page h3,
.jaguar-page p { max-width: none; }

.jaguar-page h1,
.jaguar-page h2 { font-family: var(--jaguar-serif); font-weight: 500; letter-spacing: -0.035em; }

.jaguar-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 1.4rem clamp(1.25rem, 4vw, 4rem);
  color: #f7f5ed;
}

.jaguar-brand { display: inline-flex; align-items: center; gap: 0.7rem; color: inherit; }
.jaguar-brand:hover { color: #fff; }
.jaguar-brand__mark { display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-size: .7rem; }
.jaguar-brand__name, .jaguar-brand__tag { display: block; }
.jaguar-brand__name { font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.jaguar-brand__tag { margin-top: .15rem; color: rgba(247,245,237,.7); font-size: .64rem; letter-spacing: .05em; }
.jaguar-nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
.jaguar-nav a { color: rgba(247,245,237,.85); font-size: .73rem; letter-spacing: .07em; text-transform: uppercase; }
.jaguar-nav a:hover { color: #fff; }
.jaguar-nav__login { border: 1px solid rgba(247,245,237,.65); border-radius: 999px; padding: .55rem .85rem; color: #fff !important; }
.jaguar-nav__login:hover { background: rgba(247,245,237,.12); }

.jaguar-hero { position: relative; display: flex; align-items: flex-end; min-height: min(800px, 92vh); overflow: hidden; background: #1a2b20 url('../assets/jaguars/jaguar-hero.png') center / cover no-repeat; color: #fff; }
.jaguar-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,12,.82) 0%, rgba(7,17,12,.48) 44%, rgba(7,17,12,.1) 100%), linear-gradient(0deg, rgba(5,12,8,.74), transparent 62%); }
.jaguar-hero__content { position: relative; z-index: 1; width: min(650px, 100%); margin: 0 max(1.25rem, calc((100% - 1200px) / 2)); padding: 7rem 0 7rem; }
.jaguar-hero h1 { margin: .65rem 0 1.25rem; color: #fff; font-size: clamp(3.6rem, 8vw, 7.5rem); line-height: .93; }
.jaguar-hero h1 em { color: #d4dfc7; font-style: italic; }
.jaguar-hero__lede { width: min(420px, 100%); margin-bottom: 2rem; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.65; }
.jaguar-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.jaguar-login-button { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid rgba(212,223,199,.8); border-radius: 999px; padding: .7rem 1rem; color: #f7f5ed; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.jaguar-login-button:hover { background: rgba(212,223,199,.15); color: #fff; }
.jaguar-hero__credit { position: absolute; z-index: 1; right: max(1.25rem, calc((100% - 1200px) / 2)); bottom: 1.5rem; margin: 0; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }

.eyebrow { margin: 0 0 1.1rem; color: var(--jaguar-moss); font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow--light { color: #d4dfc7; }
.eyebrow--muted { color: #8b9c89; }
.jaguar-button { display: inline-flex; align-items: center; gap: .8rem; border-bottom: 1px solid currentColor; padding: .2rem 0 .55rem; color: var(--jaguar-ink); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.jaguar-button span { font-size: 1rem; transition: transform .2s ease; }
.jaguar-button:hover { color: var(--jaguar-moss); }
.jaguar-button:hover span { transform: translate(3px, -3px); }
.jaguar-button--light { color: #fff; }
.jaguar-button--light:hover { color: var(--jaguar-leaf); }

.jaguar-container { width: min(1200px, calc(100% - 2.5rem)); margin: auto; }
.jaguar-intro { padding: clamp(5rem, 11vw, 10rem) 0; background: var(--jaguar-paper); }
.jaguar-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(3rem, 10vw, 9rem); align-items: center; }
.jaguar-intro h2, .jaguar-section-heading h2, .jaguar-placeholder h2 { margin: 0 0 1.6rem; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; }
.jaguar-intro__copy { max-width: 560px; }
.jaguar-intro p:not(.eyebrow) { color: #5d6b61; font-size: 1rem; line-height: 1.8; }
.jaguar-intro .lead { color: var(--jaguar-ink) !important; font-family: var(--jaguar-serif); font-size: clamp(1.25rem, 2vw, 1.55rem) !important; line-height: 1.45 !important; }
.jaguar-figure { margin: 0; }
.jaguar-figure img { width: 100%; object-fit: cover; }
.jaguar-figure--portrait img { aspect-ratio: 4 / 5; }
.jaguar-figure figcaption { margin-top: .8rem; color: #7c8b7e; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.jaguar-figure figcaption span { color: var(--jaguar-moss); font-style: italic; text-transform: none; }

.jaguar-habitat { padding: clamp(5rem, 10vw, 8rem) 0; background: var(--jaguar-deep); color: #f7f5ed; }
.jaguar-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.jaguar-section-heading h2 { color: #f7f5ed; }
.jaguar-section-heading__aside { width: min(300px, 100%); margin: 0 0 .7rem; color: #a6b6a4; font-size: .95rem; line-height: 1.7; }
.jaguar-habitat__feature { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.jaguar-figure--river img { aspect-ratio: 1.55 / 1; }
.jaguar-figure--river figcaption { color: #839683; }
.jaguar-habitat__facts { border-top: 1px solid rgba(212,223,199,.22); }
.jaguar-fact { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(212,223,199,.22); }
.jaguar-fact__number { color: #91ad8f; font-family: var(--jaguar-serif); font-size: 1.4rem; }
.jaguar-fact h3 { margin: 0 0 .25rem; color: #e5ecdf; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.jaguar-fact p { margin: 0; color: #a6b6a4; font-size: .88rem; line-height: 1.65; }

.jaguar-placeholder { padding: clamp(5rem, 10vw, 8rem) 0; background: var(--jaguar-sand); }
.jaguar-placeholder__inner { text-align: center; }
.jaguar-placeholder h2 { margin-bottom: 1rem; }
.jaguar-placeholder p:not(.eyebrow) { width: min(460px, 100%); margin: 0 auto 1.8rem; color: #627064; line-height: 1.7; }
.jaguar-footer { background: var(--jaguar-ink); color: #8fa08e; }
.jaguar-footer__inner { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.jaguar-footer a { color: #d4dfc7; }
.jaguar-footer__brand { color: #f7f5ed; font-weight: 700; letter-spacing: .16em; }

@media (max-width: 700px) {
  .jaguar-header { align-items: flex-start; }
  .jaguar-nav { display: none; }
  .jaguar-hero { min-height: 760px; }
  .jaguar-hero__content { padding-bottom: 6rem; }
  .jaguar-hero__credit { left: 1.25rem; right: auto; }
  .jaguar-intro__grid, .jaguar-habitat__feature { grid-template-columns: 1fr; }
  .jaguar-section-heading { display: block; }
  .jaguar-section-heading__aside { margin-top: 1.5rem; }
  .jaguar-figure--portrait { width: min(100%, 420px); }
  .jaguar-footer__inner { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .jaguar-button span { transition: none; }
}
