:root{--color-heritage-green: #2D5016;--color-parchment: #F5F0E8;--color-ink: #2C2C2C;--color-aged-gold: #C9A84C;--color-white: #FFFFFF;--color-border: #E0DAD0;--color-muted: #8A8578;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", Helvetica, Arial, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--space-xxl: 8rem;--max-width: 1200px;--max-width-narrow: 720px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-weight:300;font-size:16px;line-height:1.7;color:var(--color-ink);background-color:var(--color-parchment);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:500;line-height:1.15;color:var(--color-ink)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;display:block;margin-bottom:var(--space-sm)}.eyebrow--gold{color:var(--color-aged-gold)}.btn{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.5rem;border:none;border-radius:0;cursor:pointer;transition:background-color .3s ease,color .3s ease;text-align:center}.btn--primary{background-color:var(--color-heritage-green);color:var(--color-white)}.btn--primary:hover{background-color:#1e3a0e}.btn--secondary{background-color:transparent;color:var(--color-heritage-green);border:1px solid var(--color-heritage-green)}.btn--secondary:hover{background-color:var(--color-heritage-green);color:var(--color-white)}.site-header{position:sticky;top:0;z-index:100;background-color:var(--color-parchment);border-bottom:1px solid var(--color-border)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:.8rem var(--space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.site-header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-heritage-green);white-space:nowrap}.site-header__logo img{height:36px;width:auto}.site-header__nav{flex:1;display:flex;justify-content:center}.site-header__links{display:flex;gap:var(--space-md)}.site-header__links li a{font-family:var(--font-body);font-size:.85rem;font-weight:400;letter-spacing:.04em;color:var(--color-ink);transition:color .2s ease}.site-header__links li a:hover{color:var(--color-heritage-green)}.site-header__actions{display:flex;align-items:center;gap:var(--space-sm)}.site-header__cta{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-aged-gold);border:1px solid var(--color-aged-gold);padding:.5rem 1.2rem;transition:background-color .3s ease,color .3s ease}.site-header__cta:hover{background-color:var(--color-aged-gold);color:var(--color-white)}.site-header__cart{color:var(--color-ink);position:relative;display:flex;align-items:center}.site-header__cart:hover{color:var(--color-heritage-green)}.cart-count{position:absolute;top:-6px;right:-8px;background-color:var(--color-heritage-green);color:var(--color-white);font-size:.6rem;font-weight:500;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%}.hero-section{background-color:var(--color-heritage-green);color:var(--color-parchment);text-align:center;padding:var(--space-xxl) var(--space-md);min-height:70vh;display:flex;align-items:center;justify-content:center}.hero-section__inner{max-width:var(--max-width-narrow);margin:0 auto}.hero-section .eyebrow--gold{color:var(--color-aged-gold)}.hero-section__heading{color:var(--color-parchment);margin-bottom:var(--space-md)}.hero-section__heading em{font-style:italic;color:var(--color-aged-gold)}.hero-section__sub{font-size:1.05rem;line-height:1.8;color:#f5f0e8d9;margin-bottom:var(--space-lg);max-width:560px;margin-left:auto;margin-right:auto}.hero-section .btn--primary{background-color:var(--color-aged-gold);color:var(--color-heritage-green);font-weight:500}.hero-section .btn--primary:hover{background-color:#b89a3e}.trust-bar{background-color:var(--color-white);border-bottom:1px solid var(--color-border);padding:var(--space-sm) var(--space-md)}.trust-bar__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.trust-bar__item{font-family:var(--font-body);font-size:.8rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted)}.trust-bar__dot{color:var(--color-aged-gold);margin:0 .4rem}.idea-section{background-color:var(--color-parchment);padding:var(--space-xxl) var(--space-md);text-align:center}.idea-section__inner{max-width:var(--max-width-narrow);margin:0 auto}.idea-section h2{margin-bottom:var(--space-md)}.idea-section__body{text-align:left}.idea-section__body p{font-size:1.05rem;line-height:1.85;color:var(--color-ink);margin-bottom:var(--space-sm)}.idea-section__body p:last-child{margin-bottom:0}.how-section{background-color:var(--color-white);padding:var(--space-xxl) var(--space-md)}.how-section__header{text-align:center;max-width:var(--max-width-narrow);margin:0 auto var(--space-lg)}.how-section__header h2{margin-top:0}.how-section__steps{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.how-section__step{text-align:center;padding:var(--space-md)}.how-section__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--color-aged-gold);color:var(--color-aged-gold);font-family:var(--font-heading);font-size:1.3rem;font-weight:500;margin-bottom:var(--space-sm)}.how-section__step h3{margin-bottom:var(--space-xs);color:var(--color-heritage-green)}.how-section__step p{font-size:.95rem;line-height:1.7;color:var(--color-muted)}.styles-section{background-color:var(--color-parchment);padding:var(--space-xxl) var(--space-md)}.styles-section__header{text-align:center;max-width:var(--max-width-narrow);margin:0 auto var(--space-lg)}.styles-section__header h2{margin-bottom:var(--space-sm)}.styles-section__sub{font-size:1rem;color:var(--color-muted);line-height:1.7}.styles-section__grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.style-card{display:block;background-color:var(--color-white);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.style-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.style-card__image{aspect-ratio:2 / 3;overflow:hidden;background-color:#ede8df}.style-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.style-card:hover .style-card__image img{transform:scale(1.03)}.style-card__placeholder{width:100%;height:100%;background-color:#ede8df}.style-card__info{padding:var(--space-sm) var(--space-sm) 1.2rem}.style-card__label{font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted)}.style-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:500;color:var(--color-ink);margin:.3rem 0}.style-card__price{font-size:.9rem;font-weight:400;color:var(--color-heritage-green)}.styles-section__cta{text-align:center;margin-top:var(--space-lg)}.occasions-section{background-color:var(--color-heritage-green);color:var(--color-parchment);padding:var(--space-xxl) var(--space-md);text-align:center}.occasions-section__inner{max-width:var(--max-width-narrow);margin:0 auto}.occasions-section h2{color:var(--color-parchment);margin-bottom:var(--space-md)}.occasions-section .eyebrow--gold{color:var(--color-aged-gold)}.occasions-section__body{text-align:left;margin-bottom:var(--space-lg)}.occasions-section__body p{font-size:1.05rem;line-height:1.85;color:#f5f0e8d9;margin-bottom:var(--space-sm)}.occasions-section__body em{color:var(--color-aged-gold);font-style:italic}.occasions-section__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.occasion-tag{font-family:var(--font-body);font-size:.8rem;font-weight:400;letter-spacing:.06em;padding:.6rem 1.4rem;border:1px solid rgba(201,168,76,.4);color:var(--color-aged-gold);transition:background-color .3s ease,border-color .3s ease}.occasion-tag:hover{background-color:#c9a84c1f;border-color:var(--color-aged-gold)}.quality-section{background-color:var(--color-white);padding:var(--space-xxl) var(--space-md)}.quality-section__header{text-align:center;max-width:var(--max-width-narrow);margin:0 auto var(--space-lg)}.quality-section__grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.quality-item{padding:var(--space-md) var(--space-lg);border:1px solid var(--color-border)}.quality-item h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:500;color:var(--color-heritage-green);margin-bottom:var(--space-xs)}.quality-item p{font-size:.95rem;line-height:1.75;color:var(--color-muted)}.cta-section{background-color:var(--color-parchment);padding:var(--space-xxl) var(--space-md);text-align:center}.cta-section__inner{max-width:var(--max-width-narrow);margin:0 auto}.cta-section h2{margin-bottom:var(--space-sm)}.cta-section p{font-size:1.05rem;line-height:1.8;color:var(--color-muted);margin-bottom:var(--space-md);max-width:480px;margin-left:auto;margin-right:auto}.site-footer{background-color:var(--color-ink);color:#f5f0e8b3;padding:var(--space-xl) var(--space-md) var(--space-md)}.site-footer__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid rgba(245,240,232,.1)}.site-footer__logo{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-parchment);display:block;margin-bottom:var(--space-xs)}.site-footer__tagline{font-family:var(--font-heading);font-size:1rem;font-style:italic;color:var(--color-aged-gold);margin-bottom:var(--space-xs)}.site-footer__desc{font-size:.85rem;line-height:1.7;max-width:280px}.site-footer__col h4{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-parchment);margin-bottom:var(--space-sm)}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__col a{font-size:.85rem;color:#f5f0e899;transition:color .2s ease}.site-footer__col a:hover{color:var(--color-aged-gold)}.site-footer__bottom{max-width:var(--max-width);margin:0 auto;padding-top:var(--space-md);display:flex;justify-content:space-between;font-size:.75rem;color:#f5f0e859}@media(max-width:960px){.styles-section__grid{grid-template-columns:repeat(3,1fr)}.site-footer__inner{grid-template-columns:1fr 1fr;gap:var(--space-md)}.site-footer__brand{grid-column:1 / -1}}@media(max-width:700px){:root{--space-xxl: 4rem;--space-xl: 3rem;--space-lg: 2rem}.site-header__inner{flex-wrap:wrap;padding:.6rem var(--space-sm)}.site-header__nav{order:3;flex-basis:100%;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-top:.5rem;border-top:1px solid var(--color-border)}.site-header__links{gap:var(--space-sm)}.site-header__cta{display:none}.hero-section{min-height:55vh;padding:var(--space-xl) var(--space-sm)}.trust-bar__inner{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:.3rem;padding:0 var(--space-xs)}.trust-bar__item{white-space:nowrap;font-size:.7rem}.how-section__steps{grid-template-columns:1fr;gap:var(--space-md)}.styles-section__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.quality-section__grid{grid-template-columns:1fr}.quality-item{padding:var(--space-sm) var(--space-md)}.site-footer__inner{grid-template-columns:1fr;gap:var(--space-md)}.site-footer__bottom{flex-direction:column;gap:.3rem;text-align:center}}@media(max-width:420px){.styles-section__grid{grid-template-columns:1fr}h1{font-size:2.2rem}.btn{width:100%;padding:.9rem 1.5rem}}.collection-header{background-color:var(--color-heritage-green);color:var(--color-parchment);text-align:center;padding:var(--space-xl) var(--space-md)}.collection-header h1{color:var(--color-parchment);margin-bottom:var(--space-xs)}.collection-header__desc{font-size:1rem;line-height:1.7;color:#f5f0e8cc;max-width:var(--max-width-narrow);margin:0 auto}.collection-grid{max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}@media(max-width:700px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}@media(max-width:420px){.collection-grid{grid-template-columns:1fr}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.collection-pagination{text-align:center;padding:var(--space-md) var(--space-md) var(--space-lg);font-family:var(--font-body);font-size:.9rem}.collection-pagination a,.collection-pagination span{display:inline-block;padding:.4rem .8rem;margin:0 .15rem;color:var(--color-ink)}.collection-pagination span.current{background-color:var(--color-heritage-green);color:var(--color-white)}html{scroll-behavior:smooth}::selection{background-color:var(--color-aged-gold);color:var(--color-heritage-green)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/brand-new.css.map */
