:root {
  --ink: #2f2d2a;
  --muted: #706861;
  --paper: #eee8e1;
  --white: #ffffff;
  --line: #d8cec5;
  --forest: #2f2d2a;
  --gold: #a08d7c;
  --clay: #8f6f5d;
  --shadow: 0 24px 70px rgba(47, 45, 42, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 16px clamp(20px, 4vw, 58px); color: var(--white); background: linear-gradient(180deg, rgba(47, 45, 42, 0.82), rgba(47, 45, 42, 0)); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.14); font-size: 13px; font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; }
.brand small { color: rgba(255,255,255,.76); font-size: 12px; }
.nav-links { display: flex; gap: clamp(14px, 2.2vw, 30px); color: rgba(255,255,255,.86); font-size: 14px; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: var(--white); font-size: 14px; font-weight: 700; }
.hero { position: relative; display: grid; min-height: 92vh; overflow: hidden; padding: 138px clamp(20px, 5vw, 76px) 72px; color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(47,45,42,.88) 0%, rgba(88,76,67,.64) 44%, rgba(47,45,42,.24) 100%), linear-gradient(180deg, rgba(47,45,42,.16), rgba(47,45,42,.70)); }
.hero-content { position: relative; z-index: 2; align-self: center; max-width: 790px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 5.1vw, 66px); font-weight: 500; line-height: 1.05; }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: clamp(16px, 1.6vw, 19px); }
.copy-mobile { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 780; }
.button.primary { background: var(--gold); color: var(--white); }
.button.secondary { border: 1px solid rgba(255,255,255,.48); color: var(--white); }
.hero-panel { position: absolute; z-index: 3; right: clamp(20px, 5vw, 76px); bottom: 48px; width: min(360px, calc(100% - 40px)); padding: 24px; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; background: rgba(47,45,42,.74); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-panel span { color: rgba(255,255,255,.68); font-size: 13px; }
.hero-panel strong { display: block; margin: 6px 0 10px; font-size: 22px; }
.hero-panel p { margin-bottom: 0; color: rgba(255,255,255,.76); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 152px; padding: 30px clamp(20px, 3vw, 36px); background: var(--white); }
.trust-strip strong { display: block; margin-bottom: 8px; color: var(--forest); font-size: 17px; }
.trust-strip span { color: var(--muted); font-size: 15px; }
.section { padding: clamp(64px, 7.5vw, 104px) clamp(20px, 5vw, 76px); }
.intro-grid, .section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(36px, 7vw, 92px); align-items: start; }
h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.4vw, 43px); font-weight: 500; line-height: 1.14; }
.intro-grid p, .section-heading p, .contact-copy p { color: var(--muted); font-size: 16px; }
.services { background: #e6ded6; }
.interdisciplinary { background: var(--paper); border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 40px; }
.section-heading.compact { grid-template-columns: minmax(0, 760px); }
.service-grid { display: grid; gap: 16px; }
.service-grid.two-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { min-height: 310px; padding: 26px; border: 1px solid rgba(23,33,29,.1); border-radius: 8px; background: var(--white); }
.pillar-card { min-height: 390px; padding: clamp(28px, 4vw, 42px); }
.service-icon { display: inline-flex; margin-bottom: 54px; color: var(--gold); font-size: 13px; font-weight: 900; }
.service-card h3, .step h3 { margin-bottom: 12px; font-size: 19px; line-height: 1.2; }
.service-card p, .step p { margin-bottom: 0; color: var(--muted); }
.service-list { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 22px; color: var(--muted); }
.service-list li::before { position: absolute; top: .72em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); content: ""; }
.process { background: #2f2d2a; color: var(--white); }
.process .section-kicker { color: #c5b5a6; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.step { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.step span { display: grid; width: 38px; height: 38px; margin-bottom: 24px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); color: #c5b5a6; font-weight: 900; }
.step p { color: rgba(255,255,255,.72); }
.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, .78fr); gap: clamp(32px, 6vw, 92px); padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 76px); background: #2f2d2a; color: var(--white); }
.contact h2 { max-width: 700px; }
.contact-copy p, .contact address, .contact a { color: rgba(255,255,255,.76); }
.contact address { margin-top: 34px; font-style: normal; }
.contact address strong { color: var(--white); }
.contact-form { display: grid; gap: 18px; padding: clamp(24px, 4vw, 36px); border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.form-head { display: grid; gap: 4px; padding-bottom: 4px; }
.form-head span { color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-head strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; line-height: 1.1; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; padding: 12px 14px; color: var(--ink); font: inherit; background: #fbfaf7; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(160, 141, 124, .32); border-color: var(--gold); }
textarea { resize: vertical; }
.privacy-check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; font-weight: 650; line-height: 1.4; }
.privacy-check input { width: 14px; height: 14px; min-height: auto; margin-top: 3px; padding: 0; }
button { min-height: 52px; border: 0; border-radius: 999px; background: var(--forest); color: var(--white); font: inherit; font-weight: 850; cursor: pointer; }
.form-note { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px clamp(20px, 5vw, 76px); border-top: 1px solid rgba(255,255,255,.1); background: #2f2d2a; color: rgba(255,255,255,.62); font-size: 14px; }
.footer a { color: inherit; }
.legal-page { background: var(--paper); }
.legal-main { width: min(820px, calc(100% - 56px)); margin: 0 auto; padding: clamp(42px, 6vw, 72px) 0; }
.legal-main h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.8vw, 52px); font-weight: 500; line-height: 1.1; }
.legal-lead { max-width: 720px; margin-bottom: 34px; color: var(--muted); font-size: 16px; }
.legal-section { padding: 22px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 10px; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 19px; font-weight: 850; line-height: 1.2; }
.legal-section p { max-width: 740px; margin-bottom: 12px; color: var(--muted); font-size: 15px; }
.legal-section a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.message-box { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.message-box h1 { margin-bottom: 16px; color: var(--ink); }
.message-box p { max-width: 680px; margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.message-box.error { border-top: 4px solid var(--clay); }
.message-box.success { border-top: 4px solid var(--gold); }
@media (max-width: 980px) {
  .site-header { position: absolute; }
  .nav-links { display: none; }
  .hero { min-height: 820px; padding-bottom: 250px; }
  .hero-panel { left: 20px; right: 20px; }
  .trust-strip, .timeline { grid-template-columns: repeat(2, 1fr); }
  .service-grid.two-pillars, .intro-grid, .section-heading, .contact { grid-template-columns: 1fr; }
  .contact { gap: 36px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 64px; padding: 12px 18px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .brand small, .header-cta { display: none; }
  .hero { min-height: auto; padding: 86px 20px 172px; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(47,45,42,.88) 0%, rgba(88,76,67,.66) 52%, rgba(47,45,42,.82) 100%);
  }
  h1 { font-size: 30px; line-height: 1.07; margin-bottom: 16px; }
  h2 { font-size: 28px; }
  .copy-desktop { display: none; }
  .copy-mobile { display: inline; }
  .hero-copy { max-width: 460px; margin-bottom: 20px; font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 44px; padding: 0 18px; font-size: 14px; }
  .hero-panel { bottom: 20px; left: 20px; right: 20px; padding: 16px; }
  .hero-panel span { font-size: 12px; }
  .hero-panel strong { font-size: 18px; }
  .hero-panel p { font-size: 13.5px; line-height: 1.5; }
  .section { padding: 52px 20px; }
  .intro-grid, .section-heading { gap: 22px; }
  .trust-strip, .service-grid, .timeline, .form-grid { grid-template-columns: 1fr; }
  .trust-strip div { min-height: auto; }
  .service-card { min-height: auto; padding: 24px 20px; }
  .service-icon { margin-bottom: 34px; }
  .service-list { margin-top: 20px; }
  .timeline { gap: 24px; }
  .step { padding-top: 18px; }
  .step span { margin-bottom: 16px; }
  .contact { padding: 54px 20px; }
  .contact address { margin-top: 24px; }
  .contact-form { padding: 22px 18px; gap: 15px; }
  input, select, textarea { min-height: 52px; font-size: 16px; }
  .form-head strong { font-size: 24px; }
  .footer { flex-direction: column; padding: 22px 20px; }
  .legal-main { width: min(100% - 36px, 820px); padding: 34px 0; }
}
@media (max-width: 390px) {
  .site-header { padding-left: 16px; padding-right: 16px; }
  .hero { padding: 82px 16px 166px; }
  h1 { font-size: 28px; }
  h2 { font-size: 26px; }
  .hero-copy { font-size: 14.5px; }
  .hero-panel { left: 16px; right: 16px; padding: 17px; }
  .section, .contact { padding-left: 16px; padding-right: 16px; }
  .contact-form { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 360px) {
  .brand strong { font-size: 15px; }
  .hero { padding-bottom: 176px; }
  h1 { font-size: 26px; }
  .hero-actions { gap: 10px; }
}
