.page-editorial{background:var(--page-bg,#fff);padding-bottom:80px}
.page-editorial__image{width:100%;height:clamp(250px,28vw,420px);overflow:hidden}
.page-editorial__image img{width:100%;height:100%;object-fit:cover}
.page-editorial__inner{max-width:var(--page-max,850px);padding-top:65px}
.page-editorial__inner h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(32px,4vw,50px);font-weight:400;margin-bottom:22px}
.page-editorial__intro{font-size:18px;color:#46545b}
.page-editorial__body{font-size:15px;line-height:1.75;margin-top:32px}
.page-editorial__body>h1:first-child{display:none}
.page-editorial__body h2,.page-editorial__body h3{margin-top:32px}
.page-editorial a:not(.button){color:var(--page-accent,#35617b);text-decoration:underline}
.page-contact-form{display:grid;gap:8px;margin:30px 0;max-width:620px}
.page-contact-form label{font-size:13px;font-weight:700;margin-top:10px}
.page-contact-form input,.page-contact-form textarea{width:100%;padding:12px;border:1px solid #afbec7;background:#fff;font:inherit}
.page-contact-form button{width:max-content;margin-top:12px}
