html,body{min-height:100%;height:auto}
body.approved-contact-page{margin:0;background:#000;color:#fff;overflow:hidden}
.approved-contact-page .site-header{height:78px;flex-basis:78px;position:relative;z-index:30;border-bottom:1px solid #202020}
.approved-contact-page .site-nav a[aria-current="page"]{color:#fff}
.approved-contact{height:calc(100svh - 78px);display:grid;grid-template-columns:1fr 1fr;min-height:650px}
.contact-photo{min-width:0;background:#15110d url("assets/contact-approved-timber.jpg") center/cover no-repeat}
.contact-panel{min-width:0;background:#020202;display:flex;align-items:center;padding:clamp(36px,4.2vw,68px)}
.contact-panel-inner{width:100%;max-width:580px;margin:auto}
.contact-panel h1{margin:0 0 clamp(24px,3.2vh,40px);font-size:clamp(44px,4.3vw,68px);line-height:1.15;letter-spacing:-.05em;font-weight:300}
.contact-list{border-bottom:1px solid #242424}
.contact-row{min-height:94px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 34px;align-items:center;gap:16px;border-top:1px solid #242424;color:#fff;transition:background .2s}
.contact-row:first-child{border-top:0}
a.contact-row:hover{background:#0c0c0c}
.contact-row svg{width:36px;height:36px;fill:none;stroke:#fff;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.contact-value{font-size:clamp(16px,1.5vw,22px);font-weight:400;min-width:0}
.contact-action{font-size:13px;white-space:nowrap}
.contact-row-arrow{font-size:27px;font-weight:200;line-height:1;transition:transform .2s}
a.contact-row:hover .contact-row-arrow{transform:translateX(5px)}
.contact-location-row{grid-template-columns:52px 1fr;min-height:124px;gap:20px}
.contact-location-row>svg{width:48px;height:48px}.contact-location-copy{display:grid;gap:8px}.contact-location-copy strong{font-size:20px;line-height:1.3;font-weight:400}
.contact-location-copy small{font-size:15px;line-height:1.45;font-weight:300;color:#ddd}
@media(max-width:900px){
  body.approved-contact-page{overflow:auto}
  .approved-contact-page .site-header{height:70px;flex-basis:70px;position:sticky;top:0}
  .approved-contact-page .site-nav{top:70px}
  .approved-contact{height:auto;display:block;min-height:0}
  .contact-photo{height:52svh;min-height:420px;background-position:center}
  .contact-panel{padding:48px 28px 36px}
  .contact-panel-inner{max-width:none}
  .contact-panel h1{font-size:clamp(44px,8vw,64px);margin-bottom:28px}
}
@media(max-width:560px){
  .contact-photo{height:42svh;min-height:320px}
  .contact-panel{padding:34px 22px 26px}
  .contact-panel h1{font-size:42px;margin-bottom:20px}
  .contact-row{min-height:78px;grid-template-columns:36px minmax(0,1fr) 24px;gap:12px}
  .contact-row svg{width:30px;height:30px}
  .contact-value{font-size:16px;overflow-wrap:anywhere}
  .contact-action{display:none}
  .contact-row-arrow{font-size:23px}
  .contact-location-row{grid-template-columns:40px 1fr;min-height:104px;gap:14px;padding:10px 0}
  .contact-location-row>svg{width:36px;height:36px}.contact-location-copy strong{font-size:17px;line-height:1.35}.contact-location-copy small{font-size:13px;line-height:1.45}
}