.elementor-37 .elementor-element.elementor-element-f8ea9f3{--display:flex;}.elementor-37 .elementor-element.elementor-element-833fce0{--display:flex;--min-height:360px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-37 .elementor-element.elementor-element-833fce0{--content-width:1024px;}}/* Start custom CSS for html, class: .elementor-element-020ba2a */:root{
    --burgundy: #4A1517;
    --burgundy-soft: #6B2226;
    --cream: #FBEFCF;
    --cream-deep: #F4E2B8;
    --paper: #F7F2EA;
    --paper-warm: #F1E8DA;
    --ink: #2A2220;
    --ink-soft: #5C5048;
    --rose-line: #D9BFB4;
    --rose-pale: #EADFD6;
    --blush: #E3B9AC;
    --blush-deep: #C98C7B;
  }

  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--paper);
    color:var(--ink);
     font-family:'Fraunces', serif;
    font-weight:500;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block;}

  .serif{font-family:'Fraunces', serif;}
  .serif-italic{font-family:'Fraunces', serif; font-style:italic;}

  .eyebrow{
    font-family:'Archivo', sans-serif;
    font-weight:600;
    letter-spacing:0.16em;
    text-transform:uppercase;
    font-size:0.7rem;
    color:var(--burgundy-soft);
  }

  a{color:inherit;text-decoration:none;}

  @media (prefers-reduced-motion: reduce){
    *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
  }

  /* ================= NAV ================= */
  .nav{
    position:fixed;
    top:0;left:0;right:0;
    z-index:200;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 6vw;
    background:rgba(247,242,234,0.88);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(74,21,23,0.08);
    margin-top:20px ;
  }
  .nav-logo{display:flex; align-items:center; gap:10px;}
  .nav-logo img{height:36px; width:auto;}
  .nav-wordmark{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:600;
    font-size:1.15rem;
    color:var(--burgundy);
  }

  .nav-links{
    display:flex;
    gap:40px;
    font-size:0.88rem;
    font-weight:500;
    color:var(--ink-soft);
  }
  .nav-links > a{
    position:relative;
    padding-bottom:4px;
    transition:color 0.2s ease;
  }
  .nav-links > a:hover{color:var(--burgundy);}

  /* Services dropdown */
  .nav-services{position:relative;}
  .nav-services-trigger{
    display:flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
  }
  .nav-services-trigger svg{transition:transform 0.25s ease;}
  .nav-services:hover .nav-services-trigger svg{transform:rotate(180deg);}

  .nav-dropdown{
    position:absolute;
    top:calc(100% + 18px);
    left:50%;
    transform:translateX(-50%) translateY(-8px);
    width:560px;
    background:var(--paper);
    border:1px solid rgba(74,21,23,0.12);
    border-radius:20px;
    box-shadow:0 30px 60px -20px rgba(74,21,23,0.28);
    padding:14px;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4px;
     font-family:'Fraunces', serif;
    font-weight:500;
  }
  .nav-services:hover .nav-dropdown,
  .nav-services:focus-within .nav-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
  }
  .nav-dropdown-item{
    padding:16px 18px;
    border-radius:14px;
    transition:background 0.2s ease;
    display:block;
  }
  .nav-dropdown-item:hover{background:var(--paper-warm);}
  .nav-dropdown-item .dd-name{
    font-family:'Fraunces', serif;
    font-style:italic;
    font-weight:600;
    font-size:1.05rem;
    color:var(--burgundy);
    margin-bottom:5px;
    display:block;
  }
  .nav-dropdown-item .dd-desc{
    font-size:0.78rem;
    line-height:1.5;
    color:var(--ink-soft);
    display:block;
    margin-bottom:8px;
  }
  .nav-dropdown-item .dd-price{
    font-size:0.72rem;
    font-weight:600;
    color:var(--blush-deep);
    letter-spacing:0.02em;
  }

  .nav-cta{
    display:inline-block;
    padding:11px 24px;
    border:1.5px solid var(--burgundy);
    border-radius:999px;
    font-size:0.82rem;
    font-weight:600;
    color:var(--burgundy);
    transition:all 0.25s ease;
    white-space:nowrap;
  }
  .nav-cta:hover{background:var(--burgundy); color:var(--cream);}

  @media (max-width:980px){
    .nav-links{display:none;}
    .nav-cta{padding:9px 18px; font-size:0.76rem;}
  }

  /* ================= HERO — editorial, off-grid ================= */
  .hero{
    position:relative;
    min-height:100vh;
    padding:150px 6vw 140px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
  }

  .hero-kicker{
     font-family:'Fraunces', serif;
    font-weight:500;
    font-size:0.78rem;
    letter-spacing:0.2em;
    text-transform:uppercase;
    color:var(--blush-deep);
    margin-bottom:18px;
    margin-left:2px;
  }

  .hero-headline{
    position:relative;
    z-index:2;
  }

  .hero-headline h1{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:clamp(3.4rem, 11vw, 9.5rem);
    line-height:0.92;
    color:var(--burgundy);
    letter-spacing:-0.01em;
  }
  .hero-headline h1 .line2{
    display:block;
    margin-left:clamp(0px, 12vw, 220px);
    font-style:italic;
    font-weight:400;
    color:var(--blush-deep);
  }
  .hero-headline h1 .line3{
    display:block;
  }

  .hero-float-img{
    position:absolute;
    border-radius:6px;
    box-shadow:0 30px 60px -15px rgba(74,21,23,0.35);
    z-index:1;
  }
  .hfi-1{
    top:8%;
    right:8%;
    width:18vw;
    max-width:260px;
    transform:rotate(-4deg);
    animation: float1 9s ease-in-out infinite;
  }
  .hfi-2{
    bottom:32%;
    right:22%;
    width:12vw;
    max-width:170px;
    transform:rotate(5deg);
    animation: float2 11s ease-in-out infinite;
    z-index:0;
  }
  @keyframes float1{
    0%,100%{transform:rotate(-4deg) translateY(0);}
    50%{transform:rotate(-2deg) translateY(-14px);}
  }
  @keyframes float2{
    0%,100%{transform:rotate(5deg) translateY(0);}
    50%{transform:rotate(7deg) translateY(10px);}
  }

  .hero-sub-row{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    margin-top:50px;
    flex-wrap:wrap;
  }
  .hero-sub{
    font-size:1.05rem;
    line-height:1.65;
    color:var(--ink-soft);
    max-width:380px;
  }
  .hero-actions{display:flex; align-items:center; gap:26px;}
  .btn-primary{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:17px 32px;
    background:var(--burgundy);
    color:var(--cream);
    border-radius:999px;
    font-weight:600;
    font-size:0.92rem;
    transition:transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-shadow:0 8px 24px rgba(74,21,23,0.18);
    white-space:nowrap;
  }
  .btn-primary:hover{transform:translateY(-2px); background:var(--burgundy-soft);}
  .btn-text{
    font-size:0.9rem;
    font-weight:600;
    border-bottom:1.5px solid var(--ink);
    padding-bottom:3px;
    transition:color 0.2s ease, border-color 0.2s ease;
  }
  .btn-text:hover{color:var(--blush-deep); border-color:var(--blush-deep);}

  @media (max-width:760px){
    .hero{padding-top:120px;}
    .hero-float-img{display:none;}
    .hero-headline h1 .line2{margin-left:0;}
    .hero-sub-row{flex-direction:column; align-items:flex-start;}
  }

  
  /* ================= LOCATION ================= */
  .location{
    background:var(--burgundy);
    color:var(--cream);
    padding:120px 6vw;
    position:relative;
    overflow:hidden;
  }
  .location-ring-deco{
    position:absolute;
    bottom:-20%;
    left:-6%;
    width:340px;
    border:18px solid rgba(251,239,207,0.08);
    border-radius:50%;
  }
  .location-inner{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:60px;
    align-items:center;
  }
  .location h2{
    font-family:'Fraunces', serif;
    font-weight:500;
    font-size:clamp(2.2rem, 4.5vw, 3.6rem);
    line-height:1.05;
    margin-bottom:22px;
  }
  .location h2 em{font-style:italic; color:var(--blush); font-weight:400;}
  .location-sub{
    color:rgba(251,239,207,0.78);
    font-size:1rem;
    line-height:1.65;
    max-width:420px;
    margin-bottom:36px;
  }
  .location-card{
    background:rgba(251,239,207,0.06);
    border:1px solid rgba(251,239,207,0.18);
    border-radius:24px;
    padding:44px;
  }
  .location-card .eyebrow{color:var(--blush); margin-bottom:18px; display:block;}
  .location-detail{
    display:flex; gap:16px; align-items:flex-start;
    padding:16px 0;
    border-bottom:1px solid rgba(251,239,207,0.14);
  }
  .location-detail:last-child{border-bottom:none;}
  .location-detail svg{flex-shrink:0; margin-top:2px;}
  .location-detail-label{
    font-size:0.74rem; letter-spacing:0.1em; text-transform:uppercase;
    color:rgba(251,239,207,0.55); margin-bottom:4px;
  }
  .location-detail-value{font-size:1rem; font-weight:500;}
  .location-detail-value a:hover{color:var(--blush);}

  @media (max-width:900px){
    .location-inner{grid-template-columns:1fr;}
    .location-card{padding:32px;}
  }

  .btn-cream{
    display:inline-flex; align-items:center; gap:10px;
    padding:17px 32px;
    background:var(--cream);
    color:var(--burgundy);
    border-radius:999px;
    font-weight:600; font-size:0.92rem;
    transition:transform 0.25s ease, box-shadow 0.25s ease;
  }
  .btn-cream:hover{transform:translateY(-2px); box-shadow:0 12px 30px rgba(0,0,0,0.25);}

  /* ================= FOOTER ================= */
  footer{background:var(--paper); padding:60px 6vw 36px;}
  .footer-inner{
    display:flex; justify-content:space-between; align-items:center;
    flex-wrap:wrap; gap:24px;
    padding-bottom:30px;
    border-bottom:1px solid rgba(74,21,23,0.12);
  }
  .footer-logo{display:flex; align-items:center; gap:10px;}
  .footer-logo img{height:30px;}
  .footer-logo span{
    font-family:'Fraunces', serif; font-style:italic; font-weight:600;
    color:var(--burgundy); font-size:1.05rem;
  }
  .footer-social{display:flex; gap:24px; font-size:0.9rem; font-weight:500; color:var(--ink-soft);}
  .footer-social a:hover{color:var(--burgundy);}
  .footer-bottom{
    display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
    padding-top:24px; font-size:0.8rem; color:var(--ink-soft);
  }

  /* ================= Reveal on scroll ================= */
  .reveal{opacity:0; transform:translateY(24px); transition:opacity 0.7s ease, transform 0.7s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}
.contact-wrapper{
    display:flex;
    justify-content:center;
    margin-top:60px;
}

.contact-info{
    width:100%;
    max-width:1100px;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.contact-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;

    min-height:300px;

    display:flex;
    flex-direction:column;
    align-items:center;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s;
}

.contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.icon{
    width:70px;
    height:70px;

    border-radius:50%;

    background:#111;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;

    margin-bottom:25px;

    flex-shrink:0;
}

.contact-card h4{
    margin:0;
    font-size:30px;
    font-weight:700;
}

.contact-card p{
    margin-top:20px;

    width:100%;
    min-height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    color:#666;

    line-height:1.8;
}

/*.visit-btn{*/

/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/

/*    width:320px;*/
/*    height:60px;*/

/*    margin:50px auto 0;*/

/*    background:#111;*/
/*    color:#fff;*/

/*    border-radius:999px;*/

/*    text-decoration:none;*/

/*    font-weight:600;*/

/*    transition:.3s;*/

/*}*/

.address-link{
    display:block;
    color:#666;
    text-decoration:none;
    line-height:1.8;
    margin-top:20px;
}

.address-link:hover{
    color:#111;
}

.visit-btn:hover{

    background:#222;

    transform:translateY(-4px);

}

@media(max-width:900px){

    .contact-info{
        grid-template-columns:1fr;
    }

    .visit-btn{
        width:100%;
    }

}/* End custom CSS */