:root{--bg-primary: #050505;--bg-secondary: #111111;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-gold: #c6a355;--accent-gold-gradient: linear-gradient(90deg, #dfc27d 0%, #c6a355 100%);--font-sans: "Inter", system-ui, sans-serif;--font-serif: "Playfair Display", "Times New Roman", serif;--navbar-height: 80px}*{box-sizing:border-box;margin:0;padding:0}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none;transition:opacity .2s}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.navbar-wrapper{position:fixed;top:2rem;left:0;width:100%;z-index:1000;display:flex;justify-content:center;padding:0 1rem}.navbar-pill{width:100%;max-width:1200px;background:#fff;border-radius:12px;padding:.4rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar-pill.scrolled{padding:.3rem 2rem;max-width:850px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-wrapper.scrolled{top:0;padding:0}.navbar-wrapper.scrolled{top:1rem}.navbar-logo{display:flex;align-items:center;gap:.8rem}.navbar-brand-logo{height:45px;width:auto;object-fit:contain}.logo-icon{display:flex;align-items:center;justify-content:center}.brand-name{font-family:Playfair Display,serif;font-size:1.8rem;color:#1a1a1a;font-weight:500;letter-spacing:-.02em}.navbar-links{display:flex;gap:2.5rem}.navbar-links a{color:#333;font-weight:500;font-size:1rem;letter-spacing:.02em}.navbar-links a:hover{color:#000}.navbar-actions{display:flex;align-items:center}.btn-book-now{background:var(--accent-gold-gradient);color:#fff;border-radius:4px;padding:.6rem 1.5rem;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;transition:transform .2s,filter .2s}.btn-book-now:hover{filter:brightness(1.1);transform:translateY(-1px)}.mobile-only{display:none}@media(max-width:900px){.navbar-wrapper{top:1rem;padding:0 1rem}.navbar-pill{padding:.5rem 1rem;width:100%;justify-content:space-between}.navbar-brand-logo{height:35px}.brand-name{font-size:1.4rem}.desktop-only{display:none}.mobile-only{display:block;cursor:pointer}.mobile-menu{position:absolute;top:calc(100% + 15px);left:0;right:0;margin:0;background:#fff;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 10px 30px #00000026;z-index:999}.mobile-menu a{color:#333;font-weight:500;text-align:center;font-size:1.1rem;padding:.5rem;transition:color .3s ease}.mobile-menu a:hover{color:#c6a355}.mobile-btn{width:100%}}.hero-part1{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:flex-start;padding-top:120px;overflow:hidden}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-bg-image.active{opacity:1}.hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000c,#0006,#0000001a)}.hero-content-container{position:relative;z-index:2;width:100%;padding-left:5%}.hero-text-block{max-width:800px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.hero-dot{width:6px;height:6px;background-color:#fff;border-radius:50%;margin-bottom:1rem}.hero-heading-serif{font-family:var(--font-serif);font-size:3.2rem;line-height:1.2;font-weight:400;color:#fff;margin-bottom:1.5rem;letter-spacing:-.01em}.hero-subtext{font-size:1.1rem;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem;font-weight:300;max-width:500px}.hero-buttons{display:flex;gap:1.5rem}.btn-keyword-outline{border:1px solid rgba(255,255,255,.3);color:var(--accent-gold);background:#0000004d;padding:.8rem 2.5rem;border-radius:4px;font-size:1rem;transition:all .3s}.btn-keyword-outline:hover{border-color:var(--accent-gold);background:#00000080}.btn-keyword-solid{background:var(--accent-gold-gradient);color:#fff;border:none;padding:.8rem 2.5rem;border-radius:4px;font-size:1rem;font-weight:500;box-shadow:0 4px 15px #c6a35566;transition:transform .2s}.btn-keyword-solid:hover{transform:translateY(-2px)}@media(max-width:768px){.hero-part1{height:auto;min-height:100vh;padding-bottom:50px;align-items:flex-start}.hero-heading-serif{font-size:2.2rem;line-height:1.3}.hero-content-container{padding-top:1rem;padding-left:20px;padding-right:20px;display:flex;justify-content:flex-start}.hero-text-block{width:100%;align-items:flex-start}.hero-buttons{flex-direction:column;align-items:flex-start;width:100%}.btn-keyword-outline,.btn-keyword-solid{width:100%;text-align:center}}.hero-badge-container{position:absolute;bottom:10%;right:10%;z-index:10}@media(max-width:768px){.hero-badge-container{display:none}}.focus-section{background-color:#000;color:#fff;padding:4rem 0;overflow:hidden;position:relative;font-family:Inter,sans-serif;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;position:relative;margin-bottom:2rem}.marquee-content{display:inline-block;animation:marquee 20s linear infinite;will-change:transform}.top-marquee{opacity:.8;transform:rotate(5deg) scale(1.1);margin-bottom:1rem}.top-marquee .marquee-content{animation-direction:reverse}.outlined-text span{font-size:4rem;font-weight:700;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:2px;display:inline-flex;align-items:center}.marquee-logo{height:.8em;width:auto;margin:0 .2em;vertical-align:middle}.main-marquee{transform:rotate(5deg) scale(1.1);margin-top:-20px}.bold-text span{font-size:6rem;font-weight:900;color:#fff;text-transform:capitalize;letter-spacing:1px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.focus-content-wrapper{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 2rem;margin-top:3rem;width:100%;flex-wrap:wrap;gap:2rem}.focus-content{flex:1;max-width:600px;padding-left:1rem}.focus-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.focus-content p{font-size:1rem;line-height:1.6;color:#aeaeae}.focus-action{display:flex;align-items:center}.explore-btn{background:transparent;color:#fff;border:1px solid #fff;padding:.8rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s ease;border-radius:4px}.explore-btn:hover{background:#fff;color:#000}@media(max-width:768px){.outlined-text span{font-size:2.5rem}.bold-text span{font-size:3.5rem}.focus-content-wrapper{flex-direction:column;align-items:flex-start}.focus-action{width:100%;justify-content:flex-start;margin-top:1rem}}.focus-subtitle{font-size:1.1rem;color:var(--accent-gold, #c6a355);font-weight:500;margin-bottom:.5rem;margin-top:-.5rem}.portfolio-grid-section{padding:4rem 2rem;background-color:#000;color:#fff}.portfolio-grid-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:2rem;position:relative}.portfolio-card{flex:1;height:400px;background-size:cover;background-position:center;border-radius:16px;position:relative;overflow:hidden;transition:transform .3s ease;cursor:pointer;box-shadow:0 10px 30px #0000004d}.portfolio-card:hover{transform:scale(1.02)}.automotive-card{background-image:url(/grid1.webp)}.travel-card{background-image:url(/DJI_20250608134430_0285_D%20copy%202_11zon.webp)}.card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.portfolio-card-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;z-index:2;box-sizing:border-box}.portfolio-card-content h3{font-size:1.8rem;margin-bottom:.5rem;color:#fff;font-weight:700}.portfolio-card-content p{color:#ddd;font-size:1rem;max-width:90%;line-height:1.5;padding-right:3rem}.card-action{position:absolute;bottom:2rem;right:2rem;z-index:2}.arrow-btn{width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.arrow-btn:hover{background:#fff;color:#000;border-color:#fff}.center-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.center-badge>*{pointer-events:auto}.automotive-card .portfolio-card-content{padding-right:5rem}.travel-card .portfolio-card-content{padding-left:5rem}.travel-card .portfolio-card-content h3{max-width:80%}@media(max-width:900px){.portfolio-grid-container{flex-direction:column;gap:0}.portfolio-card{width:100%;min-height:300px;height:auto;background-color:#222;border:1px solid rgba(255,255,255,.1)}.center-badge{position:relative;left:auto;top:auto;transform:none;margin:-4rem auto;order:2;z-index:20;display:flex;justify-content:center;width:100%}.portfolio-card{overflow:visible}.card-overlay{border-radius:16px}.portfolio-card-content{padding:1.5rem 1.5rem 5rem;text-align:center}.portfolio-card-content p{padding-right:0;margin:0 auto}.travel-card .portfolio-card-content,.automotive-card .portfolio-card-content{padding-right:1.5rem;padding-left:1.5rem;padding-bottom:5rem}.travel-card .portfolio-card-content h3{max-width:100%}.card-action{bottom:1.5rem;right:1.5rem}.automotive-card{order:1}.travel-card{order:3}}.circular-badge-container{display:inline-block;position:relative}.circular-badge{position:relative;width:260px;height:260px;display:flex;align-items:center;justify-content:center;background:none;border-radius:50%}.circular-text-svg{width:100%;height:100%;position:absolute;top:0;left:0;animation:rotateText 20s linear infinite;overflow:visible}.circular-text{fill:#fff;font-family:var(--font-serif);font-size:24px;letter-spacing:2px;text-transform:uppercase;font-weight:600;filter:drop-shadow(0 0 1px rgba(255,255,255,.5))}.badge-center-icon{z-index:2;width:110px;height:110px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(198,163,85,.3)}.badge-logo-img{width:50%;height:auto;object-fit:contain}@keyframes rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portfolio-section{padding:40px 20px 80px;background-color:#000;color:#fff;display:flex;justify-content:center}.portfolio-inline-container{display:flex;flex-direction:column;max-width:1400px;width:100%;margin:0 auto;gap:40px}.portfolio-header-center{display:flex;justify-content:flex-start;align-items:center;width:100%;margin-bottom:20px;padding-top:0;padding-left:5%}.portfolio-label-large{color:#fff;font-size:4rem;font-family:Playfair Display,serif;font-weight:400;letter-spacing:4px;text-transform:uppercase;margin:0}.portfolio-categories-container{width:100%;margin-bottom:30px;display:flex;justify-content:flex-start;padding-left:5%}.portfolio-categories-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.portfolio-categories-track::-webkit-scrollbar{display:none}.category-pill{background:transparent;color:#888;border:1px solid #333;padding:8px 16px;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .3s ease;font-family:inherit}.category-pill:hover{color:#fff;border-color:#555;background-color:#ffffff0d}.category-pill.active{color:#00bcd4;border-color:#00bcd4;background-color:#00bcd41a;box-shadow:inset 0 0 10px #00bcd41a}.portfolio-heading{font-size:3rem;line-height:1.1;font-weight:800;color:#111;margin:0 0 15px}.portfolio-description{font-size:1.1rem;line-height:1.6;color:#555;margin:0;max-width:600px}.portfolio-actions{display:flex;gap:16px;align-items:center}.btn-primary,.btn-secondary{padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;border-radius:4px;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:#000;color:#fff;border:1px solid #000}.btn-primary:hover{background-color:#333}.btn-secondary{background-color:#fff;color:#000;border:1px solid #ccc}.btn-secondary:hover{border-color:#000;background-color:#f9f9f9}.pulsating-dots-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:400px}.pulsating-dots-flex{display:flex;gap:8px}.pulsating-dot{height:12px;width:12px;border-radius:50%;background-color:gold}.inline-player{width:100%;position:relative;background-color:#000;border-radius:12px;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}.main-image-display{position:relative;width:100%;height:70vh;min-height:500px;display:flex;justify-content:center;align-items:center}.inline-hero-image,.inline-hero-video{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.main-image-caption{position:absolute;bottom:0;left:0;width:100%;padding:40px 30px 30px;color:#fff;pointer-events:none}.caption-category{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#ff8c00;margin-bottom:8px;display:block}.caption-title{font-size:2rem;font-weight:700;margin:0}.nav-button.prev-inline,.nav-button.next-inline{position:absolute;top:50%;transform:translateY(-50%);background:#0006;color:#fff;border:none;font-size:2rem;padding:15px;cursor:pointer;z-index:10;border-radius:50%;transition:all .3s ease;width:60px;height:60px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-button.prev-inline{left:20px}.nav-button.next-inline{right:20px}.nav-button.prev-inline:hover,.nav-button.next-inline:hover{background:#ff8c00e6;transform:translateY(-50%) scale(1.1)}.thumbnail-strip-container{width:100%;padding:10px 0}.thumbnail-strip{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;scrollbar-width:none}.thumbnail-strip::-webkit-scrollbar{display:none}.thumbnail-item{flex:0 0 auto;width:120px;height:80px;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent}.thumbnail-item:hover{opacity:.8;transform:translateY(-2px)}.thumbnail-item.active{opacity:1;border-color:#ff8c00;transform:translateY(-2px)}.thumbnail-image{width:100%;height:100%;object-fit:cover}.video-icon-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;pointer-events:none}.play-icon{color:#fff;font-size:24px;background-color:#0009;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding-left:4px}.card-image{width:100%;height:100%;object-fit:cover}.card-overlay{position:absolute;bottom:0;left:0;width:100%;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.card-category{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;opacity:.8}.card-title{font-size:1.5rem;font-weight:700;margin:0}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;animation:fadeIn .3s ease}.lightbox-content{flex:1;display:flex;justify-content:center;align-items:center;width:100%;max-height:80vh;position:relative}.lightbox-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 0 20px #00000080;animation:zoomIn .3s ease}.lightbox-thumbnails{width:100%;max-width:1200px;height:100px;margin-top:20px;display:flex;gap:10px;overflow-x:auto;padding:10px 0;justify-content:center;scroll-behavior:smooth;scrollbar-width:none}.lightbox-thumbnails::-webkit-scrollbar{display:none}.lightbox-thumb{height:100%;width:auto;cursor:pointer;opacity:.5;transition:all .3s ease;border-radius:4px;border:2px solid transparent}.lightbox-thumb.active,.lightbox-thumb:hover{opacity:1;border-color:#fff;transform:scale(1.05)}.close-button{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:40px;cursor:pointer;z-index:2010;padding:10px;line-height:1;transition:color .3s ease}.close-button:hover{color:#ff8c00}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;font-size:2rem;padding:15px;cursor:pointer;z-index:2010;border-radius:50%;transition:all .3s ease;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.nav-button:hover{background:#ff8c00cc;transform:translateY(-50%) scale(1.1)}.nav-button.prev{left:20px}.nav-button.next{right:20px}.category-dropdown{position:relative;display:inline-block;min-width:200px;z-index:50}.dropdown-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 24px;background-color:#fff;color:#000;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.dropdown-btn:hover{border-color:#000;background-color:#f9f9f9}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #0000001a;z-index:100;margin-top:8px;overflow:hidden;animation:fadeIn .2s ease}.dropdown-item{padding:12px 20px;font-size:.9rem;color:#333;cursor:pointer;transition:background-color .2s ease;text-transform:uppercase;font-weight:500}.dropdown-item:hover{background-color:#f0f0f0;color:#000}.dropdown-item.active{background-color:#000;color:#fff}@media(max-width:768px){.portfolio-section{padding:60px 15px}.portfolio-header-center{justify-content:center;padding-left:0}.portfolio-categories-container{padding-left:0;justify-content:flex-start;margin-bottom:0}.portfolio-categories-track{padding:0 15px 10px}.portfolio-inline-container{gap:10px}.portfolio-label-large{font-size:2.5rem;text-align:center}.portfolio-content{align-items:center;text-align:center;gap:16px}.portfolio-heading{font-size:2.2rem;width:100%;margin:0 auto}.portfolio-description{font-size:1rem;margin:0 auto 10px}.portfolio-actions{justify-content:center;width:100%}.category-dropdown{width:100%;max-width:300px}.main-image-display{min-height:300px;height:50vh}.inline-player{min-height:300px}}.footer-section{background-color:#000;border-top:1px solid rgba(255,255,255,.1);padding:5rem 2rem 2rem;color:#fff;font-family:Inter,sans-serif}.footer-main{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-col{flex:1;min-width:150px}.brand-col{flex:2;min-width:300px;padding-right:2rem}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.brand-text{font-size:1.5rem;letter-spacing:2px;font-weight:700;text-transform:uppercase}.footer-tagline{color:#a0a0a0;font-size:.95rem;line-height:1.6;margin-bottom:2rem;max-width:400px}.est-text{display:block;font-size:.8rem;color:#666;letter-spacing:1px}.footer-socials{display:flex;gap:1.5rem;margin-bottom:2rem}.footer-socials a{color:#a0a0a0;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-socials a:hover{color:#00bcd4;transform:translateY(-3px)}.footer-col h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-nav-links{display:flex;flex-direction:column;gap:1rem}.footer-nav-links a{color:#a0a0a0;font-size:.95rem;transition:color .3s}.footer-nav-links a:hover{color:#fff}.footer-bottom-bar{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1.5rem;font-size:.9rem;color:#666;margin-bottom:2rem}.made-with{display:flex;align-items:center}.copyright-container{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}.policy-links{display:flex;gap:1rem;align-items:center}.policy-links a{color:#666;transition:color .3s;text-decoration:none}.policy-links a:hover{color:#fff}.separator{color:#333;font-size:.8rem}.made-with-crux{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#888}.made-with-crux a{color:#00bcd4;text-decoration:none;font-weight:500;transition:opacity .3s ease}.made-with-crux a:hover{opacity:.8}.heart-icon{display:inline-block;vertical-align:middle}.footer-keywords{text-align:center;font-size:.7rem;color:#333;line-height:1.5;margin-top:1rem}@media(max-width:768px){.footer-main{flex-direction:column;gap:2rem}.brand-col{padding-right:0}.footer-bottom-bar{flex-direction:column;text-align:center;gap:2rem;padding-top:3rem}.copyright-container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.copyright{margin:0;font-size:.85rem;line-height:1.4}.made-with-crux{justify-content:center;width:100%}.policy-links{justify-content:center;width:100%;margin-top:.5rem}}.about-dal-section{width:100%;background-color:#000;padding:4rem 10%;font-family:Inter,sans-serif;display:flex;justify-content:center}.about-dal-content{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.centered-layout .about-dal-content{flex-direction:column;justify-content:center;text-align:center}.about-dal-text{flex:1;max-width:600px}.centered-layout .about-dal-text{width:100%;max-width:800px}.about-dal-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:serif}.about-dal-description{color:#9ca3af;font-size:1rem;line-height:1.6}.about-dal-action{display:flex;align-items:center}.see-full-story-btn{background:transparent;border:1px solid white;color:#fff;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;border-radius:4px}.see-full-story-btn:hover{background:#fff;color:#000}@media(max-width:768px){.about-dal-content{align-items:center;text-align:center}.about-dal-action{width:100%;justify-content:center}}.founder-banner{position:relative;width:100%;height:420px;background-color:#000;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.founder-text-container{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;pointer-events:none}.layer-back{z-index:5}.layer-front{z-index:15}.invisible-text{visibility:hidden}.title-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.founder-title-condensed{color:#fff;font-size:96px;font-weight:800;line-height:1;letter-spacing:-.025em;margin:0}.co-founder-title-condensed{font-size:72px;font-weight:800;line-height:1;letter-spacing:-.025em;margin:0;-webkit-text-stroke:1px white;color:transparent}.founder-names-overlay{position:absolute;inset:0;z-index:20;pointer-events:none;display:flex}.founder-name-label{position:absolute;font-size:1.5rem;color:#d1d5db;font-weight:400;letter-spacing:1px}.name-suleman{left:40%;bottom:1%;transform:translate(-50%)}.name-hasan{right:40%;bottom:1%;transform:translate(50%)}.founder-wrapper,.co-founder-wrapper{align-items:flex-end}.founder-img-wrapper{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.founder-img-condensed{max-height:70%;width:auto;object-fit:contain;filter:grayscale(100%);transition:transform .3s ease}.custom-logo-container{position:absolute;left:10%;top:30%;transform:translate(-50%,-50%);width:6rem;height:6rem;z-index:20;display:none;align-items:center;justify-content:center}@media(max-width:767px){.founder-img-condensed{transform:scale(1);transform-origin:bottom center}.founder-title-condensed{font-size:22vw}.co-founder-title-condensed{font-size:16vw;letter-spacing:0}.founder-text-container{padding-top:2rem;padding-bottom:.5rem;justify-content:space-between}.founder-name-label{font-size:1rem}.name-suleman{left:27%;bottom:25%}.name-hasan{right:27%;bottom:25%}.custom-logo-container{display:none}}.logo-rotating-wrapper{position:relative;width:100%;height:100%;animation:spinArea 10s linear infinite;background:#000;border-radius:50%}.logo-circular-text{width:100%;height:100%;overflow:visible}.logo-text-svg{fill:#fff;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.logo-center-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}@keyframes spinArea{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:768px){.founder-title-condensed{font-size:140px}.co-founder-title-condensed{font-size:120px}.custom-logo-container{display:none}}.philosophy-section{width:100%;background-color:#000;padding:3rem 10% 4rem;font-family:Inter,sans-serif;color:#9ca3af;display:flex;flex-direction:column;align-items:center}.centered-content{justify-content:center;text-align:center}.philosophy-text-single{font-size:1.25rem;line-height:1.8;color:#d1d5db;max-width:800px;margin:0 auto}@media(max-width:768px){.philosophy-content{flex-direction:column;gap:2rem}.philosophy-text-single{text-align:left;padding:0 1rem}}.memory-section{width:100%;background-color:#000;padding:6rem 10%;font-family:Inter,sans-serif;color:#fff;display:flex;justify-content:center}.memory-container{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.memory-left-content{flex:1;max-width:50%}.memory-headline{font-family:Garamond,Times New Roman,serif;font-size:3.5rem;line-height:1.2;font-weight:500;margin-bottom:2rem}.memory-description{color:#9ca3af;font-size:1rem;line-height:1.6;margin-bottom:3rem;max-width:90%}.memory-dot{width:8px;height:8px;background-color:#d1d5db;border-radius:50%}.memory-right-content{flex:1;max-width:50%;display:flex;flex-direction:column}.memory-stat-item{display:flex;align-items:flex-start;gap:2rem;padding:2rem 0}.memory-stat-number{font-size:3rem;font-weight:500;line-height:1;min-width:100px;display:flex;flex-direction:column;align-items:flex-start}.memory-stat-label{font-size:1rem;font-weight:400;margin-top:.5rem}.memory-stat-details{flex:1}.memory-stat-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.memory-stat-desc{color:#9ca3af;font-size:.9rem;line-height:1.5;margin:0}.memory-divider{width:100%;height:1px;background-color:#333}@media(max-width:992px){.memory-container{flex-direction:column;gap:4rem}.memory-left-content,.memory-right-content{max-width:100%}.memory-headline{font-size:2.5rem}}@media(max-width:600px){.memory-stat-item{flex-direction:column;gap:1rem}}.video-reel-section{width:100%;height:600px;background-color:#000;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.video-reel-container{width:100%;height:100%;background-color:#000;display:flex;justify-content:center;align-items:center;position:relative;transition:transform .5s ease;cursor:pointer}.video-thumbnail{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.8;transition:opacity .3s ease}.video-reel-container:hover .video-thumbnail{opacity:.6}.video-reel-container:hover{transform:scale(1)}.video-reel-container:hover .video-play-button{transform:scale(1.1);background-color:#f0f0f0}.video-play-button{width:80px;height:80px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:2;transition:transform .3s ease,background-color .3s ease;box-shadow:0 4px 15px #0000004d}.play-icon{width:32px;height:32px;color:#000;margin-left:4px}.video-pulse-ring{position:absolute;width:80px;height:80px;border-radius:50%;border:2px solid rgba(255,255,255,.5);animation:pulseRing 2s infinite;z-index:1}@keyframes pulseRing{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.video-embed-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#000}.local-video-player{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.video-reel-section{height:400px}.video-play-button{width:60px;height:60px}.play-icon{width:24px;height:24px}}.blogs-section{width:100%;background-color:#0b0f15;padding:6rem 10%;font-family:Inter,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center;content-visibility:auto;contain-intrinsic-size:1000px}.blogs-header{text-align:center;margin-bottom:4rem;max-width:800px}.blogs-title{font-family:Garamond,Times New Roman,serif;font-size:4rem;font-weight:500;margin-bottom:.5rem}.blogs-subtitle{font-size:1.25rem;color:#4fd1c5;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-bottom:1.5rem}.blogs-description{color:#9ca3af;font-size:1.125rem;line-height:1.6}.blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1400px;margin-bottom:4rem}.blog-card{display:flex;flex-direction:column}.blog-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;margin-bottom:1.5rem}.blog-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;will-change:transform}.blog-card:hover .blog-image{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;left:1rem;background-color:#006464cc;color:#4fd1c5;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;border:1px solid #4fd1c5;z-index:2}.blog-content{display:flex;flex-direction:column;align-items:flex-start}.blog-card-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.blog-snippet{color:#9ca3af;font-size:1rem;margin-bottom:1rem}.blog-meta{display:flex;gap:1.5rem;color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.blog-read-more{color:#4fd1c5;font-size:.875rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease}.blog-read-more:hover{color:#fff}.blogs-footer{display:flex;justify-content:center}.blogs-view-more-btn{background-color:transparent;border:1px solid white;color:#fff;padding:.75rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s ease}.blogs-view-more-btn:hover{background-color:#fff;color:#000}@media(max-width:992px){.blogs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blogs-grid{grid-template-columns:1fr}.blogs-title{font-size:2.5rem}}.photography-services-section{width:100%;background-color:#000;padding:0;content-visibility:auto;contain-intrinsic-size:800px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:0}.service-img-wrapper{width:100%;height:100%;overflow:hidden;position:relative}.service-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;filter:brightness(.7);will-change:transform,filter;backface-visibility:hidden}.service-img-wrapper:hover img{transform:scale(1.05);filter:brightness(1)}.service-content-block{background-color:#0f131a;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem;color:#fff;position:relative;z-index:10}.service-category{color:#c5a47e;font-size:.8rem;letter-spacing:3px;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.service-title{font-size:2.5rem;font-family:Playfair Display,serif;margin-bottom:1.5rem;line-height:1.2}.service-description{font-size:1rem;color:#ccc;line-height:1.6;margin-bottom:2rem;max-width:400px}.service-description strong{color:#fff;font-weight:600}.service-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:12px 28px;font-size:.9rem;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.service-btn:hover{background:#fff;color:#000;border-color:#fff}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.service-content-block{grid-column:span 2;order:-1}}@media(max-width:768px){.services-grid{grid-template-columns:1fr;grid-auto-rows:250px}.service-content-block{grid-column:1;grid-row:auto;padding:2rem;height:auto}.service-title{font-size:2rem}}.testimonials-section{width:100%;background-color:#0b0f15;color:#fff;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;overflow:hidden}.testimonials-main-title{font-size:3rem;font-family:Playfair Display,serif;margin-bottom:4rem;text-align:center}.testimonials-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;gap:4rem}.testimonials-carousel-wrapper{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.cards-stack{position:relative;width:350px;height:450px;perspective:1000px}.testimonial-card{position:absolute;width:100%;height:100%;border-radius:12px;background-color:#1a1f2e;box-shadow:0 10px 30px #00000080;transition:all .5s ease-in-out;display:flex;flex-direction:column;overflow:hidden;opacity:0}.testimonial-card.active{opacity:1;transform:translate(0) scale(1);z-index:10;background-color:#1e40af;background:linear-gradient(to bottom right,#1e40af,#1e3a8a)}.testimonial-card.next{opacity:.6;transform:translate(100px) scale(.85) translateZ(-50px);z-index:5;background-color:#374151}.testimonial-card.prev{opacity:.6;transform:translate(-100px) scale(.85) translateZ(-50px);z-index:5;background-color:#374151}.card-image-container{width:100%;height:50%;overflow:hidden}.card-image-container img{width:100%;height:100%;object-fit:cover}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;text-align:left;position:relative;z-index:2}.card-quote{font-size:1rem;line-height:1.5;font-style:italic;margin-bottom:1rem;color:#e5e7eb;text-shadow:0 1px 2px rgba(0,0,0,.5)}.card-author{font-size:.9rem;color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5)}.author-role{color:#9ca3af;font-weight:400;font-size:.85rem}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;color:#000;width:40px;height:40px;border-radius:50%;border:none;font-size:1.2rem;cursor:pointer;z-index:20;display:flex;justify-content:center;align-items:center;transition:transform .2s}.nav-btn:hover{transform:translateY(-50%) scale(1.1)}.nav-btn.prev{left:-20px}.nav-btn.next{right:-20px}.testimonials-text-content{flex:1;max-width:500px}.content-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;font-family:Playfair Display,serif}.content-description{font-size:1rem;line-height:1.7;color:#d1d5db}@media(max-width:1024px){.testimonials-container{flex-direction:column;gap:3rem}.testimonials-text-content{text-align:center}}@media(max-width:768px){.testimonials-carousel-wrapper{width:100%}.cards-stack{width:280px;height:400px}}.faq-section{width:100%;background-color:#0b0f15;padding:6rem 2rem;display:flex;justify-content:center;color:#fff}.faq-container{width:100%;max-width:900px;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background-color .3s ease}.faq-item:first-child{border-top:1px solid rgba(255,255,255,.1)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.faq-question h3{font-size:1.5rem;font-weight:500;font-family:Playfair Display,serif;margin:0;padding-right:2rem;line-height:1.3}.faq-icon-wrapper{width:40px;height:40px;background-color:#ffffff0d;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease;flex-shrink:0}.faq-icon{font-size:1.2rem;transform:rotate(0);transition:transform .3s ease}.faq-item:hover .faq-icon-wrapper{background-color:#ffffff26}.faq-item.active .faq-icon{transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,opacity .4s ease;opacity:0}.faq-item.active .faq-answer{max-height:200px;opacity:1;padding-bottom:2rem}.faq-answer p{font-size:1rem;line-height:1.6;color:#d1d5db}@media(max-width:768px){.faq-question h3{font-size:1.1rem}.faq-container{width:100%}}.clients-section{background-color:#05080f;padding:6rem 0;color:#fff;text-align:center;overflow:hidden}.clients-header{max-width:800px;margin:0 auto 4rem;padding:0 1rem}.clients-title{font-family:Playfair Display,serif;font-size:4rem;font-weight:400;margin-bottom:.5rem;letter-spacing:2px}.clients-subtitle{display:block;color:#00bcd4;font-size:1.2rem;margin-bottom:2rem;letter-spacing:1px;font-weight:500;text-transform:uppercase}.clients-description{font-size:1.1rem;color:#aeaeae;line-height:1.6}.clients-logos-container{width:100%;overflow:hidden;position:relative;padding:2rem 0}.clients-marquee{display:flex;gap:4rem;width:max-content;animation:scrollLogos 40s linear infinite}.client-logo-item{display:flex;align-items:center;justify-content:center;min-width:150px;height:80px;opacity:.7;transition:opacity .3s;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;white-space:nowrap}.client-logo-item:hover{opacity:1}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.clients-title{font-size:3rem}.clients-marquee{gap:2rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out;padding:20px}.modal-content{background:linear-gradient(135deg,#141923f2,#0a0f14fa);padding:3rem;border-radius:16px;width:90%;max-width:450px;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;animation:slideUp .3s ease-out;max-height:90vh;overflow-y:auto}@media(max-width:480px){.modal-content{padding:2rem;width:100%;margin:0 10px}}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease;padding:.25rem;border-radius:50%}.modal-close-btn:hover{color:#fff;background:#ffffff1a}.modal-header{margin-bottom:2rem;text-align:center}.modal-title{font-family:Garamond,serif;font-size:2rem;color:#fff;margin-bottom:.5rem;font-weight:500}.modal-subtitle{color:#9ca3af;font-size:.95rem;font-family:Inter,sans-serif}.booking-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#d1d5db;font-size:.875rem;font-family:Inter,sans-serif;font-weight:500}.form-group input,.form-group textarea{background:#fff;color:#1f2937;border:1px solid #e5e7eb;padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d433}.submit-btn{margin-top:1rem;background:linear-gradient(90deg,#0e7490,#0891b2);color:#fff;border:none;padding:.875rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.5px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0891b266}.submit-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.modal-content{padding:1.5rem;width:95%}}.blog-post-page{background-color:#000;color:#e5e7eb;font-family:Inter,sans-serif;min-height:100vh}.blog-hero{height:60vh;min-height:400px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#0003)}.blog-hero-content{position:relative;z-index:2;padding:0 10% 4rem;max-width:1200px;margin:0 auto;width:100%}.blog-category-tag{background-color:#c6a355;color:#000;padding:4px 12px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;display:inline-block}.blog-hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1;color:#fff}.blog-hero-meta{display:flex;gap:2rem;font-size:.9rem;color:#9ca3af}.blog-content-container{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.blog-intro p{font-size:1.25rem;line-height:1.8;color:#fff;margin-bottom:3rem;font-weight:300;border-left:4px solid #C6A355;padding-left:1.5rem}.section-heading{font-size:2rem;color:#c6a355;margin:3rem 0 1.5rem;font-weight:700}.blog-section p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#d1d5db}.blog-list{margin:1.5rem 0;padding-left:1.5rem}.blog-list li{margin-bottom:.75rem;position:relative;list-style:none;padding-left:1.5rem}.blog-list li:before{content:"•";color:#c6a355;position:absolute;left:0;font-weight:700}.subsection-item{margin-bottom:2rem;background:#111;padding:1.5rem;border-radius:8px;border:1px solid #333}.subsection-title{font-size:1.3rem;color:#fff;margin-bottom:.5rem}.best-time{font-size:.9rem;color:#9ca3af;margin-top:.5rem}.comparison-box{display:flex;flex-direction:column;gap:1rem;background:#1a1a1a;padding:1.5rem;border-left:4px solid #fff;margin:1.5rem 0}.blog-note{background:#c6a3551a;border:1px solid rgba(198,163,85,.3);padding:1rem;border-radius:6px;font-size:.95rem;margin-top:1rem}.blog-note.warning{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.faq-item{margin-bottom:2rem}.faq-item h3{font-size:1.2rem;color:#fff;margin-bottom:.5rem}.blog-conclusion{margin-top:4rem;border-top:1px solid #333;padding-top:2rem}.cta-box{background:linear-gradient(135deg,#111,#222);padding:2.5rem;text-align:center;border-radius:12px;margin-top:3rem;border:1px solid #333}.cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:1rem}.cta-btn{background-color:#c6a355;color:#000;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s;margin-top:1.5rem}.cta-btn:hover{transform:scale(1.05);background-color:#d4b060}.blog-navigation{margin-top:2rem;text-align:center}.back-link{color:#9ca3af;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#fff}@media(max-width:768px){.blog-hero-title{font-size:2rem}.blog-content-container{padding:3rem 1rem}.blog-hero{height:50vh}}.contact-page{padding-top:100px;background-color:#000;color:#fff;min-height:100vh}.contact-hero{text-align:center;padding:3rem 1rem;margin-bottom:2rem}.contact-hero h1{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1rem;color:#c5a47e}.contact-hero p{font-size:1.1rem;color:#ccc;max-width:600px;margin:0 auto}.contact-cards-container{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:0 1rem 5rem;max-width:1200px;margin:0 auto}.contact-card{background:#0f131a;padding:3rem;border-radius:8px;width:100%;max-width:400px;text-align:center;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;border-color:#c5a47e}.contact-card h2{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.contact-role{color:#c5a47e;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-weight:600}.contact-details{display:flex;flex-direction:column;gap:1rem;font-size:1rem;color:#ccc}.contact-details p{margin:0}.contact-details strong{color:#fff;display:block;margin-bottom:.2rem}.contact-details a{color:#ccc;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#c5a47e}@media(max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-cards-container{gap:2rem}}.terms-privacy-page{padding-top:120px;padding-bottom:80px;background-color:#f5f5f5;color:#111;min-height:100vh}.terms-container{max-width:900px;margin:0 auto;padding:0 20px}.terms-section,.privacy-section{background:#fff;padding:60px;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-bottom:40px}.terms-section h1,.privacy-section h1{font-size:2.5rem;font-weight:800;margin-bottom:10px;color:#000;border-bottom:3px solid #ff8c00;display:inline-block;padding-bottom:5px}.effective-date{font-size:.9rem;color:#666;margin-bottom:40px;font-style:italic}.content-block{margin-bottom:30px}.content-block h2{font-size:1.4rem;font-weight:700;margin-bottom:15px;color:#000}.content-block p{font-size:1.05rem;line-height:1.6;color:#444;margin-bottom:15px}.content-block ul{padding-left:20px;margin-bottom:15px}.content-block li{font-size:1.05rem;line-height:1.6;color:#444;margin-bottom:10px}.content-block a{color:#ff8c00;text-decoration:none;font-weight:600}.content-block a:hover{text-decoration:underline}@media(max-width:768px){.terms-section,.privacy-section{padding:30px 20px}.terms-section h1,.privacy-section h1{font-size:1.8rem}}
