@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600&family=Kode+Mono:wght@400;700&family=Rajdhani:wght@600;700&display=swap');

:root {
  /* Palette */
  --c-espresso: #1A1712;
  --c-amber: #F2A11E;
  --c-amber-ink: #8F4E12;
  --c-amber-light: #F6C36B;
  --c-chrome: #AEB4BA;
  --c-plate-fill: #C3C7CB;
  --c-body-ink: #211D17;
  --c-steel: #5E5A54;
  --c-bone: #F5F1E9;
  --c-faint-alt: #EEE8DC;
  --c-white: #FFFFFF;

  /* Fonts */
  --font-display: 'Rajdhani', sans-serif;
  --font-body: 'Epilogue', sans-serif;
  --font-mono: 'Kode Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: var(--c-bone);
  color: var(--c-body-ink);
  font-family: var(--font-body);
}

img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: var(--c-espresso);
}

.mono {
  font-family: var(--font-mono);
}

/* Colors & Backgrounds */
.bg-espresso { background-color: var(--c-espresso); color: var(--c-bone); }
.bg-espresso h1, .bg-espresso h2, .bg-espresso h3, .bg-espresso h4, .bg-espresso h5, .bg-espresso h6 { color: var(--c-bone); }
.text-amber { color: var(--c-amber); }
.text-amber-ink { color: var(--c-amber-ink); }
.text-amber-light { color: var(--c-amber-light); }
.text-steel { color: var(--c-steel); }

.bg-amber { background-color: var(--c-amber); color: var(--c-body-ink); }
.bg-bone { background-color: var(--c-bone); }
.bg-faint { background-color: var(--c-faint-alt); }
.bg-white { background-color: var(--c-white); }

a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; }

/* CTAs */
.cta-amber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-amber);
  color: #211D17;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}
.cta-amber:active { transform: translateY(1px) scale(0.98); }

.cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-espresso);
  color: var(--c-espresso);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}
.cta-outline:active { transform: translateY(1px) scale(0.98); }

/* Layout */
.container { max-width: 1400px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .container { padding: 0 2rem; } }

/* The Master's Plate */
.master-plate {
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 3px),
              linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.15) 100%),
              linear-gradient(90deg, #d0d4d8 0%, #f4f6f7 30%, #aeb4ba 70%, #d0d4d8 100%);
  border: 1px solid #777;
  position: relative;
  padding: 28px 32px;
  font-family: var(--font-mono);
  color: var(--c-espresso);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.4;
  box-shadow: inset 0 0 0 2px var(--c-amber), inset 0 1px rgba(255,255,255,.55), inset 0 -1px rgba(26,23,18,.22), inset 0 1px 4px rgba(0,0,0,0.3), 0 4px 6px rgba(0,0,0,0.2);
}
.master-plate::before, .master-plate::after {
  content: ''; position: absolute; width: 5px; height: 5px; background: linear-gradient(135deg, #ccc 0%, #666 100%); border-radius: 50%; box-shadow: inset 0 1px 1px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.5);
}
.master-plate::before { top: 7px; left: 7px; }
.master-plate::after { bottom: 7px; right: 7px; }
.master-plate .plate-rivet-tr { position: absolute; top: 7px; right: 7px; width: 5px; height: 5px; background: linear-gradient(135deg, #ccc 0%, #666 100%); border-radius: 50%; box-shadow: inset 0 1px 1px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.5); }
.master-plate .plate-rivet-bl { position: absolute; bottom: 7px; left: 7px; width: 5px; height: 5px; background: linear-gradient(135deg, #ccc 0%, #666 100%); border-radius: 50%; box-shadow: inset 0 1px 1px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.5); }
.master-plate hr { border: 0; border-top: 2px solid var(--c-amber); border-bottom: 1px solid rgba(255,255,255,0.5); margin: 0.5rem 0; width: 100%; }

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Typography Extensions */
.font-bold { font-weight: 600; }
.italic { font-style: italic; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-center { text-align: center; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-4 { margin-bottom: 1rem; }
.p-8 { padding: 2rem; }
.w-full { width: 100%; }

/* Sections */
section { padding: 4rem 0; }

/* Hero */
.hero { padding: 56px 12px 72px; min-height: auto; display: block; }
@media (min-width: 768px) {
  .hero { padding: 0; min-height: 100vh; display: flex; align-items: center; }
}
@media (min-width: 1024px) {
  .hero { min-height: auto; height: calc(100vh - 117px); max-height: 820px; padding: 48px 0; display: flex; align-items: center; }
}
.hero-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .hero-left { width: 50%; max-width: 650px; }
  .hero-right { width: 50%; }
}
.hero-kicker { font-size: 0.875rem; margin-bottom: 1rem; }
.hero-h1 { font-size: 3rem; margin-bottom: 1.5rem; line-height: 1; }
@media (min-width: 1024px) { .hero-h1 { font-size: 56px; line-height: 0.98; letter-spacing: 0.02em; } }
.hero-subhead { font-size: 1.125rem; color: var(--c-steel); margin-bottom: 2rem; max-width: 600px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.hero-micro-trust { font-size: 12px; display: flex; flex-direction: column; row-gap: 10px; align-items: flex-start; }
.hero-photo-wrapper {
  position: relative;
  border: 1px solid var(--c-chrome);
  padding: 0.5rem;
  background: var(--c-white);
}
.hero-photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-photo { height: 560px; }
}
.hero-plate { position: absolute; bottom: 16px; left: -2rem; z-index: 10; background: var(--c-plate-fill); padding: 1rem 1.5rem; }
@media (max-width: 1024px) {
  .hero-plate { left: 1rem; bottom: 16px; }
}

/* Trust Strip */
.trust-strip { padding: 1.5rem 0; font-size: 0.875rem; }
.trust-container { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; text-align: center; }

/* The Master */
.master-content { max-width: 800px; margin: 0 auto; text-align: center; }
.master-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; }
.master-content p { font-size: 1.125rem; margin-bottom: 1.5rem; color: var(--c-steel); }
.master-content p:not(.pull-line) {
  text-align: left;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .master-content p:not(.pull-line) {
    text-align: center;
    max-width: none;
  }
}
.master-content .pull-line { font-size: 1.5rem; }

/* The Moat */
.moat-container { display: grid; gap: 3rem; }
@media (min-width: 1024px) {
  .moat-container { grid-template-columns: 1fr 1fr; align-items: center; }
}
.moat-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; }
.moat-content p { font-size: 1.125rem; color: var(--c-steel); }
.moat-proof { padding: 2rem; border: 1px solid var(--c-faint-alt); }
.moat-proof .stars { margin-bottom: 1rem; font-size: 1.25rem; }
.moat-proof .quote { font-style: italic; color: var(--c-body-ink); margin-bottom: 1rem; }
.moat-proof .attribution { font-family: var(--font-mono); font-size: 0.875rem; color: var(--c-steel); }

/* The Marques */
.marques-container { text-align: center; }
.marques-container h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.marques-container p { font-size: 1.125rem; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.marques-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

/* Services */
.services-container { max-width: 800px; margin: 0 auto; text-align: center; margin-bottom: 3rem; }
.services-container h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.services-container p { font-size: 1.125rem; margin-bottom: 2rem; }
.services-list-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.service-item {
  background: var(--c-white);
  border: 1px solid var(--c-chrome);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--c-espresso);
}
.full-width-photo { width: 100%; height: 400px; object-fit: cover; }

/* Testimonials */
.testimonials-container { text-align: center; }
.testimonials-container h2 { font-size: 2.5rem; margin-bottom: 0.5rem; }
.testimonials-container .google-link { display: inline-block; margin-bottom: 3rem; font-size: 0.875rem; }
.testimonials-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 1024px) {
  .testimonials-grid { grid-template-columns: repeat(12, 1fr); }
  .testimonial-card.featured { grid-column: span 7; height: auto; align-self: start; }
  .testimonials-stacked { grid-column: span 5; display: flex; flex-direction: column; gap: 2rem; }
}
.testimonial-card { padding: 2rem; border: 1px solid var(--c-chrome); }
.testimonial-card .stars { margin-bottom: 1rem; font-size: 1.25rem; }
.testimonial-card .quote { font-style: italic; color: var(--c-body-ink); margin-bottom: 1rem; font-size: 15px; line-height: 1.55; }
.testimonial-card .attribution { font-family: var(--font-mono); font-size: 0.875rem; color: var(--c-steel); }

/* Contact */
.contact-container { display: grid; gap: 3rem; }
@media (min-width: 1024px) {
  .contact-container { grid-template-columns: 1fr 1fr; align-items: start; }
}
.contact-left h2 { font-size: 3rem; margin-bottom: 1.5rem; line-height: 1.1; }
.form-mock { padding: 2rem; border: 1px solid var(--c-chrome); }
.form-group { margin-bottom: 1.5rem; text-align: left; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; font-size: 0.875rem; }
.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--c-chrome);
  background: var(--c-bone);
  color: var(--c-body-ink);
}
.form-group input:focus, .form-group textarea:focus {
  outline: 2px solid var(--c-amber);
  outline-offset: -1px;
}
