@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap');

/* =====================
   RESET & BASE
   ===================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:       #B8860B;
  --gold-light: #D4A843;
  --dark:       #1C1208;
  --dark-mid:   #2E1E0A;
  --dark-deep:  #0F0A03;
  --parchment:  #F5F0E8;
  --parchment-mid: #EDE6D5;
  --parchment-border: #D4BF8A;
  --text-body:  #4A3728;
  --text-muted: #6B5444;
  --text-faint: #7A6A52;
  --serif:      'Playfair Display', Georgia, serif;
  --baskerville:'Libre Baskerville', Georgia, serif;
  --sans:       'Source Sans 3', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--parchment);
  color: var(--dark);
  line-height: 1.6;
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }

/* =====================
   TYPOGRAPHY
   ===================== */
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.15; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}

.section-rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin-top: 12px;
}

.section-rule.centered { margin: 12px auto 0; }

/* =====================
   LAYOUT
   ===================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }

/* =====================
   NAV
   ===================== */
.site-nav {
  background: var(--dark);
  border-bottom: 2px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
}

.site-nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--gold-light);
  text-decoration: none;
  letter-spacing: 0.03em;
}
.nav-logo span { color: var(--parchment); font-weight: 400; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9B99A;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--gold-light); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 8px 18px !important;
  border-radius: 2px;
  font-weight: 700 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--parchment);
  transition: all 0.3s;
}

/* =====================
   PAGE HERO (inner pages)
   ===================== */
.page-hero {
  background: var(--dark);
  border-bottom: 3px solid var(--gold);
  padding: 56px 0 48px;
}
.page-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 12px;
}
.page-hero p {
  font-family: var(--baskerville);
  font-style: italic;
  color: #C9B99A;
  font-size: 16px;
  max-width: 560px;
  line-height: 1.7;
}

/* =====================
   HERO (homepage)
   ===================== */
.home-hero {
  background: linear-gradient(160deg, var(--dark) 0%, var(--dark-mid) 65%, #3D2A12 100%);
  border-bottom: 3px solid var(--gold);
  padding: 80px 0 72px;
}

.home-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

.hero-badge {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 24px;
  font-weight: 600;
}

.home-hero h1 {
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 900;
  color: var(--parchment);
  line-height: 1.05;
  margin-bottom: 10px;
}
.home-hero h1 em {
  color: var(--gold-light);
  font-style: normal;
  display: block;
}
.hero-sub {
  font-family: var(--baskerville);
  font-style: italic;
  color: #C9B99A;
  font-size: 15px;
  line-height: 1.8;
  max-width: 420px;
  margin-bottom: 32px;
}
.hero-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.hero-divider-line { flex: 1; height: 1px; background: var(--gold); opacity: 0.35; max-width: 120px; }
.hero-divider-diamond { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }

.hero-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-bullets li {
  font-size: 14px;
  color: #C9B99A;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-bullets li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* =====================
   QUOTE FORM (hero)
   ===================== */
.hero-form {
  background: rgba(245,240,232,0.06);
  border: 1px solid rgba(184,134,11,0.4);
  padding: 28px;
  border-radius: 3px;
}
.hero-form h3 {
  font-family: var(--serif);
  color: var(--gold-light);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* =====================
   FORMS (shared)
   ===================== */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.form-row.full { grid-template-columns: 1fr; }

.field { display: flex; flex-direction: column; gap: 5px; }

.field label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9B99A;
}

.field input,
.field select,
.field textarea {
  background: rgba(245,240,232,0.08);
  border: 1px solid rgba(184,134,11,0.35);
  border-radius: 2px;
  color: var(--parchment);
  font-family: var(--sans);
  font-size: 14px;
  padding: 10px 12px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #5A4A38; }
.field select option { background: var(--dark); color: var(--parchment); }
.field textarea { resize: vertical; min-height: 100px; }

/* Light form variant (used on quote page) */
.form-light .field label { color: var(--text-muted); }
.form-light .field input,
.form-light .field select,
.form-light .field textarea {
  background: #fff;
  border: 1px solid var(--parchment-border);
  color: var(--dark);
}
.form-light .field input::placeholder,
.form-light .field textarea::placeholder { color: #AAA; }
.form-light .field select option { background: #fff; color: var(--dark); }
.form-light .field input:focus,
.form-light .field select:focus,
.form-light .field textarea:focus { border-color: var(--gold); }

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { background: var(--gold-light); color: var(--dark); }
.btn-outline {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--dark); }
.btn-full { width: 100%; text-align: center; margin-top: 8px; }

/* =====================
   TRUST BAR
   ===================== */
.trust-bar {
  background: var(--dark);
  border-bottom: 1px solid rgba(184,134,11,0.25);
  padding: 20px 0;
}
.trust-bar .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-item { text-align: center; }
.trust-item .num {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold-light);
}
.trust-item .lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* =====================
   SERVICE CARDS
   ===================== */
.services-bg { background: var(--parchment-mid); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.service-card {
  background: var(--parchment);
  border: 1px solid var(--parchment-border);
  border-top: 3px solid var(--gold);
  padding: 24px 20px;
  border-radius: 2px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.08); }

.service-icon {
  font-size: 24px;
  color: var(--gold);
  margin-bottom: 12px;
}
.service-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}
.service-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* =====================
   PROJECTS
   ===================== */
.projects-list { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }

.project-card {
  background: var(--parchment-mid);
  border: 1px solid var(--parchment-border);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
}
.project-thumb {
  width: 260px;
  min-height: 200px;
  background: var(--dark-mid);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.project-thumb-placeholder {
  text-align: center;
  position: relative;
  z-index: 1;
}
.project-thumb-placeholder i { font-size: 36px; color: var(--gold-light); margin-bottom: 6px; display: block; }
.project-thumb-placeholder span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  font-weight: 600;
}
.project-info { padding: 24px 28px; }
.project-model {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.project-tag {
  background: var(--dark);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 1px;
}
.project-desc {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* =====================
   ABOUT SECTION
   ===================== */
.about-dark { background: var(--dark); }
.about-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: start;
}
.about-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: var(--dark-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 700;
  color: var(--gold-light);
  flex-shrink: 0;
  overflow: hidden;
}
.about-avatar img { width: 100%; height: 100%; object-fit: cover; }
.about-text .eyebrow { color: var(--gold); }
.about-text h2 {
  font-size: clamp(26px, 3vw, 36px);
  color: var(--parchment);
  margin-bottom: 16px;
}
.about-text p {
  font-family: var(--baskerville);
  font-size: 15px;
  line-height: 1.85;
  color: #C9B99A;
  margin-bottom: 16px;
}

/* =====================
   IRONMAN BANNER
   ===================== */
.ironman-banner {
  background: var(--parchment-mid);
  border-top: 2px solid var(--parchment-border);
  border-bottom: 2px solid var(--parchment-border);
  padding: 28px 0;
}
.ironman-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ironman-badge {
  width: 64px;
  height: 64px;
  background: var(--dark);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
  color: var(--gold-light);
}
.ironman-text .title {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
.ironman-text .sub { font-size: 14px; color: var(--text-muted); }

/* =====================
   CTA STRIP
   ===================== */
.cta-strip {
  background: var(--dark-mid);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  padding: 52px 0;
  text-align: center;
}
.cta-strip h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  color: var(--parchment);
  margin-bottom: 12px;
}
.cta-strip p {
  font-family: var(--baskerville);
  font-style: italic;
  color: #C9B99A;
  font-size: 15px;
  margin-bottom: 28px;
}

/* =====================
   CONTACT PAGE
   ===================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-info h3 {
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 20px;
}
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.contact-detail-icon {
  width: 40px;
  height: 40px;
  background: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold-light);
  flex-shrink: 0;
}
.contact-detail-text .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 2px;
}
.contact-detail-text .value {
  font-size: 15px;
  color: var(--dark);
  font-weight: 600;
}
.contact-detail-text .sub {
  font-size: 13px;
  color: var(--text-muted);
}

/* =====================
   FOOTER
   ===================== */
.site-footer {
  background: var(--dark-deep);
  border-top: 2px solid var(--gold);
  padding: 48px 0 28px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  margin-bottom: 36px;
}
.footer-brand .f-logo {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.footer-brand .f-logo span { color: var(--parchment); font-weight: 400; }
.footer-brand p {
  font-size: 13px;
  color: #7A6A52;
  line-height: 1.7;
  max-width: 260px;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a {
  font-size: 13px;
  color: #7A6A52;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(184,134,11,0.2);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p { font-size: 12px; color: #4A3728; }
.footer-bottom a { font-size: 12px; color: #4A3728; }

/* =====================
   ALERTS
   ===================== */
.alert {
  padding: 14px 20px;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 20px;
  border-left: 4px solid;
}
.alert-success { background: #EAF3DE; color: #3B6D11; border-color: #639922; }
.alert-error   { background: #FCEBEB; color: #A32D2D; border-color: #E24B4A; }

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 900px) {
  .home-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-sub { max-width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .about-avatar { margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { padding: 0 20px; }
  .section { padding: 48px 0; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--dark);
    padding: 20px 24px;
    gap: 16px;
    border-bottom: 2px solid var(--gold);
  }
  .nav-hamburger { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .project-card { flex-direction: column; }
  .project-thumb { width: 100%; height: 180px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .trust-bar .container { justify-content: center; gap: 24px; }
  .trust-item { min-width: 80px; }
}
