.dg-header-section{position:relative;z-index:100}.dg-header{width:100%;color:var(--dg-ivory);background:var(--dg-obsidian);border-bottom:0;transition:background-color .36s var(--dg-ease),box-shadow .36s var(--dg-ease),backdrop-filter .36s var(--dg-ease)}.dg-header--overlay{position:absolute;inset:0 0 auto;background:linear-gradient(180deg,#11100d61,#08090938);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.dg-header.is-scrolled{position:fixed;inset:0 0 auto;background:#080909eb;box-shadow:0 1px #d5b36a29;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dg-header__inner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:96px;gap:clamp(34px,4vw,68px);transition:min-height .36s var(--dg-ease)}.dg-header.is-scrolled .dg-header__inner{min-height:80px}.dg-header__inner:after{content:"";position:absolute;right:calc((100vw - 100%)/-2);bottom:0;left:clamp(330px,25vw,430px);height:1px;background:linear-gradient(90deg,#d5b36a00,#d5b36a57 18% 100%);pointer-events:none}.dg-header__brand{justify-self:start;display:inline-flex;align-items:center;color:var(--dg-champagne);text-decoration:none}.dg-header__logo{display:block;width:auto;height:80px;max-width:310px;object-fit:contain;object-position:left center}.dg-header__brand-fallback{color:var(--dg-champagne);font-family:var(--dg-font-body);font-size:14px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.dg-header__nav{justify-self:end;display:block}.dg-header__nav-list{display:flex;align-items:center;gap:clamp(30px,2.6vw,48px);margin:0;padding:0;list-style:none}.dg-header__nav-link{position:relative;display:block;padding:10px 0;color:#f5f1eaf0;font-family:var(--dg-font-body);font-size:10px;font-weight:600;line-height:1;letter-spacing:.16em;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:color .22s ease}.dg-header__nav-link:after{position:absolute;right:0;bottom:2px;left:0;width:16px;height:1px;background:var(--dg-champagne);content:"";opacity:0;transition:width .3s var(--dg-ease),opacity .3s var(--dg-ease)}.dg-header__nav-link:hover,.dg-header__nav-link.is-current{color:var(--dg-champagne)}.dg-header__nav-link:hover:after,.dg-header__nav-link.is-current:after{width:100%;opacity:.72}.dg-header__actions{justify-self:end;display:flex;align-items:center;gap:24px}.dg-header__portal{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:50px;padding:0 26px;border:1px solid rgba(213,179,106,.68);color:var(--dg-champagne);font-family:var(--dg-font-body);font-size:9px;font-weight:700;letter-spacing:.17em;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:background-color .28s var(--dg-ease),border-color .28s var(--dg-ease),color .28s var(--dg-ease)}.dg-header__portal:hover{border-color:var(--dg-champagne);background:var(--dg-champagne);color:var(--dg-obsidian)}.dg-header__menu{position:relative;display:none}.dg-header__menu-button{display:flex;width:44px;height:44px;padding:9px;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;list-style:none}.dg-header__menu-button::-webkit-details-marker{display:none}.dg-header__menu-button span{display:block;width:26px;height:1px;flex:0 0 1px;background:var(--dg-ivory);border-radius:0;transform:none}.dg-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;min-height:100svh;padding:30px var(--dg-gutter) 50px;flex-direction:column;overflow-y:auto;background:radial-gradient(circle at 80% 0%,rgba(213,179,106,.11),transparent 34%),var(--dg-obsidian)}.dg-header__drawer-top{display:flex;align-items:center;justify-content:space-between}.dg-header__drawer-logo{display:block;width:auto;max-width:230px;height:62px;object-fit:contain;object-position:left center}.dg-header__drawer-brand{color:var(--dg-champagne);text-decoration:none}.dg-header__drawer-close{border:0;padding:4px;background:transparent;color:var(--dg-ivory);cursor:pointer;font-size:38px;font-weight:200;line-height:1}.dg-header__drawer-nav{margin:auto 0;padding:70px 0}.dg-header__drawer-nav ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.dg-header__drawer-nav a{display:inline-block;color:var(--dg-ivory);font-family:var(--dg-font-display);font-size:clamp(42px,11vw,70px);line-height:1;letter-spacing:-.035em;text-decoration:none}.dg-header__drawer-portal{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 20px;border:1px solid rgba(213,179,106,.55);color:var(--dg-champagne);font-family:var(--dg-font-body);font-size:10px;font-weight:700;letter-spacing:.17em;text-decoration:none;text-transform:uppercase}@media screen and (max-width:1250px){.dg-header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:26px}.dg-header__logo{height:72px;max-width:275px}.dg-header__nav-list{gap:26px}.dg-header__portal{padding:0 18px}}@media screen and (max-width:989px){.dg-header__inner,.dg-header.is-scrolled .dg-header__inner{grid-template-columns:1fr auto;min-height:82px}.dg-header__inner:after{left:0;background:#d5b36a57}.dg-header__nav,.dg-header__portal{display:none}.dg-header__menu{display:block}.dg-header__logo{height:60px;max-width:235px}.dg-header__actions{gap:0}}@media screen and (max-width:749px){.dg-header__inner,.dg-header.is-scrolled .dg-header__inner{min-height:74px}.dg-header__logo{height:52px;max-width:200px}.dg-header__menu-button{width:42px;height:42px;padding:8px}.dg-header__menu-button span{width:24px}}@media(prefers-reduced-motion:reduce){.dg-header,.dg-header__inner,.dg-header__nav-link:after,.dg-header__portal{transition:none}}@media screen and (max-width:989px)and (orientation:landscape){.dg-header__drawer{padding-top:20px;padding-bottom:28px}.dg-header__drawer-nav{padding:28px 0}.dg-header__drawer-nav a{font-size:42px;line-height:1.02}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/dg-header.css.map */
