/* 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:#f1f0eb; --text:#202326; --muted:#64696d; --surface:#fff; --line:#c9cbca; --accent:#f2b705; --button-text:#202326; --section-bg:#dfe1df; --cta-bg:#202326; --cta-text:#fff; --cta-button-bg:#f2b705; --cta-button-text:#202326; --width:1200px; }
body { font-family:Arial,Helvetica,sans-serif; }
.backbar { background:#f2b705; color:#202326; }
.site-header { background:#fff; border-bottom:1px solid var(--line); }
.brand { text-transform:uppercase; letter-spacing:.04em; }
.brand svg { color:#f2b705; }
.nav-cta,.button { border-radius:2px; font-weight:800; text-transform:uppercase; font-size:12px; }
.hero-grid { min-height:670px; }
h1 { font-size:clamp(56px,7vw,90px); line-height:.9; text-transform:uppercase; }
.hero-art { min-height:520px; background:#b7bab8; clip-path:polygon(7% 0,100% 0,100% 93%,93% 100%,0 100%,0 7%); }
.hero-art::before { content:""; position:absolute; inset:0; background:linear-gradient(125deg,transparent 0 48%,rgba(255,255,255,.25) 48% 51%,transparent 51%); }
.hero-art .one { left:8%; bottom:0; width:84%; height:65%; background:#eceae3; clip-path:polygon(0 38%,35% 38%,35% 0,70% 0,70% 20%,100% 20%,100% 100%,0 100%); }
.hero-art .two { left:17%; bottom:0; width:22%; height:42%; background:#202326; }
.hero-art .three { right:13%; top:13%; width:110px; height:110px; background:#f2b705; }
.art-label { right:5%; bottom:5%; color:white; background:#202326; }
.services-grid { gap:12px; }
.service-card { border:0; border-top:7px solid #f2b705; border-radius:0; box-shadow:0 4px 18px rgba(32,35,38,.08); }
.service-number { margin-bottom:45px; color:#7a650c; }
.about-stat { clip-path:polygon(0 0,86% 0,100% 14%,100% 100%,14% 100%,0 86%); }
.showcase-art { background:#42474a; }
.showcase-art::before { content:""; position:absolute; inset:8%; background:repeating-linear-gradient(0deg,transparent 0 48px,rgba(255,255,255,.15) 48px 49px),repeating-linear-gradient(90deg,transparent 0 65px,rgba(255,255,255,.15) 65px 66px); }
.showcase-art::after { content:"PROJECT 024 / ON PROGRAMME"; position:absolute; left:8%; bottom:7%; color:#f2b705; font-size:13px; font-weight:800; letter-spacing:.12em; }
.showcase-copy { border-radius:0; border-top:7px solid #f2b705; }


/* 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; }
}

