.elementor-8472 .elementor-element.elementor-element-1596c5b{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8472 .elementor-element.elementor-element-2c13213 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-8472 .elementor-element.elementor-element-2c13213 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}body.elementor-page-8472:not(.elementor-motion-effects-element-type-background), body.elementor-page-8472 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for column, class: .elementor-element-2c13213 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --sand: #C4872A;
    --sand-light: #D9A84E;
    --dust: #F0DDB0;
    --charcoal: #1C1C1A;
    --iron: #272723;
    --smoke: #3A3A34;
    --white: #F5F5F0;
    --accent: #B03A1A;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--charcoal)!important;
    color: var(--white);
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
  }

  /* ── NAV ── */
#top-link nav {
   position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 4rem;
  background: rgba(26,26,24,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,169,110,0.15);
  }
  .nav-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    color: var(--sand);
    text-decoration: none;
  }
  .nav-logo span { color: var(--white); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
ul.nav-links{ margin: 0!important; }
  .nav-links a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(250,250,247,0.65);
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--sand); }
  .nav-cta {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--charcoal);
    background: var(--sand);
    padding: 0.55rem 1.4rem;
    text-decoration: none;
    transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--sand-light); }

  /* ── HERO ── */
  section#hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    background:#1C1C1A!important;
  }
  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 4rem 6rem 4rem;
    position: relative;
    z-index: 2;
  }
  .hero-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--sand);
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 1rem;
  }
  .hero-tag::before {
    content: '';
    display: block;
    width: 2rem; height: 1px;
    background: var(--sand);
  }
  .hero-headline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 7vw, 7.5rem);
    line-height: 0.92;
    letter-spacing: 0.02em;
    color: var(--white);
    margin-bottom: 1.8rem;
  }
  .hero-headline em {
    color: var(--sand);
    font-style: normal;
    display: block;
  }
  .hero-sub {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(250,250,247,0.65);
    max-width: 420px;
    margin-bottom: 2.8rem;
  }
  .hero-actions { display: flex; gap: 1rem; align-items: center; }
  .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--charcoal);
    background: var(--sand);
    padding: 0.9rem 2rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--sand-light); transform: translateY(-2px); }
  .btn-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(250,250,247,0.65);
    text-decoration: none;
    display: flex; align-items: center; gap: 0.5rem;
    transition: color 0.2s;
  }
  .btn-secondary:hover { color: var(--sand); }
  .btn-secondary::after { content: '→'; font-size: 1.1rem; }

  .hero-stats {
    margin-top: 4rem;
    display: flex; gap: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(200,169,110,0.2);
  }
  .stat-item {}
  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--sand);
    line-height: 1;
    display: block;
  }
  .stat-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(250,250,247,0.45);
    margin-top: 0.3rem;
    display: block;
  }

  .hero-right {
    position: relative;
    overflow: hidden;
  }
  .hero-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
      to right,
      var(--charcoal) 0%,
      rgba(26,26,24,0.4) 40%,
      rgba(26,26,24,0.1) 100%
    )!important;
    z-index: 1;
  }
  .hero-bg {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: saturate(0.5) brightness(0.7);
  }
  /* Geometric accent */
  .hero-geo {
    position: absolute;
    bottom: 3rem; right: 3rem;
    z-index: 2;
    border: 1px solid rgba(200,169,110,0.3);
    padding: 1.5rem 2rem;
    backdrop-filter: blur(8px);
    background: rgba(26,26,24,0.6);
  }
  .hero-geo-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sand);
  }

  /* ── STRIP ── */
  .strip {
    background: var(--accent);
    padding: 1rem 4rem;
    display: flex; gap: 3rem; align-items: center;
    overflow: hidden;
  }
  .strip-item {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    display: flex; align-items: center; gap: 0.8rem;
  }
  .strip-item::before {
    content: '◆';
    font-size: 0.4rem;
    opacity: 0.7;
  }

  /* ── SECTION SHARED ── */
  section { padding: 6rem 4rem; }
  .section-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sand);
    margin-bottom: 1rem;
    display: flex; align-items: center; gap: 0.8rem;
  }
  .section-tag::before {
    content: '';
    width: 1.5rem; height: 1px;
    background: var(--sand);
    display: block;
  }
  .section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 1.5rem;
  }
  .section-title span { color: var(--sand); }

  /* ── ABOUT ── */
  #about {
    background: var(--iron);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }
  .about-body {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(250,250,247,0.65);
  }
  .about-body p { margin-bottom: 1.2rem; }
  .about-body strong { color: var(--sand); font-weight: 500; }
  .about-right { display: flex; flex-direction: column; gap: 1.5rem; }
  .about-card {
    border-left: 3px solid var(--sand);
    padding: 1.2rem 1.5rem;
    background: rgba(250,250,247,0.04);
  }
  .about-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0.4rem;
  }
  .about-card-text {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(250,250,247,0.55);
  }

  /* ── PILLARS ── */
  #pillars {
    background: var(--charcoal);
    text-align: center;
  }
  #pillars .section-tag { justify-content: center; }
  #pillars .section-tag::before { display: none; }
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 4rem;
    background: rgba(200,169,110,0.15);
  }
  .pillar {
    background: var(--charcoal);
    padding: 3rem 2.5rem;
    text-align: left;
    position: relative;
    transition: background 0.3s;
  }
  .pillar:hover { background: var(--iron); }
  .pillar-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(200,169,110,0.12);
    position: absolute;
    top: 1.5rem; right: 2rem;
    transition: color 0.3s;
  }
  .pillar:hover .pillar-num { color: rgba(200,169,110,0.2); }
  .pillar-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1.5rem;
    display: block;
    color: var(--sand);
  }
  .pillar-icon svg { width: 100%; height: 100%; display: block; }
  .pillar-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: var(--sand);
    margin-bottom: 1rem;
  }
  .pillar-text {
    font-size: 0.9rem;
    line-height: 1.75;
    color: rgba(250,250,247,0.6);
  }
  .pillar-points {
    margin-top: 1.2rem;
    list-style: none;
    display: flex; flex-direction: column; gap: 0.5rem;
  }
  .pillar-points li {
    font-size: 0.83rem;
    color: rgba(250,250,247,0.5);
    padding-left: 1rem;
    position: relative;
  }
  .pillar-points li::before {
    content: '—';
    position: absolute; left: 0;
    color: var(--sand);
    font-size: 0.7rem;
  }

  /* ── DIFFERENCE ── */
  #difference {
    background: var(--sand);
    color: var(--charcoal);
  }
  #difference .section-tag { color: var(--accent); }
  #difference .section-tag::before { background: var(--accent); }
  #difference .section-title { color: var(--iron); }
  #difference .section-title span { color: var(--accent); }
  .diff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    margin-top: 3.5rem;
    background: rgba(26,26,24,0.15);
  }
  .diff-card {
    background: var(--sand);
    padding: 2.5rem 2rem;
    transition: background 0.25s;
  }
  .diff-card:hover { background: var(--sand-light); }
  .diff-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .diff-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--charcoal);
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }
  .diff-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(26,26,24,0.7);
  }

  /* ── SERVICES ── */
  #services { background: var(--iron); }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 3.5rem;
    background: rgba(200,169,110,0.1);
  }
  .service-card {
    background: var(--iron);
    padding: 2.2rem 2.5rem;
    display: flex; gap: 1.5rem; align-items: flex-start;
    transition: background 0.25s;
  }
  .service-card:hover { background: rgba(200,169,110,0.05); }
  .service-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: var(--sand);
  }
  .service-icon svg { width: 100%; height: 100%; display: block; }
  .service-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sand);
    margin-bottom: 0.5rem;
  }
  .service-desc {
    font-size: 0.87rem;
    line-height: 1.65;
    color: rgba(250,250,247,0.55);
  }

  /* ── CONTACT ── */
  #contact {
    background: var(--charcoal);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
  }
  .contact-intro {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(250,250,247,0.6);
    margin-bottom: 2.5rem;
  }
  .contact-details { display: flex; flex-direction: column; gap: 1.2rem; }
  .contact-item {
    display: flex; align-items: center; gap: 1rem;
  }
  .contact-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sand);
    width: 4rem;
  }
  .contact-value {
    font-size: 0.95rem;
    color: var(--white);
    text-decoration: none;
  }
  .contact-value:hover { color: var(--sand); }
  .contact-form { display: flex; flex-direction: column; gap: 1rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-field {
    display: flex; flex-direction: column; gap: 0.4rem;
  }
  .form-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(250,250,247,0.45);
  }
  .form-input, .form-textarea {
    background: rgba(250,250,247,0.05);
    border: 1px solid rgba(200,169,110,0.2);
    color: var(--white);
    padding: 0.75rem 1rem;
    font-family: 'Barlow', sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }
  .form-input:focus, .form-textarea:focus {
    border-color: var(--sand);
  }
  .form-textarea { resize: vertical; min-height: 120px; }
  .form-submit {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--charcoal);
    background: var(--sand);
    border: none;
    padding: 1rem 2.5rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    align-self: flex-start;
    margin-top: 0.5rem;
  }
  .form-submit:hover { background: var(--sand-light); transform: translateY(-2px); }

  

  /* ── ANIMATIONS ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hero-left > * { animation: fadeUp 0.8s ease both; }
.hero-tag  { animation-delay: 0.1s; }
.hero-headline { animation-delay: 0.25s; }
.hero-sub  { animation-delay: 0.4s; }
.hero-actions { animation-delay: 0.55s; }
.hero-stats { animation-delay: 0.7s; }

  /* Reveal on scroll */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: none; }

  /* ── RESPONSIVE ── */
@media (max-width: 900px) {
nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
#hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero-left { padding: 8rem 1.5rem 4rem; }
    section { padding: 4rem 1.5rem; }
#about, #contact { grid-template-columns: 1fr; gap: 3rem; }
    .pillars-grid, .diff-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
    .strip { flex-wrap: wrap; gap: 1rem; padding: 0.8rem 1.5rem; }
}

  /* ── A11Y ── */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--sand);
    color: var(--charcoal);
    padding: 0.6rem 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.85rem;
    z-index: 200;
  }
.skip-link:focus {
    left: 1rem;
    top: 1rem;
    outline: 2px solid var(--white);
    outline-offset: 2px;
}
:focus-visible {
    outline: 2px solid var(--sand);
    outline-offset: 2px;
}
.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: none;
    border-color: var(--sand);
    box-shadow: 0 0 0 2px rgba(196,135,42,0.25);
}

  /* ── HAMBURGER ── */
.nav-toggle {
    display: none;
    width: 38px; height: 38px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.nav-toggle span {
    display: block;
    width: 22px; height: 2px;
    background: var(--sand);
    transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Safari backdrop-filter */
  nav { -webkit-backdrop-filter: blur(12px); }
  .hero-geo { -webkit-backdrop-filter: blur(8px); }

  /* ── RESPONSIVE: tighter mobile pass ── */
@media (max-width: 900px) {
    nav { padding: 0.9rem 1.25rem; }
    .nav-toggle { display: flex; }
    .nav-links {
      position: fixed;
      top: 64px; left: 0; right: 0;
      flex-direction: column;
      gap: 0;
      background: rgba(20,20,18,0.98);
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(196,135,42,0.15);
      padding: 1rem 1.5rem 1.5rem;
      transform: translateY(-110%);
      transition: transform 0.3s ease;
      display: flex;
    }
    .nav-links.open { transform: translateY(0); }
    .nav-links li { width: 100%; }
    .nav-links a {
      display: block;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(196,135,42,0.08);
      font-size: 0.95rem;
    }
    .nav-cta { padding: 0.5rem 1.1rem; font-size: 0.72rem; }

    /* Hero — stack instead of hide */
    #hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { padding: 7rem 1.5rem 3rem; order: 2; }
    .hero-right { display: block; order: 1; min-height: 320px; max-height: 50vh; }
    .hero-img-overlay {
      background: linear-gradient(to bottom, rgba(26,26,24,0.25) 0%, var(--charcoal) 100%);
    }
    .hero-geo { display: none; }
    .hero-stats { gap: 1.5rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 2rem; }
    .stat-num { font-size: 1.8rem; }

    /* Inline-grid sections that we annotated */
    .collapse-2col, .ops-grid { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
    .food-grid { grid-template-columns: 1fr !important; }
    .food-grid > div:first-child { min-height: 50vh; }

    /* Work with us roles + qualifications */
    #work-with-us { padding: 4rem 1.5rem !important; }
    #work-with-us [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
    #work-with-us [style*="padding:2.5rem"] { padding: 1.75rem !important; }

    /* Operations */
    #operations { padding: 4rem 1.5rem !important; }

    /* Outback banner */
    #operations + section, [style*="height:320px"][style*="position:relative"] { height: 240px !important; }

    /* Food philosophy footer */
    #food > div[style*="padding:3rem 4rem"] { padding: 2.5rem 1.5rem !important; flex-direction: column; align-items: flex-start !important; }
  }

  @media (max-width: 560px) {
    .hero-headline { font-size: clamp(2.8rem, 11vw, 4rem); }
    .hero-stats { flex-direction: column; gap: 1.2rem; align-items: flex-start; }
    .hero-stats .stat-item { width: 100%; }
    .strip { padding: 0.8rem 1.25rem; }
    .strip-item { font-size: 0.68rem; }
    .pillar { padding: 2.2rem 1.5rem; }
    .pillar-num { font-size: 3.5rem; }
    .diff-card { padding: 2rem 1.5rem; }
    .service-card { padding: 1.6rem 1.5rem; gap: 1rem; }
    #work-with-us [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
    footer { padding: 2rem 1.5rem; }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
  }
/* ── FOOTER ── */
footer {
    background: #111110;
    padding: 0!important;
    display: block!important; align-items: center; justify-content: space-between;
    position: relative!important;
    border-top: 1px solid rgba(200,169,110,0.1);
}
.footer-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: var(--sand);
}
.footer-copy {
    font-size: 0.78rem;
    color: rgba(250,250,247,0.3);
    letter-spacing: 0.05em;
}
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(250,250,247,0.35);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-links a:hover { color: var(--sand); }/* End custom CSS */
/* Start custom CSS */@media (min-width: 768px) {
    .contact-button {
        position: relative;
        left: 15px;
    }
}/* End custom CSS */