:root{--black:#171716;--grey:#6d6c69;--line:#d8d6d1;--paper:#f8f7f4;--white:#fff}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0}
body{position:relative;overflow-x:hidden;background:var(--paper);color:var(--black);font-family:Arial,Helvetica,sans-serif}
main{position:relative;z-index:1;width:min(1180px,calc(100% - 56px));min-height:100vh;margin:auto;padding:48px 0 32px;display:flex;flex-direction:column}
.brand{width:min(360px,66vw);height:auto;object-fit:contain;object-position:left center}
.message{max-width:790px;margin:auto 0;padding:80px 0 68px}
.eyebrow{margin:0 0 22px;font-size:.74rem;font-weight:700;letter-spacing:.24em}
h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(4.4rem,10vw,9.2rem);font-weight:400;line-height:.82;letter-spacing:-.06em}
.intro{max-width:590px;margin:34px 0 0;color:var(--grey);font-size:1.12rem;line-height:1.65}
.contact{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.contact a{min-height:104px;padding:24px;text-decoration:none;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line);transition:background .2s,color .2s}
.contact a:last-child{border-right:0}
.contact a:hover,.contact a:focus-visible{background:var(--black);color:var(--white);outline:none}
.contact span{margin-bottom:8px;color:var(--grey);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.contact a:hover span,.contact a:focus-visible span{color:#aaa}
.contact strong{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;font-weight:400}
footer{padding-top:28px;display:flex;justify-content:space-between;color:var(--grey);font-size:.65rem;font-weight:700;letter-spacing:.16em}
.watermark{position:fixed;z-index:0;right:-80px;top:50%;width:min(620px,55vw);transform:translateY(-50%);opacity:.035;pointer-events:none}
@media(max-width:760px){main{width:min(100% - 36px,620px);padding:32px 0 24px}.brand{width:min(290px,78vw)}.message{padding:90px 0 60px}h1{font-size:clamp(4rem,22vw,6.5rem)}.intro{font-size:1rem}.contact{grid-template-columns:1fr}.contact a{min-height:84px;padding:18px 6px;border-right:0;border-bottom:1px solid var(--line)}.contact a:last-child{border-bottom:0}footer{gap:18px;flex-direction:column}.watermark{width:100vw;right:-42%;top:42%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
