.gh-cs{--gh-cs-text: rgb(var(--color-foreground));--gh-cs-text-muted: rgba(var(--color-foreground), .55);--gh-cs-text-muted-strong: rgba(var(--color-foreground), .7);--gh-cs-border: rgba(var(--color-foreground), .1);--gh-cs-border-soft: rgba(var(--color-foreground), .07);--gh-cs-bg: rgb(var(--color-background));--gh-cs-bg-blur: rgba(var(--color-background), .85);--gh-cs-card-bg: #ffffff;--gh-cs-toggle-closed: rgba(var(--color-foreground), .08);--gh-cs-toggle-open: rgb(var(--color-foreground));--gh-cs-toggle-open-text: rgb(var(--color-background));background:var(--gh-cs-bg);color:var(--gh-cs-text);padding:4rem 0 6rem;font-family:var(--font-body-family),sans-serif;font-style:var(--font-body-style);font-weight:var(--font-body-weight);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gh-cs__container{max-width:80rem;margin:0 auto;padding:0 2rem}.gh-cs__header{text-align:center;margin-bottom:4rem}.gh-cs__title{font-family:var(--font-heading-family),sans-serif;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:3.2rem;letter-spacing:-.02em;line-height:1.1;margin:0;color:var(--gh-cs-text)}.gh-cs__tabs-nav{position:sticky;top:0;background:var(--gh-cs-bg-blur);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:5;margin:0 -2rem 4rem;padding:0 2rem;border-bottom:1px solid var(--gh-cs-border)}.gh-cs__tabs-list{display:flex;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding:0 2rem}.gh-cs__tabs-list::-webkit-scrollbar{display:none}.gh-cs__tab-button{flex:0 0 auto;min-height:4.4rem;padding:1.4rem 1.8rem;border:none;background:none;font-family:inherit;font-size:1.4rem;font-weight:500;letter-spacing:.01em;color:var(--gh-cs-text-muted);cursor:pointer;position:relative;white-space:nowrap;scroll-snap-align:center;transition:color .25s ease;-webkit-tap-highlight-color:transparent}.gh-cs__tab-button:hover{color:var(--gh-cs-text-muted-strong)}.gh-cs__tab-button:focus-visible{outline:2px solid var(--gh-cs-text);outline-offset:-4px;border-radius:4px}.gh-cs__tab-button.is-active{color:var(--gh-cs-text);font-weight:600}.gh-cs__tab-button:after{content:"";position:absolute;bottom:0;left:1.8rem;right:1.8rem;height:2px;background:var(--gh-cs-text);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.gh-cs__tab-button.is-active:after{transform:scaleX(1)}.gh-cs__panel{display:none;animation:gh-cs-fade .35s ease forwards}.gh-cs__panel.is-active{display:block}@keyframes gh-cs-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gh-cs__rte{line-height:1.7;color:var(--gh-cs-text);font-size:1.5rem}.gh-cs__rte p{margin:0 0 1.6rem}.gh-cs__rte h2,.gh-cs__rte h3{font-family:var(--font-heading-family),sans-serif;font-weight:600;margin:3.2rem 0 1.6rem;letter-spacing:-.01em}.gh-cs__rte h2{font-size:2.2rem}.gh-cs__rte h3{font-size:1.8rem}.gh-cs__rte h2:first-child,.gh-cs__rte h3:first-child{margin-top:0}.gh-cs__rte ul,.gh-cs__rte ol{padding-left:2rem;margin:0 0 1.6rem}.gh-cs__rte li{margin-bottom:.8rem}.gh-cs__rte a{color:var(--gh-cs-text);text-decoration:underline;text-underline-offset:3px}.gh-cs__faq-groups{display:flex;flex-direction:column;gap:2.4rem}.gh-cs__faq-card{background:var(--gh-cs-card-bg);border:1px solid var(--gh-cs-border-soft);border-radius:1.6rem;padding:2.4rem 2rem}.gh-cs__faq-cat-title{font-size:1.2rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gh-cs-text);margin:0 0 1.6rem}.gh-cs__faq-cat-divider{height:1px;background:var(--gh-cs-border-soft);margin:0 0 .8rem}.gh-cs__faq-item{border-bottom:1px solid var(--gh-cs-border-soft)}.gh-cs__faq-item:last-child{border-bottom:none}.gh-cs__faq-question{list-style:none;cursor:pointer;padding:2rem 0;min-height:4.4rem;display:flex;justify-content:space-between;align-items:center;gap:1.6rem;font-size:1.6rem;font-weight:500;color:var(--gh-cs-text);-webkit-tap-highlight-color:transparent}.gh-cs__faq-question::-webkit-details-marker{display:none}.gh-cs__faq-question::marker{content:""}.gh-cs__faq-question-text{flex:1;line-height:1.4}.gh-cs__faq-question:focus-visible{outline:2px solid var(--gh-cs-text);outline-offset:2px;border-radius:4px}.gh-cs__faq-toggle{flex-shrink:0;width:3.6rem;height:3.6rem;border-radius:50%;background:var(--gh-cs-toggle-closed);color:var(--gh-cs-text);display:inline-flex;align-items:center;justify-content:center;transition:background-color .25s ease,color .25s ease}.gh-cs__faq-toggle svg{width:1.4rem;height:1.4rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.gh-cs__faq-item[open] .gh-cs__faq-toggle{background:var(--gh-cs-toggle-open);color:var(--gh-cs-toggle-open-text)}.gh-cs__faq-item[open] .gh-cs__faq-toggle svg{transform:rotate(180deg)}.gh-cs__faq-answer{padding:0 5.2rem 2.4rem 0;line-height:1.7;color:var(--gh-cs-text-muted-strong);font-size:1.5rem}.gh-cs__faq-answer p{margin:0}.gh-cs__faq-answer p+p{margin-top:1.2rem}@media screen and (min-width:768px){.gh-cs{padding:8rem 0 10rem}.gh-cs__title{font-size:4.8rem}.gh-cs__header{margin-bottom:6rem}.gh-cs__tabs-nav{margin:0 0 6rem;padding:0;backdrop-filter:none;-webkit-backdrop-filter:none;background:none;position:static}.gh-cs__tabs-list{justify-content:center;overflow:visible}.gh-cs__faq-card{padding:3.2rem 2.8rem}.gh-cs__faq-question{font-size:1.7rem}}@media(prefers-reduced-motion:reduce){.gh-cs__panel,.gh-cs__tab-button,.gh-cs__tab-button:after,.gh-cs__faq-toggle,.gh-cs__faq-toggle svg{animation:none!important;transition:none!important}}.gh-editorial{--gh-ed-bg: #FAF8F4;--gh-ed-text: #1a1a1a;--gh-ed-muted: #3a3a3a;--gh-ed-divider: rgba(0, 0, 0, .12);--gh-ed-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;--gh-ed-sans: "Inter", system-ui, -apple-system, sans-serif;background:var(--gh-ed-bg);color:var(--gh-ed-text);padding:48px 20px}.gh-editorial__inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.gh-editorial__media{display:flex;flex-direction:column;gap:14px}.gh-editorial__image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#eee}.gh-editorial__image-wrap--swap{cursor:pointer;-webkit-tap-highlight-color:transparent}.gh-editorial__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.gh-editorial__image--primary{opacity:1;z-index:1}.gh-editorial__image--hover{opacity:0;z-index:2}.gh-editorial__image-wrap--swap[data-active=true] .gh-editorial__image--primary{opacity:0}.gh-editorial__image-wrap--swap[data-active=true] .gh-editorial__image--hover{opacity:1}.gh-editorial__caption{font-family:var(--gh-ed-sans);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gh-ed-text);margin:0}.gh-editorial__content{display:flex;flex-direction:column;gap:28px;padding-top:8px}.gh-editorial__heading{font-family:var(--gh-ed-sans);font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gh-ed-text);margin:0;text-align:left}.gh-editorial__body{display:flex;flex-direction:column;gap:18px}.gh-editorial__body p{font-family:var(--gh-ed-serif);font-size:16px;line-height:1.65;color:var(--gh-ed-muted);margin:0;text-align:left}@media(min-width:750px){.gh-editorial{padding:72px 40px}.gh-editorial__body p{font-size:17px;text-align:justify;-webkit-hyphens:auto;hyphens:auto}}@media(min-width:990px){.gh-editorial{padding:100px 60px}.gh-editorial__inner{grid-template-columns:1fr 1px 1fr;gap:80px;align-items:stretch;position:relative}.gh-editorial__inner:before{content:"";grid-column:2;width:1px;background:var(--gh-ed-divider);justify-self:center}.gh-editorial__media{grid-column:1}.gh-editorial__content{grid-column:3;justify-content:center;gap:40px;padding-top:0}.gh-editorial__image-wrap{aspect-ratio:4 / 5}.gh-editorial__heading{font-size:13px;text-align:center;margin-bottom:60px}@media(hover:hover)and (pointer:fine){.gh-editorial__image-wrap--swap:hover .gh-editorial__image--primary{opacity:0}.gh-editorial__image-wrap--swap:hover .gh-editorial__image--hover{opacity:1}}}@media(prefers-reduced-motion:reduce){.gh-editorial__image{transition:opacity 0ms}}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
