:root{--gf-black: #1d1d1f;--gf-gray-dark: #424245;--gf-gray-mid: #6e6e73;--gf-gray-light: #86868b;--gf-gray-bg: #f5f5f7;--gf-white: #fbfbfd;--gf-green: #2d6a4f;--gf-green-light: #40916c;--gf-green-soft: #d8f3dc;--gf-green-hero: #1b4332;--gf-cream: #faf8f5;--gf-font-display: "Playfair Display", Georgia, serif;--gf-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--gf-text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--gf-text-sm: clamp(.875rem, .8rem + .35vw, 1rem);--gf-text-base: clamp(1rem, .95rem + .25vw, 1.125rem);--gf-text-lg: clamp(1.125rem, 1rem + .5vw, 1.375rem);--gf-text-xl: clamp(1.25rem, 1rem + 1vw, 1.75rem);--gf-text-2xl: clamp(1.75rem, 1.25rem + 2vw, 2.75rem);--gf-text-3xl: clamp(2.25rem, 1.5rem + 3vw, 3.75rem);--gf-text-hero: clamp(2.75rem, 1.5rem + 5vw, 5.5rem);--gf-section-padding: clamp(3.5rem, 3rem + 3vw, 7rem) clamp(1rem, .5rem + 2vw, 2rem);--gf-max-width: 1200px;--gf-max-width-wide: 1400px;--gf-radius-card: 20px;--gf-radius-pill: 980px;--gf-radius-sm: 12px;--gf-radius-xs: 8px;--gf-ease: cubic-bezier(.4, 0, .2, 1);--gf-ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--gf-duration: .3s;--gf-duration-slow: .5s;--gf-shadow-sm: 0 1px 3px rgba(0,0,0,.06);--gf-shadow-md: 0 4px 12px rgba(0,0,0,.08);--gf-shadow-lg: 0 8px 30px rgba(0,0,0,.1);--gf-shadow-xl: 0 20px 60px rgba(0,0,0,.12)}.gf-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--gf-font-body);font-size:var(--gf-text-sm);font-weight:500;line-height:1;text-decoration:none;border:none;cursor:pointer;border-radius:var(--gf-radius-pill);padding:.875rem 2rem;transition:all var(--gf-duration) var(--gf-ease);white-space:nowrap}.gf-btn--primary{background-color:var(--gf-green);color:var(--gf-white)}.gf-btn--primary:hover{background-color:var(--gf-green-light);transform:translateY(-1px);box-shadow:var(--gf-shadow-md)}.gf-btn--secondary{background-color:transparent;color:var(--gf-white);border:1.5px solid rgba(255,255,255,.5)}.gf-btn--secondary:hover{background-color:#ffffff1a;border-color:#fffc}.gf-btn--outline{background-color:transparent;color:var(--gf-green);border:1.5px solid var(--gf-green)}.gf-btn--outline:hover{background-color:var(--gf-green);color:var(--gf-white)}.gf-btn--dark{background-color:var(--gf-green-hero);color:var(--gf-white)}.gf-btn--dark:hover{background-color:var(--gf-green)}.gf-btn--sm{padding:.625rem 1.25rem;font-size:var(--gf-text-xs)}.gf-btn--lg{padding:1.125rem 2.75rem;font-size:var(--gf-text-base)}.gf-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background-color:var(--gf-green-hero);margin-top:-64px;padding-top:64px;box-sizing:border-box}.gf-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.gf-hero__bg img{width:100%;height:100%;object-fit:cover}.gf-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#00000073);z-index:2}.gf-hero__content{position:relative;z-index:3;max-width:var(--gf-max-width);margin:0 auto;padding:clamp(4rem,3rem + 5vw,8rem) clamp(1rem,.5rem + 2vw,2rem);padding-top:30vh;width:100%;display:flex;flex-direction:column;justify-content:flex-end;min-height:calc(100vh - 64px);padding-bottom:clamp(4rem,3rem + 5vw,8rem);box-sizing:border-box}.gf-hero__tag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--gf-font-body);font-size:var(--gf-text-xs);font-weight:500;color:var(--gf-green-soft);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;opacity:0;transform:translateY(20px);animation:gf-fadeUp .8s var(--gf-ease) .2s forwards}.gf-hero__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:var(--gf-text-hero);font-weight:600;letter-spacing:-.02em;line-height:1.05;color:var(--gf-white);margin:0 0 .75rem;max-width:700px;opacity:0;transform:translateY(20px);animation:gf-fadeUp .8s var(--gf-ease) .35s forwards}.gf-hero__subtitle{font-family:var(--gf-font-body);font-size:var(--gf-text-lg);font-weight:400;color:#fffc;margin:0 0 2.5rem;max-width:520px;line-height:1.6;opacity:0;transform:translateY(20px);animation:gf-fadeUp .8s var(--gf-ease) .5s forwards}.gf-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:gf-fadeUp .8s var(--gf-ease) .65s forwards}@keyframes gf-fadeUp{to{opacity:1;transform:translateY(0)}}body.template-index .site-nav{transition:background .5s var(--gf-ease),border-color .5s var(--gf-ease),box-shadow .5s var(--gf-ease)}body.template-index .site-nav.site-nav--scrolled{background:#fbfbfdf5;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom-color:#0000000a;box-shadow:0 1px 8px #0000000d}@media(max-width:720px){.gf-hero__content{padding-top:35vh;padding-bottom:clamp(3rem,2rem + 4vw,5rem)}.gf-hero__title{font-size:clamp(2.25rem,1.5rem + 4vw,3.5rem)}.gf-hero__subtitle{font-size:var(--gf-text-base);margin-bottom:2rem}.gf-hero__actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px}.gf-btn--lg{padding:1rem 1.75rem;width:100%}}@font-face{font-family:Advercase;src:url(/cdn/s/files/REPLACE_ME/Advercase-Regular.woff2) format("woff2"),url(/cdn/s/files/REPLACE_ME/Advercase-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--gf-font-advercase: "Advercase", "Fraunces", Georgia, "Times New Roman", serif}.collection-lead{position:relative;max-width:var(--max-width, 1400px);margin:0 auto;height:200px;padding:0 48px}.collection-lead__title{position:absolute;left:48px;top:-90px;font-family:var(--gf-font-advercase);font-weight:400;font-size:clamp(28px,3.4vw,44px);line-height:1.1;letter-spacing:-.005em;color:var(--gf-black, #1d1d1f);max-width:18ch;white-space:pre-line;z-index:2;margin:0}.collection-lead__heading{position:absolute;right:48px;top:120px;font-family:var(--font, "Inter", sans-serif);font-weight:800;font-size:clamp(22px,2.2vw,30px);letter-spacing:-.02em;color:var(--gf-black, #1d1d1f);margin:0;z-index:3}.collection-lead__right{position:absolute;right:48px;top:120px;text-align:right;max-width:480px;z-index:3}.collection-lead__subtext{margin-top:8px;font-size:14px;color:var(--mid, #6e6e73);line-height:1.6}@media(max-width:720px){.collection-lead{height:240px;padding:0 20px}.collection-lead__title{left:20px;top:-130px;font-size:28px;max-width:22ch}.collection-lead__heading,.collection-lead__right{right:20px;top:180px;font-size:22px}}@media(min-width:900px){.gf-hero__content{margin-left:0;margin-right:auto;padding-left:clamp(2rem,5vw,5rem)}.gf-hero__title,.gf-hero__subtitle,.gf-hero__tag{max-width:640px}}.gf-hero .gf-btn,.gf-hero__actions .gf-btn{border-radius:var(--gf-radius-xs);padding:1rem 2rem}.gf-hero .gf-btn--lg,.gf-hero__actions .gf-btn--lg{padding:1.125rem 2.25rem}
/*# sourceMappingURL=/cdn/shop/t/52/assets/greenform.css.map */
