:root{--hg-accent: #9fb4c7;--hg-rule: #1e242e;--hg-border-strong: #38414d;--hg-muted: #7c8b9b;--hg-body-text: #a9b6c4;--hg-surface: #141820;--hg-eyebrow-size: 11px;--hg-eyebrow-tracking: .3em;--hg-display-weight: 300;--hg-display-tracking: -.015em;--hg-font-display: "Cormorant Garamond", serif;--hg-heading: #ffffff;--hg-text-strong: #eef1f5;--hg-on-primary: #0b0d10;--hg-hover-surface: #1a2028;--hg-overlay-rgb: 11, 13, 16;--hg-announce-text: #c4cfda;--hg-gutter: 20px}@media screen and (min-width:750px){:root{--hg-gutter: 40px}}@media screen and (min-width:990px){:root{--hg-gutter: 56px}}.hg-section{position:relative}.hg-section__inner{margin-left:auto;margin-right:auto;width:100%}.hg-section__inner--page{max-width:var(--page-width)}.hg-section__inner--narrow{max-width:72rem}.hg-section__inner--full{max-width:none}.hg-section--rule-top{border-top:1px solid var(--hg-rule)}.hg-section--rule-bottom{border-bottom:1px solid var(--hg-rule)}.hg-eyebrow{display:block;font-family:var(--font-body-family);font-size:var(--hg-eyebrow-size);font-weight:400;letter-spacing:var(--hg-eyebrow-tracking);text-transform:uppercase;color:var(--hg-accent);line-height:1.4;margin:0}.hg-eyebrow--ruled{display:flex;align-items:center;gap:14px}.hg-eyebrow--ruled:before{content:"";flex:0 0 auto;width:34px;height:1px;background:var(--hg-accent)}.hg-display{font-family:var(--hg-font-display);font-weight:var(--hg-display-weight);letter-spacing:var(--hg-display-tracking);color:var(--hg-heading);margin:0;text-wrap:pretty}.hg-display em,.hg-display .hg-display__accent{font-style:italic;color:var(--hg-accent)}.hg-display--hero{font-size:clamp(4.4rem,6.1vw,8.8rem);line-height:.96}.hg-display--section{font-size:clamp(3.4rem,3.6vw,5.2rem);line-height:1;letter-spacing:0}.hg-display--split{font-size:clamp(3rem,3.05vw,4.4rem);line-height:1.12;letter-spacing:0}.hg-display--feature{font-size:clamp(2.8rem,2.64vw,3.8rem);line-height:1.1;letter-spacing:0}.hg-display--card{font-size:clamp(2.2rem,1.8vw,2.6rem);line-height:1.2;letter-spacing:0}.hg-display--product{font-size:clamp(1.9rem,1.53vw,2.2rem);line-height:1.25;letter-spacing:0}.hg-body{font-family:var(--font-body-family);font-weight:300;color:var(--hg-body-text);margin:0}.hg-body--lead{font-size:1.6rem;line-height:1.8}.hg-body--split{font-size:1.5rem;line-height:1.85}.hg-body--small{font-size:1.3rem;line-height:1.6}.hg-meta{font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;color:var(--hg-muted);letter-spacing:.1em;margin:0}.hg-price{font-family:var(--font-body-family);font-size:1.5rem;color:var(--hg-text-strong);margin:0}.hg-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.hg-section-head--center{flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}.hg-section-head__eyebrow{margin-bottom:14px}.hg-section-head__link{flex:0 0 auto;font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--hg-body-text);border-bottom:1px solid var(--hg-border-strong);padding-bottom:5px;text-decoration:none;transition:color .2s ease,border-color .2s ease}.hg-section-head__link:hover,.hg-section-head__link:focus-visible{color:var(--hg-accent);border-color:var(--hg-accent)}@media screen and (max-width:749px){.hg-section-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:28px}.hg-section-head--center{align-items:center}}.hg-buttons{display:flex;flex-wrap:wrap;gap:12px}.hg-btn{display:inline-block;font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;text-align:center;padding:18px 38px;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.hg-btn--primary{background:var(--hg-text-strong);color:var(--hg-on-primary);font-weight:500}.hg-btn--primary:hover,.hg-btn--primary:focus-visible{background:var(--hg-accent);color:var(--hg-on-primary)}.hg-btn--ghost{background:transparent;border-color:var(--hg-border-strong);color:var(--hg-text-strong)}.hg-btn--ghost:hover,.hg-btn--ghost:focus-visible{border-color:var(--hg-accent);color:var(--hg-accent)}.hg-btn--compact{padding:17px 34px}@media screen and (max-width:749px){.hg-buttons{gap:10px}.hg-btn{padding:16px 26px;flex:1 1 auto}}.hg-grid{display:grid;gap:16px;list-style:none;margin:0;padding:0}.hg-grid--gap-sm{gap:12px}.hg-grid--1{grid-template-columns:1fr}.hg-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hg-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hg-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.hg-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.hg-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.hg-grid--7{grid-template-columns:repeat(7,minmax(0,1fr))}.hg-grid--8{grid-template-columns:repeat(8,minmax(0,1fr))}@media screen and (min-width:750px)and (max-width:989px){.hg-grid{grid-template-columns:repeat(var(--hg-grid-tablet, 3),minmax(0,1fr))}}@media screen and (max-width:749px){.hg-grid{gap:12px;grid-template-columns:repeat(var(--hg-grid-mobile, 2),minmax(0,1fr))}}.hg-card{position:relative;display:block;background:var(--hg-surface);border:1px solid var(--hg-rule);text-decoration:none;transition:border-color .25s ease}.hg-card:hover,.hg-card:focus-within{border-color:var(--hg-card-accent, var(--hg-accent))}.hg-card__media{display:block;width:100%;overflow:hidden}.hg-card__media img,.hg-card__media svg{display:block;width:100%;height:100%;object-fit:cover}.hg-card__body{padding:20px 20px 22px}.hg-card__body--accent-top{border-top:2px solid var(--hg-card-accent, var(--hg-accent))}.hg-card__title{margin:0}.hg-card__meta{margin-top:6px}.hg-card--product{padding:14px}.hg-card--product .hg-card__body{padding:18px 6px 8px}.hg-card__stone{display:block;font-size:var(--hg-eyebrow-size);letter-spacing:.2em;text-transform:uppercase;color:var(--hg-card-accent, var(--hg-accent));line-height:1.4}.hg-card--product .hg-card__title{margin-top:8px}.hg-card--product .hg-price{margin-top:12px}.hg-card__link{display:block;text-decoration:none;color:inherit}.hg-card__spec{margin-top:6px;letter-spacing:0}.hg-price__was{color:var(--hg-muted);margin-left:8px;font-size:1.3rem}.hg-card--overlay{overflow:hidden}.hg-card--overlay .hg-card__media img{opacity:.62;transition:opacity .35s ease,transform .6s ease}.hg-card--overlay:hover .hg-card__media img{opacity:.75}.hg-card__overlay-body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:40px;background:linear-gradient(to top,rgba(var(--hg-overlay-rgb),.92),rgba(var(--hg-overlay-rgb),0))}@media screen and (max-width:749px){.hg-card__overlay-body{padding:24px}.hg-card__body{padding:16px 16px 18px}}.hg-ratio-square{aspect-ratio:1}.hg-ratio-portrait{aspect-ratio:4 / 5}.hg-ratio-landscape{aspect-ratio:16 / 10}.hg-ratio-collection{aspect-ratio:16 / 11}.hg-ratio-adapt{aspect-ratio:auto}.hg-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:0 10px;margin:0;padding:0;list-style:none;font-family:var(--font-body-family);font-size:var(--hg-eyebrow-size, 11px);font-weight:300;letter-spacing:var(--hg-eyebrow-tracking, .14em);text-transform:uppercase;color:var(--hg-muted)}.hg-breadcrumbs__item a{color:inherit;text-decoration:none;transition:color .2s ease}.hg-breadcrumbs__item a:hover{color:var(--hg-accent)}.hg-breadcrumbs__item--current{color:var(--hg-body-text)}.hg-breadcrumbs__sep{opacity:.55}.hg-inline-specs__strong{color:var(--hg-text-strong)}.hg-split{display:grid;grid-template-columns:var(--hg-split-columns, 1fr 1fr);align-items:stretch}.hg-split__panel{display:flex;flex-direction:column;justify-content:center}.hg-split__panel--divider{border-left:1px solid var(--hg-rule)}.hg-split__media{background:var(--hg-surface);display:flex;align-items:center;justify-content:center}.hg-split__media img{display:block;width:100%;height:auto;object-fit:cover;filter:contrast(1.05)}@media screen and (max-width:989px){.hg-split{grid-template-columns:1fr}.hg-split__panel--divider{border-left:0;border-top:1px solid var(--hg-rule)}.hg-split--media-first .hg-split__media{order:-1}}.hg-hero__eyebrow{margin-bottom:26px}.hg-hero__body{margin-top:28px}.hg-hero__body>p{margin:0}.hg-hero__body>p+p{margin-top:1em}.hg-hero__buttons{margin-top:40px}.hg-hero__specs{margin-top:52px;list-style:none;padding:0}@media screen and (max-width:749px){.hg-hero__eyebrow{margin-bottom:18px}.hg-hero__body{margin-top:20px}.hg-hero__buttons{margin-top:28px}.hg-hero__specs{margin-top:32px}}@media screen and (min-width:990px){.hg-hero--media-left .hg-split__media{order:-1}.hg-hero--media-left .hg-split__panel--divider{border-left:0;border-right:1px solid var(--hg-rule)}}.hg-specs{display:flex;flex-direction:column;margin:0}.hg-specs__row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:18px 0;border-bottom:1px solid var(--hg-rule);font-size:1.4rem;font-weight:300}.hg-specs__row:last-child{border-bottom:0}.hg-specs__row dt,.hg-specs__row dd{margin:0}.hg-specs__value{color:var(--hg-muted);text-align:right}.hg-feature__eyebrow{margin-bottom:12px}.hg-feature__text{margin-top:10px}.hg-assurance__eyebrow{margin-bottom:20px}.hg-assurance__body{margin-top:22px}.hg-assurance__body>p{margin:0}.hg-assurance__body>p+p{margin-top:1em}.hg-assurance__buttons{margin-top:34px}.hg-inline-specs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:28px;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;color:var(--hg-muted)}.hg-inline-specs__sep{opacity:.6}@media screen and (max-width:749px){.hg-inline-specs{gap:14px;font-size:1.1rem}}.hg-trust{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--hg-trust-columns, 4),minmax(0,1fr));background:var(--hg-surface)}.hg-trust__item{padding:34px 28px;text-align:center;border-right:1px solid var(--hg-rule)}.hg-trust__item:last-child{border-right:0}.hg-trust__text{font-size:1.3rem;color:var(--hg-body-text);font-weight:300;margin-top:9px}@media screen and (min-width:750px)and (max-width:989px){.hg-trust{grid-template-columns:repeat(var(--hg-trust-columns-tablet, 2),minmax(0,1fr))}.hg-trust__item:nth-child(2n){border-right:0}.hg-trust__item:nth-child(-n+2){border-bottom:1px solid var(--hg-rule)}}@media screen and (max-width:749px){.hg-trust{grid-template-columns:repeat(var(--hg-trust-columns-mobile, 1),minmax(0,1fr))}.hg-trust__item{padding:24px 20px;border-right:0;border-bottom:1px solid var(--hg-rule)}.hg-trust__item:last-child{border-bottom:0}}.hg-stone{display:block;text-align:center;background:var(--hg-surface);border:1px solid var(--hg-rule);padding:22px 10px;text-decoration:none;transition:border-color .25s ease}.hg-stone:hover,.hg-stone:focus-visible{border-color:var(--hg-accent)}.hg-stone__dot{display:block;width:24px;height:24px;border-radius:50%;margin:0 auto;background:var(--hg-card-accent, var(--hg-accent))}.hg-stone__name{display:block;font-size:1.3rem;margin-top:14px;color:var(--hg-text-strong);line-height:1.3}.hg-stone__count{display:block;font-size:1.1rem;color:var(--hg-muted);margin-top:4px}.hg-statement{text-align:center}.hg-statement__eyebrow{margin-bottom:22px}.hg-statement__body{margin:0 auto}.hg-statement .hg-display{margin:0 auto;max-width:var(--hg-statement-measure, 900px);line-height:1.28}.hg-statement__tags{list-style:none;margin:44px 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:40px;font-size:1.1rem;letter-spacing:.26em;text-transform:uppercase;color:var(--hg-muted)}.hg-statement__divider{width:64px;height:1px;background:var(--hg-border-strong);margin:44px auto;border:0}.hg-statement__signature{font-family:var(--hg-font-display);font-style:italic;font-size:3rem;color:var(--hg-heading);margin-top:30px}.hg-statement__role{font-size:1.1rem;letter-spacing:.26em;text-transform:uppercase;color:var(--hg-muted);margin-top:8px}@media screen and (max-width:749px){.hg-statement__tags{gap:16px;margin-top:28px}.hg-statement__divider{margin:28px auto}}.hg-step{border:1px solid var(--hg-rule);padding:26px 22px;background:rgb(var(--color-background));height:100%}.hg-step__number{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.24em;color:var(--hg-accent)}.hg-step__title{font-family:var(--hg-font-display);font-size:var(--hg-step-title-size, 24px);font-weight:var(--hg-display-weight);color:var(--hg-heading);margin-top:14px;line-height:1.2}.hg-step__text{font-size:1.3rem;line-height:1.75;font-weight:300;color:var(--hg-body-text);margin-top:8px}.hg-cta-duo{display:grid;grid-template-columns:repeat(var(--hg-cta-columns, 2),minmax(0,1fr));border-top:1px solid var(--hg-rule)}.hg-cta{display:block;padding:56px 32px;text-align:center;background:var(--hg-surface);border-right:1px solid var(--hg-rule);text-decoration:none;transition:background-color .25s ease}.hg-cta:last-child{border-right:0}.hg-cta:hover,.hg-cta:focus-visible{background:var(--hg-hover-surface)}.hg-cta__title{display:block;font-family:var(--hg-font-display);font-size:var(--hg-cta-title-size, 32px);font-weight:var(--hg-display-weight);color:var(--hg-heading);line-height:1.2}.hg-cta__text{display:block;font-size:1.3rem;color:var(--hg-muted);margin-top:10px;font-weight:300}@media screen and (max-width:749px){.hg-cta-duo{grid-template-columns:1fr}.hg-cta{padding:36px 24px;border-right:0;border-bottom:1px solid var(--hg-rule)}.hg-cta:last-child{border-bottom:0}}.hg-callout{margin-top:32px;padding:24px;border:1px solid var(--hg-border-strong)}.hg-callout__eyebrow{margin-bottom:12px;letter-spacing:.24em}.hg-callout__text{font-size:1.4rem;line-height:1.8;font-weight:300;color:var(--hg-body-text)}.hg-callout__text>p{margin:0}.hg-callout__text>p+p{margin-top:1em}.hg-pullquote{font-family:var(--hg-font-display);font-style:italic;font-size:var(--hg-pullquote-size, 24px);line-height:1.35;color:var(--hg-accent);margin:32px 0 0;padding-left:22px;border-left:2px solid var(--hg-accent)}.hg-pullquote p{margin:0}.hg-specs--display .hg-specs__row{padding:20px 0}.hg-specs--display .hg-specs__term{font-family:var(--hg-font-display);font-size:var(--hg-specs-term-size, 26px);font-weight:var(--hg-display-weight);color:var(--hg-heading);line-height:1.2}.hg-specs--display .hg-specs__value{font-size:1.3rem;max-width:260px}.hg-specs__eyebrow{letter-spacing:.24em;color:var(--hg-muted);margin-bottom:6px}.hg-trust__value{font-family:var(--hg-font-display);font-size:var(--hg-stat-size, 38px);font-weight:var(--hg-display-weight);color:var(--hg-heading);line-height:1}.hg-trust__item--stat .hg-eyebrow{margin-top:12px;letter-spacing:.24em}.hg-form{display:flex;flex-direction:column;gap:26px;max-width:var(--hg-form-width, 520px);margin-top:44px}.hg-form__label{display:block;margin-bottom:10px;letter-spacing:.24em}.hg-form__input,.hg-form__textarea{display:block;width:100%;border:1px solid var(--hg-border-strong);background:var(--hg-surface);padding:15px 16px;font-family:var(--font-body-family);font-size:1.4rem;font-weight:300;color:var(--hg-text-strong);border-radius:0;transition:border-color .2s ease}.hg-form__input::placeholder,.hg-form__textarea::placeholder{color:var(--hg-muted);opacity:1}.hg-form__input:focus,.hg-form__textarea:focus{outline:none;border-color:var(--hg-accent)}.hg-form__textarea{min-height:140px;resize:vertical}.hg-chips{display:flex;gap:8px;flex-wrap:wrap}.hg-chip{position:relative}.hg-chip input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.hg-chip span{display:block;border:1px solid var(--hg-border-strong);color:var(--hg-body-text);padding:11px 18px;font-size:1.2rem;letter-spacing:.1em;transition:border-color .2s ease,color .2s ease}.hg-chip input:hover+span{border-color:var(--hg-accent);color:var(--hg-text-strong)}.hg-chip input:checked+span{border-color:var(--hg-accent);color:var(--hg-text-strong)}.hg-chip input:focus-visible+span{outline:2px solid var(--hg-accent);outline-offset:2px}.hg-form__submit{width:100%}.hg-form fieldset{border:0;margin:0;padding:0;min-width:0}.hg-form legend{padding:0}.hg-contact__panel{display:block;background:var(--hg-surface)}.hg-contact__image{display:block;width:100%;height:auto;object-fit:cover;border-bottom:1px solid var(--hg-rule)}.hg-contact__copy--divider{border-right:1px solid var(--hg-rule)}@media screen and (max-width:989px){.hg-contact__copy--divider{border-right:0;border-bottom:1px solid var(--hg-rule)}}.hg-form__message{font-size:1.4rem;font-weight:300;padding:14px 16px;border:1px solid var(--hg-border-strong);color:var(--hg-body-text)}.hg-form__message--success{border-color:var(--hg-accent);color:var(--hg-accent)}@media screen and (max-width:749px){.hg-form{margin-top:28px;gap:20px}}.hg-measure{max-width:var(--hg-measure, 400px)}.hg-link-accent{color:var(--hg-accent);text-decoration:none}.hg-link-accent:hover{text-decoration:underline;text-underline-offset:3px}@media(prefers-reduced-motion:reduce){.hg-card,.hg-card__media img,.hg-btn,.hg-stone,.hg-section-head__link{transition:none}}.hg-notice{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center;background:var(--hg-surface);border:1px solid var(--hg-rule);padding:44px 48px}.hg-notice__eyebrow{margin-bottom:14px}.hg-notice__text{margin-top:12px;font-size:1.4rem;line-height:1.8;font-weight:300;color:var(--hg-body-text);max-width:var(--hg-notice-measure, 620px)}.hg-notice__text>p{margin:0}.hg-notice__text>p+p{margin-top:1em}.hg-notice .hg-btn{white-space:nowrap;padding:16px 32px}@media screen and (max-width:749px){.hg-notice{grid-template-columns:1fr;gap:24px;padding:28px 24px}.hg-notice .hg-btn{white-space:normal}}.hg-editorial{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media screen and (min-width:990px){.hg-editorial{grid-template-columns:var(--hg-editorial-columns, 1fr 1fr);gap:var(--hg-editorial-gap, 72px)}.hg-editorial--media-grid{align-items:start}.hg-editorial--media-left .hg-editorial__media{order:-1}}.hg-editorial__body{margin-top:20px}.hg-editorial__body>p{margin:0}.hg-editorial__body>p+p{margin-top:1em}.hg-editorial__stats{display:flex;flex-wrap:wrap;gap:40px;margin-top:28px;list-style:none;padding:0}.hg-editorial__stat-value{display:block;font-family:var(--hg-font-display);font-size:var(--hg-editorial-stat-size, 34px);font-weight:var(--hg-display-weight);color:var(--hg-accent);line-height:1}.hg-editorial__stat-label{display:block;font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--hg-muted);margin-top:8px}.hg-editorial__link{display:inline-block;margin-top:28px;color:var(--hg-accent);font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;border-bottom:1px solid var(--hg-accent);padding-bottom:4px;text-decoration:none;transition:color .2s ease,border-color .2s ease}.hg-editorial__link:hover{color:var(--hg-text-strong);border-color:var(--hg-text-strong)}.hg-editorial__media{display:grid;gap:16px;grid-template-columns:repeat(var(--hg-editorial-media-cols, 1),minmax(0,1fr))}.hg-editorial__media img{display:block;width:100%;height:auto;object-fit:cover;border:1px solid var(--hg-rule)}.hg-editorial__media--stagger>*:nth-child(2n){margin-top:var(--hg-editorial-stagger, 32px)}@media screen and (max-width:749px){.hg-editorial__media--stagger>*:nth-child(2n){margin-top:0}.hg-editorial__stats{gap:24px;margin-top:20px}}.hg-reviews{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media screen and (min-width:990px){.hg-reviews{grid-template-columns:auto 1fr;gap:72px}}.hg-reviews__summary{min-width:200px}.hg-reviews__score{font-family:var(--hg-font-display);font-size:var(--hg-reviews-score-size, 64px);font-weight:var(--hg-display-weight);color:var(--hg-heading);line-height:1}.hg-reviews__stars{font-size:1.2rem;letter-spacing:.2em;color:var(--hg-accent);margin-top:10px}.hg-reviews__count{font-size:1.3rem;color:var(--hg-muted);margin-top:10px;font-weight:300}.hg-reviews__cta{margin-top:24px;padding:14px 26px}.hg-reviews__list{display:grid;grid-template-columns:repeat(var(--hg-reviews-columns, 3),minmax(0,1fr));gap:20px;list-style:none;padding:0;margin:0}@media screen and (max-width:989px){.hg-reviews__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.hg-reviews__list{grid-template-columns:1fr}}.hg-review{background:rgb(var(--color-background));border:1px solid var(--hg-rule);padding:26px 24px;height:100%}.hg-review__stars{font-size:1.1rem;letter-spacing:.2em;color:var(--hg-accent)}.hg-review__title{font-family:var(--hg-font-display);font-size:var(--hg-review-title-size, 22px);font-weight:var(--hg-display-weight);color:var(--hg-heading);margin-top:12px;line-height:1.25}.hg-review__text{font-size:1.4rem;line-height:1.75;font-weight:300;color:var(--hg-body-text);margin-top:10px}.hg-review__author{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hg-muted);margin-top:16px}.hg-faq{border-top:1px solid var(--hg-rule)}.hg-faq__item{border-bottom:1px solid var(--hg-rule)}.hg-faq__q{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:18px 0;font-size:1.4rem;font-weight:300;color:var(--hg-text-strong);cursor:pointer;list-style:none;transition:color .2s ease}.hg-faq__q::-webkit-details-marker{display:none}.hg-faq__q:hover{color:var(--hg-accent)}.hg-faq__q:after{content:"+";color:var(--hg-muted);flex:0 0 auto}.hg-faq__item[open]>.hg-faq__q:after{content:"\2212"}.hg-faq__item[open]>.hg-faq__q{color:var(--hg-accent)}.hg-faq__a{font-size:1.4rem;line-height:1.8;font-weight:300;color:var(--hg-body-text);padding:0 0 18px}.hg-faq__a>p{margin:0}.hg-faq__a>p+p{margin-top:1em}.hg-faq__heading{letter-spacing:.24em;margin:38px 0 18px}@media(prefers-reduced-motion:reduce){.hg-editorial__link,.hg-faq__q{transition:none}}.hg-stone--tinted .hg-stone__name{color:var(--hg-card-accent, var(--hg-text-strong))}.hg-card__swatch{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--hg-card-accent, var(--hg-accent));margin-right:10px;vertical-align:middle;flex:0 0 auto}.hg-faq--columns{columns:var(--hg-faq-columns, 1);column-gap:48px}.hg-faq--columns>.hg-faq__item{break-inside:avoid;page-break-inside:avoid}.hg-faq__intro{margin-top:16px}.hg-faq__intro>p{margin:0}.hg-faq__intro>p+p{margin-top:1em}.hg-faq__a{max-width:100%}.hg-cta__inner{display:block;max-width:var(--hg-cta-measure, 420px);margin:0 auto}.hg-cta__text{font-size:var(--hg-cta-text-size, 13px)}.hg-form__req{color:var(--hg-accent);margin-left:4px}.hg-form__optional{color:var(--hg-muted);margin-left:6px;letter-spacing:.08em;text-transform:none}.hg-form__select{appearance:none;-webkit-appearance:none;padding-right:44px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--hg-muted) 50%),linear-gradient(135deg,var(--hg-muted) 50%,transparent 50%);background-position:calc(100% - 22px) 50%,calc(100% - 16px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.hg-form__select:focus{background-image:linear-gradient(45deg,transparent 50%,var(--hg-accent) 50%),linear-gradient(135deg,var(--hg-accent) 50%,transparent 50%)}.hg-form__select option{background:var(--hg-surface);color:var(--hg-text-strong)}.hg-btn--lg{padding:22px 44px;font-size:1.2rem;letter-spacing:.24em;font-weight:500}.hg-form__submit{width:100%;margin-top:4px}.hg-form__submit:hover,.hg-form__submit:focus-visible{background:var(--hg-accent)}.hg-newsletter__text{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.7;font-weight:300;color:var(--hg-body-text);max-width:290px;margin-top:10px}.hg-newsletter__text>p{margin:0}.hg-newsletter__text>p+p{margin-top:.6em}.hg-newsletter__button-label{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.22em;text-transform:uppercase;color:var(--hg-accent);white-space:nowrap}.hg-footer .newsletter-form__button:hover .hg-newsletter__button-label{color:var(--hg-text-strong)}.hg-spec__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.hg-spec--table{display:block;min-width:560px;margin-top:28px}.hg-spec__row{display:grid;align-items:center;gap:0 20px;padding:var(--hg-spec-row-padding, 14px) 0;border-bottom:1px solid var(--hg-rule);transition:background-color .2s ease}.hg-spec__row--head{border-bottom-color:var(--hg-border-strong);padding-bottom:12px}.hg-spec__row--head .hg-spec__cell{font-family:var(--font-body-family);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--hg-accent)}.hg-spec__row:not(.hg-spec__row--head):hover{background:var(--hg-surface)}.hg-spec__cell{font-family:var(--font-body-family);font-size:var(--hg-spec-value-size, 13px);font-weight:300;line-height:1.5;color:var(--hg-muted);min-width:0}.hg-spec__cell--lead{color:var(--hg-text-strong)}.hg-spec__dot{display:block;width:var(--hg-spec-dot, 12px);height:var(--hg-spec-dot, 12px);border-radius:50%;background:var(--hg-spec-accent, var(--hg-accent))}.hg-spec--pairs{display:grid;margin:28px 0 0}.hg-spec__pair{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:var(--hg-spec-row-padding, 14px) 0;border-bottom:1px solid var(--hg-rule)}.hg-spec__pair-label{font-family:var(--font-body-family);font-size:var(--hg-spec-label-size, 13px);font-weight:300;color:var(--hg-text-strong);margin:0}.hg-spec__pair-value{font-family:var(--font-body-family);font-size:var(--hg-spec-value-size, 13px);font-weight:300;color:var(--hg-muted);margin:0;text-align:right}.hg-spec__footnote{font-family:var(--font-body-family);font-size:12px;font-weight:300;line-height:1.6;color:var(--hg-muted);margin:18px 0 0}@media screen and (max-width:749px){.hg-spec--pairs{grid-template-columns:1fr}.hg-spec__pair{flex-direction:column;align-items:flex-start;gap:4px}.hg-spec__pair-value{text-align:left}}.hg-step__action{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:14px 24px;background:var(--hg-text-strong);color:var(--hg-on-primary);font-family:var(--font-body-family);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;text-decoration:none;transition:background-color .2s ease}.hg-step__action:hover{background:var(--hg-accent)}.hg-card__specs{margin:16px 0 0;padding:0}.hg-card__spec{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--hg-rule);font-family:var(--font-body-family);font-size:13px;font-weight:300}.hg-card__spec:last-child{border-bottom:0}.hg-card__spec dt{color:var(--hg-text-strong);margin:0}.hg-card__spec dd{color:var(--hg-muted);margin:0;text-align:right}.hg-step__media{margin:0 0 20px}.hg-step__media img{display:block;width:100%;height:auto;object-fit:cover;border:1px solid var(--hg-rule)}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hg-base.css.map */
