:root {
      --gold: #C9922A;
      --gold-light: #E8B84B;
      --gold-dark: #8B6010;
      --green: #1E3A2F;
      --green-dark: #0D1F18;
      --green-mid: #2A4F3A;
      --cream: #F5EDD6;
      --cream-light: #FAF5E8;
      --ink: #0A0A0A;
      --white: #ffffff;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: var(--ink);
      color: var(--cream);
      font-family: 'Cormorant Garamond', serif;
      overflow-x: hidden;
      cursor: none;
    }

    /* CUSTOM CURSOR */
    .cursor {
      width: 12px;
      height: 12px;
      background: var(--gold);
      border-radius: 50%;
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      transition: transform 0.1s ease;
      mix-blend-mode: normal;
    }

    .cursor-follower {
      width: 36px;
      height: 36px;
      border: 1px solid var(--gold);
      border-radius: 50%;
      position: fixed;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 9998;
      transform: translate(-50%, -50%);
      transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 0.6;
    }

    @media (max-width: 768px) {

      .cursor,
      .cursor-follower {
        display: none;
      }

      body {
        cursor: auto;
      }
    }

    /* NOISE OVERLAY */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9997;
      opacity: 0.4;
    }

    /* NAV */
    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 20px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: all 0.4s ease;
    }

    nav.scrolled {
      background: rgba(10, 10, 10, 0.95);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(201, 146, 42, 0.2);
      padding: 14px 48px;
    }

    .nav-logo {
      height: 52px;
      filter: brightness(1.1);
    }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none;
    }

    .nav-links a {
      color: var(--cream);
      text-decoration: none;
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.85rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      opacity: 0.8;
      transition: all 0.3s;
      font-weight: 400;
    }

    .nav-links a:hover {
      opacity: 1;
      color: var(--gold-light);
    }

    .nav-cta {
      background: var(--gold);
      color: var(--ink) !important;
      padding: 10px 24px !important;
      font-weight: 600 !important;
      opacity: 1 !important;
      letter-spacing: 0.15em !important;
      transition: all 0.3s !important;
    }

    .nav-cta:hover {
      background: var(--gold-light) !important;
      transform: translateY(-1px);
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
    }

    .hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--cream);
      transition: all 0.3s;
    }

    /* MOBILE NAV */
    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(10, 10, 10, 0.98);
      backdrop-filter: blur(30px);
      z-index: 99;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }

    .mobile-menu.open {
      display: flex;
    }

    .mobile-menu a {
      color: var(--cream);
      text-decoration: none;
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      transition: color 0.3s;
    }

    .mobile-menu a:hover {
      color: var(--gold);
    }

    .mobile-menu .close-btn {
      position: absolute;
      top: 24px;
      right: 24px;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 2rem;
      color: var(--cream);
    }

    .mobile-socials {
      display: flex;
      gap: 32px;
      margin-top: 20px;
    }

    .mobile-socials a {
      font-size: 1.5rem;
    }

    /* HERO */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      background: radial-gradient(ellipse at 50% 60%, var(--green-dark) 0%, var(--ink) 70%);
    }

    .hero-bg-pattern {
      position: absolute;
      inset: 0;
      opacity: 0.04;
      background-image: repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(201, 146, 42, 0.3) 60px, rgba(201, 146, 42, 0.3) 61px),
        repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(201, 146, 42, 0.3) 60px, rgba(201, 146, 42, 0.3) 61px);
    }

    .hero-glow {
      position: absolute;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(201, 146, 42, 0.12) 0%, transparent 70%);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: pulse-glow 4s ease-in-out infinite;
    }

    @keyframes pulse-glow {

      0%,
      100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
      }

      50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
      }
    }

    .hero-content {
      text-align: center;
      z-index: 2;
      padding: 0 24px;
      animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(40px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hero-logo {
      width: min(380px, 85vw);
      margin-bottom: 8px;
      filter: drop-shadow(0 0 40px rgba(201, 146, 42, 0.3));
    }

    .hero-tagline {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(0.75rem, 2vw, 1rem);
      letter-spacing: 0.6em;
      color: var(--gold);
      margin-bottom: 40px;
      opacity: 0.9;
    }

    .hero-desc {
      font-size: clamp(1rem, 2.5vw, 1.25rem);
      line-height: 1.9;
      max-width: 540px;
      margin: 0 auto 16px;
      font-weight: 300;
      opacity: 0.85;
      font-style: italic;
    }

    .hero-location {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--gold-light);
      font-size: 0.9rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 52px;
      font-style: normal;
      font-weight: 400;
    }

    .hero-location::before,
    .hero-location::after {
      content: '';
      display: block;
      width: 40px;
      height: 1px;
      background: var(--gold);
      opacity: 0.6;
    }

    .hero-btns {
      display: flex;
      gap: 16px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: var(--gold);
      color: var(--ink);
      border: none;
      padding: 18px 44px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      cursor: none;
      transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      position: relative;
      overflow: hidden;
    }

    .btn-primary::after {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--gold-light);
      transform: translateX(-100%);
      transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .btn-primary:hover::after {
      transform: translateX(0);
    }

    .btn-primary span {
      position: relative;
      z-index: 1;
    }

    .btn-secondary {
      background: transparent;
      color: var(--cream);
      border: 1px solid rgba(201, 146, 42, 0.5);
      padding: 18px 44px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      cursor: none;
      transition: all 0.35s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .btn-secondary:hover {
      border-color: var(--gold);
      color: var(--gold);
    }

    @media (max-width: 768px) {

      .btn-primary,
      .btn-secondary {
        cursor: pointer;
      }
    }

    /* DIVIDER */
    .divider {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 0 48px;
      margin: 0 auto;
      max-width: 900px;
    }

    .divider-line {
      flex: 1;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(201, 146, 42, 0.4), transparent);
    }

    .divider-diamond {
      width: 8px;
      height: 8px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    /* SECTION BASE */
    section {
      padding: 100px 48px;
    }

    @media (max-width: 768px) {
      section {
        padding: 70px 24px;
      }
    }

    .section-label {
      font-family: 'Bebas Neue', sans-serif;
      letter-spacing: 0.5em;
      font-size: 0.7rem;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 16px;
      display: block;
    }

    .section-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 24px;
    }

    .section-title em {
      color: var(--gold);
      font-style: normal;
    }

    .section-subtitle {
      font-size: 1.15rem;
      line-height: 1.9;
      opacity: 0.75;
      font-weight: 300;
      font-style: italic;
      max-width: 560px;
    }

    /* ABOUT */
    .about {
      background: var(--ink);
      position: relative;
    }

    .about-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    @media (max-width: 900px) {
      .about-inner {
        grid-template-columns: 1fr;
        gap: 48px;
      }
    }

    .about-visual {
      position: relative;
      aspect-ratio: 3/4;
      max-height: 500px;
    }

    .about-frame {
      width: 100%;
      height: 100%;
      border: 1px solid rgba(201, 146, 42, 0.2);
      position: relative;
      overflow: hidden;
      background: var(--green-dark);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .about-frame::before {
      content: '';
      position: absolute;
      top: 16px;
      left: 16px;
      right: -16px;
      bottom: -16px;
      border: 1px solid rgba(201, 146, 42, 0.12);
      z-index: -1;
    }

    .about-frame-inner {
      text-align: center;
      padding: 40px;
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.3rem;
      color: var(--gold);
      opacity: 0.4;
      letter-spacing: 0.1em;
      line-height: 2;
    }

    .about-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      margin-top: 48px;
      border: 1px solid rgba(201, 146, 42, 0.15);
      background: rgba(201, 146, 42, 0.15);
    }

    .stat {
      background: var(--ink);
      padding: 28px 24px;
      text-align: center;
    }

    .stat-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.8rem;
      color: var(--gold);
      line-height: 1;
      display: block;
    }

    .stat-label {
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      opacity: 0.6;
      margin-top: 6px;
      display: block;
    }

    .about-badges {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    .badge {
      border: 1px solid rgba(201, 146, 42, 0.3);
      padding: 8px 18px;
      font-size: 0.8rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--gold-light);
      opacity: 0.85;
    }

    /* GALLERY */
    .gallery {
      background: linear-gradient(to bottom, var(--ink), var(--green-dark) 50%, var(--ink));
    }

    .gallery-header {
      text-align: center;
      margin-bottom: 64px;
    }

    .gallery-header .section-subtitle {
      margin: 0 auto;
    }

    .gallery-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      grid-auto-rows: 360px;
    }

    @media (max-width: 900px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 280px;
      }
    }

    @media (max-width: 500px) {
      .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 320px;
      }
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      cursor: none;
      background: var(--green-dark);
      aspect-ratio: unset !important;
      min-height: 0;
    }

    @media (max-width: 768px) {
      .gallery-item {
        cursor: pointer;
      }
    }

    .gallery-item:first-child {
      grid-row: span 2;
    }

    .gallery-item img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s;
      filter: grayscale(20%);
    }

    .gallery-item:hover img {
      transform: scale(1.06);
      filter: grayscale(0%);
    }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.1) 60%, transparent 100%);
      opacity: 0;
      transition: opacity 0.4s;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 28px;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    .gallery-cat {
      font-size: 0.7rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }

    .gallery-name {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1rem;
    }

    .gallery-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 12px;
      padding: 20px;
      text-align: center;
    }

    .gallery-placeholder svg {
      opacity: 0.2;
    }

    .gallery-placeholder span {
      font-size: 0.8rem;
      opacity: 0.3;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }

    /* STYLES */
    .styles {
      background: var(--ink);
    }

    .styles-inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .styles-header {
      margin-bottom: 64px;
    }

    .styles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 900px) {
      .styles-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 550px) {
      .styles-grid {
        grid-template-columns: 1fr;
      }
    }

    .style-card {
      border: 1px solid rgba(201, 146, 42, 0.15);
      padding: 36px 28px;
      position: relative;
      overflow: hidden;
      transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      background: rgba(201, 146, 42, 0.02);
    }

    .style-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s;
    }

    .style-card:hover {
      border-color: rgba(201, 146, 42, 0.4);
      background: rgba(201, 146, 42, 0.05);
      transform: translateY(-4px);
    }

    .style-card:hover::after {
      transform: scaleX(1);
    }

    .style-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 4rem;
      color: rgba(201, 146, 42, 0.08);
      line-height: 1;
      margin-bottom: 16px;
      display: block;
      transition: color 0.4s;
    }

    .style-card:hover .style-num {
      color: rgba(201, 146, 42, 0.15);
    }

    .style-name {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1rem;
      margin-bottom: 12px;
      color: var(--cream);
    }

    .style-desc {
      font-size: 0.9rem;
      line-height: 1.8;
      opacity: 0.65;
      font-weight: 300;
    }

    /* SCHEDULE / BOOKING */
    .booking {
      background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, var(--green-dark) 100%);
      position: relative;
      overflow: hidden;
    }

    .booking::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 20% 80%, rgba(201, 146, 42, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(201, 146, 42, 0.06) 0%, transparent 50%);
    }

    .booking-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 80px;
      align-items: start;
      position: relative;
      z-index: 2;
    }

    @media (max-width: 900px) {
      .booking-inner {
        grid-template-columns: 1fr;
        gap: 56px;
      }
    }

    .booking-info {
      padding-top: 8px;
    }

    .booking-steps {
      margin-top: 48px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .step {
      display: flex;
      gap: 20px;
      padding: 24px 0;
      border-bottom: 1px solid rgba(201, 146, 42, 0.1);
    }

    .step:last-child {
      border-bottom: none;
    }

    .step-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2rem;
      color: var(--gold);
      opacity: 0.5;
      min-width: 48px;
      line-height: 1;
    }

    .step-content h4 {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.9rem;
      margin-bottom: 6px;
      color: var(--cream);
    }

    .step-content p {
      font-size: 0.9rem;
      opacity: 0.65;
      line-height: 1.7;
      font-weight: 300;
    }

    /* BOOKING FORM */
    .booking-form {
      background: rgba(10, 10, 10, 0.7);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(201, 146, 42, 0.2);
      padding: 48px 40px;
    }

    @media (max-width: 500px) {
      .booking-form {
        padding: 32px 24px;
      }
    }

    .form-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.4rem;
      margin-bottom: 36px;
      color: var(--gold-light);
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    @media (max-width: 550px) {
      .form-row {
        grid-template-columns: 1fr;
      }
    }

    .form-group {
      margin-bottom: 20px;
      position: relative;
    }

    .form-group label {
      display: block;
      font-size: 0.7rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 8px;
      opacity: 0.85;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(201, 146, 42, 0.2);
      color: var(--cream);
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      padding: 14px 16px;
      outline: none;
      transition: all 0.3s;
      appearance: none;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: rgba(201, 146, 42, 0.6);
      background: rgba(255, 255, 255, 0.06);
      box-shadow: 0 0 0 2px rgba(201, 146, 42, 0.08);
    }

    .form-group select option {
      background: var(--ink);
    }

    .form-group textarea {
      resize: vertical;
      min-height: 100px;
    }

    /* AVAILABILITY CALENDAR */
    .calendar-section {
      margin-bottom: 24px;
    }

    .calendar-label {
      font-size: 0.7rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 12px;
      display: block;
      opacity: 0.85;
    }

    .calendar-mini {
      border: 1px solid rgba(201, 146, 42, 0.2);
      background: rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .cal-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      border-bottom: 1px solid rgba(201, 146, 42, 0.1);
    }

    .cal-month {
      font-family: 'Cinzel Decorative', serif;
      font-size: 0.85rem;
      color: var(--cream);
    }

    .cal-nav {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--gold);
      font-size: 1rem;
      padding: 4px 8px;
      transition: opacity 0.2s;
    }

    .cal-nav:hover {
      opacity: 0.7;
    }

    .cal-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 0;
    }

    .cal-day-name {
      text-align: center;
      padding: 8px 4px;
      font-size: 0.6rem;
      letter-spacing: 0.15em;
      color: var(--gold);
      opacity: 0.5;
      text-transform: uppercase;
    }

    .cal-day {
      text-align: center;
      padding: 10px 4px;
      font-size: 0.85rem;
      cursor: pointer;
      transition: all 0.2s;
      color: var(--cream);
      position: relative;
    }

    .cal-day:hover:not(.disabled):not(.empty) {
      color: var(--gold);
    }

    .cal-day.available::after {
      content: '';
      position: absolute;
      bottom: 3px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--gold);
      opacity: 0.7;
    }

    .cal-day.selected {
      background: var(--gold);
      color: var(--ink) !important;
      font-weight: 700;
    }

    .cal-day.selected::after {
      display: none;
    }

    .cal-day.disabled {
      opacity: 0.2;
      cursor: not-allowed;
    }

    .cal-day.empty {
      cursor: default;
    }

    .cal-day.today {
      color: var(--gold-light);
    }

    /* TIME SLOTS */
    .time-slots-section {
      margin-bottom: 24px;
      display: none;
    }

    .time-slots-section.visible {
      display: block;
    }

    .time-slots {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-top: 12px;
    }

    .time-slot {
      border: 1px solid rgba(201, 146, 42, 0.2);
      padding: 10px 4px;
      text-align: center;
      font-size: 0.85rem;
      cursor: pointer;
      transition: all 0.2s;
      color: var(--cream);
    }

    .time-slot:hover:not(.taken) {
      border-color: var(--gold);
      color: var(--gold);
    }

    .time-slot.selected {
      background: var(--gold);
      color: var(--ink);
      border-color: var(--gold);
      font-weight: 700;
    }

    .time-slot.taken {
      opacity: 0.25;
      cursor: not-allowed;
      text-decoration: line-through;
    }

    .btn-submit {
      width: 100%;
      background: var(--gold);
      color: var(--ink);
      border: none;
      padding: 18px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.35s;
      margin-top: 8px;
      position: relative;
      overflow: hidden;
    }

    .btn-submit:hover {
      background: var(--gold-light);
      transform: translateY(-2px);
    }

    .btn-submit:active {
      transform: translateY(0);
    }

    /* SUCCESS STATE */
    .booking-success {
      display: none;
      text-align: center;
      padding: 60px 20px;
    }

    .booking-success.show {
      display: block;
    }

    .success-icon {
      font-size: 4rem;
      margin-bottom: 24px;
    }

    .success-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.5rem;
      color: var(--gold);
      margin-bottom: 16px;
    }

    .success-text {
      font-size: 1.05rem;
      opacity: 0.75;
      font-style: italic;
      line-height: 1.8;
    }

    /* PROCESS */
    .process {
      background: var(--ink);
    }

    .process-inner {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .process-header {
      margin-bottom: 72px;
    }

    .process-timeline {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0;
      text-align: left;
    }

    .process-timeline::before {
      content: '';
      position: absolute;
      left: 28px;
      top: 0;
      bottom: 0;
      width: 1px;
      background: linear-gradient(to bottom, var(--gold), rgba(201, 146, 42, 0.1));
    }

    .process-step {
      display: flex;
      gap: 40px;
      padding: 32px 0;
      position: relative;
    }

    .process-dot {
      width: 56px;
      height: 56px;
      min-width: 56px;
      border: 1px solid rgba(201, 146, 42, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      color: var(--gold);
      background: var(--ink);
      position: relative;
      z-index: 2;
      transition: all 0.4s;
    }

    .process-step:hover .process-dot {
      background: var(--gold);
      color: var(--ink);
      border-color: var(--gold);
    }

    .process-text h4 {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.05rem;
      margin-bottom: 10px;
      color: var(--cream);
      padding-top: 12px;
    }

    .process-text p {
      font-size: 0.95rem;
      line-height: 1.8;
      opacity: 0.65;
      font-weight: 300;
    }

    /* TESTIMONIALS */
    .testimonials {
      background: linear-gradient(to bottom, var(--ink), var(--green-dark));
      text-align: center;
    }

    .test-inner {
      max-width: 900px;
      margin: 0 auto;
    }

    .test-header {
      margin-bottom: 64px;
    }

    .testimonials-track {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    @media (max-width: 900px) {
      .testimonials-track {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
      }
    }

    .testimonial-card {
      border: 1px solid rgba(201, 146, 42, 0.12);
      padding: 36px 28px;
      text-align: left;
      background: rgba(201, 146, 42, 0.02);
      position: relative;
      transition: all 0.4s;
    }

    .testimonial-card:hover {
      border-color: rgba(201, 146, 42, 0.3);
      transform: translateY(-4px);
    }

    .quote-mark {
      font-family: 'Cinzel Decorative', serif;
      font-size: 4rem;
      color: var(--gold);
      opacity: 0.15;
      line-height: 0.7;
      margin-bottom: 20px;
      display: block;
    }

    .testimonial-text {
      font-size: 1rem;
      line-height: 1.9;
      opacity: 0.8;
      font-style: italic;
      margin-bottom: 24px;
    }

    .testimonial-author {
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      opacity: 0.8;
    }

    .stars {
      color: var(--gold);
      font-size: 0.8rem;
      margin-bottom: 16px;
      letter-spacing: 4px;
    }

    /* SOCIAL */
    .social-section {
      background: var(--green-dark);
      text-align: center;
      padding: 80px 48px;
    }

    .social-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: clamp(1.5rem, 4vw, 2.5rem);
      margin-bottom: 12px;
    }

    .social-subtitle {
      font-size: 1rem;
      opacity: 0.65;
      margin-bottom: 52px;
      font-style: italic;
    }

    .social-links {
      display: flex;
      gap: 24px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .social-link {
      display: flex;
      align-items: center;
      gap: 12px;
      border: 1px solid rgba(201, 146, 42, 0.3);
      padding: 16px 32px;
      text-decoration: none;
      color: var(--cream);
      font-size: 0.9rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      transition: all 0.3s;
      font-family: 'Cormorant Garamond', serif;
    }

    .social-link:hover {
      border-color: var(--gold);
      color: var(--gold);
      transform: translateY(-2px);
    }

    .social-link svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    /* FOOTER */
    footer {
      background: var(--ink);
      border-top: 1px solid rgba(201, 146, 42, 0.1);
      padding: 48px;
      text-align: center;
    }

    .footer-logo {
      height: 60px;
      margin-bottom: 24px;
      opacity: 0.9;
    }

    .footer-links {
      display: flex;
      gap: 32px;
      justify-content: center;
      list-style: none;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }

    .footer-links a {
      color: var(--cream);
      opacity: 0.5;
      text-decoration: none;
      font-size: 0.8rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      transition: opacity 0.3s;
    }

    .footer-links a:hover {
      opacity: 1;
    }

    .footer-copy {
      font-size: 0.8rem;
      opacity: 0.3;
    }

    .footer-copy span {
      color: var(--gold);
      opacity: 1;
    }

    /* MOBILE APP BOTTOM NAV */
    .app-bottom-nav {
      display: none;
      position: fixed !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      height: 76px;
      z-index: 200;
      background: rgba(10, 10, 10, 0.97);
      backdrop-filter: blur(30px) saturate(180%);
      border-top: 1px solid rgba(201, 146, 42, 0.15);
      border-bottom: none !important;
      padding: 0 !important;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: 76px;
      align-items: center;
      overflow: hidden;
    }

    @media (max-width: 768px) {
      .app-bottom-nav {
        display: grid;
      }

      body {
        padding-bottom: 90px;
      }
    }

    .app-nav-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      height: 76px;
      padding: 0 4px;
      text-decoration: none;
      color: var(--cream);
      opacity: 0.4;
      transition: all 0.3s;
      font-size: 0.55rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .app-nav-item.active {
      opacity: 1;
      color: var(--gold);
    }

    .app-nav-item svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.5;
    }

    .app-nav-center {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .app-nav-center .app-nav-item {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: var(--gold);
      color: var(--ink) !important;
      opacity: 1 !important;
      margin-top: -12px;
      border: 3px solid var(--ink);
      box-shadow: 0 4px 20px rgba(201, 146, 42, 0.4);
      font-size: 0;
      gap: 0;
    }

    .app-nav-center .app-nav-item svg {
      width: 24px;
      height: 24px;
      stroke: var(--ink);
    }

    /* REVEAL ANIMATIONS */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* On mobile, don't hide content if animations don't fire */
    @media (max-width: 768px) {
      .reveal {
        opacity: 0;
        transform: translateY(20px);
      }
    }

    .reveal-delay-1 {
      transition-delay: 0.1s;
    }

    .reveal-delay-2 {
      transition-delay: 0.2s;
    }

    .reveal-delay-3 {
      transition-delay: 0.3s;
    }

    .reveal-delay-4 {
      transition-delay: 0.4s;
    }

    /* FLOATING WHATSAPP */
    .whatsapp-float {
      position: fixed;
      bottom: 100px;
      right: 24px;
      z-index: 150;
      width: 52px;
      height: 52px;
      background: #25D366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
      text-decoration: none;
      transition: all 0.3s;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
      fill: white;
    }

    @media (max-width: 768px) {
      .whatsapp-float {
        bottom: 90px;
        right: 16px;
      }
    }

    /* POPUP OVERLAY */
    .popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.85);
      z-index: 999;
      align-items: center;
      justify-content: center;
      padding: 24px;
      backdrop-filter: blur(8px);
    }

    .popup-overlay.open {
      display: flex;
    }

    .popup-box {
      background: var(--ink);
      border: 1px solid rgba(201, 146, 42, 0.3);
      padding: 48px 40px;
      max-width: 480px;
      width: 100%;
      position: relative;
      text-align: center;
    }

    .popup-close {
      position: absolute;
      top: 16px;
      right: 16px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--cream);
      font-size: 1.5rem;
      opacity: 0.5;
      transition: opacity 0.2s;
    }

    .popup-close:hover {
      opacity: 1;
    }

    .popup-icon {
      font-size: 3.5rem;
      margin-bottom: 20px;
    }

    .popup-title {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.3rem;
      color: var(--gold);
      margin-bottom: 12px;
    }

    .popup-text {
      font-size: 1rem;
      opacity: 0.75;
      line-height: 1.8;
      font-style: italic;
    }

    .popup-wpp {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #25D366;
      color: white;
      text-decoration: none;
      padding: 14px 32px;
      margin-top: 24px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      transition: all 0.3s;
    }

    .popup-wpp:hover {
      background: #20b95b;
      transform: translateY(-2px);
    }

    /* HERO IMAGE */
    .hero-img {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      opacity: 0.22;
      filter: grayscale(20%) brightness(0.85);
      mask-image: radial-gradient(ellipse 80% 90% at 50% 40%, black 30%, transparent 100%);
      -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 40%, black 30%, transparent 100%);
    }

    .hero-content {
      z-index: 3;
    }

    /* ABOUT IMAGE */
    .about-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* FOOTER IMAGE */
    .footer-img {
      width: min(280px, 80vw);
      margin: 0 auto 28px;
      display: block;
      opacity: 0.9;
    }

    /* LOCATION MAP BLOCK */
    .location-block {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    @media (max-width: 700px) {
      .location-block {
        grid-template-columns: 1fr;
        gap: 28px;
      }
    }

    .location-info h3 {
      font-family: 'Cinzel Decorative', serif;
      font-size: 1.2rem;
      color: var(--gold);
      margin-bottom: 16px;
    }

    .location-info p {
      font-size: 0.95rem;
      line-height: 1.9;
      opacity: 0.75;
      font-style: italic;
      margin-bottom: 20px;
    }

    .location-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--gold-light);
      text-decoration: none;
      font-size: 0.8rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(201, 146, 42, 0.3);
      padding-bottom: 4px;
      transition: all 0.3s;
    }

    .location-link:hover {
      color: var(--gold);
      border-color: var(--gold);
    }

    .map-frame {
      border: 1px solid rgba(201, 146, 42, 0.2);
      overflow: hidden;
      position: relative;
      background: var(--green-dark);
    }

    .map-frame iframe {
      width: 100%;
      height: 300px;
      border: none;
      display: block;
      filter: grayscale(60%) invert(90%) hue-rotate(180deg);
      opacity: 0.85;
    }


    @media (max-width: 768px) {

      /* Esconde o nav do topo inteiro no mobile — o bottom nav substitui */
      nav#mainNav {
        display: none !important;
      }
    }