:root {
  --ink: #102f36;
  --ink-deep: #0b252c;
  --paper: #f4f1e9;
  --paper-deep: #e9e5dc;
  --mist: #b8cbd0;
  --line: rgba(16, 47, 54, .2);
  --white: #fffefa;
  --accent: #85b5bf;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
body.menu-open { overflow: hidden; }
.skip-link { position: fixed; z-index: 999; top: -60px; left: 16px; padding: 12px 18px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; height: 103px; padding: 0 max(4.5vw, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); transition: background .25s ease, color .25s ease; }
.site-header.scrolled { position: fixed; color: var(--ink); border-color: var(--line); background: rgba(244,241,233,.95); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-mark { width: 49px; height: 36px; padding: 2px 0; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { height: 100%; object-fit: contain; }
.brand-name { display: grid; gap: 3px; font-size: 19px; font-weight: 800; letter-spacing: .1em; line-height: .9; }
.brand-name small { font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.site-nav a, .header-cta { position: relative; font-size: 12px; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; right: 100%; bottom: -9px; left: 0; height: 1px; background: currentColor; transition: right .22s ease; }
.site-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-width: 168px; padding: 15px 16px; display: flex; justify-content: space-between; border: 1px solid rgba(255,255,255,.55); }
.site-header.scrolled .header-cta { border-color: var(--line); }
.header-cta span { font-size: 15px; }
.menu-button { display: none; border: 0; background: none; }

.hero { position: relative; min-height: 800px; padding: 182px max(4.5vw, calc((100vw - var(--max)) / 2)) 76px; overflow: hidden; color: var(--white); background: var(--ink-deep); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,29,36,.96) 0%, rgba(8,37,44,.89) 41%, rgba(8,37,44,.26) 73%, rgba(8,37,44,.12) 100%); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .27; background-image: linear-gradient(to right, transparent calc(100% - 1px), rgba(255,255,255,.2) 1px); background-size: 25% 100%; }
.hero-copy { position: relative; z-index: 2; max-width: 820px; }
.eyebrow, .section-label { display: flex; gap: 12px; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { margin: 0 0 32px; }
.eyebrow span, .section-label span { width: 34px; height: 1px; background: currentColor; }
.light { color: var(--mist); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(55px, 6.5vw, 104px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.hero h1 em { color: #dce4dc; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 625px; margin: 36px 0; color: #d5dedc; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.button { min-width: 245px; padding: 20px 23px; display: inline-flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button-light { color: var(--ink); background: var(--paper); transition: transform .2s ease, background .2s ease; }
.button-light:hover { background: var(--mist); transform: translateY(-2px); }
.under-link { padding: 9px 0; display: inline-flex; gap: 22px; border-bottom: 1px solid currentColor; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-media { position: absolute; z-index: 1; top: 102px; right: 0; width: 52%; height: calc(100% - 102px); }
.media-frame { height: 100%; overflow: hidden; }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink-deep) 0%, transparent 52%); }
.media-frame img { height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.76) contrast(1.05); }
.media-caption { position: absolute; right: 5vw; bottom: 54px; padding: 11px 0 11px 15px; border-left: 1px solid rgba(255,255,255,.58); color: rgba(255,255,255,.85); font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.55; }
.hero-footnote { position: absolute; bottom: 36px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-footnote-left { left: max(4.5vw, calc((100vw - var(--max)) / 2)); }.hero-footnote-left i { width: 66px; height: 1px; margin: 0 14px; display: inline-block; vertical-align: middle; background: rgba(255,255,255,.58); }
.hero-footnote-right { right: max(4.5vw, calc((100vw - var(--max)) / 2)); color: var(--mist); text-align: right; line-height: 1.55; }

.focus-strip { padding: 37px max(4.5vw, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .78fr repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.focus-strip > p { margin: 0; color: #6e8991; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.focus-strip article { min-height: 72px; padding: 0 28px; display: grid; grid-template-columns: 28px 1fr; gap: 16px; border-left: 1px solid var(--line); }
.focus-strip span { color: #638595; font-size: 9px; }.focus-strip h2 { margin: 0 0 10px; font-size: 17px; letter-spacing: -.035em; }.focus-strip p { max-width: 260px; margin: 0; color: #5a737b; font-size: 12px; line-height: 1.5; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 10vw, 148px) max(4.5vw, calc((100vw - var(--max)) / 2)); }
.section-label { margin-bottom: 25px; color: #527381; }.display-heading { margin: 0; font-size: clamp(51px, 5.8vw, 89px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.about { padding-bottom: 94px; }.name-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.name-card { min-height: 290px; padding: 48px; display: grid; grid-template-columns: .76fr 1fr; gap: 25px; color: var(--white); background: #285965; }.name-card:nth-child(2) { background: #244c56; }.letter { align-self: start; font-family: Georgia, "Times New Roman", serif; font-size: 128px; font-weight: 400; line-height: .7; }.name-card small { color: var(--mist); font-size: 8px; font-weight: 700; letter-spacing: .18em; }.name-card h3 { margin: 21px 0; font-size: 23px; }.name-card p { margin: 0; color: #d6e1df; font-size: 12px; line-height: 1.65; }
blockquote { max-width: 860px; margin: 90px auto 40px; padding-left: 57px; position: relative; color: #315463; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.1vw, 49px); letter-spacing: -.035em; line-height: 1.2; }blockquote::before { content: "“"; position: absolute; top: -14px; left: 0; color: #8db9bd; font-size: 80px; }.about-note { max-width: 850px; margin: 0 auto; padding-top: 24px; display: flex; gap: 14px; align-items: center; border-top: 1px solid var(--line); color: #63808a; font-size: 10px; line-height: 1.55; }.about-note img { width: 36px; height: 23px; object-fit: contain; }

.services { color: var(--white); background: var(--ink); }.services-inner { padding-bottom: 0; }.service-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }.service-heading .section-label { color: var(--mist); }.service-heading h2 { margin: 0; font-size: clamp(46px, 5.3vw, 82px); font-weight: 500; letter-spacing: -.06em; line-height: .98; }.service-intro { max-width: 585px; margin: 46px 0 78px auto; }.service-intro p { margin: 0 0 31px; color: #c7d6d4; font-size: 15px; line-height: 1.65; }.light-link { color: var(--mist); }
.service-list { border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: repeat(3, 1fr); }.service-list article { min-height: 265px; padding: 28px 33px 36px 0; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }.service-list article:nth-child(3n+2), .service-list article:nth-child(3n+3) { padding-left: 33px; }.service-list article:nth-child(3n) { border-right: 0; }.service-list article:nth-child(n+4) { border-bottom: 0; }.service-list span { color: var(--mist); font-size: 9px; }.service-list h3 { margin: 58px 0 14px; font-size: 26px; font-weight: 500; letter-spacing: -.045em; line-height: .98; }.service-list p { max-width: 250px; margin: 0; color: #aabebb; font-size: 12px; line-height: 1.55; }

.source-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }.source-heading p { max-width: 370px; margin: 0 0 5px; color: #53737e; font-size: 13px; line-height: 1.65; }.source-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.source-card { background: var(--white); }.source-image { position: relative; overflow: hidden; }.source-image img { aspect-ratio: .92; object-fit: cover; transition: transform .5s ease; }.source-card:hover .source-image img { transform: scale(1.035); }.source-image span { position: absolute; top: 15px; left: 15px; width: 28px; height: 28px; display: grid; place-items: center; background: var(--white); color: var(--ink); font-size: 9px; }.source-body { padding: 27px 24px 21px; }.source-body h3 { margin: 0 0 17px; font-size: 20px; letter-spacing: -.04em; }.source-body p { min-height: 64px; margin: 0 0 25px; color: #52707b; font-size: 12px; line-height: 1.6; }.source-body a { padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.source-body a span { font-size: 14px; }

.partners { padding-top: 0; }.partners-heading { padding: 55px 0 48px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }.partners-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(37px, 4vw, 61px); font-weight: 400; letter-spacing: -.055em; line-height: .95; text-align: right; }.logo-grid { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.logo-grid img { aspect-ratio: 1.55; padding: 24px; object-fit: contain; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); filter: none; opacity: 1; transition: transform .2s ease; }.logo-grid img:hover { transform: scale(1.04); }

.contact { color: var(--white); background: #12373f; }.contact-inner { display: grid; grid-template-columns: .97fr 1.03fr; gap: clamp(65px, 10vw, 155px); }.contact .section-label { color: var(--mist); }.contact-copy h2 { margin: 36px 0; font-size: clamp(51px, 5.8vw, 91px); font-weight: 500; letter-spacing: -.07em; line-height: .92; }.contact-copy > p { max-width: 470px; color: #b4c8c7; font-size: 15px; line-height: 1.65; }.contact-details { max-width: 485px; margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(206,224,221,.3); }.contact-details > * { min-height: 90px; padding: 17px 17px 17px 0; display: grid; align-content: start; gap: 9px; border-bottom: 1px solid rgba(206,224,221,.22); }.contact-details > *:nth-child(even) { padding-left: 17px; border-left: 1px solid rgba(206,224,221,.22); }.contact-details span { color: var(--mist); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.contact-details strong { color: #e5efeb; font-size: 11px; font-weight: 500; line-height: 1.5; }.contact-details a:hover strong { color: var(--mist); }.contact-signoff { margin-top: 58px; display: flex; align-items: center; gap: 23px; color: #e0e7e3; font-family: Georgia, "Times New Roman", serif; font-size: 27px; }.contact-signoff span { width: 84px; height: 1px; background: #a0bab9; }.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 28px; align-content: start; }.contact-form label { display: grid; gap: 13px; color: var(--mist); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.contact-form input, .contact-form textarea { width: 100%; padding: 0 0 15px; border: 0; border-bottom: 1px solid rgba(206,224,221,.42); outline: 0; resize: vertical; color: var(--white); background: transparent; font-size: 14px; letter-spacing: normal; }.contact-form input::placeholder { color: #789397; }.contact-form textarea { padding-top: 3px; }.contact-form .full { grid-column: 1 / -1; }.contact-form button { width: max-content; min-width: 268px; padding: 18px 22px; display: flex; justify-content: space-between; border: 0; cursor: pointer; color: var(--ink); background: #dce7e2; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.contact-form button:hover { background: var(--mist); }.form-note { grid-column: 1 / -1; margin: -14px 0 0; color: #88a3a6; font-size: 10px; }.form-note a { color: #c2d5d1; text-decoration: underline; }

.site-footer { min-height: 290px; padding: 68px max(4.5vw, calc((100vw - var(--max)) / 2)) 35px; display: grid; grid-template-columns: 1.25fr 1fr; align-content: space-between; gap: 40px; color: #b4cac8; background: #0b282e; }.footer-brand { color: var(--white); }.site-footer p { max-width: 440px; margin: 0; align-self: end; color: #94afad; font-size: 12px; line-height: 1.6; }.site-footer > a:not(.brand) { justify-self: end; font-size: 13px; color: var(--white); }.site-footer > span { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #719091; font-size: 9px; letter-spacing: .12em; }.toast { position: fixed; z-index: 100; bottom: 26px; left: 50%; padding: 13px 18px; opacity: 0; color: var(--ink); background: #dce7e2; font-size: 11px; font-weight: 700; transform: translate(-50%, 20px); transition: .25s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) { .site-header { grid-template-columns: 1fr auto; }.site-nav { display: none; }.header-cta { margin-left: auto; }.hero-media { width: 46%; }.hero-copy { max-width: 700px; }.focus-strip { grid-template-columns: .6fr repeat(3, 1fr); }.focus-strip article { padding: 0 18px; }.service-list h3 { font-size: 23px; }.logo-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 760px) { .site-header { position: absolute; height: 78px; grid-template-columns: 1fr auto; }.site-header.scrolled { position: fixed; }.brand-mark { width: 38px; }.brand-name { font-size: 15px; }.brand-name small { font-size: 6px; }.header-cta { display: none; }.menu-button { z-index: 13; display: grid; gap: 6px; cursor: pointer; }.menu-button span { width: 26px; height: 1px; background: currentColor; transition: .2s ease; }.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.site-nav { position: fixed; z-index: 12; inset: 0; padding: 122px 7vw 40px; display: grid; align-content: start; gap: 10px; visibility: hidden; opacity: 0; color: var(--ink); background: var(--paper); transform: translateY(-8px); transition: .25s ease; }.menu-open .site-nav { visibility: visible; opacity: 1; transform: none; }.site-nav a { padding: 12px 0; font-size: 31px; letter-spacing: -.055em; }.site-nav a::after { display: none; }.hero { min-height: 830px; padding: 140px 7vw 56px; }.hero::after { background: linear-gradient(180deg, rgba(5,29,36,.96) 0%, rgba(8,37,44,.82) 46%, rgba(8,37,44,.42) 100%); }.hero-grid { background-size: 50% 100%; }.hero h1 { font-size: clamp(51px, 14.5vw, 90px); }.hero-intro { font-size: 14px; }.hero-media { top: auto; right: 0; bottom: 0; width: 100%; height: 55%; opacity: .84; }.media-frame::after { background: linear-gradient(180deg, var(--ink-deep) 0%, rgba(8,37,44,.12) 70%); }.media-caption { right: 7vw; bottom: 46px; }.hero-footnote { bottom: 22px; font-size: 7px; }.hero-footnote-left { left: 7vw; }.hero-footnote-right { right: 7vw; }.hero-footnote-left i { width: 26px; margin: 0 7px; }.focus-strip { padding: 0 7vw; display: block; }.focus-strip > p { padding: 24px 0; }.focus-strip article { min-height: 0; padding: 26px 0; border-top: 1px solid var(--line); border-left: 0; }.section { padding: 84px 7vw; }.name-grid, .service-heading, .source-heading, .contact-inner { grid-template-columns: 1fr; }.name-card { min-height: 230px; padding: 32px; }.letter { font-size: 96px; }.name-card h3 { margin: 13px 0; }.name-card p { font-size: 11px; }.about { padding-bottom: 65px; }blockquote { margin: 62px 0 36px; padding-left: 35px; font-size: 31px; }.service-intro { margin: 36px 0 50px; }.service-list { grid-template-columns: 1fr 1fr; }.service-list article, .service-list article:nth-child(3n+2), .service-list article:nth-child(3n+3) { min-height: 235px; padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }.service-list article:nth-child(2n) { border-right: 0; }.service-list article:nth-child(n+5) { border-bottom: 0; }.service-list h3 { margin-top: 47px; }.source-heading { gap: 30px; }.source-grid { grid-template-columns: 1fr; }.source-image img { aspect-ratio: 1.18; }.partners-heading { display: block; }.partners-heading h2 { margin-top: 31px; text-align: left; }.logo-grid { grid-template-columns: repeat(3, 1fr); }.logo-grid img { padding: 17px; }.contact-copy h2 { font-size: 14vw; }.contact-details { margin-bottom: 4px; }.contact-signoff { margin-top: 58px; font-size: 23px; }.contact-form { margin-top: 5px; }.site-footer { min-height: 0; padding: 55px 7vw 28px; grid-template-columns: 1fr; }.site-footer > a:not(.brand) { justify-self: start; }.site-footer > span { grid-column: auto; } }
@media (max-width: 450px) { .hero-actions { align-items: start; flex-direction: column; gap: 18px; }.button { width: 100%; }.name-card { grid-template-columns: .52fr 1fr; padding: 25px; }.name-card p { font-size: 10px; }.letter { font-size: 77px; }.service-list { grid-template-columns: 1fr; }.service-list article, .service-list article:nth-child(2n), .service-list article:nth-child(n+5) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.service-list article:last-child { border-bottom: 0; }.contact-form { grid-template-columns: 1fr; }.contact-form .full { grid-column: auto; }.contact-form button { width: 100%; }.logo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
