:root{--gb-beige-light: #FBFBF8;--gb-beige-mid: #F3F2ED;--gb-beige-dark: #E8E6DF;--gb-ink: #1C1C1A;--gb-ink-muted: #5A5A54;--gb-ink-faint: #9A9990;--gb-radius: 12px;--gb-max: 1080px}.g-brand-page *,.g-brand-page *:before,.g-brand-page *:after{box-sizing:border-box}.g-brand-page{color:var(--gb-ink);background:var(--gb-beige-light)}.g-brand-container{max-width:var(--gb-max);margin:0 auto;padding:0 40px}@media(max-width:640px){.g-brand-container{padding:0 20px}}.g-brand-divider{height:1px;background:var(--gb-beige-dark);max-width:var(--gb-max);margin:0 auto}.g-brand-img{aspect-ratio:4 / 3;background:var(--gb-beige-dark);border-radius:var(--gb-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--gb-ink-faint);font-size:12px;letter-spacing:.04em;border:1px dashed #C8C6BE;width:100%}.g-brand-img svg{width:26px;height:26px;stroke:var(--gb-ink-faint);stroke-width:1.2;fill:none}.g-brand-manifesto{padding:56px 0 52px;background:var(--gb-beige-light)}.g-brand-manifesto__payoff{display:block;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gb-ink-faint);margin-bottom:18px}.g-brand-manifesto__title{font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.15;margin:0 0 18px;max-width:680px}.g-brand-manifesto__sub{font-size:16px;color:var(--gb-ink-muted);max-width:500px;line-height:1.7;margin:0}.g-brand-narrative{padding:50px 0;background:var(--gb-beige-light)}.g-brand-narrative__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media(max-width:768px){.g-brand-narrative{padding:30px 0}.g-brand-narrative__grid{grid-template-columns:1fr;gap:28px}}.g-brand-narrative__title{font-size:clamp(20px,2.5vw,32px);font-weight:400;line-height:1.2;margin:0 0 16px}.g-brand-narrative p{font-size:15px;color:var(--gb-ink-muted);margin:0 0 12px;line-height:1.75}.g-brand-narrative p:last-child{margin-bottom:0}.g-brand-pillars{background:var(--gb-beige-mid);padding:50px 0}.g-brand-pillars__header{margin-bottom:36px}.g-brand-pillars__title{font-size:clamp(20px,2.5vw,32px);font-weight:400;line-height:1.2;margin:0 0 12px}.g-brand-pillars__lead{font-size:15px;color:var(--gb-ink-muted);line-height:1.7;margin:0}.g-brand-pillars__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(max-width:640px){.g-brand-pillars{padding:30px 0}.g-brand-pillars__grid{grid-template-columns:1fr}}.g-brand-pillar{background:var(--gb-beige-light);border-radius:var(--gb-radius);padding:24px 22px;border:1px solid var(--gb-beige-dark);display:flex;flex-direction:column}.g-brand-pillar__head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.g-brand-pillar__icon{width:auto;height:auto;min-width:unset;background:none;border-radius:0;display:flex;align-items:center;flex-shrink:0}.g-brand-pillar__icon img{width:20px;height:20px;display:block}.g-brand-pillar__title{font-size:17px;font-weight:600;margin:0;line-height:1.25}.g-brand-pillar p{font-size:14px;color:var(--gb-ink-muted);line-height:1.7;margin:0 0 14px}.g-brand-pillar__link{font-size:13px;font-weight:500;color:var(--gb-ink);text-decoration:none;border-bottom:1px solid var(--gb-beige-dark);padding-bottom:1px;align-self:flex-start;transition:border-color .2s;margin-top:auto}.g-brand-pillar__link:hover{border-color:var(--gb-ink)}.g-brand-pillar__head .g-brand-pillar__title{margin-block:0}.g-brand-lines{background:var(--gb-beige-light);padding:50px 0}.g-brand-lines__header{margin-bottom:36px}.g-brand-lines__title{font-size:clamp(20px,2.5vw,32px);font-weight:400;line-height:1.2;margin:0 0 12px}.g-brand-lines__lead{font-size:15px;color:var(--gb-ink-muted);line-height:1.7;margin:0}.g-brand-lines__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:768px){.g-brand-lines{padding:30px 0}.g-brand-lines__grid{grid-template-columns:repeat(2,1fr)}}.g-brand-line{border-radius:var(--gb-radius);border:1px solid var(--gb-beige-dark);overflow:hidden;text-decoration:none;color:var(--gb-ink);display:block;background:var(--gb-beige-light);transition:transform .2s,box-shadow .2s}.g-brand-line:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000012;text-decoration:none;color:var(--gb-ink);opacity:1}.g-brand-line__image{aspect-ratio:4 / 3;position:relative;overflow:hidden}.g-brand-line__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.g-brand-line:hover .g-brand-line__image img{transform:scale(1.03)}.g-brand-line__badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:20px;z-index:1}.g-brand-line__body{padding:12px 14px 14px}.g-brand-line__name{font-size:16px;font-weight:600;margin:0 0 4px;line-height:1.2}.g-brand-line__desc{font-size:13px;color:var(--gb-ink-muted);line-height:1.5;margin:0}.g-brand-line--mind .g-brand-line__image{background:#e8e7f8}.g-brand-line--beauty .g-brand-line__image{background:#f8ebf2}.g-brand-line--health .g-brand-line__image{background:#e3f2ea}.g-brand-line--longevity .g-brand-line__image{background:#faf0e0}.g-brand-badge--mind{background:#eeedfe;color:#3c3489}.g-brand-badge--beauty{background:#fbeaf0;color:#72243e}.g-brand-badge--health{background:#e1f5ee;color:#085041}.g-brand-badge--longevity{background:#faeeda;color:#633806}.g-brand-routines{background:var(--gb-beige-mid);padding:50px 0}.g-brand-routines__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media(max-width:768px){.g-brand-routines{padding:30px 0}.g-brand-routines__grid{grid-template-columns:1fr;gap:28px}.g-brand-routines__img{order:-1}}.g-brand-routines__title{font-size:clamp(20px,2.5vw,32px);font-weight:400;line-height:1.2;margin:0 0 14px}.g-brand-routines p{font-size:15px;color:var(--gb-ink-muted);line-height:1.75;margin:0 0 22px}.g-brand-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--gb-ink);text-decoration:none;border:1px solid var(--gb-ink);border-radius:40px;padding:9px 20px;transition:background .2s,color .2s}.g-brand-btn:hover{background:var(--gb-ink);color:#fff;text-decoration:none}.g-brand-btn svg{width:13px;height:13px;stroke:currentColor;stroke-width:2;fill:none}.g-brand-cta{background:var(--gb-beige-light);padding:50px 0;text-align:left}.g-brand-cta__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media(max-width:768px){.g-brand-cta{padding:30px 0}.g-brand-cta__grid{grid-template-columns:1fr;gap:28px}.g-brand-cta__img{order:-1}}.g-brand-cta__title{font-size:clamp(20px,2.5vw,32px);font-weight:400;color:var(--gb-ink);line-height:1.2;margin:0 0 14px}.g-brand-cta__text{font-size:15px;color:var(--gb-ink-muted);line-height:1.75;margin:0 0 22px}.g-brand-narrative__img{width:100%;height:auto;border-radius:var(--gb-radius);display:block}
/*# sourceMappingURL=/cdn/shop/t/3/assets/galuja-brand.css.map */
