
:root{
  --bg:#070a0e;
  --panel:#0d1117;
  --panel-2:#111720;
  --text:#f5f6f8;
  --muted:#c5c9d1;
  --accent:#d9973e;
  --accent-2:#f0b95f;
  --line:rgba(217,151,62,.36);
  --line-soft:rgba(217,151,62,.18);
  --shadow:0 0 0 1px rgba(217,151,62,.22),0 0 28px rgba(217,151,62,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 18% 0%,rgba(217,151,62,.08),transparent 33%),radial-gradient(circle at 100% 12%,rgba(217,151,62,.07),transparent 26%),linear-gradient(180deg,#05080c 0%,#080b10 100%)}
a{text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.container-xl{max-width:1280px}
.site-header{backdrop-filter:blur(10px);background:rgba(5,8,12,.9);border-bottom:1px solid rgba(255,255,255,.045)}
.header-inner{min-height:92px}
.brand-logo{height:60px;width:auto}
.nav-gap{gap:1.15rem}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.84);font-weight:500;padding:2rem 0 .85rem;border-bottom:2px solid transparent;transition:.25s ease}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--accent-2);border-bottom-color:var(--accent)}
.btn-accent,.btn-outline-accent{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:750;padding:.95rem 1.28rem;transition:.25s ease}
.btn-accent{background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#21170b;border:1px solid rgba(255,255,255,.06);box-shadow:0 12px 28px rgba(217,151,62,.18)}
.btn-accent:hover{transform:translateY(-2px);color:#21170b;background:linear-gradient(180deg,#f7c66f,#dda04a)}
.btn-outline-accent{border:1px solid rgba(217,151,62,.5);color:#fff;background:rgba(255,255,255,.02)}
.btn-outline-accent:hover{background:rgba(217,151,62,.10);color:#fff}
.header-order{padding:.9rem 1.2rem}
.hero-section{padding:1.6rem 0 1.5rem}
.breadcrumb-line{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;color:#d9dce2}
.breadcrumb-line a{color:#d9dce2}
.breadcrumb-line a:hover,.breadcrumb-line span{color:var(--accent-2)}
.breadcrumb-line>i{font-size:.78rem;color:var(--accent)}
.eyebrow{display:inline-block;color:var(--accent-2);font-size:.82rem;font-weight:800;letter-spacing:.14em;margin-bottom:.7rem}
.hero-section h1{font-size:clamp(2.75rem,5vw,4.6rem);line-height:.98;font-weight:800;margin:0 0 1.15rem}
.hero-section h1 span{color:var(--accent-2)}
.lead-copy{color:var(--muted);font-size:1.15rem;line-height:1.72;max-width:590px;margin:0 0 1.35rem}
.hero-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.25rem 0 1.5rem}
.hero-badges>div{display:flex;align-items:center;gap:.72rem;min-width:0;color:#f0f1f4}
.hero-badges i,.hero-badges i.cms-icon-adjusted{width:52px;height:52px;flex:0 0 52px;display:grid!important;place-items:center;padding:0!important;border-radius:50%;border:1px solid var(--line);color:var(--accent-2);font-size:1.35rem;line-height:1!important;text-align:center;background:rgba(255,255,255,.012)}
.hero-badges i::before{display:block;width:auto;height:auto;margin:0;line-height:1!important}
.hero-badges span{font-size:.96rem;line-height:1.35}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-art{position:relative;padding:1rem;border:1px solid var(--line);border-radius:42px;background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.012));box-shadow:var(--shadow)}
.hero-image{width:100%;height:500px;object-fit:cover;border-radius:33px}
.content-section{padding:1.15rem 0 1.45rem}
.section-heading{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.35rem;text-align:center}
.section-heading>span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(217,151,62,.45),transparent)}
.section-heading small{display:block;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.15em;margin-bottom:.25rem}
.section-heading h2{font-size:2rem;font-weight:800;margin:0;white-space:nowrap}
.offer-card,.events-panel,.service-strip,.gallery-item,.process-item,.cta-panel,.site-footer{background:linear-gradient(180deg,rgba(255,255,255,.026),rgba(255,255,255,.014))}
.offer-card{height:100%;border:1px solid var(--line-soft);border-radius:26px;overflow:hidden;position:relative;box-shadow:0 12px 24px rgba(0,0,0,.2),inset 0 0 0 1px rgba(217,151,62,.06);transition:.28s ease}
.offer-card:hover{transform:translateY(-5px);border-color:rgba(217,151,62,.42)}
.offer-card>img{width:100%;height:180px;object-fit:cover}
.offer-icon{position:absolute;top:150px;left:1.25rem;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#0b0f14;border:1px solid var(--line);color:var(--accent-2);font-size:1.45rem;box-shadow:0 8px 20px rgba(0,0,0,.24)}
.offer-body{padding:2.15rem 1.25rem 1.35rem}
.offer-body h3{font-size:1.38rem;font-weight:750;margin:0 0 .62rem}
.offer-body p{color:var(--muted);line-height:1.58;margin:0}
.service-strip{margin-top:1.15rem;border:1px solid var(--line-soft);border-radius:24px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.service-item{display:flex;gap:.82rem;align-items:flex-start;padding:1.08rem;border-right:1px solid var(--line-soft)}
.service-item:last-child{border-right:none}
.service-item i{font-size:1.65rem;color:var(--accent-2);line-height:1.1}
.service-item span{color:var(--muted);font-size:.93rem;line-height:1.45}
.service-item strong{display:block;color:#fff;margin-bottom:.2rem}
.events-panel{border:1px solid var(--line-soft);border-radius:28px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.event-item{padding:1.55rem 1.25rem;min-height:210px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.event-item:nth-child(3n){border-right:none}
.event-item:nth-last-child(-n+3){border-bottom:none}
.event-item i{font-size:2.2rem;color:var(--accent-2);margin-bottom:1rem;display:block}
.event-item h3{font-size:1.34rem;font-weight:750;margin:0 0 .55rem}
.event-item p{color:var(--muted);line-height:1.56;margin:0}
.gallery-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.72rem;margin-bottom:1.2rem}
.gallery-filter{border:1px solid var(--line-soft);border-radius:999px;padding:.72rem 1.15rem;color:#e8e9ec;background:rgba(255,255,255,.018);transition:.22s ease}
.gallery-filter:hover,.gallery-filter.active{color:#20160a;background:linear-gradient(180deg,var(--accent-2),var(--accent));border-color:transparent}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem}
.gallery-item{position:relative;border:1px solid var(--line-soft);border-radius:24px;overflow:hidden;padding:0;text-align:left;cursor:pointer;transition:.28s ease}
.gallery-item:hover{transform:translateY(-4px);border-color:rgba(217,151,62,.48);box-shadow:0 16px 26px rgba(0,0,0,.23)}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.gallery-item:hover img{transform:scale(1.045)}
.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(3,5,8,.92) 100%)}
.gallery-item>span{position:absolute;left:1rem;right:1rem;bottom:.9rem;z-index:2}
.gallery-item strong,.gallery-item small{display:block}
.gallery-item strong{color:var(--cms-gallery-title-color,#fff);font-size:1.15rem;margin-bottom:.15rem}
.gallery-item small{color:var(--cms-gallery-caption-color,#d4d7dd)}
.gallery-wide{grid-column:span 2}
.gallery-tall{grid-row:span 2}
.gallery-item.is-hidden{display:none}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.process-item{position:relative;border:1px solid var(--line-soft);border-radius:24px;padding:1.4rem 1.2rem;min-height:245px}
.process-item>span{position:absolute;top:1rem;right:1rem;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#21170b;font-weight:800}
.process-item i{font-size:2.35rem;color:var(--accent-2);margin-bottom:1.15rem;display:block}
.process-item h3{font-size:1.32rem;font-weight:750;margin:0 0 .58rem}
.process-item p{color:var(--muted);line-height:1.56;margin:0}
.cta-panel{border:1px solid var(--line);border-radius:30px;padding:1.55rem 1.65rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;box-shadow:var(--shadow)}
.cta-symbol{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:var(--accent-2);font-size:2rem;background:rgba(255,255,255,.012)}
.cta-copy small{display:block;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.13em;margin-bottom:.32rem}
.cta-copy h2{font-size:2rem;font-weight:800;margin:0 0 .45rem}
.cta-copy p{color:var(--muted);line-height:1.5;margin:0}
.cta-actions-bottom{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}
.cta-phone{display:flex;align-items:center;gap:.68rem;color:#fff}
.cta-phone i{font-size:1.5rem;color:var(--accent-2)}
.cta-phone small,.cta-phone strong{display:block}
.cta-phone small{color:var(--muted)}
.site-footer{margin-top:1rem;padding:1.8rem 0 .7rem;border-top:1px solid rgba(217,151,62,.15)}
.footer-main{display:grid;grid-template-columns:1.25fr 1.15fr repeat(3,.78fr) .7fr;gap:1.2rem;align-items:flex-start}
.footer-logo{height:58px}
.footer-contact-col,.footer-nav-col,.footer-social-col{display:flex;flex-direction:column;gap:.58rem}
.site-footer h3{margin:0 0 .25rem;color:var(--accent-2);font-size:1rem;font-weight:750}
.site-footer a,.site-footer span{color:#dddfe5}
.site-footer a:hover{color:var(--accent-2)}
.footer-contact-col a{display:flex;align-items:center;gap:.65rem}
.footer-social-links{display:flex;gap:.72rem}
.footer-social-links a{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--accent-2);font-size:1.25rem}
.footer-bottom{margin-top:1.3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:1rem;color:#b8bcc5;font-size:.94rem}
.footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}
.gallery-modal{padding:0!important}
.gallery-modal .modal-dialog{display:flex;align-items:center;width:min(1140px,calc(100% - 2rem));height:100%;min-height:0;margin:0 auto;padding:1rem 0}
.gallery-modal .modal-content{position:relative;max-height:calc(100dvh - 2rem);margin:auto;background:#090c11;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.6)}
.gallery-modal .btn-close{position:absolute;right:1rem;top:1rem;z-index:3;background-color:rgba(0,0,0,.55);border-radius:50%;padding:.65rem}
.gallery-modal img{width:100%;max-height:calc(100dvh - 6rem);object-fit:contain;background:#05070a}
.modal-caption{padding:1rem 1.2rem;color:#fff;font-weight:700}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
[data-reveal].revealed{opacity:1;transform:none}
@media(max-width:1199px){
  .hero-badges{grid-template-columns:1fr 1fr}
  .service-strip{grid-template-columns:1fr 1fr}
  .service-item:nth-child(2){border-right:none}
  .service-item:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .process-grid{grid-template-columns:1fr 1fr}
  .cta-panel{grid-template-columns:auto 1fr}
  .cta-actions-bottom{grid-column:1/-1;justify-content:flex-start}
  .footer-main{grid-template-columns:1.2fr 1fr 1fr 1fr}
  .footer-social-col{grid-column:4}
}
@media(max-width:991px){
  .header-inner{padding:.45rem 0}
  .navbar-dark .navbar-nav .nav-link{padding:.85rem 0;border-bottom:none}
  .nav-gap{gap:0}
  .hero-image{height:380px}
  .events-panel{grid-template-columns:1fr 1fr}
  .event-item:nth-child(3n){border-right:1px solid var(--line-soft)}
  .event-item:nth-child(2n){border-right:none}
  .event-item:nth-last-child(-n+3){border-bottom:1px solid var(--line-soft)}
  .event-item:nth-last-child(-n+2){border-bottom:none}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:210px}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .brand-logo{height:54px}
  .lead-copy{font-size:1.04rem}
  .hero-badges{grid-template-columns:1fr}
  .hero-actions{flex-direction:column;align-items:stretch}
  .section-heading h2{white-space:normal;font-size:1.55rem}
  .service-strip{grid-template-columns:1fr}
  .service-item{border-right:none;border-bottom:1px solid var(--line-soft)!important}
  .service-item:last-child{border-bottom:none!important}
  .events-panel{grid-template-columns:1fr}
  .event-item{border-right:none!important;border-bottom:1px solid var(--line-soft)!important}
  .event-item:last-child{border-bottom:none!important}
  .gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}
  .gallery-wide{grid-column:span 1}
  .gallery-tall{grid-row:span 1}
  .process-grid{grid-template-columns:1fr}
  .cta-panel{grid-template-columns:1fr;text-align:center}
  .cta-symbol{margin:0 auto}
  .cta-actions-bottom{justify-content:center}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:575px){
  .container-xl{padding-left:1rem;padding-right:1rem}
  .hero-section h1{font-size:2.55rem}
  .hero-art{padding:.75rem;border-radius:28px}
  .hero-image{height:300px;border-radius:21px}
  .offer-card,.events-panel,.gallery-item,.process-item,.cta-panel{border-radius:21px}
  .gallery-grid{grid-auto-rows:220px}
  .gallery-modal .modal-dialog{width:calc(100% - 1rem);padding:.5rem 0}
  .gallery-modal .modal-content{max-height:calc(100dvh - 1rem);border-radius:18px}
  .gallery-modal img{max-height:calc(100dvh - 5rem)}
}
