@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/cormorant-regular.ttf') format('truetype');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/cormorant-italic.ttf') format('truetype');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/manrope-regular.ttf') format('truetype');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/manrope-medium.ttf') format('truetype');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/manrope-semibold.ttf') format('truetype');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/manrope-bold.ttf') format('truetype');}
:root{color-scheme:dark;--bg:#101d21;--text:#f1eee4;--muted:#b2c0be;--gold:#dcc18a;--line:#314247}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.8}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--gold);outline-offset:7px}header{height:94px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line)}.wordmark{font-family:Georgia,serif;font-size:24px;letter-spacing:4px;white-space:nowrap}.sigil{color:var(--gold);font-size:31px;vertical-align:middle;margin-right:8px}nav{display:flex;gap:32px}nav a,.nav-link{font-size:14px}.nav-link{color:var(--gold)}nav a:hover,footer a:hover{color:var(--gold)}.hero{position:relative;min-height:720px;height:calc(100svh - 94px);max-height:980px;isolation:isolate;display:flex;align-items:center;overflow:hidden}.hero-art,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(6,20,24,.92),rgba(8,24,28,.62) 43%,rgba(8,24,28,.05) 80%),linear-gradient(0deg,#101d21,transparent 25%)}.hero-content{padding:55px 7.5% 100px;max-width:970px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;color:var(--gold);margin:0 0 25px}h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:400;margin:0;line-height:1.05}h1{font-size:clamp(56px,5.8vw,88px);letter-spacing:-1.5px}em{color:var(--gold);font-weight:400}h2{font-size:clamp(40px,4vw,59px)}h3{font-size:32px}.hero-copy{color:#d0d8d2;margin:28px 0 32px;font-size:17px;line-height:1.9}.button{display:inline-flex;align-items:center;gap:40px;padding:14px 25px;border:1px solid var(--gold);background:var(--gold);color:#122326;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{background:#eed8a8;transform:translateY(-2px)}.hero-bottom{position:absolute;bottom:30px;left:7.5%;right:5.5%;display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:1.6px;color:#aabbb8}.hero-bottom span:last-child{letter-spacing:.3px}.section{padding:105px 7.5%}.intro{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-bottom:1px solid var(--line)}.intro-copy p{margin:0 0 22px;color:var(--muted);max-width:570px}.intro-copy .gold-line{color:var(--gold);font-family:'Cormorant Garamond',Georgia,serif;font-size:23px;font-style:italic;margin-bottom:0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.section-heading>p{color:var(--muted);font-size:15px}.features{display:grid;grid-template-columns:repeat(3,1fr);margin-top:55px;border-top:1px solid var(--line)}.features article{padding:34px 32px 0 0}.features article+article{border-left:1px solid var(--line);padding-left:32px}.feature-number{font-family:Georgia,serif;font-size:20px;color:var(--gold);display:block;margin-bottom:24px}.features p{color:var(--muted);font-size:15px;margin:20px 0 27px}.feature-tag{font-size:11px;letter-spacing:1.4px;color:var(--gold)}.haunted{display:grid;grid-template-columns:1fr 1fr;min-height:590px;background:#152328}.haunted-art{background:linear-gradient(90deg,transparent 65%,#152328),url('orendyr-forest.png') 85% center/auto 115%;min-height:470px}.haunted-copy{padding:70px 13% 70px 7%}.haunted-copy h2{font-size:clamp(38px,3.7vw,56px);margin-bottom:28px}.haunted-copy>p:not(.eyebrow){color:var(--muted);font-size:15px}.haunted-note{margin-top:30px;padding-top:24px;border-top:1px solid #3a4b50;display:flex;gap:23px;align-items:center;color:var(--gold)}.haunted-note>span{font-size:36px}.haunted-note p{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:23px;line-height:1.4}.development{text-align:center;padding-top:115px;padding-bottom:110px}.development>p:not(.eyebrow){color:var(--muted);margin:28px auto;max-width:710px}.outline{background:transparent;color:var(--gold)}.outline:hover{color:var(--bg)}.development .development-note{font-size:12px;margin:27px auto 0;color:#91a39f}footer{margin:0 5.5%;padding:32px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}footer span,footer>a:last-child{font-size:12px;color:var(--muted)}footer .wordmark{font-size:20px}@media(min-width:1600px){.section,header,footer{padding-left:max(7.5%,calc((100vw - 1450px)/2));padding-right:max(7.5%,calc((100vw - 1450px)/2))}}@media(max-width:900px){header{height:auto;min-height:90px;flex-wrap:wrap;padding-top:17px;padding-bottom:17px;gap:12px}nav{order:3;width:100%;justify-content:center;gap:28px}.nav-link{font-size:12px}.hero{min-height:650px;height:80svh}.hero-content{padding-left:6%;padding-right:6%}.hero-shade{background:linear-gradient(90deg,rgba(6,20,24,.9),rgba(8,24,28,.38)),linear-gradient(0deg,#101d21,transparent 30%)}.section{padding:70px 6%}.intro{gap:40px}.section-heading{display:block}.features article{padding-right:20px}.features article+article{padding-left:20px}.haunted{grid-template-columns:45% 55%}.haunted-copy{padding:50px 9%}.hero-bottom{left:6%}.hero-bottom span:last-child{max-width:130px;text-align:right}}@media(max-width:600px){header .wordmark{font-size:21px}.nav-link{max-width:125px;text-align:right;line-height:1.5}nav{justify-content:space-between;gap:12px}nav a{font-size:13px}.hero{min-height:660px;max-height:800px}.hero-content{padding-top:30px}.eyebrow{font-size:10px;letter-spacing:1.8px}h1{font-size:53px}h2{font-size:42px}.hero-copy{font-size:15px}.hero-copy br{display:none}.hero-bottom{font-size:9px;letter-spacing:1px;align-items:flex-end}.intro{grid-template-columns:1fr;gap:30px}.features{grid-template-columns:1fr;margin-top:35px}.features article,.features article+article{border-left:0;padding:25px 0 30px;border-bottom:1px solid var(--line)}.feature-number{margin-bottom:12px}.features p{margin:14px 0 18px}.haunted{grid-template-columns:1fr}.haunted-art{min-height:320px;background-position:85% center;background-size:cover}.haunted-copy{padding:40px 6% 55px}.development{padding-top:75px;padding-bottom:75px}.desktop{display:none}footer{flex-wrap:wrap;justify-content:center;text-align:center}footer .wordmark{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.footer-legal{display:flex;gap:24px;font-size:14px}.legal-page{min-height:65vh}.legal-page h1{font-size:clamp(48px,6vw,80px)}

.legal-content{margin-top:40px;max-width:720px}.legal-content p{margin:0 0 24px}.legal-content a{color:var(--gold);text-decoration:underline;overflow-wrap:anywhere}

.legal-page h1{overflow-wrap:anywhere;hyphens:auto}.legal-content h2{font-size:clamp(28px,3vw,38px);line-height:1.25;margin:42px 0 20px}.legal-content h2:first-child{margin-top:0}.legal-content ul{padding-left:24px;margin:0 0 24px}
