
    /* DESIGN SYSTEM: WARM STONE, EDITORIAL REFINEMENT, GENUINE HOSPITALITY */
    :root {
      --stone-50: #FBF9F5;
      --stone-100: #F5F1EB;
      --stone-200: #ECE5DC;
      --stone-300: #DDD4C7;
      --stone-400: #C2B4A3;
      --stone-700: #574F45;
      --stone-800: #38322B;
      --stone-900: #201C18;
      
      --terracotta: #A45D43;
      --terracotta-soft: #EFE4DE;
      --bronze: #8C6A48;
      
      --font-serif: 'Cormorant Garamond', Georgia, serif;
      --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
      
      --container-max: 1280px;
      --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    }

    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
      background-color: var(--stone-50);
      color: var(--stone-900);
    }

    body {
      font-family: var(--font-sans);
      font-weight: 400;
      line-height: 1.6;
      background-color: var(--stone-50);
      color: var(--stone-900);
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

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

    /* TYPOGRAPHY */
    .font-serif { font-family: var(--font-serif); }
    .font-sans { font-family: var(--font-sans); }
    
    h1, h2, h3, h4 {
      font-family: var(--font-serif);
      font-weight: 400;
      line-height: 1.15;
      color: var(--stone-900);
      letter-spacing: -0.01em;
    }

    .eyebrow {
      font-family: var(--font-sans);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--bronze);
      display: inline-block;
      margin-bottom: 0.75rem;
    }

    .lead-text {
      font-size: 1.125rem;
      line-height: 1.7;
      color: var(--stone-700);
      font-weight: 300;
    }

    /* CONTAINER */
    .site-wrap {
      width: 100%;
      max-width: var(--container-max);
      margin: 0 auto;
      padding: 0 2rem;
    }

    @media (max-width: 768px) {
      .site-wrap {
        padding: 0 1.25rem;
      }
    }

    /* TOP UTILITY & HEADER */
    header.site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(251, 249, 245, 0.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--stone-200);
      transition: var(--transition-smooth);
    }

    .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 84px;
    }

    .brand-group {
      display: flex;
      flex-direction: column;
    }

    .brand-title {
      font-family: var(--font-serif);
      font-size: 1.65rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: var(--stone-900);
      line-height: 1;
    }

    .brand-subtitle {
      font-size: 0.7rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--stone-700);
      margin-top: 4px;
    }

    nav.main-nav {
      display: flex;
      align-items: center;
      gap: 2.25rem;
    }

    nav.main-nav a {
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      color: var(--stone-800);
      position: relative;
      padding-bottom: 4px;
      transition: var(--transition-smooth);
    }

    nav.main-nav a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--stone-900);
      transition: var(--transition-smooth);
    }

    nav.main-nav a:hover::after,
    nav.main-nav a.active::after {
      width: 100%;
    }

    .header-cta-group {
      display: flex;
      align-items: center;
      gap: 1.25rem;
    }

    .phone-direct {
      font-size: 0.85rem;
      font-weight: 500;
      color: var(--stone-800);
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.85rem 1.6rem;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      cursor: pointer;
      border: 1px solid transparent;
      transition: var(--transition-smooth);
    }

    .btn-primary {
      background-color: var(--stone-900);
      color: var(--stone-50);
    }
    .btn-primary:hover {
      background-color: var(--stone-700);
    }

    .btn-secondary {
      background-color: transparent;
      border-color: var(--stone-300);
      color: var(--stone-900);
    }
    .btn-secondary:hover {
      border-color: var(--stone-900);
      background-color: var(--stone-100);
    }

    /* HERO MAGAZINE SECTION */
    .hero-magazine {
      padding: 3.5rem 0 4.5rem;
      border-bottom: 1px solid var(--stone-200);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 4rem;
      align-items: end;
    }

    .hero-editorial-badge {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: var(--stone-700);
      margin-bottom: 1.5rem;
    }
    .hero-editorial-badge::before {
      content: '';
      width: 32px;
      height: 1px;
      background: var(--stone-400);
    }

    .hero-title {
      font-size: clamp(2.6rem, 5.2vw, 4.4rem);
      line-height: 1.08;
      margin-bottom: 1.75rem;
      color: var(--stone-900);
    }

    .hero-title em {
      font-style: italic;
      font-weight: 400;
      color: var(--bronze);
    }

    .hero-intro {
      font-size: 1.18rem;
      line-height: 1.7;
      color: var(--stone-700);
      font-weight: 300;
      margin-bottom: 2.2rem;
      max-width: 580px;
    }

    .hero-action-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1.25rem;
    }

    .hero-feature-card {
      position: relative;
      background-color: var(--stone-100);
      border: 1px solid var(--stone-200);
      padding: 1.5rem;
    }

    .hero-img-container {
      position: relative;
      height: 480px;
      overflow: hidden;
      background-color: var(--stone-200);
    }

    .hero-img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .hero-feature-card:hover .hero-img-container img {
      transform: scale(1.025);
    }

    .hero-card-meta {
      padding-top: 1.25rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    }

    .hero-card-meta h3 {
      font-size: 1.4rem;
      line-height: 1.2;
    }
    .hero-card-meta p {
      font-size: 0.8rem;
      color: var(--stone-700);
      margin-top: 0.2rem;
    }

    /* HOSTING & VALUE SECTION */
    .value-narrative {
      padding: 5rem 0;
      background-color: var(--stone-100);
      border-bottom: 1px solid var(--stone-200);
    }

    .value-grid {
      display: grid;
      grid-template-columns: 360px 1fr;
      gap: 4rem;
    }

    .value-statement {
      font-family: var(--font-serif);
      font-size: 2.2rem;
      line-height: 1.2;
      color: var(--stone-900);
    }

    .value-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }

    .value-col h4 {
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
    }

    .value-col p {
      font-size: 0.95rem;
      color: var(--stone-700);
      line-height: 1.7;
      font-weight: 300;
    }

    /* LOCATIONS & VENUES ARCHITECTURE SECTION */
    .venues-section {
      padding: 6rem 0;
      border-bottom: 1px solid var(--stone-200);
    }

    .venues-header {
      margin-bottom: 4rem;
      max-width: 780px;
    }

    .venues-header h2 {
      font-size: clamp(2.2rem, 3.8vw, 3.2rem);
      margin-bottom: 1rem;
    }

    /* ADDRESS CONTAINER COMPONENT */
    .address-hub {
      margin-bottom: 5.5rem;
    }

    .address-banner {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding-bottom: 1.25rem;
      border-bottom: 2px solid var(--stone-900);
      margin-bottom: 2.5rem;
    }

    .address-title-group h3 {
      font-size: 2rem;
      line-height: 1.1;
    }

    .address-tagline {
      font-size: 0.85rem;
      color: var(--stone-700);
      letter-spacing: 0.05em;
      margin-top: 0.35rem;
    }

    .venue-cards-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 2.5rem;
    }

    .venue-card {
      background: #FFFFFF;
      border: 1px solid var(--stone-200);
      display: flex;
      flex-direction: column;
      transition: var(--transition-smooth);
      position: relative;
    }

    .venue-card:hover {
      box-shadow: 0 16px 36px rgba(32, 28, 24, 0.07);
      border-color: var(--stone-300);
    }

    .venue-card-media {
      position: relative;
      height: 280px;
      overflow: hidden;
      background: var(--stone-200);
    }

    .venue-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.8s ease;
    }

    .venue-card:hover .venue-card-media img {
      transform: scale(1.03);
    }

    .venue-badge-capacity {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: rgba(251, 249, 245, 0.94);
      backdrop-filter: blur(8px);
      padding: 0.4rem 0.8rem;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: var(--stone-900);
      border: 1px solid var(--stone-300);
    }

    .venue-card-body {
      padding: 1.75rem;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .venue-card-title {
      font-size: 1.6rem;
      margin-bottom: 0.4rem;
    }

    .venue-card-address {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--stone-700);
      margin-bottom: 1rem;
    }

    .venue-card-desc {
      font-size: 0.92rem;
      line-height: 1.65;
      color: var(--stone-700);
      font-weight: 300;
      margin-bottom: 1.5rem;
      flex-grow: 1;
    }

    .venue-card-details-list {
      list-style: none;
      border-top: 1px solid var(--stone-100);
      border-bottom: 1px solid var(--stone-100);
      padding: 0.85rem 0;
      margin-bottom: 1.5rem;
      font-size: 0.8rem;
      color: var(--stone-800);
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }

    .venue-card-details-list li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .venue-card-details-list li::before {
      content: '—';
      color: var(--bronze);
    }

    .venue-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 0.5rem;
    }

    .btn-text-link {
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--stone-900);
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      transition: gap 0.2s ease;
    }

    .btn-text-link:hover {
      gap: 0.7rem;
    }

    /* DETAILED MODAL / FLYOUT FOR LOCALES */
    .venue-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(32, 28, 24, 0.7);
      backdrop-filter: blur(6px);
      z-index: 1000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }

    .venue-modal-overlay.active {
      display: flex;
    }

    .venue-modal-dialog {
      background: var(--stone-50);
      width: 100%;
      max-width: 960px;
      max-height: 90vh;
      overflow-y: auto;
      border: 1px solid var(--stone-300);
      position: relative;
      animation: modalSlide 0.35s ease-out;
    }

    @keyframes modalSlide {
      from { transform: translateY(20px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .modal-close-btn {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      background: var(--stone-100);
      border: 1px solid var(--stone-300);
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }

    /* PRICING & TIERS SECTION */
    .pricing-section {
      padding: 6rem 0;
      background-color: var(--stone-100);
      border-bottom: 1px solid var(--stone-200);
    }

    .pricing-header-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: end;
      margin-bottom: 4rem;
    }

    .pricing-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-bottom: 4rem;
    }

    .pricing-card {
      background: #FFFFFF;
      border: 1px solid var(--stone-200);
      padding: 2.5rem 2rem;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: var(--transition-smooth);
    }

    .pricing-card.featured {
      border: 2px solid var(--stone-900);
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(32, 28, 24, 0.08);
    }

    .pricing-card-level {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-weight: 600;
      color: var(--bronze);
      margin-bottom: 0.5rem;
    }

    .pricing-card-title {
      font-size: 1.8rem;
      margin-bottom: 1.25rem;
    }

    .pricing-rate {
      display: flex;
      align-items: baseline;
      gap: 0.4rem;
      margin-bottom: 0.5rem;
    }

    .pricing-figure {
      font-family: var(--font-serif);
      font-size: 2.8rem;
      font-weight: 500;
      color: var(--stone-900);
      line-height: 1;
    }

    .pricing-unit {
      font-size: 0.85rem;
      color: var(--stone-700);
    }

    .pricing-duration-pill {
      display: inline-block;
      align-self: flex-start;
      background-color: var(--stone-100);
      border: 1px solid var(--stone-200);
      padding: 0.25rem 0.75rem;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      margin-bottom: 1.75rem;
    }

    .pricing-features-list {
      list-style: none;
      font-size: 0.88rem;
      color: var(--stone-700);
      line-height: 1.8;
      margin-bottom: 2.2rem;
      flex-grow: 1;
    }

    .pricing-features-list li {
      position: relative;
      padding-left: 1.25rem;
    }

    .pricing-features-list li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: var(--terracotta);
      font-size: 0.8rem;
    }

    .addon-box {
      background: var(--stone-50);
      border: 1px solid var(--stone-200);
      padding: 2.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }

    .addon-item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dashed var(--stone-300);
      padding-bottom: 0.75rem;
      margin-bottom: 0.75rem;
      font-size: 0.9rem;
    }

    .addon-item span:first-child {
      font-weight: 500;
      color: var(--stone-900);
    }
    .addon-item span:last-child {
      color: var(--stone-700);
      font-size: 0.85rem;
    }

    /* LOCATION & PRODUCTION SECTION */
    .production-section {
      padding: 6rem 0;
      border-bottom: 1px solid var(--stone-200);
    }

    .production-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .production-gallery-stack {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
    }

    .production-gallery-stack .photo-box {
      height: 220px;
      background: var(--stone-200);
      overflow: hidden;
    }

    .production-gallery-stack .photo-box:first-child {
      grid-column: span 2;
      height: 280px;
    }

    .production-gallery-stack img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* SEAMLESS BOOKING INQUIRY SECTION */
    .inquiry-section {
      padding: 6rem 0 8rem;
      background: var(--stone-100);
    }

    .inquiry-layout {
      display: grid;
      grid-template-columns: 420px 1fr;
      gap: 4.5rem;
    }

    .inquiry-form-card {
      background: #FFFFFF;
      border: 1px solid var(--stone-300);
      padding: 3rem;
      box-shadow: 0 16px 40px rgba(32, 28, 24, 0.05);
    }

    .form-group-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .form-group {
      margin-bottom: 1.5rem;
    }

    .form-group label {
      display: block;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 0.5rem;
      color: var(--stone-800);
    }

    .form-control {
      width: 100%;
      padding: 0.9rem 1rem;
      font-family: var(--font-sans);
      font-size: 0.95rem;
      background: var(--stone-50);
      border: 1px solid var(--stone-300);
      color: var(--stone-900);
      transition: var(--transition-smooth);
      outline: none;
    }

    .form-control:focus {
      border-color: var(--stone-900);
      background: #FFFFFF;
    }

    .form-notice {
      font-size: 0.78rem;
      color: var(--stone-700);
      line-height: 1.5;
      margin-top: 1rem;
    }

    /* FOOTER */
    footer.site-footer {
      background: var(--stone-900);
      color: var(--stone-200);
      padding: 5rem 0 3rem;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
      gap: 3.5rem;
      padding-bottom: 3.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-brand h4 {
      color: #FFFFFF;
      font-size: 1.8rem;
      margin-bottom: 0.85rem;
    }

    .footer-col h5 {
      color: #FFFFFF;
      font-family: var(--font-sans);
      font-size: 0.75rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
    }

    .footer-col ul {
      list-style: none;
      font-size: 0.85rem;
      line-height: 2;
    }

    .footer-col ul a:hover {
      color: #FFFFFF;
    }

    .footer-bottom {
      padding-top: 2rem;
      display: flex;
      justify-content: space-between;
      font-size: 0.75rem;
      color: var(--stone-400);
    }

    /* RESPONSIVE BREAKPOINTS */
    @media (max-width: 1024px) {
      .hero-grid, .pricing-grid, .inquiry-layout, .value-grid, .production-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
      .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
      .pricing-card.featured {
        transform: none;
      }
    }

    @media (max-width: 768px) {
      nav.main-nav, .header-cta-group .phone-direct {
        display: none;
      }
      .value-columns, .form-group-row, .addon-box {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .inquiry-form-card {
        padding: 1.75rem;
      }
    }
  