:root {
  --olive: #777B5E;
  --olive-dark: #555944;
  --sage: #C8CCB5;
  --cream: #F4EFE7;
  --paper: #FBF8F2;
  --white: #FFFFFF;
  --text: #414438;
  --muted: #6F7266;
  --border: rgba(85, 89, 68, .16);
  --shadow: 0 28px 80px rgba(80, 76, 62, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--border); background: rgba(251, 248, 242, .91); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; line-height: .9; text-decoration: none; }
.brand-main { color: var(--olive-dark); font-size: 30px; font-weight: 600; letter-spacing: .04em; }
.brand-sub { margin-top: 8px; text-align: center; font-size: 10px; letter-spacing: .48em; transform: translateX(.22em); }
.header-actions { display: flex; align-items: center; gap: 24px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--olive); border-radius: 999px; color: var(--olive-dark); }
.language-switch { display: inline-flex; align-items: center; gap: 7px; padding-left: 20px; border-left: 1px solid var(--border); white-space: nowrap; }
.language-switch a { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.language-switch a:hover, .language-switch a.is-active { color: var(--olive-dark); }
.language-switch a.is-active { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.language-switch span { color: var(--sage); font-size: 11px; }

.hero { padding: 82px 0 92px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--olive); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(52px, 6vw, 82px); }
h2 { margin-bottom: 22px; font-size: clamp(38px, 4.3vw, 58px); }
h3 { margin-bottom: 12px; font-size: 22px; }
.hero-copy > p { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--olive-dark); box-shadow: 0 12px 28px rgba(85, 89, 68, .2); }
.button-primary:hover { background: #464A38; transform: translateY(-1px); }
.text-link { color: var(--olive-dark); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.hero-visual { margin: 0; overflow: hidden; border-radius: 30px; background: var(--cream); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; }
figcaption { padding: 11px 16px 13px; color: var(--muted); background: white; font-size: 11px; text-align: right; }

.partner-section { padding: 96px 0; border-top: 1px solid var(--border); background: white; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-card { min-height: 320px; padding: 34px; border: 1px solid var(--border); border-radius: 24px; background: var(--paper); }
.partner-card > span { display: block; margin-bottom: 64px; color: var(--olive); font-family: Georgia, serif; font-size: 24px; }
.partner-card p { margin: 0; color: var(--muted); font-size: 15px; }

.concept-section { padding: 96px 0; background: var(--cream); }
.concept-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.concept-copy > p { max-width: 620px; color: var(--muted); font-size: 17px; }
.concept-copy .note { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 12px; line-height: 1.55; }
.concept-image { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.concept-image img { width: 100%; aspect-ratio: 4 / 4.35; object-fit: cover; }

.contact-section { padding: 88px 0; }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; padding: 58px; border-radius: 30px; color: rgba(255,255,255,.82); background: var(--olive-dark); box-shadow: var(--shadow); }
.contact-card h2 { margin-bottom: 14px; color: white; }
.contact-card p { margin-bottom: 0; }
.contact-card .eyebrow { color: var(--sage); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact-details a { color: white; font-size: clamp(18px, 2.2vw, 26px); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.contact-details a:hover { border-color: white; }
.contact-details p { margin-top: 8px; font-size: 14px; }

.site-footer { padding: 32px 0; border-top: 1px solid var(--border); background: #F0EBE2; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: baseline; gap: 10px; color: var(--olive-dark); }
.footer-brand strong { font-size: 22px; letter-spacing: .04em; }
.footer-brand span { font-size: 9px; letter-spacing: .32em; }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-grid, .concept-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid, .concept-grid { gap: 42px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: auto; }
  .partner-card > span { margin-bottom: 32px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .brand-main { font-size: 24px; }
  .header-actions { gap: 12px; }
  nav { gap: 12px; }
  nav > a:first-child { display: none; }
  .nav-cta { padding: 8px 13px; }
  .language-switch { gap: 5px; padding-left: 10px; }
  .language-switch a { font-size: 9px; letter-spacing: .03em; }
  .hero { padding: 48px 0 64px; }
  h1 { font-size: clamp(44px, 13vw, 61px); }
  h2 { font-size: clamp(36px, 11vw, 48px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { border-radius: 22px; }
  .hero-visual img { aspect-ratio: 1 / 1; }
  .partner-section, .concept-section, .contact-section { padding: 68px 0; }
  .partner-card { padding: 28px; }
  .concept-image img { aspect-ratio: 1 / 1.08; }
  .contact-card { padding: 36px 26px; gap: 34px; }
  .contact-details a { font-size: 18px; }
  .footer-row { align-items: flex-start; flex-direction: column; gap: 12px; }
}

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