:root {
    --ink: #171612;
    --paper: #f3f1ec;
    --white: #fff;
    --gold: #CAA05C;
    --muted: #76736c;
    --dark: #16324F;
    --line: #d6d1c8;
    --font: 'Manrope', sans-serif;
    --serif: 'Playfair Display', serif
}

* {
    box-sizing: border-box
}

html,
body {
    top: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    top: 0;
    font-family: var(--font);
    color: var(--ink);
    background: #111;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

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

.page-pad {
    padding-left: clamp(24px, 5vw, 88px);
    padding-right: clamp(24px, 5vw, 88px)
}

.section {
    padding: clamp(84px, 9vw, 145px) 0
}

.section-sm {
    padding: clamp(58px, 6vw, 90px) 0
}

.eyebrow,
.mini {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700
}

.eyebrow.light {
    color: #ddd
}

.topbar {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: 0;
    width: 100%;
    
    padding: 0 clamp(24px, 5vw, 88px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}




.topbar nav {
    padding-top: 30px;
    gap: 28px;
    font-size: .72rem;
}


.topbar nav a {
    opacity: .82
}

.book-btn {
    font-size: .72rem;
    background: #fff;
    color: #111;
    padding: 12px 18px;
    border-radius: 2px
}

.hero {
    height: 100svh;
    min-height: 650px;
    position: relative;
    color: #fff;
    overflow: hidden
}

.hero>img {
    position: absolute;
    inset: 0
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .3) 55%, rgba(0, 0, 0, .45) 100%), linear-gradient(0deg, rgba(0, 0, 0, .48), transparent 55%)
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px
}

.hero h1 {
    font-size: clamp(3.4rem, 6vw, 5.7rem);
    line-height: 1.1;
    letter-spacing: -.055em;
    font-weight: 600;
    max-width: 940px
}

.hero h1 span,
.intro-copy h2 span,
.upgrade h2 span,
.services-center h2 span,
.stat-content h2 span,
.ghost-product h2 span {
    color: var(--gold)
}

.hero-copy {
    max-width: 560px;
    font-size: .95rem;
    line-height: 1.7;
    color: #e1e1df
}

.scroll-dot {
    position: absolute;
    left: clamp(24px, 5vw, 88px);
    bottom: 36px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    display: grid;
    place-items: center;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.scroll-dot i {
    position: absolute;
    bottom: 13px
}

.hero-ghost {
    position: absolute;
    z-index: 1;
    right: 4%;
    bottom: -6%;
    font-family: var(--serif);
    font-size: clamp(8rem, 20vw, 22rem);
    line-height: .7;
    color: rgba(255, 255, 255, .08)
}

.intro-collage {
    position: relative;
    background: #f6f5f2
}

.blueprint {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 55%;
    opacity: .22;
    background-image: linear-gradient(#d5d5d5 1px, transparent 1px), linear-gradient(90deg, #d5d5d5 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(transparent, #000)
}

.collage-three {
    height: 560px;
    position: relative
}

.collage-three figure {
    position: absolute;
    margin: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08)
}

.c1 {
    width: 34%;
    height: 39%;
    left: 2%;
    top: 0
}

.c2 {
    width: 48%;
    height: 58%;
    left: 25%;
    top: 28%
}

.c3 {
    width: 32%;
    height: 38%;
    right: 1%;
    top: 5%
}

.intro-copy {
    position: relative
}

.intro-copy h2,
.upgrade h2,
.testimonial h2 {
    font-size: clamp(2.2rem, 3.5vw, 4.4rem);
    line-height: 1.07;
    letter-spacing: -.045em;
    font-weight: 600
}

.intro-copy p:not(.eyebrow),
.upgrade p,
.description p,
.care-grid p {
    color: #66625b;
    line-height: 1.75;
    font-size: .93rem
}

.thin-rule {
    height: 1px;
    background: var(--line);
    margin: 28px 0
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #222;
    padding-bottom: 8px;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-top: 12px
}

.four-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 255px
}

.four-strip article {
    position: relative;
    overflow: hidden
}

.four-strip article:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 70%)
}

.four-strip img {
    transition: transform .7s
}

.four-strip article:hover img {
    transform: scale(1.06)
}

.four-strip article>div {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 20px;
    color: #fff
}

.four-strip small {
    font-size: .62rem;
    letter-spacing: .15em
}

.four-strip span {
    display: block;
    font-size: 1.05rem;
    margin: 7px 0 0
}

.description {
    background: #efeee9
}

.description h2 {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    line-height: 1.2
}

.services-banner {
    height: 470px;
    position: relative;
    color: #fff
}

.services-banner>img,
.services-overlay {
    position: absolute;
    inset: 0
}

.services-overlay {
    background: rgba(0, 0, 0, .62)
}

.services-center {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center
}

.services-center p {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .2em
}

.services-center h2 {
    font-size: clamp(2.2rem, 3.6vw, 4.4rem);
    line-height: 1.12
}

.line-arrow {
    width: min(620px, 78vw);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px
}

.line-arrow span {
    height: 1px;
    background: #fff;
    flex: 1
}

.upgrade {
    background: #fff
}

.upgrade ul {
    padding: 0;
    margin-top: 20px;
    list-style: none
}

.upgrade li {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: .8rem
}

.collage-right {
    height: 520px;
    position: relative
}

.collage-right figure {
    position: absolute;
    margin: 0
}

.r1 {
    width: 58%;
    height: 76%;
    right: 0;
    top: 0
}

.r2 {
    width: 34%;
    height: 44%;
    left: 2%;
    top: 4%
}

.r3 {
    width: 42%;
    height: 38%;
    left: 15%;
    bottom: 0;
    border: 10px solid #fff
}

.cta-image {
    height: 590px;
    position: relative;
    color: #fff
}

.cta-image>img,
.cta-overlay {
    position: absolute;
    inset: 0
}

.cta-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .17))
}

.cta-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 820px
}

.cta-content p {
     color: #CAA05C;
    font-size: 1.0rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .18em
}

.cta-content h2 {
    font-size: clamp(2.9rem, 5vw, 6rem);
    line-height: 1.1;
}

.cta-content span {
    color: #CAA05C;
    font-size: 4.85rem;
    font-weight: bolder;
}

.play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border: 0;
    border-radius: 50%;
    background: #fff
}

.ghost-product {
    padding: 50px 0;
    background: #f8f8f6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.ghost-product .big-word{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(6rem, 16vw, 15rem);
    font-weight: 700;
    letter-spacing: -.08em;
    color: #ececea;
    line-height: 1;
    z-index: 0;      /* أو -1 */
    pointer-events: none;
    user-select: none;
}

.ghost-product .container,
.ghost-product .ghost-content,
.ghost-product .ghost-text{
    position: relative;
    z-index: 2;
}


.stat-story {
    height: 430px;
    position: relative;
    color: #fff
}

.stat-story>img,
.stat-overlay {
    position: absolute;
    inset: 0
}

.stat-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .25))
}

.stat-content {
    height: 100%;
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stat-content p {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .2em
}

.stat-content h2 {
    font-size: clamp(2.3rem, 4vw, 4.8rem);
    line-height: 1.05
}

.maintenance-list {
    background: #efeee9
}

.care-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--line)
}

.care-grid article {
    padding: 28px 20px 28px 0;
    border-bottom: 1px solid var(--line)
}

.care-grid article:nth-child(odd) {
    border-right: 1px solid var(--line)
}

.care-grid article:nth-child(even) {
    padding-left: 24px
}

.care-grid span {
    font-size: .62rem;
    letter-spacing: .16em
}

.care-grid h3 {
    font-size: 1.1rem;
    margin: 12px 0 6px
}

.testimonial {
    background: #f7f6f2
}

.testimonial-collage {
    height: 430px;
    position: relative
}

.testimonial-collage figure {
    position: absolute;
    margin: 0
}

.t1 {
    width: 73%;
    height: 72%;
    left: 0;
    bottom: 0
}

.t2 {
    width: 46%;
    height: 44%;
    right: 0;
    top: 0;
    border: 8px solid #f7f6f2
}

.faq-list {
    margin-top: 30px
}

.faq-list details {
    border-top: 1px solid var(--line);
    padding: 18px 0
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--line)
}

.faq-list summary {
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem
}

.faq-list p {
    color: #69655f;
    font-size: .86rem;
    line-height: 1.65;
    margin: 12px 0 0
}

.contact {
    background: radial-gradient(circle at 50% 20%, #2d241d, #17130f 62%);
    color: #fff;
    padding: 90px 0
}

.contact h2 {
    font-size: clamp(2.8rem, 5vw, 5.8rem);
    line-height: 1
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    color: #fff;
    outline: none
}

.contact-form button {
    border: 0;
    background: var(--gold);
    padding: 15px 22px;
    margin-top: 22px;
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .12em
}

footer {
    background: #12100d;
    color: #ddd;
    position: relative;
    padding: 70px 0 45px;
    overflow: hidden
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}

.footer-grid h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #fff
}

.footer-grid a,
.footer-grid p {
    
    font-size: .95rem;
    color: #aaa;
    margin: 9px 0
}

.footer-ghost {
    position: absolute;
    right: 2%;
    bottom: -19%;
    font-size: clamp(8rem, 18vw, 18rem);
    font-weight: 700;
    letter-spacing: -.08em;
    color: rgba(255, 255, 255, .05)
}

.reveal {
    opacity: 0;
    transform: translateY(25px)
}

.image-reveal {
    overflow: hidden
}

.image-reveal img {
    transform: scale(1.08)
}

@media(max-width:991px) {
    .brand{
        width: 30%;
    }
    .four-strip {
        grid-template-columns: repeat(2, 1fr);
        height: 480px
    }

    .collage-three {
        height: 480px
    }

    .intro-copy {
        padding-top: 30px
    }

    .collage-right {
        height: 470px
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cta-image {
        height: 520px
    }
}

@media(max-width:575px) {
    .topbar {
        height: 68px
    }

    .book-btn {
        padding: 9px 11px
    }

    .hero {
        min-height: 620px
    }

    .hero h1 {
        font-size: clamp(2.7rem, 13vw, 4.2rem)
    }

    .hero-copy {
        font-size: .82rem
    }

    .collage-three {
        height: 390px
    }

    .four-strip {
        height: auto;
        display: block
    }

    .four-strip article {
        height: 220px
    }

    .services-banner {
        height: 390px
    }

    .collage-right {
        height: 390px
    }

    .r3 {
        border-width: 6px
    }

    .cta-image {
        height: 520px
    }

    .ghost-product img {
        width: 72%
    }

    .care-grid {
        grid-template-columns: 1fr
    }

    .care-grid article:nth-child(odd) {
        border-right: 0
    }

    .care-grid article:nth-child(even) {
        padding-left: 0
    }

    .testimonial-collage {
        height: 340px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .page-pad {
        padding-left: 20px;
        padding-right: 20px
    }
}


.navbar{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:999;
    padding:25px 50px;
}

.navbar-nav{
    gap:18px;
}

.nav-link{
    color:#fff!important;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

.navbar-nav .nav-link.active {
  color: var(--gold) !important;
  font-weight: bold;
}

.dropdown-menu{
    border:0;
    border-radius:0;
    min-width:320px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.dropdown-item{
    padding:12px 22px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#c8a36a;
    color:#fff;
    padding-left:30px;
}
@media (max-width:991px){

    .navbar{
        padding:20px;
        background:#111;
    }

    .navbar-collapse{
        background:#111;
        margin-top:15px;
        padding:20px;
    }

    .navbar-nav{
        gap:0;
        align-items:flex-start !important;
    }

    .nav-link{
        padding:12px 0;
    }

    .dropdown-menu{
        position:static !important;
        transform:none !important;
        background:#1b1b1b;
        box-shadow:none;
        border:none;
        min-width:100%;
    }

    .dropdown-item{
        color:#fff;
        padding:10px 20px;
    }

    .dropdown-item:hover{
        background:#c8a36a;
    }

}
@media (min-width:992px){

    .dropdown-menu{
        margin-top:20px;
        opacity:0;
        visibility:hidden;
        display:block;
        transform:translateY(20px);
        transition:all .35s cubic-bezier(.22,1,.36,1);
        box-shadow:0 25px 70px rgba(0,0,0,.15);
    }

    .dropdown:hover>.dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }

}


.btn-main
 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border: 1px solid var(--gold);
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 35px;
  transition: .45s ease;
  font-weight: 800;
  margin-top: 20px;
  
}

.btn-main {
  background: var(--gold);
  color: #fff
}

.btn-main:hover {
  background: transparent;
  color: var(--gold);
  transform: translateY(-3px)
}

/* form */
.CUS{
    padding:0;
}

.CUS .form-row{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.CUS .form-row p{
    flex:1;
    margin:0;
}

.CUS label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
    color:#666;
    font-weight:500;
}

.CUS input,
.CUS select,
.CUS textarea{
    width:100%;
    padding:10px 20px;
    border:1px solid #8a5b35;
    border-radius:15px;
    background:#fff;
    font-size:15px;
    color:#222;
    transition:.3s ease;
    box-sizing:border-box;
    margin: 2px;
}

.CUS textarea{
    min-height:140px;
    resize:none;
}

.CUS input::placeholder,
.CUS textarea::placeholder{
    color:#a0a0a0;
    
}

.CUS input:focus,
.CUS select:focus,
.CUS textarea:focus{
    border-color:#1e88e5;
    box-shadow:0 10px 25px rgba(30,136,229,.12);
    outline:none;
    transform:translateY(-2px);
}

.CUS .submit{
    background:#1e88e5;
    color:#fff;
    border:none;
    border-radius:15px;
    padding:16px 35px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.CUS .submit:hover{
    background:#1565c0;
    transform:translateY(-2px);
}

form.CUS,
.CUS fieldset{
    border:none;
    padding:0;
}

@media(max-width:500px){
    .CUS .form-row{
        flex-direction:column;
    }
}

html {
    background: #111;
}

body {
    margin: 0;
    padding: 0;
}



.topbar .navbar {
  width: 100%;
  padding: 0;
}

.topbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.brand img {
  display: block;
  height: auto;
}

.navbar-toggler {
  margin-left: auto;
  align-self: center;
}

@media (max-width: 991px) {
  .topbar .container-fluid {
    padding: 10px 20px;
  }

  .brand img {
    width: 155px;
  }

  .navbar-toggler {
    position: static;
    margin: 0 0 0 auto;
    padding: 5px 8px;
    transform: none;
  }
}


/* locations */
.service-areas{
 
    background: var(--light);
}

.area-card{
    background:#fff;
    padding:25px 15px;
    text-align:center;
    border-radius:12px;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.area-card:hover{
    transform:translateY(-5px);
}



.area-card i{
    font-size:32px;
    color: var(--orange);
    margin-bottom:12px;
    display:block;
}

.area-card h5{
    margin:0;
    font-size:18px;
}