:root{--bg:#050607;--gold:#b59b68;--steel:#8694a0;--ink:#eeeae2}
*{box-sizing:border-box}html,body{margin:0;background:#020304;color:var(--ink);min-height:100%;font-family:Montserrat,Arial,sans-serif}a{color:inherit;text-decoration:none}
.desktop-exact{display:grid;place-items:center;min-height:100svh;background:#020304;overflow:hidden}
.stage{position:relative;width:min(100vw,150svh);aspect-ratio:3/2;max-height:100svh;overflow:hidden;background:#030405}
.approved-render{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;user-select:none;pointer-events:none}
.hotspot{position:absolute;z-index:4;display:block;border-radius:2px;transition:box-shadow .18s ease,background .18s ease}
.hotspot:hover,.hotspot:focus-visible{background:rgba(181,155,104,.055);box-shadow:0 0 0 1px rgba(202,179,128,.65),0 0 22px rgba(181,155,104,.18);outline:none}
.request{left:4.4%;top:79.55%;width:19.55%;height:7.35%}.contact{left:25.15%;top:79.55%;width:17.35%;height:7.35%}.email{left:25.05%;top:87.65%;width:19.7%;height:2.4%}.top-contact{left:79.2%;top:1.1%;width:10.7%;height:4.8%}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mobile-layout{display:none}

@media(max-width:900px){
 .desktop-exact{display:none}.mobile-layout{display:block;min-height:100svh;background:#050607;overflow:hidden;position:relative}
 .mobile-layout:before{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(135deg,rgba(255,255,255,.014) 0 1px,transparent 1px 6px);opacity:.55}
 .mobile-header{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;padding:30px 24px 0}.mobile-logo{width:clamp(150px,42vw,205px);height:auto;filter:drop-shadow(0 14px 18px rgba(0,0,0,.6))}.mobile-mail{width:54px;height:54px;border:1px solid rgba(181,155,104,.45);display:grid;place-items:center;font-size:24px;color:#d7d0c2;background:rgba(0,0,0,.15)}
 .mobile-copy{position:relative;z-index:2;padding:26px 24px 0}.mobile-brand{font-family:"Barlow Condensed",sans-serif;font-weight:700;font-size:clamp(58px,16vw,84px);line-height:.8;letter-spacing:.035em;background:linear-gradient(180deg,#f4f0e5,#a7a49d 48%,#666360 68%,#d1c5b5);-webkit-background-clip:text;background-clip:text;color:transparent}.mobile-rule{height:1px;background:linear-gradient(90deg,rgba(181,155,104,.85),rgba(181,155,104,.1));margin:26px 0 20px}
 .mobile-copy h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(42px,11vw,58px);line-height:.95;font-weight:500;letter-spacing:-.025em;margin:0}.mobile-copy h1 span{display:block;white-space:nowrap}.mobile-copy h1 span:nth-child(2){color:#8794a0}
 .mobile-location{margin:28px 0 12px;color:#8da0b1;font-size:11px;letter-spacing:.28em}.mobile-audience{margin:0;color:#92979a;font-size:12px;line-height:1.7}.mobile-audience b{color:#9a7f4f;font-weight:400;margin:0 5px}
 .mobile-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}.mobile-actions a{height:58px;border:1px solid rgba(181,155,104,.48);display:grid;place-items:center;font-size:11px;font-weight:600;letter-spacing:.22em}.mobile-actions a:first-child{background:linear-gradient(110deg,rgba(21,47,65,.65),rgba(5,6,7,.45));border-color:rgba(110,151,178,.55)}.mobile-email{display:block;text-align:center;margin:14px 0 0;color:#72879a;font-size:9px;letter-spacing:.1em}
 .mobile-visual{position:relative;z-index:1;margin-top:30px;height:115vw;max-height:760px;background-image:linear-gradient(180deg,#05060700 0,#0506070d 70%,#050607 100%),url('assets/approved-desktop.png');background-size:auto 118%;background-position:86% 38%;background-repeat:no-repeat;filter:saturate(.92) contrast(1.01)}
 footer{position:relative;z-index:2;padding:22px 24px 34px;color:#6f767b;font-size:9px;letter-spacing:.18em;line-height:1.8}
}
@media(max-width:360px){.mobile-header{padding-left:18px;padding-right:18px}.mobile-copy{padding-left:18px;padding-right:18px}.mobile-copy h1{font-size:9.5vw;letter-spacing:-.04em}.mobile-brand{font-size:55px}.mobile-location{font-size:9px;letter-spacing:.2em}.mobile-audience{font-size:10px}.mobile-visual{height:125vw;background-size:auto 123%;background-position:86% 36%}}
@media(prefers-reduced-motion:reduce){.hotspot{transition:none}}
