:root{
  --bg:#07090b;
  --bg2:#0a0d10;
  --text:#f5f3ed;
  --muted:#a7adb2;
  --line:rgba(255,255,255,.13);
  --red:#e63946;
  --yellow:#d9b260;
  --serif:'Newsreader',Georgia,serif;
  --sans:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --gutter:clamp(20px,4vw,70px);
  --header-h:78px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.red-dot{color:var(--red)}

.site-header{
  position:fixed;inset:0 0 auto;z-index:50;height:var(--header-h);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 var(--gutter);border-bottom:1px solid transparent;
  transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease;
}
.site-header.scrolled{background:rgba(7,9,11,.76);border-color:var(--line);backdrop-filter:blur(16px)}
.brand{display:inline-flex;align-items:center;gap:12px;font-weight:760;letter-spacing:-.045em;font-size:20px}
.brand svg{width:29px;height:29px;color:#fff}
.header-contact{
  display:inline-flex;align-items:center;gap:10px;padding:11px 18px;border-radius:999px;
  border:1px solid rgba(255,255,255,.55);background:rgba(5,7,9,.2);backdrop-filter:blur(8px);
  cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.header-contact svg{width:17px;height:17px}
.header-contact:hover{transform:translateY(-2px);background:rgba(255,255,255,.08);border-color:#fff}

.hero{height:104vh;min-height:760px;overflow:hidden;background:#06080a;position:relative;padding-bottom:34px}
.hero-frame{height:100%;position:relative;overflow:hidden;isolation:isolate;border-radius:0 0 18px 18px}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s step-end}
.hero-slide.is-active{opacity:1;visibility:visible;transition:opacity 1s ease,visibility 0s step-start}
.hero-main{z-index:1}
.hero-bg{position:absolute;inset:-7%;z-index:-6;background:
  radial-gradient(circle at 80% 22%,rgba(239,178,106,.34),transparent 20%),
  linear-gradient(180deg,rgba(6,8,10,.05),rgba(6,8,10,.42) 57%,#080a0c 95%),
  linear-gradient(115deg,#0b1218 2%,#17232c 48%,#49382d 100%);
  transform:translate3d(0,var(--bg-y,0),0) scale(1.08);will-change:transform}
.hero-ridge{position:absolute;left:-8%;right:-8%;height:57%;bottom:7%;z-index:-5;opacity:.76;transform:translateY(var(--ridge-y,0));will-change:transform}
.hero-ridge:before{content:"";position:absolute;inset:0;background:#111820;clip-path:polygon(0 68%,8% 60%,15% 64%,24% 47%,31% 58%,41% 35%,51% 54%,59% 27%,67% 47%,73% 34%,83% 55%,91% 44%,100% 57%,100% 100%,0 100%)}
.ridge-two{bottom:0;opacity:.94}
.ridge-two:before{background:#0a0f13;clip-path:polygon(0 70%,10% 63%,20% 71%,32% 56%,43% 63%,57% 48%,71% 64%,82% 55%,94% 69%,100% 65%,100% 100%,0 100%)}
.hero-person{position:absolute;z-index:-3;right:7%;bottom:-5%;height:93%;width:auto;object-fit:contain;object-position:center bottom;filter:saturate(.76) contrast(1.08) brightness(.74);transform:translate3d(0,var(--person-y,0),0) scale(1.035);transform-origin:center bottom;will-change:transform;-webkit-mask-image:linear-gradient(to bottom,#000 82%,transparent 100%);mask-image:linear-gradient(to bottom,#000 82%,transparent 100%)}
.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,6,8,.96),rgba(4,6,8,.76) 34%,rgba(4,6,8,.13) 63%,rgba(4,6,8,.48)),linear-gradient(180deg,rgba(4,6,8,.1),rgba(4,6,8,.35))}
.hero-copy{position:absolute;left:var(--gutter);top:50%;transform:translateY(-42%);max-width:790px;z-index:2}
.eyebrow{font-size:11px;letter-spacing:.28em;font-weight:700;color:#c4c8cb;text-transform:uppercase}
.hero h1{font-size:clamp(78px,10.1vw,174px);line-height:.84;margin:18px 0 20px;letter-spacing:-.078em;font-weight:800}
.hero-tagline{font-family:var(--serif);font-size:clamp(28px,2.7vw,50px);line-height:1.02;margin:0 0 26px;max-width:700px}
.montana-line{font-size:11px;letter-spacing:.18em;color:#c1c5c8;margin-top:30px}
.hand-note{font-family:var(--serif);font-style:italic;color:rgba(255,255,255,.72);letter-spacing:.02em;transform:rotate(-4deg)}
.hero-note{position:absolute;right:4.7%;top:24%;font-size:22px;line-height:1.13;text-align:right;z-index:2}
.hero-note span{font-size:16px}
.hero-pntm{z-index:2;background:#050607}
.hero-pntm img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important}
.hero-controls{position:absolute;z-index:10;left:50%;bottom:23px;transform:translateX(-50%);display:flex;gap:8px}
.hero-dot{width:26px;height:20px;border:0;background:transparent;padding:0;cursor:pointer;display:grid;place-items:center}
.hero-dot span{width:18px;height:2px;background:rgba(255,255,255,.35);transition:width .3s ease,background .3s ease}
.hero-dot.is-active span{width:26px;background:#fff}
.scroll-cue{position:absolute;z-index:10;right:4.5%;bottom:9%;font-size:9px;letter-spacing:.16em;color:#c1c6c9;line-height:1.4}.scroll-cue span{display:block;font-size:32px;margin-top:4px}

.topics{position:relative;z-index:4;margin-top:0;padding:28px var(--gutter) 30px;background:linear-gradient(180deg,#090c0f,#080a0c);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.topic-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr)}
.topic{min-height:124px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--line);opacity:0;filter:blur(8px);transform:translate3d(-26px,28px,0);transition:opacity .65s ease,transform .75s cubic-bezier(.22,.8,.22,1),filter .7s ease}
.topic:first-child{border-left:1px solid var(--line)}
.topic svg{width:38px;height:38px;color:#eef0ef;opacity:0;transform:translateY(12px) scale(.92);transition:opacity .55s ease .12s,transform .65s cubic-bezier(.22,.8,.22,1) .12s}
.topic span{font-family:var(--serif);font-size:20px;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .55s ease .2s,transform .6s ease .2s}
.topic-grid.in .topic{opacity:1;filter:blur(0);transform:none}
.topic-grid.in .topic svg,.topic-grid.in .topic span{opacity:1;transform:none}
.topic-grid.in .topic:nth-child(1){transition-delay:.02s}.topic-grid.in .topic:nth-child(2){transition-delay:.09s}.topic-grid.in .topic:nth-child(3){transition-delay:.16s}.topic-grid.in .topic:nth-child(4){transition-delay:.23s}.topic-grid.in .topic:nth-child(5){transition-delay:.30s}.topic-grid.in .topic:nth-child(6){transition-delay:.37s}
.topic-grid.in .topic:nth-child(1) svg,.topic-grid.in .topic:nth-child(1) span{transition-delay:.12s}.topic-grid.in .topic:nth-child(2) svg,.topic-grid.in .topic:nth-child(2) span{transition-delay:.19s}.topic-grid.in .topic:nth-child(3) svg,.topic-grid.in .topic:nth-child(3) span{transition-delay:.26s}.topic-grid.in .topic:nth-child(4) svg,.topic-grid.in .topic:nth-child(4) span{transition-delay:.33s}.topic-grid.in .topic:nth-child(5) svg,.topic-grid.in .topic:nth-child(5) span{transition-delay:.40s}.topic-grid.in .topic:nth-child(6) svg,.topic-grid.in .topic:nth-child(6) span{transition-delay:.47s}

.art-section{position:relative;width:100%;overflow:hidden;background:#07090b;border-top:1px solid rgba(255,255,255,.08);isolation:isolate}
.art-section picture,.art-section>img{display:block;width:100%}
.art-section picture img,.art-section>img{width:100%;height:auto;max-width:none;display:block}
.art-section{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.art-section.in{opacity:1;transform:none}
.art-section:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.018) 48%,transparent 52%);transform:translateX(-130%)}
.art-section.in:after{animation:sheen 1.1s ease .25s both}
@keyframes sheen{to{transform:translateX(130%)}}
.hotspot{position:absolute;z-index:8;border:0;background:transparent;cursor:pointer}
.video-all{top:10.2%;right:5.5%;width:15%;height:6.5%;border-radius:999px}
.work-talk{left:5.1%;bottom:15.2%;width:18.5%;height:8.5%;border-radius:999px}
.pntm-notify{left:6.0%;top:66.2%;width:15%;height:8.4%;border-radius:18px}
.footer-home{left:3.3%;top:28%;width:24%;height:23%}
.footer-youtube{left:73.4%;top:50%;width:4.5%;height:9%}

.modal{border:1px solid rgba(255,255,255,.18);padding:0;background:rgba(7,10,12,.97);color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.72);backdrop-filter:blur(18px)}
.modal::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(5px)}
.contact-drawer{width:min(640px,100vw);height:100dvh;max-height:none;margin:0 0 0 auto;border-radius:0;border-top:0;border-bottom:0;border-right:0;animation:drawerIn .36s cubic-bezier(.22,.8,.22,1)}
@keyframes drawerIn{from{transform:translateX(24px);opacity:0}to{transform:none;opacity:1}}
.contact-form,.notify-form{position:relative;display:grid;gap:15px;padding:52px 42px 38px;min-height:100%;align-content:start}
.contact-form h2,.notify-form h2{font-family:var(--serif);font-size:clamp(48px,5vw,70px);font-weight:400;line-height:.87;letter-spacing:-.045em;margin:7px 0 4px}
.notify-form h2{font-size:54px;line-height:.94}
.modal-copy{color:#c8ccce;line-height:1.55;margin:3px 0 14px;font-size:16px}
.contact-form label,.notify-form label{display:grid;gap:8px;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#e2e5e6;font-weight:700}
.contact-form input,.contact-form textarea,.contact-form select,.notify-form input{width:100%;border:1px solid rgba(255,255,255,.19);border-radius:4px;background:#0c1012;color:#f5f3ed;padding:13px 14px;outline:none;transition:border-color .2s ease,background .2s ease;font-size:14px;letter-spacing:0;text-transform:none}
.contact-form textarea{resize:vertical;min-height:112px}
.contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#b8bec1 50%),linear-gradient(135deg,#b8bec1 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:38px}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus,.notify-form input:focus{border-color:#fff;background:#101518}
.form-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}
.required-dot{color:var(--red);font-size:12px}
.modal-submit{margin-top:7px;width:100%;min-height:48px;display:flex;justify-content:center;gap:12px;align-items:center;border:1px solid #fff;background:#fff;color:#080a0c;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background .2s ease}
.modal-submit:hover{transform:translateY(-1px)}
.modal-submit svg{width:18px;height:18px}
.modal-submit.is-busy{opacity:.6;pointer-events:none}
.contact-submit{background:var(--red);border-color:var(--red);color:#fff}
.modal small{color:#788187;line-height:1.5;font-size:11px}.privacy-note{text-align:center}
.modal-close{position:absolute;right:22px;top:17px;border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer;z-index:5;font-weight:200}
.form-status{min-height:20px;margin:0;text-align:center;font-size:12px;color:#aeb6ba}.form-status.success{color:#dfe9df}.form-status.error{color:#ff8f95}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.notify-modal{width:min(560px,calc(100vw - 28px));border-radius:20px}
.notify-form{padding:42px 38px 34px;min-height:0}.notify-form .eyebrow{color:#fff}.notify-form small{text-align:left}

@media (max-width:900px){
  .hero{height:92vh;min-height:680px}.hero-person{right:-11%;height:84%;opacity:.8}.hero-shade{background:linear-gradient(90deg,rgba(4,6,8,.96),rgba(4,6,8,.7) 58%,rgba(4,6,8,.48))}.hero-note{display:none}.topic-grid{grid-template-columns:repeat(3,1fr)}.topic:nth-child(4){border-left:1px solid var(--line)}
  .art-video img,.art-work img{min-width:1040px;transform:translateX(calc((100vw - 1040px)*.18))}.art-updates img{min-width:980px;transform:translateX(calc((100vw - 980px)*.12))}.art-pntm img,.art-footer img{min-width:1050px;transform:translateX(calc((100vw - 1050px)*.15))}
  .video-all,.work-talk,.pntm-notify,.footer-home,.footer-youtube{display:none}
}
@media (max-width:620px){
  :root{--header-h:68px}.site-header{padding:0 18px}.brand{font-size:18px}.brand svg{width:26px;height:26px}.header-contact{font-size:12px;padding:9px 13px}
  .hero{height:84vh;min-height:620px;padding-bottom:28px}.hero-person{right:-31%;height:78%;opacity:.65}.hero-copy{left:22px;right:20px;top:48%}.hero h1{font-size:clamp(60px,17vw,92px)}.hero-tagline{font-size:28px}.eyebrow{font-size:9px}.scroll-cue{display:none}.hero-controls{bottom:18px}
  .topics{padding:20px 18px 22px}.topic-grid{grid-template-columns:repeat(2,1fr)}.topic{min-height:108px}.topic:nth-child(odd){border-left:1px solid var(--line)}.topic span{font-size:17px}.topic svg{width:33px;height:33px}
  .art-video img,.art-work img{min-width:900px;transform:translateX(-20%)}.art-updates img{min-width:850px;transform:translateX(-18%)}.art-pntm img,.art-footer img{min-width:900px;transform:translateX(-19%)}
  .contact-drawer{width:100vw}.contact-form,.notify-form{padding:38px 20px 28px}.contact-form h2{font-size:50px}.notify-form h2{font-size:42px}.form-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.topic{opacity:1;filter:none;transform:none}.topic svg,.topic span{opacity:1;transform:none}.art-section{opacity:1;transform:none}}
