
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

:root{
  --ink:#171a1f;
  --cream:#f7f6f3;
  --rose:#b98578;
  --line:#d9d3ce;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Montserrat', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:var(--sans);font-weight:300}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1240px,92%);margin:auto}
.eyebrow{font-size:10px;letter-spacing:.32em;text-transform:uppercase;color:#a2776d}
.section-title{font:500 clamp(42px,5vw,72px)/.9 var(--serif);letter-spacing:.02em;margin:0}
.section-title em{font-style:normal;color:var(--rose)}
.btn{display:inline-flex;align-items:center;gap:18px;border:1px solid #bfa39a;border-radius:30px;padding:12px 24px;font-size:10px;letter-spacing:.2em;text-transform:uppercase;background:transparent}
.btn:after{content:"→";font-size:17px;line-height:0}
.header{position:absolute;z-index:10;top:0;left:0;width:100%;color:#fff;padding:22px 4vw;display:flex;align-items:center;justify-content:space-between}
.logo{width:145px;height:auto;filter:brightness(1.15)}
.nav{display:flex;gap:32px;align-items:center;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.menu{display:none;border:0;background:none;color:#fff;font-size:24px}
.hero{min-height:780px;height:100vh;max-height:900px;position:relative;background:#111;display:flex;align-items:center}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,8,.72),rgba(5,7,8,.15) 65%,rgba(5,7,8,.35)),linear-gradient(0deg,rgba(0,0,0,.25),transparent 45%)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-content{position:relative;z-index:2;color:#fff;width:min(620px,90%);margin-left:7vw;padding-top:40px}
.hero h1{font:500 clamp(58px,7vw,105px)/.76 var(--serif);letter-spacing:.03em;margin:20px 0}
.hero h1 span{display:block}
.hero p{max-width:470px;font-size:12px;line-height:1.8;letter-spacing:.05em;margin:24px 0 30px}
.hero .eyebrow{color:#d8c5bf}
.badge{position:absolute;right:8%;bottom:13%;width:120px;height:120px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;color:#e5d8d3;font:500 15px var(--serif);text-align:center}
.about{padding:100px 0 80px;background:#fff}
.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}
.about-copy{max-width:610px}
.about-copy p{font-size:12px;line-height:1.9;color:#555;margin:24px 0 28px}
.about-photo{height:440px;overflow:hidden}
.about-photo img{width:100%;height:100%;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:80px;border-top:1px solid var(--line);padding-top:45px}
.stat-num{font:400 clamp(48px,5vw,76px)/1 var(--serif);color:var(--rose)}
.stat-label{font-size:10px;letter-spacing:.08em;margin-top:8px}
.projects{background:var(--ink);color:#fff;padding:95px 0 110px}
.projects-head{text-align:center;max-width:820px;margin:auto}
.projects-head .eyebrow{color:#c59b91}
.projects-head p{font-size:11px;line-height:1.7;color:#c7c9cc;max-width:600px;margin:25px auto}
.project-tabs{display:flex;justify-content:center;gap:38px;margin:38px 0 35px;font:14px var(--serif);color:#aaa}
.project-tabs a:first-child{color:#fff}
.project-grid{display:grid;grid-template-columns:1fr 1.8fr 1fr;gap:20px;align-items:center}
.project-card{position:relative;height:320px;overflow:hidden}
.project-card.large{height:390px}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.project-card:hover img{transform:scale(1.04)}
.project-caption{position:absolute;left:20px;bottom:18px;color:#fff;text-shadow:0 1px 8px #000;font:500 22px var(--serif)}
.dots{text-align:center;margin-top:24px;color:#aaa;letter-spacing:7px}
.news{padding:90px 0;background:#faf9f7}
.news-grid{display:grid;grid-template-columns:1.1fr 1.7fr;gap:60px;align-items:start}
.news-intro p{font-size:11px;line-height:1.8;color:#666;max-width:330px;margin:25px 0}
.news-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.news-card{background:#fff;border:1px solid #ddd8d2;min-height:270px;display:flex;flex-direction:column}
.news-card img{height:155px;width:100%;object-fit:cover}
.news-card-body{padding:17px}
.news-tag{font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:#a2776d}
.news-card h3{font:500 22px/1.05 var(--serif);margin:10px 0 18px}
.news-date{font-size:8px;color:#999;margin-top:auto}
.events{padding:90px 0;background:#fff}
.events-head{text-align:center}
.events-head p{font-size:11px;color:#666;line-height:1.8;max-width:650px;margin:22px auto 35px}
.event-track{display:grid;grid-template-columns:1fr 2.2fr 1fr;gap:18px;align-items:center}
.event-side{height:240px;overflow:hidden;opacity:.8}
.event-side img{width:100%;height:100%;object-fit:cover}
.event-main{height:310px;overflow:hidden}
.event-main img{width:100%;height:100%;object-fit:cover}
.footer{background:#111419;color:#fff;padding:65px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:50px}
.footer-logo{width:180px;margin-bottom:22px}
.footer h4{font:500 16px var(--serif);margin:0 0 18px}
.footer p,.footer li,.footer a{font-size:9px;line-height:2;color:#b8bbc0}
.footer ul{list-style:none;padding:0;margin:0}
.footer-bottom{border-top:1px solid #30343a;margin-top:45px;padding-top:20px;font-size:8px;line-height:1.8;color:#8e9298}
.footer-contact{margin-top:14px}
@media(max-width:900px){
  .nav{display:none}.menu{display:block}
  .hero{min-height:700px}.hero-content{margin-left:6vw}
  .about-grid,.news-grid{grid-template-columns:1fr;gap:40px}
  .about-photo{height:360px}
  .project-grid{grid-template-columns:1fr 1.5fr 1fr}
  .project-card{height:230px}.project-card.large{height:280px}
  .news-cards{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .header{padding:18px 6vw}.logo{width:125px}
  .hero{min-height:650px}.hero h1{font-size:60px}.hero-content{padding-top:50px}
  .badge{width:85px;height:85px;right:6%;bottom:8%;font-size:11px}
  .about,.projects,.news,.events{padding:65px 0}
  .stats{grid-template-columns:1fr;gap:25px;margin-top:55px}
  .project-tabs{gap:14px;font-size:12px;flex-wrap:wrap}
  .project-grid{grid-template-columns:1fr}
  .project-card,.project-card.large{height:270px}
  .project-card:not(.large){display:none}
  .news-cards{grid-template-columns:1fr}
  .event-track{grid-template-columns:1fr}.event-side{display:none}.event-main{height:250px}
  .footer-grid{grid-template-columns:1fr}
}
