.elementor-423 .elementor-element.elementor-element-4151597{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-423 .elementor-element.elementor-element-4151597.e-con{--align-self:flex-start;}.elementor-423 .elementor-element.elementor-element-24be753 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-423 .elementor-element.elementor-element-24be753.elementor-element{--align-self:stretch;--order:-99999 /* order start hack */;}/* Start custom CSS for html, class: .elementor-element-24be753 */:root {
    --black: #0a0804;
    --dark: #111008;
    --dark2: #1a1408;
    --copper: #b87333;
    --gold: #d4a017;
    --gold-light: #e8c96a;
    --gold-pale: #f5e6b8;
    --cream: #f7f0e0;
    --white: #fffdf7;
    --text-muted: #9a8060;
    --text-dim: #5a4a30;
  }
  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    
  }
  
   .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 5%;
    padding-top: 80px;
  }
   .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 70% 50%, rgba(184,115,51,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 40% 40% at 20% 80%, rgba(212,160,23,0.08) 0%, transparent 60%),
      var(--black);
  }
   .hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: repeating-linear-gradient(
      45deg,
      var(--gold) 0, var(--gold) 1px,
      transparent 0, transparent 50%
    );
    background-size: 30px 30px;
  }
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.6rem;
  }
   .hero-eyebrow::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
    display: block;
  } .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 5.2rem);
    font-weight: 900;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 1rem;
  }

  .hero h1 em {
    font-style: italic;
    color: var(--gold);
  }
  .hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.25rem;
    color: var(--text-muted);
    margin-bottom: 1.6rem;
    letter-spacing: 0.03em;
  }
 .btn-primary {
    background: var(--copper);
    color: var(--cream);
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.3s;
    border: 1px solid var(--copper);
  }

  .btn-primary:hover {
    background: var(--gold);
    border-color: var(--gold);
  }

  .btn-secondary {
    background: transparent;
    color: var(--cream);
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid rgba(247,240,224,0.3);
    transition: all 0.3s;
  }

  .btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
  }
  
  .hero-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(247,240,224,0.65);
    margin-bottom: 2.4rem;
    max-width: 500px;
  }

  .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
    .hero-badge {
    position: absolute;
    right: 8%;
    bottom: 12%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(184,115,51,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    animation: spin-slow 20s linear infinite;
  }

  .hero-badge-inner {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.82rem;
    color: var(--gold);
    line-height: 1.5;
    padding: 1rem;
  }
   @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
   .hero-orb {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(184,115,51,0.25), rgba(212,160,23,0.08) 50%, transparent 70%);
    border: 1px solid rgba(184,115,51,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
   .hero-orb-inner {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(184,115,51,0.2);
    background: radial-gradient(circle at 40% 35%, rgba(212,160,23,0.15), transparent 60%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    z-index: 3;
  }
   .scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scroll-pulse 2s ease-in-out infinite;
  }

  @keyframes scroll-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
  }
   /* DIVIDER */
  .gold-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--copper), transparent);
    margin: 0;
  }
   /* SECTION BASE */
  section {
    padding: 2rem;
  }
  .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.68rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
  }
  .section-tag::before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--gold);
  }
  h2.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 1rem;
  }
  h2.section-title em {
    font-style: italic;
    color: var(--gold);
  }

  .section-sub {
    font-size: 0.92rem;
    line-height: 1.8;
    color: rgba(247,240,224,0.55);
    max-width: 520px;
  }

/* ABOUT STRIP */
  .about-strip {
    background: var(--dark2);
    border-top: 1px solid rgba(184,115,51,0.15);
    border-bottom: 1px solid rgba(184,115,51,0.15);
    padding: 3rem 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    text-align: center;
  }
.strip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .strip-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
  }

  .strip-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
  }

 /* MENU SECTION */
  .menu-section {
    background: var(--dark);
   padding: 6rem;
  }

  .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .menu-tabs {
    display: flex;
    gap: 0;
    border: 1px solid rgba(184,115,51,0.25);
    border-radius: 2px;
    overflow: hidden;
  }
 .tab-btn {
    background: transparent;
    border: none;
    color: var(--text-muted);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.65rem 1.2rem;
    cursor: pointer;
    transition: all 0.25s;
    border-right: 1px solid rgba(184,115,51,0.2);
  }

  .tab-btn:last-child { border-right: none; }

  .tab-btn.active {
    background: var(--copper);
    color: var(--white);
  }

  .tab-btn:hover:not(.active) {
    background: rgba(184,115,51,0.1);
    color: var(--cream);
  }
   .menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1px;
    background: rgba(184,115,51,0.1);
    border: 1px solid rgba(184,115,51,0.1);
  }
  .menu-items {
    background: var(--dark);
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: background 0.25s;
    position: relative;
    overflow: hidden;
  }
  .menu-items::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
  }

  .menu-items:hover { background: rgba(184,115,51,0.06); }
  .menu-items:hover::after { width: 100%; }

  .item-name {
    font-size: 0.9rem;
    color: var(--cream);
    font-weight: 400;
  }

  .item-price {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
  }
   .menu-panel { display: none; }
  .menu-panel.active { display: block; }

/* CATERING */
  .catering-section {
    background: var(--black);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
     padding: 0;
    min-height: 600px;
  }

  .catering-visual {
    background:
      linear-gradient(135deg, rgba(184,115,51,0.35) 0%, rgba(10,8,4,0.8) 60%),
      repeating-linear-gradient(
        -45deg,
        rgba(184,115,51,0.04) 0, rgba(184,115,51,0.04) 1px,
        transparent 0, transparent 20px
      ),
      var(--dark2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    position: relative;
    overflow: hidden;
  }

  .catering-visual-inner {
    text-align: center;
    z-index: 1;
  }

  .catering-icon-ring {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(184,115,51,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
  }

  .catering-icon-ring::after {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 1px dashed rgba(212,160,23,0.3);
    animation: spin-slow 15s linear infinite reverse;
  }

  .catering-icon-ring svg {
    width: 60px;
    height: 60px;
    color: var(--gold);
    opacity: 0.9;
  }

  .catering-events {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .event-pill {
    background: rgba(184,115,51,0.12);
    border: 1px solid rgba(184,115,51,0.25);
    color: var(--gold-pale);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
  }

  .catering-content {
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--dark2);
    border-left: 1px solid rgba(184,115,51,0.1);
  }

  .catering-list {
    list-style: none;
    margin: 1.8rem 0 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .catering-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.88rem;
    color: rgba(247,240,224,0.7);
  }

  .catering-list li::before {
    content: '';
    width: 18px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
  }

  /* SHEA BUTTER */
  .shea-section {
    background: var(--dark);
    text-align: center;
     padding: 6rem;
  }

  .shea-headline { max-width: 700px; margin: 0 auto 1rem; }
  .shea-sub { margin: 0 auto 3.5rem; }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    background: rgba(184,115,51,0.08);
    border: 1px solid rgba(184,115,51,0.08);
    max-width: 1000px;
    margin: 0 auto 3rem;
  }

  .benefit-card {
    background: var(--dark);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: background 0.3s;
  }

  .benefit-card:hover {
    background: rgba(184,115,51,0.06);
  }

  .benefit-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    display: block;
  }

  .benefit-title {
    font-family: 'Playfair Display', serif;
    font-size: 0.9rem;
    color: var(--gold);
    margin-bottom: 0.4rem;
  }

  .benefit-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.6;
  }

  /* ORDER SECTION */
  .order-section {
    background: var(--copper);
    padding: 5rem 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .order-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.03) 0, rgba(0,0,0,0.03) 1px,
      transparent 0, transparent 20px
    );

  }

  .order-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--black);
    margin-bottom: 0.8rem;
    position: relative;
  }

  .order-section p {
    color: rgba(10,8,4,0.65);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    position: relative;
  }

  .order-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }

  .btn-dark {
    background: var(--black);
    color: var(--gold);
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    transition: all 0.3s;
    border: 1px solid var(--black);
  }

  .btn-dark:hover {
    background: var(--dark2);
  }

  .btn-outline-dark {
    background: transparent;
    color: var(--black);
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid rgba(10,8,4,0.5);
    transition: all 0.3s;
  }

  .btn-outline-dark:hover {
    background: rgba(10,8,4,0.1);
  }

  /* TESTIMONIAL */
  .testimonial-section {
    background: var(--black);
    text-align: center;
    padding: 6rem 5%;
  }

  .testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    font-weight: 400;
    color: var(--cream);
    max-width: 720px;
    margin: 2rem auto;
    line-height: 1.5;
  }

  .testimonial-quote::before {
    content: '"';
    font-size: 5rem;
    color: var(--copper);
    line-height: 0;
    display: block;
    margin-bottom: 1.5rem;
    font-style: normal;
  }

  .testimonial-author {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 1.5rem;
  }

  /* CONTACT */
  .contact-section {
    background: var(--dark2);
    border-top: 1px solid rgba(184,115,51,0.15);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
  }

  .contact-info {
    padding: 5rem 4rem;
    border-right: 1px solid rgba(184,115,51,0.1);
  }

  .contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .contact-detail-icon {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(184,115,51,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .contact-detail-icon svg {
    width: 16px;
    height: 16px;
    color: var(--gold);
  }

  .contact-detail-text {
    font-size: 0.88rem;
  }

  .contact-detail-label {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.2rem;
  }

  .contact-detail-value {
    color: var(--cream);
  }

  .contact-form {
    padding: 5rem 4rem;
    background: var(--dark);
  }

  .form-group {
    margin-bottom: 1.2rem;
  }

  .form-group label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    background: rgba(184,115,51,0.06);
    border: 1px solid rgba(184,115,51,0.2);
    color: var(--cream);
    padding: 0.8rem 1rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.25s;
  }

  .form-group input:focus,
  .form-group textarea:focus,
  .form-group select:focus {
    border-color: var(--copper);
  }

  .form-group textarea { height: 100px; resize: none; }

  .form-group select option { background: var(--dark); }




  /* ANIMATIONS */
  @keyframes fade-up {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fade-up {
    animation: fade-up 0.7s ease forwards;
  }

  .fade-up-delay-1 { animation-delay: 0.15s; opacity: 0; }
  .fade-up-delay-2 { animation-delay: 0.3s; opacity: 0; }
  .fade-up-delay-3 { animation-delay: 0.45s; opacity: 0; }
  .fade-up-delay-4 { animation-delay: 0.6s; opacity: 0; }

  @media (max-width: 900px) {
    .catering-section,
    .contact-section {
      grid-template-columns: 1fr;
    }

    .catering-visual { min-height: 300px; }

    .footer-inner {
      grid-template-columns: 1fr 1fr;
    }

    .hero-orb { display: none; }
    .hero-badge { display: none; }
  }

  @media (max-width: 600px) {
    .footer-inner { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    section { padding: 4rem 5%; }
    .catering-content { padding: 3rem 2rem; }
    .contact-info, .contact-form { padding: 3rem 2rem; }
  }/* End custom CSS */