:root {
  --primary: #2f5d4f;
  --bg: #f3f6f1;
  --ink: #16201b;
  --accent: #d98a3d;
  --paper: #ffffff;
  --line: #d6e0d2;
  --mute: #4a5e52;
  --s: clamp(16px, 2vw, 24px);
  --r: 16px;
  --display: 'Playfair Display', Georgia, serif;
  --body: 'Source Sans 3', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.62; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2, h3 { font-family: var(--display); line-height: 1.1; }
h1 { font-size: clamp(36px, 5.6vw, 68px); font-weight: 700; }
h1 em { color: var(--accent); font-style: italic; }
h2 { font-size: clamp(26px, 3.2vw, 42px); font-weight: 700; }
h3 { font-size: 18px; font-weight: 700; }
p { color: var(--mute); }
.lead { font-size: clamp(15px, 1.4vw, 18px); color: var(--mute); max-width: 48ch; }
.lead--light { color: rgba(255,255,255,.72); }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; }
.eyebrow--light { color: var(--accent); }

/* Nav */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(243,246,241,.93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { font-family: var(--display); font-size: 20px; font-weight: 700; text-decoration: none; color: var(--ink); flex-shrink: 0; }
.nav__links { display: flex; gap: 24px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--mute); font-size: 14.5px; transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* Buttons */
.btn { display: inline-flex; align-items: center; text-decoration: none; font-weight: 600; border-radius: 999px; transition: transform .15s, background .15s; cursor: pointer; font-family: var(--body); }
.btn--primary { background: var(--primary); color: #fff; padding: 14px 28px; }
.btn--primary:hover { background: #224439; transform: translateY(-2px); box-shadow: 0 8px 24px -8px rgba(47,93,79,.4); }
.btn--outline { background: transparent; color: var(--primary); padding: 14px 28px; box-shadow: inset 0 0 0 2px var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }
.btn--light { background: #fff; color: var(--primary); padding: 14px 28px; }
.btn--light:hover { background: #f0f5ee; transform: translateY(-2px); }
.btn--sm { padding: 10px 18px; font-size: 13.5px; }
.btn--lg { padding: 16px 32px; font-size: 16px; }

/* Hero split */
.hero { padding: 0; }
.hero__split { display: grid; grid-template-columns: 1fr 1fr; min-height: 88vh; }
.hero__left { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 5vw, 80px) clamp(24px, 4vw, 60px); }
.hero__left h1 { margin-bottom: 20px; }
.hero__cta { margin-top: 32px; }
.hero__trust { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.trust-chip { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: 13px; color: var(--mute); }
.trust-chip b { color: var(--primary); }
.hero__right { position: relative; overflow: hidden; }
.hero__fig { height: 100%; position: relative; }
.hero__fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__sticker { position: absolute; bottom: 32px; right: 32px; background: var(--accent); color: #fff; border-radius: var(--r); padding: 14px 18px; text-align: center; }
.hero__sticker span { display: block; font-size: 13px; line-height: 1.4; font-weight: 600; }
.hero__sticker span:first-child { font-size: 15px; font-weight: 700; }

/* Section */
.section { padding: clamp(50px, 6vw, 90px) 0; }
.section__head { max-width: 52ch; margin-bottom: 40px; }
.section__head p { color: var(--mute); margin-top: 10px; }

/* Work grid */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px; display: flex; flex-direction: column; min-height: 280px; }
.work-card--accent { border-color: var(--primary); background: linear-gradient(160deg, rgba(47,93,79,.05), var(--paper)); }
.work-card__header { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.work-card__num { font-family: var(--display); font-size: 36px; color: var(--line); font-weight: 700; line-height: 1; }
.work-card__header h3 { color: var(--ink); }
.work-card p { font-size: 14.5px; color: var(--mute); flex: 1; margin-bottom: 14px; }
.work-card__techs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.work-card__techs span { font-size: 12px; background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 3px 10px; color: var(--mute); }
.work-card__price { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--primary); margin-top: auto; }

/* Pigment section */
.pigment { background: var(--ink); padding: clamp(50px, 6vw, 90px) 0; }
.pigment__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.pigment__text h2 { color: #fff; margin-bottom: 18px; }
.pigment__text .eyebrow--light { color: var(--accent); }
.pigment__body { color: rgba(255,255,255,.65); font-size: 14.5px; margin-top: 16px; margin-bottom: 28px; max-width: 48ch; }
.swatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.swatch { border-radius: 10px; padding: 20px 12px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.9); text-align: center; }
.swatch--light { color: rgba(0,0,0,.5) !important; }
.swatches__note { font-size: 12px; color: rgba(255,255,255,.4); }

/* Prices */
.services__title { margin-bottom: 32px; }
.prices { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); gap: 20px; }
.price-row__name { font-size: 15px; color: var(--ink); font-weight: 500; }
.price-row__price { font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--primary); white-space: nowrap; }

/* Contact */
.contact { padding: clamp(50px, 6vw, 90px) 0; }
.contact__in { background: linear-gradient(135deg, var(--primary), #1e3d33); border-radius: calc(var(--r) + 8px); padding: clamp(36px, 4vw, 60px); display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.contact__body h2 { color: #fff; }
.contact__body p { color: rgba(255,255,255,.8); margin-top: 10px; max-width: 44ch; }
.contact__detail { color: rgba(255,255,255,.95) !important; font-weight: 600; }
.contact__acts { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }
.contact .btn--primary { background: #fff; color: var(--primary); }
.contact .btn--primary:hover { background: #eef4ec; transform: translateY(-2px); }
.contact .btn--outline { box-shadow: inset 0 0 0 2px rgba(255,255,255,.5); color: #fff; }
.contact .btn--outline:hover { background: rgba(255,255,255,.1); }

/* Footer */
.foot { background: var(--ink); padding: 28px 0; }
.foot__in { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.foot__in span:first-child { color: rgba(255,255,255,.9); font-weight: 600; }
.foot__in span:last-child { color: rgba(255,255,255,.4); }

@media (max-width: 900px) {
  .hero__split { grid-template-columns: 1fr; min-height: auto; }
  .hero__right { height: 55vw; min-height: 280px; }
  .work-grid { grid-template-columns: 1fr; }
  .pigment__in { grid-template-columns: 1fr; }
  .nav__links { display: none; }
  .contact__in { flex-direction: column; align-items: flex-start; }
  .hero__sticker { bottom: 16px; right: 16px; }
}
@media (max-width: 520px) {
  .work-grid { gap: 12px; }
  .hero__trust { gap: 8px; }
  .swatch-grid { grid-template-columns: repeat(2, 1fr); }
  .contact__acts { flex-direction: column; width: 100%; }
  .contact__acts .btn { width: 100%; }
}
