:root {
  --brick-300: #d07a80;
  --brick-500: #ad5358;
  --brick-700: #78383c;

  --petrol-200: #9ab2b8;
  --petrol-400: #467079;
  --petrol-500: #2e4c54;
  --petrol-700: #1e333a;

  --cream-50:  #fffefb;
  --cream-100: #fffaf2;
  --cream-200: #fff7eb;
  --cream-400: #e8dcc2;
  --cream-500: #d4c5a6;

  --amber-300: #f4c66a;
  --amber-500: #e0a83a;

  --grease-500: #6b605a;

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-mega:    'Anton', 'Oswald', sans-serif;
  --font-slab:    'Alfa Slab One', 'Rockwell', serif;
  --font-body:    'Work Sans', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  --shadow-stamp-brick: 6px 6px 0 var(--brick-500);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream-200);
  color: var(--petrol-700);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--brick-500); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--brick-700); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 32px; }

/* ================== NAV ================== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 247, 235, .92);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--petrol-500);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px; max-width: 1120px; margin: 0 auto;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--petrol-700);
}
.nav-brand .brand-mark { color: var(--petrol-700); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; letter-spacing: .08em; color: var(--petrol-700);
  text-transform: uppercase;
}
.brand-tag {
  font-family: var(--font-display); font-weight: 500;
  font-size: 9px; letter-spacing: .22em; color: var(--brick-500);
  text-transform: uppercase; margin-top: 3px;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-link {
  font-family: var(--font-display); font-weight: 600;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--petrol-700); text-decoration: none;
  transition: color 140ms cubic-bezier(.2,.8,.2,1);
}
.nav-link:hover { color: var(--brick-500); }

/* ================== BUTTONS ================== */
.btn {
  font-family: var(--font-display); font-weight: 600;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 4px;
  border: 2px solid var(--petrol-500); cursor: pointer;
  transition: all 140ms cubic-bezier(.2,.8,.2,1);
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; white-space: nowrap;
}
.btn-primary { background: var(--petrol-500); color: var(--cream-200); }
.btn-primary:hover { background: var(--petrol-700); border-color: var(--petrol-700); color: var(--cream-200); }
.btn-secondary { background: transparent; color: var(--petrol-700); }
.btn-secondary:hover { background: var(--petrol-500); color: var(--cream-200); }
.btn-brand {
  background: var(--brick-500); color: var(--cream-200);
  border-color: var(--brick-500);
}
.btn-brand:hover { background: var(--brick-700); border-color: var(--brick-700); color: var(--cream-200); }

/* ================== EYEBROW ================== */
.eyebrow {
  font-family: var(--font-display); font-weight: 600;
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--brick-500);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--brick-500);
}

/* ================== HERO ================== */
.hero {
  position: relative;
  padding: 96px 0 112px;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero h1 {
  font-family: var(--font-mega);
  font-size: clamp(56px, 8.2vw, 132px);
  line-height: .92; letter-spacing: -.01em;
  text-transform: uppercase; color: var(--petrol-700);
  margin: 24px 0;
}
.hero h1 .accent { color: var(--brick-500); display: block; }
.hero p.lede {
  font-family: var(--font-body); font-size: 18px; line-height: 1.55;
  color: var(--petrol-500); max-width: 560px; margin: 0 0 32px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-shoptag {
  position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mega);
  font-size: clamp(80px, 13vw, 220px);
  line-height: 1; color: var(--petrol-500); opacity: .05;
  text-transform: uppercase; letter-spacing: -.01em;
  pointer-events: none; white-space: nowrap;
}

/* ================== SECTIONS ================== */
.section { padding: 96px 0; position: relative; }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 56px; gap: 32px; flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-mega);
  font-size: clamp(40px, 6vw, 80px);
  line-height: .95; letter-spacing: -.005em;
  text-transform: uppercase; color: var(--petrol-700);
  margin: 12px 0 0; max-width: 720px;
}
.section-head .hint {
  font-family: var(--font-body); font-size: 16px; color: var(--petrol-500);
  max-width: 360px; margin: 0;
}

/* ================== SERVICES ================== */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 2px solid var(--petrol-500); border-radius: 8px;
  overflow: hidden; background: var(--cream-100);
}
.service-card {
  padding: 32px; display: flex; flex-direction: column; gap: 14px;
  border-right: 1px solid var(--cream-500);
  transition: background-color 160ms cubic-bezier(.2,.8,.2,1);
}
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--cream-50); }
.service-card .row1 {
  display: flex; align-items: center; justify-content: space-between;
}
.service-card .num {
  font-family: var(--font-slab); font-size: 36px;
  color: var(--brick-500); line-height: 1;
}
.service-card .icn-wrap {
  width: 44px; height: 44px;
  border: 2px solid var(--petrol-500); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--petrol-700); background: var(--cream-200);
}
.service-card h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; letter-spacing: .04em; text-transform: uppercase;
  color: var(--petrol-700); margin: 0;
}
.service-card p {
  font-family: var(--font-body); font-size: 14.5px; line-height: 1.55;
  color: var(--petrol-500); margin: 0;
}

/* ================== ABOUT ================== */
.about { background: var(--cream-100); border-top: 2px solid var(--petrol-500); border-bottom: 2px solid var(--petrol-500); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start;
}
.about h2 {
  font-family: var(--font-mega);
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .95; letter-spacing: -.005em;
  text-transform: uppercase; color: var(--petrol-700);
  margin: 12px 0 0;
}
.about-body p {
  font-family: var(--font-body); font-size: 17px; line-height: 1.6;
  color: var(--petrol-500); margin: 0 0 18px;
}
.about-body p:last-child { margin-bottom: 0; }

/* ================== CONTACT ================== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.contact h2 {
  font-family: var(--font-mega);
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .95; letter-spacing: -.005em;
  text-transform: uppercase; color: var(--petrol-700);
  margin: 12px 0 24px;
}
.contact .lede {
  font-family: var(--font-body); font-size: 17px;
  color: var(--petrol-500); margin: 0; max-width: 420px;
}
.contact-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 20px;
}
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ico {
  width: 40px; height: 40px;
  border: 2px solid var(--petrol-500); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--brick-500); flex-shrink: 0;
  background: var(--cream-100);
}
.contact-list .label {
  font-family: var(--font-display); font-weight: 600; font-size: 11px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--grease-500);
  display: block; margin-bottom: 2px;
}
.contact-list .value {
  font-family: var(--font-body); font-size: 15px; color: var(--petrol-700);
  text-decoration: none;
}
.contact-list .value.mono {
  font-family: var(--font-mono); font-size: 13px; color: var(--brick-500);
}
.contact-list .value.mono:hover { color: var(--brick-700); }

/* ================== FOOTER ================== */
.footer {
  background: var(--petrol-700); color: var(--cream-200);
  padding: 40px 0 28px; border-top: 4px solid var(--brick-500);
}
.footer-inner { display: flex; flex-direction: column; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { color: var(--cream-200); }
.footer-brand .name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; letter-spacing: .08em; text-transform: uppercase;
  line-height: 1;
}
.footer-brand .tag {
  font-family: var(--font-display); font-weight: 500;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--brick-300); margin-top: 4px;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px; border-top: 1px solid var(--petrol-500);
  font-family: var(--font-mono); font-size: 11px; color: var(--cream-400);
  flex-wrap: wrap; gap: 8px;
}
.footer-bottom a { color: var(--cream-200); }
.footer-bottom a:hover { color: var(--amber-300); }

/* ================== RESPONSIVE ================== */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--cream-500); }
  .service-card:last-child { border-bottom: 0; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .nav-links { gap: 16px; }
  .nav-links .nav-link { display: none; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .section, .hero { padding: 64px 0; }
  .nav-inner { padding: 12px 20px; }
}
