@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700&display=swap');

:root {
  --ink: #15312d;
  --sand: #f5f0e7;
  --sun: #dc7b42;
  --sage: #bfd0c2;
}

html { scroll-behavior: smooth; }
body { font-family: "DM Sans", sans-serif; background: #fbfaf7; color: var(--ink); }
h1, h2, h3, .display { font-family: "Manrope", sans-serif; letter-spacing: -0.035em; }

.nav-link { position: relative; }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease;
}
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.image-zoom { overflow: hidden; }
.image-zoom img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.image-zoom:hover img { transform: scale(1.035); }
.soft-grid {
  background-image: linear-gradient(rgba(21,49,45,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,49,45,.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.eyebrow { font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 600; }
.reading p { margin-bottom: 1.1rem; color: #4f625f; line-height: 1.8; }
.reading h2 { margin: 2.5rem 0 1rem; font-size: 1.75rem; line-height: 1.2; }
.reading h3 { margin: 1.7rem 0 .7rem; font-size: 1.2rem; }
.reading ul { margin: .8rem 0 1.4rem; padding-left: 1.25rem; color: #4f625f; }
.reading li { margin: .55rem 0; }
::selection { background: #dfe9df; color: #15312d; }

.editorial-extension {
  --page-accent: #d8804c;
  --page-soft: #efe5d8;
  position: relative;
  overflow: hidden;
  background: #fbfaf7;
}
.editorial-extension::before {
  content: ""; position: absolute; width: 38rem; height: 38rem; border-radius: 50%;
  top: 8rem; right: -24rem; background: var(--page-soft); opacity: .7; filter: blur(2px);
}
.editorial-kicker { color: var(--page-accent); }
.editorial-number {
  display: inline-flex; width: 2.6rem; height: 2.6rem; align-items: center; justify-content: center;
  border: 1px solid color-mix(in srgb, var(--page-accent), transparent 55%);
  border-radius: 999px; color: var(--page-accent); font-size: .72rem; font-weight: 700;
}
.field-card {
  position: relative; min-height: 21rem; border: 1px solid rgba(21,49,45,.12);
  border-radius: 2rem; padding: 2rem; background: rgba(255,255,255,.68); backdrop-filter: blur(8px);
  transition: transform .35s ease, background .35s ease;
}
.field-card:hover { transform: translateY(-7px); background: #fff; }
.field-card:nth-child(2) { margin-top: 3.5rem; }
.field-card:nth-child(3) { margin-top: 7rem; }
.panorama {
  position: relative; min-height: 72vh; overflow: hidden; background: var(--ink);
}
.panorama img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 8s ease; }
.panorama:hover img { transform: scale(1.045); }
.panorama::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,33,30,.82), rgba(12,33,30,.12)); }
.quote-mark { color: var(--page-accent); font-size: 7rem; line-height: .7; font-family: Georgia, serif; }
.route-line { position: relative; }
.route-line::before { content: ""; position: absolute; top: 1.3rem; left: 1.3rem; bottom: -2rem; width: 1px; background: var(--page-accent); opacity: .28; }
.route-line:last-child::before { display: none; }
.texture-dots {
  background-image: radial-gradient(color-mix(in srgb, var(--page-accent), transparent 78%) 1px, transparent 1px);
  background-size: 18px 18px;
}
.site-disclaimer { background: #f0e4d6; border-top: 1px solid rgba(21,49,45,.12); }
.disclaimer-icon {
  display: inline-flex; flex: 0 0 auto; width: 2.2rem; height: 2.2rem; align-items: center; justify-content: center;
  border-radius: 50%; background: #15312d; color: white; font-family: Georgia, serif; font-weight: 700;
}
.cookie-banner {
  position: fixed; z-index: 100; right: 1rem; bottom: 1rem; left: 1rem;
  opacity: 0; transform: translateY(1.5rem); transition: opacity .35s ease, transform .35s ease;
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner.visible { opacity: 1; transform: none; }
.cookie-inner {
  position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.5rem; align-items: center;
  max-width: 72rem; margin: 0 auto; padding: 1.5rem; overflow: hidden;
  border: 1px solid rgba(255,255,255,.14); border-radius: 1.75rem;
  background: rgba(21,49,45,.97); box-shadow: 0 24px 80px rgba(12,33,30,.28); backdrop-filter: blur(18px);
}
.cookie-inner::after {
  content: ""; position: absolute; right: 15%; top: -6rem; width: 14rem; height: 14rem;
  border: 1px solid rgba(231,180,141,.18); border-radius: 50%; pointer-events: none;
}
.cookie-symbol {
  position: relative; width: 4.6rem; height: 4.6rem; border: 1px solid rgba(231,180,141,.45);
  border-radius: 50% 50% 50% 16%; transform: rotate(-12deg);
}
.cookie-symbol::after { content: ""; position: absolute; width: 1.65rem; height: 1.65rem; right: -.2rem; top: -.2rem; border-radius: 50%; background: #15312d; }
.cookie-symbol span { position: absolute; width: .38rem; height: .38rem; border-radius: 50%; background: #e7b48d; }
.cookie-symbol span:nth-child(1) { left: 1.2rem; top: 1rem; }
.cookie-symbol span:nth-child(2) { left: 2.6rem; top: 2rem; }
.cookie-symbol span:nth-child(3) { left: 1.5rem; top: 3rem; }
.cookie-copy { max-width: 38rem; }
.cookie-actions { display: flex; gap: .65rem; align-items: center; }

@media (max-width: 767px) {
  .field-card:nth-child(2), .field-card:nth-child(3) { margin-top: 0; }
  .panorama { min-height: 80vh; }
  .cookie-banner { right: .6rem; bottom: .6rem; left: .6rem; }
  .cookie-inner { grid-template-columns: 1fr; gap: 1rem; padding: 1.3rem; border-radius: 1.4rem; }
  .cookie-symbol { display: none; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

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