:root {
  --forest: #07513d;
  --forest-dark: #06392e;
  --lime: #aed225;
  --ink: #13231e;
  --muted: #64716c;
  --paper: #f7f6f1;
  --warm: #e9e6dd;
  --line: #d9ded9;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.02; }
h2 { font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 500; }
h2 em, h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.section { max-width: 1320px; margin: auto; padding: 120px 54px; }
.eyebrow { color: var(--forest); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d4e9ad; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 78px; display: flex; align-items: center; gap: 36px; padding: 10px 4vw; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,81,61,.12); backdrop-filter: blur(14px); }
.brand { margin-right: auto; }
.brand img { width: 192px; height: 56px; object-fit: contain; object-position: left center; }
nav { display: flex; gap: 28px; font-size: .9rem; font-weight: 600; }
nav a:hover, .footer-links a:hover { color: var(--forest); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; background: var(--lime); color: var(--forest-dark); font-weight: 700; border-radius: 2px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #bee235; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .86rem; }
.hero { position: relative; min-height: 830px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--forest-dark); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,39,30,.92) 0%, rgba(3,39,30,.62) 52%, rgba(3,39,30,.15) 100%), linear-gradient(0deg, rgba(3,39,30,.45), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(820px, 90vw); padding: 160px 6vw 82px; }
.hero h1 { margin: 18px 0 28px; font-size: clamp(3.7rem, 7.7vw, 7.8rem); font-weight: 500; }
.hero h1 em { display: inline-block; }
.hero-copy { max-width: 660px; color: #edf3f0; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }
.text-link span { margin-left: 8px; }
.credentials { display: flex; gap: 0; margin-top: 64px; border-top: 1px solid rgba(255,255,255,.3); }
.credentials span { padding: 14px 26px 0 0; margin-right: 26px; color: #edf3f0; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,.25); }
.credentials span:last-child { border-right: 0; }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.intro h2 { margin-bottom: 0; }
.intro h2 em { color: var(--forest); }
.intro-copy { font-size: 1.12rem; }
.result { margin-top: 30px; padding-left: 22px; color: var(--forest); font-weight: 700; border-left: 4px solid var(--lime); }
.support-strip { display: grid; grid-template-columns: repeat(6,1fr); max-width: 1500px; margin: auto; background: var(--forest); color: white; }
.support-strip div { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; font-size: .9rem; font-weight: 700; border-right: 1px solid rgba(255,255,255,.15); }
.support-strip span { color: var(--lime); font-size: .72rem; letter-spacing: .12em; }
.services { padding-top: 140px; }
.section-heading { max-width: 930px; margin-bottom: 68px; }
.section-heading.compact { max-width: 720px; }
.section-heading h2 em { color: var(--forest); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; padding: 34px; background: rgba(255,255,255,.7); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .2s ease; }
.service-card:hover { background: white; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(19,35,30,.08); }
.card-number { display: block; margin-bottom: 48px; color: var(--forest); font-size: .75rem; font-weight: 700; letter-spacing: .15em; }
.service-card h3 { font-size: 1.22rem; line-height: 1.25; }
.service-card p, .benefit-grid p { color: var(--muted); font-size: .93rem; }
.about { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 790px; color: white; background: var(--forest-dark); }
.portrait-wrap { position: relative; overflow: hidden; }
.portrait-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,39,30,.8), transparent 42%); }
.portrait-label { position: absolute; z-index: 2; left: 44px; bottom: 36px; display: flex; flex-direction: column; }
.portrait-label span { color: #d9e4df; font-size: .85rem; }
.about-copy { align-self: center; max-width: 760px; padding: 80px 7vw; }
.about-copy h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); }
.about-copy > p:not(.eyebrow) { max-width: 700px; color: #dce7e3; }
.principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.principles span { padding: 8px 13px; color: #e6efbd; font-size: .78rem; border: 1px solid rgba(174,210,37,.45); }
.why { padding-top: 140px; }
.benefit-grid { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); }
.benefit-grid article { grid-column: span 2; padding: 30px 30px 40px 0; border-bottom: 1px solid var(--line); }
.benefit-grid article:nth-child(4), .benefit-grid article:nth-child(5) { grid-column: span 3; }
.benefit-grid span { color: var(--lime); font-size: .72rem; font-weight: 700; }
.benefit-grid h3 { margin: 34px 0 12px; font-size: 1.2rem; }
.process { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 950px; background: #102e25; color: white; }
.process-image { min-height: 650px; overflow: hidden; }
.process-image img { width: 100%; height: 100%; object-fit: cover; }
.process-content { padding: 100px 7vw; }
.process-content h2 { max-width: 780px; }
.process ol { list-style: none; padding: 0; margin: 58px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.process li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process li > span { color: var(--lime); font-size: .76rem; }
.process li h3 { margin-bottom: 4px; font-size: 1.05rem; }
.process li p { margin: 0; color: #cbdad4; font-size: .91rem; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
.faq details { border-top: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--forest); border: 1px solid var(--forest); border-radius: 50%; transition: .2s; }
.faq details[open] summary span { transform: rotate(45deg); background: var(--forest); color: white; }
.faq details p { padding: 0 46px 24px 0; color: var(--muted); }
.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding: 120px max(6vw, 40px); color: white; background: var(--forest); }
.contact h2 { font-size: clamp(3.2rem, 6vw, 6.4rem); }
.contact-copy > p:not(.eyebrow) { max-width: 720px; color: #d9e7e1; }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; padding: 44px; background: var(--white); color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.contact-card > p { color: var(--forest); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 4px; font-size: 1.8rem; }
.contact-card > span { margin-bottom: 34px; color: var(--muted); font-size: .88rem; }
.contact-card a { width: 100%; padding: 16px 0; color: var(--forest); font-size: 1.08rem; font-weight: 700; border-top: 1px solid var(--line); }
.contact-card small { margin-top: 20px; color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; padding: 60px 6vw 28px; background: white; border-top: 1px solid var(--line); }
.footer-brand img { width: 210px; height: 80px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 430px; color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; gap: 24px; font-size: .85rem; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin-top: 30px; padding-top: 22px; color: var(--muted); font-size: .78rem; border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { min-height: 760px; }
  .intro, .contact { grid-template-columns: 1fr; }
  .support-strip { grid-template-columns: repeat(3,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .about, .process { grid-template-columns: 1fr 1.25fr; }
  .faq-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 8px 20px; }
  .brand img { width: 158px; height: 48px; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: .76rem; }
  .section { padding: 82px 22px; }
  .hero { min-height: 790px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,39,30,.9), rgba(3,39,30,.48)), linear-gradient(0deg, rgba(3,39,30,.62), transparent); }
  .hero-content { width: 100%; padding: 130px 22px 46px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .credentials { flex-wrap: wrap; margin-top: 46px; }
  .credentials span { margin-bottom: 8px; }
  .intro { gap: 40px; }
  .support-strip { grid-template-columns: repeat(2,1fr); }
  .support-strip div { min-height: 112px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .card-number { margin-bottom: 34px; }
  .about, .process { grid-template-columns: 1fr; }
  .portrait-wrap { min-height: 570px; }
  .about-copy, .process-content { padding: 76px 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(4), .benefit-grid article:nth-child(5) { grid-column: span 1; padding-right: 0; }
  .process-image { min-height: 520px; max-height: 650px; }
  .contact { padding: 84px 22px; }
  .contact-card { padding: 30px 24px; }
  footer { grid-template-columns: 1fr; padding: 44px 22px 24px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.legal-page { min-height: 100vh; padding: 140px max(22px, 6vw) 90px; background: var(--paper); }
.legal-shell { max-width: 960px; margin: auto; }
.legal-shell h1 { margin-bottom: 50px; color: var(--forest); font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 500; }
.legal-shell h2 { margin: 48px 0 14px; color: var(--ink); font-size: 1.55rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.legal-shell h3 { margin: 28px 0 8px; font-size: 1.05rem; }
.legal-shell p, .legal-shell li { color: #4f5d58; }
.legal-shell a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.legal-shell ul { padding-left: 22px; }
.legal-note { padding: 20px 24px; background: #edf1e2; border-left: 4px solid var(--lime); }
.legal-back { display: inline-flex; margin-bottom: 30px; color: var(--forest); font-weight: 700; }
