*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{position:fixed;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:24px 4vw;color:#fff;mix-blend-mode:difference}
.site-header nav{display:flex;gap:28px;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.brand{font-family:Georgia,serif;font-size:24px}
.telegram-link{border-bottom:1px solid currentColor;padding-bottom:4px}
.hero{position:relative;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.hero-fallback{background:linear-gradient(125deg,#3c332e,#a58d7c)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,.08))}
.hero-content{position:relative;color:#fff;padding:0 7vw 8vh;max-width:1050px}
.eyebrow{font-size:12px;letter-spacing:.22em;margin-bottom:20px}
.eyebrow.dark{color:var(--accent)}
.hero h1,.page-hero h1,.about-copy h2,.cta-section h2{font-family:Georgia,serif;font-weight:400}
.hero h1{font-size:clamp(52px,8vw,120px);line-height:.94;margin:0 0 24px}
.hero p{font-size:15px;letter-spacing:.1em;margin-bottom:32px}
.btn-light,.btn-dark{display:inline-flex;padding:16px 22px;border:1px solid currentColor;text-transform:uppercase;font-size:12px;letter-spacing:.1em}
.btn-dark{background:var(--text);color:var(--bg)}
.section{padding:110px 6vw}
.section-head{display:grid;grid-template-columns:80px 1fr auto;align-items:end;margin-bottom:50px;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:18px}
.section-head span{color:var(--accent);font-size:12px}
.section-head h2{font-family:Georgia,serif;font-size:clamp(42px,6vw,82px);font-weight:400;margin:0}
.section-head a{text-transform:uppercase;font-size:11px;letter-spacing:.12em}
.album-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.album-card img,.album-card .placeholder{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .4s ease}
.album-card{overflow:hidden}
.album-card:hover img{transform:scale(1.015)}
.album-meta{padding:14px 0 30px}
.album-meta>div{text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:var(--accent)}
.album-meta h3{font-family:Georgia,serif;font-size:30px;font-weight:400;margin:6px 0 0}
.placeholder{display:grid;place-items:center;background:#d7cec5;color:#6e635b;min-height:260px}
.placeholder.tall{min-height:650px}
.about-section{display:grid;grid-template-columns:1.2fr 1fr;min-height:85vh}
.about-image img{width:100%;height:100%;min-height:700px;object-fit:cover}
.about-copy{padding:10vw 8vw;display:flex;flex-direction:column;justify-content:center}
.about-copy h2{font-size:clamp(46px,6vw,88px);line-height:1;margin:0 0 30px}
.about-copy p{font-size:18px;line-height:1.8;max-width:620px}
.text-link{margin-top:30px;text-transform:uppercase;font-size:12px;letter-spacing:.1em}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{border-top:1px solid rgba(0,0,0,.22);padding:28px 0}
.service-number{font-size:11px;color:var(--accent)}
.service-card h3{font-family:Georgia,serif;font-size:36px;font-weight:400;margin:45px 0 10px}
.price{font-size:18px;margin-bottom:20px}
.service-card p,.service-desc{line-height:1.7;color:#5f5a56}
.service-card a{display:inline-block;margin-top:22px;border-bottom:1px solid currentColor;padding-bottom:3px}
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
blockquote{margin:0;padding:35px;border:1px solid rgba(0,0,0,.15)}
blockquote p{font-family:Georgia,serif;font-size:28px;line-height:1.35}
blockquote footer{margin-top:25px;color:var(--accent)}
.faq-list details{border-top:1px solid rgba(0,0,0,.18);padding:26px 0}
.faq-list details:last-child{border-bottom:1px solid rgba(0,0,0,.18)}
.faq-list summary{cursor:pointer;font-size:22px}
.faq-list p{max-width:800px;line-height:1.7}
.cta-section{padding:90px 6vw;display:flex;justify-content:space-between;align-items:end;gap:30px;background:#e3dad1}
.cta-section h2{font-size:clamp(42px,5vw,74px);max-width:850px;margin:0}
.footer{padding:65px 6vw;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;background:#161616;color:#fff}
.footer-title{font-family:Georgia,serif;font-size:28px;margin-bottom:8px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.page-hero{padding:180px 6vw 90px}
.page-hero h1{font-size:clamp(56px,8vw,110px);margin:0}
.page-hero p{max-width:700px;line-height:1.7}
.gallery{padding:0 6vw 100px;columns:2;column-gap:18px}
.gallery img{width:100%;margin:0 0 18px;break-inside:avoid}
.empty-public{padding:50px;border:1px solid rgba(0,0,0,.18)}

@media(max-width:900px){
  .site-header nav{display:none}
  .site-header{padding:20px}
  .hero-content{padding:0 24px 55px}
  .section{padding:80px 20px}
  .section-head{grid-template-columns:45px 1fr}
  .section-head a{display:none}
  .album-grid,.services-grid,.reviews-grid,.about-section{grid-template-columns:1fr}
  .about-image img{min-height:520px}
  .about-copy{padding:80px 24px}
  .cta-section{padding:70px 24px;align-items:flex-start;flex-direction:column}
  .footer{grid-template-columns:1fr;padding:55px 24px}
  .gallery{padding:0 20px 80px;columns:1}
  .page-hero{padding:150px 20px 70px}
}
