@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Inter:wght@300;400;500;600&family=Bebas+Neue&display=swap');

:root {
  --black:   #0a0a0a;
  --black2:  #111111;
  --black3:  #1a1a1a;
  --gold:    #C9A84C;
  --gold-lt: #e2c06a;
  --gold-dk: #9e7d2e;
  --white:   #ffffff;
  --gray:    #888888;
  --gray-lt: #cccccc;
  --font-display: 'Bebas Neue', sans-serif;
  --font-serif:   'Cormorant Garamond', serif;
  --font-body:    'Inter', sans-serif;
  --ease: cubic-bezier(0.4,0,0.2,1);
  --gold-glow: 0 0 40px rgba(201,168,76,0.12);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;overflow-x:clip;max-width:100%;width:100%;touch-action:pan-y}
body{background:var(--black);color:var(--white);font-family:var(--font-body);font-weight:300;line-height:1.7;overflow-x:clip;max-width:100%;width:100%;position:relative;touch-action:pan-y}
img,svg,iframe,video{max-width:100%}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track{background:var(--black)}
::-webkit-scrollbar-thumb{background:var(--gold)}
::selection{background:var(--gold);color:var(--black)}

/* Safety: prevent any inline icon SVG from ballooning if its class is slow to load */
.service-card svg,.trust-item svg,.why-card svg,.pricing-card-title svg,.contact-card svg,.intro-icon-item svg,.journey-node svg,.btn-primary svg,.btn-secondary svg,.nav-cta svg,.social-link svg,.walkin-badge svg,.faq-icon svg{max-width:40px;max-height:40px}

/* LOADER */
#loader{position:fixed;inset:0;background:var(--black);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .7s ease,visibility .7s ease}
#loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader-inner{text-align:center}
.loader-text{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);letter-spacing:.4em;color:var(--gold);animation:pulse 1.4s ease infinite}
.loader-bar{width:0;height:1px;background:var(--gold);margin-top:1.2rem;animation:loadbar 1.8s ease forwards}
@keyframes loadbar{to{width:100%}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.4rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:background .4s var(--ease),padding .4s var(--ease)}
nav.scrolled{background:rgba(10,10,10,.96);backdrop-filter:blur(24px);padding:.9rem 3rem;border-bottom:1px solid rgba(201,168,76,.12)}
.nav-logo{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.nav-logo img{height:88px;width:auto;object-fit:contain;transition:height .4s ease}
nav.scrolled .nav-logo img{height:68px}
.nav-logo-text{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.18em;color:var(--white)}
.nav-logo-text span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}
.nav-links a{font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.65);text-decoration:none;position:relative;transition:color .3s ease}
.nav-links a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .35s ease}
.nav-links a:hover,.nav-links a.active{color:var(--white)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-cta{font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(201,168,76,.5);padding:.55rem 1.3rem;text-decoration:none;transition:all .3s ease}
.nav-cta:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{display:block;width:24px;height:1.5px;background:var(--white);transition:all .3s ease}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;inset:0;background:rgba(10,10,10,.98);backdrop-filter:blur(20px);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:var(--font-display);font-size:clamp(2rem,7vw,3.5rem);letter-spacing:.1em;color:var(--white);text-decoration:none;transition:color .3s ease}
.mobile-menu a:hover{color:var(--gold)}
.mobile-menu .mobile-phone{font-family:var(--font-body);font-size:1rem;color:var(--gold);letter-spacing:.1em;margin-top:1rem}

/* HERO */
.hero{position:relative;height:100vh;min-height:680px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 75% 50%,rgba(201,168,76,.05) 0%,transparent 60%),radial-gradient(ellipse at 15% 15%,rgba(201,168,76,.07) 0%,transparent 50%),linear-gradient(150deg,#0a0808 0%,#0a0a0a 50%,#080a08 100%)}
.hero-particles{position:absolute;inset:0;overflow:hidden}
.particle{position:absolute;width:2px;height:2px;background:var(--gold);border-radius:50%;animation:floatup linear infinite;opacity:0}
@keyframes floatup{0%{transform:translateY(100vh);opacity:0}10%{opacity:.5}90%{opacity:.2}100%{transform:translateY(-10vh);opacity:0}}
.hero-scene{position:absolute;right:0;top:0;width:58%;height:100%;overflow:hidden}
.scene-svg{width:100%;height:100%;opacity:.88;animation:float 9s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.pole-stripe{animation:poleAnim 3.5s linear infinite}
@keyframes poleAnim{from{transform:translateY(0)}to{transform:translateY(480px)}}
.scissors-glow{animation:sglow 3s ease-in-out infinite}
@keyframes sglow{0%,100%{filter:drop-shadow(0 0 4px rgba(201,168,76,.25))}50%{filter:drop-shadow(0 0 14px rgba(201,168,76,.65))}}
.hero-photo{position:absolute;right:0;top:0;width:100%;height:100%;object-fit:cover;object-position:65% center;opacity:.9;filter:grayscale(0%) contrast(1.05)}
/* FULL BRIGHT HERO — image shown clearly, minimal gradient only behind text */
.hero-full .hero-photo{opacity:1;filter:none}
.hero-full::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.55) 32%,rgba(8,8,8,.15) 55%,transparent 75%);z-index:1}
.hero-full::after{content:'';position:absolute;left:0;right:0;bottom:0;height:35%;background:linear-gradient(to top,rgba(8,8,8,.7),transparent);z-index:1}
.hero-full .hero-content,.hero-full .hero-scroll,.hero-full .hero-stats{z-index:3}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(8,8,8,.92) 0%,rgba(8,8,8,.75) 28%,rgba(8,8,8,.4) 50%,rgba(8,8,8,.15) 70%,rgba(8,8,8,.05) 100%)}
.hero-content{position:relative;z-index:2;padding:0 3rem;max-width:640px}
.hero-eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;display:flex;align-items:center;gap:.8rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .3s forwards}
.hero-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--gold)}
.hero-title{font-family:var(--font-display);font-size:clamp(2.6rem,5.5vw,5.2rem);line-height:.95;letter-spacing:.02em;color:var(--white);opacity:0;transform:translateY(30px);animation:fadeUp .8s ease .5s forwards}
.hero-title .gold{color:var(--gold)}
.hero-subtitle{font-family:var(--font-serif);font-size:clamp(.95rem,1.6vw,1.15rem);font-style:italic;color:rgba(255,255,255,.6);margin:1.4rem 0 2.2rem;max-width:440px;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .7s forwards}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease .9s forwards}
.hero-scroll{position:absolute;bottom:2.5rem;left:3rem;display:flex;align-items:center;gap:.8rem;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.35);opacity:0;animation:fadeUp .8s ease 1.2s forwards}
.scroll-line{width:36px;height:1px;background:rgba(255,255,255,.2);position:relative;overflow:hidden}
.scroll-line::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold);animation:slide 2s ease infinite}
@keyframes slide{0%{left:-100%}100%{left:100%}}
.hero-stats{position:absolute;bottom:2.2rem;right:3rem;display:flex;gap:2.4rem;opacity:0;animation:fadeUp .8s ease 1.1s forwards;z-index:2}
.hero-stat .num{font-family:var(--font-display);font-size:1.9rem;color:var(--gold);line-height:1}
.hero-stat .label{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:.2rem}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}

/* TRUST BAR */
.trust-bar{background:#070707;border-top:1px solid rgba(201,168,76,.12);border-bottom:1px solid rgba(201,168,76,.12);padding:2.2rem 3rem;width:100%}
.trust-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}
.trust-item{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:0 2rem;position:relative;justify-content:center;height:100%}
.trust-item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:42px;background:rgba(201,168,76,.22)}
.trust-item .trust-icon{width:34px;height:34px;min-width:34px;stroke:var(--gold);fill:none;stroke-width:1.4;flex-shrink:0}
.trust-item .trust-title{font-family:var(--font-body);font-size:.92rem;font-weight:700;letter-spacing:.08em;color:var(--gold);text-transform:uppercase;line-height:1.2;white-space:nowrap}
.trust-item .trust-desc{font-size:.82rem;color:var(--white);margin-top:.2rem;white-space:nowrap}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;padding:.85rem 1.7rem;background:var(--gold);color:var(--black);position:relative;overflow:hidden;transition:all .35s ease;white-space:nowrap}
.btn-primary::before{content:'';position:absolute;inset:0;background:var(--gold-lt);transform:translateX(-100%);transition:transform .35s ease}
.btn-primary:hover::before{transform:translateX(0)}
.btn-primary span,.btn-primary svg{position:relative;z-index:1}
.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;padding:.85rem 1.7rem;background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.25);transition:all .35s ease;white-space:nowrap}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold)}

/* SECTIONS */
section{padding:5.5rem 3rem}
.container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}
.section-tag{font-size:.65rem;font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-title{font-family:var(--font-display);font-size:clamp(1.9rem,3.4vw,3.2rem);line-height:1.05;letter-spacing:.02em;color:var(--white);margin-bottom:1.4rem}
.section-title .gold{color:var(--gold)}
.section-body{font-size:.93rem;color:var(--gray-lt);line-height:1.85;max-width:560px}

/* STATS BAR */
.stats-bar{background:var(--gold);padding:2.2rem 3rem}
.stats-inner{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1100px;margin:0 auto}
.stat-item{text-align:center}
.stat-num{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);color:var(--black);line-height:1}
.stat-label{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(10,10,10,.6);margin-top:.25rem}

/* ABOUT STRIP */
.about-strip{background:var(--black2);padding:7rem 3rem}
.about-strip-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1280px;margin:0 auto}
.about-img-wrap{position:relative}
.about-img-wrap img{width:100%;height:560px;object-fit:cover;object-position:center top;display:block}
.about-img-frame{position:absolute;top:-16px;left:-16px;right:16px;bottom:16px;border:1px solid rgba(201,168,76,.25);pointer-events:none;z-index:0}
.about-img-wrap img{position:relative;z-index:1}
.about-badge{position:absolute;bottom:2.5rem;left:0;background:var(--gold);color:var(--black);padding:1.2rem 1.6rem;z-index:2;text-align:center}
.about-badge strong{display:block;font-family:var(--font-display);font-size:2.2rem;line-height:1}
.about-badge span{font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.8}

/* JOURNEY */
.journey{background:var(--black2);padding:7rem 3rem}
.journey-steps{display:flex;gap:0;position:relative;max-width:1000px;margin:4rem auto 0}
.journey-steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:1px;background:rgba(201,168,76,.2)}
.journey-step{flex:1;text-align:center;padding:0 2rem;position:relative}
.journey-node{width:56px;height:56px;border:1px solid rgba(201,168,76,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:var(--black2);position:relative;z-index:1;transition:all .4s ease}
.journey-node svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.5}
.journey-step:hover .journey-node{background:var(--gold);border-color:var(--gold)}
.journey-step:hover .journey-node svg{stroke:var(--black)}
.journey-place{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.1em;color:var(--white);margin-bottom:.5rem}
.journey-desc{font-size:.83rem;color:var(--gray);line-height:1.65}

/* SERVICES GRID */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:rgba(201,168,76,.08)}
.service-card{background:var(--black2);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .4s ease}
.service-card::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .5s ease}
.service-card:hover{background:var(--black3)}
.service-card:hover::after{width:100%}
.service-icon{width:36px;height:36px;margin-bottom:1.6rem;stroke:var(--gold);fill:none;stroke-width:1.4;display:block}
.service-name{font-family:var(--font-display);font-size:1.9rem;letter-spacing:.04em;color:var(--white);margin-bottom:.8rem}
.service-desc{font-size:.84rem;color:var(--gray);line-height:1.75}
.service-price{margin-top:1.2rem;font-size:.78rem;color:var(--gold);letter-spacing:.15em;text-transform:uppercase}

/* PRICING */
.pricing-section{background:var(--black)}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}
.pricing-card{border:1px solid rgba(201,168,76,.12);padding:2.5rem;transition:border-color .4s ease,box-shadow .4s ease}
.pricing-card:hover{border-color:rgba(201,168,76,.5);box-shadow:var(--gold-glow)}
.pricing-card-title{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.15em;color:var(--gold);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,168,76,.15);display:flex;align-items:center;gap:.8rem}
.pricing-card-title svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5}
.price-row{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.04);transition:color .3s ease}
.price-row:last-child{border-bottom:none}
.price-row:hover .price-name{color:var(--gold)}
.price-name{font-size:.88rem;color:var(--gray-lt);transition:color .3s ease}
.price-amount{font-family:var(--font-serif);font-size:1.05rem;color:var(--gold);font-weight:600}

/* FAQ */
.faq-section{background:var(--black2)}
.faq-list{max-width:820px;margin:4rem auto 0}
.faq-item{border-bottom:1px solid rgba(201,168,76,.08)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.92rem;color:var(--white);text-align:left;transition:color .3s ease;gap:1rem}
.faq-q:hover{color:var(--gold)}
.faq-icon{width:26px;height:26px;border:1px solid rgba(201,168,76,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-size:.9rem;transition:transform .4s ease,background .3s ease}
.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gold);color:var(--black)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a{max-height:300px}
.faq-a p{padding-bottom:1.5rem;font-size:.88rem;color:var(--gray);line-height:1.85}

/* GALLERY */
.gallery-section{background:var(--black)}
.gallery-filters{display:flex;gap:.8rem;flex-wrap:wrap;margin:3rem 0 2rem}
.filter-btn{font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:.55rem 1.3rem;background:transparent;color:var(--gray);border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}
.filter-btn:hover,.filter-btn.active{background:var(--gold);color:var(--black);border-color:var(--gold)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}
.gallery-item{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:grayscale(15%)}
.gallery-item:hover img{transform:scale(1.07);filter:grayscale(0%)}
.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.8) 0%,transparent 55%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:1.4rem}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-label{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.08em;color:var(--gold)}
.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.96);z-index:2000;align-items:center;justify-content:center}
.lightbox.open{display:flex}
.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain}
.lightbox-close{position:absolute;top:2rem;right:2rem;font-size:2rem;color:var(--gold);cursor:pointer;background:none;border:none;line-height:1}

/* CONTACT */
.contact-section{background:var(--black)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.contact-cards{display:flex;flex-direction:column;gap:1.2rem}
.contact-card{display:flex;align-items:flex-start;gap:1.3rem;padding:1.8rem;border:1px solid rgba(201,168,76,.1);transition:border-color .4s ease,box-shadow .4s ease}
.contact-card:hover{border-color:rgba(201,168,76,.45);box-shadow:var(--gold-glow)}
.contact-card-icon{width:44px;height:44px;border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-card-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5}
.contact-card-label{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}
.contact-card-val{font-size:.9rem;color:var(--white);text-decoration:none;line-height:1.5;transition:color .3s ease}
.contact-card-val:hover{color:var(--gold)}
.hours-block{margin-top:2.5rem}
.hours-title{font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.hours-row{display:flex;justify-content:space-between;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.88rem}
.hours-day{color:var(--gray-lt)}
.hours-time{color:var(--gold)}
.walkin-badge{margin-top:1.5rem;padding:.85rem 1.4rem;border:1px solid rgba(201,168,76,.2);display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.walkin-badge svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2}
.map-wrap{position:relative}
.map-wrap iframe{width:100%;height:420px;border:none;filter:grayscale(75%) invert(92%) contrast(.88);transition:filter .5s ease}
.map-wrap:hover iframe{filter:grayscale(20%)}
.map-wrap::after{content:'';position:absolute;inset:0;border:1px solid rgba(201,168,76,.18);pointer-events:none}

/* CTA BAND */
.cta-band{background:var(--black2);text-align:center;padding:7rem 3rem;position:relative;overflow:hidden}
.cta-band::before{content:'FSB';position:absolute;font-family:var(--font-display);font-size:22rem;color:rgba(201,168,76,.025);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;letter-spacing:.2em;white-space:nowrap;z-index:0}
.cta-band .container,.cta-band>div{position:relative;z-index:1}
.cta-band .section-title{margin-bottom:1rem}
.cta-band p{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:rgba(255,255,255,.45);margin-bottom:2.5rem}
.cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* PAGE HERO — IMG based, identical treatment to home hero: full bright image, gradient only behind text */
.page-hero{height:100vh;min-height:600px;display:flex;align-items:flex-end;padding:0 3rem 6rem;position:relative;overflow:hidden;background:var(--black)}
.page-hero-photo{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;filter:none;z-index:0;display:block}
/* Per-page hero focus (desktop) */
.hero-about{object-position:center center}
.hero-services{object-position:center center}
.hero-gallery{object-position:center 35%}
.hero-contact{object-position:center center}
.page-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.55) 32%,rgba(8,8,8,.15) 55%,transparent 75%);z-index:1}
.page-hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:35%;background:linear-gradient(to top,rgba(8,8,8,.7),transparent);z-index:1}
.page-hero-content{position:relative;z-index:2;max-width:1280px;width:100%;margin:0 auto}
.page-hero-title{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5.5rem);letter-spacing:.04em;color:var(--white);line-height:1}
.page-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.4);z-index:2}
.page-hero-scroll::after{content:'';width:1px;height:32px;background:linear-gradient(to bottom,var(--gold),transparent)}

/* CLEAN INTRO SECTION */
.intro-section{background:var(--black2);padding:5.5rem 3rem;text-align:center}
.intro-inner{max-width:760px;margin:0 auto}
.intro-icons{display:flex;justify-content:center;gap:2.5rem;margin-top:2.5rem;flex-wrap:wrap}
.intro-icon-item{display:flex;flex-direction:column;align-items:center;gap:.6rem}
.intro-icon-item svg{width:28px;height:28px;stroke:var(--gold);fill:none;stroke-width:1.4}
.intro-icon-item span{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-lt)}

/* WHY CARDS */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:4rem}
.why-card{padding:2.5rem;border:1px solid rgba(201,168,76,.1);transition:border-color .4s ease,box-shadow .4s ease}
.why-card:hover{border-color:rgba(201,168,76,.4);box-shadow:var(--gold-glow)}
.why-card svg{width:32px;height:32px;stroke:var(--gold);fill:none;stroke-width:1.4;margin-bottom:1.2rem;display:block}
.why-title{font-family:var(--font-display);font-size:1.3rem;letter-spacing:.05em;color:var(--white);margin-bottom:.7rem}
.why-desc{font-size:.84rem;color:var(--gray);line-height:1.7}

/* SONS FEATURE */
.sons-section{background:var(--black);padding:7rem 3rem}
.sons-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1280px;margin:0 auto}
.sons-img{width:100%;height:520px;object-fit:cover;object-position:center top;filter:grayscale(10%)}

/* FOOTER */
footer{background:#050505;border-top:1px solid rgba(201,168,76,.08);padding:3rem 3rem 1.5rem}
.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.04)}
.footer-brand .logo-text{font-family:var(--font-display);font-size:1.4rem;letter-spacing:.16em;color:var(--white);margin-bottom:.8rem}
.footer-brand .logo-text span{color:var(--gold)}
.footer-brand p{font-size:.8rem;color:var(--gray);line-height:1.7;max-width:250px;margin-bottom:1.2rem}
.social-links{display:flex;gap:.6rem}
.social-link{width:34px;height:34px;border:1px solid rgba(201,168,76,.18);display:flex;align-items:center;justify-content:center;color:var(--gray);text-decoration:none;transition:all .3s ease}
.social-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.5}
.social-link:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.05)}
.footer-col h4{font-size:.6rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{font-size:.8rem;color:var(--gray);text-decoration:none;transition:color .3s ease}
.footer-col ul li a:hover{color:var(--white)}
.footer-col p{font-size:.8rem;color:var(--gray);line-height:1.6}
.footer-col a{color:var(--gold);text-decoration:none}
.footer-bottom{max-width:1280px;margin:0 auto;padding-top:1.4rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}
.footer-bottom p{font-size:.75rem;color:rgba(255,255,255,.3)}
.footer-bottom a{color:var(--gold)}

/* AOS */
[data-aos]{transition:opacity .75s ease,transform .75s ease}
[data-aos="fade-up"]{opacity:0;transform:translateY(40px)}
[data-aos="fade-right"]{opacity:0;transform:translateX(-40px)}
[data-aos="fade-left"]{opacity:0;transform:translateX(40px)}
[data-aos="zoom-in"]{opacity:0;transform:scale(.9)}
[data-aos].aos-animate{opacity:1;transform:none}

/* RESPONSIVE */
/* LAPTOP (1024-1440) */
@media(max-width:1440px){
  .hero-title{font-size:clamp(2.4rem,5vw,4.4rem)}
}
@media(max-width:1024px){
  nav{padding:1.1rem 2rem}
  section{padding:4rem 2rem}
  .about-strip{padding:4rem 2rem}
  .about-strip-inner{grid-template-columns:1fr;gap:3rem}
  .about-badge{left:.5rem}
  .contact-grid{grid-template-columns:1fr;gap:3rem}
  .footer-inner{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .journey-steps{flex-direction:column;gap:2.5rem}
  .journey-steps::before{display:none}
  .sons-inner{grid-template-columns:1fr;gap:3rem}
  .sons-img{height:380px}
  .trust-inner{gap:.5rem}
  .trust-item{padding:0 1.2rem;gap:.7rem}
  .trust-item .trust-title{font-size:.8rem}
  .trust-item .trust-desc{font-size:.74rem}
  .hero-stats{display:none}
}
@media(max-width:768px){
  nav{padding:1rem 1.5rem}
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  section{padding:3.5rem 1.25rem}
  .about-strip{padding:3.5rem 1.25rem}
  /* ALIGNMENT NORMALIZATION — center all section content on mobile for consistency.
     Heroes stay left-aligned (editorial), all body sections center to match each other. */
  .about-strip-inner > div,
  .sons-inner > div,
  #why .why-card,
  .section-body{margin-left:auto;margin-right:auto}
  .about-strip .section-tag,.about-strip .section-title,.about-strip .section-body,
  .sons-section .section-tag,.sons-section .section-title,.sons-section .section-body,
  section .section-tag,section .section-title,section .section-body{text-align:center}
  .section-body{max-width:100%}
  /* section tags use a left accent line via ::before; center it too */
  .about-strip .section-tag,.sons-section .section-tag{display:block}
  /* HEROES always stay left-aligned regardless of the centering rules above */
  .hero-content,.hero-content .section-tag,.hero-content .hero-title,.hero-content .hero-subtitle,
  .page-hero-content,.page-hero-content .section-tag,.page-hero-content .page-hero-title{text-align:left}
  .page-hero-content,.hero-content{margin-left:0;margin-right:auto}
  /* buttons in content sections center on mobile */
  .about-strip-inner a.btn-primary,.about-strip-inner a.btn-secondary,
  .sons-inner a.btn-primary,.sons-inner a.btn-secondary{margin-left:auto;margin-right:auto}
  /* HERO mobile */
  .hero{min-height:600px;height:100vh}
  .hero-content{padding:0 1.5rem;max-width:100%}
  .hero-photo{object-position:65% center}
  /* keep the SAME gradient treatment as desktop, just angled more vertical for narrow screens */
  .hero-full::before{background:linear-gradient(120deg,rgba(8,8,8,.85) 0%,rgba(8,8,8,.6) 40%,rgba(8,8,8,.2) 70%,transparent 100%)}
  .hero-scroll{left:1.5rem}
  .hero-eyebrow{font-size:.6rem;letter-spacing:.3em;margin-bottom:1rem}
  .hero-subtitle{font-size:.95rem;margin:1.2rem 0 1.8rem}
  /* PAGE HERO mobile — same treatment as desktop */
  .page-hero{padding:0 1.5rem 3rem;min-height:520px}
  .page-hero::before{background:linear-gradient(120deg,rgba(8,8,8,.85) 0%,rgba(8,8,8,.6) 40%,rgba(8,8,8,.2) 70%,transparent 100%)}
  .page-hero-title{font-size:clamp(2.2rem,9vw,3.2rem)}
  /* mobile hero focus — center on the key subject of each image */
  .hero-about{object-position:center center}      /* storefront window + logo */
  .hero-services{object-position:72% center}        /* tools sit on the right */
  .hero-gallery{object-position:center center}      /* both boys centered */
  .hero-contact{object-position:62% center}         /* wall logo toward right */
  /* grids collapse */
  .pricing-grid{grid-template-columns:1fr;gap:1.5rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:3px}
  .services-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  footer{padding:2.5rem 1.5rem 1.2rem}
  .stats-bar{padding:2rem 1.5rem}
  .about-img-wrap img{height:340px}
  /* frame decoration stays inside on mobile to prevent horizontal scroll */
  .about-img-frame{top:-8px;left:-8px;right:8px;bottom:8px}
  /* TRUST BAR mobile — items same width, icons in one vertical line */
  .trust-bar{padding:2rem 1.5rem}
  .trust-inner{grid-template-columns:1fr;gap:1.6rem;justify-items:center;width:100%}
  .trust-item{padding:0;justify-content:flex-start;align-items:center;width:240px;max-width:240px;gap:.9rem;text-align:left}
  .trust-item:not(:last-child)::after{display:none}
  .trust-item .trust-icon{width:30px;height:30px;min-width:30px;flex-shrink:0}
  .trust-item > div{flex:1;min-width:0}
  .trust-item .trust-title{white-space:normal}
  .trust-item .trust-desc{white-space:normal}
  /* intro + sections */
  .intro-section{padding:3.5rem 1.5rem}
  .intro-icons{gap:1.25rem}
  .section-title{font-size:clamp(1.7rem,7vw,2.6rem)}
  .cta-band{padding:4rem 1.5rem}
  .cta-band::before{font-size:11rem}
  /* contact cards */
  .contact-card{padding:1.4rem}
  .map-wrap iframe{height:320px}
}
@media(max-width:480px){
  nav{padding:.85rem 1.2rem}
  .nav-logo img{height:64px}
  nav.scrolled .nav-logo img{height:54px}
  section{padding:3rem 1.1rem}
  .about-strip{padding:3rem 1.1rem}
  /* hero */
  .hero{min-height:560px}
  .hero-title{font-size:2.4rem;line-height:.98}
  .hero-subtitle{font-size:.9rem}
  .hero-btns{flex-direction:column;width:100%}
  .hero-btns .btn-primary,.hero-btns .btn-secondary{justify-content:center;width:100%}
  .hero-scroll{display:none}
  /* page hero */
  .page-hero{min-height:460px;padding:0 1.2rem 2.5rem}
  .page-hero-title{font-size:2.3rem}
  .page-hero-scroll{display:none}
  /* gallery single column on phone */
  .gallery-grid{grid-template-columns:1fr;gap:6px}
  .gallery-item{aspect-ratio:4/5}
  /* buttons full width */
  .btn-primary,.btn-secondary{justify-content:center;width:100%}
  .cta-btns{flex-direction:column;align-items:stretch}
  .cta-btns .btn-primary,.cta-btns .btn-secondary{width:100%}
  .services-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  /* about badge smaller */
  .about-badge{padding:.9rem 1.1rem;left:.5rem;bottom:1.5rem}
  .about-badge strong{font-size:1.7rem}
  /* section titles */
  .section-title{font-size:2rem}
  .page-hero-title{letter-spacing:.02em}
  /* trust */
  .trust-item{width:215px;max-width:215px}
  .trust-item .trust-title{font-size:.85rem}
  .trust-item .trust-desc{font-size:.78rem}
  /* pricing */
  .pricing-card{padding:1.8rem 1.4rem}
  /* footer */
  .footer-brand p{max-width:100%}
  /* hide heavy decorative bg text */
  .cta-band::before{font-size:7rem;opacity:.02}
  /* contact hero clean stays readable */
  .map-wrap iframe{height:280px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
