@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Montserrat:wght@300;400;500;600&display=swap";.photo-mock-site[data-astro-cid-7z5suzuv]{--black: #000000;--white: #ffffff;--gold: #d4af37;--gray: #666666;--light-gray: #f5f5f5;font-family:Montserrat,sans-serif;background:var(--black);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;max-width:1400px;margin:2rem auto}.photo-browser-chrome[data-astro-cid-7z5suzuv]{background:#1a1a1a;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #333}.photo-traffic-lights[data-astro-cid-7z5suzuv]{display:flex;gap:.5rem}.photo-light[data-astro-cid-7z5suzuv]{width:12px;height:12px;border-radius:50%}.photo-light[data-astro-cid-7z5suzuv].red{background:#ef4444}.photo-light[data-astro-cid-7z5suzuv].yellow{background:#f59e0b}.photo-light[data-astro-cid-7z5suzuv].green{background:#10b981}.photo-address-bar[data-astro-cid-7z5suzuv]{flex:1;background:#000;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray)}.photo-header[data-astro-cid-7z5suzuv]{background:var(--white);padding:2rem 3rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gold)}.photo-brand[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:2rem;color:var(--black);letter-spacing:.1em;text-transform:uppercase}.photo-nav[data-astro-cid-7z5suzuv]{display:flex;gap:3rem}.photo-nav-item[data-astro-cid-7z5suzuv]{font-weight:400;font-size:.875rem;color:var(--black);text-decoration:none;text-transform:uppercase;letter-spacing:.15em;transition:color .3s;position:relative}.photo-nav-item[data-astro-cid-7z5suzuv]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.photo-nav-item[data-astro-cid-7z5suzuv]:hover{color:var(--gold)}.photo-nav-item[data-astro-cid-7z5suzuv]:hover:after{width:100%}.photo-hero[data-astro-cid-7z5suzuv]{background:var(--black);padding:0;display:grid;grid-template-columns:45% 55%;min-height:600px}.photo-hero-text[data-astro-cid-7z5suzuv]{display:flex;flex-direction:column;justify-content:center;padding:4rem;opacity:0;animation:fadeInLeft 1s ease forwards .3s}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.photo-hero-title[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;color:var(--white);margin:0 0 1.5rem;letter-spacing:.02em}.photo-tagline[data-astro-cid-7z5suzuv]{font-size:1rem;color:var(--gold);text-transform:uppercase;letter-spacing:.2em;margin:0 0 3rem;font-weight:300}.photo-btn[data-astro-cid-7z5suzuv]{font-family:Montserrat,sans-serif;font-weight:500;font-size:.875rem;padding:1rem 2.5rem;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.15em;align-self:flex-start}.photo-btn-primary[data-astro-cid-7z5suzuv]{background:var(--gold);color:var(--black)}.photo-btn-primary[data-astro-cid-7z5suzuv]:hover{background:var(--white);transform:translate(5px)}.photo-hero-image-wrapper[data-astro-cid-7z5suzuv]{position:relative;overflow:hidden}.photo-hero-image[data-astro-cid-7z5suzuv]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(30%);opacity:0;animation:fadeIn 1.5s ease forwards .5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.photo-portfolio[data-astro-cid-7z5suzuv]{background:var(--white);padding:5rem 3rem}.photo-portfolio-header[data-astro-cid-7z5suzuv]{text-align:center;margin-bottom:4rem}.photo-section-title[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:3rem;color:var(--black);margin:0 0 2rem;letter-spacing:.1em;text-transform:uppercase}.photo-filter-bar[data-astro-cid-7z5suzuv]{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.photo-filter-btn[data-astro-cid-7z5suzuv]{background:transparent;border:1px solid var(--gray);color:var(--gray);padding:.5rem 1.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s}.photo-filter-btn[data-astro-cid-7z5suzuv].active,.photo-filter-btn[data-astro-cid-7z5suzuv]:hover{background:var(--black);color:var(--white);border-color:var(--black)}.photo-gallery-grid[data-astro-cid-7z5suzuv]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.photo-gallery-item[data-astro-cid-7z5suzuv]{aspect-ratio:1;opacity:0;animation:scaleIn .6s ease forwards}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(1){animation-delay:.1s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(2){animation-delay:.15s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(3){animation-delay:.2s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(4){animation-delay:.25s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(5){animation-delay:.3s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(6){animation-delay:.35s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(7){animation-delay:.4s}.photo-gallery-item[data-astro-cid-7z5suzuv]:nth-child(8){animation-delay:.45s}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.photo-gallery-image-wrapper[data-astro-cid-7z5suzuv]{position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer}.photo-gallery-image[data-astro-cid-7z5suzuv]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(100%);transition:all .5s ease}.photo-gallery-item[data-astro-cid-7z5suzuv]:hover .photo-gallery-image[data-astro-cid-7z5suzuv]{filter:grayscale(0%);transform:scale(1.1)}.photo-gallery-overlay[data-astro-cid-7z5suzuv]{position:absolute;inset:0;background:#d4af37e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.photo-gallery-item[data-astro-cid-7z5suzuv]:hover .photo-gallery-overlay[data-astro-cid-7z5suzuv]{opacity:1}.photo-gallery-icon[data-astro-cid-7z5suzuv]{font-size:2rem}.photo-packages[data-astro-cid-7z5suzuv]{background:var(--light-gray);padding:5rem 3rem;text-align:center}.photo-packages-subtitle[data-astro-cid-7z5suzuv]{font-size:1rem;color:var(--gray);text-transform:uppercase;letter-spacing:.15em;margin-bottom:4rem}.photo-packages-grid[data-astro-cid-7z5suzuv]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.photo-package-card[data-astro-cid-7z5suzuv]{background:var(--white);padding:3rem 2rem;position:relative;transition:all .4s ease;opacity:0;animation:slideUp .6s ease forwards}.photo-package-card[data-astro-cid-7z5suzuv]:nth-child(1){animation-delay:.1s}.photo-package-card[data-astro-cid-7z5suzuv]:nth-child(2){animation-delay:.2s}.photo-package-card[data-astro-cid-7z5suzuv]:nth-child(3){animation-delay:.3s}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.photo-package-card[data-astro-cid-7z5suzuv].popular{border:2px solid var(--gold);transform:scale(1.05)}.photo-package-card[data-astro-cid-7z5suzuv]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.photo-popular-badge[data-astro-cid-7z5suzuv]{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--gold);color:var(--black);padding:.5rem 1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.photo-package-name[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:600;font-size:1.75rem;color:var(--black);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.1em}.photo-package-price[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:3rem;color:var(--gold);margin-bottom:.5rem}.photo-package-duration[data-astro-cid-7z5suzuv]{font-size:.875rem;color:var(--gray);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.photo-package-divider[data-astro-cid-7z5suzuv]{width:60px;height:1px;background:var(--gold);margin:0 auto 2rem}.photo-package-features[data-astro-cid-7z5suzuv]{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.photo-package-features[data-astro-cid-7z5suzuv] li[data-astro-cid-7z5suzuv]{padding:.75rem 0;color:var(--gray);font-size:.9rem;border-bottom:1px solid var(--light-gray)}.photo-btn-package[data-astro-cid-7z5suzuv]{background:var(--black);color:var(--white);width:100%}.photo-btn-package[data-astro-cid-7z5suzuv]:hover{background:var(--gold);color:var(--black)}.photo-about[data-astro-cid-7z5suzuv]{background:var(--black);padding:5rem 3rem}.photo-about-container[data-astro-cid-7z5suzuv]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:4rem;align-items:center}.photo-about[data-astro-cid-7z5suzuv] .photo-section-title[data-astro-cid-7z5suzuv]{color:var(--white);text-align:left}.photo-about-image-wrapper[data-astro-cid-7z5suzuv]{overflow:hidden}.photo-about-image[data-astro-cid-7z5suzuv]{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;filter:grayscale(100%);transition:filter .5s}.photo-about-image-wrapper[data-astro-cid-7z5suzuv]:hover .photo-about-image[data-astro-cid-7z5suzuv]{filter:grayscale(0%)}.photo-about-text[data-astro-cid-7z5suzuv]{font-size:1rem;line-height:1.8;color:#fffc;margin:2rem 0 3rem}.photo-about-stats[data-astro-cid-7z5suzuv]{display:flex;gap:3rem}.photo-stat[data-astro-cid-7z5suzuv]{text-align:center}.photo-stat-number[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:3rem;color:var(--gold);margin-bottom:.5rem}.photo-stat-label[data-astro-cid-7z5suzuv]{font-size:.875rem;color:var(--white);text-transform:uppercase;letter-spacing:.1em}.photo-contact[data-astro-cid-7z5suzuv]{background:var(--white);padding:5rem 3rem;text-align:center}.photo-contact-content[data-astro-cid-7z5suzuv]{max-width:700px;margin:0 auto}.photo-contact-title[data-astro-cid-7z5suzuv]{font-family:Cormorant Garamond,serif;font-weight:300;font-size:3rem;color:var(--black);margin:0 0 1rem;letter-spacing:.05em}.photo-contact-subtitle[data-astro-cid-7z5suzuv]{font-size:1rem;color:var(--gray);margin:0 0 3rem}.photo-contact-info[data-astro-cid-7z5suzuv]{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.photo-contact-link[data-astro-cid-7z5suzuv]{display:flex;align-items:center;gap:.75rem;color:var(--black);text-decoration:none;font-size:1rem;transition:color .3s}.photo-contact-link[data-astro-cid-7z5suzuv]:hover{color:var(--gold)}.photo-contact-icon[data-astro-cid-7z5suzuv]{font-size:1.25rem}.photo-btn-contact[data-astro-cid-7z5suzuv]{background:var(--black);color:var(--white)}.photo-btn-contact[data-astro-cid-7z5suzuv]:hover{background:var(--gold);color:var(--black)}@media(max-width:1024px){.photo-gallery-grid[data-astro-cid-7z5suzuv]{grid-template-columns:repeat(3,1fr)}.photo-about-container[data-astro-cid-7z5suzuv]{grid-template-columns:1fr;gap:3rem}.photo-about[data-astro-cid-7z5suzuv] .photo-section-title[data-astro-cid-7z5suzuv]{text-align:center}}@media(max-width:768px){.photo-header[data-astro-cid-7z5suzuv]{flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.photo-nav[data-astro-cid-7z5suzuv]{display:none}.photo-hero[data-astro-cid-7z5suzuv]{grid-template-columns:1fr;min-height:auto}.photo-hero-text[data-astro-cid-7z5suzuv]{padding:3rem 2rem}.photo-hero-image-wrapper[data-astro-cid-7z5suzuv]{height:400px}.photo-gallery-grid[data-astro-cid-7z5suzuv]{grid-template-columns:repeat(2,1fr);gap:1rem}.photo-packages-grid[data-astro-cid-7z5suzuv]{grid-template-columns:1fr}.photo-package-card[data-astro-cid-7z5suzuv].popular{transform:scale(1)}.photo-section-title[data-astro-cid-7z5suzuv],.photo-contact-title[data-astro-cid-7z5suzuv]{font-size:2rem}}@media(prefers-reduced-motion:reduce){.photo-hero-text[data-astro-cid-7z5suzuv],.photo-hero-image[data-astro-cid-7z5suzuv],.photo-gallery-item[data-astro-cid-7z5suzuv],.photo-package-card[data-astro-cid-7z5suzuv]{animation:none;opacity:1}.photo-hero-image[data-astro-cid-7z5suzuv],.photo-gallery-image[data-astro-cid-7z5suzuv]{animation:none}}
