/* Ventanea — no framework, remote fonts, or external dependencies. */
:root {
  --orange: #F05A24;
  --orange-dark: #B93A0D;
  --black: #000000;
  --ink: #141414;
  --paper: #F7F5F1;
  --white: #FFFFFF;
  --muted: #595959;
  --line: #DEDBD5;
  --dark-line: #383838;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
::selection { background: var(--orange); color: var(--black); }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.1; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1248px, calc(100% - 112px)); margin-inline: auto; }
.section { padding: 100px 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 1.65px; line-height: 1.5; text-transform: uppercase; margin-bottom: 26px; }
.orange-square { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; background: var(--orange); }
h2 { font-weight: 650; font-size: clamp(34px, 3.5vw, 48px); letter-spacing: -1.9px; line-height: 1.1; }
h3 { font-size: 22px; font-weight: 650; letter-spacing: -.6px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 20px; background: var(--black); color: var(--white); z-index: 100; }
.skip-link:focus { top: 12px; }
.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; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: block; flex: 0 0 auto; width: 210px; margin-left: -6px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-nav a { text-decoration: none; padding-block: 12px; }
.site-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.site-nav .nav-cta { display: flex; align-items: center; gap: 23px; color: var(--white); background: var(--ink); padding: 13px 20px; border: 1px solid var(--ink); }
.site-nav .nav-cta:hover { color: var(--black); background: var(--orange); border-color: var(--orange); }
.menu-toggle { border: 1px solid var(--line); background: transparent; min-height: 44px; padding: 10px 14px; font-size: 13px; }
.menu-toggle span { padding-left: 14px; font-size: 18px; }

/* Hero */
.hero { padding-top: 70px; }
.hero-grid { display: grid; grid-template-columns: 1.18fr 1fr; gap: 56px; align-items: center; }
.hero-copy { padding-bottom: 4px; }
.hero .eyebrow { margin-bottom: 28px; }
h1 { font-size: clamp(62px, 6.3vw, 89px); font-weight: 700; line-height: 1.015; letter-spacing: -4.8px; margin: 0 0 28px; }
h1 span { color: var(--orange-dark); }
.hero-description { max-width: 530px; font-size: 20px; line-height: 1.55; letter-spacing: -.2px; }
.hero-support { color: var(--muted); font-size: 15px; max-width: 500px; margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px 24px; align-items: center; margin-top: 32px; }
.button { min-height: 54px; padding: 15px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; text-decoration: none; font-size: 13px; font-weight: 700; line-height: 1.4; border: 1px solid transparent; transition: background-color .15s ease, color .15s ease; }
.button span { font-size: 20px; font-weight: 400; line-height: 1; }
.button-orange { background: var(--orange); color: var(--black); }
.button-orange:hover { background: var(--ink); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--orange); color: var(--black); }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; text-decoration: none; font-size: 13px; font-weight: 650; }
.text-link:hover { text-decoration: underline; }
.text-link span { font-size: 19px; }
.hero-art { position: relative; min-width: 0; width: 100%; aspect-ratio: 1.03; background: #111; color: var(--white); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 30px; }
.art-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: 1.3px; color: #CECECE; }
.art-plus { font-size: 22px; color: var(--orange); line-height: 1; }
.art-field { position: absolute; inset: 50px 16px 74px; display: grid; place-items: center; background-image: linear-gradient(to right, #ffffff09 1px, transparent 1px), linear-gradient(to bottom, #ffffff09 1px, transparent 1px); background-size: 39px 39px; }
.hero-mark { width: 76%; position: relative; z-index: 2; }
.art-orbit { position: absolute; border: 1px solid #ffffff14; border-radius: 50%; width: 76%; aspect-ratio: 1; }
.orbit-two { width: 101%; }
.art-axis { position: absolute; background: #ffffff15; }
.axis-x { width: 100%; height: 1px; top: 50%; }
.axis-y { height: 112%; width: 1px; left: 50%; }
.art-tick { position: absolute; width: 14px; height: 1px; background: #777; }
.tick-one { right: 0; top: 50%; }
.tick-two { left: 0; top: 50%; }
.art-origin { position: absolute; left: 48.1%; bottom: 8%; color: #888; font-family: var(--mono); font-size: 13px; }
.art-bottom { display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 2; font-family: var(--mono); font-size: 10px; line-height: 1.75; letter-spacing: 2px; color: #CECECE; }
.art-arrow { color: var(--orange); font-size: 57px; line-height: .8; font-family: var(--sans); }
.hero-principles { margin-top: 61px; padding: 25px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 26px; }
.hero-principles p { font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 16px; }
.hero-principles p:last-child { justify-content: flex-end; }
.hero-principles span { font-family: var(--mono); font-size: 10px; color: var(--orange-dark); }

/* Capabilities */
.section-heading { display: grid; grid-template-columns: 1fr .74fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.section-intro { color: var(--muted); max-width: 440px; font-size: 15px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--white); }
.service { padding: 27px 24px 28px; display: flex; flex-direction: column; min-width: 0; }
.service + .service { border-left: 1px solid var(--line); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.service-index { font-family: var(--mono); color: var(--muted); font-size: 11px; }
.service-symbol { font-family: var(--mono); color: var(--orange-dark); font-size: 21px; line-height: 1; }
.service h3 { font-size: 20px; margin-bottom: 17px; min-height: 45px; }
.service p { color: var(--muted); font-size: 13px; line-height: 1.75; margin-bottom: 32px; }
.service-tags { font-family: var(--mono); font-size: 9px; letter-spacing: .45px; font-weight: 500; margin-top: auto; white-space: normal; line-height: 1.7; }
.service-tags span { color: var(--orange-dark); margin-inline: 2px; }
.recovery { margin-top: 28px; padding: 22px 0 22px 24px; border-left: 3px solid var(--orange); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.recovery h3 { font-size: 20px; margin-bottom: 8px; }
.recovery p { color: var(--muted); font-size: 13px; }
.recovery .text-link { flex-shrink: 0; padding-right: 5px; }

/* Working model */
.approach { background: #111; color: var(--white); }
.approach .eyebrow { color: #C6C6C6; }
.approach-intro { display: grid; grid-template-columns: 1.02fr 1fr; gap: 95px; }
.approach h2 span { color: var(--orange); }
.approach-copy { padding-top: 3px; color: #D0D0D0; font-size: 15px; }
.approach-copy p + p { margin-top: 17px; }
.accountability { margin-top: 25px; border-top: 1px solid var(--dark-line); padding-top: 22px; display: flex; align-items: flex-start; gap: 12px; font-size: 12px; color: #E9E9E9; }
.accountability .orange-square { margin-top: 5px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 66px; }
.process-grid article { padding-top: 25px; border-top: 1px solid #545454; }
.process-number { color: var(--orange); font-family: var(--mono); font-size: 11px; letter-spacing: 1px; }
.process-grid h3 { margin: 21px 0 14px; font-size: 23px; }
.process-grid p { color: #BFBFBF; font-size: 14px; line-height: 1.75; }

/* About */
.about { border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 95px; }
.about-description { max-width: 480px; margin-top: 25px; font-size: 16px; color: var(--muted); }
.about-details { padding-top: 45px; }
.about-details h3 { font-size: 21px; margin-bottom: 17px; }
.about-details > p { font-size: 15px; color: var(--muted); }
.name-story { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 28px; display: grid; grid-template-columns: 72px 1fr; gap: 17px; }
.story-label { font-family: var(--mono); font-size: 9px; color: var(--orange-dark); letter-spacing: 1.4px; padding-top: 3px; }
.name-story p { font-size: 13px; color: var(--muted); line-height: 1.75; }

/* Contact and footer */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 95px; }
.contact h2 { font-size: clamp(44px, 4.5vw, 64px); letter-spacing: -2.5px; }
.contact h2 span { color: var(--orange-dark); }
.contact-copy > p:first-child { max-width: 450px; color: var(--muted); font-size: 16px; margin: 6px 0 25px; }
.email-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-family: var(--mono); font-size: 11px; }
.copy-email { border: 0; border-bottom: 1px solid var(--line); color: var(--muted); background: none; font-family: var(--sans); font-size: 11px; padding: 10px 2px; min-height: 40px; }
.copy-email:hover { color: var(--orange-dark); }
.contact-note { margin-top: 17px; color: var(--muted); font-size: 12px; }
.contact-note a { white-space: nowrap; }
.site-footer { background: var(--white); border-top: 1px solid var(--line); }
.footer-inner { min-height: 103px; display: flex; align-items: center; gap: 28px; }
.footer-brand { width: 159px; flex-shrink: 0; margin-left: -5px; }
.footer-inner > p { font-size: 11px; color: var(--muted); }
.footer-inner .copyright { margin-left: auto; white-space: nowrap; }
.back-top { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 11px; text-decoration: none; }
.back-top:hover { color: var(--orange-dark); }

@media (min-width: 1600px) {
  .hero-grid { gap: 76px; }
  .hero { padding-top: 82px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .hero-grid { gap: 32px; grid-template-columns: 1.12fr 1fr; }
  h1 { font-size: 70px; letter-spacing: -3.5px; }
  .hero-description { font-size: 18px; }
  .hero-art { padding: 22px; }
  .art-top { font-size: 8px; letter-spacing: .8px; }
  .hero-actions { gap: 15px; }
  .hero-principles { grid-template-columns: 1fr 1.1fr 1fr; gap: 20px; }
  .hero-principles p { font-size: 11px; gap: 10px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service { padding: 28px; }
  .service:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service:nth-child(4) { border-top: 1px solid var(--line); }
  .service h3 { min-height: auto; }
  .service-top { margin-bottom: 24px; }
  .service p { font-size: 14px; max-width: 410px; }
  .service-tags { font-size: 9px; }
  .section-heading, .approach-intro, .about-grid, .contact-grid { gap: 48px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 79px; gap: 14px; flex-wrap: wrap; }
  .brand { width: 184px; }
  .site-nav { gap: 19px; font-size: 12px; }
  .site-nav .nav-cta { padding: 11px 14px; gap: 10px; }
  .hero { padding-top: 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  h1 { font-size: clamp(58px, 10.5vw, 82px); }
  .hero-copy { max-width: 650px; }
  .hero-description { max-width: 580px; }
  .hero-support { max-width: 560px; }
  .hero-art { max-height: 390px; min-height: 290px; aspect-ratio: 1.8; }
  .art-field { inset: 40px 48px 47px; }
  .hero-mark { width: 47%; max-width: 295px; }
  .art-orbit { width: 52%; }
  .orbit-two { width: 71%; }
  .art-bottom { font-size: 8px; }
  .hero-principles { margin-top: 36px; }
  .hero-principles p { display: block; font-size: 11px; }
  .hero-principles span { display: block; margin-bottom: 6px; }
  .section { padding: 72px 0; }
  .section-heading { gap: 36px; grid-template-columns: 1fr .9fr; }
  .section-intro { font-size: 14px; }
  h2 { font-size: 36px; letter-spacing: -1.4px; }
  .process-grid { gap: 27px; }
  .process-grid h3 { font-size: 21px; }
  .process-grid p { font-size: 13px; }
  .approach-intro { grid-template-columns: 1fr; gap: 30px; }
  .approach-copy { max-width: 650px; }
  .accountability { width: fit-content; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-description { max-width: 650px; }
  .about-details { padding-top: 0; max-width: 650px; }
  .contact-copy { max-width: 650px; }
  .contact-copy > p:first-child { max-width: 560px; }
  .contact h2 br { display: none; }
  .footer-inner { gap: 20px; flex-wrap: wrap; padding: 25px 0; min-height: 100px; }
  .footer-inner > p:not(.copyright) { display: none; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; }
  .brand { width: 175px; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: 0; padding: 0 0 18px; }
  .site-nav a { width: 50%; padding: 13px 0; font-size: 14px; }
  .site-nav .nav-cta { width: auto; padding: 11px 15px; margin-top: 4px; }
  body.has-js .site-nav:not(.is-open) { display: none; }
  body.has-js .menu-toggle:not([hidden]) { display: block; }
  .hero { padding-top: 41px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 24px; }
  h1 { font-size: clamp(49px, 12.2vw, 75px); letter-spacing: -2.8px; margin-bottom: 22px; }
  .hero-description { font-size: 17px; }
  .hero-support { font-size: 14px; margin-top: 16px; }
  .hero-actions { margin-top: 25px; gap: 11px; flex-direction: column; align-items: flex-start; }
  .button { padding: 15px 20px; }
  .hero-art { min-height: 315px; aspect-ratio: 1.12; max-height: 380px; padding: 22px; }
  .art-top { font-size: 7px; }
  .art-field { inset: 40px 20px 63px; }
  .hero-mark { width: 74%; }
  .art-orbit { width: 76%; }
  .orbit-two { width: 101%; }
  .art-bottom { font-size: 8px; }
  .hero-principles { grid-template-columns: 1fr; padding: 19px 0; gap: 13px; }
  .hero-principles p { display: flex; align-items: baseline; font-size: 12px; gap: 15px; }
  .hero-principles p:last-child { justify-content: flex-start; }
  .hero-principles span { margin-bottom: 0; }
  .section { padding: 60px 0; }
  .eyebrow { font-size: 10px; margin-bottom: 21px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 29px; }
  h2 { font-size: 34px; letter-spacing: -1.1px; }
  .services-grid { grid-template-columns: 1fr; }
  .service { padding: 25px 24px; }
  .service + .service { border-left: 0; border-top: 1px solid var(--line); }
  .service h3 { font-size: 21px; margin-bottom: 13px; }
  .service p { margin-bottom: 25px; }
  .service-top { margin-bottom: 21px; }
  .recovery { align-items: flex-start; flex-direction: column; gap: 11px; padding: 10px 0 10px 18px; margin-top: 30px; }
  .recovery p { font-size: 14px; }
  .approach-intro { gap: 28px; }
  .approach-copy { font-size: 14px; }
  .accountability { font-size: 11px; }
  .process-grid { grid-template-columns: 1fr; gap: 31px; margin-top: 42px; }
  .process-grid article { padding-top: 20px; }
  .process-grid h3 { margin-top: 13px; font-size: 23px; }
  .process-grid p { font-size: 14px; }
  .about-description { font-size: 15px; }
  .name-story { grid-template-columns: 1fr; gap: 11px; }
  .contact h2 { font-size: 47px; letter-spacing: -1.9px; }
  .contact h2 br { display: block; }
  .contact-copy > p:first-child { font-size: 15px; }
  .contact-note { font-size: 12px; line-height: 1.8; }
  .footer-inner { gap: 16px; justify-content: space-between; }
  .footer-brand { width: 155px; }
  .footer-inner .copyright { font-size: 10px; margin-left: 0; }
  .back-top { width: 100%; padding-top: 3px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  body { background: #fff; color: #000; font-size: 11pt; }
  .container { width: 100%; }
  .site-header { position: static; border: 0; }
  .site-nav, .menu-toggle, .hero-art, .hero-actions, .copy-email, .back-top { display: none !important; }
  .hero-grid, .section-heading, .approach-intro, .about-grid, .contact-grid { display: block; }
  .hero { padding: 10px 0 0; }
  h1 { font-size: 42pt; }
  h2 { font-size: 25pt; }
  .section { padding: 25px 0; break-inside: avoid; }
  .approach { background: #fff; color: #000; }
  .approach p, .approach-copy, .process-grid p, .accountability { color: #222; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service { padding: 16px; }
  .service-top { margin-bottom: 12px; }
  .contact-copy, .about-details { margin-top: 20px; }
}
