/* Yep.to! — one responsive design, temporary public state.
   Identity variables are imported unchanged from the supplied brand tokens.
   Data collection, animation, script execution and network integrations are absent. */
:root {
  --page-gutter: clamp(16px, 4vw, 64px);
  --page-width: 1200px;
  --section-gap: clamp(56px, 7vw, 104px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--yep-ink);
  background: var(--yep-white);
  font-family: var(--yep-font-body);
  font-size: 17px;
  line-height: var(--yep-line-body);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2 { font-family: var(--yep-font-display); font-weight: 700; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(36px, 5vw, 68px); line-height: 1.04; letter-spacing: -.04em; }
h2 { font-size: clamp(30px, 3.1vw, 44px); line-height: 1.12; letter-spacing: -.03em; }
h3 { font-size: 18px; line-height: 1.35; font-weight: 600; letter-spacing: -.01em; }
p { text-wrap: pretty; }
strong { font-weight: 600; }
a { color: var(--yep-blue); text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img, svg { max-width: 100%; }
img { display: block; height: auto; }
input, button { font: inherit; }
button, input, fieldset { min-width: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
:focus-visible { outline: 3px solid var(--yep-blue); outline-offset: 5px; border-radius: 3px; }
#main-content:focus { outline: none; }
[id] { scroll-margin-top: 24px; }
.container { width: min(calc(100% - var(--page-gutter) * 2), var(--page-width)); margin-inline: auto; }
.section-space { padding-block: var(--section-gap); }
.nowrap, .phrase-last { white-space: nowrap; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: 12px; z-index: 10;
  padding: 12px 18px; border-radius: var(--yep-radius-control);
  color: var(--yep-ink); background: var(--yep-lime); font-weight: 600;
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }
.site-header { background: var(--yep-white); }
.site-header--dark, .hero, .closing-section { background: var(--yep-ink); color: var(--yep-white); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand-link { display: inline-flex; flex: 0 0 auto; padding-block: 10px; text-decoration: none; }
.brand-logo { width: 160px; height: auto; aspect-ratio: 397.3375 / 121.125; }
.language-nav { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; font-size: 14px; }
.language-nav a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--yep-muted); }
.language-nav a[aria-current] { color: var(--yep-ink); background: var(--yep-paper); font-weight: 600; }
.language-nav a:hover { text-decoration: underline; }
.site-header--dark .language-nav a { color: var(--yep-pale); }
.site-header--dark .language-nav a[aria-current] { color: var(--yep-white); background: none; box-shadow: inset 0 -2px var(--yep-lime); border-radius: 0; }
.site-header--dark :focus-visible, .hero-copy :focus-visible, .closing-section :focus-visible { outline-color: var(--yep-lime); }
.hero { padding-block: 32px 76px; }
.hero-grid { display: grid; gap: 42px; align-items: start; }
.hero-copy { padding-block: 12px 0; }
.stage { color: var(--yep-pale); display: flex; gap: 10px; align-items: center; margin-bottom: 24px; font-size: 14px; font-weight: 500; }
.stage-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yep-lime); flex: 0 0 auto; }
.hero h1 { max-width: 10.5em; margin-bottom: 26px; }
.hero-description { font-size: 18px; line-height: 1.6; color: var(--yep-pale); max-width: 32em; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-weight: 500; text-decoration: underline; }
.text-link > span[aria-hidden] { text-decoration: none; }
.hero-link { color: var(--yep-white); margin-top: 22px; font-size: 15px; }
.signup-panel { background: var(--yep-white); color: var(--yep-ink); border-radius: var(--yep-radius-panel); padding: 28px; }
.signup-panel h2 { font-size: clamp(24px, 2.05vw, 28px); line-height: 1.15; letter-spacing: -.025em; text-wrap: pretty; }
.signup-scope { margin-top: 12px; font-size: 15px; color: var(--yep-muted); }
.temporary-notice { margin-block: 22px 18px; padding: 14px 16px; border-left: 3px solid var(--yep-blue); border-radius: 0 8px 8px 0; background: var(--yep-paper); font-size: 14px; }
.temporary-notice strong { display: inline-block; margin-bottom: 3px; }
.signup-b2b { font-size: 13px; line-height: 1.55; color: var(--yep-muted); }
.signup-form { margin-top: 18px; }
.signup-form label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.signup-row { display: grid; gap: 10px; }
.signup-row input { width: 100%; min-height: 52px; padding: 12px 14px; border-radius: var(--yep-radius-control); border: 1px solid var(--yep-muted); background: var(--yep-white); color: var(--yep-ink); }
.signup-row input:disabled { background: var(--yep-paper); border-color: var(--yep-line); cursor: not-allowed; opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: var(--yep-radius-control); background: var(--yep-blue); color: var(--yep-white); font-size: 15px; line-height: 1.45; font-weight: 600; text-decoration: none; }
.button:hover { text-decoration: none; background: var(--yep-ink); }
.button:disabled, .button:disabled:hover { color: var(--yep-muted); background: var(--yep-paper); border-color: var(--yep-line); cursor: not-allowed; opacity: 1; }
.signup-consent { margin-top: 16px; font-size: 13px; line-height: 1.6; color: var(--yep-muted); }
.signup-links { display: flex; flex-wrap: wrap; align-items: center; column-gap: 10px; margin-top: 6px; font-size: 13px; }
.signup-links a { display: inline-flex; align-items: center; min-height: 44px; }
.eyebrow { margin-bottom: 18px; color: var(--yep-blue); font-size: 14px; font-weight: 600; }
.work-grid { display: grid; gap: 36px; }
.section-intro h2 { max-width: 12em; margin-bottom: 22px; }
.section-intro > p:last-child { max-width: 32em; color: var(--yep-muted); }
.work-direction { font-size: 16px; margin-bottom: 24px; max-width: 34em; }
.work-item { border-top: 1px solid var(--yep-line); padding-block: 16px 18px; }
.work-item:last-child { border-bottom: 1px solid var(--yep-line); }
.work-item dt { font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.work-item dd { color: var(--yep-muted); font-size: 15px; margin-top: 4px; max-width: 34em; }
.erp-note { display: grid; gap: 12px; padding: 24px 28px; margin-top: 36px; background: var(--yep-paper); border-radius: var(--yep-radius-panel); }
.erp-note p { font-size: 15px; color: var(--yep-muted); }
.approach-section { background: var(--yep-pale); padding-block: 64px; }
.approach-grid { display: grid; gap: 28px; }
.approach-grid h2 { max-width: 10em; }
.approach-copy { max-width: 38em; }
.approach-copy p + p { margin-top: 18px; }
.approach-copy .ai-note { font-size: 15px; margin-top: 26px; border-top: 1px solid var(--yep-muted); padding-top: 20px; }
.founders-grid { display: grid; gap: 24px; }
.founders-grid h2 { font-size: clamp(26px, 2.4vw, 34px); max-width: 15em; }
.founders-copy { color: var(--yep-muted); max-width: 38em; }
.closing-section { padding-block: 60px 64px; overflow: hidden; }
.closing-inner { display: grid; min-width: 0; }
.brand-phrase { line-height: var(--yep-line-short); margin-bottom: 36px; min-width: 0; }
.phrase-master { display: none; width: 100%; max-width: 1080px; }
.phrase-responsive { display: inline; color: var(--yep-lime); font-family: var(--yep-font-display); font-weight: 700; font-size: clamp(36px, 6.6vw, 64px); line-height: var(--yep-line-short); letter-spacing: -.025em; }
/* Optical metrics copied from the supplied responsive phrase reference.
   Prefix and continuation retain one scale across all narrow breakpoints. */
.phrase-prefix { display: inline-block; width: 2.636874em; height: .9052em; max-width: none; vertical-align: -.1952em; }
.phrase-bang { display: inline-block; height: .71em; width: .315em; margin-left: .075em; vertical-align: 0; max-width: none; }
.closing-grid { display: grid; gap: 26px; align-items: end; }
.closing-copy h2 { font-size: clamp(26px, 2.3vw, 32px); line-height: 1.18; margin-bottom: 18px; text-wrap: pretty; }
.closing-copy > p { color: var(--yep-pale); font-size: 16px; max-width: 41em; }
.closing-copy > p + p { margin-top: 14px; }
.closing-action { padding-bottom: 2px; }
.button--lime { background: var(--yep-lime); color: var(--yep-ink); }
.button--lime:hover { background: var(--yep-white); color: var(--yep-ink); }
.closing-availability { color: var(--yep-pale); font-size: 13px; margin-top: 10px; }
.closing-motif { display: none; }
.site-footer { padding-block: 36px 40px; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--yep-line); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; column-gap: 20px; font-size: 14px; }
.footer-links a { display: flex; align-items: center; min-height: 44px; }
.footer-links > span { display: none; }
.company-details { margin-top: 24px; display: grid; gap: 20px; font-size: 13px; line-height: 1.7; color: var(--yep-muted); }
.company-details address { font-style: normal; }
.company-details strong { color: var(--yep-ink); }
.company-details a { display: inline-block; padding-block: 4px; }
/* Complete legal texts; no accordions hide provisions, and tables reflow on phones. */
.legal-page .site-header { border-bottom: 1px solid var(--yep-line); }
.legal-main { max-width: 1080px; padding-block: 28px 68px; }
.legal-back { font-size: 14px; margin-bottom: 24px; }
.legal-temporary { background: var(--yep-paper); border-left: 3px solid var(--yep-blue); padding: 20px 24px; border-radius: 0 var(--yep-radius-control) var(--yep-radius-control) 0; font-size: 14px; color: var(--yep-muted); }
.legal-temporary p:first-child { margin-bottom: 6px; color: var(--yep-ink); }
.legal-toc { margin-block: 28px 40px; padding: 0 20px; border: 1px solid var(--yep-line); border-radius: var(--yep-radius-control); }
.legal-toc summary { font-weight: 600; padding-block: 14px; cursor: pointer; }
.legal-toc ol { padding-left: 22px; margin-block: 0 18px; }
.legal-toc a { display: inline-block; padding-block: 5px; font-size: 15px; }
.legal-body { font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
.legal-body h1 { max-width: 24em; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.025em; line-height: 1.14; text-wrap: pretty; margin-bottom: 24px; }
.legal-body h2 { font-size: clamp(24px, 2.3vw, 30px); line-height: 1.2; letter-spacing: -.02em; margin-block: 42px 18px; text-wrap: pretty; }
.legal-body h3 { font-size: 19px; margin-block: 28px 14px; }
.legal-body p + p { margin-top: 16px; }
.legal-body ul, .legal-body ol { padding-left: 24px; margin-block: 16px; }
.legal-body li { margin-bottom: 8px; padding-left: 3px; }
.legal-body li > ul, .legal-body li > ol { margin-block: 8px 12px; }
.legal-body code { font-family: inherit; font-size: .96em; overflow-wrap: anywhere; }
.legal-body hr { border: 0; border-top: 1px solid var(--yep-line); margin-block: 36px; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; margin-block: 24px; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; border: 1px solid var(--yep-line); padding: 14px; }
.legal-table th { font-weight: 600; background: var(--yep-paper); }
.legal-table th:first-child { width: 24%; }
.legal-table th:nth-child(2) { width: 20%; }
.legal-table th:nth-child(3) { width: 32%; }
.legal-top { margin-top: 36px; font-size: 14px; }
.legal-page .site-footer { border-top: 1px solid var(--yep-line); }
@media (min-width: 520px) {
  .signup-row { grid-template-columns: minmax(0, 1fr) auto; }
}
@media (min-width: 760px) {
  .work-grid, .approach-grid, .founders-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 100px); }
  .work-detail { padding-top: 4px; }
  .erp-note { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; margin-top: 44px; padding: 28px 32px; }
  .approach-section { padding-block: 72px; }
  .company-details { grid-template-columns: 1fr 1fr; gap: 32px; }
  .closing-grid { grid-template-columns: minmax(0, 1fr) auto; gap: 36px; }
}
@media (min-width: 1000px) {
  .hero { padding-block: 42px 88px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(42px, 5vw, 76px); }
  .hero-copy { padding-top: 28px; }
  .hero h1 { margin-bottom: 32px; }
  .hero-description { font-size: 19px; }
  .signup-panel { padding: 32px; }
  .signup-row { grid-template-columns: 1fr; }
  .brand-phrase { grid-column: 1 / -1; margin-bottom: 44px; }
  .phrase-master { display: block; }
  .phrase-responsive { display: none; }
  .closing-inner { grid-template-columns: minmax(0, 1fr) 150px; column-gap: 44px; }
  .closing-grid { grid-template-columns: minmax(0, 1fr) auto; gap: 28px; }
  .closing-action { align-self: end; }
  .closing-motif { display: block; overflow: hidden; width: 150px; height: 250px; align-self: end; }
  .closing-motif img { width: 310px; height: 310px; max-width: none; margin-left: -100px; }
}
@media (min-width: 1200px) {
  .signup-row { grid-template-columns: minmax(0, 1fr) auto; }
}
@media (max-width: 759px) {
  .legal-table, .legal-table tbody { display: block; }
  .legal-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .legal-table tr { display: block; border: 1px solid var(--yep-line); border-radius: var(--yep-radius-control); padding: 4px 16px; margin-bottom: 18px; }
  .legal-table td { display: block; border: 0; padding: 12px 0; }
  .legal-table td + td { border-top: 1px solid var(--yep-line); }
  .legal-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; font-weight: 600; }
}
@media (max-width: 399px) {
  body { font-size: 16px; }
  .header-inner { min-height: 88px; gap: 8px; }
  .brand-logo { width: 144px; }
  .language-nav { gap: 0; font-size: 13px; }
  .language-nav a { padding-inline: 8px; }
  .hero { padding-top: 18px; padding-bottom: 48px; }
  .hero h1 { font-size: 36px; }
  .hero-description { font-size: 17px; }
  .hero-grid { gap: 32px; }
  .signup-panel { padding: 24px 20px; }
  .signup-panel h2 { font-size: 24px; }
  .signup-links { column-gap: 8px; font-size: 12px; }
  .erp-note { padding: 22px; }
  .closing-section { padding-block: 46px; }
  .phrase-responsive { font-size: 36px; }
  .footer-links { column-gap: 16px; font-size: 13px; }
  .legal-temporary { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .button, .temporary-notice, .signup-panel, .legal-temporary { border: 1px solid CanvasText; }
  .stage-dot { background: CanvasText; }
  .language-nav a[aria-current] { outline: 1px solid CanvasText; }
}
@media print {
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, .skip-link, .legal-back, .legal-toc, .legal-top, .closing-motif { display: none; }
  .container { width: 100%; }
  .legal-main { padding: 0; }
  .legal-body { font-size: 10pt; line-height: 1.45; }
  .legal-body h1 { font-size: 24pt; }
  .legal-body h2 { font-size: 16pt; margin-top: 24pt; break-after: avoid; }
  .legal-body h3 { break-after: avoid; }
  .legal-temporary { margin-bottom: 24pt; }
  .legal-table { font-size: 9pt; }
  .legal-table tr { break-inside: avoid; }
  a { color: inherit; }
}
/* The in-page return link focuses the panel against the dark hero field. */
.signup-panel:focus-visible { outline-color: var(--yep-lime); outline-offset: 6px; }
