:root {
  --ink: #0b1720;
  --paper: #f3f0e9;
  --cream: #ebe5d8;
  --white: #fffdf8;
  --orange: #df5a31;
  --orange-dark: #bd4524;
  --line: rgba(11, 23, 32, 0.16);
  --muted: #59636a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.nav-shell { max-width: 1360px; margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-family: "Manrope", sans-serif; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid currentColor; font-size: 14px; letter-spacing: -0.02em; }
.brand-name { font-size: 17px; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--orange); }
.nav-cta { border: 1px solid var(--ink); padding: 10px 18px; }
.menu-button { display: none; border: 0; background: none; padding: 12px; }
.menu-button span { display: block; width: 25px; height: 1px; margin: 6px 0; background: var(--ink); }

.hero { min-height: 100vh; padding: 160px 4.5vw 40px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-grid { width: 100%; max-width: 1360px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); align-items: center; gap: 8vw; }
.eyebrow, .section-label, .card-type { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; color: var(--orange-dark); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; margin: 0; }
h1 { max-width: 940px; font-size: clamp(3.5rem, 7.4vw, 7.3rem); font-weight: 600; }
h1 span { color: var(--orange); }
.hero-intro { max-width: 720px; margin: 38px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; text-decoration: none; font-size: 14px; font-weight: 700; }
.primary { color: var(--white); background: var(--ink); }
.primary:hover { background: var(--orange); }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.hero-photo { position: relative; max-width: 500px; width: 100%; justify-self: end; margin: 0; padding: 12px; background: var(--ink); box-shadow: 28px 28px 0 var(--orange); }
.hero-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; }
.hero-photo figcaption { position: absolute; right: 12px; bottom: 12px; margin: 0; padding: 9px 13px; color: var(--ink); background: rgba(255,253,248,.93); font-size: 12px; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .12em; }
.hero-foot { max-width: 1360px; width: 100%; margin: 80px auto 0; border-top: 1px solid var(--line); padding-top: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }

.section { max-width: 1360px; margin: 0 auto; padding: 140px 4.5vw; }
.showcase { max-width: none; padding-top: 0; padding-bottom: 0; background: var(--ink); }
.showcase-inner { max-width: 1360px; margin: 0 auto; }
.gallery-panel, .awards-panel { padding: 72px 4.5vw; display: flex; flex-direction: column; }
.gallery-panel { color: var(--white); background: #101f2a; }
.gallery-copy { margin: 8px 0 48px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.gallery-copy h2, .awards-panel h2 { max-width: 650px; font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 600; }
.gallery-copy p { max-width: 460px; margin: 0; color: rgba(255,255,255,.66); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { position: relative; aspect-ratio: 3 / 4; display: block; padding: 0; overflow: hidden; border: 0; color: var(--white); background: #071016; cursor: zoom-in; text-align: left; }
.gallery-item.landscape { grid-column: span 2; aspect-ratio: 16 / 9; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,11,16,.86)); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 600; line-height: 1.35; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); opacity: .9; }
.gallery-item:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.awards-panel { min-height: 360px; color: var(--ink); background: var(--orange); display: grid; grid-template-columns: .7fr .45fr 1.4fr; align-items: end; gap: 40px; }
.awards-panel .section-label { grid-column: 1; grid-row: 1; align-self: start; color: rgba(11,23,32,.7); }
.award-year { grid-column: 1; grid-row: 2; margin: 0 0 12px; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .14em; }
.awards-panel h2 { grid-column: 2; grid-row: 1 / 3; font-size: clamp(2.4rem, 4vw, 4.4rem); }
.awards-panel > p { grid-column: 3; grid-row: 1 / 3; margin: 22px 0 0; max-width: 390px; color: rgba(11,23,32,.7); }
.lightbox { width: min(92vw, 1000px); max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; color: var(--white); }
.lightbox::backdrop { background: rgba(4,10,14,.92); backdrop-filter: blur(5px); }
.lightbox img { display: block; max-width: 100%; max-height: 80vh; margin: 0 auto; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.lightbox p { margin: 14px 48px 0 0; font-family: "Manrope", sans-serif; font-size: 16px; }
.lightbox-close { position: absolute; z-index: 2; top: -46px; right: 0; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: rgba(11,23,32,.75); font-size: 28px; line-height: 1; cursor: pointer; }
.about { border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.about h2, .section-heading h2, .principles h2, .connect h2 { font-size: clamp(2.4rem, 4.7vw, 5rem); font-weight: 600; }
.about-copy { max-width: 580px; }
.about-copy > p:first-child { margin-top: 0; font-size: 1.3rem; color: var(--ink); }
.about-copy p { color: var(--muted); }
blockquote { margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); font-family: "Manrope", sans-serif; font-size: 1.45rem; font-weight: 600; line-height: 1.35; }
blockquote cite { display: block; margin-top: 14px; color: var(--orange-dark); font-family: "DM Sans", sans-serif; font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journey { border-top: 1px solid var(--line); }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-step { min-height: 360px; padding: 32px 28px 36px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.journey-step:last-child { border-right: 0; }
.journey-step > span { color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 13px; }
.journey-kicker { margin: auto 0 8px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.journey-step h3 { font-size: clamp(1.5rem, 2.3vw, 2.4rem); font-weight: 600; }
.journey-step p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.journey-statement { margin-top: 52px; display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.journey-statement strong { color: var(--orange); font-family: "Manrope", sans-serif; font-size: clamp(5rem, 9vw, 9rem); line-height: .8; letter-spacing: -.08em; }
.journey-statement p { margin: 0; font-family: "Manrope", sans-serif; font-size: 1.1rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .05em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 64px; }
.section-heading .section-label { margin: 0; }
.section-heading h2 { max-width: 650px; text-align: right; }
.venture-list { border-top: 1px solid var(--line); }
.venture-card { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 48px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.venture-card:hover { padding-left: 24px; padding-right: 24px; background: var(--cream); }
.card-number { font-family: "Manrope", sans-serif; font-size: 13px; color: var(--orange-dark); }
.card-body { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 42px; align-items: center; }
.card-type { margin: 0; }
.card-body h3 { font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 600; }
.card-body p:not(.card-type) { margin: 0; color: var(--muted); }
.card-body a { font-size: 13px; font-weight: 700; white-space: nowrap; text-underline-offset: 5px; }
.blog { border-top: 1px solid var(--line); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.blog-card { min-height: 390px; padding: 34px; background: var(--paper); display: flex; flex-direction: column; transition: background .25s ease; }
.blog-card:hover { background: var(--cream); }
.blog-meta { margin: 0 0 auto; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.blog-card h3 { margin: 50px 0 22px; font-size: clamp(1.6rem, 2.2vw, 2.5rem); font-weight: 600; }
.blog-card > p:last-child { margin: 0; color: var(--muted); font-size: 15px; }
.principles { max-width: none; padding-left: 0; padding-right: 0; }
.principles-panel { max-width: 1360px; margin: 0 auto; padding: 90px 4.5vw; color: var(--white); background: var(--ink); display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.section-label.light { color: #f28a68; }
.principle-list { border-top: 1px solid rgba(255,255,255,.22); }
.principle-list div { display: grid; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); padding: 20px 0; }
.principle-list span { color: #f28a68; font-size: 12px; }
.principle-list p { margin: 0; font-size: 1.05rem; }
.signature { text-align: center; padding-top: 180px; padding-bottom: 180px; }
.signature-line { font-family: "Manrope", sans-serif; font-size: clamp(2.9rem, 8vw, 8.5rem); font-weight: 700; letter-spacing: -.065em; line-height: .95; color: var(--orange); }
.signature p { max-width: 570px; margin: 38px auto 0; color: var(--muted); }
.connect { padding-top: 0; }
.connect-panel { padding: 72px; background: var(--cream); display: grid; grid-template-columns: 1fr .7fr; gap: 9vw; align-items: end; }
.connect-panel > div > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.connect-panel address { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-style: normal; font-size: 14px; line-height: 1.65; }
.connect-panel address strong { display: block; margin: 7px 0 22px; color: var(--ink); font-weight: 600; }
.connect-panel address a { color: var(--ink); font-weight: 700; }
.contact-label { color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-row { display: grid; grid-template-columns: 92px 1fr; align-items: center; min-height: 40px; border-top: 1px solid var(--line); }
.blank-value { display: block; width: min(260px, 100%); height: 1.4em; border-bottom: 1px solid rgba(11,23,32,.42); }
.social-links { border-top: 1px solid var(--line); }
.social-links a, .social-page { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.social-links a:hover { color: var(--orange-dark); }
.social-page small { color: var(--muted); font-size: 12px; font-weight: 600; }
footer { max-width: 1240px; margin: 0 auto; padding: 45px 4.5vw 55px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; font-size: 13px; color: var(--muted); }
.footer-brand { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { width: min(68vw, 440px); justify-self: start; margin-top: 45px; }
  .about-grid, .principles-panel, .connect-panel { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-panel { grid-template-columns: .6fr 1fr; min-height: 340px; }
  .awards-panel .section-label { grid-column: 1 / -1; grid-row: 1; }
  .award-year { grid-column: 1; grid-row: 2; }
  .awards-panel h2 { grid-column: 2; grid-row: 2; }
  .awards-panel > p { grid-column: 2; grid-row: 3; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { min-height: 310px; }
  .journey-step:nth-child(2) { border-right: 0; }
  .journey-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .card-body { grid-template-columns: 1fr 1fr; }
  .card-body a { grid-column: 2; }
  .principles-panel { gap: 60px; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .menu-button { display: block; position: relative; z-index: 2; }
  .nav-links { display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 92px 6vw 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav-links.open { display: flex; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .reveal { opacity: 1; transform: none; }
  .nav-shell { min-height: 76px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .nav-links { display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 92px 6vw 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav-links.open { display: flex; }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-photo { width: calc(100% - 22px); }
  .hero-foot { grid-template-columns: 1fr 1fr; }
  .section { padding-top: 92px; padding-bottom: 92px; }
  .showcase { padding-top: 0; padding-bottom: 0; }
  .gallery-panel, .awards-panel { padding: 50px 6vw; }
  .gallery-copy { display: block; margin-bottom: 34px; }
  .gallery-copy p { margin-top: 20px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.landscape { grid-column: auto; aspect-ratio: 4 / 3; }
  .awards-panel { display: flex; min-height: 420px; }
  .award-year { margin-top: auto; }
  .about-grid { gap: 40px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-step { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-step:last-child { border-bottom: 0; }
  .journey-statement { justify-content: flex-start; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 22px; text-align: left; }
  .venture-card { grid-template-columns: 42px 1fr; gap: 12px; padding: 35px 0; }
  .card-body { display: block; }
  .card-body h3 { margin: 6px 0 18px; }
  .card-body p:not(.card-type) { margin-bottom: 18px; }
  .connect-panel { padding: 42px 28px; }
  footer { padding-left: 6vw; padding-right: 6vw; }
}
