@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600&display=swap');

:root {
  --ink: #101315;
  --ink-soft: #4e5559;
  --paper: #f5f3ee;
  --white: #ffffff;
  --gold: #b59a67;
  --line: rgba(16,19,21,.16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 110px 0; }
.section-label { margin: 0 0 20px; color: var(--gold); font-size: .78rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", Arial, sans-serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h3 { font-size: 1.45rem; }
p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; background: var(--white); padding: 10px 14px; text-decoration: none; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(245,243,238,.96); color: var(--ink); box-shadow: 0 1px 0 rgba(16,19,21,.1); backdrop-filter: blur(10px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 13px; align-items: center; text-decoration: none; }
.brand img { filter: none; }
.site-header.scrolled .brand img { filter: invert(1); }
.brand-text { display: grid; line-height: 1; letter-spacing: .17em; }
.brand-text strong { font-size: .88rem; }
.brand-text span { margin-top: 6px; font-size: .67rem; letter-spacing: .36em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: .86rem; }
.site-nav a { text-decoration: none; }
.nav-contact { padding: 10px 18px; border: 1px solid currentColor; }
.menu-button { display: none; background: none; border: 0; padding: 10px; color: currentColor; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 6px 0; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: center; background: #0b0d0f; color: var(--white); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 66% 33%, rgba(181,154,103,.14), transparent 32%), linear-gradient(90deg, rgba(6,8,9,.98) 0%, rgba(6,8,9,.78) 46%, rgba(6,8,9,.33) 100%); }
.hero-content { position: relative; z-index: 3; padding: 155px 0 170px; }
.hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3.2rem, 7.6vw, 7.3rem); }
.hero-copy { max-width: 650px; margin-bottom: 36px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 2vw, 1.24rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .86rem; font-weight: 600; letter-spacing: .03em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { border-color: rgba(255,255,255,.5); }
.button-light:hover { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-stats { position: absolute; z-index: 4; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(680px, 56%); background: rgba(245,243,238,.95); color: var(--ink); }
.hero-stats div { padding: 28px 32px; border-left: 1px solid var(--line); }
.hero-stats strong { display: block; font: 500 2.15rem/1 "Manrope", sans-serif; }
.hero-stats span { display: block; margin-top: 8px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }

.hero-architecture { position: absolute; inset: 0; z-index: 1; opacity: .9; }
.tower { position: absolute; bottom: 0; display: block; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.018)); box-shadow: inset 0 0 0 1px rgba(181,154,103,.035); }
.tower::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 100% 34px, 42px 100%; }
.tower-a { width: 19vw; height: 76vh; right: 8vw; transform: skewY(-4deg); }
.tower-b { width: 17vw; height: 56vh; right: 27vw; transform: skewY(3deg); }
.tower-c { width: 12vw; height: 42vh; right: 1vw; }
.grid-lines { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.035) 50%, transparent 50.2%); background-size: 16.66% 100%; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.prose { font-size: 1.08rem; color: var(--ink-soft); }
.prose p + p { margin-top: 24px; }

.section-dark { background: var(--ink); color: var(--white); }
.section-heading { max-width: 900px; margin-bottom: 60px; }
.section-heading.narrow { max-width: 840px; }
.section-heading p:last-child { color: rgba(16,19,21,.62); font-size: 1.08rem; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.focus-grid article { min-height: 280px; padding: 32px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.focus-grid span { color: var(--gold); font-size: .74rem; letter-spacing: .12em; }
.focus-grid h3 { margin: 54px 0 16px; }
.focus-grid p { color: rgba(255,255,255,.58); font-size: .93rem; }

.process { list-style: none; margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 90px 1fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process > li > span { color: var(--gold); font-size: .76rem; letter-spacing: .12em; }
.process h3 { margin-bottom: 8px; font-size: 2rem; }
.process p { margin-bottom: 0; color: var(--ink-soft); }

.statement { background: #ded8cc; }
.statement-inner { padding: 110px 0; }
blockquote { max-width: 1100px; margin: 0; font: 500 clamp(2.4rem, 5.6vw, 5.7rem)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }

.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; }
.contact-grid > div > p:not(.section-label) { max-width: 700px; color: var(--ink-soft); }
.contact-grid address { display: flex; flex-direction: column; justify-content: flex-end; font-style: normal; border-left: 1px solid var(--line); padding-left: 44px; }
.contact-grid address strong { margin-bottom: 18px; }
.contact-grid address span { margin-bottom: 6px; }
.contact-grid .license { margin-top: 22px; color: var(--gold); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { background: #080a0b; color: rgba(255,255,255,.68); padding: 55px 0; }
.footer-grid { display: grid; grid-template-columns: .8fr 1fr 1.5fr; gap: 60px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-brand span { display: grid; line-height: 1; letter-spacing: .15em; }
.footer-brand strong { font-size: .75rem; }
.footer-brand small { margin-top: 6px; letter-spacing: .32em; font-size: .56rem; }
.site-footer p { margin-bottom: 8px; font-size: .78rem; }
.footer-legal { text-align: right; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.16); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .menu-button { display: block; }
  .hero-stats { width: 100%; }
  .split-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-legal { text-align: left; }
  .contact-grid address { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 35px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 82px 0; }
  .nav-shell { min-height: 72px; }
  .site-nav { inset-top: 72px; }
  .brand-text strong { font-size: .76rem; }
  .hero-content { padding: 125px 0 230px; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { padding: 20px 12px; }
  .hero-stats strong { font-size: 1.55rem; }
  .hero-stats span { font-size: .58rem; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 235px; }
  .process li { grid-template-columns: 46px 1fr; gap: 20px; }
  blockquote { font-size: clamp(2.1rem, 11vw, 3.7rem); }
}
