@charset "UTF-8";

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f4f3ed;
  --cream: #fbfaf6;
  --ink: #243d35;
  --muted: #58665d;
  --accent: #dce8b7;
  --line: #d6dbcf;
  --forest: #213a32;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--ink); }
a { color: inherit; text-underline-offset: .3em; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 6px; }
.work-section a:focus-visible, .work-section summary:focus-visible { outline-color: var(--accent); }
svg { display: block; width: 100%; height: auto; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }
.wrap { width: min(100% - 7rem, 1264px); margin-inline: auto; }
.skip { position: fixed; z-index: 10; left: 1rem; top: 1rem; padding: .75rem 1.2rem; background: var(--ink); color: var(--cream); transform: translateY(-170%); }
.skip:focus { transform: none; outline-color: var(--accent); }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.8rem; border-bottom: 1px solid var(--line); }
.wordmark, .footer-brand { font: 400 2.8rem/.85 var(--serif); letter-spacing: -.055em; text-decoration: none; }
.wordmark span, .footer-brand span { font-style: italic; }
.wordmark small { display: block; margin-top: .7rem; font: 600 .58rem/1.2 var(--sans); letter-spacing: .27em; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 2.4rem; }
nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: .8rem; font-weight: 600; text-decoration: none; }
nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 0; bottom: .5rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 220ms var(--ease); }
nav .nav-contact { padding: .4rem 1.4rem; border: 1px solid #9ca99b; border-radius: 2px; transition: background 220ms, border-color 220ms; }

.hero { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: clamp(3rem, 6vw, 6.5rem); padding-block: 5.5rem 6.5rem; }
.hero-copy { min-width: 0; padding-bottom: .5rem; animation: enter 700ms var(--ease) both; }
.eyebrow { display: flex; align-items: center; gap: .9rem; margin: 0 0 1.9rem; color: var(--muted); font-size: .65rem; font-weight: 600; line-height: 1.7; letter-spacing: .13em; }
.eyebrow-line { flex: 0 0 1.6rem; height: 1px; background: var(--ink); }
h1 { margin: 0 0 1.8rem; font: 400 clamp(4rem, 7.4vw, 6.8rem)/.98 var(--serif); letter-spacing: -.025em; }
h1 em, .section-heading h2 em, .contact h2 em { font-weight: 400; color: #5b715a; }
.lede { max-width: 27rem; margin: 0 0 2.2rem; color: var(--muted); font-size: .97rem; line-height: 1.9; }
.button { display: inline-flex; justify-content: center; align-items: center; max-width: 100%; min-height: 52px; padding: .95rem 1.65rem; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--cream); text-decoration: none; font-size: .8rem; font-weight: 600; letter-spacing: .015em; box-shadow: 0 3px 0 #243d3514; transition: background 240ms, transform 240ms var(--ease), box-shadow 240ms; }

.workflow { position: relative; isolation: isolate; min-width: 0; overflow: hidden; padding: 1.8rem 2rem 1.35rem; color: var(--cream); background: var(--forest); border: 1px solid #3e5446; border-radius: 3px; box-shadow: 0 24px 60px -30px #243d354a, 0 1px 2px #243d3514; animation: enter 850ms 100ms var(--ease) both; }
.workflow::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: linear-gradient(#bdd1bd08 1px, transparent 1px), linear-gradient(90deg, #bdd1bd08 1px, transparent 1px), radial-gradient(ellipse at 95% 0%, #70875b22, transparent 70%); background-size: 24px 24px, 24px 24px, auto; mask-image: linear-gradient(#000, transparent 75%); }
.diagram-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; color: #d1dcc8; font-size: .57rem; font-weight: 500; line-height: 1.7; letter-spacing: .12em; }
.diagram-index { color: #b1c4b0; font-variant-numeric: tabular-nums; white-space: nowrap; }
.routing-art { margin: .25rem -1rem -.15rem; }
.routing-art svg { overflow: visible; }
.route-point { animation: signal 2s var(--ease) 2; }
.route-point-two { animation-delay: .8s; }
.workflow-steps { list-style: none; margin: 0; padding: 0; }
.workflow-steps li { display: grid; grid-template-columns: 1.7rem 1fr; align-items: start; gap: .75rem; padding-block: .7rem; border-top: 1px solid #a0b39930; }
.step { padding-top: .18rem; color: #b9ccaa; font-size: .6rem; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.workflow h2 { margin: 0 0 .1rem; font: 500 .88rem/1.5 var(--sans); letter-spacing: .005em; }
.workflow-steps p { margin: 0; color: #b9c9bc; font-size: .78rem; line-height: 1.65; }
.diagram-caption { margin: .9rem 0 0; padding-top: 1rem; border-top: 1px solid #a0b39930; color: #bdcbbc; font: italic 400 1.02rem/1.4 var(--serif); letter-spacing: .015em; }

.section { padding-block: 6rem 6.5rem; scroll-margin-top: 1rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 2rem; margin-bottom: 3.6rem; }
.section-heading .eyebrow { margin-top: .6rem; }
.section-marker { display: inline-flex; flex: 0 0 1.8rem; align-items: center; height: 1.8rem; border-bottom: 1px solid #94a18c; font-size: .59rem; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.section-heading h2, .contact h2 { margin: 0; font: 400 clamp(2.8rem, 4.5vw, 4.1rem)/1.03 var(--serif); letter-spacing: -.02em; }
.services { position: relative; background: var(--cream); border-block: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service { min-width: 0; padding-inline: 2.5rem; border-left: 1px solid var(--line); }
.service:first-child { border-left: 0; padding-left: 0; }
.service:last-child { padding-right: 0; }
.service-art { display: flex; align-items: center; justify-content: center; margin-bottom: 1.8rem; overflow: hidden; color: #607761; background: radial-gradient(ellipse at center, #e6ebd9, #f0f2e8 70%); border: 1px solid #e1e5d6; border-radius: 2px; }
.service-art svg { width: 100%; min-height: 130px; max-height: 150px; transition: transform 550ms var(--ease); }
.app-art { background: radial-gradient(ellipse at center, #e5e9e1, #f0f1eb 70%); }
.channel-art { background: radial-gradient(ellipse at center, #eee8d8, #f4f0e5 70%); }
.art-accent { fill: #d1dea8; }
.item-number { color: #5a6e59; font-size: .65rem; font-weight: 600; letter-spacing: .11em; }
.service h3 { margin: .9rem 0 .85rem; font-size: 1.2rem; font-weight: 500; line-height: 1.4; letter-spacing: -.035em; }
.service p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.9; }

.work-section { color: #f2f2e6; background: var(--forest); }
.work-section .eyebrow { color: #b8c7b7; }
.work-section .section-marker { border-color: #768e73; }
.work-section h2 em { color: #c4d3ad; }
.section-intro { max-width: 29rem; margin: 1.4rem 0 0; font-size: .87rem; color: #bdcbbd; line-height: 1.85; }
.work-list { border-top: 1px solid #71887170; }
.work-list details { border-bottom: 1px solid #71887170; transition: background 250ms; }
.work-list details[open] { background: #a6be8d08; }
.work-list summary { display: grid; grid-template-columns: 2.4rem 9rem 1fr 2.4rem; align-items: center; gap: 1.5rem; padding: 1.8rem .4rem; cursor: pointer; list-style: none; }
.work-list summary::-webkit-details-marker { display: none; }
.work-number { align-self: center; color: #b3c5ac; font-size: .64rem; font-variant-numeric: tabular-nums; }
.work-type { font-size: .65rem; letter-spacing: .08em; color: #b6c8af; font-weight: 500; }
.work-title { font: 400 clamp(1.7rem, 2.65vw, 2.5rem)/1.12 var(--serif); letter-spacing: -.012em; }
.expand { position: relative; display: block; width: 2.4rem; height: 2.4rem; border: 1px solid #8b9f8070; border-radius: 50%; transition: background 240ms, border-color 240ms; }
.expand::before, .expand::after { content: ""; position: absolute; inset: calc(50% - .5px) calc(50% - 5px) auto; width: 10px; height: 1px; background: var(--accent); transition: transform 200ms var(--ease); }
.expand::after { transform: rotate(90deg); }
details[open] .expand::after { transform: rotate(0); }
.work-body { padding: 0 5.5rem 2.3rem 16.3rem; }
.work-body p { max-width: 44rem; margin: 0 0 1rem; color: #c8d3c5; font-size: .86rem; line-height: 1.9; }
.work-body .work-note { padding-left: .95rem; border-left: 2px solid #adbe8f; color: #d2dcc3; font-size: .75rem; }
.work-body dl { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; margin: 1.7rem 0 0; padding-top: 1.3rem; border-top: 1px solid #71887160; }
.work-body dt { margin-bottom: .4rem; color: #e4e9d7; font-size: .64rem; font-weight: 600; }
.work-body dd { margin: 0; color: #b5c6b3; font-size: .76rem; line-height: 1.8; }

.contact { position: relative; overflow: hidden; background: radial-gradient(ellipse at 85% 30%, #e4e9d8, transparent 50%), var(--paper); }
.contact-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 5rem; }
.contact .eyebrow { margin-bottom: 2rem; }
.contact h2 { font-size: clamp(3.7rem, 6vw, 5.5rem); line-height: .99; }
.contact-copy > p:not(.eyebrow) { max-width: 27rem; margin: 1.8rem 0 0; color: var(--muted); font-size: .89rem; line-height: 1.9; }
.contact-action { display: flex; flex-direction: column; align-items: center; gap: 1.8rem; }
.contact-emblem { position: relative; width: 180px; height: 180px; display: grid; place-items: center; }
.contact-emblem span { position: absolute; inset: 0; border: 1px solid #98a67d5c; border-radius: 50%; }
.contact-emblem span:nth-child(2) { inset: 14px; }
.contact-emblem span:nth-child(3) { inset: 29px; }
.contact-emblem::before, .contact-emblem::after { content: ""; position: absolute; width: 6px; height: 6px; background: #61734b; border-radius: 50%; }
.contact-emblem::before { left: 9px; top: 43px; }
.contact-emblem::after { right: 35px; bottom: 37px; width: 4px; height: 4px; }
.contact-emblem i { padding-right: .15em; color: #657852; font: italic 400 6.4rem/1 var(--serif); }
.contact-link { position: relative; display: inline-flex; align-items: center; min-height: 48px; padding-block: .6rem; border-bottom: 1px solid #899878; text-decoration: none; font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 400; letter-spacing: -.055em; transition: color 220ms, border-color 220ms; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 2rem; border-top: 1px solid var(--line); }
.footer-brand { font-size: 2.15rem; display: inline-flex; align-items: center; min-height: 44px; }
.site-footer p { margin: 0; font-size: .72rem; letter-spacing: .025em; color: var(--muted); }

@media (hover: hover) {
  nav a:not(.nav-contact):hover::after { transform: scaleX(1); }
  nav .nav-contact:hover { background: #e4e9d8; border-color: var(--ink); }
  .button:hover { background: #345244; transform: translateY(-2px); box-shadow: 0 7px 16px -8px #243d3559; }
  .service:hover .service-art svg { transform: translateY(-3px); }
  .work-list summary:hover .expand { background: #a6be8d1a; border-color: #c4d3ad; }
  .work-list summary:hover .work-title { color: var(--accent); }
  .contact-link:hover { color: #4e653f; border-color: #4e653f; }
}
@keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

@media (min-width: 1500px) {
  .hero { gap: 7rem; padding-block: 6.5rem 7.5rem; }
  .workflow { max-width: 490px; justify-self: end; width: 100%; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 5rem); }
  .hero { gap: 3rem; grid-template-columns: 1.12fr 1fr; }
  .workflow { padding-inline: 1.5rem; }
  .service { padding-inline: 1.7rem; }
  .work-list summary { grid-template-columns: 1.8rem 7.7rem 1fr 2.4rem; gap: 1rem; }
  .work-body { padding-left: 11.9rem; padding-right: 3.8rem; }
  .contact-inner { gap: 3rem; }
}
@media (max-width: 820px) {
  .wrap { width: calc(100% - 3rem); }
  .site-header { padding-block: 1.5rem; }
  nav { gap: 1.6rem; }
  .hero { grid-template-columns: 1fr; gap: 3.5rem; padding-block: 4rem 4.5rem; }
  h1 { font-size: clamp(4.2rem, 11vw, 6.7rem); }
  .hero-copy { max-width: 38rem; }
  .lede { max-width: 31rem; }
  .workflow { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; padding: 1.5rem 1.8rem; }
  .diagram-header { grid-column: 1 / -1; margin-bottom: 1rem; }
  .routing-art { align-self: center; margin: 0 -.5rem; }
  .workflow-steps { align-self: center; }
  .diagram-caption { grid-column: 1 / -1; }
  .section { padding-block: 4.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; margin-bottom: 2.5rem; }
  .section-heading .eyebrow { margin: 0 0 1rem; }
  .section-heading h2 { font-size: clamp(2.8rem, 6.7vw, 3.7rem); }
  .service { padding-inline: 1.2rem; }
  .service h3 { font-size: 1.07rem; }
  .service p { font-size: .87rem; }
  .service-art svg { min-height: 105px; }
  .work-list summary { grid-template-columns: 1.5rem 7.4rem 1fr 2.4rem; }
  .work-body { padding-left: 11.3rem; padding-right: 1.5rem; }
  .work-body dl { grid-template-columns: 1fr; gap: 1rem; }
  .contact-inner { gap: 2rem; grid-template-columns: 1.25fr 1fr; }
  .contact h2 { font-size: clamp(3rem, 7.2vw, 4.5rem); }
  .contact .eyebrow { font-size: .6rem; }
  .contact-emblem { width: 150px; height: 150px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { gap: 1rem; padding-block: 1.2rem; flex-wrap: wrap; }
  .wordmark { font-size: 2.5rem; }
  .wordmark small { font-size: .52rem; }
  nav { gap: 1.1rem; }
  nav a { font-size: .75rem; }
  nav .nav-contact { padding-inline: .8rem; }
  .hero { padding-block: 3.5rem; gap: 2.8rem; }
  .eyebrow { font-size: .57rem; gap: .65rem; margin-bottom: 1.6rem; }
  .eyebrow-line { flex-basis: 1.2rem; }
  h1 { font-size: clamp(3.8rem, 13.8vw, 5.2rem); letter-spacing: -.02em; }
  .lede { font-size: .88rem; margin-bottom: 1.8rem; }
  .button { min-height: 52px; font-size: .75rem; padding-inline: 1.4rem; }
  .workflow { display: block; padding: 1.5rem 1.5rem 1.25rem; }
  .diagram-header { margin-bottom: 0; }
  .routing-art { width: min(100%, 370px); margin: .2rem auto 0; }
  .workflow-steps li { padding-block: .75rem; }
  .workflow h2 { font-size: .84rem; }
  .workflow-steps p { font-size: .78rem; }
  .diagram-caption { font-size: 1.07rem; }
  .section { padding-block: 3.7rem; }
  .section-heading { margin-bottom: 2.5rem; }
  .section-heading h2 { font-size: clamp(2.7rem, 9.3vw, 3.5rem); }
  .service-grid { grid-template-columns: 1fr; gap: 2.1rem; }
  .service, .service:first-child, .service:last-child { padding: 0 0 2.1rem; border-left: 0; border-bottom: 1px solid var(--line); }
  .service:last-child { padding-bottom: 0; border-bottom: 0; }
  .service-art { margin-bottom: 1.3rem; }
  .service-art svg { height: 145px; width: auto; max-width: 100%; }
  .item-number { font-size: .65rem; }
  .service h3 { font-size: 1.25rem; margin-top: .65rem; }
  .service p { font-size: .9rem; line-height: 1.85; }
  .section-intro { font-size: .84rem; }
  .work-list summary { grid-template-columns: 1.15rem 1fr 2.4rem; gap: .65rem .7rem; padding-block: 1.5rem; }
  .work-number { grid-column: 1; grid-row: 1; }
  .work-type { grid-column: 2; grid-row: 1; font-size: .64rem; }
  .work-title { grid-column: 1 / 3; grid-row: 2; font-size: 1.95rem; max-width: 20rem; }
  .expand { grid-column: 3; grid-row: 1 / 3; }
  .work-body { padding: 0 .4rem 1.8rem; }
  .work-body p { font-size: .83rem; }
  .work-body .work-note { font-size: .73rem; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.2rem; }
  .contact .eyebrow { font-size: .55rem; gap: .7rem; }
  .contact h2 { font-size: clamp(3.6rem, 12.6vw, 4.6rem); }
  .contact-copy > p:not(.eyebrow) { font-size: .85rem; margin-top: 1.4rem; }
  .contact-action { flex-direction: row; justify-content: space-between; gap: 1.5rem; }
  .contact-emblem { width: 90px; height: 90px; flex: 0 0 90px; order: 1; }
  .contact-emblem span:nth-child(2) { inset: 8px; }
  .contact-emblem span:nth-child(3) { inset: 16px; }
  .contact-emblem i { font-size: 3.8rem; }
  .contact-emblem::before { left: 2px; top: 29px; width: 4px; height: 4px; }
  .contact-emblem::after { right: 20px; bottom: 16px; width: 3px; height: 3px; }
  .contact-link { font-size: clamp(1.3rem, 5.4vw, 1.7rem); white-space: nowrap; }
  .site-footer { padding-block: 1.5rem; gap: 1.2rem; align-items: flex-start; }
  .footer-brand { flex-shrink: 0; font-size: 2rem; }
  .site-footer p { max-width: 14rem; text-align: right; font-size: .68rem; line-height: 1.9; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 2rem); }
  nav { gap: .75rem; }
  nav .nav-contact { padding-inline: .65rem; }
  .contact-emblem { width: 70px; height: 70px; flex-basis: 70px; }
  .contact-action { gap: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .button, .nav-contact, .expand, .workflow { border: 1px solid ButtonText; }
  .expand::before, .expand::after { background: ButtonText; }
  .service-art, .routing-art, .contact-emblem { display: none; }
}
