:root{
  --max:1120px;
  --inner:900px;
  --pad:clamp(18px,4vw,36px);
  --text:#111;
  --muted:#444;
  --red:#b63a3a;
  --line:#eee;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:"EB Garamond", Georgia, serif;font-size:19px;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line)}
.header-row{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:84px;height:84px;object-fit:contain}
.site-nav ul{display:flex;align-items:center;gap:clamp(18px,2.8vw,38px);list-style:none;margin:0;padding:0}
.site-nav a{font-family:"Playfair Display", Georgia, serif;font-size:20px;line-height:1.1;padding:10px 0;border-bottom:2px solid transparent;white-space:nowrap}
.site-nav a.active{border-bottom-color:#111}
.nav-toggle{display:none;background:transparent;border:0;padding:10px;cursor:pointer}
.nav-toggle span{display:block;width:27px;height:2px;background:#111;margin:6px 0}
.hero{position:relative;min-height:56vh;background-image:linear-gradient(rgba(0,0,0,.26),rgba(0,0,0,.36)),url("assets/hero.jpg");background-size:cover;background-position:center 48%;display:flex;align-items:center}
.hero-inner{position:relative;z-index:1;padding-top:80px;padding-bottom:80px;padding-left:clamp(24px,10vw,150px)}
.hero h1{margin:0 0 16px;color:#fff;font-family:"Playfair Display", Georgia, serif;font-weight:400;font-size:clamp(44px,7vw,92px);line-height:1.03;letter-spacing:-.02em;text-shadow:0 3px 28px rgba(0,0,0,.45)}
.hero .lead{margin:0;color:#fff;font-size:clamp(23px,3vw,32px);font-weight:600;text-shadow:0 2px 16px rgba(0,0,0,.45)}
.section{padding:68px 0}
main:not(.home main) .section>.container, body:not(.home) main>.container, body:not(.home) .page-wrap{max-width:var(--inner);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}
.grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.75fr);gap:48px;align-items:start}
h1,h2,h3{font-family:"Playfair Display", Georgia, serif;font-weight:400;line-height:1.18;margin:0 0 18px}
h1{font-size:clamp(34px,4vw,48px)}
h2{font-size:clamp(27px,3.2vw,38px)}
h3{font-size:clamp(23px,2.4vw,29px)}
p{margin:0 0 1.15rem;color:var(--muted)}
strong{font-weight:600;color:#222}.slogan{color:var(--red);font-style:italic;font-size:clamp(28px,3.3vw,42px);max-width:1050px}.slogan span,.quote-playfair-red{color:var(--red)!important}.card{background:transparent;border:0;padding:0}.portrait-wrap{display:flex;justify-content:center}.portrait{max-width:340px}.illustration{max-width:760px}.button{display:inline-block;border:1px solid #111;padding:10px 18px;border-radius:0;margin-top:12px}.icon{display:inline-block;width:16px;height:16px;vertical-align:-2px;margin-right:5px}.site-footer{border-top:1px solid var(--line);margin-top:40px}.footer-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px;font-size:16px;color:#555}.footer-row a{text-decoration:underline}.contact-wrap{max-width:var(--inner)!important}.contact-info-block{max-width:70ch}.contact-note{font-style:italic;color:#333}.simple-form{max-width:760px;margin-top:28px}.simple-form .row{margin-bottom:18px}.simple-form label{display:block;margin-bottom:6px;font-weight:600;color:#111}.simple-form .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.simple-form input,.simple-form textarea{width:100%;border:1.5px solid #111;border-radius:0;background:#fff;padding:13px 14px;font:inherit;color:#111}.simple-form textarea{min-height:190px;resize:vertical}.simple-form input:focus,.simple-form textarea:focus{outline:2px solid #111;outline-offset:2px}.submit-row{display:flex;justify-content:flex-start}.submit-link{border:1px solid #111;background:#111;color:#fff;padding:11px 24px;font:inherit;cursor:pointer}.submit-link:hover{background:#333}@media (max-width:860px){body{font-size:18px}.header-row{height:82px}.brand img{width:64px;height:64px}.nav-toggle{display:block}.site-nav ul{position:absolute;left:0;right:0;top:82px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 8px 18px rgba(0,0,0,.05)}.site-nav ul.open{display:flex}.site-nav li{border-bottom:1px solid var(--line)}.site-nav li:last-child{border-bottom:0}.site-nav a{display:block;padding:16px var(--pad);font-size:21px}.site-nav a.active{border-bottom:0;background:#fafafa}.hero{min-height:430px;background-position:center}.hero-inner{padding:70px 22px}.hero h1{font-size:clamp(42px,13vw,62px)}.hero .lead{font-size:22px}.section{padding:46px 0}.grid{grid-template-columns:1fr;gap:28px}.slogan{font-size:clamp(26px,8vw,34px)}.simple-form .grid-2{grid-template-columns:1fr}.footer-row{display:block}.footer-row>div+div{margin-top:6px}}
@media (max-width:480px){.container{padding-left:18px;padding-right:18px}.hero-inner{padding-left:18px;padding-right:18px}.hero h1{font-size:42px}.hero .lead{font-size:20px}.site-nav a{font-size:20px}.section{padding:38px 0}}
