/* Source: design-source/html/industries.html */
:root {
  --bg:#f7f6f2; --bg-2:#ffffff; --bg-3:#efede7; --bg-paper:#f1ede2; --bg-dark:#0b0b0c;
  --line:#e3e1d9; --line-2:#d8d6cf;
  --ink-0:#0b0b0c; --ink-1:#1a1a1e; --ink-2:#3d3d44; --ink-3:#8a8a92;
  --accent:#ff6a3d; --moss:#6b7d5a;
}
* { box-sizing: border-box; }
html, body { margin:0; padding:0; background: var(--bg); color: var(--ink-1); }
body { font-family:"Inter Tight", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; line-height: 1.55; }
::selection { background: var(--accent); color: #fff; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding-inline: clamp(20px, 4vw, 56px); }

.lg { font-family:"Inter Tight", sans-serif; font-weight: 600; letter-spacing: -0.055em; line-height: 1; display: inline-flex; align-items: baseline; color: var(--ink-0); }
.lg .acc { color: var(--accent); }

.eyebrow { font-family:"JetBrains Mono", monospace; font-size: 12.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* NAV */
.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(247,246,242,0.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 32px; padding: 18px 0; }
.nav .logo-link { font-size: 34px; }
.nav .crumb { font-family:"JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; padding-left: 14px; border-left: 1px solid var(--line-2); }
.nav .crumb b { color: var(--ink-0); font-weight: 600; }
.nav .links { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.nav .links a { font-size: 17px; font-weight: 500; color: var(--ink-1); transition: color 150ms ease; }
.nav .links a:hover { color: var(--ink-0); }
.nav .links a.active { color: var(--accent); font-weight: 700; }
.nav .phone { font-family:"JetBrains Mono", monospace; font-size: 15px; color: var(--ink-0); padding: 10px 18px; border: 1.5px solid var(--ink-0); border-radius: 999px; transition: all 150ms ease; font-weight: 600; }
.nav .phone:hover { background: var(--ink-0); color: #fff; }
@media (max-width: 1024px) { .nav .links, .nav .crumb { display: none; } }
@media (max-width: 520px) {
  .nav { gap: 14px; }
  .nav .logo-link { font-size: 30px; }
  .nav .phone { margin-left: auto; font-size: 12px; padding: 9px 12px; white-space: nowrap; }
}

/* HERO */
.hero { position: relative; overflow: hidden; padding: 72px 0 56px; border-bottom: 1px solid var(--line); }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    radial-gradient(ellipse 1100px 600px at 92% 50%, rgba(107,125,90,0.10), transparent 70%),
    radial-gradient(circle at 88% 55%, transparent 0 130px, rgba(11,11,12,0.06) 130px 131px, transparent 134px),
    radial-gradient(circle at 88% 55%, transparent 0 220px, rgba(11,11,12,0.05) 220px 221px, transparent 224px),
    radial-gradient(circle at 88% 55%, transparent 0 320px, rgba(11,11,12,0.04) 320px 321px, transparent 324px);
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr 0.95fr; gap: 80px; align-items: end; }
@media (max-width: 980px) { .hero-inner { grid-template-columns: 1fr; gap: 40px; } }
h1.hero-title { font-family:"Source Serif 4", Georgia, serif; font-weight: 500; font-size: clamp(40px, 5.4vw, 76px); line-height: 1.02; letter-spacing: -0.022em; color: var(--ink-0); margin: 0 0 22px; text-wrap: balance; max-width: 16ch; }
h1.hero-title em { font-style: italic; color: var(--accent); font-weight: 500; }
.hero-dek { font-family:"Source Serif 4", Georgia, serif; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; color: var(--ink-2); margin: 0; max-width: 56ch; }
.hero-dek p { margin: 0; }
.hero-dek em { font-style: italic; }

.hero-side { display: flex; flex-direction: column; gap: 20px; padding-left: 32px; border-left: 1px solid var(--line); }
@media (max-width: 980px) { .hero-side { padding-left: 0; border-left: none; padding-top: 28px; border-top: 1px solid var(--line); } }
.hero-side .stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hero-side .stat .n { font-family:"Source Serif 4", Georgia, serif; font-size: 44px; line-height: 1; color: var(--ink-0); font-weight: 500; letter-spacing: -0.02em; }
.hero-side .stat .n em { font-style: italic; color: var(--accent); }
.hero-side .stat .l { font-family:"JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; }
.hero-side .note { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; padding-top: 18px; border-top: 1px dashed var(--line-2); }
.hero-side .note b { color: var(--ink-0); font-weight: 600; }
.hero-side .note a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* SECTION HEADERS */
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin: 0 0 40px; flex-wrap: wrap; }
.sec-head h2 { font-family:"Source Serif 4", Georgia, serif; font-weight: 500; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -0.018em; color: var(--ink-0); margin: 0; max-width: 18ch; }
.sec-head h2 em { font-style: italic; color: var(--accent); font-weight: 500; }
.sec-head .side { font-size: 15px; color: var(--ink-2); max-width: 38ch; line-height: 1.55; }

/* FEATURED INDUSTRIES — playbooks */
.playbooks { padding: 96px 0; border-bottom: 1px solid var(--line); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (max-width: 980px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cards { grid-template-columns: 1fr; } }

.card { position: relative; padding: 32px 30px 30px; background: var(--bg); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; min-height: 320px; transition: background 200ms ease; }
.card:hover { background: var(--bg-2); }
.card .num { font-family:"JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; color: var(--ink-3); font-weight: 600; }
.card .ico { position: absolute; right: 28px; top: 28px; color: var(--moss); opacity: 0.9; }
.card h3 { font-family:"Source Serif 4", Georgia, serif; font-weight: 500; font-size: 30px; line-height: 1.1; letter-spacing: -0.012em; color: var(--ink-0); margin: 22px 0 12px; text-wrap: balance; }
.card h3 em { font-style: italic; color: var(--accent); font-weight: 500; }
.card p { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin: 0 0 18px; max-width: 42ch; }
.card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.card .tag { font-family:"JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); border: 1px solid var(--line-2); padding: 4px 8px; border-radius: 4px; }
.card .more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-family:"JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-0); font-weight: 700; transition: color 150ms ease, gap 200ms ease; }
.card:hover .more { color: var(--accent); gap: 12px; }
.card .more .arr { width: 14px; height: 10px; }

/* ALSO SERVING — coming soon */
.coming { padding: 96px 0; background: var(--bg-paper); border-bottom: 1px solid var(--line); }
.also { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 880px) { .also { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .also { grid-template-columns: 1fr; } }
.also-item { background: var(--bg-paper); padding: 22px 24px; display: flex; align-items: center; gap: 16px; transition: background 180ms ease; }
.also-item:hover { background: var(--bg); }
.also-item .ico-sm { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: var(--moss); flex-shrink: 0; }
.also-item .meta { line-height: 1.3; min-width: 0; flex: 1; }
.also-item .meta b { display: block; font-size: 16px; color: var(--ink-0); font-weight: 600; }
.also-item .meta span { font-family:"JetBrains Mono", monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.also-item .status { margin-left: auto; font-family:"JetBrains Mono", monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 6px; }
.also-item .status .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--moss); }

.coming-foot { margin-top: 36px; padding-top: 24px; border-top: 1px dashed var(--line-2); display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: center; }
.coming-foot p { margin: 0; font-size: 15.5px; color: var(--ink-2); max-width: 60ch; }
.coming-foot p b { color: var(--ink-0); font-weight: 600; }
.coming-foot .more { color: var(--ink-0); font-family:"JetBrains Mono", monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.coming-foot .more .arr { width: 14px; height: 10px; }

/* HOW WE WORK STRIP */
.approach { padding: 96px 0; border-bottom: 1px solid var(--line); }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
@media (max-width: 880px) { .approach-grid { grid-template-columns: 1fr; gap: 32px; } }
.app-item { border-top: 2px solid var(--ink-0); padding-top: 22px; }
.app-item .step { font-family:"JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 14px; }
.app-item h3 { font-family:"Source Serif 4", Georgia, serif; font-weight: 600; font-size: 24px; line-height: 1.2; color: var(--ink-0); margin: 0 0 12px; letter-spacing: -0.012em; }
.app-item p { margin: 0; font-size: 15.5px; color: var(--ink-2); line-height: 1.6; }

/* CTA */
.cta-wrap { background: var(--bg-dark); color: #f7f6f2; padding: 88px 0; }
.cta { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
@media (max-width: 880px) { .cta { grid-template-columns: 1fr; } }
.cta h2 { font-family:"Source Serif 4", Georgia, serif; font-weight: 500; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -0.02em; color: #fff; margin: 0 0 20px; text-wrap: balance; }
.cta h2 em { font-style: italic; color: var(--accent); }
.cta p { color: #c8c5bd; font-size: 17px; line-height: 1.6; margin: 0; max-width: 50ch; }
.cta .actions { display: flex; flex-direction: column; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 24px; border-radius: 8px; font-family:"Inter Tight", sans-serif; font-weight: 600; font-size: 16px; transition: all 160ms ease; }
.btn.pri { background: var(--accent); color: #fff; }
.btn.pri:hover { background: #ff5825; transform: translateX(2px); }
.btn.ghost { background: transparent; color: #f7f6f2; border: 1.5px solid #2a2a2e; }
.btn.ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn .arr { width: 16px; height: 12px; }

/* FOOTER */
footer.site { background: var(--bg-dark); color: #c8c5bd; padding: 64px 0 32px; border-top: 1px solid #1a1a1e; }
footer.site .lg { color: #fff; }
footer.site .top { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding-bottom: 48px; border-bottom: 1px solid #1a1a1e; }
@media (max-width: 880px) { footer.site .top { grid-template-columns: 1fr 1fr; gap: 32px; } }
footer.site .brand p { font-size: 14px; line-height: 1.55; max-width: 32ch; margin: 18px 0 18px; }
footer.site .addr { font-family:"JetBrains Mono", monospace; font-size: 12px; line-height: 1.8; }
footer.site .addr a { color: #fff; }
footer.site .footer-heading { font-family:"JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin: 0 0 18px; font-weight: 600; }
footer.site ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
footer.site ul a { font-size: 14px; color: #c8c5bd; transition: color 150ms ease; }
footer.site ul a:hover { color: var(--accent); }
footer.site .bottom { display: flex; justify-content: space-between; padding-top: 24px; font-size: 13px; color: #6e6c64; flex-wrap: wrap; gap: 12px; }
footer.site .partner { display: inline-flex; align-items: center; gap: 8px; }
footer.site .partner .g { width: 14px; height: 14px; border-radius: 50%; background: conic-gradient(#4285f4 0 25%, #ea4335 25% 50%, #fbbc04 50% 75%, #34a853 75%); }
