:root {
  --primary-deep-navy: #1a3a52;
  --primary-royal-blue: #2c5f7f;
  --accent-antique-gold: #c9a961;
  --accent-warm-bronze: #9d7a4f;
  --neutral-cream: #f5f3ed;
  --neutral-stone: #e8e4dc;
  --neutral-charcoal: #3a3a3a;
  --text-primary: #2a2a2a;
  --text-secondary: #5a5a5a;
  --success-green: #4a7c59;
  --error-red: #b84c4c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.7;
  color: var(--text-primary);
  background-color: var(--neutral-cream);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Garamond', 'Georgia', serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-deep-navy);
}

h1 { font-size: 3rem; margin-bottom: 1.5rem; }
h2 { font-size: 2.5rem; margin-bottom: 1.25rem; }
h3 { font-size: 2rem; margin-bottom: 1rem; }
h4 { font-size: 1.5rem; margin-bottom: 0.875rem; }
h5 { font-size: 1.25rem; margin-bottom: 0.75rem; }
h6 { font-size: 1.1rem; margin-bottom: 0.625rem; }

p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

a {
  color: var(--primary-royal-blue);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--accent-antique-gold);
}

.heritage-header {
  background: linear-gradient(135deg, var(--primary-deep-navy) 0%, var(--primary-royal-blue) 100%);
  padding: 1.25rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(26, 58, 82, 0.15);
}

.heritage-nav-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heritage-logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent-antique-gold);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.heritage-logo-icon {
  font-size: 2rem;
}

.heritage-nav-list {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.heritage-nav-link {
  color: var(--neutral-cream);
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  white-space: nowrap;
}

.heritage-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--accent-antique-gold);
  transition: width 0.3s ease;
}

.heritage-nav-link:hover {
  color: var(--accent-antique-gold);
}

.heritage-nav-link:hover::after {
  width: 100%;
}

.heritage-nav-link.current-page {
  color: var(--accent-antique-gold);
  font-weight: 600;
}

.heritage-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--neutral-cream);
  font-size: 1.75rem;
  cursor: pointer;
  padding: 0.5rem;
}

.artisan-hero-section {
  background: linear-gradient(rgba(26, 58, 82, 0.75), rgba(44, 95, 127, 0.65)), url('/image_files/hero-f60b62133969630395c1e6897ebe70bb.jpg') center/cover no-repeat;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
}

.artisan-hero-content {
  max-width: 900px;
  z-index: 1;
}

.artisan-hero-title {
  font-size: 4rem;
  color: var(--neutral-cream);
  margin-bottom: 1.5rem;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.artisan-hero-subtitle {
  font-size: 1.5rem;
  color: var(--neutral-stone);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.artisan-cta-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.artisan-btn {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  min-width: 180px;
  justify-content: center;
}

.artisan-btn-primary {
  background-color: var(--accent-antique-gold);
  color: var(--primary-deep-navy);
}

.artisan-btn-primary:hover {
  background-color: var(--accent-warm-bronze);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.4);
}

.artisan-btn-secondary {
  background-color: transparent;
  color: var(--neutral-cream);
  border: 2px solid var(--neutral-cream);
}

.artisan-btn-secondary:hover {
  background-color: var(--neutral-cream);
  color: var(--primary-deep-navy);
  transform: translateY(-2px);
}

.restoration-section {
  padding: 5rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
}

.restoration-section-alt {
  background-color: #ffffff;
}

.restoration-section-title {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.restoration-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-antique-gold), var(--accent-warm-bronze));
}

.restoration-grid {
  display: grid;
  gap: 2.5rem;
}

.restoration-grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.restoration-grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.restoration-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow: 0 4px 16px rgba(26, 58, 82, 0.1);
  transition: all 0.3s ease;
  border: 1px solid var(--neutral-stone);
}

.restoration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(26, 58, 82, 0.18);
}

.restoration-card-icon {
  font-size: 3rem;
  color: var(--accent-antique-gold);
  margin-bottom: 1.5rem;
}

.restoration-card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary-deep-navy);
}

.restoration-card-text {
  color: var(--text-secondary);
  line-height: 1.7;
}

.restoration-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent-antique-gold);
  margin-top: 1.25rem;
}

.artisan-about-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.artisan-about-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(26, 58, 82, 0.15);
}

.artisan-about-content h2 {
  margin-bottom: 1.5rem;
}

.artisan-about-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.craftsman-testimonial-card {
  background: linear-gradient(135deg, #ffffff 0%, var(--neutral-stone) 100%);
  padding: 2.5rem;
  border-radius: 8px;
  border-left: 4px solid var(--accent-antique-gold);
  box-shadow: 0 4px 16px rgba(26, 58, 82, 0.1);
}

.craftsman-testimonial-text {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.craftsman-testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.craftsman-testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent-antique-gold);
}

.craftsman-testimonial-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  color: var(--primary-deep-navy);
}

.craftsman-testimonial-role {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.artisan-contact-section {
  background: linear-gradient(135deg, var(--primary-deep-navy) 0%, var(--primary-royal-blue) 100%);
  padding: 5rem 2rem;
  color: var(--neutral-cream);
}

.artisan-contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.artisan-contact-info h2 {
  color: var(--accent-antique-gold);
  margin-bottom: 2rem;
}

.artisan-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.artisan-contact-icon {
  font-size: 1.5rem;
  color: var(--accent-antique-gold);
  margin-top: 0.25rem;
}

.artisan-contact-details h3 {
  font-size: 1.1rem;
  color: var(--neutral-stone);
  margin-bottom: 0.5rem;
}

.artisan-contact-details p {
  color: var(--neutral-cream);
  margin-bottom: 0;
}

.artisan-contact-details a {
  color: var(--neutral-cream);
}

.artisan-contact-details a:hover {
  color: var(--accent-antique-gold);
}

.heritage-form-group {
  margin-bottom: 1.5rem;
}

.heritage-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--neutral-cream);
}

.heritage-form-input,
.heritage-form-textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  border: 2px solid rgba(245, 243, 237, 0.3);
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Georgia', serif;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--neutral-cream);
  transition: all 0.3s ease;
}

.heritage-form-input::placeholder,
.heritage-form-textarea::placeholder {
  color: rgba(245, 243, 237, 0.6);
}

.heritage-form-input:focus,
.heritage-form-textarea:focus {
  outline: none;
  border-color: var(--accent-antique-gold);
  background-color: rgba(255, 255, 255, 0.15);
}

.heritage-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.heritage-form-btn {
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--accent-antique-gold);
  color: var(--primary-deep-navy);
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.heritage-form-btn:hover {
  background-color: var(--accent-warm-bronze);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 169, 97, 0.4);
}

.craftsman-footer {
  background-color: var(--primary-deep-navy);
  color: var(--neutral-cream);
  padding: 4rem 2rem 2rem;
}

.craftsman-footer-content {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.craftsman-footer-section h3 {
  color: var(--accent-antique-gold);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.craftsman-footer-links {
  list-style: none;
}

.craftsman-footer-links li {
  margin-bottom: 0.75rem;
}

.craftsman-footer-links a {
  color: var(--neutral-stone);
  font-size: 1rem;
}

.craftsman-footer-links a:hover {
  color: var(--accent-antique-gold);
}

.craftsman-footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(245, 243, 237, 0.2);
  text-align: center;
  color: var(--neutral-stone);
}

.heritage-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
}

.heritage-team-member {
  text-align: center;
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(26, 58, 82, 0.1);
  transition: transform 0.3s ease;
}

.heritage-team-member:hover {
  transform: translateY(-6px);
}

.heritage-team-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 4px solid var(--accent-antique-gold);
}

.heritage-team-name {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--primary-deep-navy);
}

.heritage-team-role {
  font-size: 1rem;
  color: var(--accent-antique-gold);
  margin-bottom: 1rem;
  font-weight: 600;
}

.heritage-team-bio {
  color: var(--text-secondary);
  line-height: 1.7;
}

.artisan-map-container {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26, 58, 82, 0.15);
  margin-top: 3rem;
}

.artisan-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.heritage-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.heritage-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(26, 58, 82, 0.1);
  height: 280px;
}

.heritage-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.heritage-gallery-item:hover .heritage-gallery-image {
  transform: scale(1.08);
}

.heritage-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26, 58, 82, 0.95), transparent);
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.heritage-gallery-item:hover .heritage-gallery-overlay {
  transform: translateY(0);
}

.heritage-gallery-title {
  color: var(--accent-antique-gold);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.heritage-gallery-description {
  color: var(--neutral-cream);
  font-size: 0.95rem;
}

.restoration-process-steps {
  display: grid;
  gap: 3rem;
}

.restoration-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  align-items: start;
}

.restoration-step-number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-antique-gold), var(--accent-warm-bronze));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-deep-navy);
  box-shadow: 0 4px 16px rgba(201, 169, 97, 0.3);
}

.restoration-step-content h3 {
  margin-bottom: 1rem;
}

.restoration-step-content p {
  color: var(--text-secondary);
  line-height: 1.8;
}

.heritage-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.heritage-faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid var(--neutral-stone);
  overflow: hidden;
}

.heritage-faq-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.heritage-faq-question:hover {
  background-color: var(--neutral-stone);
}

.heritage-faq-question h3 {
  font-size: 1.2rem;
  margin: 0;
  color: var(--primary-deep-navy);
}

.heritage-faq-icon {
  font-size: 1.5rem;
  color: var(--accent-antique-gold);
  transition: transform 0.3s ease;
}

.heritage-faq-answer {
  padding: 0 2rem 1.5rem;
  color: var(--text-secondary);
  line-height: 1.8;
  display: none;
}

.heritage-faq-answer.active {
  display: block;
}

.heritage-faq-item.active .heritage-faq-icon {
  transform: rotate(180deg);
}

.heritage-thank-you-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 2rem;
}

.heritage-thank-you-icon {
  font-size: 5rem;
  color: var(--success-green);
  margin-bottom: 2rem;
}

.heritage-thank-you-container h1 {
  margin-bottom: 1.5rem;
}

.heritage-thank-you-container p {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
}

.heritage-privacy-content {
  max-width: 900px;
  margin: 0 auto;
}

.heritage-privacy-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.heritage-privacy-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.heritage-privacy-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

.heritage-privacy-content ul {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  line-height: 1.8;
}

.heritage-privacy-content li {
  margin-bottom: 0.5rem;
}

.heritage-cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  max-width: 420px;
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(26, 58, 82, 0.25);
  z-index: 9999;
  border: 2px solid var(--accent-antique-gold);
}

.heritage-cookie-banner.hidden {
  display: none;
}

.heritage-cookie-text {
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  line-height: 1.7;
  font-size: 0.95rem;
}

.heritage-cookie-text a {
  color: var(--primary-royal-blue);
  text-decoration: underline;
}

.heritage-cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.heritage-cookie-btn {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.heritage-cookie-accept {
  background-color: var(--accent-antique-gold);
  color: var(--primary-deep-navy);
}

.heritage-cookie-accept:hover {
  background-color: var(--accent-warm-bronze);
}

.heritage-cookie-decline {
  background-color: transparent;
  color: var(--text-primary);
  border: 2px solid var(--neutral-stone);
}

.heritage-cookie-decline:hover {
  background-color: var(--neutral-stone);
}

.form-success-message {
  background-color: var(--success-green);
  color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  display: none;
}

.form-success-message.show {
  display: block;
}

.form-success-message h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .heritage-nav-list {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: var(--primary-deep-navy);
    flex-direction: column;
    justify-content: flex-start;
    padding: 3rem 2rem;
    gap: 2rem;
    transition: left 0.3s ease;
  }

  .heritage-nav-list.active {
    left: 0;
  }

  .heritage-mobile-toggle {
    display: block;
  }

  .artisan-hero-title {
    font-size: 2.75rem;
  }

  .artisan-hero-subtitle {
    font-size: 1.25rem;
  }

  .artisan-about-container {
    grid-template-columns: 1fr;
  }

  .artisan-contact-container {
    grid-template-columns: 1fr;
  }

  .restoration-step {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .restoration-step-number {
    margin: 0 auto;
  }

  h1 { font-size: 2.25rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.65rem; }

  .restoration-section {
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .artisan-hero-title {
    font-size: 2rem;
  }

  .artisan-hero-subtitle {
    font-size: 1.1rem;
  }

  .artisan-cta-group {
    flex-direction: column;
  }

  .artisan-btn {
    width: 100%;
  }

  .restoration-section {
    padding: 3rem 1rem;
  }

  .restoration-card {
    padding: 1.75rem;
  }

  .heritage-cookie-banner {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }
}
