:root {
  --forest-950: #102a20;
  --forest-900: #173d2a;
  --forest-700: #2f6045;
  --moss: #9dac83;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #17231d;
  --muted: #667168;
  --line: rgba(23, 61, 42, .16);
  --gold: #d8aa62;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img, svg { display: block; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.nav-wrap { width: min(1320px, calc(100% - 48px)); height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; letter-spacing: .01em; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.brand-mark svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 21px; line-height: 1.1; }
.brand small { margin-top: 4px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
nav { display: flex; align-items: center; gap: 38px; }
nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; letter-spacing: .06em; text-transform: uppercase; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
nav a:hover::after { width: 100%; }
.nav-cta { padding: 11px 19px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; transition: .25s ease; }
.nav-cta:hover { background: #fff; color: var(--forest-950); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/papuk-hero.png") 58% center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,26,18,.88) 0%, rgba(8,26,18,.67) 38%, rgba(8,26,18,.17) 69%, rgba(8,26,18,.05) 100%), linear-gradient(0deg, rgba(8,22,16,.42), transparent 45%); }
.hero-content { position: relative; padding-top: 85px; }
.eyebrow { margin: 0 0 24px; color: #d8dfd2; font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 35px; height: 1px; margin: 0 13px 4px 0; background: var(--gold); }
.eyebrow.dark { color: var(--forest-700); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 770px; font-size: clamp(56px, 6.5vw, 96px); }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero-lead { max-width: 610px; margin: 30px 0 38px; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 168px; padding: 14px 24px; border: 1px solid transparent; border-radius: 99px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--forest-950); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.scroll-cue { position: absolute; left: max(24px, calc((100vw - 1160px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { width: 46px; height: 1px; background: rgba(255,255,255,.55); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .details h2, .contact h2 { font-size: clamp(42px, 5vw, 64px); }
.intro-copy { padding-top: 4px; color: var(--muted); }
.intro-copy p { margin: 0 0 22px; }
.intro-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.65; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border: 1px solid var(--line); }
.value-card { min-height: 300px; padding: 38px 34px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-card.featured { background: var(--forest-900); color: #fff; transform: translateY(-14px); box-shadow: 0 18px 50px rgba(16,42,32,.16); border: 0; }
.value-number { color: var(--gold); font-family: var(--serif); font-size: 15px; }
.value-card h3 { margin: 76px 0 13px; font-family: var(--serif); font-size: 24px; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.value-card.featured p { color: rgba(255,255,255,.66); }

.details { color: #fff; background: var(--forest-950); }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 115px; align-items: start; }
.details-copy p:not(.eyebrow) { max-width: 410px; margin: 28px 0; color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--gold); font-weight: 600; text-decoration: none; }
.data-list { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.data-list div { display: grid; grid-template-columns: 160px 1fr; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.data-list dt { color: var(--moss); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.data-list dd { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.data-list a { color: inherit; text-decoration: none; }
.data-list a:hover { color: var(--gold); }

.contact { background: var(--cream); text-align: center; }
.contact .eyebrow::before { display: none; }
.contact h2 em { color: var(--forest-700); }
.contact-mail { display: inline-flex; gap: 14px; margin-top: 40px; padding-bottom: 5px; border-bottom: 1px solid var(--forest-700); color: var(--forest-700); font-size: clamp(20px, 3vw, 28px); font-weight: 600; text-decoration: none; }

footer { padding: 48px 0; color: rgba(255,255,255,.62); background: #0c2118; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.2); }
.footer-grid p { margin: 0; }
.copyright { text-align: right; }

@media (max-width: 800px) {
  .container, .nav-wrap { width: min(100% - 32px, 1160px); }
  .section { padding: 84px 0; }
  .nav-wrap { height: 78px; }
  .menu-toggle { position: relative; z-index: 2; display: grid; gap: 5px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: #fff; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  nav { position: absolute; inset: 0 -16px auto; display: none; padding: 105px 30px 34px; align-items: stretch; flex-direction: column; gap: 20px; background: var(--forest-950); box-shadow: 0 18px 35px rgba(0,0,0,.2); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,26,18,.9), rgba(8,26,18,.37)), linear-gradient(0deg, rgba(8,22,16,.45), transparent); }
  .hero-content { padding-top: 50px; }
  h1 { font-size: clamp(48px, 13vw, 68px); }
  .hero-lead { font-size: 16px; }
  .scroll-cue { left: 16px; }
  .intro-grid, .details-grid { grid-template-columns: 1fr; gap: 48px; }
  .value-grid { grid-template-columns: 1fr; margin-top: 65px; }
  .value-card { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card.featured { transform: none; }
  .value-card h3 { margin-top: 44px; }
  .details-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .copyright { text-align: left; }
}

@media (max-width: 460px) {
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .data-list div { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
