:root {
  --canvas: #F3F4EF;
  --surface: #e6e8df;
  --surface-deep: #D0C6BB;
  --ink: #1F1F1F;
  --muted: #595d55;
  --line: #c4c8bd;
  --accent: #6F7D63;
  --accent-dark: #49543f;
  --contrast: #E56B3F;
  --contrast-dark: #963A20;
  --white: #FFFFFF;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --content: 1280px;
  --gutter: clamp(20px, 5vw, 64px);
  --ease: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--contrast-dark); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 10px 14px; background: var(--ink); color: var(--canvas); }
.skip-link:focus { top: 16px; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.nav-wrap, main, .site-footer-inner { width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; font-size: 20px; }
.wordmark { gap: 16px; }
.brand-core { display: inline-flex; align-items: center; gap: 11px; }
.brand-core img:first-child { width: 38px; height: 38px; object-fit: contain; }
.brand-name { display: block; color: var(--ink); font-size: 17px; font-weight: 800; line-height: .95; letter-spacing: .08em; }
.brand-tagline { max-width: 126px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.15; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.site-nav a:not(.button):hover, .site-nav a[aria-current='page'] { color: var(--contrast-dark); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 10px 18px; border: 1px solid var(--ink); background: var(--ink); color: var(--canvas); text-decoration: none; font-size: 14px; font-weight: 700; transition: background var(--ease), color var(--ease), transform var(--ease); }
.button:hover { background: var(--contrast); border-color: var(--contrast); color: var(--ink); transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { color: var(--white); }
.nav-toggle { display: none; border: 1px solid var(--ink); background: transparent; min-height: 44px; padding: 8px 12px; font-weight: 700; }
.eyebrow { margin: 0 0 18px; color: var(--contrast-dark); font-size: 12px; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; }
h1 { max-width: 850px; margin-bottom: 26px; font-size: clamp(3rem, 5.8vw, 6rem); line-height: 1.06; letter-spacing: -.045em; overflow-wrap: break-word; }
h1 em { font-weight: 400; color: var(--contrast-dark); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5.4vw, 5.3rem); }
h3 { margin-bottom: 10px; font-size: clamp(1.65rem, 2.8vw, 2.45rem); }
.lede { max-width: 630px; color: #4e554e; font-size: clamp(1.06rem, 1.5vw, 1.3rem); line-height: 1.5; }
.muted { color: var(--muted); }
.section { padding-block: clamp(84px, 11vw, 164px); }
.section-rule { border-top: 1px solid var(--line); }
.hero { padding-block: clamp(72px, 10vw, 154px) clamp(82px, 12vw, 170px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: clamp(40px, 8vw, 132px); align-items: end; }
.hero-copy { padding-bottom: 8px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { margin: 40px 0 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.hero-note::before { content: ''; width: 38px; height: 1px; background: var(--contrast); }
.hero-art { min-height: 510px; position: relative; background: var(--ink); color: var(--canvas); overflow: hidden; }
.hero-art::before { content: ''; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(244,241,235,.38); border-radius: 50%; left: 14%; top: 17%; }
.hero-art::after { content: ''; position: absolute; width: 380px; height: 1px; background: var(--contrast); transform: rotate(-38deg); right: -9%; top: 35%; }
.art-top { position: absolute; top: 24px; left: 24px; right: 24px; display: flex; justify-content: space-between; color: #c8c8bc; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.art-word { position: absolute; left: 9%; top: 24%; max-width: 84%; font-family: var(--serif); font-size: clamp(2.5rem, 4.6vw, 4.4rem); letter-spacing: -.04em; line-height: 1.12; }
.art-word em { color: var(--contrast); }
.art-caption { position: absolute; right: 24px; bottom: 24px; max-width: 170px; color: #c8c8bc; font-size: 12px; line-height: 1.35; }
.section-intro { display: grid; grid-template-columns: minmax(210px, .33fr) minmax(0, .67fr); gap: 32px; align-items: start; margin-bottom: 62px; }
.section-intro h2 { max-width: 740px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 78px) clamp(22px, 4vw, 56px); }
.project-card { text-decoration: none; }
.project-card:nth-child(2) { margin-top: 96px; }
.project-card:nth-child(3) { margin-top: -24px; }
.project-frame { position: relative; display: grid; place-items: center; min-height: 390px; margin-bottom: 20px; border: 1px solid var(--ink); overflow: hidden; }
.project-frame::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(29,33,29,.27); pointer-events: none; }
.frame-fingerprint { background: #dfded5; color: #222a23; }
.frame-juno { background: var(--surface-deep); color: var(--ink); }
.frame-triptrack { background: #26352f; color: #e0d9c7; }
.frame-agentmap { background: #c9b9a1; color: #252a23; }
.frame-label { position: relative; z-index: 1; padding: 24px; font-size: clamp(2.6rem, 6vw, 6rem); font-family: var(--serif); letter-spacing: -.08em; line-height: .8; text-align: center; }
.frame-ui { position: absolute; z-index: 1; inset: 28px; display: flex; justify-content: space-between; flex-direction: column; opacity: .65; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.frame-ui span:last-child { align-self: end; }
.project-meta { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.project-meta h3 { margin: 0; }
.project-meta .arrow { font-size: 24px; transition: transform var(--ease); }
.project-card:hover .arrow { transform: translate(4px, -4px); }
.project-type { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--contrast-dark); border-color: var(--contrast-dark); }
.section-link { margin-top: 48px; }
.build-list { border-top: 1px solid var(--line); }
.build-row { display: grid; grid-template-columns: 44px 1fr 1.5fr 32px; gap: 24px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.build-row h3, .build-row p { margin: 0; }
.build-row p { max-width: 520px; color: var(--muted); }
.build-number { color: var(--contrast-dark); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.arrow { font-family: var(--sans); }
.approach { display: grid; grid-template-columns: minmax(0, .8fr) minmax(270px, 1.2fr); gap: clamp(44px, 9vw, 150px); }
.approach-copy { max-width: 570px; }
.stages { border-top: 1px solid var(--line); }
.stage { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.stage p { margin: 0; color: var(--muted); }
.stage strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.workflow-note { max-width: 500px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.process-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(50px, 7vw, 90px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.proof-item { min-height: 250px; padding: clamp(22px, 3vw, 34px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-item h3 { margin-bottom: 18px; font-size: clamp(1.55rem, 2.2vw, 2.1rem); }
.proof-item p:last-child { margin: 0; color: var(--muted); }
.pricing-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 40px; align-items: end; }
.price { color: var(--contrast-dark); font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.07em; line-height: .9; }
.price small { display: block; margin-top: 12px; font-family: var(--sans); color: var(--muted); font-size: 14px; letter-spacing: 0; }
.price-copy { max-width: 420px; color: var(--muted); }
.contact { background: var(--ink); color: var(--canvas); padding-inline: clamp(24px, 5vw, 72px); margin-bottom: 56px; }
.contact .eyebrow { color: var(--contrast); }
.contact h2 { max-width: 850px; }
.contact p { max-width: 580px; color: #c5c7bb; }
.contact-card { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; align-items: end; margin-top: 50px; padding-top: 22px; border-top: 1px solid #555b53; }
.contact-card p { margin: 0; font-size: 14px; }
.contact .button { background: var(--canvas); border-color: var(--canvas); color: var(--ink); }
.contact .button:hover { background: var(--contrast); border-color: var(--contrast); color: var(--ink); }
.page-hero { padding-block: clamp(74px, 10vw, 140px) 90px; }
.page-hero h1 { max-width: 900px; }
.page-hero .lede { max-width: 660px; }
.project-list { display: grid; gap: clamp(72px, 11vw, 150px); }
.project-feature { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(280px, .72fr); gap: clamp(36px, 8vw, 124px); align-items: center; }
.project-feature:nth-child(even) { grid-template-columns: minmax(280px, .72fr) minmax(300px, 1fr); }
.project-feature:nth-child(even) .feature-image { order: 2; }
.feature-image .project-frame { min-height: 520px; margin: 0; }
.feature-copy h2 { margin-bottom: 12px; font-size: clamp(2.7rem, 5vw, 5.1rem); }
.feature-copy .project-type { margin-bottom: 24px; }
.feature-copy p { max-width: 510px; color: var(--muted); }
.disclosure { margin-top: 22px; color: var(--muted); font-size: 13px; }
.price-hero { padding-bottom: 75px; }
.price-table { border-top: 1px solid var(--ink); }
.price-row { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(200px, 1.3fr) minmax(140px, .5fr); gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.price-row h2, .price-row p { margin: 0; }
.price-row h2 { font-size: 28px; letter-spacing: -.04em; }
.price-amount { color: var(--contrast-dark); font-family: var(--serif); font-size: 30px; letter-spacing: -.04em; line-height: 1.1; }
.price-row p { color: var(--muted); }
.price-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 30px; }
.price-note { min-height: 150px; padding: 24px; border: 1px solid var(--line); }
.price-note + .price-note { border-left: 0; }
.price-note h3 { font-size: 23px; }
.app-offer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.app-offer h2 { max-width: 480px; }
.app-offer p { max-width: 590px; color: var(--muted); }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 22px 0; font-family: var(--serif); font-size: 23px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; float: right; font-family: var(--sans); font-size: 22px; }
details[open] summary::after { content: '−'; }
details[open] summary { color: var(--contrast-dark); }
details p { max-width: 650px; padding: 0 35px 24px 0; margin: 0; color: var(--muted); }
.legal { max-width: 800px; padding-block: 90px 150px; }
.legal h1 { font-size: clamp(3rem, 6vw, 6rem); }
.legal h2 { margin-top: 58px; margin-bottom: 14px; font-size: 32px; }
.legal p, .legal li { color: #4e554e; }
.legal ul { padding-left: 22px; }
.not-found { min-height: 70vh; display: flex; align-items: center; }
.not-found h1 { font-size: clamp(4rem, 12vw, 10rem); }
.site-footer { padding-block: 42px 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; font-size: 13px; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { color: var(--contrast-dark); }
.footer-context { text-align: right; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; color: var(--muted); font-size: 11px; }

@media (max-width: 767px) {
  .nav-wrap { min-height: 92px; position: relative; flex-wrap: nowrap; }
  .wordmark { max-width: calc(100% - 54px); }
  .wordmark { gap: 10px; }
  .brand-core img:first-child { width: 32px; height: 32px; }
  .brand-name { font-size: 14px; }
  .brand-tagline { max-width: 88px; font-size: 9px; }
  .js .nav-toggle { display: block; }
  .site-nav { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 20px; border-bottom: 1px solid var(--line); background: var(--canvas); }
  .nav-toggle { position: absolute; top: 24px; right: 0; }
  .js .site-nav { position: absolute; inset: 92px 0 auto; display: none; }
  .site-nav[data-open='true'] { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav .button { margin-top: 8px; }
  .workflow-note { font-size: 14px; }
  .process-proof { grid-template-columns: 1fr; }
  .proof-item { min-height: 0; }
  .hero-grid, .section-intro, .approach, .pricing-band, .project-feature, .project-feature:nth-child(even), .app-offer { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.7rem, 10.5vw, 4.6rem); }
  .hero-art { min-height: 340px; }
  .section-intro { gap: 14px; margin-bottom: 38px; }
  .section-intro h2 { margin-bottom: 0; }
  .project-grid { grid-template-columns: 1fr; gap: 52px; }
  .project-card:nth-child(2), .project-card:nth-child(3) { margin-top: 0; }
  .project-frame { min-height: 290px; }
  .build-row { grid-template-columns: 30px 1fr 20px; gap: 12px; }
  .build-row p { grid-column: 2 / -1; }
  .stage { grid-template-columns: 54px 1fr; }
  .price-row { grid-template-columns: 1fr; gap: 10px; padding: 25px 0; }
  .price-amount { font-size: 28px; }
  .price-notes { grid-template-columns: 1fr; }
  .price-note { min-height: 0; }
  .price-note + .price-note { border-left: 1px solid var(--line); border-top: 0; }
  .feature-image { order: 0 !important; }
  .feature-image .project-frame { min-height: 350px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .footer-context { text-align: left; }
  .footer-bottom { display: block; margin-top: 34px; }
  .footer-bottom p + p { margin-top: 8px; }
}

.hero-art::before { border-color: #6f7d6355; width: 320px; height: 320px; top: 10%; left: 23%; }
.hero-art::after { background: var(--surface-deep); opacity: .5; }
.art-top { font-size: 12px; gap: 12px; }
.art-caption { max-width: 250px; left: 9%; right: 9%; bottom: 8%; font-size: 14px; }
.frame-label { line-height: 1.06; letter-spacing: -.05em; }
.frame-ui { font-size: 12px; opacity: 1; }
.project-screenshot { width: 100%; height: auto; display: block; }
.project-brand { display: grid; justify-items: center; gap: 16px; padding: 48px 12px; }
.project-brand .frame-label { font-size: clamp(2rem, 3.7vw, 3.7rem); padding: 0; }
.project-brand img { width: 72px; height: 72px; }
.juno-brand { width: 65%; max-height: 160px; }
.frame-agentmap { padding: 26px; background: #d6e2dd; }
.frame-agentmap::after { display: none; }
.project-type, .hero-note, .footer-nav, .footer-grid p { font-size: 14px; }
.footer-bottom { font-size: 12px; }
.app-offer .price-row { grid-template-columns: 1fr auto; }
.app-offer .price-row p { grid-column: 1; grid-row: 2; }
.app-offer .price-amount { grid-column: 2; grid-row: 1; }
.price-note p { margin-bottom: 0; }
.price-note { padding: clamp(20px, 3vw, 40px); }
.nav-wrap { padding-block: 10px; }
.feature-copy, .price-copy, .price-row > *, .hero-grid > * { min-width: 0; }
.text-link { overflow-wrap: anywhere; }
@media (min-width: 768px) and (max-width: 1050px) {
  .hero-grid { gap: 30px; grid-template-columns: 1.1fr .9fr; }
  .project-feature, .project-feature:nth-child(even) { grid-template-columns: 1fr 1fr; gap: 32px; }
  .frame-label { font-size: 3rem; }
  .approach { grid-template-columns: 1fr 1fr; gap: 36px; }
  .app-offer { gap: 32px; }
}
@media (max-width: 767px) {
  .art-word { font-size: clamp(2.5rem, 8vw, 4rem); }
  .hero { padding-top: 52px; }
  .build-row .arrow { display: none; }
  .project-frame { min-height: 250px; }
  .frame-agentmap { padding: 16px; }
  .feature-image .frame-agentmap { min-height: 240px; }
  .price { font-size: clamp(2.5rem, 11vw, 4rem); }
  .contact h2 { font-size: clamp(2rem, 9vw, 3rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
