*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);font-weight:var(--font-weight-normal);color:var(--color-text);background-color:var(--color-bg);line-height:1.7;font-size:1rem;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E")}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}h1,h2,h3,h4,h5,h6,.heading{font-family:var(--font-heading);font-weight:var(--font-weight-medium);color:var(--color-heading);line-height:1.2;letter-spacing:-.01em}h1,.h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2,.h2{font-size:clamp(2rem,4vw,3.25rem)}h3,.h3{font-size:clamp(1.5rem,3vw,2rem)}h4,.h4{font-size:clamp(1.2rem,2vw,1.5rem)}.subheading{font-family:var(--font-body);font-weight:var(--font-weight-normal);font-size:clamp(.875rem,1.2vw,1.125rem);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.body-text{font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1.75;color:var(--color-text)}.caption{font-family:var(--font-body);font-size:.8125rem;letter-spacing:.04em;color:var(--color-text-light)}.gj-logo-ampersand{font-family:var(--font-heading);font-style:italic;font-weight:400;color:var(--gj-terracotta);display:inline-block;transform:scale(1.15) translateY(-.05em);margin:0 .08em}.gj-container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.gj-container--narrow{max-width:var(--container-narrow)}.gj-section{padding:var(--section-spacing) 0;position:relative}.gj-section--linen{background-color:var(--gj-natural-linen)}.gj-section--beige{background-color:var(--gj-creamy-beige)}.gj-section--slate{background-color:var(--gj-fundy-slate);color:var(--gj-creamy-beige)}.gj-section--slate h2,.gj-section--slate h3,.gj-section--slate .heading{color:var(--gj-studio-white)}.gj-section--slate .subheading{color:var(--gj-gold-foil)}.gj-grid{display:grid;gap:var(--grid-gap)}.gj-grid--2{grid-template-columns:repeat(2,1fr)}.gj-grid--3{grid-template-columns:repeat(3,1fr)}.gj-grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.gj-grid--2,.gj-grid--3,.gj-grid--4{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.gj-grid--3,.gj-grid--4{grid-template-columns:repeat(2,1fr)}}.gj-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:var(--font-weight-medium);font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;padding:1rem 2.25rem;border-radius:var(--radius-pill);transition:all var(--duration-normal) var(--ease-out-expo);position:relative;overflow:hidden;white-space:nowrap}.gj-btn--primary{background-color:var(--gj-terracotta);color:var(--gj-studio-white);border:2px solid var(--gj-terracotta)}.gj-btn--primary:hover{background-color:var(--gj-burnt-ochre);border-color:var(--gj-burnt-ochre);transform:translateY(-2px);box-shadow:0 8px 24px #b96f4e4d}.gj-btn--secondary{background-color:transparent;color:var(--gj-fundy-slate);border:2px solid var(--gj-fundy-slate)}.gj-btn--secondary:hover{background-color:var(--gj-fundy-slate);color:var(--gj-studio-white);transform:translateY(-2px)}.gj-btn--ghost{background-color:#faf8f41a;color:var(--gj-studio-white);border:2px solid rgba(250,248,244,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gj-btn--ghost:hover{background-color:#faf8f433;border-color:var(--gj-studio-white);transform:translateY(-2px)}.gj-btn--tidal{background-color:var(--gj-terracotta);color:var(--gj-studio-white);border:2px solid var(--gj-terracotta);z-index:1}.gj-btn--tidal:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background:var(--gj-burnt-ochre);transition:height var(--duration-slow) var(--ease-out-expo);z-index:-1}.gj-btn--tidal:hover:before{height:100%}.gj-btn--tidal:hover{transform:translateY(-2px);box-shadow:0 12px 32px #a15e3f59}.gj-product-card{position:relative;display:flex;flex-direction:column;background:var(--color-bg);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--duration-normal) var(--ease-out-expo),box-shadow var(--duration-normal) var(--ease-out-expo)}.gj-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #2c2c2c14}.gj-product-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 5;background-color:var(--gj-natural-linen)}.gj-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out-expo)}.gj-product-card:hover .gj-product-card__image{transform:scale(1.04)}.gj-product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--duration-normal) var(--ease-out-expo)}.gj-product-card:hover .gj-product-card__overlay{opacity:1}.gj-product-card__overlay img{width:100%;height:100%;object-fit:cover}.gj-product-card__body{padding:var(--space-sm) 0;display:flex;flex-direction:column;gap:.25rem}.gj-product-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:var(--font-weight-medium);color:var(--color-heading)}.gj-product-card__maker{font-family:var(--font-body);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent)}.gj-product-card__price{font-family:var(--font-body);font-size:1rem;font-weight:var(--font-weight-medium);color:var(--color-text);margin-top:.25rem}.gj-badge--hybrid{position:absolute;top:var(--space-sm);left:var(--space-sm);background:var(--gj-fundy-slate);color:var(--gj-gold-foil);font-family:var(--font-body);font-size:.6875rem;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;padding:.375rem .875rem;border-radius:var(--radius-pill);z-index:2}.gj-strata-divider{position:relative;width:100%;height:48px;overflow:hidden;pointer-events:none}.gj-strata-divider:before,.gj-strata-divider:after{content:"";position:absolute;left:0;right:0;height:2px}.gj-strata-divider:before{top:16px;background:linear-gradient(90deg,transparent 0%,var(--gj-creamy-beige) 10%,var(--gj-terracotta) 30%,var(--gj-fossil-grey) 50%,var(--gj-sage-moss) 70%,var(--gj-creamy-beige) 90%,transparent 100%);opacity:.5}.gj-strata-divider:after{top:28px;background:linear-gradient(90deg,transparent 0%,var(--gj-fossil-grey) 15%,var(--gj-coastal-teal) 40%,var(--gj-burnt-ochre) 60%,var(--gj-fossil-grey) 85%,transparent 100%);opacity:.3}.gj-strata-divider--thin{height:24px}.gj-strata-divider--thin:before{top:8px}.gj-strata-divider--thin:after{top:14px}.gj-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);display:flex;align-items:center;transition:background-color var(--duration-normal) var(--ease-out-expo),box-shadow var(--duration-normal) var(--ease-out-expo),backdrop-filter var(--duration-normal) var(--ease-out-expo)}.gj-header--transparent{background-color:transparent}.gj-header--scrolled{background-color:#faf8f4eb;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 1px 0 var(--color-border)}.gj-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-md)}.gj-header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;color:var(--gj-fundy-slate);letter-spacing:-.02em;transition:color var(--duration-fast)}.gj-header--transparent .gj-header__logo{color:var(--gj-studio-white)}.gj-header__nav{display:flex;align-items:center;gap:var(--space-md)}.gj-header__nav-link{font-family:var(--font-body);font-size:.8125rem;font-weight:var(--font-weight-medium);letter-spacing:.04em;text-transform:uppercase;color:var(--gj-fundy-slate);position:relative;padding:.25rem 0;transition:color var(--duration-fast)}.gj-header--transparent .gj-header__nav-link{color:#faf8f4d9}.gj-header--transparent .gj-header__nav-link:hover{color:var(--gj-studio-white)}.gj-header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--gj-terracotta);transition:width var(--duration-normal) var(--ease-out-expo)}.gj-header__nav-link:hover:after{width:100%}.gj-header__menu-toggle{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}.gj-header__menu-toggle span{display:block;width:100%;height:2px;background:var(--gj-fundy-slate);transition:all var(--duration-normal) var(--ease-out-expo)}.gj-header--transparent .gj-header__menu-toggle span{background:var(--gj-studio-white)}@media (max-width: 768px){.gj-header__nav{display:none}.gj-header__menu-toggle{display:flex}}.gj-animate{opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}.gj-animate.gj-visible{opacity:1;transform:translateY(0)}.gj-stagger-child{opacity:0;transform:translateY(20px);transition:opacity var(--duration-normal) var(--ease-out-expo),transform var(--duration-normal) var(--ease-out-expo)}.gj-stagger-child.gj-visible{opacity:1;transform:translateY(0)}.gj-animate--strata{opacity:0;clip-path:inset(100% 0 0 0);transition:opacity var(--duration-glacial) var(--ease-out-expo),clip-path var(--duration-glacial) var(--ease-out-expo)}.gj-animate--strata.gj-visible{opacity:1;clip-path:inset(0 0 0 0)}.gj-section-header{text-align:center;margin-bottom:var(--space-lg)}.gj-section-header .subheading{margin-bottom:var(--space-xs)}.gj-section-header h2{margin-bottom:var(--space-sm)}.gj-section-header p{max-width:600px;margin:0 auto;color:var(--color-text-light);line-height:1.75}.gj-split{display:grid;grid-template-columns:1fr auto 1fr;min-height:600px;overflow:hidden;position:relative}@media (max-width: 768px){.gj-split{grid-template-columns:1fr;min-height:auto}}.gj-split__divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;width:1px;position:relative;z-index:2;margin:0 -.5px}.gj-split__divider-line{flex:1;width:1px;background:linear-gradient(to bottom,transparent,rgba(237,228,216,.5),rgba(237,228,216,.5),transparent)}.gj-split__divider-dot{width:8px;height:8px;border-radius:50%;background:var(--gj-terracotta);flex-shrink:0;box-shadow:0 0 12px #b96f4e4d}@media (max-width: 768px){.gj-split__divider{flex-direction:row;width:100%;height:1px;margin:0;padding:0 2rem}.gj-split__divider-line{flex:1;height:1px;width:auto;background:linear-gradient(to right,transparent,rgba(237,228,216,.3),rgba(237,228,216,.3),transparent)}.gj-split__divider-dot{width:6px;height:6px;margin:0 .5rem}}.gj-split__pane{position:relative;overflow:hidden}.gj-split__pane img{width:100%;height:100%;object-fit:cover}.gj-split__pane-overlay{position:absolute;bottom:0;left:0;right:0;padding:var(--space-md);background:linear-gradient(to top,rgba(44,44,44,.7) 0%,transparent 100%);color:var(--gj-studio-white)}.gj-split__pane-label{font-family:var(--font-body);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gj-gold-foil);margin-bottom:.25rem}.gj-split__pane-title{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2rem);color:var(--gj-studio-white)}.gj-footer{background-color:var(--gj-fundy-slate);color:var(--gj-creamy-beige);padding:var(--space-xl) 0 var(--space-md)}.gj-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-lg);margin-bottom:var(--space-lg)}@media (max-width: 768px){.gj-footer__grid{grid-template-columns:1fr;gap:var(--space-md)}}.gj-footer__brand p{color:#ede4d8b3;max-width:320px;line-height:1.7;margin-top:var(--space-sm)}.gj-footer__heading{font-family:var(--font-body);font-size:.75rem;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--gj-gold-foil);margin-bottom:var(--space-sm)}.gj-footer__link{display:block;color:#ede4d8b3;font-size:.9375rem;padding:.25rem 0;transition:color var(--duration-fast)}.gj-footer__link:hover{color:var(--gj-studio-white)}.gj-footer__bottom{border-top:1px solid rgba(237,228,216,.15);padding-top:var(--space-md);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-sm)}.gj-footer__copyright{font-size:.8125rem;color:#ede4d880}.gj-footer__location{font-size:.8125rem;color:#ede4d880;font-style:italic}.gj-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-md)}@media (min-width: 1200px){.gj-product-grid--featured{grid-template-columns:repeat(3,1fr)}}.gj-journal-card{display:flex;flex-direction:column;gap:var(--space-sm)}.gj-journal-card__image{aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius-md);background-color:var(--gj-natural-linen)}.gj-journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-out-expo)}.gj-journal-card:hover .gj-journal-card__image img{transform:scale(1.03)}.gj-journal-card__date{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent)}.gj-journal-card__title{font-family:var(--font-heading);font-size:1.375rem;color:var(--color-heading);transition:color var(--duration-fast)}.gj-journal-card:hover .gj-journal-card__title{color:var(--gj-terracotta)}.gj-journal-card__excerpt{color:var(--color-text-light);line-height:1.7;font-size:.9375rem}.gj-richtext{max-width:var(--container-narrow);margin:0 auto}.gj-richtext p+p{margin-top:1.25em}.gj-richtext blockquote{border-left:3px solid var(--gj-terracotta);padding-left:var(--space-md);margin:var(--space-md) 0;font-family:var(--font-heading);font-style:italic;font-size:1.375rem;line-height:1.5;color:var(--color-heading)}.text-center{text-align:center}.text-left{text-align:left}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gin-jack-base.css.map */
