:root {
  --gold: #f6b800;
  --gold-soft: #fff4c7;
  --ink: #151515;
  --muted: #5f5a50;
  --paper: #fffdf8;
  --soft: #f3f0e9;
  --wine: #6e1938;
  --line: #d8d2c7;
  --white: #ffffff;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.narrow-left { max-width: 880px; margin-left: max(20px, calc((100% - var(--shell)) / 2)); margin-right: 20px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: var(--gold); border-bottom: 1px solid rgba(0,0,0,.2); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { font-size: 1.1rem; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.wordmark span { display: inline-block; background: var(--ink); color: var(--gold); padding: 2px 6px; margin-right: 2px; }
.navigation { display: flex; align-items: center; gap: 28px; }
.navigation a { font-size: .91rem; font-weight: 750; text-decoration: none; }
.navigation a:hover, .navigation a:focus-visible, .navigation a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.navigation .language-link { padding: 4px 8px; border: 2px solid var(--ink); text-decoration: none; }
.navigation .language-link:hover, .navigation .language-link:focus-visible { background: var(--ink); color: var(--gold); text-decoration: none; }
.menu-button { display: none; border: 2px solid var(--ink); background: transparent; padding: 8px 12px; font: inherit; font-weight: 800; }

.hero { padding: 88px 0 76px; background: var(--gold); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 64px; align-items: end; }
.eyebrow { margin: 0 0 14px; font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 890px; margin: 0; font-size: clamp(3rem, 6.2vw, 6rem); }
h1 span { color: var(--wine); }
h2 { margin: 0 0 20px; font-size: clamp(2.15rem, 4.2vw, 4rem); }
h3 { margin: 0 0 10px; font-size: 1.35rem; }
.hero-copy { max-width: 760px; margin: 28px 0 0; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 19px; border: 2px solid var(--ink); font-weight: 850; line-height: 1.2; text-decoration: none; }
.button-dark { background: var(--ink); color: var(--white); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--wine); }
.text-link { font-weight: 850; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.hero-card { padding: 28px; background: var(--paper); border: 2px solid var(--ink); box-shadow: 9px 9px 0 var(--wine); }
.card-label { margin: 0 0 10px; color: var(--wine); font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-question { margin: 0 0 24px; font-size: 1.45rem; font-weight: 850; line-height: 1.25; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 10px 0 10px 28px; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; color: var(--wine); }

.proof-strip { background: var(--ink); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { margin: 0; padding: 24px 30px; border-left: 1px solid #474747; }
.proof-grid p:last-child { border-right: 1px solid #474747; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--gold); }
.proof-grid span { color: #d4d4d4; font-size: .91rem; }

.section { padding-top: 96px; padding-bottom: 96px; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.use-card { min-height: 230px; padding: 28px; background: var(--white); border: 1px solid var(--line); }
.use-card .number { display: block; margin-bottom: 46px; color: var(--wine); font-size: .78rem; font-weight: 900; }
.use-card p { margin-bottom: 0; color: var(--muted); }
.center-link { margin: 34px 0 0; text-align: center; }
.section-ink { background: var(--ink); color: var(--white); }
.section-heading.light > p:last-child, .section-ink p { color: #d0d0d0; }
.section-ink .eyebrow { color: var(--gold); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 44px 0 0; padding: 0; list-style: none; border-top: 1px solid #4a4a4a; }
.steps li { padding: 28px 24px 0 0; display: flex; gap: 17px; }
.steps li > span { flex: 0 0 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-weight: 900; }
.steps h3 { color: var(--white); }
.steps p { margin: 0; font-size: .92rem; }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; align-items: start; }
.split > div > p:not(.eyebrow) { color: var(--muted); }
.option-list { border-top: 2px solid var(--ink); }
.option-list article { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.option-list p { margin: 0; color: var(--muted); }
.section-soft { background: var(--soft); }
.offer-grid { display: grid; grid-template-columns: .85fr 1fr 1fr; gap: 20px; align-items: stretch; }
.offer-card { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.offer-card.muted { background: transparent; border-style: dashed; }
.offer-card p:not(.card-label) { color: var(--muted); }
.fine-print { font-size: .86rem; }
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 42px; align-items: center; max-width: 930px; }
.guarantee-mark { width: 145px; height: 145px; display: grid; place-items: center; background: var(--wine); color: var(--white); border-radius: 50%; font-size: 2rem; font-weight: 950; letter-spacing: -.05em; transform: rotate(-6deg); }
.guarantee p:last-child { margin-bottom: 0; color: var(--muted); }
.faq-section { background: var(--white); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 23px 42px 23px 0; cursor: pointer; font-size: 1.12rem; font-weight: 800; }
details p { margin: 0; padding: 0 45px 24px 0; color: var(--muted); }
.final-cta { padding: 54px 0; background: var(--gold); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 730px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.3rem); }

.page-hero { padding: 90px 0 78px; background: var(--gold); }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.warning-box { margin-top: 28px; padding: 25px 28px; border-left: 7px solid var(--wine); background: var(--gold-soft); }
.warning-box p { margin-bottom: 0; }
.example-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.example-grid article { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.example-grid ul { margin-bottom: 0; padding-left: 20px; }
.diagnostic-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.question-list { margin: 0; padding: 0; list-style: none; counter-reset: questions; }
.question-list li { counter-increment: questions; padding: 15px 0 15px 52px; border-top: 1px solid #444; position: relative; color: var(--white); font-size: 1.08rem; }
.question-list li::before { content: counter(questions, decimal-leading-zero); position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.learning-path { max-width: 920px; margin: 0; padding: 0; list-style: none; }
.learning-path li { display: grid; grid-template-columns: 55px 1fr; gap: 26px; padding: 30px 0; border-top: 1px solid var(--line); }
.learning-path li:last-child { border-bottom: 1px solid var(--line); }
.learning-path li > span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--gold); font-weight: 900; }
.learning-path p { margin: 0; color: var(--muted); }
.skill-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.skill-list li { padding: 17px 0 17px 34px; border-bottom: 1px solid var(--line); position: relative; }
.skill-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 900; }
.dark-guarantee { padding-top: 0; padding-bottom: 0; }
.dark-guarantee p:last-child { color: #d0d0d0; }
.prose { font-size: 1.08rem; }
.prose p { margin-top: 0; margin-bottom: 22px; color: var(--muted); }
.light-text { color: #d0d0d0 !important; }

.site-footer { padding: 48px 0; background: #0b0b0b; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1.2fr; gap: 50px; align-items: start; }
.footer-mark span { color: var(--gold); }
.footer-grid p { color: #aaa; font-size: .86rem; }
.footer-grid nav { display: grid; gap: 8px; }
.footer-grid nav a { color: #ddd; text-underline-offset: 4px; }
.legal-line { margin: 0; }

@media (max-width: 900px) {
  .hero-grid, .split, .diagnostic-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-card { max-width: 640px; }
  .card-grid, .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p { border: 0; border-bottom: 1px solid #474747; padding-inline: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal-line { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .header-inner { min-height: 64px; }
  .menu-button { display: block; }
  .navigation { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 18px 20px 24px; background: var(--gold); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: flex-start; gap: 16px; }
  .navigation[data-open="true"] { display: flex; }
  .hero, .page-hero { padding: 62px 0; }
  h1, .page-hero h1 { font-size: clamp(2.65rem, 13.5vw, 4.4rem); }
  .hero-grid { gap: 42px; }
  .hero-card { box-shadow: 6px 6px 0 var(--wine); }
  .section { padding-top: 68px; padding-bottom: 68px; }
  .steps, .offer-grid, .example-grid { grid-template-columns: 1fr; }
  .offer-grid > div:first-child { grid-column: auto; }
  .option-list article { grid-template-columns: 1fr; gap: 5px; }
  .guarantee { grid-template-columns: 1fr; gap: 26px; }
  .guarantee-mark { width: 110px; height: 110px; font-size: 1.55rem; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-line { grid-column: auto; }
  .narrow-left { margin-left: 14px; margin-right: 14px; }
}

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

/* Solutions: an industry directory inspired by Make's category/use-case menu. */
[id] { scroll-margin-top: 96px; }
.wordmark { flex-shrink: 0; }
.navigation { gap: 26px; }
.solutions-menu, .solutions-menu:last-child { border: 0; }
.solutions-menu > summary { padding: 12px 0; font: inherit; font-size: .91rem; font-weight: 750; letter-spacing: 0; list-style-position: inside; }
.solutions-menu[open] > summary { color: var(--wine); }
.mega-panel { position: absolute; top: 72px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(230px, 1fr); max-height: calc(100dvh - 90px); overflow-y: auto; overscroll-behavior: contain; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--wine); border-radius: 0 0 12px 12px; box-shadow: 0 18px 35px #15151525; }
.mega-main { padding: 28px; }
.mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.mega-heading .eyebrow { margin: 0; color: var(--wine); }
.navigation .mega-all { font-size: .8rem; text-decoration: underline; text-underline-offset: 4px; }
.mega-industries { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.navigation .mega-industry { padding: 12px; border-radius: 5px; min-width: 0; text-decoration: none; }
.mega-industry strong { display: block; font-size: .94rem; line-height: 1.3; margin-bottom: 5px; }
.mega-industry span { display: block; color: var(--muted); font-size: .81rem; line-height: 1.5; font-weight: 400; }
.navigation .mega-industry:hover, .navigation .mega-industry:focus-visible { background: var(--gold-soft); text-decoration: none; }
.mega-feature { padding: 28px; background: var(--gold-soft); border-left: 1px solid var(--line); }
.mega-feature .eyebrow { color: var(--wine); font-size: .69rem; }
.mega-feature h2 { font-size: 1.65rem; line-height: 1.16; margin-bottom: 18px; }
.mega-feature p:not(.eyebrow) { padding: 0; margin: 0 0 24px; font-size: .9rem; color: var(--muted); }
.navigation .mega-feature a { text-decoration: underline; text-underline-offset: 4px; font-size: .88rem; }
.mega-bottom { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; padding: 19px 28px; border-top: 1px solid var(--line); background: var(--paper); }
.mega-bottom p { margin: 0 auto 0 0; padding: 0; font-size: .76rem; font-weight: 800; color: var(--wine); }
.navigation .mega-bottom a { font-size: .78rem; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--wine); outline-offset: 4px; }
.section-ink :where(a, button):focus-visible, .site-footer a:focus-visible { outline-color: var(--gold); }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.industry-card { display: block; min-width: 0; padding: 25px 22px; border: 1px solid var(--line); border-top: 3px solid var(--gold); background: var(--white); text-decoration: none; }
.industry-card strong { display: block; font-size: 1.06rem; line-height: 1.3; margin-bottom: 14px; }
.industry-card span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.industry-card:hover, .industry-card:focus-visible { background: var(--gold-soft); border-color: var(--wine); }
.solutions-hero { padding: 72px 0; }
.solutions-hero h1 { max-width: 940px; font-size: clamp(3rem, 5.5vw, 5.1rem); }
.industry-directory { padding-top: 48px; }
.industry-directory > h2 { font-size: 1.2rem; letter-spacing: -.02em; }
.scenario-note { max-width: 920px; color: var(--muted); margin: 24px 0 0; font-size: .9rem; }
.scenario { padding: 76px 0; border-bottom: 1px solid var(--line); }
.scenario:last-child { border: 0; }
.scenario-heading { max-width: 840px; margin-bottom: 35px; }
.scenario-heading .eyebrow { color: var(--wine); }
.scenario-heading h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.scenario-heading > p:last-child { font-size: 1.1rem; color: var(--muted); }
.scenario-body { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 50px; }
.tool-stack { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 26px; list-style: none; }
.tool-stack li { padding: 5px 11px; font-size: .8rem; background: var(--soft); border: 1px solid var(--line); border-radius: 4px; }
.scenario-trigger { margin-bottom: 28px; padding: 20px; border-left: 4px solid var(--gold); background: var(--white); }
.scenario-trigger h3 { font-size: 1rem; }
.scenario-trigger p { margin: 8px 0 0; }
.scenario-body h3 { font-size: 1.1rem; line-height: 1.3; letter-spacing: -.02em; }
.workflow-steps { list-style: none; padding: 0; margin: 18px 0 0; }
.workflow-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); }
.workflow-number { color: var(--wine); font-size: .8rem; font-weight: 900; padding-top: 3px; }
.workflow-steps p { margin: 0; }
.scenario-result { background: var(--gold-soft); padding: 30px; border: 1px solid #e6d28c; align-self: start; }
.scenario-result .result-lead { font-size: 1.2rem; font-weight: 750; line-height: 1.45; margin: 0 0 28px; }
.scenario-result h3 { margin: 23px 0 8px; }
.scenario-result p:not(.result-lead):not(.card-label) { font-size: .94rem; margin-top: 0; }
.scenario-result .text-link { display: inline-block; margin-top: 12px; }
.scenario-back { display: inline-block; padding: 8px 0; margin-top: 22px; color: var(--muted); font-size: .85rem; text-underline-offset: 4px; }

@media (max-width: 1000px) {
  .header-inner { min-height: 64px; gap: 12px; flex-wrap: wrap; }
  .site-header .menu-button { display: none; }
  .site-header[data-enhanced] .menu-button { display: block; }
  .navigation { position: static; width: 100%; display: flex; flex-direction: column; align-items: stretch; padding: 12px 0 20px; gap: 8px; background: var(--gold); border: 0; }
  .site-header[data-enhanced] .navigation { display: none; position: absolute; top: 64px; left: 0; right: 0; max-height: calc(100dvh - 64px); overflow-y: auto; overscroll-behavior: contain; padding: 16px 20px 24px; border-bottom: 2px solid var(--ink); }
  .site-header[data-enhanced] .navigation[data-open="true"] { display: flex; }
  .navigation > a { align-self: flex-start; padding-block: 10px; }
  .navigation .language-link { padding: 8px 12px; }
  .mega-panel { position: static; transform: none; width: 100%; margin-top: 10px; display: block; max-height: none; overflow: visible; box-shadow: none; }
  .mega-main { padding: 20px; }
  .mega-feature { display: none; }
  .mega-bottom { flex-wrap: wrap; padding: 20px; gap: 12px 22px; }
  .mega-bottom p { width: 100%; }
  .mega-heading { align-items: flex-start; flex-wrap: wrap; gap: 8px; }
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scenario-body { gap: 25px; }
}

@media (max-width: 600px) {
  .mega-industries { grid-template-columns: 1fr; gap: 2px; }
  .mega-main { padding: 16px 10px; }
  .mega-heading { padding-inline: 10px; }
  .mega-industry strong { font-size: .95rem; }
  .mega-bottom { display: none; }
  .industry-grid { grid-template-columns: 1fr; gap: 10px; }
  .industry-card { padding: 20px; }
  .industry-card strong { margin-bottom: 6px; }
  .scenario-body { grid-template-columns: 1fr; gap: 28px; }
  .scenario { padding: 52px 0; }
  .scenario-result { padding: 24px; }
  .solutions-hero { padding: 55px 0; }
}
