/* World of Marine Carpentry — visual refresh, layered on top of the Webflow export */

:root {
  --navy: #0b2c46;
  --navy-deep: #071c2d;
  --teak: #b9884f;
  --teak-light: #d9b077;
  --cream: #f8f4ec;
  --ink: #1c2530;
  --muted: #5c6773;
  --white: #ffffff;
}

body {
  background-color: var(--cream);
  color: var(--ink);
}

/* ---- Hero title: unify the three mismatched fonts into one family ---- */
.heading-2, .headong-4, .heating-3 {
  font-family: Vollkorn, Georgia, serif;
  letter-spacing: 1px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.div-block-2 {
  padding-top: 140px;
}

.navbar {
  background-color: rgba(7, 28, 45, .35);
  backdrop-filter: blur(4px);
  padding: 10px 0;
}

/* ---- Section rhythm: alternate cream / white, kill the flat Webflow gray ---- */
.hero-stack, .hero-heading-center-2, .hero-heading-right, .hero-heading-right-2,
.hero-heading-right-2-copy, .hero-stack-5, .footer-dark, .testimonial-slider-small {
  background-color: var(--cream) !important;
  border-bottom: none !important;
}

.section-2, .hero1, .hero2 {
  border-top: 6px solid var(--teak);
  border-bottom: 6px solid var(--teak);
}

.heading-3, .heading-6, .heading-7, .heading-8, .heading-10 {
  font-family: Vollkorn, Georgia, serif;
  color: var(--navy);
}

.heading-5 {
  letter-spacing: 3px;
}

a {
  color: var(--teak);
}

.acordion-text {
  color: var(--navy);
}

/* ---- Accordion: give it card borders instead of a bare stack ---- */
.section-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 0 30px;
}

.acordion {
  background: var(--white);
  border: 1px solid #e7ddcb;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 0 20px;
  box-shadow: 0 2px 10px rgba(11, 44, 70, .05);
}

.acordion-toggle {
  cursor: pointer;
}

.acordion-icon {
  color: var(--teak);
}

.texto-del-acordion {
  color: var(--muted);
  line-height: 1.6;
  padding-bottom: 20px;
}

/* ---- Gallery showcase: turn the stacked full-width cutouts into a card grid ---- */
.gallery-showcase {
  background-color: var(--cream);
  padding: 60px 30px 80px;
}

.gallery-showcase .hero-stack-3 {
  background-color: transparent;
  padding: 0 0 40px;
}

.gallery-showcase .hero-heading-right-2,
.gallery-showcase .hero-heading-right-2-copy {
  background-color: transparent;
  padding: 0;
  min-width: 0;
}

.gallery-showcase .hero-heading-right-2 .container-9,
.gallery-showcase .hero-heading-right-2-copy .container-9 {
  max-width: none;
  width: auto;
}

.gallery-showcase {
  display: grid;
}

.gallery-showcase .hero-stack-3 {
  grid-column: 1 / -1;
}

@media screen and (min-width: 768px) {
  .gallery-showcase {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
  }
}

@media screen and (max-width: 767px) {
  .gallery-showcase {
    gap: 20px;
    padding: 40px 20px 60px;
  }
}

.gallery-showcase .w-lightbox {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(7, 28, 45, .15);
}

.gallery-showcase .w-lightbox img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background: #fff;
  display: block;
  transition: transform .35s ease;
}

.gallery-showcase .w-lightbox:hover img {
  transform: scale(1.06);
}

.gallery-showcase .w-lightbox::after {
  content: "View Full Gallery";
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px 16px 14px;
  text-align: center;
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(7, 28, 45, .85), rgba(7, 28, 45, 0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.gallery-showcase .w-lightbox:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Contact cards (WhatsApp / SMS in EN + ES) ---- */
.section-7 {
  gap: 24px;
}

.section-7 > div {
  background: var(--navy);
  border-radius: 14px;
  padding: 32px 20px;
}

.section-7 .heading-3 {
  color: #fff;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border-radius: 4px;
  border: 1px solid var(--teak-light);
  background: transparent;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}

.contact-btn:hover {
  background: var(--teak);
  border-color: var(--teak);
  color: #fff;
}

/* ---- Testimonials ---- */
.testimonial-card {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 44, 70, .08);
}

.testimonial-card p {
  color: var(--ink);
}

/* ---- Quote request form ---- */
.quote-section {
  background: var(--navy);
  padding: 70px 20px;
  text-align: center;
}

.quote-section .heading-11 {
  color: #fff;
}

.quote-section .paragraph-2 {
  color: #cfd9e2;
  margin-bottom: 28px;
}

.quote-form-wrapper {
  max-width: 420px;
  margin: 0 auto;
}

.quote-input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #dcd3c2;
  border-radius: 8px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.quote-submit {
  width: 100%;
  padding: 14px;
  background: var(--teak);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s ease;
}

.quote-submit:hover {
  background: var(--teak-light);
}

/* ---- Footer + map ---- */
.footer-dark {
  background: var(--navy) !important;
}

.footer-content .heading-10 {
  color: #fff;
}

.section-4 {
  background: var(--cream);
  padding: 60px 20px;
  text-align: center;
}

.text-block {
  color: var(--muted);
  margin-bottom: 20px;
}

.div-block-73 {
  max-width: 760px;
  margin: 0 auto 30px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(11, 44, 70, .12);
}

.footer-copyright-center {
  color: var(--muted);
  padding-top: 20px;
}
