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

html {
  scroll-behavior: smooth;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p, h1, h2, h3, h4, h5, h6, a, li, span {
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

a:hover {
  text-decoration: underline;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, p, a, span, li {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
}

.font-sans {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.font-serif {
  font-family: 'Bodoni Moda', serif;
}

.nav-link {
  font-family: 'Bodoni Moda', serif !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1rem;
}

/* ===== PARALLAX (home page) ===== */
.parallax {
  background-image: url('../images/livingroom.png');
  background-color: #4a3728;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(30, 20, 10, 0.5);
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 2rem;
}

/* ===== ABOUT PAGE ===== */
.about-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
}

.about-parallax-side {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.about-parallax-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(30, 20, 10, 0.6);
  z-index: 1;
}

.about-parallax-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 80%;
}

.about-text-side {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  text-align: left;
}

.about-title-normal {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.about-title-fancy {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-style: italic;
  color: #d4a574;
}

#section-1 .about-parallax-side {
  background-image: url('../images/cafe.png');
}

#section-2 .about-parallax-side {
  background-image: url('../images/stairs.png');
}

#section-3 .about-parallax-side {
  background-image: url('../images/bookshelf.png');
}

.about-split-layout a[href="contact"] {
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.about-split-layout a[href="contact"]:hover {
  background-color: #ffffff !important;
  color: #1a120b !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
}

/* ===== SCROLL OFFSETS ===== */
main [id] {
  scroll-margin-top: 180px !important;
}

@media (max-width: 1023px) {
  main [id] {
    scroll-margin-top: 90px !important;
  }
}

/* ===== TAOS ANIMATIONS ===== */
.taos-repeat {
  animation-iteration-count: infinite !important;
}

/* ===== NAVIGATION (header partial) ===== */
#main-nav a,
#main-nav .nav-link {
  padding-left: 0.85rem !important;
  padding-right: 0.85rem !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important;
}

#kb-dropdown a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  letter-spacing: 0.02em !important;
}

/* ===== PHONE FIELD ===== */
main input[type="tel"] {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

main div:has(> input[type="tel"]) {
  display: flex !important;
  align-items: stretch !important;
  gap: 0.75rem !important;
}

main div:has(> input[type="tel"]) > select {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 45% !important;
  min-width: 0 !important;
  padding: 0.8rem 0.75rem !important;
}

main div:has(> input[type="tel"]) > input[type="tel"] {
  width: auto !important;
}

/* ===== MOBILE MENU (Premium redesign) ===== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(160deg, #1a120b 0%, #2c241b 50%, #1a120b 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c97d35, transparent);
  opacity: 0.5;
}

.mobile-menu.active {
  transform: translateX(0);
}

/* Menu header with logo */
.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.75rem;
  border-bottom: 1px solid rgba(212, 165, 116, 0.1);
  position: sticky;
  top: 0;
  background: rgba(26, 18, 11, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10;
}

/* Menu content */
.mobile-menu-inner {
  min-height: calc(100% - 70px);
  padding: 2rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Section labels */
.mobile-section-label {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c97d35;
  margin: 1.75rem 0 1rem 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 125, 53, 0.3), transparent);
}

.mobile-section-label:first-child {
  margin-top: 0.5rem;
}

/* Main nav links */
.mobile-nav-link {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  color: #f5f0e8 !important;
  text-decoration: none !important;
  font-family: 'Bodoni Moda', serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  padding: 0.9rem 0.25rem !important;
  white-space: normal !important;
  letter-spacing: -0.01em !important;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateX(20px);
}

.mobile-menu.active .mobile-nav-link {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu.active .mobile-nav-link:nth-child(1) { transition-delay: 0.1s; }
.mobile-menu.active .mobile-nav-link:nth-child(2) { transition-delay: 0.15s; }
.mobile-menu.active .mobile-nav-link:nth-child(3) { transition-delay: 0.2s; }

.mobile-nav-link::before {
  content: '';
  width: 0;
  height: 2px;
  background: #c97d35;
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0.75rem;
  left: 0.25rem;
}

.mobile-nav-link:hover::before,
.mobile-nav-link.active::before {
  width: 2rem;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #d4a574 !important;
  text-decoration: none !important;
}

.mobile-nav-link .link-arrow {
  margin-left: auto;
  font-size: 1rem;
  color: #c97d35;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.mobile-nav-link:hover .link-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Dropdown toggle */
.mobile-dropdown {
  margin-top: 0.5rem;
}

.mobile-dropdown-toggle {
  width: 100%;
  background: none;
  border: 0;
  color: #f5f0e8;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.9rem 0.25rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
  opacity: 0;
  transform: translateX(20px);
}

.mobile-menu.active .mobile-dropdown-toggle {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.25s;
}

.mobile-dropdown-toggle:hover {
  color: #d4a574;
}

.mobile-dropdown-toggle .dropdown-arrow {
  font-size: 0.85rem;
  color: #d4a574;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-dropdown-toggle.active .dropdown-arrow {
  transform: rotate(180deg);
  background: #c97d35;
  color: #1a120b;
  border-color: #c97d35;
}

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.mobile-dropdown-menu.active {
  max-height: 800px;
}

/* Sublinks with numbering */
.mobile-sublink {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  color: rgba(245, 240, 232, 0.75) !important;
  text-decoration: none !important;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  padding: 0.85rem 0.75rem 0.85rem 0.5rem !important;
  margin: 0.25rem 0 !important;
  white-space: normal !important;
  letter-spacing: 0 !important;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-sublink:hover {
  background: rgba(212, 165, 116, 0.08);
  color: #d4a574 !important;
  text-decoration: none !important;
  padding-left: 1rem !important;
}

.mobile-sublink-number {
  font-family: 'Bodoni Moda', serif;
  font-size: 0.85rem;
  font-weight: 600;
  font-style: italic;
  color: #c97d35;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 125, 53, 0.1);
  border: 1px solid rgba(201, 125, 53, 0.2);
  border-radius: 8px;
  flex-shrink: 0;
}

.mobile-sublink:hover .mobile-sublink-number {
  background: #c97d35;
  color: #1a120b;
  border-color: #c97d35;
}

.mobile-sublink-arrow {
  margin-left: auto;
  font-size: 0.9rem;
  color: #c97d35;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;
}

.mobile-sublink:hover .mobile-sublink-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* CTA Button */
.mobile-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem !important;
  background: linear-gradient(135deg, #c97d35 0%, #d4a574 100%) !important;
  color: #1a120b !important;
  text-decoration: none !important;
  font-family: 'Bodoni Moda', serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  padding: 1.1rem 1.5rem !important;
  border-radius: 14px !important;
  white-space: normal !important;
  letter-spacing: 0.01em !important;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(201, 125, 53, 0.25);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.mobile-menu.active .mobile-cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

.mobile-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.mobile-cta:hover::before {
  left: 100%;
}

.mobile-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(201, 125, 53, 0.4);
  text-decoration: none !important;
}

.mobile-cta-icon {
  font-size: 1.1rem;
}

/* Contact info footer */
.mobile-menu-footer {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 165, 116, 0.1);
  opacity: 0;
  transform: translateY(10px);
}

.mobile-menu.active .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s;
}

.mobile-contact-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0;
  color: rgba(245, 240, 232, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.mobile-contact-row:hover {
  color: #d4a574;
  text-decoration: none;
}

.mobile-contact-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 165, 116, 0.08);
  border: 1px solid rgba(212, 165, 116, 0.15);
  border-radius: 10px;
  color: #d4a574;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.mobile-contact-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.4);
  display: block;
  margin-bottom: 2px;
}

.mobile-contact-value {
  color: #f5f0e8;
  font-weight: 500;
}

.mobile-copyright {
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 0.75rem;
  color: rgba(245, 240, 232, 0.3);
  text-align: center;
  letter-spacing: 0.05em;
}

/* Verberg mobiele elementen op desktop */
.mobile-logo {
  display: none !important;
}

.hamburger-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: rgba(26, 18, 11, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 125, 53, 0.3);
  border-radius: 9999px;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.hamburger-btn:hover {
  background: rgba(26, 18, 11, 0.85);
  border-color: rgba(201, 125, 53, 0.6);
}

.hamburger-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #d4a574;
  border-radius: 9999px;
  margin: 2.5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* When menu is open, slightly adjust the background but keep position */
.hamburger-btn.active {
  background: rgba(26, 18, 11, 0.85);
  border-color: rgba(212, 165, 116, 0.4);
  z-index: 120;
}

/* ===== MENU OPEN STATE ===== */
html.menu-open,
body.menu-open {
  overflow: hidden !important;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 420px) {
  .mobile-logo {
    max-width: 130px !important;
    max-height: 40px !important;
  }

  .mobile-menu-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mobile-menu-header {
    padding: 1rem 1.25rem;
  }

  .mobile-nav-link,
  .mobile-dropdown-toggle {
    font-size: 1.5rem !important;
  }

  .mobile-sublink {
    font-size: 0.9rem !important;
    padding: 0.75rem 0.5rem 0.75rem 0.25rem !important;
  }
}

@media (max-width: 360px) {
  .mobile-nav-link,
  .mobile-dropdown-toggle {
    font-size: 1.35rem !important;
  }
}

/* ===== FAQ PAGE ===== */
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style: none;
}

.faq-icon-open {
  display: none;
}

.faq-icon-closed {
  display: inline;
}

details[open] .faq-icon-open {
  display: inline;
}

details[open] .faq-icon-closed {
  display: none;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (header / footer / forms / about)
   ============================================================ */

@media (max-width: 1200px) {
  main nav > div {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    gap: 1rem !important;
    padding: 1.25rem 1.5rem !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  main nav > div::-webkit-scrollbar {
    display: none;
  }

  main nav > div a {
    white-space: nowrap !important;
    font-size: 0.85rem !important;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    letter-spacing: 0.03em !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1023px) {
  footer > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2rem !important;
  }

  footer > div > div:first-child {
    text-align: center !important;
    padding-right: 0 !important;
  }

  footer > div > div:first-child img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  footer > div > div:nth-child(2),
  footer > div > div:nth-child(3) {
    display: none !important;
  }

  footer nav {
    align-items: center !important;
  }

  #main-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0.75rem 1rem !important;
    z-index: 80 !important;
  }

  #main-nav > .header-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .nav-logo-link {
    order: 1 !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 1 !important;
    position: relative !important;
    z-index: 70 !important;
  }

  .desktop-logo {
    display: none !important;
  }

  .mobile-logo {
    display: block !important;
    width: auto !important;
    max-width: 155px !important;
    height: auto !important;
    max-height: 44px !important;
    border-radius: 0.5rem;
  }

  .desktop-nav {
    display: none !important;
  }

  .hamburger-btn {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  main form,
  main form * {
    max-width: 100% !important;
  }

  main form div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  main form div[style*="display: flex"] {
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }

  main input,
  main textarea,
  main select {
    width: 100% !important;
    font-size: 16px !important;
    padding: 0.8rem 1rem !important;
  }

  main textarea {
    min-height: 130px;
    resize: vertical;
  }

  main form label {
    font-size: 0.9rem !important;
    margin-bottom: 0.35rem !important;
  }

  main form button,
  main form input[type="submit"] {
    width: 100% !important;
    font-size: 1rem !important;
    padding: 0.9rem 1rem !important;
  }

  main nav > div {
    gap: 0.75rem !important;
    padding: 1rem 1.25rem !important;
  }

  main nav > div a {
    font-size: 0.8rem !important;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }

  /* ABOUT PAGE MOBILE */
  .about-split-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-top: 6px solid #c97d35 !important;
  }

  .about-parallax-side {
    display: none !important;
  }

  .about-split-layout::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(26, 18, 11, 0.35) !important;
    z-index: 1 !important;
  }

  #section-2 {
    background-image: url('../images/stairs.png') !important;
    background-color: #4a3728 !important;
  }

  #section-3 {
    background-image: url('../images/bookshelf.png') !important;
    background-color: #1a120b !important;
  }

  #section-1 {
    background-image: none !important;
    background-color: transparent !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    border-top: none !important;
    min-height: auto !important;
  }

  #section-1::before {
    display: none !important;
  }

  #section-1 .about-parallax-side {
    display: flex !important;
    position: relative !important;
    z-index: 2 !important;
    background: none !important;
    background-color: #1a120b !important;
    min-height: auto !important;
    padding: 7rem 1.5rem 3rem !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #section-1 .about-parallax-overlay {
    display: none !important;
  }

  #section-1 .about-parallax-content {
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #section-1 .about-parallax-content h1 {
    font-size: clamp(2.5rem, 8vw, 3.5rem) !important;
    color: #c97d35 !important;
    margin-bottom: 1rem !important;
    text-shadow: none !important;
  }

  #section-1 .about-parallax-content p {
    font-size: 1.05rem !important;
    color: #a08d72 !important;
    text-shadow: none !important;
  }

  #section-1 .about-text-side {
    background-image: url('../images/cafe.png') !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #4a3728 !important;
    border: none !important;
    border-top: 6px solid #c97d35 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 1 !important;
  }

  #section-1 .about-text-side::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(26, 18, 11, 0.35) !important;
    z-index: 1 !important;
  }

  #section-1 .about-text-side > div {
    position: relative !important;
    z-index: 2 !important;
    width: 90% !important;
    max-width: 600px !important;
    padding: 2.5rem 2rem !important;
    margin: 2rem auto !important;
    background: rgba(215, 204, 185, 0.93) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(201, 125, 53, 0.15) !important;
    box-shadow: 0 20px 60px rgba(26, 18, 11, 0.35) !important;
    text-align: center !important;
  }

  .about-text-side {
    position: relative !important;
    z-index: 2 !important;
    width: 90% !important;
    max-width: 600px !important;
    padding: 2.5rem 2rem !important;
    margin: 2rem auto !important;
    background: rgba(215, 204, 185, 0.93) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(201, 125, 53, 0.15) !important;
    box-shadow: 0 20px 60px rgba(26, 18, 11, 0.35) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  #section-3 .about-text-side {
    background: rgba(37, 30, 22, 0.93) !important;
    border: 1px solid rgba(212, 165, 116, 0.2) !important;
  }

  .about-text-side > div {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
  }

  .about-text-side span {
    display: block !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    color: #a08d72 !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
  }

  #section-3 .about-text-side span {
    color: #c9baa3 !important;
  }

  .about-text-side h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem) !important;
    line-height: 1.15 !important;
    margin-bottom: 1.5rem !important;
    color: #1a120b !important;
  }

  #section-3 .about-text-side h2 {
    color: #f5f0e8 !important;
  }

  .about-text-side p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1rem !important;
    color: #4a3b32 !important;
  }

  #section-3 .about-text-side p {
    color: #d6d3cd !important;
  }

  .about-text-side a {
    display: inline-block !important;
    margin-top: 1.5rem !important;
    padding: 0.9rem 2rem !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border: 2px solid #c97d35 !important;
    background: transparent !important;
    color: #c97d35 !important;
    text-decoration: none !important;
    border-radius: 9999px !important;
    transition: all 0.3s ease !important;
  }

  .about-text-side a:hover {
    background: #c97d35 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(201, 125, 53, 0.3) !important;
  }

  #section-3 .about-text-side a {
    border-color: #d4a574 !important;
    color: #d4a574 !important;
  }

  #section-3 .about-text-side a:hover {
    background: #d4a574 !important;
    color: #1a120b !important;
  }
}

@media (max-width: 768px) {
  footer table,
  footer tbody,
  footer tr {
    display: block !important;
    width: 100% !important;
  }

  footer td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 0.6rem 0 !important;
  }

  footer td nav {
    align-items: center !important;
  }
}

@media (max-width: 640px) {
  main nav > div {
    gap: 0.5rem !important;
    padding: 0.85rem 1rem !important;
  }

  main nav > div a {
    font-size: 0.78rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .about-parallax-side {
    min-height: 38vh !important;
  }

  .about-text-side {
    padding: 2.25rem 1.25rem !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  .mobile-logo {
    max-width: 130px !important;
    max-height: 40px !important;
  }

  .mobile-menu-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile-nav-link,
  .mobile-dropdown-toggle {
    font-size: 1.35rem !important;
  }

  .mobile-sublink {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 380px) {
  main nav > div a {
    font-size: 0.72rem !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
}