:root{--navy:#0b2035;--brass:#b9914a;--ivory:#f6f2e9;--ink:#243746}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--ivory);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}body:before{content:"";position:fixed;inset:0;background:linear-gradient(118deg,transparent 0 63%,#b9914a12 63% 64%,transparent 64%),radial-gradient(circle at 85% 14%,#b9914a18,transparent 26%);pointer-events:none}main{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:48px}.card{width:min(1120px,100%);min-height:620px;display:grid;grid-template-columns:1.25fr .75fr;background:#fff;box-shadow:0 35px 90px #0b203522}.identity{padding:64px 72px;display:flex;flex-direction:column;justify-content:center}.identity img{width:min(480px,90%);height:230px;object-fit:contain;object-position:left center;margin-bottom:28px}.rule{width:64px;height:4px;background:var(--brass);margin:0 0 28px}.eyebrow,.label{font-size:.72rem;letter-spacing:.2em;font-weight:800;color:var(--brass)}h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(2.9rem,5vw,5.2rem);line-height:1.03;letter-spacing:-.035em;color:var(--navy);max-width:660px;margin:8px 0 24px}.intro{font-size:1.08rem;max-width:570px;color:#526575}.details{background:var(--navy);color:#d9e2e8;padding:70px 52px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.details:after{content:"N";position:absolute;right:-28px;bottom:-100px;font:330px/1 Georgia,serif;color:#ffffff08}.details .label{color:#d6b36d}address{font-style:normal;font-size:1.05rem;line-height:1.9;margin:20px 0 32px;position:relative;z-index:1}address strong{font-family:Georgia,serif;font-size:1.3rem;color:white;font-weight:500}.phone{font-family:Georgia,serif;font-size:1.85rem;color:#e1bd74;text-decoration:none;position:relative;z-index:1}.phone:hover{text-decoration:underline}.availability{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;margin-top:56px;color:#94a7b4}footer{height:64px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;background:var(--ivory);color:#697a86;font-size:.75rem}@media(max-width:780px){main{padding:22px}.card{grid-template-columns:1fr}.identity{padding:42px 30px}.identity img{height:180px}.details{padding:45px 30px}footer{height:auto;padding:24px;gap:10px;flex-direction:column;align-items:flex-start}h1{font-size:3rem}}
