
:root{--purple:#9d169d;--lavender:#ebdaec;--ink:#111;--grey:#d9d9d9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Trebuchet MS",Arial,sans-serif;line-height:1.55}
.header{min-height:190px;background:var(--purple);color:#fff;padding:0 max(5vw,calc((100vw - 1580px)/2));display:flex;align-items:center;justify-content:space-between;gap:35px}
.brand{display:flex;align-items:center;gap:38px;color:#fff;text-decoration:none}.brand img{width:118px;height:146px;object-fit:cover;background:#fff}.brand span{display:flex;flex-direction:column}.brand b{font-size:clamp(1.8rem,2.6vw,3rem);font-weight:300;line-height:1.2}.brand small{font-size:clamp(1.5rem,2.2vw,2.5rem);font-weight:300;margin-top:18px}
nav{display:flex;gap:40px;font-size:1.15rem}nav a{color:#fff;text-decoration:none}.lavender-band{height:47px;background:var(--lavender);border-top:8px solid #fff;border-bottom:8px solid #fff}
.hero-photo{width:100%;height:clamp(430px,31vw,590px);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.intro,.visit{max-width:1460px;margin:0 auto;padding:90px 5vw;display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center}.intro img,.visit img{width:100%;max-height:620px;object-fit:cover}
h1,h2{font-weight:300;line-height:1.08;margin:.1em 0 .6em}h1{font-size:clamp(4rem,6vw,7rem)}h2{font-size:clamp(3rem,5vw,5.5rem)}p{font-size:clamp(1.15rem,1.5vw,1.75rem);font-weight:300}
.split{display:grid;grid-template-columns:1fr 1fr;max-width:1700px;margin:auto}.split>img{width:100%;height:680px;object-fit:cover}.split>div{min-height:680px;padding:8vw 10vw;display:flex;flex-direction:column;justify-content:center;background:#fff}
.visit{grid-template-columns:1fr 1.1fr}.visit img{background:var(--lavender);padding:70px}
.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.gallery img{width:100%;aspect-ratio:1/1.05;object-fit:cover}
.contact{background:var(--purple);color:#fff;text-align:center;padding:55px 5vw}.contact h2{font-family:Arial,sans-serif;font-size:clamp(1.8rem,2.2vw,2.7rem);margin:0 0 4px}.contact p{margin:.15em 0}.contact a{color:#fff;text-decoration:none}
footer{background:var(--grey);padding:40px max(10vw,calc((100vw - 1250px)/2));display:grid;grid-template-columns:1fr 1fr;gap:90px;font-size:1.05rem}footer h3{font-size:1.7rem;font-weight:400;margin:0 0 22px}footer a{color:#111}
@media(max-width:850px){.header{min-height:auto;padding:18px 5vw;align-items:flex-start}.brand{gap:14px}.brand img{width:70px;height:86px}.brand b{font-size:1.25rem}.brand small{font-size:1rem;margin-top:5px}nav{font-size:.9rem;gap:12px;flex-wrap:wrap;justify-content:flex-end}.lavender-band{height:30px}.hero-photo{height:52vw;min-height:280px}.intro,.visit{grid-template-columns:1fr;padding:55px 7vw}.split{grid-template-columns:1fr}.split>img,.split>div{height:auto;min-height:0}.split>img{max-height:520px}.split>div{padding:55px 8vw}.visit img{padding:25px}.gallery{grid-template-columns:1fr 1fr}.gallery img:last-child{grid-column:1/-1}footer{grid-template-columns:1fr;gap:35px;padding:40px 8vw}}
