html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #e8dfd1;
  background-color: #171311;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, .navbar-brand {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3px;
}

a {
  transition: all 0.3s ease;
}

img {
  display: block;
  width: 100%;
}

.section-padding {
  padding: 100px 0;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #c6a16a;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 700;
}

.section-title {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #f2eadf;
}

.section-intro {
  color: #cdbfaf;
  font-size: 1.05rem;
}

.text-light-muted {
  color: #c9bba8;
}

.custom-navbar {
  background: rgba(12, 10, 9, 0.9);
  padding: 14px 0;
  border-bottom: 1px solid rgba(198, 161, 106, 0.15);
}

.navbar-brand {
  color: #f1e5d2 !important;
  font-size: 1.8rem;
}

.custom-navbar .nav-link {
  color: #e7d9c4 !important;
  font-weight: 600;
  margin-left: 12px;
  font-size: 0.95rem;
}

.custom-navbar .nav-link:hover {
  color: #c6a16a !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(rgba(15, 12, 10, 0.45), rgba(15, 12, 10, 0.68)), url("../images/sn-hero.jpg") center center/cover no-repeat;
  padding-top: 110px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 9, 8, 0.78) 0%, rgba(12, 9, 8, 0.48) 50%, rgba(12, 9, 8, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-content .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #d3b07b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-content h1 {
  font-size: 4.2rem;
  line-height: 0.95;
  color: #fff3e5;
  margin-bottom: 24px;
}

.hero-content p {
  font-size: 1.2rem;
  color: #dfd2c3;
  max-width: 620px;
  margin-bottom: 30px;
}

.hero-buttons .btn {
  min-width: 190px;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.btn-primary-custom {
  background-color: #b8894f;
  border: 1px solid #b8894f;
  color: #fff;
}

.btn-primary-custom:hover {
  background-color: #9e7542;
  border-color: #9e7542;
  color: #fff;
}

.btn-outline-custom {
  border: 1px solid #d8c0a0;
  color: #f2eadf;
  background: transparent;
}

.btn-outline-custom:hover {
  background: #d8c0a0;
  color: #1a1512;
}

.hero-badge {
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 2;
  background: rgba(31, 24, 20, 0.88);
  border: 1px solid rgba(198, 161, 106, 0.35);
  padding: 20px 24px;
  min-width: 220px;
  text-align: center;
}

.hero-badge span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c6a16a;
}

.hero-badge strong {
  display: block;
  font-size: 1.5rem;
  color: #f2eadf;
  font-family: "Cormorant Garamond", serif;
}

.highlights-section {
  background: #221b18;
  padding: 45px 0;
  border-top: 1px solid rgba(198, 161, 106, 0.12);
  border-bottom: 1px solid rgba(198, 161, 106, 0.12);
}

.highlight-item h5 {
  font-size: 1.4rem;
  color: #f0e2d0;
  margin-bottom: 10px;
}

.highlight-item p {
  color: #c5b7a3;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.about-section,
.materials-section,
.contact-section {
  background: #171311;
}

.gallery-section,
.faq-section {
  background: #1d1714;
}

.process-section {
  background: #171311;
}

.image-frame {
  overflow: hidden;
  border: 1px solid rgba(198, 161, 106, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.about-points {
  margin-top: 28px;
}

.about-point {
  background: #221b18;
  border-left: 3px solid #b8894f;
  padding: 14px 16px;
  color: #e4d6c4;
  font-weight: 600;
}

.knife-card {
  background: #221b18;
  border: 1px solid rgba(198, 161, 106, 0.1);
  height: 100%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.knife-card img {
  height: 260px;
  object-fit: cover;
}

.knife-card-body {
  padding: 24px;
}

.knife-card-body h4 {
  color: #f2eadf;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.knife-card-body p {
  color: #c9bba8;
  margin-bottom: 14px;
}

.knife-tag {
  display: inline-block;
  color: #c6a16a;
  border: 1px solid rgba(198, 161, 106, 0.3);
  padding: 6px 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.image-break-section {
  position: relative;
  background: linear-gradient(rgba(10, 8, 7, 0.52), rgba(10, 8, 7, 0.6)), url("../images/knife-detail.jpg?text=Knife+Detail+Image") center center/cover no-repeat;
  padding: 120px 0;
}

.image-break-section h2 {
  position: relative;
  z-index: 2;
  color: #fff2e2;
  font-size: 3rem;
  margin: 0;
}

.process-card {
  background: #221b18;
  padding: 30px 24px;
  height: 100%;
  border: 1px solid rgba(198, 161, 106, 0.1);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.process-number {
  color: #b8894f;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.process-card h4 {
  color: #f2eadf;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.process-card p {
  color: #c9bba8;
  margin-bottom: 0;
}

.material-item {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(198, 161, 106, 0.12);
}

.material-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.material-item h5 {
  color: #f0e2d0;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.material-item p {
  color: #c9bba8;
  margin-bottom: 0;
}

.testimonials-section {
  background: linear-gradient(rgba(18, 14, 12, 0.88), rgba(18, 14, 12, 0.88)), url("https://via.placeholder.com/1920x1100?text=Workshop+or+Knife+Background") center center/cover no-repeat;
}

.testimonial-card {
  background: rgba(34, 27, 24, 0.92);
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(198, 161, 106, 0.14);
}

.testimonial-card p {
  color: #e8dccb;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.testimonial-card h6 {
  color: #c6a16a;
  margin-bottom: 0;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-card {
  background: #221b18;
  border: 1px solid rgba(198, 161, 106, 0.12);
  margin-bottom: 14px;
}

.faq-card .card-header {
  background: transparent;
  border-bottom: 0;
  padding: 0;
}

.faq-btn {
  display: block;
  width: 100%;
  text-align: left;
  color: #f0e2d0;
  padding: 18px 22px;
  font-weight: 700;
  text-decoration: none !important;
}

.faq-btn:hover,
.faq-btn:focus {
  color: #c6a16a;
}

.faq-card .card-body {
  color: #c9bba8;
  padding: 0 22px 22px;
}

.cta-section {
  background: #2a201b;
  padding: 80px 0;
  border-top: 1px solid rgba(198, 161, 106, 0.12);
  border-bottom: 1px solid rgba(198, 161, 106, 0.12);
}

.cta-section h2 {
  color: #f7ecde;
  font-size: 3rem;
  margin-bottom: 14px;
}

.cta-section p {
  color: #d7c9b6;
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: 1.08rem;
}

.contact-details li {
  margin-bottom: 12px;
  color: #d9ccb8;
}

.contact-form-wrap {
  background: #221b18;
  padding: 34px;
  border: 1px solid rgba(198, 161, 106, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.contact-form-wrap label {
  color: #e8dccb;
  font-weight: 600;
}

.contact-form-wrap .form-control {
  background: #15110f;
  border: 1px solid rgba(198, 161, 106, 0.15);
  color: #f2eadf;
  border-radius: 0;
  min-height: 48px;
}

.contact-form-wrap .form-control:focus {
  box-shadow: none;
  border-color: #b8894f;
  background: #15110f;
  color: #f2eadf;
}

.contact-form-wrap textarea.form-control {
  min-height: 160px;
}

.footer-section {
  background: #110d0b;
  padding: 28px 0;
}

.footer-section p,
.footer-section a {
  color: #bfae99;
  font-size: 0.95rem;
}

.footer-section a:hover {
  color: #d7b37b;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 3.2rem;
  }
  .hero-badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    display: inline-block;
  }
  .section-title,
  .cta-section h2,
  .image-break-section h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .section-padding {
    padding: 75px 0;
  }
  .hero-section {
    min-height: auto;
    padding: 140px 0 90px;
  }
  .hero-content h1 {
    font-size: 2.6rem;
  }
  .hero-content p {
    font-size: 1.05rem;
  }
  .section-title,
  .cta-section h2,
  .image-break-section h2 {
    font-size: 2rem;
  }
  .knife-card img {
    height: 220px;
  }
  .contact-form-wrap {
    padding: 24px;
  }
}
/* Hero logo addition */
.hero-logo-wrap {
  position: absolute;
  right: 15px;
  bottom: 170px;
  z-index: 3;
  width: 220px;
  text-align: center;
  pointer-events: none;
}

.hero-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustment for logo position */
@media (max-width: 991.98px) {
  .hero-logo-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .hero-logo-wrap {
    width: 150px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
