:root {
  --ink: #0c1116;
  --navy: #0b1d29;
  --slate: #3c4957;
  --red: #d83b2f;
  --blue: #235af3;
  --paper: #fff;
  --mist: #f1f2f3;
  --muted: #626b73;
  --line: #d7dadd;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 22px 58px rgba(14, 25, 34, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #5d82ff; outline-offset: 4px; }

.site-header { position: relative; z-index: 20; background: #fff; }
.contact-bar { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.logo { width: 285px; }
.logo img { width: 100%; height: auto; }
.header-contact { display: flex; align-items: center; gap: 34px; font-size: .92rem; font-weight: 700; }
.pill { display: inline-flex; min-height: 42px; align-items: center; border-radius: 999px; padding: 8px 28px; color: #fff; background: var(--blue); transition: background .2s ease, transform .2s ease; }
.pill:hover { background: #1643c5; transform: translateY(-2px); }
.primary-nav { border-top: 1px solid #e6e8ea; }
.nav-links { display: flex; min-height: 58px; align-items: center; justify-content: flex-end; gap: 38px; }
.nav-links a { font-weight: 800; transition: color .2s ease; }
.nav-links a:hover { color: var(--red); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 735px; color: #fff; background: linear-gradient(90deg, rgba(4,18,27,.97) 0%, rgba(6,24,35,.82) 48%, rgba(6,24,35,.42) 100%), url('/assets/hero.webp') center / cover no-repeat; }
.hero-inner { display: flex; min-height: 735px; flex-direction: column; justify-content: space-between; padding-top: 105px; }
.hero-copy { max-width: 650px; }
.kicker { margin: 0 0 10px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker--light { color: #ff776c; }
.hero h1 { max-width: 630px; margin: 0; font-size: clamp(3rem, 5.7vw, 5.35rem); line-height: 1.04; letter-spacing: -.055em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; margin-top: 34px; padding: 13px 28px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { color: #fff; background: var(--red); }
.button--red:hover { background: #b72d23; }
.hero-services { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.35); background: rgba(3,13,20,.7); backdrop-filter: blur(3px); }
.hero-service { display: grid; min-height: 168px; grid-template-columns: 52px 1fr; gap: 10px; padding: 30px 30px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-service:last-child { border-right: 0; }
.hero-service > span { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; color: #fff; background: var(--red); font-size: .75rem; font-weight: 900; }
.hero-service h2 { margin: 0 0 6px; font-size: 1rem; text-transform: uppercase; }
.hero-service p { margin: 0; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.45; }

.section { padding: 112px 0; }
.section--slate { color: #fff; background: var(--slate); }
.section--ink { color: #fff; background: var(--ink); }
.section-title { position: relative; margin: 0 0 30px; font-size: clamp(2.2rem,4.8vw,3.75rem); line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
.section-title::after { content: ""; display: block; width: 120px; height: 3px; margin-top: 17px; background: var(--red); }
.section-title--light { color: #fff; }
.about-grid, .split-grid, .vision-grid, .target-grid, .director-grid, .market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,7vw,105px); align-items: center; }
.about-media { position: relative; align-self: stretch; }
.about-media img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.media-caption { position: absolute; right: -55px; bottom: 50px; width: min(88%,470px); padding: 30px 34px; background: #fff; box-shadow: var(--shadow); font-size: 1.3rem; font-weight: 900; text-transform: uppercase; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 1.06rem; }
.about-points { display: flex; margin: 28px 0 35px; flex-wrap: wrap; gap: 12px 20px; font-size: .88rem; font-weight: 800; }
.about-points span::before { content: "→"; display: inline-flex; width: 22px; height: 22px; margin-right: 7px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--red); }
.founder-note { padding: 28px 30px; border-left: 4px solid var(--red); background: var(--mist); }
.founder-note h3 { margin: 0; }
.founder-note strong { color: var(--red); font-size: .88rem; }
.founder-note p { margin: 12px 0 0; color: var(--muted); }

.what-we-do { background: #fff; }
.split-grid > div > p:not(.kicker) { color: var(--muted); }
.split-image { width: 100%; max-height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.service-list { display: grid; margin-top: 30px; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.service-list article { display: grid; grid-template-columns: 30px 1fr; gap: 10px; }
.service-list article:last-child { grid-column: 1 / -1; }
.service-list span { color: var(--red); font-size: 1.4rem; font-weight: 900; }
.service-list h3, .vision-point h3 { margin: 0 0 5px; font-size: 1rem; }
.service-list p, .vision-point p { margin: 0; color: var(--muted); }

.vision-grid { align-items: start; }
.vision-grid > div > p:not(.kicker) { color: rgba(255,255,255,.72); }
.vision-grid img { width: 100%; max-height: 370px; object-fit: cover; }
.vision-point { display: grid; margin-top: 42px; grid-template-columns: 38px 1fr; gap: 15px; }
.vision-point > span { color: #43c4e9; font-size: 2rem; line-height: 1; }
.vision-point p { color: rgba(255,255,255,.7); }

.goals { background: #fff; }
.goals-grid { display: grid; grid-template-columns: 1.05fr repeat(3,1fr); gap: 28px; align-items: stretch; }
.goals-grid > div { padding-right: 18px; }
.info-card { position: relative; min-height: 250px; padding: 32px 28px; background: var(--mist); transition: transform .25s ease, box-shadow .25s ease; }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.info-card span { color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.info-card h3 { margin: 20px 0 12px; font-size: 1.2rem; }
.info-card p { margin: 0; color: var(--muted); }

.target-grid { align-items: center; }
.target-grid > div > p:not(.kicker) { color: rgba(255,255,255,.76); font-weight: 700; }
.target-cards { display: grid; margin-top: 35px; grid-template-columns: 1fr 1fr; gap: 20px; }
.target-card { padding: 28px 25px; border: 1px solid rgba(255,255,255,.3); text-align: center; }
.target-card--red { border-color: var(--red); background: var(--red); }
.target-card h3 { margin: 0 0 12px; }
.target-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .91rem; }
.map { width: 100%; }

.services { background: var(--mist); }
.center-heading { max-width: 790px; margin: 0 auto 62px; text-align: center; }
.center-heading .section-title::after { margin-inline: auto; }
.center-heading > p:last-child { margin: 0; color: var(--muted); }
.service-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.service-card { min-height: 290px; padding: 32px 28px; background: #fff; box-shadow: 0 12px 35px rgba(15,28,37,.07); }
.service-card > span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px dashed var(--red); color: var(--red); font-size: .75rem; font-weight: 900; }
.service-card h3 { margin: 24px 0 12px; font-size: 1.2rem; }
.service-card p { margin: 0; color: var(--muted); }

.director { background: #fff; }
.director-grid { grid-template-columns: 1.1fr .9fr; }
.director-grid > div > p:not(.kicker) { color: var(--muted); }
blockquote { margin: 38px 0 0; padding: 28px 30px; color: #fff; background: #bc8b00; font-style: italic; }
blockquote strong { display: block; margin-bottom: 8px; font-style: normal; }
.director-image { width: 100%; max-height: 600px; object-fit: cover; }

.staff { background: #fff; }
.staff-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.staff-card { text-align: center; }
.staff-card img { width: 100%; height: 300px; object-fit: contain; object-position: bottom; background: #fff; }
.staff-card h3 { margin: 20px 0 6px; font-size: 1.03rem; }
.staff-card em { display: block; min-height: 52px; color: var(--muted); font-size: .9rem; }
.staff-card p { margin: 16px 0 0; color: var(--muted); font-size: .92rem; }

.steps { background: var(--mist); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.step { min-height: 205px; padding: 28px 28px; background: #fff; }
.step b { color: var(--red); font-size: .75rem; letter-spacing: .16em; }
.step h3 { margin: 16px 0 10px; }
.step p { margin: 0; color: var(--muted); }

.development-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 70px; align-items: center; }
.development-grid > div > p:not(.kicker), .development-grid article p { color: rgba(255,255,255,.72); }
.development-grid img { width: 100%; max-height: 270px; object-fit: cover; }
.development-grid h3 { margin: 0 0 9px; }
.development-grid article p { margin: 0; }

.quality { background: #fff; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 80px; align-items: center; }
.quality-grid > img { width: 100%; max-height: 560px; object-fit: cover; }
.quality-copy > p:not(.kicker) { color: var(--muted); }
.quality-copy h3 { margin: 30px 0 5px; font-size: 1.08rem; }
.quality-copy h3 + p { margin-top: 0 !important; }

.market-grid > div > p:not(.kicker), .market-grid > div > h3 + p { color: rgba(255,255,255,.72); }
.market-grid h3 { margin: 28px 0 4px; }
.market-grid img { width: 100%; max-height: 420px; object-fit: cover; }
.new-area { background: #fff; }
.two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.two-cards article { padding: 35px 38px; border: 1px solid var(--line); }
.two-cards h3 { margin: 0 0 10px; }
.two-cards p { margin: 0; color: var(--muted); }

.investment { background: var(--mist); }
.investment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

.contact { color: #fff; background: #4c4c4c; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact h2 { margin: 0; font-size: clamp(2.5rem,5vw,4.3rem); line-height: 1.05; text-transform: uppercase; }
.contact-grid > div > p:not(.kicker) { max-width: 450px; color: rgba(255,255,255,.67); }
.contact-details h2 { font-size: 2rem; text-transform: none; }
.contact-details dl { margin: 30px 0; }
.contact-details dl div { display: grid; grid-template-columns: 100px 1fr; margin-bottom: 10px; }
.contact-details dt { color: rgba(255,255,255,.54); }
.contact-details dd { margin: 0; font-weight: 800; }
.contact-details address { display: flex; margin-top: 23px; flex-direction: column; color: rgba(255,255,255,.8); font-style: normal; }
.contact-details address strong { color: #fff; }
.footer { color: #fff; background: #111; }
.footer > div { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.footer p { margin: 0; }
.footer a { font-weight: 800; }

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

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px,760px); }
  .section { padding: 86px 0; }
  .header-contact { display: none; }
  .contact-bar { min-height: 72px; }
  .logo { width: 230px; }
  .menu-toggle { display: block; position: relative; z-index: 25; width: 46px; height: 46px; border: 0; padding: 9px; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav { position: fixed; z-index: 24; inset: 0; display: flex; visibility: hidden; align-items: center; border: 0; color: #fff; background: rgba(8,23,33,.98); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
  .primary-nav.is-open { visibility: visible; opacity: 1; }
  .nav-links { align-items: center; flex-direction: column; justify-content: center; gap: 20px; font-size: 1.55rem; }
  .hero, .hero-inner { min-height: 760px; }
  .hero-inner { padding-top: 85px; }
  .hero-services { grid-template-columns: 1fr; }
  .hero-service { min-height: 0; padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-service:last-child { border-bottom: 0; }
  .about-grid, .split-grid, .vision-grid, .target-grid, .director-grid, .market-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-media img { min-height: 480px; }
  .media-caption { right: 24px; }
  .goals-grid { grid-template-columns: 1fr 1fr; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .director-grid > div { order: 2; }
  .director-image { order: 1; max-width: 580px; margin-inline: auto; }
  .staff-grid { grid-template-columns: 1fr 1fr; gap: 50px 28px; }
  .development-grid, .quality-grid { grid-template-columns: 1fr; }
  .quality-grid > img:nth-of-type(2) { order: 3; }
  .quality-grid > .quality-copy:last-child { order: 4; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .logo { width: 205px; }
  .hero, .hero-inner { min-height: 720px; }
  .hero-inner { padding-top: 62px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.2rem,10.2vw,2.75rem); letter-spacing: -.045em; overflow-wrap: anywhere; }
  .hero-service p { display: none; }
  .hero-service { grid-template-columns: 44px 1fr; padding: 16px 20px; }
  .section { padding: 68px 0; }
  .section-title { font-size: clamp(2rem,10vw,3rem); }
  .about-media img { min-height: 380px; }
  .media-caption { right: 15px; bottom: 22px; width: calc(100% - 30px); padding: 22px 23px; font-size: 1.05rem; }
  .about-points { align-items: flex-start; flex-direction: column; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article:last-child { grid-column: auto; }
  .goals-grid, .service-cards, .staff-grid, .steps-grid, .development-grid, .quality-grid, .two-cards, .investment-grid, .contact-grid { grid-template-columns: 1fr; }
  .info-card, .service-card, .step { min-height: 0; }
  .target-cards { grid-template-columns: 1fr; }
  .staff-card img { height: 260px; }
  .staff-card em { min-height: 0; }
  .contact-details dl div { grid-template-columns: 1fr; }
  .footer > div { min-height: 105px; flex-direction: column; justify-content: center; gap: 7px; }
}

