/* Golden Gate Landing — compiled CSS */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Cairo','Tahoma','Arial',system-ui,-apple-system,'Segoe UI',sans-serif;color:#2B2118;background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:auto;overflow-x:hidden;font-kerning:auto;font-feature-settings:normal}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
:root{
  --lg-title-mobile-min:1.5rem;
  --lg-title-mobile-max:1.95rem;
  --lg-title-desktop-min:2rem;
  --lg-title-desktop-max:2.8rem;
  --lg-description-mobile-min:.94rem;
  --lg-description-mobile-max:1rem;
  --lg-description-desktop-min:1rem;
  --lg-description-desktop-max:1.08rem;
}

/* ========= layout ========= */
.section-shell{max-width:1280px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem;position:relative}
@media(min-width:1024px){.section-shell{padding-left:2rem;padding-right:2rem}}
.lg-main{overflow-x:clip}
.lg-section{position:relative;padding:2.75rem 0}
@media(min-width:768px){.lg-section{padding:5rem 0}}

.lg-center{text-align:center}
.lg-max-3xl{max-width:48rem;margin-left:auto;margin-right:auto}

/* ========= typography primitives ========= */
.lg-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.24em;line-height:1.6;color:var(--section-accent,#DBAB4E);margin:0 0 .85rem;text-transform:uppercase}
@media(min-width:768px){.lg-eyebrow{font-size:.88rem;letter-spacing:.28em}}
.lg-eyebrow:lang(ar),.lg-brand-eyebrow:lang(ar),.lg-menu-brand-eyebrow:lang(ar){letter-spacing:0;text-transform:none;word-spacing:0}
.lg-title{font-size:clamp(var(--lg-title-mobile-min),var(--section-title-size-mobile,2rem),var(--lg-title-mobile-max));font-weight:800;line-height:1.34;letter-spacing:0;margin:0 0 1rem;color:var(--section-title-color,#72441B);word-spacing:0;overflow-wrap:break-word;word-break:normal;white-space:normal}
@media(min-width:768px){.lg-title{font-size:clamp(var(--lg-title-desktop-min),var(--section-title-size-desktop,3rem),var(--lg-title-desktop-max));line-height:1.24}}
.lg-description{font-size:clamp(var(--lg-description-mobile-min),var(--section-description-size-mobile,1rem),var(--lg-description-mobile-max));line-height:1.85;margin:0 0 1.5rem;color:var(--section-description-color,rgba(43,33,24,.66));letter-spacing:0;word-spacing:0;word-break:normal;white-space:normal}
@media(min-width:768px){.lg-description{font-size:clamp(var(--lg-description-desktop-min),var(--section-description-size-desktop,1.125rem),var(--lg-description-desktop-max))}}
@supports (text-wrap:balance){
  .lg-title,.lg-hero-title,.lg-project-body h3,.lg-footer-title{text-wrap:balance}
}
@supports (text-wrap:pretty){
  .lg-description,.lg-project-body p,.lg-testimonial-item-text,.lg-footer-bottom p{text-wrap:pretty}
}

.lg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-weight:700;font-size:.95rem;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;cursor:pointer}
.lg-btn:hover{transform:translateY(-2px)}
.lg-btn-primary{background:#DBAB4E;color:#fff;box-shadow:0 12px 30px rgba(114,68,27,.25)}
.lg-btn-primary:hover{box-shadow:0 18px 42px rgba(114,68,27,.32)}
.lg-btn-outline{background:#fff;color:#72441B;border-color:rgba(219,171,78,.45)}
.lg-btn-outline:hover{background:#fff8ea}
.lg-btn-glass{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(6px)}
.lg-btn-glass:hover{background:rgba(255,255,255,.18)}

.gold-ring{position:relative}
.gold-ring::after{content:"";position:absolute;inset:-6px;border-radius:inherit;background:linear-gradient(180deg,#8c5e28,#dbab4e);z-index:-1;filter:blur(.5px)}

/* ========= HEADER ========= */
.lg-header{position:fixed;inset:0 0 auto 0;z-index:50;padding:.5rem;pointer-events:none;transition:transform .35s ease,opacity .25s ease}
.lg-header.is-hidden{transform:translateY(calc(-100% - 1rem));opacity:0}
.lg-header-bar{pointer-events:auto;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(114,68,27,.08);border-radius:0;box-shadow:0 18px 42px rgba(28,18,11,.08);transition:all .3s ease}
.lg-header.is-scrolled .lg-header-bar{box-shadow:0 18px 50px rgba(43,33,24,.12);border-color:rgba(219,171,78,.18)}
.lg-header-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:76px;padding:.4rem .1rem}
@media(min-width:768px){.lg-header-row{gap:1rem;min-height:96px;padding:.6rem .25rem}}
.lg-nav-desktop{display:none;flex:1;justify-content:center;gap:.15rem}
@media(min-width:1200px){.lg-nav-desktop{display:flex}}
.lg-nav-link{white-space:nowrap;padding:.55rem .85rem;border-radius:999px;font-size:.95rem;font-weight:700;color:rgba(43,33,24,.72);transition:all .2s}
.lg-nav-link:hover{background:#f7f2e9;color:#72441B}
.lg-brand{display:flex;align-items:center;gap:.75rem}
@media(min-width:768px){.lg-brand{gap:1.25rem}}
.lg-brand-text{text-align:right}
.lg-brand-eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.34em;color:#DBAB4E;margin:0}
.lg-brand-title{margin:.2rem 0 0;font-size:1.05rem;font-weight:800;line-height:1.15;color:#2B2118}
@media(min-width:768px){.lg-brand-title{font-size:1.55rem}}
.lg-brand-sub{margin:0;font-size:.72rem;font-weight:600;color:rgba(43,33,24,.58)}
@media(min-width:768px){.lg-brand-sub{font-size:1rem}}
.lg-brand-logo{position:relative;width:4.5rem;height:4.5rem;border-radius:1.15rem;background:#fff;box-shadow:0 16px 34px rgba(114,68,27,.12);outline:1px solid rgba(219,171,78,.18);display:flex;align-items:center;justify-content:center;padding:.38rem;flex-shrink:0}
@media(min-width:768px){.lg-brand-logo{width:6.8rem;height:6.8rem}}
.lg-brand-logo img{max-width:100%;max-height:100%;object-fit:contain}
.lg-menu-btn{display:inline-flex;width:3.25rem;height:3.25rem;border-radius:999px;border:1px solid rgba(219,171,78,.22);background:#f7f2e9;align-items:center;justify-content:center;color:#72441B;flex-shrink:0}
@media(min-width:1200px){.lg-menu-btn{display:none}}
.lg-menu-bars{position:relative;display:block;width:1.25rem;height:1rem}
.lg-menu-bars span{position:absolute;inset-inline:0;height:2px;border-radius:999px;background:currentColor;transition:.3s}
.lg-menu-bars span:nth-child(1){top:0}
.lg-menu-bars span:nth-child(2){top:7px}
.lg-menu-bars span:nth-child(3){top:14px}
.lg-header.is-open .lg-menu-bars span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lg-header.is-open .lg-menu-bars span:nth-child(2){opacity:0}
.lg-header.is-open .lg-menu-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.lg-menu-mobile{pointer-events:auto;max-height:0;overflow:hidden;transition:max-height .35s ease, opacity .25s ease;opacity:0}
.lg-header.is-open .lg-menu-mobile{max-height:640px;opacity:1}
.lg-menu-card{margin:.6rem .5rem 0;background:#fffbf4;border:1px solid rgba(219,171,78,.2);border-radius:1.6rem;padding:1rem;box-shadow:0 20px 60px rgba(43,33,24,.14)}
.lg-menu-brand{display:flex;gap:.75rem;align-items:center;padding:.75rem;background:rgba(245,236,213,.5);border-radius:1.2rem;margin-bottom:.9rem}
.lg-menu-brand-logo{width:4.6rem;height:4.6rem;border-radius:1rem;background:#fff;outline:1px solid rgba(219,171,78,.2);display:flex;align-items:center;justify-content:center;padding:.3rem;flex-shrink:0}
.lg-menu-brand-logo img{max-width:100%;max-height:100%;object-fit:contain}
.lg-menu-brand-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.28em;color:#DBAB4E;margin:0}
.lg-menu-brand-title{margin:.3rem 0 0;font-size:1rem;font-weight:800;color:#72441B}
.lg-menu-nav{display:flex;flex-direction:column;gap:.4rem}
.lg-menu-nav a{padding:.75rem 1rem;border-radius:1.2rem;font-weight:600;color:rgba(43,33,24,.8);transition:.2s;font-size:1rem}
.lg-menu-nav a:hover{background:rgba(219,171,78,.1);color:#72441B}

/* ========= HERO ========= */
.lg-hero{min-height:80vh;min-height:80svh;min-height:80dvh;overflow:hidden;padding-top:7rem;padding-bottom:2.5rem}
@media(min-width:768px){.lg-hero{min-height:100vh;min-height:100svh;min-height:100dvh;padding-top:10.5rem;padding-bottom:4rem}}
.lg-hero-bg{position:absolute;inset:0;z-index:0}
.lg-hero-bg img,.lg-hero-bg video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.lg-hero-bg img{opacity:.24}
.lg-hero-bg img.has-video{opacity:.24}
.lg-hero-video-slot{display:none}
.lg-hero-video{opacity:0;visibility:hidden;pointer-events:none;filter:saturate(.95) contrast(1.02);transition:opacity .5s ease;backface-visibility:hidden;transform:translateZ(0)}
.lg-hero-video.is-ready{opacity:.5;visibility:visible}
.lg-hero-video::-webkit-media-controls{display:none !important}
.lg-hero-video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}
.lg-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(243,204,103,.14),transparent 25%),linear-gradient(120deg,rgba(var(--hero-overlay-rgb,114,68,27),var(--hero-overlay-opacity-start,.68)),rgba(var(--hero-overlay-rgb,114,68,27),var(--hero-overlay-opacity-end,.8)))}
.lg-hero-inner{position:relative;z-index:10;display:flex;align-items:center;min-height:calc(80vh - 6rem);min-height:calc(80svh - 6rem);min-height:calc(80dvh - 6rem)}
@media(min-width:768px){.lg-hero-inner{min-height:calc(100vh - 8rem);min-height:calc(100svh - 8rem);min-height:calc(100dvh - 8rem)}}
.lg-hero-content{width:min(100%,38rem);max-width:38rem;text-align:right;margin-right:0;margin-left:auto}
.lg-hero-title{max-width:none;color:#fff;line-height:1.2;margin-bottom:1rem}
@media(min-width:1200px){.lg-hero-title{font-size:clamp(2.9rem,4.6vw,4.8rem);white-space:nowrap}}
.lg-hero-desc{max-width:36rem;color:rgba(255,255,255,.82);line-height:1.8}
.lg-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.lg-chip{border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);padding:.5rem 1rem;font-size:.85rem;font-weight:700;color:rgba(255,255,255,.86);backdrop-filter:blur(6px)}
.lg-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}

/* ========= SERVICES ========= */
.lg-services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem}
.lg-services-grid > *{width:100%;max-width:24rem}
@media(min-width:768px){.lg-services-grid{margin-top:3.5rem}.lg-services-grid > *{width:calc(50% - .75rem);max-width:none}}
@media(min-width:1280px){.lg-services-grid > *{width:calc(25% - 1.125rem)}}
.lg-service-card{background:rgba(255,255,255,.95);border:1px solid rgba(219,171,78,.12);border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 40px rgba(114,68,27,.08);transition:transform .35s ease, box-shadow .35s ease;text-align:center;display:flex;flex-direction:column;align-items:center}
.lg-service-card:hover{transform:translateY(-6px);box-shadow:0 28px 58px rgba(114,68,27,.14)}
.lg-service-badge{width:3.4rem;height:3.4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;margin-bottom:1rem;box-shadow:0 10px 22px rgba(114,68,27,.18)}
.lg-service-badge i{font-size:1.1rem}
.lg-service-card h3{margin:0;font-size:1.18rem;font-weight:700;line-height:1.35;color:#72441B}
@media(min-width:1024px){.lg-service-card h3{font-size:1.28rem}}
.lg-service-card p{margin:.8rem 0 0;font-size:.92rem;line-height:1.7;color:rgba(43,33,24,.64)}

/* ========= ABOUT ========= */
.lg-about-grid{display:grid;gap:2rem;align-items:center}
@media(min-width:1024px){.lg-about-grid{grid-template-columns:.95fr 1.05fr;gap:3rem}}
.lg-about-media{position:relative}
.lg-about-img{position:relative;overflow:hidden;border-radius:2rem;background:transparent}
.lg-about-img img{aspect-ratio:4/4.4;width:100%;object-fit:cover}
.lg-about-overlay{position:absolute;inset-inline:0;bottom:0;padding:1.5rem;color:#fff;background:linear-gradient(to top,rgba(31,23,16,.9),transparent)}
.lg-about-overlay-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.25em;color:#F3CC67}
.lg-about-overlay-title{margin:.4rem 0 0;font-size:1.35rem;font-weight:700;line-height:1.42}
.lg-about-stat{display:none;position:absolute;bottom:-1.6rem;inset-inline-end:1rem;max-width:18rem;border-radius:1.25rem;background:rgba(252,249,242,.95);border:1px solid rgba(219,171,78,.2);box-shadow:0 24px 50px rgba(114,68,27,.12);padding:1.25rem}
@media(min-width:768px){.lg-about-stat{display:block}}
.lg-about-stat-label{margin:0;font-size:.9rem;font-weight:600;color:rgba(43,33,24,.6)}
.lg-about-stat-value{margin:.4rem 0 0;font-size:2.4rem;font-weight:800;color:#F3CC67}
.lg-about-stat-desc{margin:.5rem 0 0;font-size:.88rem;line-height:1.8;color:rgba(43,33,24,.65)}
.lg-pillars{display:grid;gap:.75rem;margin-top:1.5rem}
@media(min-width:640px){.lg-pillars{grid-template-columns:repeat(2,1fr)}}
.lg-pillar{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:rgba(245,236,213,.35);border:1px solid rgba(219,171,78,.15);border-radius:1rem}
.lg-pillar-check{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;background:#DBAB4E;color:#fff;font-weight:700;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}
.lg-pillar span:last-child{font-weight:600;font-size:.93rem;color:rgba(43,33,24,.78)}
.lg-about-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.35rem}

/* ========= WHY US ========= */
.lg-why-inner{position:relative}
.lg-why-blob{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none;z-index:0}
.lg-why-blob-1{right:-6rem;top:0;width:18rem;height:18rem;background:rgba(219,171,78,.1)}
.lg-why-blob-2{left:-6rem;bottom:0;width:18rem;height:18rem;background:rgba(140,94,40,.2)}
.lg-why-grid{position:relative;z-index:10;display:grid;gap:1.5rem}
@media(min-width:1024px){.lg-why-grid{grid-template-columns:.9fr 1.1fr;align-items:start}}
.lg-why-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}
.lg-why-stat{border-radius:1.3rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);padding:1rem;backdrop-filter:blur(6px)}
.lg-why-stat-value{font-size:1.6rem;font-weight:800;color:#F3CC67}
@media(min-width:768px){.lg-why-stat-value{font-size:2rem}}
.lg-why-stat-label{margin-top:.25rem;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.7)}
@media(min-width:768px){.lg-why-stat-label{font-size:.88rem;margin-top:.5rem}}
.lg-why-cards{display:grid;gap:1rem}
@media(min-width:768px){.lg-why-cards{grid-template-columns:repeat(2,1fr)}}
.lg-why-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border-radius:1.5rem;padding:1.25rem}
@media(min-width:768px){.lg-why-card{padding:1.5rem}}
.lg-why-num{font-size:2rem;font-weight:800;color:rgba(219,171,78,.25);margin-bottom:.75rem}
@media(min-width:768px){.lg-why-num{font-size:2.4rem;margin-bottom:1.25rem}}
.lg-why-card h3{margin:0;font-size:1.18rem;color:#fff;font-weight:700;line-height:1.35}
@media(min-width:768px){.lg-why-card h3{font-size:1.3rem}}
.lg-why-card p{margin:.75rem 0 0;font-size:.93rem;line-height:1.75;color:rgba(255,255,255,.66)}

/* ========= PROJECTS ========= */
.lg-projects-head{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:1024px){.lg-projects-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}
.lg-projects-head-text{max-width:42rem}
.lg-projects-filters{display:flex;flex-wrap:wrap;gap:.5rem}
.lg-filter{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(219,171,78,.25);background:#fff;font-weight:700;font-size:.9rem;color:#72441B;transition:.25s}
.lg-filter.active{border-color:transparent;color:#fff;box-shadow:0 10px 22px rgba(114,68,27,.2)}
.lg-projects-grid{display:grid;gap:1.5rem;margin-top:2.25rem;grid-template-columns:1fr}
@media(min-width:768px){.lg-projects-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1280px){.lg-projects-grid{grid-template-columns:repeat(3,1fr)}}
.lg-project-card{background:#fff;border:1px solid rgba(219,171,78,.12);border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 36px rgba(114,68,27,.08);transition:.4s;height:auto}
.lg-project-card:hover{transform:translateY(-6px);box-shadow:0 30px 58px rgba(114,68,27,.14)}
.lg-project-media{position:relative;overflow:hidden}
.lg-project-media img{aspect-ratio:4/3.1;width:100%;object-fit:cover;transition:transform .7s}
.lg-project-card:hover .lg-project-media img{transform:scale(1.05)}
.lg-project-chips{position:absolute;inset-inline:0;top:0;padding:1rem;display:flex;justify-content:space-between;align-items:center}
.lg-project-chip{background:rgba(255,255,255,.92);border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:700;color:#72441B}
.lg-project-count{background:rgba(31,23,16,.76);color:#fff;font-size:.72rem;font-weight:700;padding:.35rem .75rem;border-radius:999px;backdrop-filter:blur(6px)}
.lg-project-body{padding:1.2rem 1.2rem 1.3rem}
.lg-project-body h3{margin:0;font-size:1.08rem;font-weight:700;line-height:1.42;color:#72441B}
.lg-project-body p{margin:.8rem 0 0;font-size:.9rem;line-height:1.72;color:rgba(43,33,24,.64);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lg-project-meta{margin-top:1.25rem;display:flex;justify-content:space-between;align-items:center}
.lg-project-meta-accent{color:#DBAB4E;font-weight:600;font-size:.88rem}
.lg-project-tag{background:#f5ecd5;border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;color:#72441B}
.lg-projects-empty{margin-top:3rem;padding:3rem;text-align:center;border:1px dashed rgba(219,171,78,.3);background:rgba(245,236,213,.2);border-radius:1.5rem;color:rgba(43,33,24,.6);font-weight:600}

/* ========= TESTIMONIALS ========= */
.lg-testimonials-main{margin-top:3rem;display:grid;gap:1.5rem}
@media(min-width:1024px){.lg-testimonials-main{grid-template-columns:1.15fr .85fr;gap:2rem}}
.lg-testimonial-active{position:relative}
.lg-testimonial-card{display:none;background:#fff;border:1px solid rgba(219,171,78,.14);border-radius:1.8rem;padding:2rem;box-shadow:0 24px 50px rgba(114,68,27,.08);animation:fadeInUp .4s ease}
@media(min-width:768px){.lg-testimonial-card{padding:2.5rem}}
.lg-testimonial-card.is-active{display:block}
.lg-stars{display:flex;gap:.25rem;font-size:1.2rem;color:#DBAB4E;margin-bottom:1.25rem}
.lg-star-off{opacity:.25}
.lg-testimonial-card blockquote{margin:0;font-size:1.3rem;font-weight:700;line-height:1.85;color:#72441B}
@media(min-width:768px){.lg-testimonial-card blockquote{font-size:1.7rem}}
.lg-testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:2rem}
.lg-testimonial-avatar{width:3.5rem;height:3.5rem;border-radius:999px;overflow:hidden;background:#DBAB4E;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.lg-testimonial-avatar img{width:100%;height:100%;object-fit:cover}
.lg-testimonial-name{margin:0;font-weight:700;font-size:1.05rem;color:#72441B}
.lg-testimonial-role{margin:.2rem 0 0;font-size:.88rem;color:rgba(43,33,24,.55);font-weight:600}
.lg-testimonial-list{display:none;flex-direction:column;gap:.75rem}
@media(min-width:1024px){.lg-testimonial-list{display:flex}}
.lg-testimonial-item{display:flex;gap:.75rem;align-items:center;padding:1rem;background:rgba(255,255,255,.6);border:1px solid rgba(219,171,78,.1);border-radius:1.4rem;text-align:right;transition:.25s;cursor:pointer;font-family:inherit;width:100%}
.lg-testimonial-item:hover{background:#fff}
.lg-testimonial-item.is-active{background:#fff;border-color:rgba(219,171,78,.3);box-shadow:0 16px 36px rgba(114,68,27,.08)}
.lg-testimonial-item-avatar{width:2.7rem;height:2.7rem;border-radius:999px;background:#8c5e28;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.lg-testimonial-item-info{min-width:0;flex:1}
.lg-testimonial-item-name{margin:0;font-weight:700;color:#72441B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lg-testimonial-item-text{margin:.2rem 0 0;font-size:.85rem;line-height:1.5;color:rgba(43,33,24,.58);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lg-testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}
@media(min-width:1024px){.lg-testimonial-dots{display:none}}
.lg-dot{width:.62rem;height:.62rem;border-radius:999px;background:rgba(140,94,40,.3);border:none;padding:0;transition:.25s}
.lg-dot.is-active{width:2rem;background:#DBAB4E}

/* ========= CONTACT ========= */
.lg-contact-inner{position:relative}
.lg-contact-grid{position:relative;z-index:10;display:grid;gap:2rem}
@media(min-width:1024px){.lg-contact-grid{grid-template-columns:.95fr 1.05fr}}
.lg-contact-channels{display:grid;gap:1rem;margin-top:1.5rem}
@media(min-width:768px){.lg-contact-channels{grid-template-columns:repeat(2,minmax(0,1fr))}}
.lg-channel{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border-radius:1.25rem;padding:1.25rem}
.lg-channel-label{margin:0;font-size:.85rem;font-weight:700;color:#F3CC67;display:flex;align-items:center;gap:.55rem}
.lg-channel-label i{width:1rem;text-align:center}
.lg-channel-value{margin:.5rem 0 0;font-size:1.1rem;font-weight:700;color:#fff;display:block;transition:.2s}
.lg-channel-value:hover{color:#F3CC67}
.lg-social{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.lg-social-btn{min-height:3.2rem;padding:.8rem 1.3rem;border-radius:999px;font-weight:700;font-size:.88rem;transition:.25s;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;line-height:1.35;text-align:center;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.1);color:#fff}
.lg-social-btn i,.lg-footer-social-btn i{font-size:1rem;flex-shrink:0}
.lg-social-btn:hover{background:#fff;color:#72441B}
.lg-social-btn-circle{width:3.2rem;min-width:3.2rem;height:3.2rem;min-height:3.2rem;padding:0;border-radius:999px}
.lg-social-btn-circle i{font-size:1.05rem}
.lg-contact-form{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.16);backdrop-filter:blur(18px);border-radius:1.8rem;padding:1.5rem;position:relative;display:grid;gap:1rem}
@media(min-width:768px){.lg-contact-form{padding:2rem}}
.lg-form-row{display:grid;gap:1rem}
@media(min-width:768px){.lg-form-row{grid-template-columns:repeat(2,1fr)}}
.lg-form-field{display:grid;gap:.5rem}
.lg-form-field label{font-size:.88rem;font-weight:700;color:rgba(255,255,255,.72)}
.lg-form-field input,.lg-form-field textarea{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.1);padding:.95rem 1rem;border-radius:1rem;color:#fff;font-family:inherit;font-size:1rem;outline:none;transition:.2s}
.lg-form-field input:focus,.lg-form-field textarea:focus{border-color:#F3CC67;background:rgba(255,255,255,.15)}
.lg-form-field input::placeholder,.lg-form-field textarea::placeholder{color:rgba(255,255,255,.4)}
.lg-form-field textarea{resize:vertical;min-height:120px}
.lg-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}
.lg-form-actions .lg-btn{gap:.55rem}
.lg-form-msg{margin:.5rem 0 0;text-align:center;font-weight:700;color:#F3CC67;font-size:.95rem}
.lg-form-msg.is-error{color:#ff9b9b}

/* ========= FOOTER ========= */
.lg-footer{border-top:1px solid rgba(219,171,78,.12);padding:3rem 0}
.lg-footer-top{display:grid;gap:2rem;align-items:flex-end}
@media(min-width:1024px){.lg-footer-top{grid-template-columns:1fr auto}}
.lg-footer-brand{display:flex;gap:1rem;align-items:center}
.lg-footer-logo{position:relative;width:5rem;height:5rem;border-radius:1.35rem;background:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem}
@media(min-width:768px){.lg-footer-logo{width:7rem;height:7rem}}
.lg-footer-logo img{max-width:100%;max-height:100%;object-fit:contain}
.lg-footer-title{margin-top:.25rem}
.lg-footer-socials{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}
.lg-footer-icons{margin-top:1.2rem}
.lg-footer-social-btn{width:3rem;height:3rem;border-radius:999px;border:1px solid rgba(219,171,78,.22);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#72441B;box-shadow:0 12px 24px rgba(114,68,27,.08);transition:.2s}
.lg-footer-social-btn:hover{transform:translateY(-2px);color:#DBAB4E;background:#fff8ea}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.lg-footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(219,171,78,.12);display:flex;flex-direction:column;gap:.75rem;font-size:.88rem;color:rgba(43,33,24,.54)}
.lg-footer-bottom p{margin:0}
@media(min-width:768px){.lg-footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}

/* ========= WHATSAPP FLOAT ========= */
.lg-whatsapp{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom));inset-inline-start:1rem;z-index:40;display:inline-flex;align-items:center;gap:.75rem;background:#1f9d55;color:#fff;padding:.6rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-weight:700;font-size:.85rem;box-shadow:0 18px 36px rgba(14,71,41,.28);transition:.25s}
@media(min-width:768px){.lg-whatsapp{bottom:2rem;inset-inline-start:2rem}}
.lg-whatsapp:hover{transform:translateY(-3px)}
.lg-whatsapp-icon{width:2.7rem;height:2.7rem;border-radius:999px;background:rgba(255,255,255,.15);display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem}
.lg-whatsapp-label{display:none}
@media(min-width:768px){.lg-whatsapp-label{display:inline}}

/* ========= ANIMATIONS ========= */
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeInRight{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}
@keyframes fadeInLeft{from{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:translateX(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

[data-animate]{opacity:0;will-change:opacity,transform}
[data-animate="fadeUp"]{transform:translateY(24px)}
[data-animate="fadeRight"]{transform:translateX(28px)}
[data-animate="fadeLeft"]{transform:translateX(-28px)}
[data-animate].is-in{opacity:1;transform:translate(0,0);transition:opacity .6s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1)}

/* ========= RESPONSIVE PROJECT FILTER ANIMATION ========= */
.lg-project-card.is-hidden{display:none}
.lg-project-card{animation:fadeInUp .35s ease}

@media (max-width: 767px){
  :root{
    --lg-title-mobile-min:1.28rem;
    --lg-title-mobile-max:1.68rem;
    --lg-description-mobile-min:.88rem;
    --lg-description-mobile-max:.95rem;
  }
  .lg-section{padding:3rem 0}
  .section-shell{padding-left:1.05rem;padding-right:1.05rem}
  .lg-eyebrow{margin-bottom:1.05rem;line-height:1.85}
  .lg-title{line-height:1.48;margin-bottom:1.2rem}
  .lg-description{line-height:2.08;margin-bottom:1.75rem}
  .lg-projects-head-text,
  .lg-about-content,
  .lg-why-grid > div:first-child,
  .lg-contact-grid > div:first-child{
    max-width:40rem;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .lg-about-actions{justify-content:center}
  .lg-services-grid,
  .lg-testimonials-main{
    margin-top:2.25rem;
  }
}

/* ========= MOBILE TWEAKS ========= */
@media (max-width: 639px){
  .lg-header{padding:.42rem}
  .lg-header-bar{background:rgba(255,255,255,.98);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 22px rgba(28,18,11,.08)}
  .lg-header-row{min-height:72px;padding:.35rem .1rem}
  .lg-hero{min-height:70vh;min-height:70svh;min-height:70dvh;padding-top:6rem;padding-bottom:2rem}
  .lg-hero-inner{min-height:calc(70vh - 5.15rem);min-height:calc(70svh - 5.15rem);min-height:calc(70dvh - 5.15rem);align-items:flex-end}
  .lg-hero-content{width:100%;max-width:none;text-align:center;margin-left:auto;margin-right:auto}
  .lg-hero-title{font-size:clamp(1.52rem,8vw,1.9rem);line-height:1.34;margin-bottom:1.2rem}
  .lg-hero-desc{font-size:.89rem;line-height:2.1;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:1.75rem}
  .lg-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
  .lg-hero-actions .lg-btn{width:100%;min-height:3.35rem}
  .lg-btn-glass,.lg-menu-card,.lg-channel,.lg-contact-form,.lg-why-card,.lg-why-stat{backdrop-filter:none;-webkit-backdrop-filter:none}
  .lg-footer-cta .lg-btn{flex:1}
  .lg-brand{min-width:0;flex:1;justify-content:flex-end}
  .lg-brand-text{min-width:0}
  .lg-brand-title{font-size:.92rem}
  .lg-brand-sub{font-size:.68rem}
  .lg-brand-eyebrow{font-size:.58rem;letter-spacing:.18em}
  .section-shell{padding-left:1.05rem;padding-right:1.05rem}
  .lg-title{font-size:clamp(1.38rem,7vw,1.72rem);line-height:1.5;margin-bottom:1.2rem}
  .lg-description{font-size:.88rem;line-height:2.1;margin-bottom:1.7rem}
  .lg-center,.lg-catalog-inner,.lg-projects-head-text,.lg-about-content,.lg-why-grid > div:first-child,.lg-contact-grid > div:first-child{text-align:center}
  .lg-contact-grid{gap:1.85rem}
  .lg-contact-form{padding:1.25rem;border-radius:1.45rem}
  .lg-form-row{grid-template-columns:1fr}
  .lg-form-field input,.lg-form-field textarea{font-size:1rem;padding:1rem 1.1rem}
  .lg-form-actions{display:grid;grid-template-columns:1fr;gap:.7rem}
  .lg-form-actions .lg-btn{width:100%;justify-content:center}
  .lg-channel{text-align:center}
  .lg-channel-label{justify-content:center}
  .lg-footer{padding:2.6rem 0 7.2rem}
  .lg-footer-top{gap:1.1rem;justify-items:center}
  .lg-footer-brand{align-items:center;flex-direction:column;text-align:center}
  .lg-footer-logo{width:4.75rem;height:4.75rem}
  .lg-footer-title{font-size:clamp(1.2rem,6.6vw,1.55rem)!important;line-height:1.55;max-width:14rem;margin-top:0}
  .lg-footer-socials{margin-top:1.15rem}
  .lg-footer-bottom{text-align:center}
  .lg-footer-bottom p:last-child{overflow-wrap:anywhere}
  .lg-whatsapp{width:4.35rem;height:4.35rem;padding:0;justify-content:center;box-shadow:0 14px 28px rgba(14,71,41,.24);bottom:calc(5.3rem + env(safe-area-inset-bottom))}
  .lg-whatsapp-icon{width:100%;height:100%;background:transparent}
}

/* ========= MOBILE CAROUSEL (services / whyUs / projects) ========= */
@media (max-width: 767px){
  .lg-carousel-mobile{
    display:flex !important;
    flex-wrap:nowrap !important;
    grid-template-columns:none !important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x proximity;
    gap:.9rem;
    padding-bottom:.75rem;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    overscroll-behavior-y:auto;
    touch-action:auto;
    scroll-padding-inline:1rem;
    align-items:flex-start;
  }
  .lg-carousel-mobile::-webkit-scrollbar{display:none}
  .lg-carousel-mobile > *{
    scroll-snap-align:start;
    flex:0 0 84%;
    min-width:84%;
    width:auto;
    max-width:none;
    align-self:flex-start;
    height:auto;
  }
  .lg-projects-grid.lg-carousel-mobile > *{flex-basis:88%;min-width:88%}
  .lg-why-cards.lg-carousel-mobile > *{flex:0 0 90%;min-width:90%}
  .lg-carousel-mobile.is-vertical-pass{scroll-snap-type:none}
  .lg-testimonials-main{margin-top:2.2rem}
  .lg-projects-head,.lg-contact-grid,.lg-about-grid,.lg-why-grid{gap:1.65rem}
  .lg-service-card,.lg-why-card,.lg-channel,.lg-contact-form,.lg-testimonial-card{border-radius:1.25rem}
  .lg-service-card h3,.lg-why-card h3{font-size:.98rem;line-height:1.58}
  .lg-service-card p,.lg-why-card p,.lg-channel-value,.lg-channel-label{line-height:2}
  .lg-project-body{padding:1rem 1rem 1.1rem}
  .lg-project-body h3{font-size:.95rem;line-height:1.5}
  .lg-project-body p{font-size:.84rem;line-height:2}
  .lg-footer{padding:2.6rem 0 7.2rem}
  .lg-footer-links{justify-content:center}
}

/* ========= PROJECTS "Show more" ========= */
.lg-proj-extra{display:none}
.lg-projects-grid.is-expanded .lg-proj-extra{display:block}
@media (max-width: 767px){
  /* On mobile they all show via the carousel */
  .lg-proj-extra{display:block}
}
.lg-projects-more-wrap{display:flex;justify-content:center;margin-top:2.2rem}
.lg-projects-more{min-width:12rem;font-size:1rem}
@media (max-width: 767px){.lg-projects-more-wrap{display:none}}

/* ========= CATALOG SECTION ========= */
.lg-catalog{overflow:hidden}
.lg-catalog-inner{text-align:center;max-width:44rem;margin:0 auto;position:relative}
.lg-catalog-badge{width:86px;height:86px;border-radius:999px;background:rgba(243,204,103,.12);border:1px solid rgba(243,204,103,.28);display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 18px 40px rgba(0,0,0,.25)}
.lg-catalog-cta{margin-top:2rem}
.lg-catalog-btn{gap:.7rem;padding:1rem 1.8rem;font-size:1.05rem;color:#1f1710 !important;box-shadow:0 18px 40px rgba(243,204,103,.25)}
.lg-catalog-btn:hover{box-shadow:0 24px 50px rgba(243,204,103,.35)}
@media(min-width:768px){.lg-catalog-btn{padding:1.1rem 2.2rem;font-size:1.15rem}}
