:root {
  --navy: #053963;
  --navy-deep: #032845;
  --teal: #116062;
  --teal-soft: #dce9e5;
  --orange: #ed8738;
  --orange-light: #f5ae6f;
  --ink: #20323e;
  --muted: #61717b;
  --cream: #f5f3ed;
  --white: #ffffff;
  --border: #dfe6e8;
  --shadow: 0 20px 55px rgba(5, 57, 99, 0.11);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,230,232,.9); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; margin-right: auto; }
.brand-name { color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.46rem; font-weight: 700; letter-spacing: -.02em; }
.brand-subtitle { margin-top: 7px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 25px; font-size: .84rem; font-weight: 700; }
.desktop-nav a { padding: 10px 0; transition: color .2s; }
.desktop-nav a:hover { color: var(--orange); }
.language-switcher { display: flex; padding: 4px; background: var(--cream); border: 1px solid var(--border); border-radius: 999px; }
.language-switcher button { min-width: 39px; border: 0; padding: 7px 9px; color: var(--muted); background: transparent; border-radius: 999px; font-size: .7rem; font-weight: 800; cursor: pointer; }
.language-switcher button.active { color: white; background: var(--teal); box-shadow: 0 5px 14px rgba(17,96,98,.25); }

.hero { position: relative; min-height: 730px; overflow: hidden; display: flex; align-items: center; color: white; background: linear-gradient(130deg, var(--navy-deep), var(--navy) 65%, #0b5367); }
.hero-grid { position: relative; z-index: 2; min-height: 730px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; padding: 80px 0; }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f4c28f; }
.hero h1, .section h2, .language-band h2, .contact-card h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero h1 { max-width: 780px; font-size: clamp(3rem, 5.8vw, 5.55rem); line-height: .99; }
.hero-lead { max-width: 665px; margin-top: 28px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.hero-note { margin-top: 25px; color: #f2c28f; font-size: .84rem; font-weight: 700; letter-spacing: .035em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; padding: 13px 25px; border-radius: 999px; font-size: .89rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy-deep); }
.button-secondary { border: 1px solid rgba(255,255,255,.5); color: white; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.portrait-wrap { position: relative; align-self: end; height: 650px; }
.portrait { position: absolute; z-index: 2; right: -20px; bottom: 0; width: min(100%, 470px); height: 610px; object-fit: cover; object-position: 50% 18%; border-radius: 240px 240px 30px 30px; filter: saturate(.82) contrast(1.03); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.portrait-halo { position: absolute; right: -90px; top: 20px; width: 540px; height: 540px; border-radius: 50%; background: rgba(42,133,130,.34); border: 1px solid rgba(255,255,255,.13); }
.portrait-caption { position: absolute; z-index: 3; left: -22px; bottom: 44px; display: flex; flex-direction: column; min-width: 205px; padding: 18px 20px; background: rgba(255,255,255,.95); color: var(--navy); border-radius: 16px; box-shadow: var(--shadow); }
.portrait-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.portrait-caption span { margin-top: 4px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .09em; }
.hero-shape { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.hero-shape-one { width: 370px; height: 370px; left: -190px; bottom: -100px; background: rgba(237,135,56,.12); }
.hero-shape-two { width: 170px; height: 170px; left: 47%; top: 55px; background: rgba(255,255,255,.03); }

.section { padding: 112px 0; }
.section-soft { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: end; }
.section h2, .language-band h2 { max-width: 780px; color: var(--navy-deep); font-size: clamp(2.35rem, 4.5vw, 4.1rem); line-height: 1.05; }
.large-copy { color: var(--muted); font-size: 1.16rem; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 70px; }
.value-card { padding: 31px; border-top: 2px solid var(--orange); background: white; box-shadow: 0 12px 35px rgba(5,57,99,.07); }
.card-number, .service-index { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.value-card h3, .service-card h3, .process-step h3, .credential-card h3 { margin: 15px 0 11px; color: var(--navy-deep); font-size: 1.12rem; line-height: 1.35; }
.value-card p, .service-card p, .credential-card p { color: var(--muted); font-size: .94rem; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading p { max-width: 660px; margin-top: 22px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 270px; padding: 31px; background: white; border: 1px solid rgba(5,57,99,.08); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(5,57,99,.055); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card h3 { margin-top: 42px; font-size: 1.22rem; }
.section-dark { color: white; background: var(--navy-deep); }
.light-heading h2 { color: white; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-step { min-height: 240px; padding: 30px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.process-step:first-child { border-left: none; }
.process-step > span { display: grid; width: 43px; height: 43px; place-items: center; color: var(--navy-deep); background: var(--orange); border-radius: 50%; font-weight: 900; }
.process-step h3 { margin-top: 40px; color: white; }
.process-step p { color: rgba(255,255,255,.67); font-size: .93rem; }

.profile-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: center; }
.profile-image-panel { position: relative; height: 590px; overflow: hidden; background: var(--teal-soft); border-radius: 280px 280px 24px 24px; box-shadow: var(--shadow); }
.profile-image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 13%; filter: saturate(.78); }
.profile-copy p { margin-top: 22px; color: var(--muted); }
.profile-copy blockquote { margin-top: 34px; padding: 25px 0 25px 28px; color: var(--teal); border-left: 3px solid var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.55; }
.ministry-feature { display: grid; grid-template-columns: .38fr 1.62fr; gap: 42px; align-items: center; margin-bottom: 22px; padding: 42px; color: white; background: linear-gradient(125deg, var(--navy), var(--navy-deep)); border-radius: 24px; box-shadow: var(--shadow); }
.ministry-logo { display: grid; min-height: 190px; place-items: center; padding: 25px; background: white; border-radius: 18px; }
.ministry-logo img { width: 100%; max-width: 220px; }
.ministry-copy > span { color: var(--orange-light); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ministry-copy h3 { margin-top: 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1.15; }
.ministry-copy > p { margin-top: 18px; color: rgba(255,255,255,.78); }
.verification-code { display: flex; flex-direction: column; gap: 3px; margin-top: 22px; padding: 14px 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.verification-code small { color: var(--orange-light); font-weight: 800; }
.verification-code strong { font-size: .86rem; overflow-wrap: anywhere; }
.ministry-button { margin-top: 20px; color: var(--navy-deep); background: var(--orange); }
.credential-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.credential-card { display: flex; flex-direction: column; min-height: 365px; padding: 26px; background: white; border: 1px solid var(--border); border-radius: 20px; }
.credential-logo-wrap { height: 92px; display: flex; align-items: center; }
.credential-logo-wrap img { max-width: 150px; max-height: 80px; object-fit: contain; }
.credential-card > span { margin-top: 20px; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.credential-card a { margin-top: auto; padding-top: 22px; color: var(--teal); font-size: .79rem; font-weight: 800; }

.language-band { padding: 85px 0; color: white; background: var(--teal); }
.language-band-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.language-band h2 { color: white; }
.language-band ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.language-band li { padding: 15px 17px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; font-size: .88rem; font-weight: 700; }

.contact-section { background: white; }
.contact-card { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; color: white; background: linear-gradient(125deg, var(--navy), var(--navy-deep)); border-radius: 28px; box-shadow: var(--shadow); }
.contact-copy { padding: 64px; }
.contact-card h2 { color: white; font-size: clamp(2.2rem, 4vw, 3.75rem); line-height: 1.08; }
.contact-copy p { max-width: 680px; margin-top: 24px; color: rgba(255,255,255,.7); }
.contact-status { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 45px 28px; text-align: center; background: rgba(255,255,255,.07); border-left: 1px solid rgba(255,255,255,.12); }
.contact-status img { width: 72px; margin-bottom: 22px; border-radius: 50%; }
.contact-status strong { color: #f4c28f; font-size: 1.05rem; }
.contact-status span { margin-top: 8px; color: rgba(255,255,255,.67); font-size: .8rem; }

.site-footer { color: rgba(255,255,255,.72); background: #021e33; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 70px 0 50px; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-subtitle { color: rgba(255,255,255,.5); }
.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; font-size: .82rem; }
.footer-links > span { color: white; font-weight: 800; margin-bottom: 5px; }
.footer-links a:hover { color: var(--orange-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 90px 0 0; }
  .portrait-wrap { width: min(100%, 540px); height: 600px; justify-self: center; }
  .portrait { right: 25px; }
  .portrait-halo { right: -20px; }
  .split-heading, .profile-grid, .language-band-grid { grid-template-columns: 1fr; gap: 44px; }
  .value-grid, .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid, .credential-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(3) { border-left: none; border-top: 1px solid rgba(255,255,255,.16); }
  .process-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .profile-image-panel { max-width: 520px; }
  .contact-card { grid-template-columns: 1fr; }
  .ministry-feature { grid-template-columns: 1fr; }
  .ministry-logo { min-height: 130px; }
  .contact-status { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; gap: 10px; }
  .brand-name { font-size: 1.18rem; }
  .brand-subtitle { display: none; }
  .language-switcher button { min-width: 34px; padding: 6px; }
  .hero-grid { gap: 25px; padding-top: 72px; }
  .hero h1 { font-size: clamp(2.72rem, 13vw, 4.1rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .portrait-wrap { height: 475px; }
  .portrait { right: 0; width: 100%; height: 450px; border-radius: 210px 210px 24px 24px; }
  .portrait-halo { width: 410px; height: 410px; right: -90px; }
  .portrait-caption { left: 12px; bottom: 22px; }
  .section { padding: 80px 0; }
  .value-grid, .service-grid, .process-grid, .credential-grid, .language-band ul { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .process-step { border-left: none; border-top: 1px solid rgba(255,255,255,.16); }
  .process-step:first-child { border-top: 0; }
  .profile-image-panel { height: 470px; }
  .credential-card { min-height: 320px; }
  .ministry-feature { padding: 28px; }
  .contact-copy { padding: 44px 28px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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