.v4-page {
  --v4-ink: #10201f;
  --v4-muted: #5d6966;
  --v4-ivory: #f4f1e8;
  --v4-paper: #fbfaf6;
  --v4-teal: #0c6661;
  --v4-teal-soft: #dceae5;
  --v4-amber: #d59b47;
  --v4-line: rgba(16, 32, 31, 0.14);
  margin: 0;
  background: var(--v4-paper);
  color: var(--v4-ink);
}
.v4-page * { box-sizing: border-box; }
.v4-shell { width: min(100%, 76rem); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }
.v4-skip { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--v4-ink); color: white; }
.v4-skip:focus { top: 1rem; }
.v4-header { position: relative; z-index: 5; border-bottom: 1px solid var(--v4-line); background: rgba(251, 250, 246, .94); }
.v4-nav { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.v4-brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.v4-brand img { width: 3.4rem; height: auto; }
.v4-nav nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.v4-nav nav a { color: var(--v4-muted); font-size: .88rem; font-weight: 650; text-decoration: none; }
.v4-nav nav a:last-child { color: var(--v4-ink); }
.v4-hero { overflow: hidden; padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.5rem, 7vw, 6rem); background: var(--v4-ivory); }
.v4-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(28rem, .96fr); align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.v4-eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.5rem; color: var(--v4-teal); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v4-eyebrow span { width: 1.6rem; height: 2px; background: var(--v4-teal); }
.v4-hero h1 { max-width: 44rem; margin: 0; font-family: "Cardo", serif; font-size: clamp(3rem, 6.2vw, 5.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.v4-deck { max-width: 39rem; margin: 1.6rem 0 0; color: var(--v4-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.v4-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin-top: 2rem; }
.v4-button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.25rem; padding: .85rem 1.2rem; border-radius: .35rem; background: var(--v4-ink); color: white; font-size: .9rem; font-weight: 750; text-decoration: none; }
.v4-button span { color: #a8d0c7; }
.v4-text-link { font-size: .9rem; font-weight: 750; text-decoration: none; }
.v4-text-link span { margin-left: .4rem; color: var(--v4-teal); }
.v4-proofline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--v4-line); }
.v4-proofline div { display: grid; gap: .15rem; }
.v4-proofline strong { font-size: .9rem; }
.v4-proofline span { color: var(--v4-muted); font-size: .72rem; line-height: 1.35; }
.v4-system { position: relative; border: 1px solid rgba(16, 32, 31, .18); border-radius: 1rem; background: #fff; box-shadow: 0 28px 70px rgba(16, 32, 31, .14); transform: rotate(1.2deg); }
.v4-system::before { content: ""; position: absolute; inset: 1.25rem -1.4rem -1.4rem 1.4rem; z-index: -1; border: 1px solid rgba(12, 102, 97, .18); border-radius: 1rem; background: var(--v4-teal-soft); }
.v4-system-bar { min-height: 3.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 1.1rem; border-bottom: 1px solid var(--v4-line); color: var(--v4-muted); font-size: .72rem; }
.v4-status-dot { display: inline-block; width: .5rem; height: .5rem; margin-right: .45rem; border-radius: 50%; background: #35a676; box-shadow: 0 0 0 4px rgba(53, 166, 118, .12); }
.v4-system-body { display: grid; gap: .85rem; padding: 1.1rem; }
.v4-system-summary { display: grid; grid-template-columns: 1.15fr .85fr; gap: .8rem; }
.v4-system-summary div { display: grid; padding: 1rem; border: 1px solid var(--v4-line); border-radius: .65rem; }
.v4-system-summary span { color: var(--v4-muted); font-size: .69rem; }
.v4-system-summary strong { margin-top: .25rem; font-family: "Cardo", serif; font-size: 2.1rem; line-height: 1; }
.v4-system-summary small { margin-top: .4rem; color: var(--v4-teal); font-size: .65rem; }
.v4-flow { padding: 1rem; border: 1px solid var(--v4-line); border-radius: .65rem; background: #fafaf7; }
.v4-flow p { margin: 0 0 .8rem; font-size: .69rem; font-weight: 750; }
.v4-flow-row { display: grid; grid-template-columns: 1fr 2rem 1.15fr 2rem 1fr; align-items: center; gap: .3rem; }
.v4-flow-row + .v4-flow-row { margin-top: .55rem; }
.v4-flow-row span { padding: .55rem .35rem; border: 1px solid var(--v4-line); border-radius: .35rem; background: white; font-size: .61rem; font-weight: 700; text-align: center; }
.v4-flow-row span:nth-of-type(2) { border-color: rgba(12, 102, 97, .25); background: var(--v4-teal-soft); color: var(--v4-teal); }
.v4-flow-row i { height: 1px; background: var(--v4-line); }
.v4-flow-row.secondary { opacity: .78; }
.v4-exception { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: .85rem; border: 1px solid rgba(213, 155, 71, .35); border-radius: .65rem; background: #fff8ea; }
.v4-alert { padding: .3rem .45rem; border-radius: .25rem; background: var(--v4-amber); color: #2b2113; font-size: .58rem; font-weight: 850; text-transform: uppercase; }
.v4-exception div { display: grid; }
.v4-exception strong { font-size: .7rem; }
.v4-exception small { color: var(--v4-muted); font-size: .62rem; }
.v4-proof-band { border-block: 1px solid var(--v4-line); background: var(--v4-ink); color: white; }
.v4-proof-band .v4-shell { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; overflow: hidden; }
.v4-proof-band span { white-space: nowrap; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.v4-section { padding: clamp(5rem, 9vw, 7.5rem) 0; }
.v4-kicker { margin: 0 0 1rem; color: var(--v4-teal); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.v4-section h2, .v4-quote blockquote, .v4-contact h2 { margin: 0; font-family: "Cardo", serif; font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
.v4-intro-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.v4-intro-copy { padding-top: .4rem; }
.v4-intro-copy > p { margin: 0; color: var(--v4-muted); font-size: 1.08rem; line-height: 1.75; }
.v4-intro-copy > p + p { margin-top: 1rem; }
.v4-arrow-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1.5rem; color: var(--v4-ink); font-size: .85rem; font-weight: 800; text-decoration: none; }
.v4-arrow-link span { color: var(--v4-teal); transition: transform 160ms ease; }
.v4-arrow-link:hover span { transform: translateX(.2rem); }
.v4-services { border-block: 1px solid var(--v4-line); background: #fff; }
.v4-section-head { display: grid; grid-template-columns: 1.1fr .6fr; align-items: end; gap: 3rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.v4-section-head > p { margin: 0 0 .35rem; color: var(--v4-muted); line-height: 1.7; }
.v4-service-list { border-top: 1px solid var(--v4-ink); }
.v4-service-list article { display: grid; grid-template-columns: 3rem .72fr 1.2fr auto; align-items: start; gap: clamp(1rem, 3vw, 2.5rem); padding: 2rem 0; border-bottom: 1px solid var(--v4-line); }
.v4-service-num { color: var(--v4-teal); font-family: "Cardo", serif; font-size: 1.1rem; }
.v4-service-list h3 { margin: 0; font-size: 1.15rem; letter-spacing: -.02em; }
.v4-service-list p { margin: 0; color: var(--v4-muted); line-height: 1.65; }
.v4-service-tag { padding: .35rem .6rem; border: 1px solid var(--v4-line); border-radius: 99px; color: var(--v4-muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v4-approach { background: var(--v4-ink); color: #fff; }
.v4-approach .v4-kicker { color: #83b9ae; }
.v4-approach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(4rem, 9vw, 8rem); }
.v4-approach-copy { position: sticky; top: 2rem; align-self: start; }
.v4-approach-copy > p:last-child { max-width: 32rem; margin: 1.5rem 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.v4-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.v4-steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.2rem; padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.v4-steps li > span { color: #83b9ae; font-family: "Cardo", serif; }
.v4-steps h3 { margin: 0; font-size: 1.15rem; }
.v4-steps p { margin: .45rem 0 0; color: rgba(255,255,255,.62); line-height: 1.6; }
.v4-work { background: var(--v4-ivory); }
.v4-case { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--v4-line); background: #fff; }
.v4-case + .v4-case { margin-top: 1.5rem; }
.v4-case-reverse { grid-template-columns: .85fr 1.15fr; }
.v4-case-reverse .v4-case-media { order: 2; }
.v4-case-reverse .v4-case-copy { order: 1; }
.v4-case-media { min-height: 30rem; background: #e9ece8; }
.v4-case-media img { width: 100%; height: 100%; object-fit: cover; }
.v4-case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); }
.v4-case-meta { margin: 0 0 1.2rem; color: var(--v4-teal); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.v4-case h3 { margin: 0; font-family: "Cardo", serif; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
.v4-case-copy > p:not(.v4-case-meta) { margin: 1.2rem 0 0; color: var(--v4-muted); line-height: 1.7; }
.v4-case-copy ul { margin: 1.4rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--v4-line); list-style: none; }
.v4-case-copy li { position: relative; padding-left: 1.2rem; color: var(--v4-muted); font-size: .84rem; }
.v4-case-copy li + li { margin-top: .5rem; }
.v4-case-copy li::before { content: ""; position: absolute; left: 0; top: .62em; width: .4rem; height: .4rem; border-radius: 50%; background: var(--v4-teal); }
.v4-notes { border-top: 1px solid var(--v4-line); background: #fff; }
.v4-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v4-ink); }
.v4-notes-grid a { min-height: 19rem; display: flex; flex-direction: column; padding: 1.6rem; border-bottom: 1px solid var(--v4-line); text-decoration: none; }
.v4-notes-grid a + a { border-left: 1px solid var(--v4-line); }
.v4-notes-grid a:hover { background: var(--v4-ivory); }
.v4-notes-grid span { color: var(--v4-teal); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.v4-notes-grid h3 { margin: 1.1rem 0 0; font-family: "Cardo", serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
.v4-notes-grid small { margin-top: auto; color: var(--v4-muted); font-weight: 750; }
.v4-quote { padding: clamp(5rem, 10vw, 8rem) 0; background: #fff; text-align: center; }
.v4-quote .v4-shell { width: min(100%, 62rem); }
.v4-quote blockquote { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
.v4-attribution { display: flex; justify-content: center; gap: .65rem; margin: 1.8rem 0 0; font-size: .82rem; }
.v4-attribution span { color: var(--v4-muted); }
.v4-fit { border-top: 1px solid var(--v4-line); }
.v4-fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); }
.v4-fit-list { border-top: 1px solid var(--v4-ink); }
.v4-fit-list > div { display: grid; grid-template-columns: .48fr 1fr; gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--v4-line); }
.v4-fit-list span { font-weight: 750; }
.v4-fit-list p { margin: 0; color: var(--v4-muted); font-size: .9rem; line-height: 1.55; }
.v4-contact-section { background: var(--v4-ivory); }
.v4-contact { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(3rem, 8vw, 7rem); padding: clamp(2.5rem, 7vw, 5.5rem); background: var(--v4-teal); color: white; }
.v4-contact .v4-kicker { color: #b9ded7; }
.v4-contact-copy { align-self: end; }
.v4-contact-copy p { margin: 0 0 1.5rem; color: rgba(255,255,255,.75); line-height: 1.7; }
.v4-button-light { background: white; color: var(--v4-ink); }
.v4-footer { padding: 2.5rem 0; border-top: 1px solid var(--v4-line); background: var(--v4-paper); }
.v4-footer .v4-shell { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; }
.v4-footer p, .v4-footer > div > a:last-child { margin: 0; color: var(--v4-muted); font-size: .78rem; }
.v4-page a:focus-visible { outline: 3px solid var(--v4-amber); outline-offset: 4px; }
@media (max-width: 920px) { .v4-hero-grid { grid-template-columns: 1fr; } .v4-system { width: min(100%, 38rem); transform: none; } }
@media (max-width: 920px) { .v4-intro-grid, .v4-section-head, .v4-approach-grid, .v4-fit-grid, .v4-contact { grid-template-columns: 1fr; } .v4-approach-copy { position: static; } .v4-case, .v4-case-reverse { grid-template-columns: 1fr; } .v4-case-reverse .v4-case-media, .v4-case-reverse .v4-case-copy { order: initial; } .v4-case-media { min-height: 22rem; } .v4-notes-grid { grid-template-columns: 1fr; } .v4-notes-grid a { min-height: 14rem; } .v4-notes-grid a + a { border-left: 0; } }
@media (max-width: 640px) { .v4-nav nav a:not(:last-child) { display: none; } .v4-hero { padding-top: 3.8rem; } .v4-hero h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); } .v4-proofline { grid-template-columns: 1fr; } .v4-system-summary { grid-template-columns: 1fr 1fr; } .v4-flow-row { grid-template-columns: 1fr 1rem 1.15fr 1rem 1fr; } .v4-proof-band .v4-shell { justify-content: flex-start; } .v4-service-list article { grid-template-columns: 2rem 1fr; } .v4-service-list p, .v4-service-tag { grid-column: 2; } .v4-case-media { min-height: 17rem; } .v4-fit-list > div { grid-template-columns: 1fr; gap: .4rem; } .v4-footer .v4-shell { grid-template-columns: 1fr; gap: .8rem; } }
@media (prefers-reduced-motion: reduce) { .v4-page *, .v4-page *::before, .v4-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
