/* ══════════════════════════════════════════════════════════════ Automated Security Solutions — style.css v2 Shared across all pages including portfolio.html ══════════════════════════════════════════════════════════════ */ /* ── RESET & VARIABLES ─────────────────────────────────────── */ *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ --page: #f8f8f8; --white: #ffffff; --black: #0a0a0a; --ink: #111111; --muted: #555555; --faint: #999999; --line: #e2e2e2; --line2: #c8c8c8; --green: #1b4332; --green2: #2d6a4f; --green3: #52b788; --srv-bg: #eef4f1; --nav-h: 70px; --r: 3px; --r2: 6px; --shadow: 0 2px 24px rgba(0,0,0,.07); } html{scroll-behavior:smooth;font-size:16px} body{ background:var(--page);color:var(--ink); font-family:'Inter',sans-serif; font-style:italic;font-weight:400;line-height:1.65; overflow-x:hidden; } a{color:inherit;text-decoration:none} img{display:block;max-width:100%;height:auto} button{cursor:pointer;font-family:'Inter',sans-serif;font-style:italic;border:none} ::-webkit-scrollbar{width:4px} ::-webkit-scrollbar-track{background:var(--page)} ::-webkit-scrollbar-thumb{background:var(--green);border-radius:2px} /* ── NAV ───────────────────────────────────────────────────── */ #nav{ position:fixed;top:0;left:0;right:0;z-index:999; height:var(--nav-h); display:flex;align-items:center;justify-content:space-between; padding:0 5%; background:rgba(248,248,248,.92); backdrop-filter:blur(16px); border-bottom:1px solid var(--line); transition:background .3s,box-shadow .3s; } #nav.scrolled{background:rgba(248,248,248,.98);box-shadow:var(--shadow)} .nav-logo{display:flex;align-items:center;gap:13px;flex-shrink:0} .nav-logo-img{height:40px;width:auto;max-width:150px;object-fit:contain;display:block;flex-shrink:0} .nav-logo-mark{ width:36px;height:36px;background:var(--green); display:flex;align-items:center;justify-content:center; flex-shrink:0;border-radius:2px; } .nav-logo-mark svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .nav-brand{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1rem;color:var(--black);line-height:1.15;letter-spacing:.01em} .nav-brand-sub{font-family:'Inter',sans-serif;font-style:italic;font-size:.56rem;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-top:2px} .nav-links{display:flex;align-items:center;gap:2.5rem} .nav-links a{font-family:'Inter',sans-serif;font-style:italic;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);position:relative;padding-bottom:3px;transition:color .2s} .nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--green);transition:width .2s} .nav-links a:hover,.nav-links a.active{color:var(--green)} .nav-links a:hover::after,.nav-links a.active::after{width:100%} .nav-btn{padding:9px 22px;background:var(--green);color:#fff;font-family:'Inter',sans-serif;font-style:italic;font-weight:600;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r);transition:background .2s,transform .15s} .nav-btn:hover{background:var(--green2);transform:translateY(-1px)} .mob-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none} .mob-btn span{width:22px;height:1.5px;background:var(--ink);display:block;border-radius:1px;transition:transform .25s,opacity .25s} /* ── BUTTONS ────────────────────────────────────────────────── */ .btn-primary{ display:inline-flex;align-items:center;gap:8px; padding:14px 30px;background:var(--green);color:#fff; font-family:'Inter',sans-serif;font-style:italic;font-weight:600; font-size:.82rem;letter-spacing:.08em;text-transform:uppercase; border:none;border-radius:var(--r);cursor:pointer; transition:background .2s,transform .15s,box-shadow .2s; } .btn-primary:hover{background:var(--green2);transform:translateY(-2px);box-shadow:0 6px 24px rgba(27,67,50,.25)} .btn-outline{ display:inline-flex;align-items:center;gap:8px; padding:12px 26px;background:transparent;color:var(--green); font-family:'Inter',sans-serif;font-style:italic;font-weight:600; font-size:.8rem;letter-spacing:.08em;text-transform:uppercase; border:1.5px solid var(--green);border-radius:var(--r);cursor:pointer; transition:background .2s,color .2s,transform .15s; } .btn-outline:hover{background:var(--green);color:#fff;transform:translateY(-2px)} /* ── SECTION UTILITIES ─────────────────────────────────────── */ section{padding:6.5rem 5%} .sec-eyebrow{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem} .sec-eyebrow::before{content:'';width:20px;height:1px;background:var(--green);flex-shrink:0} .sec-eyebrow span{font-family:'Inter',sans-serif;font-style:italic;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green)} .sec-h{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;color:var(--black);letter-spacing:-.01em;margin-bottom:.8rem} .sec-sub{font-size:.97rem;font-style:italic;color:var(--muted);max-width:560px;line-height:1.75;margin-bottom:3rem} /* ── SERVICES GRID ─────────────────────────────────────────── */ .services-section{background:var(--white);border-top:1px solid var(--line)} .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5px;background:var(--line);border:1px solid var(--line);border-radius:var(--r2);overflow:hidden} .srv-link{display:block;text-decoration:none;color:inherit} .srv{background:var(--srv-bg);padding:2.2rem 1.8rem;position:relative;overflow:hidden;transition:background .25s,box-shadow .25s;height:100%} .srv:hover{background:#e4ede8;box-shadow:inset 0 0 0 1.5px var(--green2)} .srv-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .3s} .srv-link:hover .srv-bar{transform:scaleX(1)} .srv-num{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.18em;color:var(--green3);margin-bottom:1.4rem;text-transform:uppercase} .srv-icon{width:46px;height:46px;margin-bottom:1.3rem;background:var(--white);border:1px solid rgba(27,67,50,.15);border-radius:var(--r);display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s} .srv-link:hover .srv-icon{background:var(--green);border-color:var(--green)} .srv-icon svg{width:20px;height:20px;fill:none;stroke:var(--green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s} .srv-link:hover .srv-icon svg{stroke:#fff} .srv-h{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.1rem;color:var(--black);margin-bottom:.65rem;letter-spacing:.01em} .srv-p{font-size:.88rem;font-style:italic;color:var(--muted);line-height:1.68} .srv-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1.2rem} .srv-tag{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--green2);background:rgba(27,67,50,.07);border:1px solid rgba(27,67,50,.15);padding:3px 9px;border-radius:2px} .srv-arrow{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.75rem;font-style:italic;color:var(--green);font-weight:600;letter-spacing:.04em;transition:gap .2s} .srv-link:hover .srv-arrow{gap:.7rem} /* ── HOMEPAGE PORTFOLIO (hover cards) ──────────────────────── */ .port-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5px;background:var(--line);border:1px solid var(--line);border-radius:var(--r2);overflow:hidden} .port-card{background:var(--page);position:relative;overflow:hidden;cursor:pointer;display:block;color:inherit;transition:background .2s} .port-card:hover{background:var(--srv-bg)} .port-vis{height:220px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)} .port-vis img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block} .port-card:hover .port-vis img{transform:scale(1.06)} .port-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem} .port-placeholder svg{width:36px;height:36px;fill:none;stroke:rgba(27,67,50,.3);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round} .port-placeholder-text{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(27,67,50,.35)} .port-overlay{position:absolute;inset:0;background:rgba(27,67,50,.82);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;opacity:0;transition:opacity .3s ease} .port-card:hover .port-overlay{opacity:1} .port-overlay-label{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.2rem;color:#fff;text-align:center;transform:translateY(14px);transition:transform .3s ease} .port-overlay-sub{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7);transform:translateY(14px);transition:transform .3s .06s ease} .port-card:hover .port-overlay-label,.port-card:hover .port-overlay-sub{transform:translateY(0)} .port-body{padding:1.5rem} .port-type{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);margin-bottom:.5rem} .port-h{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1rem;color:var(--black);margin-bottom:.5rem} .port-p{font-size:.83rem;font-style:italic;color:var(--muted);line-height:1.65;margin-bottom:1rem} .port-specs{display:flex;flex-wrap:wrap;gap:.35rem} .port-spec{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);padding:2px 8px;border-radius:2px;background:var(--white)} /* ── ABOUT / WHY US ─────────────────────────────────────────── */ .about-section{background:var(--page);border-top:1px solid var(--line)} .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start} .about-pull{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.35;color:var(--black);border-left:3px solid var(--green);padding-left:1.2rem;margin-bottom:2rem} .about-p{font-size:.95rem;font-style:italic;color:var(--muted);line-height:1.78;margin-bottom:1rem} .about-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)} .badge{font-family:'Inter',sans-serif;font-style:italic;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);border:1px solid rgba(27,67,50,.25);background:rgba(27,67,50,.05);padding:5px 10px;border-radius:2px} .why-list{display:flex;flex-direction:column;gap:1px;border:1px solid var(--line);border-radius:var(--r2);overflow:hidden} .why{background:var(--white);padding:1.35rem 1.5rem;display:flex;gap:1.2rem;align-items:flex-start;border-bottom:1px solid var(--line);transition:background .2s} .why:last-child{border-bottom:none} .why:hover{background:var(--srv-bg)} .why-num{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.4rem;color:rgba(27,67,50,.18);line-height:1;flex-shrink:0;min-width:32px;padding-top:2px} .why-body strong{display:block;font-family:'Inter',sans-serif;font-style:italic;font-weight:600;font-size:.88rem;color:var(--black);margin-bottom:.25rem} .why-body p{font-size:.82rem;font-style:italic;color:var(--muted);line-height:1.6} /* ── CONTACT & FORM ─────────────────────────────────────────── */ .contact-section{background:var(--page);border-top:1px solid var(--line)} .contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start} .cinfo-stack{margin-top:2rem;display:flex;flex-direction:column;gap:1.6rem} .cinfo-row{display:flex;gap:1rem;align-items:flex-start} .cinfo-ico{width:36px;height:36px;flex-shrink:0;background:var(--srv-bg);border:1px solid rgba(27,67,50,.18);border-radius:var(--r);display:flex;align-items:center;justify-content:center} .cinfo-ico svg{width:15px;height:15px;fill:none;stroke:var(--green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round} .cinfo-lbl{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);margin-bottom:.2rem} .cinfo-val{font-size:.95rem;font-style:italic;font-weight:500} .cinfo-val a{transition:color .2s;color:inherit} .cinfo-val a:hover{color:var(--green)} .hours-box{margin-top:2rem;background:var(--white);border:1px solid var(--line);border-radius:var(--r2);padding:1.5rem} .hours-ttl{font-family:'Inter',sans-serif;font-style:italic;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--green);margin-bottom:1rem} .hours-row{display:flex;justify-content:space-between;font-size:.85rem;font-style:italic;padding:.32rem 0;border-bottom:1px solid var(--line)} .hours-row:last-child{border-bottom:none;color:var(--green)} .hours-row span:last-child{font-family:'Inter',sans-serif;font-style:italic;font-size:.8rem;color:var(--muted)} .cform{background:var(--white);border:1px solid var(--line);border-radius:var(--r2);padding:2.5rem 2.2rem} .cform-h{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.4rem;color:var(--black);margin-bottom:.4rem} .cform-sub{font-size:.85rem;font-style:italic;color:var(--muted);margin-bottom:2rem} .frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem} .ffield{margin-bottom:1rem} .ffield label{display:block;font-family:'Inter',sans-serif;font-style:italic;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem} .ffield input,.ffield select,.ffield textarea{width:100%;background:var(--page);border:1px solid var(--line);border-radius:var(--r);padding:11px 14px;color:var(--ink);font-family:'Inter',sans-serif;font-style:italic;font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none} .ffield select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer} .ffield select option{background:var(--white)} .ffield input:focus,.ffield select:focus,.ffield textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(27,67,50,.07)} .ffield input::placeholder,.ffield textarea::placeholder{color:var(--faint);font-style:italic} .ffield textarea{resize:vertical;min-height:110px} .fsubmit{width:100%;padding:14px;background:var(--green);color:#fff;border:none;border-radius:var(--r);font-family:'Inter',sans-serif;font-style:italic;font-weight:600;font-size:.88rem;letter-spacing:.1em;text-transform:uppercase;transition:background .2s,transform .15s;margin-top:.5rem;cursor:pointer} .fsubmit:hover{background:var(--green2);transform:translateY(-1px)} .fsubmit:disabled{background:var(--faint);cursor:not-allowed;transform:none} .fnote{text-align:center;font-size:.68rem;font-style:italic;color:var(--faint);margin-top:.8rem} .form-status{display:none;padding:13px 16px;border-radius:var(--r);font-size:.86rem;font-style:italic;margin-top:.8rem;text-align:center} .form-status--success{background:rgba(27,67,50,.08);border:1px solid rgba(27,67,50,.2);color:var(--green)} .form-status--error{background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.2);color:#b91c1c} .fsuccess{display:none;text-align:center;padding:3rem 1.5rem} .fsuccess-ico{width:52px;height:52px;margin:0 auto 1.2rem;border:2px solid var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green)} .fsuccess-h{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.4rem;color:var(--black);margin-bottom:.5rem} .fsuccess p{font-size:.9rem;font-style:italic;color:var(--muted)} /* ── PAGE HERO (service & portfolio pages) ──────────────────── */ .page-hero{min-height:42vh;display:flex;flex-direction:column;justify-content:flex-end;padding:calc(var(--nav-h) + 4rem) 5% 3.5rem;background:var(--green);position:relative;overflow:hidden} .page-hero::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(-55deg,transparent,transparent 40px,rgba(255,255,255,.025) 40px,rgba(255,255,255,.025) 41px);pointer-events:none} .page-hero-content{position:relative;z-index:1} .page-hero-eyebrow{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem} .page-hero-eyebrow::before{content:'';width:20px;height:1px;background:rgba(255,255,255,.4)} .page-hero-h1{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(2.5rem,5vw,4.5rem);color:#fff;line-height:1.05;letter-spacing:-.01em;margin-bottom:1.2rem} .page-hero-sub{font-size:1rem;font-style:italic;color:rgba(255,255,255,.7);max-width:580px;line-height:1.7} .page-hero-breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:'Inter',sans-serif;font-style:italic;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:2.5rem} .page-hero-breadcrumb a{color:rgba(255,255,255,.45);transition:color .2s} .page-hero-breadcrumb a:hover{color:rgba(255,255,255,.8)} .page-hero-breadcrumb span{color:rgba(255,255,255,.25)} /* ── SERVICE PAGE CONTENT ───────────────────────────────────── */ .service-content{background:var(--white);border-top:1px solid var(--line)} .service-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start} .service-text h2{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(1.6rem,2.5vw,2.4rem);color:var(--black);margin-bottom:1.2rem;line-height:1.15} .service-text p{font-size:.95rem;font-style:italic;color:var(--muted);line-height:1.78;margin-bottom:1rem} .service-features{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem} .service-feature{display:flex;align-items:flex-start;gap:.9rem;padding:1rem 1.2rem;background:var(--srv-bg);border-radius:var(--r);border:1px solid rgba(27,67,50,.1)} .sf-icon{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center} .sf-icon svg{width:16px;height:16px;fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round} .sf-text strong{display:block;font-family:'Inter',sans-serif;font-style:italic;font-weight:600;font-size:.85rem;color:var(--black);margin-bottom:.15rem} .sf-text span{font-size:.8rem;font-style:italic;color:var(--muted)} .gallery-main{width:100%;aspect-ratio:16/10;border-radius:var(--r2);overflow:hidden;border:1px solid var(--line);margin-bottom:.75rem;background:var(--srv-bg);position:relative} .gallery-main img{width:100%;height:100%;object-fit:cover} .gallery-main .gallery-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem} .gallery-ph svg{width:38px;height:38px;fill:none;stroke:rgba(27,67,50,.28);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round} .gallery-ph p{font-style:italic;font-size:.72rem;color:rgba(27,67,50,.32);letter-spacing:.1em;text-transform:uppercase;text-align:center;line-height:1.5} .gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem} .gallery-thumb{aspect-ratio:1;border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:var(--srv-bg);cursor:pointer;transition:border-color .2s,box-shadow .2s} .gallery-thumb:hover{border-color:var(--green);box-shadow:0 0 0 2px rgba(27,67,50,.15)} .gallery-thumb img{width:100%;height:100%;object-fit:cover} .gallery-more{display:flex;justify-content:flex-start;margin-top:.5rem} .related-label{text-align:center;margin-bottom:2.5rem} .related-label h3{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(1.5rem,3vw,2.2rem);color:var(--black);margin-bottom:.5rem} .related-label p{font-size:.9rem;font-style:italic;color:var(--muted)} .quote-section{background:var(--srv-bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:5rem 5%} .quote-inner{max-width:720px;margin:0 auto} /* ══════════════════════════════════════════════════════════════ PORTFOLIO PAGE — Album Model ══════════════════════════════════════════════════════════════ */ /* Filter / jump nav bar */ .album-nav{ position:sticky;top:var(--nav-h);z-index:100; background:rgba(248,248,248,.95); backdrop-filter:blur(12px); border-bottom:1px solid var(--line); padding:.9rem 5%; display:flex;align-items:center;gap:.5rem;flex-wrap:wrap; } .album-nav-label{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--faint);margin-right:.5rem;flex-shrink:0} .album-nav-link{ font-family:'Inter',sans-serif;font-style:italic;font-size:.68rem; letter-spacing:.08em;text-transform:uppercase; color:var(--muted);padding:5px 13px;border-radius:2px; border:1px solid var(--line);background:var(--white); transition:background .2s,border-color .2s,color .2s; white-space:nowrap; } .album-nav-link:hover,.album-nav-link.active{background:var(--green);border-color:var(--green);color:#fff} /* Individual album section */ .album-section{ padding:5.5rem 5%; border-bottom:1px solid var(--line); /* Critical: offset for fixed nav + sticky album-nav (approx 70 + 46 = 116px + buffer) */ scroll-margin-top:132px; } .album-section:nth-child(even){background:var(--white)} .album-section:nth-child(odd){background:var(--page)} .album-header{ display:flex;align-items:flex-start;justify-content:space-between; gap:2rem;margin-bottom:3rem;flex-wrap:wrap; } .album-header-left{display:flex;align-items:flex-start;gap:1.8rem} .album-num{ font-family:'Playfair Display',serif;font-style:italic;font-weight:700; font-size:clamp(3.5rem,6vw,5.5rem);line-height:.9; color:transparent;-webkit-text-stroke:1px rgba(27,67,50,.12); flex-shrink:0;letter-spacing:-.03em;user-select:none; } .album-title-block{} .album-eyebrow{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem} .album-eyebrow::before{content:'';width:14px;height:1px;background:var(--green)} .album-title{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--black);line-height:1.1;margin-bottom:.5rem} .album-sub{font-size:.9rem;font-style:italic;color:var(--muted);max-width:480px;line-height:1.65} .album-service-link{ display:inline-flex;align-items:center;gap:.5rem; font-family:'Inter',sans-serif;font-style:italic;font-weight:600; font-size:.75rem;letter-spacing:.08em;text-transform:uppercase; color:var(--green);padding:9px 20px; border:1.5px solid var(--green);border-radius:var(--r); transition:background .2s,color .2s,transform .15s;white-space:nowrap;flex-shrink:0;align-self:flex-start; } .album-service-link:hover{background:var(--green);color:#fff;transform:translateY(-1px)} /* Photo grid inside album */ .album-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:1.5px; background:var(--line); border:1px solid var(--line); border-radius:var(--r2); overflow:hidden; } .album-photo{ aspect-ratio:4/3; position:relative;overflow:hidden; background:var(--srv-bg);cursor:pointer; transition:background .2s; } .album-photo:hover{background:#e4ede8} .album-photo img{ width:100%;height:100%;object-fit:cover; transition:transform .4s ease;display:block; } .album-photo:hover img{transform:scale(1.05)} /* Caption overlay on hover */ .album-caption{ position:absolute;inset:0; background:rgba(27,67,50,.78); display:flex;align-items:flex-end;padding:1.2rem; opacity:0;transition:opacity .3s ease; } .album-photo:hover .album-caption{opacity:1} .album-caption-text{ font-family:'Inter',sans-serif;font-style:italic; font-size:.72rem;letter-spacing:.08em;color:#fff;line-height:1.4; transform:translateY(6px);transition:transform .3s ease; } .album-photo:hover .album-caption-text{transform:translateY(0)} /* Placeholder (shown until real image is added) */ .album-ph{ width:100%;height:100%; display:flex;flex-direction:column;align-items:center;justify-content:center; gap:.7rem; } .album-ph svg{width:30px;height:30px;fill:none;stroke:rgba(27,67,50,.25);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round} .album-ph-path{font-family:'Inter',sans-serif;font-style:italic;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(27,67,50,.3);text-align:center;padding:0 1rem;line-height:1.4} /* Empty state banner when no photos yet */ .album-empty{ padding:3.5rem 2rem;text-align:center; background:var(--srv-bg);border:1px dashed var(--line2);border-radius:var(--r2); } .album-empty p{font-style:italic;font-size:.85rem;color:var(--muted)} .album-empty code{display:block;margin-top:.5rem;font-size:.72rem;color:var(--green3);font-style:normal;letter-spacing:.04em} /* ── FOOTER ─────────────────────────────────────────────────── */ footer{background:var(--green);color:#fff;padding:3rem 5%;display:flex;flex-direction:column;gap:0} .foot-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)} .foot-brand{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:1.05rem;color:#fff} .foot-brand-sub{font-family:'Inter',sans-serif;font-style:italic;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:4px} .foot-nav{display:flex;gap:2rem;flex-wrap:wrap;align-items:center} .foot-nav a{font-family:'Inter',sans-serif;font-style:italic;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6);transition:color .2s} .foot-nav a:hover{color:#fff} .foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem;padding-top:1.5rem} .foot-copy{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.08em;color:rgba(255,255,255,.4)} .foot-certs{display:flex;gap:.5rem;flex-wrap:wrap} .fcert{font-family:'Inter',sans-serif;font-style:italic;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.15);padding:2px 9px;border-radius:2px} /* ── HOMEPAGE HERO ──────────────────────────────────────────── */ .hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:calc(var(--nav-h) + 5rem) 5% 5rem;position:relative;overflow:hidden} .hero-lines{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,transparent,transparent 47px,rgba(0,0,0,.032) 47px,rgba(0,0,0,.032) 48px)} .hero-bar{position:absolute;left:calc(5% - 1px);top:20%;bottom:20%;width:2px;background:var(--green);z-index:0} .hero-watermark{position:absolute;right:-1%;bottom:4%;font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:clamp(100px,16vw,220px);color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.045);line-height:1;letter-spacing:-.04em;pointer-events:none;user-select:none;z-index:0;white-space:nowrap} .hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center} .hero-eyebrow{display:flex;align-items:center;gap:.8rem;margin-bottom:2.2rem} .ew-dash{width:28px;height:1px;background:var(--green);flex-shrink:0} .ew-text{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)} .hero-h1{font-family:'Playfair Display',serif;font-style:italic;margin-bottom:1.8rem;line-height:1} .hero-pre{display:block;font-size:clamp(.9rem,1.6vw,1.15rem);font-weight:300;color:var(--muted);letter-spacing:.12em;margin-bottom:.6rem;font-style:italic} .hero-main{display:block;font-size:clamp(3.8rem,7.5vw,7rem);font-weight:700;color:var(--green);letter-spacing:-.025em;line-height:.9;font-style:italic} .hero-post{display:block;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:400;color:var(--black);letter-spacing:-.01em;margin-top:.5rem;font-style:italic} .hero-divider{width:44px;height:2px;background:var(--green);margin-bottom:1.8rem} .hero-sub{font-size:1rem;font-style:italic;font-weight:300;color:var(--muted);line-height:1.78;max-width:440px;margin-bottom:2.5rem;border-left:2px solid var(--line2);padding-left:1.2rem} .hero-btns{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem} .hero-chips{display:flex;flex-wrap:wrap;gap:.5rem} .chip{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line2);padding:5px 12px;border-radius:2px;background:var(--white);transition:border-color .2s,color .2s} .chip:hover{border-color:var(--green);color:var(--green)} .stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r2);overflow:hidden} .stat{background:var(--white);padding:2rem 1.5rem;position:relative;transition:background .2s} .stat::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .3s} .stat:hover{background:var(--page)} .stat:hover::after{transform:scaleX(1)} .stat-n{font-family:'Playfair Display',serif;font-style:italic;font-weight:700;font-size:3rem;color:var(--green);line-height:1;letter-spacing:-.02em} .stat-n sup{font-size:1.3rem} .stat-lbl{font-family:'Inter',sans-serif;font-style:italic;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.5rem} .hero-aside-quote{margin-top:1.5rem;padding:1.5rem;border:1px solid var(--line);border-radius:var(--r2);background:var(--white)} .hero-aside-quote p{font-style:italic;font-size:.9rem;color:var(--muted);line-height:1.7;border-left:2px solid var(--green);padding-left:.9rem} /* ── SCROLL REVEAL ──────────────────────────────────────────── */ .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease} .reveal.on{opacity:1;transform:none} .reveal-l{opacity:0;transform:translateX(-18px);transition:opacity .6s ease,transform .6s ease} .reveal-l.on{opacity:1;transform:none} .reveal-r{opacity:0;transform:translateX(18px);transition:opacity .6s ease,transform .6s ease} .reveal-r.on{opacity:1;transform:none} .reveal:nth-child(2){transition-delay:.09s}.reveal:nth-child(3){transition-delay:.18s} .reveal:nth-child(4){transition-delay:.27s}.reveal:nth-child(5){transition-delay:.36s} .reveal:nth-child(6){transition-delay:.45s} /* ── RESPONSIVE ─────────────────────────────────────────────── */ @media(max-width:1024px){ .hero-inner{grid-template-columns:1fr} .hero-right{display:none} .about-grid{grid-template-columns:1fr} .service-layout{grid-template-columns:1fr} } @media(max-width:768px){ section{padding:4.5rem 5%} .contact-grid{grid-template-columns:1fr;gap:3rem} .page-hero{min-height:34vh} .album-section{scroll-margin-top:120px} .album-header{flex-direction:column;gap:1.5rem} .album-service-link{align-self:flex-start} } @media(max-width:640px){ .nav-links{display:none} .nav-links.open{display:flex;flex-direction:column;gap:1.8rem;position:fixed;inset:var(--nav-h) 0 0 0;background:#f8f8f8;align-items:center;justify-content:center;z-index:99999;overflow-y:auto} .nav-links.open a{font-size:.9rem;letter-spacing:.1em;padding:8px 0;width:100%;text-align:center} body.nav-open{overflow:hidden} .nav-cta-wrap{display:none} .mob-btn{display:flex} .frow{grid-template-columns:1fr} .hero-bar{display:none} .hero-main{font-size:3.4rem} .album-grid{grid-template-columns:1fr 1fr} .album-nav{gap:.35rem} }