:root{--bg-main:#11161b;--bg-section:#192027;--bg-card:#222b34;--text-main:#edf2f7;--text-muted:#aeb8c2;--text-dim:#778390;--primary:#4b5563;--primary-hover:#374151;--leather:#374151;--accent:#59636f;--border-soft:#cbd5e124;--border-hover:#4b556366;--shadow-sm:0 4px 12px #00000038;--shadow-md:0 10px 25px #0000004d;--shadow-lg:0 20px 40px #0006;--font-heading:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--transition-fast:all .2s ease;--transition-normal:all .3s cubic-bezier(.4, 0, .2, 1);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);font-weight:700;line-height:1.25}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button,input,textarea,select{font-family:inherit}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5.5rem 0;position:relative}@media (width<=768px){.container{padding-left:1rem;padding-right:1rem}.section-padding{padding:3.25rem 0}}.section-header{text-align:center;z-index:2;max-width:700px;margin:0 auto 3.5rem;position:relative}.section-tag{color:var(--accent);border-radius:var(--radius-full);letter-spacing:.06em;text-transform:uppercase;background-color:#4b55631f;border:1px solid #4b556347;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-flex}.section-title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem}.section-title span{color:var(--accent)}.section-subtitle{color:var(--text-muted);font-size:1.125rem}@media (width<=768px){.section-title{font-size:1.9rem}.section-header{margin-bottom:2.25rem}.btn{min-height:44px}}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--leather);color:#fff;box-shadow:0 4px 16px #37415147}.btn-primary:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 6px 22px #37415166}.btn-secondary{background-color:var(--bg-card);color:var(--text-main);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--border-hover);background-color:#ffffff14;transform:translateY(-2px)}.btn-whatsapp{color:#fff;background-color:#25d366;box-shadow:0 4px 16px #25d36659}.btn-whatsapp:hover{background-color:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 22px #25d36680}.card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);transition:var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-hover);transform:translateY(-5px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=992px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.navbar-header{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#0c1116d1;border-bottom:1px solid #cbd5e124;transition:background .22s,box-shadow .22s;position:fixed;inset:0 0 auto}.navbar-header.scrolled{background:#0c1116f7;box-shadow:0 10px 30px #0003}.navbar-container{justify-content:space-between;align-items:center;gap:1.5rem;min-height:72px;display:flex}.logo{align-items:center;gap:.7rem;min-width:0;display:flex}.logo-badge{color:#fff;width:40px;height:40px;font-family:var(--font-heading);background:#303a44;border:1px solid #ffffff40;border-radius:10px;flex:0 0 40px;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.logo-text{flex-direction:column;min-width:0;display:flex}.logo-title{color:var(--text-main);font-family:var(--font-heading);letter-spacing:.025em;white-space:nowrap;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:800;line-height:1.1}.logo-sub{color:var(--text-muted);letter-spacing:.04em;margin-top:.2rem;font-size:.69rem;font-weight:700}.desktop-nav{justify-content:center;align-items:center;gap:clamp(.65rem,1.4vw,1.35rem);display:flex}.nav-link{color:var(--text-muted);white-space:nowrap;padding:.7rem 0;font-size:.84rem;font-weight:700;position:relative}.nav-link:after{background:var(--text-main);content:"";transform-origin:0;border-radius:2px;height:2px;transition:transform .18s;position:absolute;bottom:.35rem;left:0;right:0;transform:scaleX(0)}.nav-link:hover,.nav-link:focus-visible{color:var(--text-main)}.nav-link:hover:after,.nav-link:focus-visible:after{transform:scaleX(1)}.nav-actions{align-items:center;gap:.6rem;display:flex}.nav-btn{white-space:nowrap;padding:.68rem .85rem;font-size:.82rem}.mobile-toggle{border:1px solid var(--border-soft);min-width:44px;min-height:44px;color:var(--text-main);cursor:pointer;background:0 0;border-radius:10px;display:none}.mobile-menu{border-bottom:1px solid var(--border-soft);box-shadow:var(--shadow-lg);background:#121a21;padding:1rem 1.5rem 1.5rem;position:absolute;top:100%;left:0;right:0}.mobile-nav{gap:.55rem;display:grid}.mobile-nav a{border:1px solid var(--border-soft);min-height:46px;color:var(--text-main);border-radius:9px;justify-content:space-between;align-items:center;padding:.7rem .9rem;font-weight:700;display:flex}.mobile-contact-info{border-top:1px solid var(--border-soft);color:var(--text-muted);margin-top:.75rem;padding-top:1rem;font-size:.875rem}.navbar-header a:focus-visible,.mobile-toggle:focus-visible{outline-offset:3px;outline:3px solid #fff}@media (width<=1130px){.desktop-nav{display:none}.mobile-toggle{place-items:center;display:grid}}@media (width<=560px){.navbar-container{gap:.7rem;min-height:64px}.logo-sub,.nav-btn span{display:none}.nav-btn{place-items:center;width:44px;min-width:44px;height:44px;padding:0;display:grid}.logo-title{font-size:.9rem}}.hero-cinematic{flex-direction:column;justify-content:center;min-height:100dvh;padding-top:5.5rem;display:flex;position:relative;overflow:hidden}.hero-bg-stack{z-index:0;position:absolute;inset:0}.hero-bg-slide{opacity:0;will-change:opacity;transition:opacity 1.4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.hero-bg-slide.is-active{opacity:1;z-index:1}.hero-bg-image{object-fit:cover;object-position:center 40%;width:100%;height:100%;transform:scale(1)}.hero-group-cover{background:var(--bg-main);min-height:0;padding-top:72px;display:block;overflow:visible}.hero-group-cover .hero-group-art{background:#0d1722;width:100%}.hero-group-cover .hero-group-art img{object-fit:cover;object-position:center;width:100%;height:calc(100dvh - 72px);max-height:none;display:block}.hero-group-summary{background:var(--bg-section);border-bottom:1px solid var(--border-soft);padding:clamp(3rem,7vw,6.5rem) 0}.hero-group-summary .container{max-width:980px}.hero-group-story{max-width:850px;color:var(--text-main);font-family:var(--font-heading);letter-spacing:-.02em;text-align:center;margin:0 auto;font-size:clamp(1.45rem,2.7vw,2.25rem);font-weight:500;line-height:1.45}.hero-group-story strong{color:#fff;font-weight:800}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-group-bg-image{object-position:center}.hero-group-cover .hero-overlay-warm{background:linear-gradient(#050c141f 0%,#050c142e 38%,#050c14e0 100%)}.hero-group-cover .hero-overlay-vignette{background:0 0}.hero-cover-inner{text-align:left;place-content:end start;padding-top:0;padding-bottom:6.25rem}.hero-cover-copy{max-width:230px}.hero-cover-kicker{color:#e6edf4;letter-spacing:.08em;margin-bottom:.7rem;font-size:.72rem;font-weight:800;line-height:1.45}.hero-cover-copy .hero-display-title,.hero-cover-copy .hero-lead{display:none}.hero-cover-copy .hero-display-accent{color:#d5dde6;margin-left:.28em;display:inline}.hero-cover-copy .hero-lead{max-width:600px;margin:.75rem auto 1rem;font-size:.94rem;line-height:1.5}.hero-cover-copy .hero-cta-group{gap:.55rem;margin-bottom:0;display:grid}.hero-cover-copy .hero-btn{justify-content:center;padding:.75rem .85rem;font-size:.82rem}.hero-bg-slide.is-active .hero-bg-image{animation:none}.hero-bg-slide--lighten .hero-bg-image{filter:brightness(1.4)contrast(.88)saturate(.9)}@keyframes kenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-1.5%,-.5%)}}.hero-overlay-warm{z-index:2;pointer-events:none;background:linear-gradient(108deg,#090f17f5 0%,#090f17d1 37%,#090f176e 67%,#090f1729 100%);position:absolute;inset:0}.hero-overlay-vignette{z-index:2;pointer-events:none;background:radial-gradient(80% 60% at 75% 45%,#0000 0%,#02061752 100%),linear-gradient(#0000 65%,#0f172ad9 100%);position:absolute;inset:0}.hero-cinematic-inner{z-index:3;flex:1;grid-template-columns:1fr auto;align-content:center;align-items:end;gap:3rem;padding-bottom:5rem;display:grid;position:relative}.hero-editorial{max-width:640px;animation:1s cubic-bezier(.22,1,.36,1) both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{-webkit-backdrop-filter:blur(12px);letter-spacing:.04em;text-transform:uppercase;color:#cbd5e1;background:#0f172ab8;border:1px solid #4b556329;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.45rem 1rem .45rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #0000000a}.hero-eyebrow svg{color:#4b5563;flex-shrink:0}.hero-title-block{margin-bottom:1.5rem}.hero-display-title{letter-spacing:-.02em;color:#f8fafc;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:700;line-height:1.12}.hero-display-accent{color:#cbd5e1;margin-top:.15em;display:block}.hero-title-rule{background:linear-gradient(90deg,#374151,#6b7280,#0000);border-radius:2px;width:72px;height:3px;margin-top:1.25rem}.hero-lead{color:#d1d9e2;max-width:520px;margin-bottom:2.25rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:400;line-height:1.75}.hero-cta-group{flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem;display:flex}.hero-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.55rem;padding:.95rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#374151 0%,#4b5563 100%);box-shadow:0 6px 20px #37415147,inset 0 1px #ffffff26}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #37415159}.hero-btn-primary .hero-btn-arrow{transition:transform .3s}.hero-btn-primary:hover .hero-btn-arrow{transform:translate(4px)}.hero-btn-secondary{-webkit-backdrop-filter:blur(12px);color:#dbeafe;background:#0f172ab8;border:1px solid #cbd5e140;box-shadow:0 4px 16px #0000000d}.hero-btn-secondary:hover{background:#1e293bf2;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.hero-trust-pills{flex-wrap:wrap;gap:.65rem;display:flex}.hero-trust-pill{-webkit-backdrop-filter:blur(8px);color:#cbd5e1;background:#0f172a9e;border:1px solid #0000000f;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.hero-trust-pill svg{color:#4b5563}.hero-slide-controls{flex-direction:column;align-items:flex-end;gap:1rem;animation:1s cubic-bezier(.22,1,.36,1) .2s both heroFadeUp;display:flex}.hero-slide-dots{gap:.5rem;display:flex}.hero-dot{cursor:pointer;background:#0000001a;border:none;border-radius:2px;width:48px;height:3px;padding:0;transition:background .3s;position:relative;overflow:hidden}.hero-dot:hover{background:#4b556333}.hero-dot-fill{background:linear-gradient(90deg,#374151,#6b7280);border-radius:2px;width:0;height:100%;display:block}.hero-dot.is-active .hero-dot-fill{animation:linear forwards dotProgress}@keyframes dotProgress{0%{width:0}to{width:100%}}.hero-slide-caption{letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1;margin:0;font-size:.75rem;font-weight:600}.hero-bottom-bar{z-index:3;-webkit-backdrop-filter:blur(8px);background:#0f172ab8;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.1rem 0;display:flex;position:relative}.hero-bottom-tags{letter-spacing:.06em;text-transform:uppercase;color:#cbd5e1;flex-wrap:wrap;align-items:center;gap:.5rem;padding-left:max(1.5rem,50vw - 620px + 1.5rem);font-size:.78rem;font-weight:600;display:flex}.hero-tag-sep{color:#64748b}.hero-scroll-hint{color:#cbd5e1;background:#0f172ab8;border:1px solid #cbd5e133;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-right:max(1.5rem,50vw - 620px + 1.5rem);transition:all .3s;animation:2s ease-in-out infinite scrollBounce;display:flex}.hero-scroll-hint:hover{color:#374151;background:#1e293bf2;border-color:#4b556340}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (width<=992px){.hero-cinematic-inner{grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem}.hero-slide-controls{flex-flow:wrap;justify-content:space-between;align-items:center;width:100%}.hero-overlay-warm{background:linear-gradient(#0f172aeb 0%,#0f172ab8 45%,#0f172a61 100%)}}@media (width<=768px){.hero-cinematic{min-height:auto;padding-top:5rem}.hero-cta-group{flex-direction:column}.hero-btn{justify-content:center;width:100%}.hero-trust-pills{flex-direction:column;align-items:flex-start}.hero-bottom-tags{padding-left:1.25rem;font-size:.68rem}.hero-group-cover{padding-top:64px}.hero-group-cover .hero-group-art{aspect-ratio:1376/768;background:#0d1722}.hero-group-cover .hero-group-art img{aspect-ratio:1376/768;object-fit:contain;height:auto;max-height:none}.hero-group-summary{padding:2rem 0 2.25rem}.hero-group-story{text-align:left;font-size:clamp(1.1rem,5vw,1.3rem);line-height:1.55}.hero-cover-inner{align-content:end;padding-top:0;padding-bottom:6.5rem}.hero-cover-copy{text-align:center;max-width:100%}.hero-cover-copy .hero-cta-group{justify-content:center;display:flex}.hero-cover-copy .hero-display-title{font-size:1.8rem}.hero-cover-copy .hero-display-accent{margin:.15rem 0 0;display:block}.hero-scroll-hint{margin-right:1.25rem}}.collection-section{background:var(--bg-section)}.collection-intro{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.75rem;padding-bottom:1.5rem;display:flex}.collection-intro .section-tag{margin-bottom:.8rem}.collection-intro .section-title{margin:0}.collection-intro>p{max-width:390px;color:var(--text-muted);font-size:1.05rem;line-height:1.6}.collection-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.collection-group{border:1px solid var(--border-soft);border-radius:var(--radius-lg);background:var(--bg-card);flex-direction:column;min-height:300px;padding:1.75rem;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.collection-group:after{border:1px solid var(--group-line);content:"";opacity:.55;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-40px;right:-30px}.collection-group-top,.collection-group-bottom{z-index:1;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.collection-group-label{color:var(--group-accent);letter-spacing:.12em;font-size:.72rem;font-weight:800}.collection-group-count{border:1px solid var(--group-line);border-radius:var(--radius-full);color:var(--text-muted);padding:.28rem .62rem;font-size:.75rem;font-weight:700}.collection-group h3{z-index:1;color:var(--text-main);margin-top:2rem;font-size:clamp(1.65rem,2.4vw,2.1rem);line-height:1.1;position:relative}.collection-group-summary{z-index:1;max-width:380px;color:var(--text-muted);margin:.8rem 0 1.25rem;line-height:1.55;position:relative}.collection-type-list{z-index:1;flex-wrap:wrap;gap:.55rem;display:flex;position:relative}.collection-type-list span{border:1px solid var(--group-line);color:var(--text-main);background:#ffffff08;border-radius:.45rem;padding:.48rem .72rem;font-size:.84rem;font-weight:750}.collection-group-bottom{color:var(--text-muted);margin-top:auto;padding-top:1.75rem;font-size:.82rem}.collection-group-bottom a{color:var(--group-accent);align-items:center;gap:.32rem;font-weight:800;display:inline-flex}.collection-group-bottom a:hover{color:var(--text-main);gap:.55rem}.collection-group:hover{border-color:var(--group-line);box-shadow:var(--shadow-md);transform:translateY(-4px)}.collection-group:focus-within{outline:3px solid var(--text-main);outline-offset:4px}.collection-group-nylon{--group-accent:#91b8e7;--group-line:#6f9fd357;background:linear-gradient(135deg, #32527533, var(--bg-card) 58%)}.collection-group-invisible{--group-accent:#cfb5ce;--group-line:#cfb5ce4d;background:linear-gradient(135deg, #63476333, var(--bg-card) 58%)}.collection-group-bone{--group-accent:#e1c993;--group-line:#e1c9934d;background:linear-gradient(135deg, #66522f38, var(--bg-card) 58%)}.collection-group-metal{--group-accent:#d1dce4;--group-line:#d1dce447;background:linear-gradient(135deg, #4f626f38, var(--bg-card) 58%)}@media (width<=760px){.collection-intro{display:block}.collection-intro>p{margin-top:1rem}.collection-groups{grid-template-columns:1fr}.collection-group{min-height:280px}}.about-section{background-color:var(--bg-main);position:relative;overflow:hidden}.about-section-header{margin-bottom:2.75rem}.about-grid{z-index:2;align-items:center;position:relative}.about-image-column{position:relative}.about-image-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-soft);position:relative;overflow:hidden}.about-img{object-fit:cover;width:100%;height:480px;display:block}.experience-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-main);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-hover);background:#fffffff2;flex-direction:column;align-items:center;padding:1.25rem 1.75rem;display:flex;position:absolute;bottom:25px;right:25px}.experience-badge .years{font-family:var(--font-heading);color:var(--accent);font-size:2.2rem;font-weight:800;line-height:1}.experience-badge .text{color:var(--text-muted);text-align:center;margin-top:.25rem;font-size:.825rem}.about-text{color:var(--text-main);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.text-secondary{color:var(--text-muted);margin-bottom:1.75rem;font-size:.975rem}.about-highlights{flex-direction:column;gap:.75rem;margin-bottom:2rem;list-style:none;display:flex}.about-highlights li{color:var(--text-main);align-items:center;gap:.75rem;font-weight:600;display:flex}.check-icon{color:var(--accent);flex-shrink:0}.stats-row{border-top:1px solid var(--border-soft);grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-top:1.5rem;display:grid}.stat-card{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);flex-direction:column;align-items:flex-start;padding:1rem 1.25rem;display:flex}.stat-icon{color:var(--accent);margin-bottom:.5rem}.stat-number{font-family:var(--font-heading);color:var(--text-main);font-size:1.5rem;font-weight:800}.stat-label{color:var(--text-muted);font-size:.8rem}@media (width<=768px){.experience-badge{width:90%;margin-top:-30px;margin-left:auto;margin-right:auto;position:relative;bottom:auto;right:auto}.stats-row{grid-template-columns:1fr}}.features-section{background-color:var(--bg-main);position:relative;overflow:hidden}.feature-card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition-normal);padding:2.25rem 1.5rem}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:#4b556366;transform:translateY(-5px)}.feature-icon-box{border-radius:var(--radius-full);border:1px solid var(--border-soft);width:64px;height:64px;transition:var(--transition-normal);background:#ffffff0d;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.feature-card:hover .feature-icon-box{background:var(--leather)}.feature-card-icon{color:var(--accent);transition:var(--transition-normal)}.feature-card:hover .feature-card-icon{color:var(--text-main)}.feature-card-title{color:var(--text-main);margin-bottom:.65rem;font-size:1.15rem}.feature-card-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5}.contact-section{background-color:var(--bg-section);position:relative;overflow:hidden}.contact-cards-grid{margin-bottom:3.5rem}.contact-direct-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);transition:var(--transition-normal);align-items:flex-start;gap:1.25rem;padding:1.75rem;display:flex}.contact-direct-card:hover{box-shadow:var(--shadow-md);border-color:#4b556366;transform:translateY(-4px)}.whatsapp-card-border{background:#25d36614;border-color:#25d36666}.whatsapp-card-border:hover{border-color:#25d366}.contact-icon-box{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.phone-icon{color:#60a5fa;background:#2563eb33}.whatsapp-icon-box{color:#25d366;background:#25d36633}.map-pin-icon-box{color:var(--accent);background:#4b55631f}.clock-icon-box{background:var(--border-soft);color:var(--text-main)}.contact-card-text{flex-direction:column;display:flex}.contact-card-text h4{color:var(--text-main);margin-bottom:.35rem;font-size:1.1rem}.contact-primary-link{color:var(--accent);align-items:center;gap:.35rem;font-size:1.15rem;font-weight:700;display:inline-flex}.contact-primary-link:hover{color:var(--text-main);text-decoration:underline}.contact-email-link{width:fit-content;color:var(--text-muted);overflow-wrap:anywhere;align-items:center;gap:.4rem;margin-top:.45rem;font-size:.95rem;display:inline-flex}.contact-email-link:hover{color:var(--text-main);text-decoration:underline}.contact-whatsapp-link{color:#4ade80;font-size:1.15rem;font-weight:700}.contact-whatsapp-link:hover{color:#22c55e;text-decoration:underline}.contact-highlight-text{color:var(--text-main);font-size:1rem;font-weight:600}.contact-sub-text{color:var(--text-muted);margin-top:.35rem;font-size:.875rem}.contact-sub-text a{color:var(--accent);font-weight:600}.map-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-soft);background-color:var(--bg-main);overflow:hidden}.map-header-bar{background-color:var(--bg-section);color:var(--text-main);border-bottom:1px solid var(--border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex}.map-header-title{align-items:center;gap:.75rem;font-size:.95rem;display:flex}.map-pin-icon{color:var(--accent)}.map-directions-btn{padding:.55rem 1.1rem;font-size:.875rem}.map-iframe-container{cursor:pointer;display:block;position:relative}.map-iframe-container:after{content:"ğŸ“ Haritada AÃ§ar";background:var(--bg-section);color:var(--text-main);border-radius:var(--radius-full);box-shadow:var(--shadow-md);opacity:.9;border:1px solid var(--border-soft);transition:var(--transition-fast);padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;bottom:20px;right:20px}.map-iframe-container:hover:after{opacity:1;background:var(--leather)}@media (width<=768px){.map-header-bar{flex-direction:column;align-items:flex-start}}.footer{background-color:var(--dark);color:var(--gray-400);border-top:1px solid var(--dark-surface);padding-top:5rem;padding-bottom:2rem}.footer-top{border-bottom:1px solid #ffffff14;padding-bottom:3.5rem}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.footer-logo .logo-title{color:var(--white);font-size:1.4rem}.footer-about-text{margin-bottom:1rem;font-size:.9rem;line-height:1.6}.footer-tagline{color:var(--accent);font-size:.85rem;font-style:italic}.footer-col-title{color:var(--white);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.footer-col-title:after{content:"";background-color:var(--primary-hover);width:35px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--gray-400);font-size:.9rem}.footer-links a:hover{color:var(--white);padding-left:5px}.footer-service-link{align-items:center;gap:.5rem;font-weight:600;display:inline-flex;color:var(--white)!important}.footer-service-link:hover{color:var(--primary-hover)!important}.footer-contact-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-contact-list li{align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.footer-icon{color:var(--primary-hover);flex-shrink:0;margin-top:3px}.footer-contact-list a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.copyright strong{color:var(--white)}.dev-credit{color:var(--gray-500);align-items:center;gap:.3rem;display:flex}.heart-icon{color:#ef4444;fill:#ef4444}.scroll-to-top{background-color:var(--dark-surface);width:40px;height:40px;color:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-normal);justify-content:center;align-items:center;display:flex}.scroll-to-top:hover{background-color:var(--primary);transform:translateY(-3px)}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.construction-section{background:#11181f}.construction-shell{border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#182129;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);align-items:stretch;display:grid;overflow:hidden}.construction-copy{padding:clamp(2rem,5vw,5rem)}.construction-copy .section-tag{margin-bottom:1.2rem}.construction-copy h2{max-width:620px;color:var(--text-main);letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.5rem)}.construction-copy h2 span{color:#b9c3cc}.construction-lead{max-width:610px;color:var(--text-muted);margin:1.3rem 0 1.75rem;font-size:1.08rem}.construction-points{gap:.8rem;display:grid}.construction-points p{color:var(--text-muted);align-items:start;gap:.7rem;display:flex}.construction-points svg{color:#e6edf3;flex:none;margin-top:.18rem}.construction-points strong{color:var(--text-main)}.construction-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:2rem;display:flex}.construction-text-link{color:var(--text-main);text-underline-offset:4px;font-weight:800;text-decoration:underline}.construction-visual{min-height:520px;position:relative}.construction-image{object-fit:cover;width:100%;height:100%;display:block}.construction-stamp{color:#fff;letter-spacing:.1em;background:#090e12d1;border:1px solid #ffffff42;gap:.15rem;padding:.85rem 1rem;display:grid;position:absolute;bottom:1.5rem;right:1.5rem}.construction-stamp span{font-size:.63rem}.construction-stamp strong{font-size:.86rem}@media (width<=800px){.construction-shell{grid-template-columns:1fr}.construction-visual{min-height:390px}.construction-copy{padding:2rem 1.5rem}}.gallery-section{background:var(--bg-main)}.gallery-showcase{grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);gap:1.25rem;display:grid}.gallery-main-preview,.gallery-video-preview{border:1px solid var(--border-soft);border-radius:var(--radius-lg);cursor:pointer;background:#080d11;min-height:520px;position:relative;overflow:hidden}.gallery-main-preview img,.gallery-video-preview video{object-fit:cover;width:100%;height:100%;min-height:520px;transition:transform .35s;display:block}.gallery-video-preview video{object-position:center}.gallery-main-preview:hover img,.gallery-video-preview:hover video{transform:scale(1.03)}.gallery-preview-overlay,.gallery-video-preview-overlay{color:#fff;background:#080d11d9;border:1px solid #ffffff42;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem 1rem;font-weight:800;display:inline-flex;position:absolute;bottom:1.25rem;right:1.25rem}.gallery-video-preview-overlay{white-space:nowrap;bottom:50%;right:50%;transform:translate(50%,50%)}.gallery-main-preview:focus-visible,.gallery-video-preview:focus-visible{outline-offset:4px;outline:3px solid #fff}.gallery-lightbox{z-index:2000;background:#03070bf5;place-items:center;padding:4.5rem 5rem;display:grid;position:fixed;inset:0}.gallery-lightbox-content{grid-template-rows:minmax(0,1fr) auto;width:min(1240px,100%);height:min(78dvh,820px);display:grid}.gallery-lightbox-content>img,.gallery-lightbox-content>video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.gallery-lightbox-caption{color:#dbe4ed;align-items:start;gap:1rem;padding:1rem 0 0;display:flex}.gallery-lightbox-caption>span{min-width:42px;color:var(--text-muted);font-weight:800}.gallery-lightbox-caption p{color:var(--text-muted);margin-top:.15rem}.gallery-close,.gallery-nav{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute}.gallery-close{top:1.5rem;right:1.5rem}.gallery-nav{top:50%;transform:translateY(-50%)}.gallery-nav-left{left:1.5rem}.gallery-nav-right{right:1.5rem}.gallery-close:hover,.gallery-nav:hover{background:#fff3}.gallery-close:focus-visible,.gallery-nav:focus-visible{outline-offset:3px;outline:3px solid #fff}.gallery-silent-video{width:100%;height:100%;position:relative}.gallery-silent-video video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.gallery-video-toggle{color:#fff;cursor:pointer;background:#080d11d6;border:1px solid #ffffff47;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;bottom:1rem;right:1rem}.gallery-video-toggle:hover{background:#fff3}.gallery-video-toggle:focus-visible{outline-offset:3px;outline:3px solid #fff}@media (width<=768px){.gallery-showcase{grid-template-columns:1fr}.gallery-main-preview,.gallery-video-preview,.gallery-main-preview img,.gallery-video-preview video{min-height:330px}.gallery-lightbox{padding:4rem 1rem 5rem}.gallery-lightbox-content{height:min(72dvh,680px)}.gallery-nav{top:auto;bottom:1rem;transform:none}.gallery-nav-left{left:calc(50% - 56px)}.gallery-nav-right{right:calc(50% - 56px)}.gallery-close{top:1rem;right:1rem}}
