/* Standalone sample stylesheet: common foundations plus a style-specific art direction. */
:root {
  font-family: Arial, Helvetica, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); }
body, button, a { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.site-shell { width: min(var(--width, 1180px), calc(100% - 40px)); margin-inline: auto; }
.backbar { padding: 10px 20px; color: var(--back-text, #fff); background: var(--back-bg, #111); font-size: 12px; }
.backbar a { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; }
.backbar a::before { content: "←"; }
.site-header { position: relative; z-index: 5; }
.nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-decoration: none; }
.brand svg { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 650; text-decoration: none; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 19px; border: 1px solid transparent; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; min-height: 650px; align-items: center; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 100px); padding-block: 80px; }
.kicker { margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.kicker) { max-width: 620px; margin: 26px 0 0; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button.primary { color: var(--button-text); background: var(--accent); }
.button.secondary { border-color: var(--line); }
.micro-proof { display: flex; gap: 24px; margin-top: 38px; font-size: 12px; }
.micro-proof span { display: flex; gap: 7px; align-items: center; }
.micro-proof span::before { content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.hero-art, .showcase-art { position: relative; min-height: 440px; overflow: hidden; background: var(--surface); }
.art-shape { position: absolute; }
.art-label { position: absolute; z-index: 2; padding: 10px 12px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding-block: 105px; }
.section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-label::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
.section h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.045em; }
.section-intro { max-width: 620px; margin: 22px 0 0; font-size: 17px; line-height: 1.65; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.service-card { position: relative; min-height: 230px; padding: 28px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.service-number { display: block; margin-bottom: 60px; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 0 0 13px; font-size: 23px; line-height: 1.1; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.about { background: var(--section-bg, var(--surface)); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 9vw, 130px); align-items: start; }
.about-stat { display: grid; width: 180px; height: 180px; padding: 22px; align-content: space-between; background: var(--accent); color: var(--button-text); }
.about-stat strong { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.about-stat span { font-size: 12px; line-height: 1.35; }
.about-copy p { max-width: 640px; font-size: clamp(18px, 2.4vw, 27px); line-height: 1.5; }
.text-link { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; text-decoration: none; }
.showcase-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: stretch; margin-top: 48px; }
.showcase-art { min-height: 520px; }
.showcase-copy { display: flex; padding: 36px; flex-direction: column; justify-content: space-between; background: var(--surface); border: 1px solid var(--line); }
.showcase-copy strong { display: block; font-size: clamp(34px, 5vw, 70px); line-height: .9; letter-spacing: -.06em; }
.showcase-copy p { color: var(--muted); line-height: 1.6; }
.trust { text-align: center; }
.quote { max-width: 890px; margin: 0 auto; font-size: clamp(30px, 4.5vw, 55px); line-height: 1.16; letter-spacing: -.04em; }
.person { margin: 28px 0 0; color: var(--muted); font-size: 13px; font-weight: 750; }
.cta { padding-block: 40px 90px; }
.cta-box { display: flex; padding: clamp(34px, 7vw, 84px); align-items: center; justify-content: space-between; gap: 30px; color: var(--cta-text); background: var(--cta-bg); }
.cta-box h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: .98; letter-spacing: -.05em; }
.cta-box .button { flex: 0 0 auto; color: var(--cta-button-text); background: var(--cta-button-bg); }
.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 20px; font-size: 12px; font-weight: 700; }
.footer-links a { text-decoration: none; }
@media (max-width: 820px) {
  .site-shell { width: min(100% - 28px, 680px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .about-grid, .showcase-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding-block: 62px; }
  .hero-art { min-height: 390px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .section { padding-block: 76px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .nav { min-height: 68px; }
  .brand { font-size: 14px; }
  .brand svg { width: 31px; height: 31px; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  h1 { font-size: 47px; }
  .hero-art, .showcase-art { min-height: 330px; }
  .micro-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}


:root { --bg:#1b1d1e; --text:#f1f1ec; --muted:#a4a7a5; --surface:#272a2b; --line:#45494a; --accent:#f5a623; --button-text:#171819; --section-bg:#222526; --cta-bg:#f5a623; --cta-text:#171819; --cta-button-bg:#171819; --cta-button-text:#fff; --width:1220px; }
body { font-family:"Arial Narrow",Arial,sans-serif; }
.backbar { background:#f5a623; color:#171819; }
.site-header { border-bottom:1px solid var(--line); }
.brand { text-transform:uppercase; letter-spacing:.06em; }
.brand svg { color:var(--accent); }
.nav-cta,.button { border-radius:2px; text-transform:uppercase; font-size:12px; letter-spacing:.05em; }
.hero::after { content:""; position:absolute; left:0; right:0; bottom:0; height:12px; background:repeating-linear-gradient(-45deg,#f5a623 0 12px,#181a1b 12px 24px); }
.hero-grid { min-height:690px; }
h1 { text-transform:uppercase; font-size:clamp(55px,7.5vw,96px); line-height:.9; }
.hero-art { min-height:520px; background:#2d3132; clip-path:polygon(8% 0,100% 0,100% 92%,92% 100%,0 100%,0 8%); }
.hero-art::before { content:""; position:absolute; inset:7%; border:1px solid #5a6062; background:linear-gradient(135deg,transparent 0 48%,#3a3f40 48% 52%,transparent 52%); }
.hero-art .one { left:18%; bottom:8%; width:22%; height:70%; background:#17191a; clip-path:polygon(35% 0,65% 0,100% 100%,0 100%); }
.hero-art .two { left:43%; bottom:8%; width:38%; height:47%; border:12px solid #f5a623; border-bottom:0; }
.hero-art .three { right:7%; top:9%; width:78px; height:78px; background:#f5a623; clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%); }
.art-label { left:8%; top:8%; color:#171819; background:#f5a623; }
.service-card { border-top:4px solid var(--accent); }
.service-number { color:var(--accent); }
.about-stat { clip-path:polygon(12% 0,100% 0,100% 88%,88% 100%,0 100%,0 12%); }
.showcase-art { background:repeating-linear-gradient(90deg,#2c3031 0 70px,#222526 70px 140px); }
.showcase-art::before { content:""; position:absolute; left:13%; bottom:0; width:74%; height:72%; background:#141617; clip-path:polygon(0 22%,15% 22%,15% 0,42% 0,42% 35%,62% 35%,62% 14%,85% 14%,85% 48%,100% 48%,100% 100%,0 100%); }
.showcase-art::after { content:"IGW / FIELD READY"; position:absolute; right:4%; bottom:4%; color:#f5a623; font-size:12px; letter-spacing:.18em; }
.showcase-copy { border-radius:0; }


/* Final responsive guardrails intentionally follow the theme rules. */
body { overflow-x: clip; }
@media (max-width: 820px) {
  .site-shell { width: min(calc(100% - 28px), 680px); }
  .hero-copy, .hero-art, .about-copy, .showcase-art, .showcase-copy { min-width: 0; }
  .nav-links { flex: 0 0 auto; gap: 0; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-grid, .about-grid, .showcase-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding-block: 62px; }
  .hero-copy { transform: none; }
  .hero-copy > p:not(.kicker) { max-width: 100%; }
  .hero-art { width: 100%; min-height: 390px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .section { padding-block: 76px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .nav { min-height: 68px; }
  .brand { min-width: 0; font-size: 14px; }
  .brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand svg { flex: 0 0 auto; width: 31px; height: 31px; }
  .nav-cta { padding: 10px 12px; font-size: 12px; box-shadow: none; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-art, .showcase-art { min-height: 330px; }
  .micro-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

