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

:root {
  --ink: #13201f;
  --muted: #5f6865;
  --paper: #f7f5ef;
  --white: #fff;
  --green: #173e3a;
  --green-2: #22554e;
  --wine: #7b303c;
  --gold: #b39257;
  --line: #d7d5cc;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; letter-spacing: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--white); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; height: 78px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(247,245,239,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 230px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 42px; color: var(--paper); background: var(--green); font: 31px/1 "Libre Caslon Display", Georgia, serif; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font: 24px/1 "Libre Caslon Display", Georgia, serif; }
.brand small { margin-top: 7px; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 500; }
nav a:hover, nav a:focus-visible { color: var(--wine); }
.language { padding-left: 18px; border-left: 1px solid var(--line); }
.nav-cta { padding: 10px 18px; color: var(--white); background: var(--green); }
.nav-cta:hover, .nav-cta:focus-visible { color: var(--white); background: var(--green-2); }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 12px; font: inherit; }

.hero { min-height: calc(88vh - 78px); display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: linear-gradient(110deg, #0e2f2c 0%, #173e3a 62%, #70323d 100%); }
.hero-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: clamp(72px, 12vh, 150px) 0 60px; }
.kicker, .section-label { margin: 0 0 24px; color: var(--wine); font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero .kicker { color: #d8c7a2; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; }
h1, h2 { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; }
h1 { max-width: 14ch; margin-bottom: 28px; font-size: clamp(44px, 7.3vw, 98px); line-height: .98; }
.hero-copy { max-width: 690px; margin: 0; color: #e1e5e1; font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; text-decoration: none; font-weight: 600; }
.primary { color: var(--green); background: var(--white); }
.primary:hover, .primary:focus-visible { background: #eee9dc; }
.text-link { display: inline-flex; gap: 10px; align-items: center; width: fit-content; color: inherit; text-underline-offset: 5px; }
.hero .text-link { color: #e5ddd0; }
.hero-foot { min-height: 80px; padding: 18px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.25); }
.hero-foot span { padding: 0 24px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; border-left: 1px solid rgba(255,255,255,.25); }
.hero-foot span:first-child { padding-left: 0; border-left: 0; }

.section { padding: clamp(76px, 9vw, 132px) max(24px, calc((100vw - var(--max))/2)); }
.intro-grid, .experience-grid, .method-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); gap: clamp(48px, 8vw, 120px); }
h2 { margin-bottom: 30px; font-size: clamp(35px, 5vw, 64px); line-height: 1.08; }
.lead-prose { padding-top: 10px; }
.prose p, .large-copy { color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.7; }
.prose p:first-child { margin-top: 0; }

.dark-band { color: var(--white); background: #172625; }
.section-label.light { color: #d1b87e; }
.services-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.services-heading p { margin: 0 0 34px; color: #b8c0bd; font-size: 18px; }
.service-list { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #465451; }
.service-list article { min-height: 220px; padding: 30px 34px 34px 0; display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; border-bottom: 1px solid #465451; }
.service-list article:nth-child(odd) { padding-right: 48px; border-right: 1px solid #465451; }
.service-list article:nth-child(even) { padding-left: 48px; }
.service-list span { color: #d1b87e; font-size: 12px; }
.service-list h3 { margin-bottom: 13px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.15; }
.service-list p { grid-column: 2; margin: 0; color: #b8c0bd; }

.sector-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.sector-list li { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 17px; }
.sector-list li::after { content: "↗"; color: var(--wine); }
.trajectory { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trajectory div { min-height: 180px; padding: 28px; border-left: 1px solid var(--line); }
.trajectory div:first-child { border-left: 0; padding-left: 0; }
.trajectory strong { display: block; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(40px, 5vw, 64px); font-weight: 400; color: var(--green); }
.trajectory span { display: block; max-width: 26ch; color: var(--muted); }

.people { background: var(--white); }
.people > h2 { max-width: 17ch; }
.person { margin-top: 70px; display: grid; grid-template-columns: minmax(280px, .78fr) minmax(360px, 1.22fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.person + .person { margin-top: 110px; padding-top: 110px; border-top: 1px solid var(--line); }
.person-maria { grid-template-columns: minmax(360px, 1.22fr) minmax(280px, .78fr); }
.person-maria figure { grid-column: 2; }
.person-maria .person-copy { grid-row: 1; }
.person figure { margin: 0; position: relative; }
.person figure::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: 0; border: 1px solid var(--gold); }
.person img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.person-maria img { object-position: 50% 28%; }
.person-copy { padding-top: 12px; }
.role { margin: 0 0 14px; color: var(--wine); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.person h3 { margin-bottom: 26px; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(36px, 4.7vw, 58px); font-weight: 400; line-height: 1.05; }
.person-copy > p:not(.role) { color: var(--muted); font-size: 17px; }
.credentials { margin: 28px 0 20px; padding: 16px 0; color: var(--green); font-size: 13px; font-weight: 600; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.method { background: #ece8de; }
.method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c7c1b2; }
.method li { padding: 22px 0; display: grid; grid-template-columns: 46px 1fr; gap: 14px; border-bottom: 1px solid #c7c1b2; }
.method li > span { color: var(--wine); font-size: 12px; }
.method h3 { margin-bottom: 5px; font-size: 19px; }
.method li p { margin: 0; color: var(--muted); }

.innovation { background: var(--white); }
.innovation-head { max-width: 870px; }
.innovation-list { margin-top: 54px; border-top: 1px solid var(--line); }
.innovation-list > a { padding: 32px 0; display: grid; grid-template-columns: 50px minmax(260px, 1fr) auto; gap: 24px; align-items: center; text-decoration: none; border-bottom: 1px solid var(--line); }
.innovation-list > a:hover h3, .innovation-list > a:focus-visible h3 { color: var(--wine); }
.product-index { color: var(--wine); font-size: 12px; }
.innovation-list h3 { margin: 0 0 7px; font: 34px/1.1 "Libre Caslon Display", Georgia, serif; }
.innovation-list p { max-width: 730px; margin: 0; color: var(--muted); }
.product-link { color: var(--green); font-size: 14px; font-weight: 600; white-space: nowrap; }
.innovation-note { max-width: 820px; margin: 30px 0 0; color: var(--muted); font-size: 13px; }

.contact { color: var(--white); background: var(--wine); }
.contact .kicker { color: #e5c9cd; }
.contact h2 { max-width: 19ch; }
.contact-actions { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 14px; }
.light { color: var(--wine); background: var(--white); }
.outline-light { color: var(--white); border-color: rgba(255,255,255,.75); }
.location { margin: 34px 0 0; color: #ebdadd; }

footer { padding: 56px max(24px, calc((100vw - var(--max))/2)); color: #bfc6c3; background: #101b1a; }
.footer-brand { display: flex; flex-direction: column; color: var(--white); }
.footer-brand strong { font: 31px/1 "Libre Caslon Display", Georgia, serif; }
.footer-brand span { margin-top: 8px; font-size: 10px; letter-spacing: .15em; }
footer > p { max-width: 760px; margin: 32px 0; font-size: 13px; }
.footer-end { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #35413e; font-size: 13px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 78px; left: 0; right: 0; padding: 22px 24px 28px; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .language { padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .nav-cta { text-align: center; }
  .hero-foot { grid-template-columns: repeat(2, 1fr); }
  .hero-foot span { padding: 10px 14px; border-left: 0; }
  .intro-grid, .experience-grid, .method-grid, .services-heading { grid-template-columns: 1fr; gap: 30px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article:nth-child(odd), .service-list article:nth-child(even) { padding: 28px 0; border-right: 0; }
  .trajectory { grid-template-columns: 1fr; }
  .trajectory div, .trajectory div:first-child { min-height: auto; padding: 25px 0; border-left: 0; border-top: 1px solid var(--line); }
  .trajectory div:first-child { border-top: 0; }
  .person, .person-maria { grid-template-columns: minmax(0, 1fr); }
  .person-maria figure { grid-column: 1; }
  .person-maria .person-copy { grid-row: auto; }
  .person figure { max-width: 560px; }
  .innovation-list > a { grid-template-columns: 40px 1fr; }
  .product-link { grid-column: 2; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand small { font-size: 7.5px; }
  .brand-mark { width: 34px; height: 38px; }
  nav { top: 70px; }
  .hero { min-height: calc(92vh - 70px); }
  .hero-inner { width: calc(100% - 36px); padding-top: 70px; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-foot { grid-template-columns: 1fr 1fr; padding: 12px 18px; }
  .hero-foot span { font-size: 10px; }
  .button { width: 100%; text-align: center; }
  .person figure::after { inset: 10px -10px -10px 10px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
