:root {
  --ink: #121212;
  --muted: #686868;
  --line: #e8e8e8;
  --soft: #f7f7f5;
  --gold: #ffc334;
  --gold-dark: #e5a800;
  --paper: #fff;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.site-nav { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand img { width: 158px; height: 57px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-links a { position: relative; color: #4b4b4b; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .nav-links a.active { color: #000; }
.service-dropdown { position: relative; }
.service-dropdown > a { display: flex; align-items: center; gap: 5px; padding: 27px 0; }
.service-dropdown > a::after { content: "⌄"; }
.service-dropdown-menu { display: none; position: absolute; top: 65px; left: -18px; width: 320px; grid-template-columns: 1fr 1fr; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.service-dropdown:hover .service-dropdown-menu, .service-dropdown:focus-within .service-dropdown-menu { display: grid; }
.service-dropdown-menu a { padding: 9px 10px; border-radius: 8px; font-size: 13px; }
.service-dropdown-menu a:hover { background: #fff8e5; }
.service-dropdown-menu .commercial-menu-link { grid-column: 1 / -1; border-top: 1px solid var(--line); color: #8b6400; }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 4px;
  background: var(--gold);
}
.nav-cta {
  padding: 11px 17px;
  border-radius: 11px;
  background: var(--ink);
  color: #fff !important;
}
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; cursor: pointer; }

.page-hero { padding: 82px 0 70px; overflow: hidden; background: var(--soft); }
.page-hero .container { position: relative; }
.page-hero .container::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 1%;
  top: -120px;
  width: 300px;
  height: 300px;
  border: 80px solid rgba(255, 195, 52, .18);
  border-radius: 50%;
}
.kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: #9b7000; font-size: 13px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.kicker::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--gold); }
.page-hero h1 { max-width: 760px; position: relative; z-index: 1; font: 800 clamp(42px, 6vw, 72px)/1.05 "Manrope", sans-serif; letter-spacing: -3px; }
.page-hero p { max-width: 680px; position: relative; z-index: 1; margin-top: 22px; color: var(--muted); font-size: 18px; }
.company-label { display: inline-block; position: relative; z-index: 1; margin-top: 25px; padding: 9px 13px; border: 1px solid #dedede; border-radius: 9px; background: #fff; color: #4d4d4d; font-size: 13px; font-weight: 700; }

.section { padding: 76px 0; }
.section.alt { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { font: 800 clamp(30px, 4vw, 44px)/1.14 "Manrope", sans-serif; letter-spacing: -1.7px; }
.section-heading p { margin-top: 13px; color: var(--muted); font-size: 17px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .25s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 25px; border-radius: 17px; background: #fff3cf; color: #8b6400; font-size: 25px; }
.card h3 { margin-bottom: 9px; font: 800 20px/1.3 "Manrope", sans-serif; }
.card p { color: var(--muted); }
.card ul { margin: 16px 0 0 19px; color: var(--muted); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-panel { min-height: 430px; display: flex; flex-direction: column; justify-content: end; padding: 42px; border-radius: 30px; background: #151515; color: #fff; }
.story-mark { margin-bottom: auto; color: var(--gold); font: 800 90px/1 "Manrope"; }
.story-panel h2 { font: 800 35px/1.2 "Manrope"; }
.story-panel p { margin-top: 14px; color: #bdbdbd; }
.prose h2 { margin: 29px 0 10px; font: 800 28px/1.25 "Manrope"; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 23px 0 8px; font: 800 19px/1.3 "Manrope"; }
.prose p, .prose li { color: #555; }
.prose p + p { margin-top: 13px; }
.prose ul, .prose ol { margin: 12px 0 18px 22px; }
.prose a { color: #8b6400; font-weight: 700; text-decoration: underline; }

.leadership-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.leadership-card:hover { box-shadow: none; }
.leader-visual { height: 430px; display: grid; place-items: center; overflow: hidden; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #d7e0ed; }
.leader-photo { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.leader-photo-blend { mix-blend-mode: multiply; }
.leader-initials { display: grid; place-items: center; width: 92px; height: 92px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font: 800 27px "Manrope"; }
.leader-name-tile { margin-top: 12px; padding: 20px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 12px 30px rgba(0, 0, 0, .05); }
.leader-name-tile h3 { margin-bottom: 6px; color: var(--ink); }
.leader-role { display: block; color: #9b7000; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value { padding: 31px 24px; background: #fff; border-right: 1px solid var(--line); }
.value:last-child { border: 0; }
.value strong { display: block; margin-bottom: 7px; font: 800 18px "Manrope"; }
.value span { color: var(--muted); font-size: 14px; }

.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 55px; align-items: start; }
.legal-nav { position: sticky; top: 105px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.legal-nav strong { display: block; margin-bottom: 12px; font-family: "Manrope"; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: 14px; }
.legal-nav a:hover { color: #000; }
.legal-date { margin-bottom: 25px; padding: 13px 16px; border-left: 4px solid var(--gold); background: #fff8e5; color: #5d4a17; }

.cta { padding: 70px 0; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 45px; border-radius: 28px; background: #171717; color: #fff; }
.cta-box h2 { font: 800 clamp(28px, 4vw, 42px)/1.18 "Manrope"; }
.cta-box p { max-width: 600px; margin-top: 10px; color: #b8b8b8; }
.button { display: inline-block; flex: none; padding: 13px 20px; border-radius: 11px; background: var(--gold); color: #181818; font-weight: 800; }

.site-footer { padding: 54px 0 28px; background: #111; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 170px; height: 61px; padding: 5px 8px; border-radius: 9px; background: #fff; object-fit: contain; }
.footer-brand p { max-width: 340px; margin-top: 18px; color: #aaa; }
.footer-col h3 { margin-bottom: 14px; font: 800 15px "Manrope"; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: #aaa; font-size: 14px; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid #303030; color: #888; font-size: 13px; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .service-dropdown > a { padding: 0; }
  .service-dropdown-menu { display: grid; position: static; width: 100%; margin-top: 12px; box-shadow: none; }
  .nav-links a.active::after { display: none; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr 1fr; }
  .value:nth-child(2) { border-right: 0; }
  .value:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1120px); }
  .site-nav { min-height: 68px; }
  .brand img { width: 135px; height: 49px; }
  .nav-links { top: 68px; }
  .page-hero { padding: 58px 0 52px; }
  .page-hero h1 { font-size: 42px; letter-spacing: -2px; }
  .section { padding: 55px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .value { border-right: 0; border-bottom: 1px solid var(--line); }
  .value:last-child { border-bottom: 0; }
  .story-panel { min-height: 370px; padding: 29px; }
  .cta-box { align-items: start; flex-direction: column; padding: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
}
