:root {
  --green: #005b35;
  --green-dark: #003f28;
  --green-deep: #002c1d;
  --gold: #a9905d;
  --gold-bright: #c89d45;
  --cream: #f8f5ee;
  --paper: #fffdf8;
  --ink: #17211d;
  --muted: #59635d;
  --shadow: 0 20px 50px rgba(0, 0, 0, .14);
  --radius: 12px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px clamp(20px, 4vw, 58px);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
}

.brand { flex: 0 0 auto; }
.brand img { width: min(260px, 42vw); height: auto; mix-blend-mode: multiply; }

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.site-nav a { position: relative; padding: 12px 0; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: .2s ease;
}
.site-nav a:hover::after,
.site-nav a.active::after { transform: scaleX(1); }

.call-button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.call-button,
.btn-primary {
  background: linear-gradient(135deg, #00834b, var(--green));
  color: white;
  box-shadow: 0 12px 30px rgba(0,91,53,.22);
}
.call-button::before,
.btn-primary::before { content: "☎"; margin-right: 10px; }
.call-button:hover,
.btn:hover { transform: translateY(-2px); }

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: var(--green);
  color: #fff;
  width: 46px;
  height: 42px;
  border-radius: 7px;
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--green-deep);
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: url('../assets/speedmaster-52-5-cpc.png');
  background-size: cover;
  background-position: center center;
  filter: contrast(1.03) saturate(.96);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 45, 29, .98) 0%, rgba(0, 64, 40, .92) 23%, rgba(0, 64, 40, .55) 43%, rgba(0, 0, 0, .15) 70%, rgba(0,0,0,.18) 100%),
    linear-gradient(0deg, rgba(0,0,0,.14), rgba(0,0,0,.08));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 40px));
  padding: clamp(58px, 8vw, 100px) 0 70px clamp(20px, 4vw, 58px);
  color: white;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold-bright);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(58px, 8vw, 86px);
  line-height: .94;
  letter-spacing: -.035em;
  max-width: 540px;
}
.hero h1 span { color: #00a45b; display: block; }
.hero h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: var(--gold-bright);
  margin: 32px 0 0;
}

.hero-copy {
  max-width: 430px;
  margin: 28px 0 28px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.btn-outline { border: 1px solid rgba(255,255,255,.82); color: #fff; background: rgba(0,0,0,.15); }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,.08); }

.upload-box {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  width: min(390px, 100%);
  padding: 17px 18px;
  border: 1.5px dashed var(--gold-bright);
  border-radius: 10px;
  background: rgba(0, 36, 23, .62);
  color: white;
}
.upload-symbol {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  font-size: 28px;
}
.upload-box strong { display: block; text-transform: uppercase; font-size: 18px; margin-bottom: 4px; }
.upload-box small { display: block; font-size: 15px; margin-bottom: 10px; }
.upload-box em {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 5px;
  background: var(--gold-bright);
  color: white;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 30px clamp(20px, 4vw, 58px);
  color: white;
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}
.trust-strip article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.trust-strip article:first-child { padding-left: 0; }
.trust-strip article:last-child { border-right: 0; padding-right: 0; }
.trust-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold-bright);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 25px;
  font-weight: 800;
}
.trust-strip h2 { margin: 0 0 7px; font-size: 15px; text-transform: uppercase; }
.trust-strip p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.45; }

.services {
  padding: 54px clamp(20px, 4vw, 58px) 72px;
  text-align: center;
  background: radial-gradient(circle at 50% 0, #fff 0%, var(--cream) 70%);
}
.services h2 {
  margin: 0 0 40px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.02em;
  color: var(--green);
}
.services h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: var(--gold);
  margin: 16px auto 0;
}

.service-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  text-align: left;
}
.service-card {
  position: relative;
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(30, 25, 15, .08);
  border: 1px solid rgba(0,0,0,.06);
}
.service-art {
  height: 130px;
  background: #d8cbb8;
  position: relative;
  overflow: hidden;
}
.service-art::before,
.service-art::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 16px 25px rgba(0,0,0,.18);
}
.card-art::before { width: 88px; height: 56px; background: #f7f7f4; left: 34px; top: 32px; transform: rotate(-18deg); }
.card-art::after { width: 96px; height: 58px; background: linear-gradient(135deg, var(--green), #1b2d45); left: 54px; top: 52px; transform: rotate(-18deg); }
.brochure-art::before { width: 112px; height: 76px; background: #fff; left: 28px; top: 31px; transform: rotate(13deg); }
.brochure-art::after { width: 92px; height: 72px; background: linear-gradient(135deg, #174d38, #e1c995); left: 64px; top: 28px; transform: rotate(18deg); }
.flyer-art::before { width: 100px; height: 78px; background: linear-gradient(145deg, #0b653f, #f2f0e7); left: 34px; top: 31px; transform: rotate(-14deg); }
.flyer-art::after { width: 100px; height: 78px; background: linear-gradient(145deg, #f8f8f3, #c99b32); left: 54px; top: 42px; transform: rotate(12deg); }
.ncr-art::before { width: 92px; height: 105px; background: #f0ce75; left: 55px; top: 18px; transform: rotate(8deg); }
.ncr-art::after { width: 58px; height: 2px; background: rgba(0,0,0,.25); left: 72px; top: 55px; box-shadow: 0 13px 0 rgba(0,0,0,.2), 0 26px 0 rgba(0,0,0,.2), 0 39px 0 rgba(0,0,0,.2); }
.booklet-art::before { width: 115px; height: 82px; background: #f7f7f3; left: 27px; top: 29px; transform: perspective(130px) rotateY(28deg); }
.booklet-art::after { width: 68px; height: 82px; background: #173c4a; left: 82px; top: 30px; transform: perspective(130px) rotateY(-18deg); }
.poster-art::before { width: 84px; height: 108px; background: linear-gradient(160deg, #073d2a, #0a8450 45%, #1b1b1b 46%); left: 55px; top: 13px; }
.poster-art::after { content: "EVENT"; width: auto; height: auto; box-shadow: none; color: #fff; left: 68px; top: 33px; font-size: 20px; font-weight: 900; }
.digital-art::before { width: 120px; height: 85px; background: linear-gradient(135deg, #197aa4, #f79432); left: 36px; top: 28px; transform: rotate(-13deg); }
.digital-art::after { width: 110px; height: 72px; background: linear-gradient(135deg, #0c5c38, #e9e5da); left: 54px; top: 43px; transform: rotate(12deg); }
.service-icon {
  position: absolute;
  left: 20px;
  top: 112px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 18px;
}
.service-card h3 {
  margin: 26px 18px 8px;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--green-dark);
  font-size: 18px;
}
.service-card p { margin: 0 18px 24px; color: #202820; line-height: 1.55; font-size: 14px; }

.bottom-contact {
  padding: 24px clamp(20px, 4vw, 58px);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: white;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
}
.bottom-contact p { margin: 0; }
.bottom-contact span { color: var(--gold-bright); margin: 0 .65em; }
.bottom-contact a { color: var(--gold-bright); font-weight: 800; }

@media (max-width: 1120px) {
  .site-header { gap: 18px; }
  .site-nav { gap: 18px; font-size: 13px; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 860px) {
  .site-header { min-height: 86px; }
  .brand img { width: 190px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 22px;
    background: var(--paper);
    box-shadow: 0 16px 35px rgba(0,0,0,.12);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
  .call-button { display: none; }
  .hero { min-height: auto; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,45,29,.96), rgba(0,64,40,.82) 52%, rgba(0,0,0,.28)); }
  .hero-content { padding: 52px 20px 48px; width: 100%; }
  .hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .trust-strip { grid-template-columns: 1fr; padding: 28px 20px; }
  .trust-strip article { padding: 0; border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .service-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .upload-box { grid-template-columns: 1fr; }
  .upload-symbol { display: none; }
  .bottom-contact span { margin: 0 .3em; }
}
