:root{--sh-ink: #1C1825;--sh-indigo: #232347;--sh-deep: #15121C;--sh-cream: #F6F1E8;--sh-cream-alt: #ECE3D5;--sh-gold: #D8B676;--sh-gold-dark: #9A7833;--sh-gold-deep: #C29B4E;--sh-parchment: #E7DECF;--sh-muted: #A59CAC;--sh-ink-soft: #3D3947;--sh-ink-muted: #6E6679;--sh-serif: "Cormorant Garamond", serif;--sh-sans: "Mulish", system-ui, sans-serif}*{box-sizing:border-box}html,body{overflow-x:hidden}img{max-width:100%}body{margin:0;font-family:var(--sh-sans);-webkit-font-smoothing:antialiased}body.sh-dark{background:var(--sh-ink);color:var(--sh-parchment)}body.sh-cream{background:var(--sh-cream);color:var(--sh-ink-soft)}::-moz-selection{background:var(--sh-gold-deep);color:#fff}::selection{background:var(--sh-gold-deep);color:#fff}:where(body.sh-dark) a:where(:not([class])){color:var(--sh-gold)}:where(body.sh-dark) a:where(:not([class])):hover{color:var(--sh-cream)}:where(body.sh-cream) a:where(:not([class])){color:var(--sh-indigo)}:where(body.sh-cream) a:where(:not([class])):hover{color:var(--sh-gold-dark)}.sh-eyebrow{font-size:clamp(.62rem,1.3vw,.72rem);text-transform:uppercase;letter-spacing:.24em;font-weight:600;color:var(--sh-gold);margin:0 0 1.4rem}.sh-eyebrow--cream{color:var(--sh-gold-dark)}.sh-eyebrow--muted{color:var(--sh-muted);margin:0 0 .9rem;font-size:.62rem}.sh-h1{font-family:var(--sh-serif);font-weight:300;text-transform:uppercase;letter-spacing:.05em;font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1.08;color:#fff;margin:0 0 1.6rem}.sh-h2-split{font-family:var(--sh-serif);font-weight:300;text-transform:uppercase;letter-spacing:.07em;font-size:clamp(2rem,4vw,3.1rem);color:var(--sh-cream);line-height:1.08;margin:0}.sh-lede{font-size:clamp(1.02rem,1.6vw,1.16rem);line-height:1.78;color:#e7decfd9;max-width:46ch;margin:0 auto}.sh-body{font-size:clamp(1rem,1.55vw,1.12rem);line-height:1.78}.sh-btn{display:inline-flex;align-items:center;gap:.7em;text-transform:uppercase;letter-spacing:.16em;font-size:.73rem;font-weight:600;padding:1.15em 2.3em;text-decoration:none;transition:all .35s ease;cursor:pointer;font-family:var(--sh-sans)}.sh-btn--cream{background:var(--sh-cream);color:var(--sh-indigo);border:1px solid var(--sh-cream)}.sh-btn--cream:hover{background:transparent;color:#fff;border-color:#fff}.sh-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.sh-btn--ghost:hover{background:#fff;color:var(--sh-indigo);border-color:#fff}.sh-btn--gold{background:var(--sh-gold);color:var(--sh-ink);border:1px solid var(--sh-gold);padding:.95em 1.7em;font-size:.7rem;transition:all .3s}.sh-btn--gold:hover{background:transparent;color:var(--sh-gold)}.sh-header{position:fixed;top:0;left:0;right:0;z-index:60;background:transparent;color:#e7decf;transition:background .4s ease,box-shadow .4s ease,transform .35s ease;will-change:transform}.sh-header.sh-scrolled,.sh-header:has(.sh-navbar.sh-nav-open){background:var(--sh-deep);box-shadow:0 1px #e7decf1f,0 10px 30px #00000059}.sh-header.sh-hidden{transform:translateY(-100%)}.sh-header.sh-hidden:has(.sh-navbar.sh-nav-open){transform:none}.sh-header-spacer{height:var(--sh-header-h, 132px)}@media (max-width: 860px){.sh-header-spacer{height:var(--sh-header-h, 118px)}}@media (prefers-reduced-motion: reduce){.sh-header{transition:background .4s ease,box-shadow .4s ease}.sh-header.sh-hidden{transform:none}}.sh-topbar{text-align:center;padding:.85rem 1rem;font-size:.66rem;text-transform:uppercase;letter-spacing:.2em;color:#e7decfb3;border-bottom:1px solid rgba(231,222,207,.12)}.sh-navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 2rem;padding:1.3rem clamp(22px,6vw,90px);border-bottom:1px solid rgba(231,222,207,.1)}.sh-brand{display:flex;align-items:center;gap:.7rem;color:var(--sh-cream);text-decoration:none}.sh-brand img{width:60px;height:auto;flex:none;display:block;filter:drop-shadow(0 1px 6px rgba(21,18,28,.9))}.sh-brand:hover{color:var(--sh-cream)}.sh-navlinks{display:flex;gap:clamp(1rem,2.4vw,2.2rem);align-items:center;flex-wrap:wrap}.sh-navlink{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:var(--sh-parchment);text-decoration:none;transition:color .3s;background:none;border:none;cursor:pointer;padding:0;font-family:var(--sh-sans);display:inline-flex;align-items:center;gap:.45em}.sh-navlink:hover{color:var(--sh-gold)}.sh-nav-cta{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:var(--sh-ink);background:var(--sh-gold);border:1px solid var(--sh-gold);padding:.85em 1.6em;text-decoration:none;transition:all .3s}.sh-nav-cta:hover{background:transparent;color:var(--sh-gold)}.sh-drop{position:relative}.sh-dropmenu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:.9rem;z-index:80}.sh-drop:hover .sh-dropmenu,.sh-drop:focus-within .sh-dropmenu{display:block}.sh-dropinner{background:var(--sh-deep);border:1px solid rgba(231,222,207,.18);min-width:272px;display:flex;flex-direction:column;padding:.5rem 0;box-shadow:0 18px 44px #00000073}.sh-droplink{padding:.72rem 1.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:var(--sh-parchment);text-decoration:none;white-space:nowrap}.sh-droplink:hover{color:var(--sh-gold);background:#d8b6760f}.sh-navtoggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;flex:none}.sh-navtoggle span{display:block;height:2px;width:100%;background:var(--sh-parchment);transition:transform .3s,opacity .3s}@media (max-width: 860px){.sh-navbar{flex-wrap:wrap}.sh-navbar.sh-nav-open{background:var(--sh-deep)}.sh-navtoggle{display:flex}.sh-nav-open .sh-navtoggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.sh-nav-open .sh-navtoggle span:nth-child(2){opacity:0}.sh-nav-open .sh-navtoggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sh-navbar .sh-navlinks{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;margin-top:1rem}.sh-nav-open .sh-navlinks{display:flex;background:transparent;padding:.5rem 0;border-top:1px solid rgba(231,222,207,.14)}.sh-navbar .sh-navlinks>a,.sh-navbar .sh-navlinks>.sh-drop>.sh-navlink{padding:.9rem .2rem;border-top:1px solid rgba(231,222,207,.1);width:100%;text-align:left;justify-content:space-between}.sh-navbar .sh-nav-cta{display:flex;justify-content:center;align-items:center;width:100%;min-height:52px;margin-top:.9rem}.sh-drop{width:100%}.sh-navbar .sh-drop .sh-dropmenu,.sh-navbar .sh-drop:hover .sh-dropmenu,.sh-navbar .sh-drop:focus-within .sh-dropmenu{display:none;position:static;transform:none;padding-top:0;left:auto}.sh-navbar .sh-drop.sh-drop-open .sh-dropmenu{display:block}.sh-navbar .sh-drop>.sh-navlink>span{transition:transform .25s ease}.sh-navbar .sh-drop.sh-drop-open>.sh-navlink>span{transform:rotate(180deg)!important}.sh-dropinner{min-width:0;width:100%;background:#00000038;border:none;box-shadow:none;padding:.2rem 0 .6rem}.sh-droplink{padding:.8rem .9rem;white-space:normal;width:100%}}.sh-section{padding:clamp(72px,10vw,130px) clamp(22px,6vw,90px)}.sh-wrap{max-width:1240px;margin:0 auto}.sh-split{display:flex;flex-wrap:wrap;gap:clamp(30px,6vw,80px);align-items:flex-start}.sh-split__head{flex:1 1 280px;min-width:260px}.sh-split__body{flex:1.4 1 340px}@media (max-width: 420px){.sh-split__head,.sh-split__body{min-width:0;flex-basis:100%}.sh-flexsplit__media,.sh-flexsplit__body{min-width:0!important;flex-basis:100%!important}}.sh-ticks{display:flex;flex-direction:column;gap:1.6rem}.sh-tick{display:flex;gap:1.1rem;align-items:flex-start}.sh-tick span.sh-tick__dash{width:22px;height:1px;background:var(--sh-gold);flex:none;margin-top:.85em}.sh-tick p{font-size:clamp(1rem,1.55vw,1.12rem);line-height:1.78;color:#e7decfd9;margin:0}.sh-prose{font-size:clamp(1rem,1.55vw,1.12rem);line-height:1.78;color:#e7decfd1}.sh-prose p{margin:0}.sh-prose p+p{margin-top:1.15em}.sh-prose strong{color:#fff;font-weight:600}.sh-band{height:clamp(240px,36vw,440px);background-size:cover}.sh-logistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(28px,4vw,48px)}.sh-logistics .sh-log-value{font-family:var(--sh-serif);font-weight:400;font-size:1.35rem;color:var(--sh-cream);margin:0;line-height:1.3}.sh-logistics a{color:var(--sh-gold);text-decoration:none}.sh-logistics a:hover{color:var(--sh-cream)}.sh-cta-band{background-image:linear-gradient(#23234799,#1c1a38c7),url(/images/texture-indigo.png);background-size:cover;background-position:50% 50%;text-align:center;padding:clamp(72px,10vw,130px) clamp(22px,6vw,90px)}.sh-cta-band h2{font-family:var(--sh-serif);font-weight:300;font-size:clamp(2.1rem,4.6vw,3.6rem);color:#fff;margin:0 0 1.4rem}.sh-cta-phone{font-size:.86rem;color:var(--sh-muted);margin:1.8rem 0 0}.sh-cta-phone a{color:var(--sh-gold);text-decoration:none}.sh-cta-phone a:hover{color:var(--sh-cream)}.sh-hero{position:relative;min-height:92vh;display:flex;flex-direction:column;text-align:center;background-image:linear-gradient(180deg,#15121cb8,#15121c85 34%,#15121cad),url(/images/goldwater.jpg);background-size:cover;background-position:50% 72%}.sh-scrollcue{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;font-size:.6rem;text-transform:uppercase;letter-spacing:.3em;color:#e7decf99;display:flex;flex-direction:column;align-items:center;gap:.6rem}.sh-scrollcue span{width:1px;height:34px;background:linear-gradient(var(--sh-gold),transparent)}.sh-card{min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(20px,2vw,28px);text-decoration:none;color:inherit;background-size:cover;transition:filter .4s ease}.sh-card:hover{filter:brightness(1.14);color:inherit}.sh-card h3{font-family:var(--sh-serif);font-weight:300;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(1.35rem,1.8vw,1.7rem);color:#fff;line-height:1.12;margin:0 0 .8rem}.sh-card p{color:#e7decfe0;font-size:.9rem;line-height:1.6;margin:0 0 1.1rem}.sh-card--wide{min-height:300px;padding:clamp(22px,2.4vw,34px)}.sh-card--wide h3{font-size:clamp(1.45rem,2vw,1.85rem)}.sh-card--wide p{font-size:.92rem;line-height:1.62}.sh-card .sh-explore{display:inline-flex;align-items:center;gap:.55em;text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;font-weight:600;color:var(--sh-gold)}.sh-rule-row{display:grid;grid-template-columns:auto 1fr;gap:1.4rem;align-items:center;margin-bottom:1.6rem}.sh-rule-row p{font-size:.66rem;text-transform:uppercase;letter-spacing:.24em;font-weight:600;color:var(--sh-gold);margin:0;white-space:nowrap}.sh-rule-row span{height:1px;background:#e7decf2e}.sh-pullquote{font-family:var(--sh-serif);font-style:italic;font-weight:300;font-size:clamp(1.4rem,2.6vw,1.8rem);line-height:1.4;color:var(--sh-gold);margin:2.4em 0;text-align:center}.sh-cream-h1{color:var(--sh-indigo)}.sh-fee-row{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;flex-wrap:wrap;padding:1.5rem 0;border-bottom:1px solid rgba(28,24,37,.14)}.sh-fee-row .sh-fee-name{font-family:var(--sh-serif);font-size:1.45rem;color:var(--sh-indigo)}.sh-fee-row .sh-fee-price{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:#8a7f70}.sh-fee-row .sh-fee-price--gold{color:var(--sh-gold-dark)}.sh-faq details{border-bottom:1px solid rgba(28,24,37,.14);padding:1.4rem 0}.sh-faq summary{font-family:var(--sh-serif);font-size:1.4rem;color:var(--sh-indigo);cursor:pointer}.sh-faq details p{font-size:1rem;line-height:1.78;color:var(--sh-ink-muted);margin:1rem 0 0;max-width:62ch}.sh-connect{background-image:linear-gradient(#23234799,#1c1a38c7),url(/images/texture-indigo.png);background-size:cover;background-position:50% 50%;color:var(--sh-parchment);padding:clamp(72px,10vw,130px) clamp(22px,6vw,90px)}.sh-contact-tile p.sh-contact-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.24em;font-weight:600;color:var(--sh-muted);margin:0 0 .9rem}.sh-contact-tile .sh-contact-value{font-family:var(--sh-serif);font-size:1.5rem;margin:0;line-height:1.3;color:var(--sh-cream)}.sh-contact-tile a{color:var(--sh-cream);text-decoration:none}.sh-contact-tile a:hover{color:var(--sh-gold)}.sh-input{background:#e7decf12;border:1px solid rgba(231,222,207,.25);color:var(--sh-cream);padding:.9em 1.1em;font-family:var(--sh-sans);font-size:.85rem;outline:none;width:100%}.sh-input::-moz-placeholder{color:#e7decf80}.sh-input::placeholder{color:#e7decf80}.sh-input:focus{border-color:var(--sh-gold)}textarea.sh-input{resize:vertical;min-height:120px}.sh-form-status{font-size:.85rem;color:var(--sh-gold);margin:.9rem 0 0;text-align:center;min-height:1.2em}.sh-consult-form{max-width:560px;margin:clamp(40px,6vw,64px) auto 0;text-align:left}.sh-consult-form .sh-field{margin-bottom:.9rem}.sh-footer{background:var(--sh-deep);color:var(--sh-parchment);padding:clamp(60px,8vw,100px) clamp(22px,6vw,90px) 2.4rem;text-align:center}.sh-footer-brand{display:flex;align-items:center;justify-content:center;gap:.7rem;margin-bottom:.6rem}.sh-footer-brand img{width:54px;height:auto;flex:none;display:block}.sh-footer-brand span{font-family:var(--sh-serif);font-size:1.5rem;letter-spacing:.26em;text-transform:uppercase;color:var(--sh-cream)}.sh-footer-tag{font-family:var(--sh-serif);font-style:italic;font-size:1.4rem;color:var(--sh-gold);margin:0 0 2.6rem}.sh-footer-news{max-width:440px;margin:0 auto 3.2rem}.sh-footer-news .sh-news-row{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.sh-footer-news .sh-news-row input{flex:1 1 200px;width:auto}.sh-footlinks{display:flex;gap:1.1rem 2rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.4rem}.sh-footlinks a{font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;color:var(--sh-parchment);font-weight:600;text-decoration:none}.sh-footlinks a:hover{color:var(--sh-gold)}.sh-footlinks--secondary{margin-bottom:2.6rem}.sh-footlinks--secondary a{color:#e7decfbf}.sh-footlinks--secondary a.sh-gold{color:var(--sh-gold)}.sh-footlinks--secondary a.sh-gold:hover{color:var(--sh-cream)}.sh-foot-fine{font-size:.74rem;color:var(--sh-muted);letter-spacing:.04em;line-height:1.8;margin:0}.sh-foot-fine a{color:var(--sh-muted);text-decoration:none}.sh-foot-fine a:hover{color:var(--sh-gold)}.sh-foot-crisis{font-size:.66rem;color:#a59caca6;letter-spacing:.04em;line-height:1.7;margin:1.6rem 0 0}
