@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&family=Inter:wght@400;500;600&display=swap";:root{--gy-bg: #0e1f16;--gy-bg-alt: #142a1d;--gy-panel: rgba(10, 22, 15, .72);--gy-gold: #d9a955;--gy-gold-dark: #c4923e;--gy-cream: #f4efe3;--gy-muted: #b7c2b5;--gy-border: rgba(217, 169, 85, .28);--gy-radius-lg: 20px;--gy-radius-md: 14px;--gy-radius-pill: 999px;--gy-max-width: 1240px;--gy-font-display: "Playfair Display", Georgia, "Times New Roman", serif;--gy-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.gy-eyebrow{font-family:var(--gy-font-body);font-size:.8rem;font-weight:600;letter-spacing:.08em;color:var(--gy-gold);margin:0 0 14px;text-transform:none}.gy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--gy-radius-pill);font-family:var(--gy-font-body);font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .15s ease,background-color .15s ease,border-color .15s ease;white-space:nowrap}.gy-btn--gold{background:var(--gy-gold);color:#1b2a1a;border:1px solid var(--gy-gold)}.gy-btn--gold:hover{background:var(--gy-gold-dark);border-color:var(--gy-gold-dark)}.gy-btn--outline{background:transparent;color:var(--gy-cream);border:1px solid rgba(244,239,227,.4)}.gy-btn--outline:hover{border-color:var(--gy-cream)}.gy-link-arrow{display:inline-flex;align-items:center;gap:6px;font-family:var(--gy-font-body);font-weight:600;font-size:.95rem;color:var(--gy-gold);text-decoration:none}.gy-link-arrow:hover{color:var(--gy-gold-dark)}.gy-link-arrow--small{font-size:.85rem;margin-top:14px}.gy-hero__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}.gy-hero{position:relative;background:var(--gy-bg);overflow:hidden;min-height:640px;display:flex;align-items:stretch}.gy-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gy-hero__bg-img{width:100%;height:100%;object-fit:cover;display:block}.gy-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#08120cb8,#08120c59 55%,#08120c26)}.gy-hero__inner{position:relative;z-index:1;width:100%;max-width:var(--gy-max-width);margin:0 auto;padding:90px 32px;display:grid;grid-template-columns:minmax(0,620px) 1fr;align-items:center;gap:40px}.gy-hero__card{background:var(--gy-panel);border:1px solid var(--gy-border);border-radius:var(--gy-radius-lg);padding:48px 44px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gy-hero__heading{font-family:var(--gy-font-display);font-weight:600;font-size:clamp(2.1rem,4vw,3.1rem);line-height:1.15;color:var(--gy-cream);margin:0 0 20px}.gy-hero__heading em{font-style:italic;color:var(--gy-gold);font-weight:500}.gy-hero__subtext{font-family:var(--gy-font-body);font-size:1.05rem;line-height:1.6;color:var(--gy-muted);margin-bottom:30px;max-width:46ch}.gy-hero__subtext p{margin:0}.gy-hero__book{display:flex;justify-content:center;align-items:center}.gy-hero__book-img{max-width:340px;width:100%;border-radius:var(--gy-radius-md);box-shadow:0 30px 60px -20px #0009;transform:rotate(4deg)}.gy-featured-book{background:var(--gy-bg);padding:90px 32px}.gy-featured-book__inner{max-width:var(--gy-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,340px) 1fr;gap:64px;align-items:center}.gy-featured-book__img{width:100%;border-radius:var(--gy-radius-md);box-shadow:0 24px 48px -16px #0000008c}.gy-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--gy-font-body);font-size:.78rem;font-weight:600;color:var(--gy-gold);background:#d9a9551f;border:1px solid var(--gy-border);border-radius:var(--gy-radius-pill);padding:7px 16px;margin-bottom:20px}.gy-badge__icon{color:var(--gy-gold)}.gy-featured-book__heading{font-family:var(--gy-font-display);font-weight:600;font-size:clamp(1.8rem,3vw,2.5rem);color:var(--gy-cream);margin:0 0 10px;line-height:1.2}.gy-featured-book__author{font-family:var(--gy-font-body);color:var(--gy-muted);font-size:.95rem;margin:0 0 20px}.gy-featured-book__description{font-family:var(--gy-font-body);color:var(--gy-muted);font-size:1.02rem;line-height:1.6;max-width:52ch;margin-bottom:28px}.gy-featured-book__description p{margin:0}.gy-offerings{background:var(--gy-bg-alt);padding:90px 32px;border-top:1px solid rgba(217,169,85,.14)}.gy-offerings__inner{max-width:var(--gy-max-width);margin:0 auto}.gy-offerings__header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:44px;flex-wrap:wrap}.gy-offerings__heading{font-family:var(--gy-font-display);font-weight:600;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--gy-cream);margin:0}.gy-offerings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.gy-offering-card{background:#f4efe308;border:1px solid var(--gy-border);border-radius:var(--gy-radius-lg);padding:20px}.gy-offering-card__image{border-radius:var(--gy-radius-md);overflow:hidden;margin-bottom:20px;aspect-ratio:4 / 3}.gy-offering-card__img{width:100%;height:100%;object-fit:cover;display:block}.gy-offering-card__title{font-family:var(--gy-font-display);font-weight:600;font-size:1.3rem;color:var(--gy-cream);margin:0 0 8px}.gy-offering-card__description{font-family:var(--gy-font-body);color:var(--gy-muted);font-size:.92rem;line-height:1.5;margin:0}.gy-guided-moment{background:var(--gy-bg-alt);padding:90px 32px}.gy-guided-moment__inner{max-width:var(--gy-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:56px;align-items:center}.gy-guided-moment__heading{font-family:var(--gy-font-display);font-weight:600;font-size:clamp(1.8rem,3vw,2.4rem);color:var(--gy-cream);margin:0 0 16px;line-height:1.2}.gy-guided-moment__subtext{font-family:var(--gy-font-body);color:var(--gy-muted);font-size:1rem;line-height:1.6;max-width:40ch}.gy-guided-moment__subtext p{margin:0}.gy-guided-moment__video{border-radius:var(--gy-radius-lg);overflow:hidden;box-shadow:0 24px 48px -16px #0000008c;line-height:0}.gy-guided-moment__video-el,.gy-guided-moment__poster-img{width:100%;height:auto;display:block}.gy-our-story{background:var(--gy-bg);padding:90px 32px;border-top:1px solid rgba(217,169,85,.14)}.gy-our-story__inner{max-width:var(--gy-max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}.gy-our-story__heading{font-family:var(--gy-font-display);font-weight:600;font-size:clamp(1.9rem,3.4vw,2.6rem);color:var(--gy-cream);margin:0 0 18px;line-height:1.2}.gy-our-story__body{font-family:var(--gy-font-body);color:var(--gy-muted);font-size:1.02rem;line-height:1.65;max-width:48ch;margin-bottom:28px}.gy-our-story__body p{margin:0 0 14px}.gy-our-story__body p:last-child{margin-bottom:0}.gy-our-story__img{width:100%;border-radius:var(--gy-radius-lg);box-shadow:0 24px 48px -16px #00000080;display:block}@media(max-width:989px){.gy-hero__inner{grid-template-columns:1fr;padding:56px 20px;gap:40px}.gy-hero__book{order:-1}.gy-hero__book-img{max-width:220px}.gy-hero__card{padding:32px 26px}.gy-featured-book__inner,.gy-guided-moment__inner,.gy-our-story__inner{grid-template-columns:1fr;gap:36px}.gy-featured-book,.gy-offerings,.gy-guided-moment,.gy-our-story{padding:60px 20px}.gy-offerings__header{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.gy-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/godsyou-theme.css.map */
