:root{--drh-color-bg:#1d1d1f;--drh-color-bg-elevated:#2c2c2e;--drh-color-text:#ffffff;--drh-color-text-muted:rgba(255,255,255,0.72);--drh-color-text-inverse:#1d1d1f;--drh-color-border:rgba(255,255,255,0.12);--drh-color-accent:#ffffff;--drh-color-surface:#f5f5f7;--drh-color-announcement:#f7f8f8;--drh-font-sans:Arial,"PingFang SC","Microsoft YaHei",sans-serif;--drh-font-size-xs:0.75rem;--drh-font-size-sm:0.875rem;--drh-font-size-base:1rem;--drh-font-size-lg:1.125rem;--drh-font-size-xl:1.5rem;--drh-font-size-2xl:2rem;--drh-font-size-3xl:2.5rem;--drh-radius-sm:4px;--drh-radius-md:8px;--drh-radius-lg:12px;--drh-radius-pill:999px;--drh-gallery-thumb-size:96px;--drh-gallery-thumb-size-mobile:80px;--drh-space-xs:0.5rem;--drh-space-sm:0.75rem;--drh-space-md:1rem;--drh-space-lg:1.5rem;--drh-space-xl:2rem;--drh-space-2xl:3rem;--drh-space-3xl:4rem;--drh-shell-max:1280px;--drh-page-width:1800px;--drh-shell-padding:clamp(1rem,4vw,3rem);--drh-header-height:72px;--drh-announcement-height:36px;--drh-z-header:100;--drh-z-mega:200;--drh-z-drawer:300;--drh-z-modal:400;--drh-z-aside:10100;--drh-transition:0.2s ease}.drh-shell{max-width:var(--drh-shell-max);padding-inline:var(--drh-shell-padding)}.drh-page-shell,.drh-shell{width:100%;margin-inline:auto}.drh-page-shell{padding-inline:1.5rem;box-sizing:border-box}@media screen and (min-width:992px){.drh-page-shell{padding-inline:max(3.3rem,calc(50vw - var(--drh-page-width) / 2))}}.drh-header-wrap{line-height:1.35;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;--drh-header-offset:var(--drh-announcement-height,36px)}.shopify-section-group-header-group:has(.drh-section-header){position:relative;z-index:1000}.drh-header{display:block;position:fixed;top:var(--drh-header-offset);left:0;right:0;z-index:1000;background:transparent;color:#1d1d1f;border-bottom:1px solid transparent;box-shadow:0 1px 0 rgba(0,0,0,.02);transition:transform .35s ease,background-color .3s ease,border-color .3s ease,color .3s ease}.drh-header__shell{padding-block:.9rem;min-height:72px;box-sizing:border-box}.drh-header__row--desktop{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1rem;gap:1rem;width:100%}.drh-header__row--mobile{display:none}.drh-header__nav-left,.drh-header__nav-right{display:flex;align-items:center;min-width:0}.drh-header__nav-left{justify-content:flex-start;gap:.65rem}.drh-header__nav-right{justify-content:flex-end;gap:1.1rem;margin-left:.25rem}.drh-header__nav-right--compact{gap:.5rem}.drh-header__logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.drh-header__logo-img{display:block;width:112px;height:auto}.drh-header__nav-list{display:flex;align-items:center;flex-wrap:nowrap;list-style:none;margin:0;padding:0}.drh-header__nav-link,.drh-header__nav-trigger{margin:0 1rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1f;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;line-height:1.2;position:relative;transition:color .3s ease}.drh-header__nav-link:after,.drh-header__nav-trigger:after{content:"";position:absolute;display:block;left:0;bottom:-4px;height:2px;background-color:#1d1d1f;width:0;transition:width .3s ease}.drh-header__nav-link.is-active:after,.drh-header__nav-link:hover:after,.drh-header__nav-trigger:hover:after{width:100%}.drh-header__nav-link.is-active{font-weight:700}.drh-header__caret{display:block;width:8px;height:auto;opacity:.7}.drh-header__menu-toggle{width:2.375rem;height:2.375rem;border:none;border-radius:50%;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:.3rem;flex-shrink:0;transition:background-color .3s ease}.drh-header__menu-toggle img{display:block;width:1rem;height:1rem}.drh-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;padding:.25rem;color:inherit;text-decoration:none;position:relative;border:none;background:transparent;line-height:0;cursor:pointer;font-family:inherit;transition:transform .3s ease}.drh-header__icon-btn:hover{transform:scale(1.1)}.drh-header__cart-link:hover{transform:none}.drh-header__cart-link img{transition:transform .3s ease-in-out}.drh-header__cart-link:hover img{transform:scale(1.1)}.drh-header__icon-btn img{display:block;width:1.25rem;height:1.25rem;transition:filter .3s ease,transform .3s ease-in-out}.drh-header__cart-count{position:absolute;top:-.4rem;right:-.5rem;min-width:1.3rem;height:1.3rem;min-height:1.3rem;padding:0 .2rem;box-sizing:border-box;border-radius:50%;background:#1d1d1f;color:#fff;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;transition:background-color .3s ease,color .3s ease}.drh-header.is-hovered,.drh-header.is-scrolled,.drh-header.is-solid,.drh-header:not(.drh-header--transparent){background:#ffffff;border-bottom-color:#e7e7e7;color:#1d1d1f}.drh-header.is-hovered .drh-header__icon-btn img,.drh-header.is-hovered .drh-header__logo-img,.drh-header.is-scrolled .drh-header__icon-btn img,.drh-header.is-scrolled .drh-header__logo-img,.drh-header.is-solid .drh-header__icon-btn img,.drh-header.is-solid .drh-header__logo-img,.drh-header:not(.drh-header--transparent) .drh-header__icon-btn img,.drh-header:not(.drh-header--transparent) .drh-header__logo-img{filter:none}.drh-header--transparent,.drh-header--transparent .drh-header__nav-link,.drh-header--transparent .drh-header__nav-trigger{color:#ffffff}.drh-header--transparent .drh-header__nav-link:after,.drh-header--transparent .drh-header__nav-trigger:after{background-color:#ffffff}.drh-header--transparent.is-hovered .drh-header__nav-link,.drh-header--transparent.is-hovered .drh-header__nav-trigger,.drh-header--transparent.is-mega-open .drh-header__nav-link,.drh-header--transparent.is-mega-open .drh-header__nav-trigger,.drh-header--transparent.is-scrolled .drh-header__nav-link,.drh-header--transparent.is-scrolled .drh-header__nav-trigger{color:#1d1d1f}.drh-header--transparent.is-hovered .drh-header__nav-link:after,.drh-header--transparent.is-hovered .drh-header__nav-trigger:after,.drh-header--transparent.is-mega-open .drh-header__nav-link:after,.drh-header--transparent.is-mega-open .drh-header__nav-trigger:after,.drh-header--transparent.is-scrolled .drh-header__nav-link:after,.drh-header--transparent.is-scrolled .drh-header__nav-trigger:after{background-color:#1d1d1f}.drh-header--transparent:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.14) 50%,rgba(0,0,0,0));z-index:0;transition:opacity .3s ease}.drh-header--transparent.is-hovered:before,.drh-header--transparent.is-mega-open:before,.drh-header--transparent.is-scrolled:before{opacity:0}.drh-header--transparent .drh-header__shell{position:relative;z-index:1}.drh-header--transparent .drh-header__icon-btn img,.drh-header--transparent .drh-header__logo-img{filter:brightness(0) invert(1)}.drh-header--transparent .drh-header__menu-toggle{background:#ffffff}.drh-header--transparent .drh-header__menu-toggle img{filter:none}.drh-header--transparent.is-hovered,.drh-header--transparent.is-scrolled{color:#1d1d1f}.drh-header--transparent.is-hovered .drh-header__menu-toggle,.drh-header--transparent.is-scrolled .drh-header__menu-toggle{background:transparent}.drh-header--transparent .drh-header__cart-count{background:#ffffff;color:#1d1d1f}.drh-header--transparent.is-hovered .drh-header__cart-count,.drh-header--transparent.is-mega-open .drh-header__cart-count,.drh-header--transparent.is-scrolled .drh-header__cart-count{background:#1d1d1f;color:#ffffff}body:has(.drh-header--transparent){padding-top:0}@media screen and (min-width:721px) and (max-width:1199px){.drh-header__nav-link,.drh-header__nav-trigger{margin:0 .5rem}}@media screen and (max-width:720px){.drh-header__shell{padding:.875rem 1rem;min-height:72px}.drh-header__row--desktop{display:none}.drh-header__row--mobile{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%}.drh-header__row--mobile .drh-header__logo{grid-column:2}.drh-header__row--mobile .drh-header__menu-toggle{grid-column:1;justify-self:start}.drh-header__row--mobile .drh-header__nav-right{grid-column:3;justify-self:end}.drh-header__logo-img{max-width:96px;width:96px}}.drh-collection-menu{position:fixed;inset:0;z-index:var(--drh-z-aside);display:flex;background:#ffffff;overflow:hidden;font-size:16px;line-height:1.35;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;animation:drh-collection-fade .25s ease}.drh-collection-menu[hidden]{display:none!important}@keyframes drh-collection-fade{0%{opacity:0}to{opacity:1}}.drh-collection-menu__brand{position:relative;flex:2 1 40%;min-height:100vh;overflow:hidden;background:#1d1d1f}.drh-collection-menu__brand-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.drh-collection-menu__brand-copy{position:absolute;inset:auto 0 0;padding:40px;color:#ffffff;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.62))}.drh-collection-menu__brand-eyebrow{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.88}.drh-collection-menu__brand-title{margin:0 0 12px;font-size:clamp(24px,2.4vw,32px);font-weight:700;line-height:1.15}.drh-collection-menu__brand-text{margin:0 0 20px;max-width:352px;font-size:15px;line-height:1.55;opacity:.92}.drh-collection-menu__brand-cta{display:inline-block;color:#ffffff;font-size:13px;font-weight:700;letter-spacing:.06em;text-decoration:underline;text-underline-offset:4px}.drh-collection-menu__brand-cta:before{content:"• "}.drh-collection-menu__panel{position:relative;flex:3 1 60%;display:flex;flex-direction:column;min-height:100vh;padding:48px 56px 32px;background:#ffffff;overflow-y:auto;box-sizing:border-box}.drh-collection-menu__close{position:absolute;top:24px;right:28px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:999px;background:#f4f4f4;color:#1d1d1f;cursor:pointer;transition:background-color .2s ease}.drh-collection-menu__close svg{display:block;width:14px;height:14px}.drh-collection-menu__close:hover{background:#e8e8e8}.drh-collection-menu__brand-mobile{display:none;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #ececec}.drh-collection-menu__brand-mobile-title{margin:0 0 8px;font-size:16px;font-weight:700}.drh-collection-menu__brand-mobile-text{margin:0 0 12px;font-size:14px;color:#555}.drh-collection-menu__brand-mobile-link{font-size:13px;font-weight:700;color:#1d1d1f}.drh-collection-menu__body{flex:1 1;display:flex;flex-direction:column;gap:32px;min-height:0}.drh-collection-menu__nav{flex:1 1;display:flex;flex-direction:column;gap:32px;padding-top:16px}.drh-collection-menu__section{display:flex;flex-direction:column;gap:12px}.drh-collection-menu__section-title{margin:0;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#86868b}.drh-collection-menu__section-links{display:flex;flex-direction:column;gap:6px}.drh-collection-menu__item{display:block;color:#1d1d1f;text-decoration:none;font-size:28px;font-weight:700;letter-spacing:.01em;line-height:1.2;transition:opacity .2s ease}.drh-collection-menu__item:hover{opacity:.6}.drh-collection-menu__item--button{width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.drh-collection-menu__contact{flex-shrink:0;padding-top:24px;border-top:1px solid #ececec}.drh-collection-menu__contact-title{margin:0 0 16px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#86868b}.drh-collection-menu__contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 32px;gap:16px 32px;margin-bottom:12px}.drh-collection-menu__contact-block{display:flex;flex-direction:column;gap:3px}.drh-collection-menu__contact-label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d1d1f}.drh-collection-menu__contact-value{color:#1d1d1f;text-decoration:none;font-size:13px;transition:opacity .2s ease}.drh-collection-menu__contact-value:hover{opacity:.65}.drh-collection-menu__contact-actions{display:flex;flex-wrap:wrap;gap:16px 24px}.drh-collection-menu__contact-action{display:inline;border:none;background:none;padding:0;margin:0;color:#1d1d1f;font:inherit;font-size:13px;font-weight:700;line-height:1.4;text-align:left;text-decoration:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:opacity .2s ease}.drh-collection-menu__contact-action:hover{opacity:.65;text-decoration:none}.drh-header__mega-wrap{position:relative;display:inline-flex;align-items:center}.drh-header__dropdown-icon{display:block;width:8px;height:8px;flex-shrink:0;transition:transform .2s ease,filter .3s ease}.drh-header__nav-trigger[aria-expanded=true] .drh-header__dropdown-icon{transform:rotate(180deg)}.drh-header--transparent .drh-header__dropdown-icon{filter:brightness(0) invert(1)}.drh-header--transparent.is-hovered .drh-header__dropdown-icon,.drh-header--transparent.is-mega-open .drh-header__dropdown-icon,.drh-header--transparent.is-scrolled .drh-header__dropdown-icon{filter:none}.drh-download-mega-panel,.drh-shop-mega-panel{position:fixed;left:0;right:0;top:calc(var(--drh-announcement-height, 36px) + 72px - 10px);padding-top:10px;background:#ffffff;border-top:1px solid #ececec;box-shadow:0 12px 32px rgba(0,0,0,.08);z-index:1002}.drh-download-mega-panel[hidden],.drh-shop-mega-panel[hidden]{display:none!important}.drh-download-mega-panel__inner,.drh-shop-mega-panel__inner{padding-block:28px 32px}.drh-shop-mega__grid{display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(140px,1fr) minmax(140px,1fr) repeat(3,minmax(120px,1fr));grid-gap:24px 40px;gap:24px 40px;align-items:start}.drh-shop-mega__primary{display:flex;flex-direction:column;gap:20px}.drh-shop-mega__primary-links{display:flex;flex-direction:column;gap:14px}.drh-shop-mega__primary-link{color:#1d1d1f;text-decoration:none;font-size:18px;font-weight:700;line-height:1.35}.drh-shop-mega__primary-link:hover{color:#555;text-decoration:underline}.drh-shop-mega__view-all{color:#86868b;text-decoration:none;font-size:13px;font-weight:500}.drh-shop-mega__view-all:hover{color:#1d1d1f;text-decoration:underline}.drh-shop-mega__column-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#86868b;margin-bottom:16px}.drh-shop-mega__column-links{display:flex;flex-direction:column;gap:12px}.drh-shop-mega__link{color:#1d1d1f;text-decoration:none;font-size:14px;line-height:1.4}.drh-shop-mega__link:hover{color:#555;text-decoration:underline}.drh-shop-mega__promo{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}.drh-shop-mega__promo-image-wrap{overflow:hidden;aspect-ratio:4/3}.drh-shop-mega__promo-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.drh-shop-mega__promo:hover .drh-shop-mega__promo-image{transform:scale(1.02)}.drh-shop-mega__promo-copy{display:flex;flex-direction:column;gap:4px}.drh-shop-mega__promo-title{font-size:14px;font-weight:600;color:#1d1d1f;line-height:1.35}.drh-shop-mega__promo-desc{font-size:12px;color:#86868b;line-height:1.45}.drh-download-mega__layout{gap:48px;width:-moz-fit-content;width:fit-content;max-width:100%;margin-inline:auto}.drh-download-mega__layout,.drh-download-mega__visual{display:flex;align-items:center;justify-content:center}.drh-download-mega__visual{flex:0 0 auto;padding:8px}.drh-download-mega__preview{width:100%;max-width:380px;max-height:220px;height:auto;object-fit:contain;display:block}.drh-download-mega__actions{display:flex;gap:32px;align-items:flex-start}.drh-download-mega__badges{display:flex;flex-direction:column;gap:12px}.drh-download-mega__badge-link img{display:block;height:40px;width:auto}.drh-download-mega__compatibility{margin:12px 0 0;font-size:12px;color:#86868b}.drh-download-mega__links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.drh-download-mega__text-link{color:#1d1d1f;font-size:13px;text-decoration:underline}.drh-download-mega__qr-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border:1px solid #ececec;border-radius:8px}.drh-download-mega__qr-image{width:96px;height:96px;object-fit:contain}.drh-download-mega__qr-text{margin:0;font-size:12px;color:#86868b;text-align:center}.drh-header.is-collection-menu-open{pointer-events:none}@media screen and (max-width:1199px){.drh-shop-mega__grid{grid-template-columns:minmax(160px,1.2fr) minmax(120px,1fr) minmax(120px,1fr) repeat(3,minmax(100px,1fr));gap:20px 24px}}@media screen and (max-width:720px){.drh-download-mega-panel,.drh-shop-mega-panel{display:none!important}.drh-collection-menu__brand{display:none}.drh-collection-menu__brand-mobile{display:block}.drh-collection-menu__panel{flex:1 1 100%;padding:72px 24px 40px}.drh-collection-menu__nav{gap:24px;padding-top:0}.drh-collection-menu__item{font-size:20px}.drh-collection-menu__contact-grid{grid-template-columns:1fr;gap:14px}.drh-collection-menu__contact-actions{flex-direction:column;gap:12px}}.drh-home-banner{--banner-heading-size:clamp(1.75rem,2.8vw,2.5rem);--banner-desc-size:clamp(1rem,1.35vw,1.125rem);display:block;position:relative;width:100%;height:100vh;padding:0;overflow:hidden;background:#000}.drh-home-banner__track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.drh-home-banner__track--instant{transition:none}.drh-home-banner__slide{position:relative;flex:0 0 100%;width:100%;height:100%}.drh-home-banner__media{display:block;width:100%;height:100%;object-fit:cover}.drh-home-banner__content{position:absolute;z-index:2;left:0;right:0;top:50%;transform:translateY(-50%);box-sizing:border-box;pointer-events:none}.drh-home-banner__copy{max-width:46rem;pointer-events:auto}.drh-home-banner__slogan{color:#fff;font-family:PingFangSC-Semibold,PingFang SC,Microsoft YaHei,Arial,sans-serif;text-shadow:0 3px 12px rgba(0,0,0,.45);pointer-events:none}.drh-home-banner__copy--center{max-width:none;width:100%;text-align:center;margin-top:8rem}.drh-home-banner__copy--left{text-align:left;margin-top:10rem}.drh-home-banner__title{margin:0 0 .75rem;font-size:var(--banner-heading-size);line-height:1.2;letter-spacing:.01em;font-weight:600;color:#fff}.drh-home-banner__subtitle{margin:0;font-size:var(--banner-desc-size);line-height:1.45;font-weight:400;color:#fff;opacity:.95}.drh-home-banner__products{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-top:clamp(2.5rem,5vh,3.5rem);pointer-events:auto}.drh-home-banner__copy--center .drh-home-banner__products{justify-content:center}.drh-home-banner__slide--taiji{--banner-card-border:rgba(255,255,255,0.2);--banner-card-shadow:rgba(0,0,0,0.28)}.drh-home-banner__slide--wuji{--banner-card-border:rgba(255,255,255,0.22);--banner-card-shadow:rgba(0,0,0,0.3)}.drh-home-banner__slide--glasses{--banner-card-border:rgba(255,255,255,0.24);--banner-card-shadow:rgba(0,0,0,0.32)}.drh-home-banner__slide--glasses .drh-home-banner__product{padding-left:0}.drh-home-banner__slide--glasses .drh-home-banner__product-media{margin-left:.5rem;overflow:hidden;border-radius:8px}.drh-home-banner__slide--glasses .drh-home-banner__product-media img{object-fit:cover;border-radius:8px}.drh-home-banner__product,a.drh-home-banner__product,a.drh-home-banner__product:focus-visible,a.drh-home-banner__product:hover,a.drh-home-banner__product:visited{display:flex;flex-direction:row;align-items:center;gap:.625rem;flex:0 1 auto;width:auto;min-width:12.5rem;max-width:20rem;padding:.375rem .5rem;border-radius:8px;background:transparent;border:1px solid var(--banner-card-border,rgba(255,255,255,.22));backdrop-filter:blur(18px) saturate(1.15);-webkit-backdrop-filter:blur(18px) saturate(1.15);color:#fff;text-decoration:none;text-shadow:0 2px 8px rgba(0,0,0,.35);box-shadow:0 4px 24px var(--banner-card-shadow,rgba(0,0,0,.28));transition:border-color .2s ease}.drh-home-banner__product:hover,a.drh-home-banner__product:hover{background:transparent;color:#fff;text-decoration:none}.drh-home-banner__product-media{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem}.drh-home-banner__product-media img{width:100%;height:100%;object-fit:contain}.drh-home-banner__product-info{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0;text-align:left}.drh-home-banner__product-name{font-size:.875rem;line-height:1.35;font-weight:600;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drh-home-banner__product-cta{font-size:.8125rem;line-height:1.3;font-weight:400;color:#fff;opacity:.85;text-decoration:none}.drh-home-banner__nav{position:absolute;z-index:4;right:clamp(1rem,4vw,3rem);top:50%;bottom:auto;left:auto;transform:translateY(-50%);display:flex;flex-direction:column;align-items:stretch;gap:.5rem;pointer-events:none}.drh-home-banner__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:0;min-height:0;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:0;background:transparent;color:#fff;cursor:pointer;box-shadow:none;pointer-events:auto;transition:background-color .2s ease,border-color .2s ease}.drh-home-banner__nav-btn:hover{background:#fff;border-color:#fff}.drh-home-banner__nav-btn img{width:18px;height:18px;display:block;filter:brightness(0) invert(1);transition:filter .2s ease}.drh-home-banner__nav-btn:hover img{filter:none}.drh-home-banner__nav-btn--prev img{transform:scaleX(-1)}.drh-home-stack{position:relative;width:100%;height:100vh}.drh-home-stack__media{display:block;width:100%;height:100%;object-fit:cover}.drh-home-stack__overlay{position:absolute;bottom:0;left:0;right:0;padding-bottom:6.875rem;text-align:center;pointer-events:none}.drh-home-stack__content{pointer-events:auto}.drh-home-stack__series{font-size:1rem;margin-bottom:.625rem}.drh-home-stack__series,.drh-home-stack__title{color:#fff;font-weight:700;text-shadow:0 3px 6px rgba(0,0,0,.25)}.drh-home-stack__title{font-size:1.25rem;margin-bottom:3.825rem}.drh-home-stack__btn{display:inline-flex;align-items:center;justify-content:center;min-width:6.75rem;height:3.5rem;padding:0 1.3125rem;background:#fff;color:#1d1d1f;text-decoration:none;font-weight:600;transition:background .3s ease,color .3s ease}.drh-home-stack__btn:hover{background:#000;color:#fff}@media screen and (min-width:721px){.drh-home-banner{height:80vh}}@media screen and (min-width:961px){.drh-home-banner{height:86vh;--banner-heading-size:clamp(2.25rem,3.2vw,3.5rem);--banner-desc-size:1.375rem}}@media screen and (max-width:959px){.drh-home-banner__copy--left{margin-top:5rem;text-align:center}.drh-home-banner__copy--left .drh-home-banner__products{justify-content:center}}@media screen and (max-width:720px){.drh-home-banner__nav{top:auto;right:auto;bottom:clamp(1.25rem,4vh,2rem);left:50%;transform:translateX(-50%);flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.drh-home-banner__product{min-width:10.5rem;max-width:14rem;gap:.5rem;padding:.3125rem .4375rem .3125rem .5rem}.drh-home-banner__slide--glasses .drh-home-banner__product-media{margin-left:.375rem;border-radius:6px}.drh-home-banner__slide--glasses .drh-home-banner__product-media img{border-radius:6px}.drh-home-banner__product-name{font-size:.8125rem}.drh-home-banner__product-cta{font-size:.75rem}}.shopify-section.drh-section-footer{background:#1d1d1f}.drh-footer,drh-footer.drh-footer{display:block;width:100%;background:#1d1d1f;color:#ffffff;letter-spacing:.02em}.drh-footer__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:2rem}.drh-footer__logo{display:inline-flex;flex-shrink:0}.drh-footer__logo img{width:120px;height:auto;object-fit:contain}.drh-footer__payments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;list-style:none;margin:0;padding:0}.drh-footer__payments li{display:flex;align-items:center}.drh-footer__payment-icon,.drh-footer__payments img{display:block;width:52px;height:32px;border-radius:3px}.drh-footer__main{display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,2fr);grid-gap:3rem;gap:3rem;padding-block:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.drh-footer__aside{display:flex;flex-direction:column;gap:1.75rem}.drh-footer__newsletter-title{margin:0 0 1rem;max-width:24rem;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:clamp(.9375rem,1.75vw,1.0625rem);font-weight:400;line-height:1.35;letter-spacing:.01em;text-transform:none;color:#b0b0b0}.drh-footer__newsletter-form{max-width:340px}.drh-footer__newsletter-field{display:flex;align-items:center;gap:.375rem;padding:.125rem .75rem .125rem 1rem;border-radius:9999px;background:#ffffff;overflow:hidden}.drh-footer__newsletter-input{flex:1 1;min-width:0;padding:.625rem 0;border:none;background:transparent;color:#1d1d1f;font-size:.8125rem;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.drh-footer__newsletter-input:focus,.drh-footer__newsletter-input:focus-visible{outline:none;background:transparent;box-shadow:none}.drh-footer__newsletter-input:-webkit-autofill,.drh-footer__newsletter-input:-webkit-autofill:active,.drh-footer__newsletter-input:-webkit-autofill:focus,.drh-footer__newsletter-input:-webkit-autofill:hover{-webkit-text-fill-color:#1d1d1f;caret-color:#1d1d1f;box-shadow:none;-webkit-box-shadow:none;background-color:transparent!important;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.drh-footer__newsletter-input:-webkit-autofill{box-shadow:none;-webkit-text-fill-color:#1d1d1f;background-color:transparent!important}.drh-footer__newsletter-input:autofill{box-shadow:none;-webkit-text-fill-color:#1d1d1f;background-color:transparent!important}.drh-footer__newsletter-input::placeholder{color:rgba(29,29,31,.45)}.drh-footer__newsletter-submit{display:flex;flex-shrink:0;align-items:center;justify-content:center;padding:.25rem;border:none;background:transparent;cursor:pointer;transition:opacity .2s ease}.drh-footer__newsletter-submit:hover{opacity:.75}.drh-footer__newsletter-submit img{display:block;width:.9375rem;height:.9375rem}.drh-footer__newsletter-submit:disabled{opacity:.5;cursor:not-allowed}.drh-footer__newsletter-input:disabled{opacity:.7}.drh-footer__newsletter-message{margin:.625rem 0 0;font-size:.75rem;line-height:1.4}.drh-footer__newsletter-message--success{color:rgba(255,255,255,.72)}.drh-footer__newsletter-message--error{color:#ffb4ab}.drh-footer__social{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:0}.drh-footer__social-btn{border:none;background:none;padding:0;cursor:pointer}.drh-footer__social-btn img{width:28px;height:28px;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}.drh-footer__social-btn img[src*="xhs.svg"]{width:auto;height:13px}.drh-footer__social-btn:hover img{opacity:1}.drh-footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:2rem;gap:2rem}.drh-footer__column-title{margin:0 0 1.25rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff}.drh-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.drh-footer__links a{color:rgba(255,255,255,.72);text-decoration:none;font-size:.875rem;transition:color .2s ease}.drh-footer__links a:hover{color:#ffffff;text-decoration:underline}.drh-footer__bottom{padding-block:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.drh-footer__copyright{margin:0;color:rgba(255,255,255,.72);font-size:.75rem}.drh-footer__beian{color:rgba(255,255,255,.56);font-size:.6875rem;text-decoration:none}.drh-footer__beian:hover{color:rgba(255,255,255,.8);text-decoration:underline}.drh-footer__localization{display:flex;align-items:center}.drh-qr-modal{position:fixed;inset:0;z-index:var(--drh-z-modal);display:none;align-items:center;justify-content:center;padding:1.5rem}.drh-qr-modal.is-open{display:flex}.drh-qr-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;border:none;background:rgba(0,0,0,.5);cursor:pointer}.drh-qr-modal__panel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;background:#ffffff;border-radius:8px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:300px;max-width:calc(100vw - 2rem);text-align:center}.drh-qr-modal__close{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;cursor:pointer;line-height:0}.drh-qr-modal__close img{display:block;width:14px;height:14px;max-width:none;opacity:.55;transition:opacity .2s ease}.drh-qr-modal__close:hover img{opacity:1}.drh-qr-modal__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1f}.drh-qr-modal__content{margin:0 0 1rem;width:100%;font-size:.875rem;font-weight:400;line-height:1.5;color:#666666}.drh-qr-modal__image-wrap{display:flex;justify-content:center;width:100%}.drh-qr-modal__image-wrap img{display:block;width:100%;max-width:250px;height:auto}@media screen and (max-width:960px){.drh-footer__main{grid-template-columns:1fr;gap:2.5rem;padding-block:2.5rem}.drh-footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.drh-footer__payments{justify-content:flex-start}}@media screen and (max-width:720px){.drh-footer__top{flex-direction:column;align-items:flex-start;padding-block:1.75rem}.drh-footer__newsletter-form{max-width:none}.drh-footer__columns{grid-template-columns:1fr;gap:2rem}.drh-footer__bottom{flex-direction:column;align-items:flex-start;padding-block:1.5rem}}.drh-series.product-page{--drh-series-block-gap:3rem;--drh-series-before-product:4rem;--drh-series-synopsis-gap:3.5rem;--drh-series-details-gap:2rem}.drh-series.product-page .body,.drh-series.product-page .item{margin:0;padding:0;width:100%;height:auto;position:relative;background-color:#fff;box-sizing:border-box}.drh-series.product-page .itme-img{height:100%;width:100%;object-fit:cover;display:block}.drh-series.product-page .itme-img-box{position:relative}.drh-series.product-page .itme-img-box>.itme-img{width:100%;height:auto;display:block}.drh-series.product-page .floating_navigation_box{height:12%;position:absolute;box-sizing:border-box;bottom:10%;z-index:2;left:0;right:0;width:100%;padding:.875rem;background-color:#fff}.drh-series.product-page .floating_navigation{height:100%;display:flex;align-items:center;position:relative;width:100%}.drh-series.product-page .drh-series__floating-title,.drh-series.product-page .floating_navigation .wuji-title{height:100%;width:auto;max-width:none;max-height:none;margin:0;display:block;position:absolute;left:20px;top:0;object-fit:contain}.drh-series.product-page .drh-series__floating-logos,.drh-series.product-page .product_logo{display:flex;align-items:center;height:100%;position:absolute;right:20px;top:0}.drh-series.product-page .drh-series__floating-logos img,.drh-series.product-page .product_logo img{height:100%;width:auto;aspect-ratio:1/1;object-fit:contain;max-height:none}@media screen and (max-width:60rem){.drh-series.product-page .floating_navigation_box{bottom:10%;height:12%;padding:.875rem}.drh-series.product-page .drh-series__floating-title,.drh-series.product-page .floating_navigation .wuji-title{left:12px}.drh-series.product-page .drh-series__floating-logos,.drh-series.product-page .product_logo{right:12px}}.drh-series.product-page .pay_btn{margin-top:40px;background-color:#1d1d1f;color:#fff;height:72px;line-height:72px;border:1px solid #333336;text-align:center;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color 1s ease;display:block;width:100%;text-decoration:none;box-sizing:border-box}.drh-series.product-page .pay_btn.coming-soon,.drh-series.product-page .pay_btn:hover{color:#1d1d1f;background-color:#fff}.drh-series.product-page .pay_btn.coming-soon:hover{background-color:#1d1d1f;color:#fff}.drh-series.product-page .product_name,.drh-series.product-page .series{font-weight:700}.drh-series.product-page .series{font-size:.75rem}.drh-series.product-page .product_name{font-size:1.25rem;margin-top:10px}.drh-series.product-page .divider{display:block;width:100%;height:0;margin-top:5px;border:none;border-top:3px solid #1d1d1f}.drh-series.product-page .synopsis{margin-top:var(--drh-series-synopsis-gap);font-size:1rem;line-height:1.55}.drh-series.product-page .details{margin-top:var(--drh-series-details-gap);font-size:.875rem;line-height:1.65}.drh-series.product-page .taiji{text-align:center;line-height:1.35}.drh-series.product-page .taiji-icon{text-align:center}.drh-series.product-page .taiji-icon img{max-width:120px;height:auto}.drh-series.product-page .drh_taiji{text-align:center;font-size:.875rem;line-height:1.6;margin-bottom:0}.drh-series.product-page .product{display:block}@media screen and (min-width:60rem){.drh-series.product-page .concept{padding:4rem;background-color:#fff;max-width:107.5rem;margin:0 auto;box-sizing:border-box}.drh-series.product-page .taiji{font-size:2.25rem;line-height:1.35}.drh-series.product-page .taiji,.drh-series.product-page .taiji-icon{padding-bottom:var(--drh-series-block-gap)}.drh-series.product-page .drh_taiji{padding-bottom:var(--drh-series-before-product)}.drh-series.product-page .product{display:flex;align-items:center;margin-top:0;margin-bottom:2rem;padding-bottom:0}.drh-series.product-page .product>div{flex:0 0 50%;min-width:0}.drh-series.product-page .product-el-image{padding:40px 60px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.drh-series.product-page .product-el-image img{max-width:100%;height:auto}.drh-series.product-page .product-el-image .box{width:100%;display:flex;align-items:center;justify-content:center}.drh-series.product-page .product_description{display:flex;align-items:center;box-sizing:border-box}.drh-series.product-page .product_description .box{width:100%;padding:40px 40px 40px 20px;box-sizing:border-box}}@media screen and (max-width:60rem){.drh-series.product-page{--drh-series-block-gap:2.5rem;--drh-series-before-product:2.5rem;--drh-series-synopsis-gap:2.5rem;--drh-series-details-gap:1.75rem}.drh-series.product-page .concept{padding:2rem 2rem 2.5rem;background-color:#fff;margin:0 auto;box-sizing:border-box}.drh-series.product-page .taiji{font-size:1.35rem;line-height:1.45}.drh-series.product-page .taiji,.drh-series.product-page .taiji-icon{padding-bottom:var(--drh-series-block-gap)}.drh-series.product-page .drh_taiji{padding-bottom:var(--drh-series-before-product)}.drh-series.product-page .product-el-image{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;padding:0 1rem}.drh-series.product-page .product-el-image img{max-width:80%}.drh-series.product-page .product_description .box{padding:0}.drh-series.product-page .pay_btn{margin-top:2rem}}.drh-brand-concept.brand-page{width:100%;overflow:hidden}.drh-brand-concept.brand-page .body,.drh-brand-concept.brand-page .item{margin:0;padding:0;width:100%;height:auto;box-sizing:border-box}.drh-brand-concept.brand-page .itme-img{width:100%;display:block;object-fit:cover;max-width:none}.drh-brand-concept.brand-page .concept_description_box{position:relative;width:100%;height:100%;padding:3.75rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;text-align:left}.drh-brand-concept.brand-page .concept_description_box.dark{background-color:#000;color:#fff}.drh-brand-concept.brand-page .concept_description_box.dark .description_title{color:#fff}.drh-brand-concept.brand-page .description_title{position:relative;display:inline-block;align-self:flex-start;max-width:100%;line-height:1;margin:0;padding-right:calc(3vw + 10px)}.drh-brand-concept.brand-page .description_title div{display:block}.drh-brand-concept.brand-page .description_title img{position:absolute;top:0;right:0;height:3vw;width:3vw;max-width:none;max-height:none;object-fit:contain}@media screen and (min-width:721px){.drh-brand-concept.brand-page .concept{background-color:#f7f7f7;padding-bottom:6.25rem;max-width:107.5rem;margin:0 auto}.drh-brand-concept.brand-page .concept-overview{background:rgb(29,29,31);color:#fff;padding:2rem}.drh-brand-concept.brand-page .concept-overview-title{min-height:75px;line-height:75px;text-align:center;font-size:1.875rem}.drh-brand-concept.brand-page .concept-overview-info{min-height:45px;line-height:30px;text-align:center;font-size:1rem;padding-bottom:1rem}.drh-brand-concept.brand-page .concept_box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:4%;column-gap:4%;grid-row-gap:0;row-gap:0;padding:12.5rem 6.25rem 6.25rem;width:100%;box-sizing:border-box}.drh-brand-concept.brand-page .concept_description{aspect-ratio:1/1;min-width:0;min-height:0;text-align:center;overflow:hidden}.drh-brand-concept.brand-page .concept_description.description .concept_description_box{overflow:auto}.drh-brand-concept.brand-page .concept_description.title{background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;align-items:center;color:rgb(134,134,139);font-size:5vw;opacity:.1}.drh-brand-concept.brand-page .concept_description.description{background-color:#fff;display:flex}.drh-brand-concept.brand-page .concept_description.title .description_hhh{height:35%;width:35%;max-width:none;max-height:none;object-fit:contain;display:block}.drh-brand-concept.brand-page .description_title{flex:0 0 auto;color:rgb(29,29,31);font-size:5vw;padding-right:calc(3vw + 10px)}.drh-brand-concept.brand-page .description_title img{top:0;right:0;height:3vw;width:3vw}.drh-brand-concept.brand-page .description_body{align-self:stretch;width:100%;flex:1 1 auto;margin:0;font-size:1.25vw;line-height:2.3vw;text-align:left}.drh-brand-concept.brand-page .concept_description.description .description_hhh{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;display:block}@media screen and (min-width:1200px){.drh-brand-concept.brand-page .description_title{font-size:4rem;padding-right:calc(3rem + 10px)}.drh-brand-concept.brand-page .description_body{font-size:1.875rem;line-height:2.3rem}.drh-brand-concept.brand-page .description_title img{height:3rem;width:3rem}}}@media screen and (max-width:720px){.drh-brand-concept.brand-page .concept{background-color:#f7f7f7;margin:0 auto}.drh-brand-concept.brand-page .concept-overview{background:rgb(29,29,31);color:#fff;padding:1rem;text-align:center}.drh-brand-concept.brand-page .concept-overview-title{min-height:75px;line-height:75px;font-size:1.875rem}.drh-brand-concept.brand-page .concept-overview-info{min-height:45px;line-height:30px;font-size:1rem;padding-bottom:1rem}.drh-brand-concept.brand-page .concept_box{display:flex;flex-direction:column;width:100%}.drh-brand-concept.brand-page .concept_description{width:100%;text-align:left;display:flex;align-items:stretch;justify-content:flex-start}.drh-brand-concept.brand-page .concept_description.title{display:none}.drh-brand-concept.brand-page .concept_description.description{background-color:#fff}.drh-brand-concept.brand-page .description_title{color:rgb(29,29,31);font-size:2.875rem;padding-right:calc(3rem + 10px)}.drh-brand-concept.brand-page .description_title img{top:0;right:0;height:3rem;width:3rem}.drh-brand-concept.brand-page .description_body{align-self:stretch;width:100%;flex:1 1 auto;margin:0;font-size:.875rem;line-height:1.75rem;text-align:left}.drh-brand-concept.brand-page .concept_description_box{padding:3.75rem;min-height:0;aspect-ratio:2/1;box-sizing:border-box;gap:1.5rem}.drh-brand-concept.brand-page .concept_description.description .description_hhh{width:100%;height:auto;max-width:none;display:block;object-fit:cover}}.drh-about-page.about-page{width:100%;overflow:visible}.drh-about-page.about-page .body,.drh-about-page.about-page .item{margin:0;padding:0;width:100%;height:auto;position:relative;background-color:#f7f7f7;box-sizing:border-box}.drh-about-page.about-page .body>.item:first-child{max-height:clamp(280px,36vw,520px);overflow:hidden;line-height:0;background:#000}.drh-about-page.about-page .itme-img{width:100%;height:clamp(280px,36vw,520px);display:block;object-fit:cover;object-position:center 51%}.drh-about-page.about-page .concept{content:"";display:table;clear:both;background-color:#f7f7f7;max-width:107.5rem;margin:0 auto}.drh-about-page.about-page .strength-image{margin-top:3.5rem;width:50%;max-width:200px}.drh-about-page.about-page .concept-overview{background:rgb(29,29,31);color:#fff;text-align:center}.drh-about-page.about-page .concept-overview-title{height:75px;line-height:75px;font-size:1.875rem}.drh-about-page.about-page .concept-overview-info{height:auto;min-height:45px;line-height:30px;font-size:1rem;padding:0 1rem 2rem}.drh-about-page.about-page .drh-about-page__philosophy-title{font-size:1.35rem}.drh-about-page.about-page .drh-about-page__philosophy-desc{font-size:.875rem;margin-top:30px;display:inline-block}.drh-about-page.about-page .timeline-container{background-color:#f7f7f7;color:#333;padding:2rem;text-align:center}.drh-about-page.about-page .timeline-header h2{font-size:2.5rem;margin-bottom:4rem}.drh-about-page.about-page .timeline-header p{font-size:1rem;color:#0073e6;margin-top:4rem}.drh-about-page.about-page .timeline{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;margin:0 auto}.drh-about-page.about-page .timeline-item{display:flex;width:100%;position:relative;justify-content:center;align-items:center}.drh-about-page.about-page .timeline-item-wrapper{display:flex;width:100%;max-width:988px;justify-content:center;align-items:stretch;position:relative}.drh-about-page.about-page .timeline-year-month{flex:0 0 36%;width:36%;text-align:center;display:flex;flex-direction:row;flex-wrap:wrap;align-content:baseline;justify-content:flex-end;padding-top:10px}.drh-about-page.about-page .timeline-year{font-size:2.5rem;font-weight:700;color:#333;height:60px;line-height:60px}.drh-about-page.about-page .timeline-month{font-size:1.2rem;color:#666;margin-left:20px;height:60px;line-height:60px}.drh-about-page.about-page .timeline-line{flex:0 0 20px;width:20px;min-width:20px;background-color:#fff;position:relative;margin:0 1.6rem;align-self:stretch}.drh-about-page.about-page .timeline-dot{display:block;width:12px;height:12px;background-color:#0073e6;border-radius:50%;position:absolute;left:50%;top:32px;transform:translateX(-50%);z-index:2}.drh-about-page.about-page .timeline-content{flex:0 0 52%;width:52%;text-align:left;padding-top:0;padding-bottom:20px}.drh-about-page.about-page .timeline-item:last-child .timeline-content{padding-bottom:0}.drh-about-page.about-page .timeline-content h3{display:block;font-size:1.5rem;margin:26px 20px 10px 0;color:#333}.drh-about-page.about-page .timeline-content p{font-size:.9rem;line-height:1.5;color:#666;margin:0 20px 10px 0}.drh-about-page.about-page .timeline-image{margin-top:1rem;max-width:80%;height:auto}.drh-about-page.about-page .timeline-image img{max-width:300px;width:auto;height:auto;display:block;object-fit:contain}@media screen and (min-width:60rem){.drh-about-page.about-page .concept_box{padding:2rem 4rem;content:"";display:table;clear:both}.drh-about-page.about-page .concept-overview{padding:2rem}.drh-about-page.about-page .designer{margin-top:1.875rem;overflow:visible}.drh-about-page.about-page .designer-imgs-box{width:100%;overflow:visible}.drh-about-page.about-page .designer .introduction,.drh-about-page.about-page .designer .photo{float:left;width:50%;overflow:visible}.drh-about-page.about-page .designer .introduction img,.drh-about-page.about-page .designer .photo img{width:110%;height:auto!important;max-width:none;display:block;object-fit:contain}.drh-about-page.about-page .designer .photo{padding-top:5rem;text-align:left;z-index:1;position:relative}.drh-about-page.about-page .designer .introduction{text-align:right;display:flex;align-items:flex-end;justify-content:flex-start;z-index:0;position:relative}.drh-about-page.about-page .designer .introduction img{flex:0 0 auto;align-self:flex-end}.drh-about-page.about-page .designer:after{content:"";height:0;clear:both;overflow:hidden;display:block;visibility:hidden}.drh-about-page.about-page .designer .desc{float:right;width:40%;text-align:left;line-height:2.35rem;font-size:1.25rem;padding:1.25rem;margin:0;box-sizing:border-box}.drh-about-page.about-page .strength{width:100%}.drh-about-page.about-page .strength .strength_box{float:left;width:50%;background-color:#f7f7f7}.drh-about-page.about-page .strength .strength_box .aesthetics{margin-right:3.125rem;padding-bottom:1.5rem;background-color:#fff}.drh-about-page.about-page .strength .strength_box .cience{margin-left:3.125rem;padding-bottom:1.5rem;background-color:#fff}.drh-about-page.about-page .strength .strength_box .image{margin:3.5rem;display:flex;align-items:center;justify-content:center}.drh-about-page.about-page .strength .strength_box .describe{margin:2rem}.drh-about-page.about-page .strength .strength_box .describe .title{font-size:1.35rem;text-align:center;font-weight:700}.drh-about-page.about-page .strength .strength_box .describe .desc{font-size:.875rem;text-align:center;margin-top:2rem}}@media screen and (max-width:60rem){.drh-about-page.about-page .concept_box{padding:1rem;content:"";display:table;clear:both}.drh-about-page.about-page .concept-overview{padding:1rem}.drh-about-page.about-page .designer{margin-top:1.875rem;overflow:visible}.drh-about-page.about-page .designer-imgs-box{width:100%;overflow:visible}.drh-about-page.about-page .designer-imgs-box:after{content:"";height:0;overflow:hidden;display:block;visibility:hidden}.drh-about-page.about-page .designer .photo{float:left;width:50%;position:relative;z-index:1;overflow:visible}.drh-about-page.about-page .designer .introduction{float:right;width:50%;position:relative;z-index:0;display:flex;align-items:flex-end;justify-content:flex-start;overflow:visible}.drh-about-page.about-page .designer .introduction img,.drh-about-page.about-page .designer .photo img{width:110%;height:auto!important;max-width:none;display:block;object-fit:contain}.drh-about-page.about-page .designer .introduction img{flex:0 0 auto;align-self:flex-end}.drh-about-page.about-page .designer:after{content:"";height:0;clear:both;overflow:hidden;display:block;visibility:hidden}.drh-about-page.about-page .designer .desc{float:right;width:40%;text-align:left;font-size:.875rem;margin:20px 0 0;padding:0 1.25rem 1.25rem;box-sizing:border-box}.drh-about-page.about-page .strength .strength_box{margin:2rem;background-color:#f7f7f7;overflow:hidden}.drh-about-page.about-page .strength .strength_box>div{padding-bottom:3.125rem;background-color:#fff}.drh-about-page.about-page .strength .strength_box .image{margin:3.5rem;display:flex;align-items:center;justify-content:center}.drh-about-page.about-page .strength .strength_box .describe .title{font-size:1.35rem;text-align:center}.drh-about-page.about-page .strength .strength_box .describe .desc{font-size:.875rem;text-align:center;margin-top:2rem}.drh-about-page.about-page .strength-image{width:100%;max-width:100%}.drh-about-page.about-page .timeline-header h2{font-size:1.5rem;margin-bottom:2rem}.drh-about-page.about-page .timeline-year{font-size:1.75rem;height:auto;line-height:1.2}.drh-about-page.about-page .timeline-month{font-size:1rem;height:auto;line-height:1.2}.drh-about-page.about-page .timeline-content h3{font-size:1.25rem;margin-top:1rem}}.drh-support{background:#f7f7f7;color:#1d1d1f}.drh-support__hero{background:#1d1d1f;color:#fff;padding:4.5rem 0 3.5rem;text-align:center}.drh-support__hero h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}.drh-support__hero p{margin:0 auto;max-width:42rem;line-height:1.6;color:rgba(255,255,255,.82)}.drh-support__eyebrow{display:inline-block;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}.drh-support__hero-image{margin-top:2.5rem;border-radius:1rem;overflow:hidden}.drh-support__hero-image img{display:block;width:100%;max-height:28rem;object-fit:cover}.drh-support__section{padding:3.5rem 0}.drh-support__section--white{background:#fff}.drh-support__title{margin:0 0 .75rem;font-size:1.75rem;font-weight:600}.drh-support__desc{margin:0 0 2rem;max-width:40rem;color:#6e6e73;line-height:1.6}.drh-support__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.drh-support__step{background:#fff;border:1px solid #e8e8ed;border-radius:1rem;padding:1.5rem}.drh-support__step-num{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:50%;background:#1d1d1f;color:#fff;font-size:.875rem;margin-bottom:1rem}.drh-support__guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.drh-support__guide-card{background:#f7f7f7;border-radius:1rem;overflow:hidden}.drh-support__guide-card img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;padding:1rem}.drh-support__guide-card-body{padding:1.25rem}.drh-support__guide-card-body h3{margin:0 0 .75rem;font-size:1.0625rem;font-weight:600}.drh-support__guide-card-body p{margin:0 0 1rem;color:#6e6e73;line-height:1.55;font-size:.9375rem}.drh-support__guide-link{display:inline-flex;align-items:center;gap:.375rem;color:#1d1d1f;font-size:.9375rem;font-weight:600;text-decoration:none}.drh-support__guide-link:after{content:"→"}.drh-support__tabs{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.drh-support__tab{border:1px solid #d2d2d7;background:#fff;color:#1d1d1f;padding:.5rem 1rem;border-radius:999px;cursor:pointer;font-size:.875rem}.drh-support__tab.is-active{background:#1d1d1f;border-color:#1d1d1f;color:#fff}.drh-support__table-wrap{overflow-x:auto}.drh-support__table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden}.drh-support__table td,.drh-support__table th{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #e8e8ed}.drh-support__table th{background:#1d1d1f;color:#fff;font-weight:600}.drh-support__faq details{background:#fff;border:1px solid #e8e8ed;border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:.75rem}.drh-support__faq summary{cursor:pointer;font-weight:600;list-style:none}.drh-support__faq summary::-webkit-details-marker{display:none}.drh-support__cta{text-align:center;padding:3rem 0 4rem}.drh-support__cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.drh-support__btn{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;padding:.875rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.9375rem}.drh-support__btn--primary{background:#1d1d1f;color:#fff}.drh-support__btn--secondary{border:1px solid #1d1d1f;color:#1d1d1f}.drh-track-order{min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}.drh-track-order__inner{max-width:32rem}.drh-track-order__spinner{width:2rem;height:2rem;border:2px solid #e8e8ed;border-top-color:#1d1d1f;border-radius:50%;margin:1.5rem auto;animation:drh-spin .8s linear infinite}@keyframes drh-spin{to{transform:rotate(1turn)}}@media screen and (max-width:989px){.drh-support__guide-grid,.drh-support__steps{grid-template-columns:1fr}}.drh-sizing{background:#fff;color:#1d1d1f}.drh-sizing__hero{position:relative;background:#e8e4df;color:#1d1d1f;text-align:center}.drh-sizing__hero-media{width:100%;overflow:hidden;line-height:0}.drh-sizing__hero-media img{display:block;width:100%;height:clamp(260px,40vw,520px);object-fit:cover;object-position:center center}.drh-sizing__hero-inner{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem) 1.5rem;pointer-events:none}.drh-sizing__eyebrow{display:inline-block;margin-bottom:1rem;padding:.35rem .9rem;border:1px solid rgba(29,29,31,.18);border-radius:999px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(29,29,31,.72)}.drh-sizing__hero h1{margin:0 auto 1rem;max-width:24ch;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#1d1d1f}.drh-sizing__hero p{margin:0 auto;max-width:46ch;font-size:clamp(.95rem,1.6vw,1.125rem);line-height:1.6;color:rgba(29,29,31,.72)}.drh-sizing__methods{padding:clamp(2.5rem,6vw,4rem) 0 clamp(1rem,3vw,2rem);background:#fff}.drh-sizing__methods-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.drh-sizing__method-card{position:relative;padding:1.75rem;border:1px solid #e8e8ed;border-radius:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow var(--drh-transition,.2s ease),transform var(--drh-transition,.2s ease)}.drh-sizing__method-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.drh-sizing__method-badge{display:inline-block;margin-bottom:.85rem;padding:.3rem .75rem;border-radius:999px;background:#1d1d1f;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.04em}.drh-sizing__method-card p{margin:0;font-size:.9375rem;line-height:1.65;color:#4b4b50}.drh-sizing__steps-section{padding:clamp(2.5rem,6vw,4rem) 0;background:#fff}.drh-sizing__section-title{margin:0 0 clamp(1.5rem,3vw,2.25rem);text-align:center;font-size:clamp(1.375rem,2.6vw,1.875rem);font-weight:700;letter-spacing:-.01em}.drh-sizing__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.drh-sizing__step-card{display:flex;flex-direction:column;padding:1.5rem;border:1px solid #e8e8ed;border-radius:16px;background:#fff;transition:box-shadow var(--drh-transition,.2s ease),transform var(--drh-transition,.2s ease)}.drh-sizing__step-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.08)}.drh-sizing__step-media{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.drh-sizing__step-illustration{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.drh-sizing__step-illustration img{display:block;width:100%;max-width:15.75rem;height:auto}.drh-sizing__step-card p{margin:0;font-size:.9375rem;line-height:1.6;color:#4b4b50}.drh-sizing__chart-section{padding:clamp(2.5rem,6vw,4rem) 0 clamp(3rem,7vw,5rem);background:#f7f7f7}.drh-sizing__chart-head{text-align:center;margin-bottom:clamp(1.5rem,3vw,2.25rem)}.drh-sizing__chart-head h2{margin:0 0 .35rem;font-size:clamp(1.375rem,2.6vw,1.875rem);font-weight:700;letter-spacing:-.01em}.drh-sizing__chart-head p{margin:0;font-size:.9375rem;color:#6e6e73}.drh-sizing__table-wrap{max-width:42rem;margin:0 auto;overflow:hidden;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.drh-sizing__table{width:100%;border-collapse:collapse;background:#fff}.drh-sizing__table td,.drh-sizing__table th{padding:.95rem 1.25rem;text-align:center;font-size:.9375rem}.drh-sizing__table thead th{background:#1d1d1f;color:#fff;font-weight:600;letter-spacing:.01em}.drh-sizing__table tbody tr+tr td{border-top:1px solid #ececf0}.drh-sizing__table tbody tr:nth-child(2n){background:#fafafa}.drh-sizing__table td{color:#1d1d1f}.drh-sizing__table td:first-child{font-weight:600}.drh-sizing__notes{max-width:42rem;margin:1.25rem auto 0}.drh-sizing__notes p{margin:0 0 .4rem;font-size:.8125rem;line-height:1.55;color:#86868b}.drh-sizing__notes p:last-child{margin-bottom:0}.drh-sizing__faq-section{padding:clamp(3rem,6vw,5rem) 0;background:#fff}.drh-sizing__faq-list{max-width:52rem;margin:0 auto;display:grid;grid-gap:.75rem;gap:.75rem}.drh-sizing__faq-item{border:1px solid #e8e8ed;border-radius:12px;background:#fff;padding:.95rem 1rem}.drh-sizing__faq-item summary{cursor:pointer;list-style:none;font-weight:600;color:#1d1d1f}.drh-sizing__faq-item summary::-webkit-details-marker{display:none}.drh-sizing__faq-item p{margin:.65rem 0 0;font-size:.9375rem;line-height:1.6;color:#4b4b50}@media screen and (max-width:749px){.drh-sizing__methods-grid,.drh-sizing__steps{grid-template-columns:1fr}.drh-sizing__steps{max-width:24rem;margin-left:auto;margin-right:auto}.drh-sizing__step-media{aspect-ratio:16/9}}.drh-section-download.shopify-section{padding:0}.drh-download-page{width:100%;background:#f1f2f4;font-size:16px;line-height:1.35;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}.drh-download-page [hidden]{display:none!important}.drh-download-page__mobile{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 3rem;background:linear-gradient(180deg,rgba(33,35,38,1),rgba(241,242,244,1) 89%)}.drh-download-page__mobile-main{width:100%;max-width:500px;margin-bottom:2rem}.drh-download-page__pc-visual,.drh-download-page__visual{width:100%;display:flex;align-items:center;justify-content:center}.drh-download-page__pc-visual img,.drh-download-page__visual img{width:100%;height:auto;object-fit:contain}.drh-download-page__mobile-actions{width:100%;max-width:400px;text-align:center}.drh-download-page__slogan{margin-bottom:24px}.drh-download-page__slogan p{color:#000;margin:6px 0;font-size:14px;line-height:1.5}.drh-download-page__pc-store,.drh-download-page__store{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.drh-download-page__pc-store{align-items:flex-start}.drh-download-page__badges{display:flex;flex-direction:column;align-items:center;gap:.625rem}.drh-download-page__pc-store .drh-download-page__badges{align-items:flex-start}.drh-download-page__badge-link{display:inline-block;width:-moz-fit-content;width:fit-content;line-height:0;transition:opacity .2s ease}.drh-download-page__badge-link:hover{opacity:.88}.drh-download-page__badge-link img{display:block;width:130px;height:40px}.drh-download-page__compatibility{margin:0;font-size:12px;color:rgba(0,0,0,.55);text-align:center}.drh-download-page__pc-store .drh-download-page__compatibility{text-align:left}.drh-download-page__apk-link{font-size:13px;font-weight:600;color:#1d1d1f;text-decoration:underline;text-underline-offset:.2rem}.drh-download-page__pc{width:100%;padding:3rem 1.5rem 4rem;box-sizing:border-box;background:linear-gradient(180deg,rgba(241,242,244,1),rgba(255,255,255,1) 100%)}.drh-download-page__pc-main{display:flex;align-items:center;justify-content:center;gap:80px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.drh-download-page__pc-visual{width:min(600px,100%);flex-shrink:0}.drh-download-page__pc-options{width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.drh-download-page__pc-actions{display:flex;align-items:center;gap:1.5rem;margin:1rem 0}.drh-download-page__qr{background:#fff;padding:8px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);text-align:center;margin:20px auto}.drh-download-page__pc-actions .drh-download-page__qr{margin:0}.drh-download-page__qr img{width:200px;height:200px;display:block}.drh-download-page__qr-text{margin:0;font-size:18px;font-weight:500;color:#333;text-align:center}.drh-download-page__wechat-mask{position:fixed;inset:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.9);z-index:9999;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:60px;color:#fff}.drh-download-page__wechat-mask[hidden]{display:none!important}.drh-download-page__wechat-mask-text{font-size:18px;line-height:1.8;text-align:center;max-width:80%}.drh-download-page__wechat-mask-text p:last-child{font-size:16px}@media screen and (max-width:991px){.drh-download-page__pc-main{gap:40px}}.drh-business{background:#fff;color:#1d1d1f;flex:1 0 auto}.drh-business__hero{background:#1d1d1f;color:#fff;padding:clamp(3.5rem,8vw,6rem) 0;text-align:center}.drh-business__eyebrow{display:inline-block;font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:1rem}.drh-business__hero h1{margin:0 auto 1.25rem;max-width:46rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.1;color:#fff}.drh-business__hero p{margin:0 auto;max-width:40rem;line-height:1.65;color:rgba(255,255,255,.82)}.drh-business__hero-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.drh-business__hero--image{position:relative;overflow:hidden;padding:0}.drh-business__hero--image .drh-business__hero-media{position:absolute;inset:0;pointer-events:none}.drh-business__hero--image .drh-business__hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.drh-business__hero--image .drh-business__hero-media:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 90% at 50% 50%,rgba(29,29,31,.72) 0,rgba(29,29,31,.45) 45%,transparent 70%),linear-gradient(180deg,rgba(29,29,31,.35),rgba(29,29,31,.15) 50%,rgba(29,29,31,.4))}.drh-business__hero--image .drh-business__hero-inner{position:relative;z-index:1;min-height:clamp(22rem,44vw,32rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:clamp(3rem,7vw,5rem);padding-bottom:clamp(3rem,7vw,5rem)}.drh-business__hero--image h1{color:#fff}.drh-business__hero--image p{color:rgba(255,255,255,.82)}.drh-business__showcase{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:768px){.drh-business__showcase{grid-template-columns:1fr}}.drh-section-affiliate .drh-business__grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:990px){.drh-section-affiliate .drh-business__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:560px){.drh-section-affiliate .drh-business__grid{grid-template-columns:1fr}}.drh-business__showcase-item{margin:0}.drh-business__showcase-item img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:1rem}.drh-business__showcase-item figcaption{margin-top:.75rem;text-align:center;font-size:.95rem;font-weight:600;color:#1d1d1f}.drh-business__showcase-cta{margin-top:clamp(2rem,4vw,3rem);text-align:center}.drh-business__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:opacity .2s ease,background .2s ease}.drh-business__btn--primary{background:#fff;color:#1d1d1f}.drh-business__btn--primary:hover{opacity:.85}.drh-business__btn--dark{background:#1d1d1f;color:#fff}.drh-business__btn--dark:hover{opacity:.88}.drh-business__btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}.drh-business__btn--outline:hover{background:rgba(255,255,255,.12)}.drh-business__section{padding:clamp(2.75rem,6vw,4.5rem) 0;background:#f7f7f7}.drh-business__section--white{background:#fff}.drh-business__section-head{text-align:center;max-width:44rem;margin:0 auto clamp(2rem,4vw,3rem)}.drh-business__section-title{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.drh-business__section-desc{margin:0;color:#6e6e73;line-height:1.65}.drh-business__page-content{max-width:52rem;margin:0 auto;color:#1d1d1f;line-height:1.7}.drh-business__page-content>:first-child{margin-top:0}.drh-business__page-content>:last-child{margin-bottom:0}.drh-business__grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.drh-business__card{background:#fff;border:1px solid #e8e8ed;border-radius:1rem;padding:1.75rem}.drh-business__section--white .drh-business__card{background:#f7f7f7;border-color:transparent}.drh-business__card-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#1d1d1f;color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.drh-business__card h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.drh-business__card p{margin:0;color:#6e6e73;line-height:1.6;font-size:.95rem}.drh-business__steps{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.drh-business__step{background:#fff;border:1px solid #e8e8ed;border-radius:1rem;padding:1.75rem}.drh-business__step-num{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:50%;background:#1d1d1f;color:#fff;font-weight:600;margin-bottom:1rem}.drh-business__step h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.drh-business__step p{margin:0;color:#6e6e73;line-height:1.6;font-size:.95rem}.drh-business__form-section{padding:clamp(2.75rem,6vw,4.5rem) 0}.drh-business__form-layout{display:grid;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;align-items:start}@media screen and (min-width:900px){.drh-business__form-layout--split{grid-template-columns:.85fr 1.15fr}}.drh-business__form-layout--centered{grid-template-columns:1fr;max-width:42rem;margin:0 auto}.drh-business__form-intro--centered{text-align:center}.drh-business__form-intro h2{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.drh-business__form-intro p{margin:0 0 1rem;color:#6e6e73;line-height:1.65}.drh-business__quote{margin-top:2rem;padding:1.5rem;background:#fff;border:1px solid #e8e8ed;border-radius:1rem}.drh-business__quote p{margin:0 0 .75rem;font-style:normal;color:#1d1d1f}.drh-business__quote p:last-child{margin-bottom:0}.drh-business__quote cite{font-style:normal;font-size:.9rem;color:#6e6e73}.drh-business-form{background:#fff;border:1px solid #e8e8ed;border-radius:1.25rem;padding:clamp(1.5rem,3vw,2.5rem)}.drh-business-form__grid{display:grid;grid-gap:1.1rem 1.25rem;gap:1.1rem 1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.drh-business-form__field{display:flex;flex-direction:column;gap:.4rem}.drh-business-form__field--full{grid-column:1/-1}@media screen and (max-width:640px){.drh-business-form__grid{grid-template-columns:1fr}}.drh-business-form__label{font-size:.875rem;font-weight:500;color:#1d1d1f}.drh-business-form__label .req{color:#c0392b;margin-left:.15rem}.drh-business-form__input,.drh-business-form__select,.drh-business-form__textarea{width:100%;box-sizing:border-box;padding:.7rem .85rem;border:1px solid #d2d2d7;border-radius:.6rem;font-size:.95rem;font-family:inherit;color:#1d1d1f;background:#fff;transition:border-color .15s ease}.drh-business-form__input:focus,.drh-business-form__select:focus,.drh-business-form__textarea:focus{outline:none;border-color:#1d1d1f}.drh-business-form__textarea{min-height:7rem;resize:vertical}.drh-business-form__input:user-invalid,.drh-business-form__select:user-invalid,.drh-business-form__textarea:user-invalid{border-color:#c0392b}.drh-business-form__checkboxes{display:grid;grid-gap:.6rem;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.drh-business-form__check{display:flex;align-items:flex-start;gap:.55rem;font-size:.9rem;line-height:1.45;color:#1d1d1f;cursor:pointer}.drh-business-form__check input{margin-top:.15rem;width:1rem;height:1rem;flex-shrink:0;accent-color:#1d1d1f}.drh-business-form__check a{color:#1d1d1f;text-decoration:underline}.drh-business-form__consent{margin-top:.5rem;display:grid;grid-gap:.75rem;gap:.75rem}.drh-business-form__actions{margin-top:1.5rem}.drh-business-form__submit{width:100%;padding:.95rem 1.5rem;border:none;border-radius:999px;background:#1d1d1f;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.drh-business-form__submit:hover{opacity:.9}.drh-business-form__submit:disabled{opacity:.55;cursor:not-allowed}.drh-business-form.is-loading{opacity:.85}.drh-business-form__message{margin-top:1rem;padding:.75rem 1rem;border-radius:.6rem;font-size:.9rem;line-height:1.5}.drh-business-form__message--error{background:#fdecea;color:#c0392b}.drh-business-form__message--success{background:#eafaf1;color:#1e8449}.drh-business-form__success{background:#fff;border:1px solid #e8e8ed;border-radius:1.25rem;padding:clamp(2rem,4vw,3rem);text-align:center}.drh-business-form__success h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.drh-business-form__success p{margin:0;color:#6e6e73;line-height:1.65}.drh-business-form__required-note{margin:0 0 1.25rem;font-size:.8125rem;color:#6e6e73}.drh-business__audience{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.drh-business__audience-item{background:#fff;border:1px solid #e8e8ed;border-radius:1rem;padding:1.5rem}.drh-business__audience-item h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.drh-business__audience-item p{margin:0;color:#6e6e73;line-height:1.6;font-size:.95rem}.drh-business__hero--banner{background:linear-gradient(180deg,#ffffff,#fafafa);color:#1d1d1f;text-align:left;padding:0;overflow:hidden;border-bottom:1px solid #ececf0}.drh-contact-hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;grid-gap:clamp(1.25rem,3.5vw,2.5rem);gap:clamp(1.25rem,3.5vw,2.5rem);min-height:clamp(19rem,36vw,28rem);padding-block:clamp(2rem,4vw,3rem)}.drh-contact-hero__text .drh-business__eyebrow{color:#6e6e73}.drh-contact-hero__text h1{margin:0 0 1.1rem;max-width:24rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.1;color:#1d1d1f}.drh-contact-hero__text p{margin:0;max-width:26rem;line-height:1.65;color:#6e6e73}.drh-contact-hero__media{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:100%}.drh-contact-hero__img{display:block;width:min(100%,44rem);height:auto;mix-blend-mode:multiply}@media screen and (max-width:768px){.drh-contact-hero{grid-template-columns:1fr;text-align:center;min-height:0}.drh-contact-hero__text h1,.drh-contact-hero__text p{margin-left:auto;margin-right:auto}.drh-contact-hero__media{justify-content:center}.drh-contact-hero__img{width:min(100%,36rem)}}.drh-section-product-manual .drh-contact-hero--compact{min-height:clamp(11rem,22vw,16rem);padding-block:clamp(1.25rem,2.5vw,1.75rem);gap:clamp(1rem,2.5vw,1.75rem)}.drh-section-product-manual .drh-contact-hero--compact .drh-contact-hero__text h1{margin-bottom:.75rem;max-width:28rem;font-size:clamp(1.75rem,3.5vw,2.75rem)}.drh-section-product-manual .drh-contact-hero--compact .drh-contact-hero__text p{max-width:30rem;font-size:.9375rem;line-height:1.6}.drh-section-product-manual .drh-contact-hero--compact .drh-contact-hero__img{width:min(100%,32rem)}@media screen and (max-width:768px){.drh-section-product-manual .drh-contact-hero--compact{min-height:0;padding-block:1.5rem 1.25rem}.drh-section-product-manual .drh-contact-hero--compact .drh-contact-hero__img{width:min(100%,28rem)}}.drh-business__section-head--left{text-align:left;max-width:none;margin-left:0;margin-right:0}.drh-business__grid--contact{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.5rem}.drh-business__card--contact{display:flex;flex-direction:column;padding:2rem 1.75rem;border-radius:1.25rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.drh-business__card--contact:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(29,29,31,.1);border-color:#d2d2d7}.drh-business__card-icon--contact{width:3.25rem;height:3.25rem;border-radius:1rem;background:#f0f0f2;color:#1d1d1f;margin-bottom:1.25rem}.drh-business__section--white .drh-business__card--contact .drh-business__card-icon--contact{background:#fff}.drh-business__card-icon--contact svg{width:1.5rem;height:1.5rem}.drh-business__card--contact h3{font-size:1.1875rem;margin-bottom:.6rem}.drh-business__card-body{color:#6e6e73;line-height:1.65;font-size:.95rem}.drh-business__card-body p{margin:0 0 .75rem}.drh-business__card-body p:last-child{margin-bottom:0}.drh-business__card-body a{color:#1d1d1f;text-decoration:underline}.drh-business__card-actions{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.drh-business__card-email{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .95rem;border-radius:999px;background:#f0f0f2;color:#1d1d1f;font-size:.9rem;font-weight:500;text-decoration:none;word-break:break-word;transition:background .2s ease,color .2s ease}.drh-business__section--white .drh-business__card--contact .drh-business__card-email{background:#fff;border:1px solid #e8e8ed}.drh-business__card-email:hover{background:#1d1d1f;color:#fff}.drh-business__section--white .drh-business__card--contact .drh-business__card-email:hover{background:#1d1d1f;color:#fff;border-color:#1d1d1f}.drh-business__card-email svg{width:1rem;height:1rem;flex-shrink:0}.drh-business__card-link{display:inline-flex;align-items:center;gap:.4rem;color:#1d1d1f;font-size:.95rem;font-weight:600;text-decoration:none}.drh-business__card-link .arrow{width:1rem;height:1rem;transition:transform .2s ease}.drh-business__card-link:hover span{text-decoration:underline}.drh-business__card-link:hover .arrow{transform:translateX(4px)}.drh-business__cta{background:#1d1d1f;color:#fff;text-align:center;padding:clamp(3rem,6vw,4.5rem) 0}.drh-business__cta h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.drh-business__cta p{margin:0 auto 1.75rem;max-width:36rem;color:rgba(255,255,255,.82);line-height:1.65}.drh-business__cta-email{margin-top:1.25rem;font-size:.95rem;color:rgba(255,255,255,.7)}.drh-business__cta-email a{color:#fff}.drh-affiliate{--drh-affiliate-text:#1d1d1f;--drh-affiliate-muted:#6e6e73;--drh-affiliate-hero-start:#eef6fb;--drh-affiliate-hero-mid:#f8fbfd;--drh-affiliate-surface:#fafafa;--drh-affiliate-warm:#f3ede4;--drh-affiliate-border:#e8e8ed;--drh-affiliate-blue:#2b6cb0;--drh-affiliate-purple:#6b46c1;--drh-affiliate-teal:#0d9488;--drh-affiliate-hub-bg:#e8f4fc;--drh-affiliate-hub-border:#bfdbfe;background:#fff;color:var(--drh-affiliate-text)}.drh-affiliate__hero{background:linear-gradient(180deg,#eef6fb,#f8fbfd 45%,#ffffff);text-align:center;padding:clamp(3.5rem,8vw,6rem) 0 clamp(3rem,6vw,4.5rem)}.drh-affiliate__hero-inner{max-width:44rem;margin-inline:auto}.drh-affiliate__eyebrow{display:inline-block;margin-bottom:1rem;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#6e6e73}.drh-affiliate__hero h1{margin:0 0 1rem;font-size:clamp(2rem,4.8vw,3.5rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;background:linear-gradient(90deg,#2b6cb0,#6b46c1 55%,#805ad5);-webkit-background-clip:text;background-clip:text;color:transparent}.drh-affiliate__hero p{margin:0 auto 2rem;max-width:34rem;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.65;color:#6e6e73}.drh-affiliate__hero-actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.drh-affiliate__btn{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;padding:.85rem 1.75rem;border-radius:999px;font-size:1rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:opacity .2s ease,transform .2s ease}.drh-affiliate__btn:hover{opacity:.9}.drh-affiliate__btn--apply{background:#0d9488;color:#fff}.drh-affiliate__btn--hub{background:#e8f4fc;color:#2563eb;border-color:#bfdbfe}.drh-affiliate__btn--contact{background:#6b46c1;color:#fff;margin-top:1.25rem}.drh-affiliate__section{padding:clamp(2.75rem,6vw,4.5rem) 0}.drh-affiliate__section--steps{background:#fafafa}.drh-affiliate__section-head{text-align:center;max-width:44rem;margin:0 auto clamp(2rem,4vw,3rem)}.drh-affiliate__section-head h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.drh-affiliate__section-head p{margin:0;color:#6e6e73;line-height:1.65}.drh-affiliate__benefits{display:grid;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}@media screen and (max-width:900px){.drh-affiliate__benefits{grid-template-columns:1fr}}.drh-affiliate__benefits-feature{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:1.25rem;background:radial-gradient(85% 70% at 18% 12%,rgba(255,255,255,.96) 0,rgba(255,255,255,0) 58%),radial-gradient(90% 75% at 88% 88%,rgba(107,70,193,.07) 0,rgba(107,70,193,0) 62%),radial-gradient(70% 55% at 78% 18%,rgba(43,108,176,.1) 0,rgba(43,108,176,0) 55%),linear-gradient(155deg,var(--drh-affiliate-hero-start) 0,var(--drh-affiliate-hero-mid) 42%,var(--drh-affiliate-warm) 100%);border:1px solid var(--drh-affiliate-hub-border);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 18px 40px rgba(43,108,176,.08);padding:clamp(2rem,4vw,3.5rem);min-height:22rem}.drh-affiliate__benefits-feature img{display:block;width:100%;max-width:30rem;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(43,108,176,.14))}.drh-affiliate__benefits-caption{position:absolute;left:1.75rem;bottom:1.4rem;padding-top:.6rem;border-top:1px solid var(--drh-affiliate-border);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--drh-affiliate-muted)}.drh-affiliate__benefits-list{display:grid;grid-gap:1rem;gap:1rem;align-content:center}.drh-affiliate__benefit{background:#fff;border:1px solid var(--drh-affiliate-border);border-radius:1rem;padding:1.25rem 1.5rem}.drh-affiliate__contact-media,.drh-affiliate__partner-media{overflow:hidden;border-radius:1rem}.drh-affiliate__contact-media img,.drh-affiliate__partner-media img{display:block;width:100%;height:auto}.drh-affiliate__benefit h3,.drh-affiliate__partner h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.drh-affiliate__partner h3{margin-top:1rem}.drh-affiliate__benefit p,.drh-affiliate__partner p{margin:0;color:#6e6e73;line-height:1.6;font-size:.95rem}.drh-affiliate__steps{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:900px){.drh-affiliate__steps{grid-template-columns:1fr}}.drh-affiliate__step{background:#f3ede4;border-radius:.75rem;padding:1.5rem 1.25rem;min-height:100%}.drh-affiliate__step-label{display:block;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#6e6e73}.drh-affiliate__step h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600}.drh-affiliate__step p{margin:0;color:#6e6e73;line-height:1.6;font-size:.95rem}.drh-affiliate__steps-cta{margin-top:clamp(2rem,4vw,3rem);text-align:center}.drh-affiliate__partners{display:grid;grid-gap:clamp(1.25rem,3vw,2rem);gap:clamp(1.25rem,3vw,2rem);grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (max-width:990px){.drh-affiliate__partners{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:560px){.drh-affiliate__partners{grid-template-columns:1fr}}.drh-affiliate__partner-media img{aspect-ratio:1/1;object-fit:cover}.drh-affiliate__contact{background:#fafafa}.drh-affiliate__contact-grid{display:grid;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);grid-template-columns:minmax(0,1fr) minmax(0,.65fr);align-items:center}@media screen and (max-width:900px){.drh-affiliate__contact-grid{grid-template-columns:1fr}}.drh-affiliate__contact-media{width:100%;max-width:20rem;justify-self:end}@media screen and (max-width:900px){.drh-affiliate__contact-media{max-width:min(100%,18rem);justify-self:center;margin-inline:auto}}.drh-affiliate__contact-text h2{margin:0 0 1rem;font-size:clamp(1.375rem,2.5vw,1.875rem);font-weight:600}.drh-affiliate__contact-text p{margin:0;color:#6e6e73;line-height:1.65}.drh-affiliate__contact-media img{aspect-ratio:4/3;object-fit:cover;border-radius:1rem}