@charset "UTF-8";
:root {
  color-scheme: dark;
  --paper: #111413;
  --ink: #eeeee7;
  --muted: #a1a8a0;
  --line: #303732;
  --accent: #d1b78c;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; border-radius: 3px; }
::selection { background: #dfb49d; color: #282a25; }
h1, h2, h3, p, figure { margin: 0; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.page-shell { max-width: 1312px; margin: 0 auto; padding: 0 56px; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px 20px; background: var(--ink); color: var(--paper); z-index: 10; }
.skip-link:focus { top: 10px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 29px; font-weight: 700; letter-spacing: -1.5px; }
.brand-mark { width: 36px; height: 36px; flex: none; overflow: visible; }
.brand-mark > * { fill: none; stroke: #c7dfb0; stroke-width: 9; stroke-linejoin: round; transform-box: view-box; transform-origin: 60px 60px; animation: portal-outer 3.6s cubic-bezier(.65,0,.35,1) infinite; }
.brand-mark .portal-inner { stroke: #d1b78c; stroke-width: 7; animation-name: portal-inner; }
.footer-brand .brand-mark { width: 28px; height: 28px; }
@keyframes portal-outer { 0%,5% { transform: rotate(0); } 95%,100% { transform: rotate(90deg); } }
@keyframes portal-inner { 0%,5% { transform: rotate(0); } 95%,100% { transform: rotate(-90deg); } }
nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 500; }
nav a { padding: 12px 0; transition: color .18s; }
nav a:hover { color: var(--accent); }
nav .nav-contact { border-left: 1px solid var(--line); padding-left: 32px; }
.nav-contact span { margin-left: 16px; font-size: 18px; }
.hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; align-items: center; padding: 70px 0 76px; }
.eyebrow { font-family: "Consolas", "Courier New", monospace; text-transform: uppercase; letter-spacing: 1.6px; font-size: 10px; font-weight: 400; line-height: 1.6; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.status-dot { width: 6px; height: 6px; background: #718565; border-radius: 50%; display: inline-block; flex-shrink: 0; }
h1 { font-size: clamp(58px, 6.5vw, 86px); line-height: 1.06; letter-spacing: -5px; font-weight: 500; margin: 27px 0 24px; }
h1 span { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-style: italic; letter-spacing: -4.5px; }
.hero-description { font-size: 16px; line-height: 1.8; color: var(--muted); max-width: 490px; }
.button { display: inline-flex; gap: 44px; align-items: center; padding: 16px 22px; border-radius: 5px; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; }
.button-dark { background: var(--ink); color: var(--paper); margin-top: 30px; }
.button-dark:hover { background: var(--accent); color: var(--paper); transform: translateY(-2px); }
.button span { font-size: 19px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; padding-top: 28px; border-top: 1px solid var(--line); }
.section-heading h2 { font-size: 22px; font-weight: 500; letter-spacing: -.65px; }
.section-heading h2 span { color: var(--muted); }
.section-heading .eyebrow { color: var(--muted); font-size: 9px; }
.project { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-bottom: 26px; }
.project-copy { padding: 34px 40px 38px; display: flex; flex-direction: column; align-items: flex-start; }
.project-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; }
.project-number { font: 9px Consolas, monospace; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.badge { font-size: 9px; border: 1px solid #465a41; background: #293728; color: #c6d6b7; padding: 5px 9px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.badge .status-dot { width: 4px; height: 4px; }
.product-name { margin: 40px 0 22px; display: flex; gap: 12px; align-items: center; width: fit-content; color: inherit; text-decoration: none; }
.product-name:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.product-name h3 { font-size: 31px; font-weight: 500; letter-spacing: -1px; }
.product-name img { width: 44px; height: 44px; object-fit: contain; }
.project-headline { font-size: 34px; font-weight: 450; line-height: 1.18; letter-spacing: -1.15px; }
.project-description { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 390px; margin-top: 20px; }
.feature-list { list-style: none; padding: 0; margin: 24px 0 32px; font-size: 12px; line-height: 1.8; }
.feature-list li { position: relative; padding-left: 20px; margin-bottom: 6px; }
.feature-list li::before { content: "↳"; position: absolute; left: 0; color: #adc795; }
.project-link { display: inline-flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 600; padding: 8px 0; margin-top: auto; }
.project-link:hover { color: var(--accent); }
.project-link > span[aria-hidden] { font-size: 21px; font-weight: 400; transition: transform .2s; }
.project-link:hover > span[aria-hidden] { transform: translate(2px, -2px); }
.link-domain { font-size: 10px; color: var(--muted); font-weight: 400; margin-left: 10px; }
.notere { background: #181d1a; }
.notere-visual { padding: 28px 38px 24px; background: #222d26; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.visual-topline { display: flex; align-items: center; justify-content: space-between; color: #b0bfa9; }
.visual-topline .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
.notere-preview { width: 100%; max-width: 420px; align-self: center; margin: 28px 0 22px; background: #1b1a23; border-radius: 9px; overflow: hidden; box-shadow: 0 20px 35px -20px #343d40a6; border: 1px solid #30313a; transform: rotate(-2deg); }
.preview-chrome { height: 33px; color: #b1b0ba; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; font-size: 8px; border-bottom: 1px solid #32313a; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 4px; height: 4px; border-radius: 50%; background: #777680; }
.notere-preview > img { width: 100%; height: auto; aspect-ratio: 1; }
.notere-preview figcaption { color: #afadb9; text-align: center; padding: 12px 8px; font-size: 9px; border-top: 1px solid #32313a; }
.preview-switcher { display: flex; justify-content: center; gap: 5px; }
.preview-switcher button { cursor: pointer; border: 1px solid transparent; background: transparent; color: #b0bfa9; font-size: 10px; padding: 9px 10px; min-height: 44px; border-radius: 4px; white-space: nowrap; }
.preview-switcher button span { margin-left: 6px; }
.preview-switcher button[aria-pressed="true"] { background: #3a4a3c; border-color: #53694f; color: #eff4e7; box-shadow: 0 2px 3px #50604009; }
.preview-switcher button:hover { color: #eff4e7; background: #344332; }
.agent-project { background: #242a28; color: #f1f1e8; border-color: #363e37; }
.agent-project .project-number, .agent-project .project-description { color: #aeb8af; }
.badge-dark { border-color: #495145; background: #343d33; color: #c5ceb6; }
.badge-dark .status-dot { background: #b5ba8b; }
.agent-headline { margin-top: 40px; }
.coming-link { display: flex; align-items: center; gap: 23px; margin-top: auto; }
.coming-note { color: #aeb8af; font-size: 10px; }
.agent-project .project-link:hover { color: #c8d8b0; }
.agent-project a:focus-visible { outline-color: #c8d8b0; }
.agent-project .project-description { margin-bottom: 36px; }
.agent-visual { background: #1e2822; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 32px; min-width: 0; }
.bot-illustration { width: 100%; max-width: 390px; height: auto; }
.agent-visual figcaption { font-size: 12px; color: #b0bfa9; text-align: center; line-height: 1.6; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 32px 0 40px; border-top: 1px solid var(--line); }
.contact .eyebrow { color: var(--muted); margin-bottom: 10px; }
.contact h2 { font-size: 28px; font-weight: 450; letter-spacing: -.8px; }
.contact > a { font-family: "Segoe UI", Arial, sans-serif; color: var(--accent); font-size: 21px; font-style: normal; border-bottom: 1px solid #d1b78c60; padding-bottom: 5px; transition: border-color .2s; }
.contact > a:hover { border-color: var(--accent); }
.contact > a span { font-family: Arial, sans-serif; margin-left: 24px; font-style: normal; }
footer { border-top: 1px solid var(--line); display: flex; align-items: center; gap: 28px; padding: 26px 0 30px; color: var(--muted); font-size: 9px; }
.footer-brand { font-size: 23px; color: var(--ink); }
footer p { flex: 1; }
footer > a:last-child:hover { color: var(--accent); }
.hero-aside { border-left: 1px solid var(--line); padding-left: 40px; justify-self: end; width: 100%; max-width: 320px; }
.hero-index { font: 10px Consolas, monospace; letter-spacing: 1.5px; color: var(--accent); }
.hero-aside p { font-size: 20px; line-height: 1.5; letter-spacing: -.3px; margin: 14px 0 35px; color: #bdc5ba; }
.hero-aside p:last-child { margin-bottom: 0; }
@media (min-width: 1500px) { .hero { padding-top: 100px; padding-bottom: 105px; } }
@media (max-width: 1050px) {
  .page-shell { padding: 0 32px; }
  h1 { font-size: 70px; letter-spacing: -4px; }
  .hero { padding: 65px 0; }
  .hero .eyebrow { font-size: 9px; letter-spacing: 1px; }
  .project-copy { padding: 28px; }
  .project-topline { flex-wrap: wrap; }
  .notere-visual { padding: 26px; justify-content: center; }
  .notere-visual .visual-topline { margin-bottom: auto; }
  .preview-switcher { margin-top: auto; }
  .project-headline { font-size: 30px; }
  .agent-visual { padding: 30px 20px; }
  .product-name { margin-top: 32px; }
  .agent-headline { margin-top: 32px; }
  .link-domain { display: none; }
}
@media (max-width: 760px) {
  .page-shell { padding: 0 24px; }
  .site-header { min-height: 86px; }
  .brand { font-size: 25px; }
  .brand-mark { width: 28px; height: 28px; }
  nav { gap: 22px; font-size: 12px; }
  nav .nav-contact { padding-left: 0; border: 0; }
  .hero { grid-template-columns: 1fr; padding: 60px 0 46px; position: relative; }
  .hero-aside { display: none; }
  .hero-copy { position: relative; z-index: 1; }
  h1 { font-size: clamp(54px, 10vw, 74px); letter-spacing: -3px; }
  h1 span { letter-spacing: -3px; }
  .hero-description { font-size: 14px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 20px; }
  .section-heading .eyebrow { font-size: 8px; max-width: 94px; text-align: right; }
  .project { grid-template-columns: 1fr; }
  .project-copy { padding: 28px; }
  .project-topline { flex-wrap: nowrap; }
  .project-description { max-width: 100%; }
  .project-headline { font-size: 34px; }
  .agent-headline { font-size: clamp(27px, 7.5vw, 34px); }
  .feature-list { margin: 22px 0; }
  .notere-visual { padding: 24px 32px; }
  .notere-preview { max-width: 380px; margin-top: 18px; }
  .preview-switcher { margin-top: 0; }
  .agent-visual { padding: 28px; }
  .contact h2 { font-size: 23px; }
  .contact > a { font-size: 18px; white-space: nowrap; }
  .contact > a span { margin-left: 8px; }
  footer { flex-wrap: wrap; gap: 14px 22px; }
  footer p { flex-basis: calc(100% - 120px); }
}
@media (max-width: 390px) {
  .page-shell { padding: 0 18px; }
  nav { gap: 14px; font-size: 11px; }
  .nav-contact span { margin-left: 4px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .6px; }
  .project-copy { padding: 24px; }
  .project-number { font-size: 8px; letter-spacing: .5px; }
  .notere-visual { padding: 24px; }
  .preview-switcher button { padding: 9px 5px; font-size: 9px; }
  .agent-visual { padding: 24px 16px; }
  .coming-link { gap: 16px; }
  .contact { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.sneak-peek { grid-column: 1 / -1; padding: 30px 40px; border-top: 1px solid #414a41; background: #202720; }
.sneak-heading { display: flex; align-items: baseline; gap: 25px; }
.sneak-heading .eyebrow { color: #b8c9a8; white-space: nowrap; }
.sneak-heading h4 { margin: 0; font-size: 19px; font-weight: 500; letter-spacing: -.35px; }
.workflow-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 26px; }
.workflow-comparison > div + div { padding-left: 30px; border-left: 1px solid #414a41; }
.workflow-comparison h5 { font-size: 13px; margin: 0 0 12px; font-weight: 500; color: #d3dfc9; }
.workflow-comparison ul { padding-left: 16px; margin: 0; color: #b0bcaa; font-size: 12px; line-height: 1.75; }
.workflow-comparison li { margin-bottom: 7px; padding-left: 5px; }
.savings-note { margin-top: 18px; font-size: 11px; line-height: 1.6; color: #a1af9a; }
@media (max-width: 760px) {
  .sneak-peek { padding: 26px; }
  .sneak-heading { display: block; }
  .sneak-heading h4 { margin-top: 10px; }
  .workflow-comparison { grid-template-columns: 1fr; gap: 22px; }
  .workflow-comparison > div + div { padding: 20px 0 0; border-left: 0; border-top: 1px solid #414a41; }
}
