:root {
  --charcoal: #171a1b;
  --charcoal-soft: #202526;
  --charcoal-light: #2a3030;
  --paper: #f1eee7;
  --muted: #a7aaa4;
  --ink: #202423;
  --amber: #f2a51a;
  --amber-light: #ffc65a;
  --line: rgba(255, 255, 255, .12);
  --radius: 5px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--charcoal); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: var(--max); padding: 17px 22px; position: relative; z-index: 5; }
.brand { align-items: center; display: inline-flex; font-size: .85rem; font-weight: 500; gap: 10px; letter-spacing: .04em; white-space: nowrap; }
.brand strong { font-weight: 800; }
.brand-mark { align-items: center; background: var(--amber); border-radius: 50%; color: var(--charcoal); display: inline-flex; font-size: .92rem; font-weight: 900; height: 31px; justify-content: center; width: 31px; }
.site-nav { align-items: center; display: flex; gap: 17px; }
.site-nav > a:not(.nav-cta) { color: #c3c5be; display: none; font-size: .78rem; }
.nav-cta { border: 1px solid rgba(242,165,26,.65); border-radius: 3px; color: var(--amber-light); font-size: .75rem; font-weight: 700; padding: 8px 12px; }
.hero { display: grid; gap: 42px; margin: 0 auto; max-width: var(--max); padding: 68px 22px 80px; }
.hero-copy { align-self: center; }
.eyebrow, .kicker { color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.status-dot { background: var(--amber); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,165,26,.13); display: inline-block; height: 7px; margin: 0 8px 1px 2px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.1rem, 13vw, 6.3rem); letter-spacing: -.075em; line-height: .94; margin-bottom: 25px; max-width: 780px; }
h1 span { color: var(--amber); }
.hero-intro { color: #c7c9c1; font-size: 1rem; max-width: 490px; }
.afrikaans { color: var(--muted); font-size: .86rem; font-style: italic; margin: 20px 0 29px; }
.hero-actions, .contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.button { align-items: center; border: 1px solid transparent; border-radius: var(--radius); display: inline-flex; font-size: .84rem; font-weight: 800; gap: 9px; justify-content: center; min-height: 49px; padding: 12px 18px; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--charcoal); }
.button-primary:hover { background: var(--amber-light); }
.button-whatsapp { background: #2e9f5b; color: white; }
.button-whatsapp:hover { background: #36b768; }
.hero-note { align-items: center; color: var(--muted); display: flex; font-size: .72rem; gap: 10px; margin-top: 28px; }
.hero-note .line { background: var(--amber); display: inline-block; height: 1px; width: 25px; }
.hero-visual { align-self: center; justify-self: center; max-width: 430px; position: relative; width: 100%; }
.hero-frame { background: white; border: 10px solid var(--paper); box-shadow: 15px 15px 0 var(--amber); transform: rotate(2.2deg); }
.hero-frame img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.hero-badge { align-items: center; background: var(--charcoal-light); border: 1px solid var(--line); bottom: -24px; display: flex; gap: 9px; padding: 13px 17px; position: absolute; right: -10px; transform: rotate(-4deg); }
.hero-badge strong { color: var(--amber); font-size: 1.75rem; line-height: 1; }
.hero-badge span { color: #d7d8d2; font-size: .64rem; font-weight: 700; letter-spacing: .12em; line-height: 1.15; text-transform: uppercase; }
.service-strip { background: var(--amber); color: var(--charcoal); display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 11px 22px; }
.service-strip p { align-items: center; display: flex; font-size: .72rem; font-weight: 800; gap: 8px; margin: 0; padding: 7px 0; }
.strip-icon { font-size: 1rem; font-weight: 400; }
.section { margin: 0 auto; max-width: var(--max); padding: 82px 22px; }
.section-heading { display: grid; gap: 28px; margin-bottom: 38px; }
.section-heading h2, .about-copy h2, .contact-section h2 { font-size: clamp(2.3rem, 7vw, 4.1rem); letter-spacing: -.065em; line-height: .98; margin-bottom: 0; }
.section-lede { color: var(--muted); font-size: .93rem; margin: 0; max-width: 370px; }
.services-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
.service-card { background: var(--charcoal-soft); border: 1px solid var(--line); min-height: 190px; padding: 19px; position: relative; }
.service-card.service-featured { background: var(--amber); color: var(--charcoal); }
.service-card.service-featured p, .service-card.service-featured .service-number { color: rgba(23,26,27,.66); }
.service-number { color: #737974; font-size: .66rem; font-weight: 800; letter-spacing: .1em; position: absolute; right: 18px; top: 19px; }
.service-icon { color: var(--amber); font-size: 1.85rem; line-height: 1; margin-bottom: 25px; }
.service-featured .service-icon { color: var(--charcoal); }
.service-card h3 { font-size: 1.03rem; letter-spacing: -.02em; margin-bottom: 7px; }
.service-card p { color: var(--muted); font-size: .78rem; line-height: 1.45; margin-bottom: 0; }
.service-featured p { color: var(--charcoal); }
.about-section { background: var(--paper); color: var(--ink); display: grid; }
.about-image { min-height: 320px; }
.about-image img { height: 100%; object-fit: cover; width: 100%; }
.about-copy { padding: 52px 22px 62px; }
.about-copy .kicker { color: #bc7810; }
.about-copy p:not(.kicker) { color: #5e625e; font-size: .93rem; max-width: 500px; }
.about-copy h2 { margin-bottom: 26px; }
.text-link { color: #a86b0b; display: inline-flex; font-size: .85rem; font-weight: 800; gap: 14px; margin-top: 7px; }
.text-link span { font-size: 1.1rem; }
.work-section { padding-bottom: 96px; }
.section-heading.compact { align-items: end; }
.gallery { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
.gallery-item { background: var(--charcoal-soft); margin: 0; min-height: 210px; overflow: hidden; position: relative; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .35s; width: 100%; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { background: linear-gradient(transparent, rgba(0,0,0,.75)); bottom: 0; color: white; font-size: .7rem; font-weight: 700; left: 0; padding: 28px 13px 12px; position: absolute; right: 0; }
.gallery-wide { grid-column: span 2; min-height: 280px; }
.gallery-tall { min-height: 290px; }
.contact-section { background: var(--amber); color: var(--charcoal); display: grid; gap: 35px; padding: 55px 22px 60px; }
.contact-section .kicker { color: rgba(23,26,27,.65); }
.contact-section h2 { font-size: clamp(2.5rem, 9vw, 4.5rem); }
.contact-actions > p { font-size: .95rem; margin-bottom: 22px; max-width: 370px; }
.contact-actions .button-primary { background: var(--charcoal); color: var(--paper); }
.contact-actions .button-primary:hover { background: #333939; }
.contact-actions .button-whatsapp { background: #237b47; }
.site-footer { display: grid; gap: 26px; margin: 0 auto; max-width: var(--max); padding: 42px 22px 30px; }
.footer-brand { align-items: center; display: flex; gap: 11px; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: .84rem; }
.footer-brand span:not(.brand-mark) { color: var(--muted); font-size: .7rem; }
.footer-details { display: flex; flex-direction: column; font-size: .76rem; gap: 5px; }
.footer-details a { color: var(--amber); font-weight: 800; }
.footer-details span { color: var(--muted); }
.facebook-link { align-self: start; border-bottom: 1px solid var(--amber); color: var(--amber); font-size: .76rem; font-weight: 800; padding-bottom: 4px; }
.copyright { border-top: 1px solid var(--line); color: #707671; font-size: .65rem; margin: 2px 0 0; padding-top: 20px; }
@media (min-width: 680px) {
  .site-header { padding-left: 34px; padding-right: 34px; }
  .site-nav { gap: 25px; }
  .site-nav > a:not(.nav-cta) { display: block; }
  .hero, .section { padding-left: 34px; padding-right: 34px; }
  .hero { grid-template-columns: 1.08fr .92fr; padding-bottom: 108px; padding-top: 100px; }
  .service-strip { grid-template-columns: repeat(4, 1fr); padding-left: max(34px, calc((100% - var(--max)) / 2 + 34px)); padding-right: max(34px, calc((100% - var(--max)) / 2 + 34px)); }
  .section-heading { align-items: end; grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card { min-height: 218px; padding: 22px; }
  .about-section { grid-template-columns: 1fr 1fr; }
  .about-image { min-height: 500px; }
  .about-copy { align-self: center; padding: 70px 9% 70px; }
  .gallery { grid-template-columns: 1.35fr 1fr 1fr; }
  .gallery-wide { grid-column: span 2; min-height: 370px; }
  .gallery-tall { min-height: 370px; }
  .contact-section { grid-template-columns: 1fr 1fr; padding: 78px max(34px, calc((100% - var(--max)) / 2 + 34px)); }
  .site-footer { align-items: start; grid-template-columns: 1.2fr 1.5fr auto; padding-left: 34px; padding-right: 34px; }
  .copyright { grid-column: 1 / -1; }
}
@media (min-width: 1020px) {
  .site-header { padding-left: 0; padding-right: 0; }
  .hero, .section { padding-left: 0; padding-right: 0; }
  .hero { min-height: 660px; }
  .hero-visual { max-width: 465px; }
  .hero-badge { right: -30px; }
  .service-strip { padding-left: calc((100% - var(--max)) / 2); padding-right: calc((100% - var(--max)) / 2); }
  .about-copy { padding-left: 14%; padding-right: 14%; }
  .contact-section { padding-left: max(34px, calc((100% - var(--max)) / 2)); padding-right: max(34px, calc((100% - var(--max)) / 2)); }
  .site-footer { padding-left: 0; padding-right: 0; }
}
