:root {
  --color-primary: #0140A2;
  --color-primary-medium: #0159B3;
  --color-primary-light: #0072B1;
  --color-primary-dark: #002369;
  --color-secondary: #009618;
  --color-secondary-light: #00B929;
  --color-secondary-dark: #007A13;
  --color-background: #FFFFFF;
  --color-surface: #F7F9FC;
  --color-text: #111827;
  --color-text-muted: #5F6B7A;
  --color-border: #E5E7EB;
  --gradient-blue: linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary-medium) 45%, var(--color-primary) 75%, var(--color-primary-dark) 100%);
  --gradient-green: linear-gradient(90deg, var(--color-secondary-dark) 0%, var(--color-secondary) 55%, var(--color-secondary-light) 100%);
  --container: 1200px;
  --header-height: 88px;
  --radius: 18px;
  --shadow-soft: 0 18px 55px rgba(0, 35, 105, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: hidden; color: var(--color-text); background: var(--color-background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
h1, h2, h3 { font-family: "Poppins", Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 800; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-secondary-light); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--color-primary-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); color: white; background: transparent; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.menu-active { height: var(--header-height); background: rgba(0, 35, 105, .96); box-shadow: 0 8px 24px rgba(0, 35, 105, .2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.header-inner { display: flex; height: 100%; padding: 0; align-items: center; justify-content: space-between; }
.brand { width: 205px; line-height: 0; transition: opacity .2s ease; }
.brand:hover { opacity: .86; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; gap: 34px; align-items: center; }
.main-nav a { position: relative; color: white; font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.main-nav a::after { position: absolute; content: ""; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--color-secondary-light); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 800px; padding-top: var(--header-height); overflow: hidden; color: white; background: var(--gradient-blue); isolation: isolate; }
.hero::before { position: absolute; content: ""; width: 640px; aspect-ratio: 1; top: -340px; left: -250px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 150px rgba(255,255,255,.025); }
.hero-grid { display: grid; min-height: 660px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 40px; }
.hero-content { position: relative; z-index: 3; padding: 30px 0 190px; }
.eyebrow { margin: 0 0 18px; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 32px; height: 3px; margin: 0 12px 3px 0; content: ""; background: var(--color-secondary-light); border-radius: 4px; }
.eyebrow-dark { color: var(--color-primary); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.8rem, 4.7vw, 4.8rem); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.hero-intro { max-width: 580px; margin: 28px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.button-primary { color: white; background: var(--gradient-green); box-shadow: 0 12px 30px rgba(0,122,19,.28); }
.button:hover { filter: brightness(1.08); transform: translateY(-2px); }
.hero-portrait { position: relative; align-self: end; height: 610px; z-index: 2; }
.hero-portrait img { position: absolute; z-index: 2; right: -20px; bottom: -105px; width: min(100%, 540px); height: auto; filter: drop-shadow(0 26px 28px rgba(0,24,70,.25)); }
.portrait-glow { position: absolute; right: 5%; bottom: 10%; width: 90%; aspect-ratio: 1; background: radial-gradient(circle, rgba(0,185,41,.42), transparent 68%); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-wave { position: absolute; z-index: 4; right: 0; bottom: -1px; left: 0; height: 170px; line-height: 0; }
.hero-wave svg { width: 100%; height: 100%; }
.wave-green { fill: var(--color-secondary); opacity: .95; }
.wave-light { fill: var(--color-primary-light); }
.wave-white { fill: var(--color-background); }

.section { padding: clamp(80px, 9vw, 130px) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .about h2, .contact h2 { margin: 0; color: var(--color-primary-dark); font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p { max-width: 490px; margin: 0; color: var(--color-text-muted); }
.text-link { color: var(--color-primary); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--color-secondary-dark); }

.highlight { position: relative; overflow: hidden; padding: 78px 0; color: white; background: var(--color-primary-dark); }
.highlight::after { position: absolute; content: ""; width: 520px; height: 520px; right: -210px; top: -310px; border: 70px solid rgba(0,185,41,.12); border-radius: 50%; }
.highlight-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 130px 1fr 190px; align-items: center; gap: 50px; }
.highlight-mark { position: relative; width: 120px; height: 120px; }
.highlight-mark span { position: absolute; inset: 0; border: 2px solid var(--color-secondary-light); border-radius: 50%; }
.highlight-mark span:nth-child(2) { inset: 20px; border-color: var(--color-primary-light); }
.highlight-mark span:nth-child(3) { inset: 40px; background: var(--color-secondary); border: 0; }
.highlight-copy h2 { max-width: 750px; margin: 0 0 12px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.04em; overflow-wrap: anywhere; }
.highlight-copy > p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.highlight-inner > img { width: 175px; justify-self: end; filter: drop-shadow(0 16px 28px rgba(0,0,0,.25)); }

.about { background: var(--color-surface); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.about-photo { position: relative; height: 640px; overflow: hidden; background: linear-gradient(145deg, #eaf1f8, #fff); border-radius: 46% 46% 18px 18px; box-shadow: var(--shadow-soft); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }
.about-accent { position: absolute; right: -10%; bottom: -9%; width: 56%; aspect-ratio: 1; background: var(--gradient-green); border: 18px solid rgba(255,255,255,.82); border-radius: 50%; }
.about-content { max-width: 600px; }
.green-line { width: 80px; height: 5px; margin: 28px 0; background: var(--gradient-green); border-radius: 99px; }
.about-content p { color: var(--color-text-muted); }
.about-lead { font-size: 1.15rem; font-weight: 650; }
.text-link { display: inline-block; margin-top: 14px; }

.contact { color: var(--color-text); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px 100px; }
.contact-copy p:last-child { max-width: 480px; color: var(--color-text-muted); }
.contact-list { border-top: 1px solid var(--color-border); }
.contact-list a, .contact-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; text-decoration: none; border-bottom: 1px solid var(--color-border); }
.contact-list span { color: var(--color-text-muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { color: var(--color-primary-dark); font-family: "Poppins", Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.05rem; font-weight: 800; overflow-wrap: anywhere; text-align: right; }
.contact-list a:hover strong { color: var(--color-secondary-dark); }
.social-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { padding: 12px 18px; color: var(--color-primary-dark); font-weight: 750; text-decoration: none; background: var(--color-surface); border-radius: 99px; }
.social-links a:hover { color: white; background: var(--color-primary); }

.site-footer { position: relative; overflow: hidden; padding: 90px 0 38px; color: white; background: var(--color-primary-dark); }
.footer-wave { position: absolute; height: 40px; top: 0; right: -2%; left: -2%; background: var(--gradient-green); border-radius: 0 0 50% 50%; }
.footer-wave::after { position: absolute; content: ""; inset: 12px 0 0; background: var(--color-primary-light); border-radius: 0 0 50% 50%; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.footer-inner img { width: 220px; height: auto; }
.footer-inner div { text-align: right; }
.footer-inner a { font-weight: 750; text-decoration: none; }
.footer-inner p { margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: .82rem; }
.footer-legal { max-width: 650px; }
.footer-legal p { margin-top: 6px; }
.footer-legal p:first-child { color: rgba(255,255,255,.86); }
.footer-legal strong { font-weight: 750; }
.footer-legal .legal-number { color: white; font-family: "Poppins", Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .02em; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; }
  .hero-portrait img { right: -75px; max-width: 500px; }
  .highlight-inner { grid-template-columns: 90px 1fr 150px; gap: 28px; }
  .about-photo { height: 560px; }
}

@media (max-width: 768px) {
  :root { --header-height: 74px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { height: 100%; padding: 0; }
  .site-header.scrolled, .site-header.menu-active { height: var(--header-height); }
  .brand { width: 168px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 74px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 26px; background: var(--color-primary-dark); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 4px solid var(--color-secondary); box-shadow: 0 20px 30px rgba(0,20,70,.28); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; }
  .hero-grid { display: flex; min-height: 850px; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-content { padding: 76px 0 20px; text-align: center; }
  .hero-content .eyebrow::before { display: none; }
  .hero h1 { margin-inline: auto; font-size: clamp(2.7rem, 11vw, 4.6rem); }
  .hero-intro { margin-inline: auto; }
  .hero-portrait { width: min(100%, 430px); height: 380px; margin: 18px auto 0; }
  .hero-portrait img { right: 50%; bottom: -120px; width: 400px; max-width: none; transform: translateX(50%); }
  .portrait-glow { right: 5%; bottom: 0; }
  .hero-wave { height: 105px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .highlight-inner { grid-template-columns: 70px 1fr; }
  .highlight-inner > img { display: none; }
  .highlight-mark { width: 70px; height: 70px; }
  .highlight-mark span:nth-child(2) { inset: 13px; }
  .highlight-mark span:nth-child(3) { inset: 26px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { width: min(100%, 520px); height: auto; aspect-ratio: 898 / 1252; margin-inline: auto; }
  .about-photo img { object-fit: contain; object-position: center top; }
  .about-content { max-width: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .social-links { grid-column: auto; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 150px; }
  .hero-grid { min-height: 810px; }
  .hero-content { padding-top: 54px; }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .hero-intro { margin: 20px 0 25px; }
  .hero-portrait { height: 345px; margin-top: 20px; }
  .hero-portrait img { width: 350px; bottom: -95px; }
  .hero-wave { height: 80px; }
  .section { padding: 74px 0; }
  .section-heading h2, .about h2, .contact h2 { font-size: 2.6rem; overflow-wrap: anywhere; }
  .highlight { padding: 65px 0; }
  .highlight-inner { display: block; }
  .highlight-mark { margin-bottom: 28px; }
  .highlight-copy h2 { font-size: 2.2rem; }
  .about-photo { height: auto; aspect-ratio: 898 / 1252; border-radius: 44% 44% 16px 16px; }
  .contact-list a, .contact-list > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-list strong { text-align: left; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner div { text-align: left; }
}

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