/* ===========================
   ERIN Homepage V1 - Styles
   Colours: Ink #11100e; Paper #f3efe7; Paper soft #faf7f0; 
   CTA blue #0a3f7d; Hover #082d5a; Brass #c79b52; Dark CTA #121211
   Typography: Georgia/Times serif for headings; Arial/Helvetica sans-serif for body
   =========================== */

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #11100e;
  background-color: #faf7f0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Section Label --- */
.section-label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c79b52;
  margin-bottom: 12px;
}

.section-label-light {
  color: #c79b52;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-primary {
  background-color: #0a3f7d;
  color: #fff;
  padding: 16px 32px;
  height: 54px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #082d5a;
}

.btn-primary:active {
  transform: scale(0.98);
}

/* --- HEADER --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #faf7f0;
  border-bottom: 1px solid rgba(17,16,14,0.08);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-name {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.logo-est {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 0.7rem;
  font-style: italic;
  color: #555;
}

.main-nav {
  flex: 1;
}

.nav-links {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.nav-links a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #c79b52;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.mobile-menu-btn span {
  width: 24px;
  height: 2px;
  background: #11100e;
  transition: transform 0.3s, opacity 0.3s;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 24px;
  background: #faf7f0;
  border-top: 1px solid rgba(17,16,14,0.08);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.mobile-nav-links a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-phone {
  font-size: 1.25rem;
  font-weight: 700;
  color: #c79b52;
}

/* --- HERO --- */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(17,16,14,0.55) 0%, rgba(17,16,14,0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 80px 48px;
}

.hero h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.hero-divider {
  width: 48px;
  height: 3px;
  background: #c79b52;
  margin-bottom: 20px;
}

.hero-supporting {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 16px;
  max-width: 480px;
}

.hero-credibility {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1rem;
  color: #c79b52;
  margin-bottom: 28px;
  line-height: 1.4;
}

/* --- BEFORE QUOTES --- */
.before-quotes {
  padding: 80px 0;
  background: #f3efe7;
}

.before-quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.before-quotes-text h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 16px;
}

.before-quotes-text p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

.proof-divider {
  width: 100%;
  height: 1px;
  background: rgba(17,16,14,0.12);
  margin-bottom: 20px;
}

.proof-points li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.proof-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c79b52;
  font-weight: 700;
}

.before-quotes-image img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

/* --- MELBOURNE CONTEXT --- */
.melbourne-context {
  padding: 0;
}

.melbourne-images {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4px;
}

.melbourne-images img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.melbourne-img-wide {
  grid-column: 1 / 2;
}

/* --- HOUSE MATTERS --- */
.house-matters {
  padding: 80px 0 40px;
  background: #faf7f0;
}

.house-matters-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}

.house-matters-text h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
}

.house-matters-description p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  padding-top: 8px;
}

.section-hr {
  border: none;
  height: 1px;
  background: rgba(17,16,14,0.1);
  margin-top: 40px;
}

/* --- PROCESS --- */
.process {
  padding: 80px 0;
  background: #faf7f0;
}

.process h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 40px;
}

.process-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(17,16,14,0.12);
  border-radius: 4px;
  overflow: hidden;
}

.process-card {
  padding: 36px 28px;
  background: #f3efe7;
  border-right: 1px solid rgba(17,16,14,0.12);
}

.process-card:last-child {
  border-right: none;
}

.process-number {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #c79b52;
  display: block;
  margin-bottom: 12px;
}

.process-card h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.process-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* --- WHAT ERIN LOOKS FOR --- */
.what-erin-looks-for {
  padding: 80px 0;
  background: #faf7f0;
}

.what-erin-looks-for h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 32px;
}

.erin-looks-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 40px;
}

.erin-looks-images img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.erin-looks-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(17,16,14,0.12);
  border-radius: 4px;
  overflow: hidden;
}

.erin-looks-card {
  padding: 32px 24px;
  border-right: 1px solid rgba(17,16,14,0.12);
}

.erin-looks-card:last-child {
  border-right: none;
}

.erin-looks-card h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}

.erin-looks-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
}

/* --- CONTACT CTA --- */
.contact-cta {
  padding: 80px 0;
  background: #121211;
  color: #fff;
}

.contact-cta-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}

.contact-cta h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 12px;
}

.contact-cta p {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
}

.contact-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contact-phone {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #c79b52;
}

/* --- CONTACT FORM --- */
.contact-form-section {
  padding: 80px 0;
  background: #f3efe7;
}

.contact-form-section h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

.form-intro {
  color: #555;
  margin-bottom: 32px;
}

.erin-form {
  max-width: 640px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.required {
  color: #c79b52;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid rgba(17,16,14,0.2);
  border-radius: 5px;
  background: #fff;
  color: #11100e;
  min-height: 44px;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0a3f7d;
  box-shadow: 0 0 0 2px rgba(10,63,125,0.12);
}

.form-hint {
  font-size: 0.82rem;
  color: #777;
  margin-bottom: 8px;
}

.photo-upload {
  position: relative;
  border: 2px dashed rgba(17,16,14,0.2);
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s;
}

.photo-upload:hover,
.photo-upload.dragover {
  border-color: #0a3f7d;
}

.photo-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  min-height: 44px;
}

.upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #777;
}

.upload-placeholder svg {
  color: #c79b52;
}

.upload-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.upload-previews img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(17,16,14,0.1);
}

.btn-submit {
  width: 100%;
  margin-top: 8px;
}

.form-disclaimer {
  font-size: 0.8rem;
  color: #777;
  margin-top: 16px;
  text-align: center;
}

/* --- FOOTER --- */
.site-footer {
  background: #121211;
  color: #fff;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-est {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
}

.footer-phone {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}

.footer-phone:hover {
  color: #fff;
}


/* ===========================
   RESPONSIVE / MOBILE
   =========================== */

@media (max-width: 900px) {
  .before-quotes-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .before-quotes-image {
    order: -1;
  }

  .house-matters-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-cards {
    grid-template-columns: 1fr;
  }

  .process-card {
    border-right: none;
    border-bottom: 1px solid rgba(17,16,14,0.12);
  }

  .process-card:last-child {
    border-bottom: none;
  }

  .erin-looks-cards {
    grid-template-columns: 1fr;
  }

  .erin-looks-card {
    border-right: none;
    border-bottom: 1px solid rgba(17,16,14,0.12);
  }

  .erin-looks-card:last-child {
    border-bottom: none;
  }

  .erin-looks-images {
    grid-template-columns: 1fr;
  }

  .erin-looks-images img {
    height: 220px;
  }

  .contact-cta-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .melbourne-images {
    grid-template-columns: 1fr;
  }

  .melbourne-images img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  /* Header mobile */
  .main-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-nav.active {
    display: flex;
  }

  /* Hero mobile */
  .hero {
    min-height: 90vh;
  }

  .hero-content {
    padding: 60px 24px;
    max-width: 100%;
  }

  .btn-primary {
    height: 52px;
    width: 100%;
    max-width: 320px;
  }

  /* Process mobile */
  .process-cards {
    grid-template-columns: 1fr;
  }

  /* Sections */
  .before-quotes,
  .house-matters,
  .process,
  .what-erin-looks-for,
  .contact-cta,
  .contact-form-section {
    padding: 60px 0;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.75rem;
  }

  .contact-cta h2,
  .before-quotes-text h2,
  .house-matters-text h2,
  .process h2,
  .what-erin-looks-for h2 {
    font-size: 1.6rem;
  }
}


/* --- Form Error --- */
.form-error {
  color: #c0392b;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 12px 16px;
  background: rgba(192, 57, 43, 0.08);
  border-radius: 5px;
}

.form-success {
  text-align: center;
  padding: 40px 0;
}

.form-success h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.form-success p {
  color: #555;
  max-width: 480px;
  margin: 0 auto;
}
