﻿.html-error{min-height:72vh;background:var(--dark);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;position:relative;overflow:hidden;}.html-error::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:640px;height:640px;background:radial-gradient(circle,rgba(184,151,62,.07) 0%,transparent 65%);pointer-events:none;z-index:0;}.html-error::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(184,151,62,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(184,151,62,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0;}.html-error .headline{position:relative;z-index:1;}.html-error .headline h1{font-family:"Cormorant Garamond",serif;font-size:clamp(6rem,18vw,11rem);font-weight:700;line-height:1;letter-spacing:-.04em;color:transparent;-webkit-text-stroke:1px rgba(184,151,62,.22);user-select:none;margin-bottom:-4px;}.html-error .headline h2{font-family:"Cormorant Garamond",serif;font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2;margin-top:12px;}.html-error .headline h2::before{content:"";display:block;width:32px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto 14px;}.html-error .content{position:relative;z-index:1;max-width:460px;margin:18px auto 0;font-size:.86rem;color:rgba(255,255,255,.48);line-height:1.85;}.html-error .content strong{color:rgba(255,255,255,.75);}.html-error .content a{color:var(--gold-light);text-decoration:none;border-bottom:1px solid rgba(184,151,62,.3);transition:color .25s,border-color .25s;}.html-error .content a:hover{color:var(--gold);border-color:var(--gold);}.html-error .error-actions{position:relative;z-index:1;margin-top:36px;}.html-error .error-actions .error-btn-home{display:inline-block;padding:12px 28px;background:transparent;border:1px solid rgba(184,151,62,.45);color:rgba(255,255,255,.82);text-decoration:none;font-size:.72rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;border-radius:4px;transition:background .3s,border-color .3s,color .25s,transform .2s;}.html-error .error-actions .error-btn-home:hover{background:rgba(184,151,62,.12);border-color:var(--gold);color:#fff;transform:translateY(-1px);}.content-wrap:has(.html-error){min-height:100vh;background:var(--dark);display:flex;align-items:center;justify-content:center;}@media(max-width:768px){.html-error{padding:60px 20px;}.html-error .headline h1{font-size:clamp(5rem,28vw,7.5rem);}.html-error .headline h2{font-size:clamp(1.2rem,5vw,1.7rem);}.html-error .content{font-size:.83rem;}}