:root{--guje-ink:#14130F;--guje-ink-2:#1C1A16;--guje-ink-3:#24211B;--guje-cream:#ede7db;--guje-paper:#f7f3ea;--guje-stone:#ded5c6;--guje-gold:#14130F;--guje-gold-2:#C2A05E;--guje-gold-3:#4A3B2E;--guje-text:#1E1B17;--guje-text-2:#4b463f;--guje-muted:#8a8379;--guje-line:rgba(255,255,255,.11);--guje-line-dark:rgba(25,24,22,.14);--guje-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--guje-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--page-width:1440px;--gut:clamp(20px,4vw,48px);--header-h:84px;--ease:cubic-bezier(.22,.61,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--guje-sans);background:var(--guje-ink);color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;font-size:16px}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}hr{border:0;border-top:1px solid var(--guje-line);margin:0}::selection{background:var(--guje-gold);color:#fff}:focus-visible{outline:2px solid var(--guje-gold-2);outline-offset:3px}.guje-container{width:min(calc(100% - (var(--gut) * 2)),var(--page-width));margin-inline:auto}.guje-container--narrow{max-width:940px}.skip-link{position:absolute;left:-9999px;top:10px;background:#fff;color:#000;padding:12px 16px;z-index:9999}.skip-link:focus{left:10px}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.guje-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:var(--guje-gold-2);font-size:.68rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.guje-eyebrow:before{content:"";width:26px;height:1px;background:currentColor;flex:none;opacity:.75}.guje-eyebrow--center{justify-content:center}.guje-section-light .guje-eyebrow,.guje-section-light .guje-kicker{color:var(--guje-gold-3)}.guje-section-light .guje-checklist li:before{background:var(--guje-gold-3)}.guje-section-light .guje-care__step:before{color:var(--guje-gold-3)}.guje-h1,.guje-h2,.guje-h3,.guje-h4{font-family:var(--guje-serif);font-weight:500;line-height:1;margin:0;letter-spacing:-.005em}.guje-h1{font-size:clamp(3rem,5.8vw,6.4rem)}.guje-h2{font-size:clamp(2.4rem,4vw,4.6rem)}.guje-h3{font-size:clamp(1.7rem,2.4vw,2.7rem)}.guje-h4{font-size:clamp(1.3rem,1.7vw,1.8rem)}.guje-lede{font-size:clamp(1rem,1.15vw,1.12rem);color:#cfcac1;max-width:56ch}.guje-section-light .guje-lede{color:var(--guje-text-2)}.guje-kicker{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--guje-gold-2)}.guje-section-light{background:var(--guje-cream);color:var(--guje-text)}.guje-section-paper{background:var(--guje-paper);color:var(--guje-text)}.guje-section-dark{background:var(--guje-ink-2);color:#fff}.guje-grain{position:relative}.guje-grain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E")}.guje-pad{padding:clamp(64px,8vw,124px) 0}.guje-pad-sm{padding:clamp(48px,5vw,80px) 0}.guje-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 30px;border:1px solid transparent;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:600;transition:background .28s var(--ease),color .28s var(--ease),border-color .28s var(--ease);overflow:hidden}.guje-button--gold{background:var(--guje-gold);color:#fff}.guje-button--gold:hover{background:var(--guje-gold-2);color:var(--guje-ink)}.guje-button--dark{background:var(--guje-ink);color:#fff}.guje-button--dark:hover{background:var(--guje-gold);color:#fff}.guje-button--outline{background:transparent;border-color:#ffffff6b;color:#fff}.guje-button--outline:hover{border-color:var(--guje-gold-2);background:#c2a05e24}.guje-button--outline-dark{background:transparent;border-color:#19181659;color:var(--guje-text)}.guje-button--outline-dark:hover{border-color:var(--guje-gold-3);color:var(--guje-gold-3)}.guje-button--full{width:100%}.guje-button[disabled]{opacity:.45;pointer-events:none}.guje-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:4px;border-bottom:1px solid currentColor;text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;font-weight:600;transition:gap .25s var(--ease),color .25s var(--ease)}.guje-link:hover{gap:15px;color:var(--guje-gold)}.guje-actions-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .85s var(--ease),transform .85s var(--ease)}[data-reveal].is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal],[data-reveal].is-in{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.guje-announcement{position:relative;background:var(--guje-ink-2);color:var(--guje-gold-2);text-align:center;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;padding:10px 44px;border-bottom:1px solid rgba(194,160,94,.2)}.guje-announcement__track{display:block}.guje-announcement__item{display:none}.guje-announcement__item.is-active{display:block;animation:gujeFade .6s var(--ease)}@keyframes gujeFade{0%{opacity:0}to{opacity:1}}.guje-header{position:sticky;top:0;z-index:120;background:#f7f3eae0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(30,27,23,.14);transition:height .3s var(--ease),background .3s var(--ease)}.guje-header__inner{height:var(--header-h);display:grid;grid-template-columns:190px 1fr 190px;align-items:center;transition:height .3s var(--ease)}.guje-header.is-stuck{background:#f7f3eaf7}.guje-header.is-stuck .guje-header__inner{height:66px}.guje-brand{display:flex;align-items:center}.guje-brand img{width:auto;max-width:150px;max-height:52px;object-fit:contain;transition:max-height .3s var(--ease)}.guje-brand img.is-legacy{mix-blend-mode:screen}.guje-header.is-stuck .guje-brand img{max-height:40px}.guje-nav{display:flex;justify-content:center;align-items:center;gap:clamp(18px,2.2vw,34px)}.guje-nav__item{position:relative}.guje-nav__link{display:inline-flex;align-items:center;gap:6px;height:var(--header-h);font-size:.69rem;text-transform:uppercase;letter-spacing:.16em;font-weight:500;color:var(--guje-text);position:relative}.guje-nav__link:after{content:"";position:absolute;left:0;right:100%;bottom:26px;height:1px;background:var(--guje-gold-3);transition:right .32s var(--ease)}.guje-nav__item:hover>.guje-nav__link:after,.guje-nav__link[aria-current=page]:after{right:0}.guje-nav__caret{width:8px;height:8px;opacity:.6;transition:transform .25s var(--ease)}.guje-nav__item:hover .guje-nav__caret{transform:rotate(180deg)}.guje-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);min-width:236px;background:var(--guje-paper);border:1px solid rgba(30,27,23,.14);padding:14px 0;opacity:0;visibility:hidden;transition:opacity .25s var(--ease),transform .25s var(--ease);box-shadow:0 26px 60px #1e1b1729}.guje-nav__item:hover .guje-dropdown,.guje-nav__item:focus-within .guje-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.guje-dropdown a{display:block;padding:9px 26px;font-size:.75rem;letter-spacing:.06em;color:var(--guje-text-2);transition:color .2s,background .2s}.guje-dropdown a:hover{color:var(--guje-gold-3);background:#1e1b170d}.guje-actions{display:flex;justify-content:flex-end;gap:20px;align-items:center}.guje-icon-btn{display:inline-flex;align-items:center;gap:8px;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--guje-text);transition:color .2s}.guje-icon-btn:hover{color:var(--guje-gold-3)}.guje-icon-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.4}.guje-cart-count{display:inline-grid;place-items:center;background:var(--guje-gold);color:#fff;border-radius:999px;min-width:19px;height:19px;padding:0 6px;font-size:.62rem;font-weight:600;letter-spacing:0}.guje-burger{display:none;width:26px;height:16px;position:relative}.guje-burger span{position:absolute;left:0;right:0;height:1.5px;background:var(--guje-text);transition:.3s var(--ease)}.guje-burger span:nth-child(1){top:0}.guje-burger span:nth-child(2){top:7px}.guje-burger span:nth-child(3){top:14px}.guje-burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.guje-burger[aria-expanded=true] span:nth-child(2){opacity:0}.guje-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.guje-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#14130ff7;display:grid;place-items:center;padding:var(--gut);opacity:0;visibility:hidden;transition:opacity .3s var(--ease)}.guje-search-overlay.is-open{opacity:1;visibility:visible}.guje-search-overlay form{display:flex;width:min(100%,760px);border-bottom:1px solid rgba(255,255,255,.3)}.guje-search-overlay input{flex:1;background:transparent;border:0;padding:18px 0;font-family:var(--guje-serif);font-size:clamp(1.6rem,3.4vw,2.6rem);color:#fff}.guje-search-overlay input::placeholder{color:#ffffff52}.guje-search-overlay .guje-close{position:absolute;top:26px;right:var(--gut);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#cfcac1}.guje-drawer{position:fixed;inset:var(--header-h) 0 0;z-index:110;background:var(--guje-ink);padding:30px var(--gut) 60px;overflow-y:auto;transform:translate(100%);transition:transform .38s var(--ease);display:none}.guje-drawer.is-open{transform:none}.guje-drawer__link{display:block;padding:16px 0;border-bottom:1px solid var(--guje-line);font-size:.9rem;letter-spacing:.12em;text-transform:uppercase}.guje-drawer__toggle{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--guje-line);font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:#fff}.guje-drawer__sub{display:none;padding:6px 0 12px 16px}.guje-drawer__sub.is-open{display:block}.guje-drawer__sub a{display:block;padding:10px 0;font-size:.8rem;color:#cbc6be}.guje-drawer__foot{margin-top:34px;display:flex;flex-wrap:wrap;gap:18px;align-items:center}.guje-hero{position:relative;overflow:hidden;background:var(--guje-ink);min-height:clamp(560px,82vh,860px);display:flex;align-items:center}.guje-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.guje-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center var(--focal,62%)}.guje-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,19,15,calc(var(--shade,.8) * 1.15)),rgba(20,19,15,calc(var(--shade,.8) * .78)) 44%,#14130f0f 80%),linear-gradient(0deg,rgba(20,19,15,.45),transparent 46%)}.guje-hero__content{position:relative;z-index:2;max-width:700px;padding:60px 0;display:flex;flex-direction:column;justify-content:center;min-height:inherit}.guje-hero__content[data-pos=top]{justify-content:flex-start;padding-top:clamp(48px,8vh,96px)}.guje-hero--split{background:var(--guje-paper);color:var(--guje-text);min-height:clamp(520px,76vh,800px);display:grid;grid-template-columns:1fr 1.12fr;align-items:stretch;overflow:hidden}.guje-hero--split .guje-hero__media{position:relative;inset:auto;order:2;height:100%;min-height:clamp(320px,46vh,800px)}.guje-hero--split .guje-hero__media img{object-position:center var(--focal,55%)}.guje-hero--split .guje-hero__shade{display:none}.guje-hero--split .guje-hero__content{position:relative;order:1;width:100%;max-width:none;margin:0;padding:clamp(44px,6vw,88px) clamp(26px,5vw,74px);justify-content:center;min-height:auto}.guje-hero--split .guje-hero__content>*{max-width:29rem}.guje-hero--split .guje-h1{color:var(--guje-text)}.guje-hero--split .guje-hero__copy{color:var(--guje-text-2)}.guje-hero--split .guje-eyebrow{color:var(--guje-gold-3)}@media(max-width:900px){.guje-hero--split{grid-template-columns:1fr;min-height:0}.guje-hero--split .guje-hero__media{order:1;min-height:clamp(260px,52vw,420px)}.guje-hero--split .guje-hero__content{order:2;padding:clamp(30px,7vw,52px) var(--gut)}.guje-hero--split .guje-hero__content>*{max-width:none}}.guje-hero__content[data-pos=bottom]{justify-content:flex-end;padding-bottom:clamp(48px,8vh,96px)}.guje-hero__content .guje-h1{margin-bottom:24px}.guje-hero__copy{font-size:1.06rem;color:#d9d5cd;max-width:480px;margin:0 0 32px}.guje-hero__rule{width:64px;height:1px;background:var(--guje-gold);margin:34px 0 0}.guje-hero--center{text-align:center}.guje-hero--center .guje-hero__content{max-width:820px;margin-inline:auto}.guje-hero--center .guje-hero__copy{margin-inline:auto}.guje-hero--center .guje-actions-row{justify-content:center}.guje-hero--center .guje-hero__shade{background:linear-gradient(0deg,#14130fe6,#14130f73 55%,#14130fad)}.guje-values{background:var(--guje-ink-3);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.guje-values__grid{display:grid;grid-template-columns:repeat(4,1fr)}.guje-value{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:32px 34px;border-right:1px solid var(--guje-line);align-items:start}.guje-value:last-child{border-right:0}.guje-value__icon svg{width:26px;height:26px;stroke:var(--guje-gold-2);fill:none;stroke-width:1.2}.guje-value strong{display:block;color:var(--guje-gold-2);font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:7px}.guje-value p{margin:0;color:#b9b4ac;font-size:.78rem;line-height:1.55}.guje-marquee{overflow:hidden;background:var(--guje-ink);border-top:1px solid rgba(194,160,94,.18);border-bottom:1px solid rgba(194,160,94,.18);padding:18px 0}.guje-marquee__track{display:flex;width:max-content;gap:56px;animation:gujeSlide 38s linear infinite}.guje-marquee:hover .guje-marquee__track{animation-play-state:paused}.guje-marquee span{font-family:var(--guje-serif);font-size:clamp(1.1rem,1.7vw,1.7rem);color:var(--guje-gold-2);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:56px}.guje-marquee span:after{content:"\25c6";font-size:.45em;opacity:.6}@keyframes gujeSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.guje-marquee__track{animation:none}}.guje-collections__head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:clamp(32px,4vw,54px)}.guje-collections__head p{margin:14px 0 0}.guje-collections__grid{display:grid;gap:clamp(16px,2vw,26px)}.guje-collections__grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.guje-collections__grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.guje-collections__grid[data-cols="4"]{grid-template-columns:repeat(4,1fr)}.guje-ccard{position:relative;display:block;overflow:hidden;background:#e0dacf;isolation:isolate}.guje-ccard__media{position:relative;aspect-ratio:.83;overflow:hidden}.guje-ccard__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}.guje-ccard:hover .guje-ccard__media img{transform:scale(1.06)}.guje-ccard__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#14130fe6,#14130f6b 42%,#14130f0f)}.guje-ccard__body{position:absolute;inset:auto 0 0 0;padding:clamp(20px,2.2vw,32px);color:#fff}.guje-ccard__tag{display:inline-block;margin-bottom:12px;font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--guje-gold-2)}.guje-ccard__title{font-family:var(--guje-serif);font-size:clamp(1.6rem,2.1vw,2.3rem);line-height:1.05;margin:0}.guje-ccard__copy{margin:10px 0 0;font-size:.8rem;color:#cdc8c0;max-width:34ch}.guje-ccard__cta{margin-top:16px;display:inline-flex;align-items:center;gap:8px;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:4px;transition:gap .25s var(--ease),border-color .25s}.guje-ccard:hover .guje-ccard__cta{gap:14px;border-color:var(--guje-gold-2)}.guje-badge{position:absolute;top:18px;left:18px;z-index:2;background:#14130fc7;border:1px solid rgba(194,160,94,.45);color:var(--guje-gold-2);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;padding:6px 12px}.guje-signature__grid{display:grid;grid-template-columns:.78fr 1.9fr;gap:clamp(36px,5vw,80px);align-items:center}.guje-signature__copy p:not(.guje-eyebrow){color:var(--guje-text-2);max-width:38ch;margin:20px 0 30px}.guje-showcase{display:grid;gap:clamp(14px,1.8vw,26px);grid-template-columns:repeat(3,1fr)}.guje-showcase[data-count="2"]{grid-template-columns:repeat(2,1fr)}.guje-showcase-card{text-align:center;display:block}.guje-showcase-card__media{overflow:hidden;background:var(--guje-stone);aspect-ratio:1.2;box-shadow:0 20px 44px #20140c24}.guje-showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.guje-showcase-card:hover img{transform:scale(1.045)}.guje-showcase-card strong{display:block;margin-top:18px;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.guje-showcase-card span{display:block;margin-top:6px;color:#65605a;font-size:.76rem}.guje-purpose{display:grid;grid-template-columns:1.05fr .95fr;min-height:640px;background:var(--guje-ink-2)}.guje-purpose--reverse .guje-purpose__media{order:2}.guje-purpose__media img{width:100%;height:100%;object-fit:cover;min-height:420px}.guje-purpose__copy{padding:clamp(56px,7vw,110px) clamp(28px,6vw,96px);display:flex;flex-direction:column;justify-content:center}.guje-purpose__copy p{color:#c9c4bb}.guje-checklist{list-style:none;margin:28px 0 8px;padding:0}.guje-checklist li{display:flex;gap:14px;align-items:flex-start;margin:12px 0;color:#ddd8d0;font-size:.92rem}.guje-checklist li:before{content:"";flex:none;width:16px;height:16px;margin-top:5px;background:var(--guje-gold-2);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}.guje-care__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(36px,5vw,86px);align-items:center}.guje-care__media{position:relative;aspect-ratio:1.02;overflow:hidden;background:var(--guje-stone)}.guje-care__media img{width:100%;height:100%;object-fit:cover}.guje-care__steps{list-style:none;margin:32px 0 0;padding:0;counter-reset:care}.guje-care__step{counter-increment:care;display:grid;grid-template-columns:44px 1fr;gap:20px;padding:22px 0;border-top:1px solid var(--guje-line-dark)}.guje-care__step:last-child{border-bottom:1px solid var(--guje-line-dark)}.guje-care__step:before{content:counter(care,decimal-leading-zero);font-family:var(--guje-serif);font-size:1.4rem;color:var(--guje-gold-3);line-height:1}.guje-care__step h3{margin:0 0 6px;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase}.guje-care__step p{margin:0;color:var(--guje-text-2);font-size:.88rem}.guje-care__kit{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.guje-chip{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--guje-line-dark);padding:10px 16px;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;transition:border-color .25s,color .25s}.guje-chip:hover{border-color:var(--guje-gold-3);color:var(--guje-gold-3)}.guje-statement{text-align:center}.guje-statement__inner{max-width:860px;margin-inline:auto}.guje-statement__lead{font-family:var(--guje-serif);font-size:clamp(1.5rem,2.35vw,2.4rem);line-height:1.32;color:#2f2b26;margin:26px 0 32px}.guje-featured__head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:clamp(28px,3.5vw,48px)}.guje-gallery__title{text-align:center;margin:0 0 8px;font-size:.7rem;text-transform:uppercase;letter-spacing:.24em;color:var(--guje-gold-3)}.guje-gallery__sub{text-align:center;color:#5f5a53;font-size:.85rem;margin:0 0 34px}.guje-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.2vw,16px)}.guje-gallery__grid figure{margin:0;overflow:hidden;background:var(--guje-stone)}.guje-gallery__grid img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .9s var(--ease)}.guje-gallery__grid figure:hover img{transform:scale(1.05)}.guje-gallery__social{display:flex;justify-content:center;align-items:center;gap:10px;color:#5b564f;font-size:.8rem;margin-top:28px}.guje-gallery__social svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.4}.guje-footer{background:var(--guje-ink);padding:clamp(54px,6vw,84px) 0 26px;border-top:1px solid rgba(194,160,94,.2)}.guje-footer__grid{display:grid;grid-template-columns:1.3fr .7fr .7fr .7fr 1.3fr;gap:clamp(26px,3vw,48px)}.guje-footer__logo{max-width:130px;max-height:60px;object-fit:contain;margin-bottom:18px}.guje-footer__logo.is-legacy{mix-blend-mode:screen}.guje-footer p{font-size:.79rem;color:#a7a29a;margin:0 0 14px;max-width:34ch}.guje-footer strong{display:block;color:var(--guje-gold-2);text-transform:uppercase;letter-spacing:.2em;font-size:.65rem;margin-bottom:16px}.guje-footer__col a{display:block;margin:9px 0;font-size:.79rem;color:#c3bfb7;transition:color .2s}.guje-footer__col a:hover{color:var(--guje-gold-2)}.guje-newsletter{display:flex;margin-top:16px;border:1px solid rgba(255,255,255,.16)}.guje-newsletter input{flex:1;min-width:0;background:transparent;border:0;color:#fff;padding:14px}.guje-newsletter input::placeholder{color:#7c766e}.guje-newsletter button{background:var(--guje-gold);color:#fff;width:52px;display:grid;place-items:center;transition:background .25s}.guje-newsletter button:hover{background:var(--guje-gold-2)}.guje-newsletter__note{font-size:.68rem;color:#7c766e;margin-top:10px}.guje-social{display:flex;gap:12px;margin-top:22px}.guje-social a{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.16);transition:border-color .25s,background .25s}.guje-social a:hover{border-color:var(--guje-gold);background:#c2a05e24}.guje-social svg{width:17px;height:17px;fill:currentColor}.guje-footer__bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);margin-top:26px;padding-top:24px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#7f7a73;font-size:.68rem}.guje-footer__bottom a{color:#7f7a73;margin-left:18px}.guje-footer__bottom a:hover{color:var(--guje-gold-2)}.guje-page-hero{min-height:clamp(340px,46vh,500px);position:relative;display:flex;align-items:flex-end;background:#111;overflow:hidden}.guje-page-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.guje-page-hero__media img{width:100%;height:100%;object-fit:cover;opacity:.7}.guje-page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000000e0,#0000001a)}.guje-page-hero__content{position:relative;z-index:2;padding-bottom:clamp(40px,5vw,72px)}.guje-page{padding:clamp(56px,6vw,96px) 0 clamp(70px,7vw,110px);background:var(--guje-cream);color:var(--guje-text)}.guje-page__content{max-width:820px}.guje-page__content h1,.guje-page__content h2,.guje-page__content h3{font-family:var(--guje-serif);font-weight:500;line-height:1.08}.guje-page__content h1{font-size:clamp(2.6rem,4.6vw,4.4rem);margin:0 0 24px}.guje-page__content h2{font-size:clamp(1.9rem,2.6vw,2.6rem);margin:44px 0 14px}.guje-page__content h3{font-size:1.4rem;margin:30px 0 10px}.guje-page__content p,.guje-page__content li{color:var(--guje-text-2)}.guje-page__content a{color:var(--guje-gold-3);border-bottom:1px solid currentColor}.guje-page__content img{margin:30px 0}.guje-main-product{background:var(--guje-cream);color:var(--guje-text);padding:clamp(40px,4vw,70px) 0 clamp(64px,7vw,104px)}.guje-breadcrumb{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#7d776f;margin-bottom:26px}.guje-breadcrumb a:hover{color:var(--guje-gold-3)}.guje-product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,4.5vw,70px);align-items:start}.guje-product-gallery{position:sticky;top:calc(var(--header-h) + 20px)}.guje-main-media{background:var(--guje-stone);overflow:hidden;aspect-ratio:1.08}.guje-main-media img{width:100%;height:100%;object-fit:cover}.guje-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:10px}.guje-thumb{border:1px solid #cdc5b8;background:#fff;overflow:hidden;transition:border-color .2s}.guje-thumb.is-active,.guje-thumb:hover{border-color:var(--guje-gold)}.guje-thumb img{width:100%;aspect-ratio:1;object-fit:cover}.guje-product-info .guje-h1{font-size:clamp(2.3rem,3.4vw,3.6rem)}.guje-product-info .price{font-size:1.2rem;margin:16px 0 6px;letter-spacing:.02em}.guje-product-info .price s{color:#8d867d;margin-right:10px}.guje-product-info .desc{color:var(--guje-text-2);margin:18px 0 4px}.guje-option-label{display:block;margin:30px 0 12px;font-size:.68rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600}.guje-swatches{display:flex;flex-wrap:wrap;gap:10px}.guje-swatch{border:1px solid #bdb5a8;background:#fbfaf7;padding:13px 20px;font-size:.78rem;letter-spacing:.06em;transition:.2s}.guje-swatch.is-active{border-color:var(--guje-text);background:var(--guje-text);color:#fff}.guje-swatch.is-unavailable{opacity:.4;text-decoration:line-through}.guje-variant-select,.guje-quantity{width:100%;border:1px solid #bdb5a8;background:var(--guje-paper);padding:15px}.guje-buy-row{display:grid;grid-template-columns:112px 1fr;gap:12px;margin-top:24px}.guje-quantity{min-height:52px;text-align:center}.guje-payment{margin-top:10px}.guje-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;padding:20px 0;border-top:1px solid var(--guje-line-dark);border-bottom:1px solid var(--guje-line-dark)}.guje-trust div{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#5d574f;display:flex;gap:9px;align-items:center}.guje-trust svg{width:16px;height:16px;stroke:var(--guje-gold-3);fill:none;stroke-width:1.4;flex:none}.guje-product-meta{margin-top:14px}.guje-accordion{border-bottom:1px solid var(--guje-line-dark)}.guje-accordion summary{cursor:pointer;padding:19px 0;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:center}.guje-accordion summary::-webkit-details-marker{display:none}.guje-accordion summary:after{content:"+";font-size:1.1rem;color:var(--guje-gold-3)}.guje-accordion[open] summary:after{content:"\2013"}.guje-accordion__body{padding:0 0 20px;color:var(--guje-text-2);font-size:.9rem}.guje-collection{background:var(--guje-cream);color:var(--guje-text);padding:clamp(48px,5vw,80px) 0 clamp(64px,7vw,104px)}.guje-collection__head{display:flex;justify-content:space-between;align-items:flex-end;gap:26px;margin-bottom:clamp(28px,3.5vw,46px);flex-wrap:wrap}.guje-collection__head p{margin:12px 0 0;color:var(--guje-text-2);max-width:52ch}.guje-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,30px)}.guje-card{background:#fff;display:block;position:relative;overflow:hidden}.guje-card__media{background:var(--guje-stone);overflow:hidden;aspect-ratio:1.06;position:relative}.guje-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .5s var(--ease),transform .9s var(--ease)}.guje-card__media img.guje-card__alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.guje-card:hover .guje-card__media img.guje-card__alt{opacity:1}.guje-card:hover .guje-card__media img{transform:scale(1.035)}.guje-card__body{padding:22px}.guje-card__tag{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--guje-gold-3);display:block;margin-bottom:9px}.guje-card__title{font-family:var(--guje-serif);font-size:1.75rem;margin:0;line-height:1.1}.guje-card__price{margin-top:10px;font-size:.86rem;color:#4f4a43}.guje-card__price s{color:#8d867d;margin-right:8px}.guje-card__sold{position:absolute;top:16px;right:16px;background:#14130fcc;color:#fff;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;padding:6px 12px}.guje-pagination{display:flex;justify-content:center;gap:14px;margin-top:50px;font-size:.78rem}.guje-pagination a,.guje-pagination span{padding:8px 12px;border:1px solid var(--guje-line-dark)}.guje-pagination .is-current{background:var(--guje-text);color:#fff;border-color:var(--guje-text)}.guje-cart{background:var(--guje-cream);color:var(--guje-text);padding:clamp(56px,6vw,86px) 0 clamp(70px,7vw,110px);min-height:60vh}.guje-cart__grid{display:grid;grid-template-columns:1.45fr .55fr;gap:clamp(32px,4vw,64px)}.guje-cart-item{display:grid;grid-template-columns:120px 1fr 120px;gap:22px;padding:22px 0;border-bottom:1px solid #d2cabd;align-items:center}.guje-cart-item img{width:120px;height:120px;object-fit:cover}.guje-cart-item h3{font-family:var(--guje-serif);font-size:1.6rem;margin:0}.guje-cart-item small{color:#6a645c;display:block;margin-top:5px}.guje-cart-summary{background:#fff;padding:30px;height:max-content;position:sticky;top:calc(var(--header-h) + 20px)}.guje-cart-summary__row{display:flex;justify-content:space-between;margin-bottom:18px;font-size:.9rem}.guje-cart-summary textarea{width:100%;min-height:88px;margin:10px 0 18px;border:1px solid #c7bfb3;padding:12px;background:var(--guje-paper)}.guje-contact{background:var(--guje-cream);color:var(--guje-text);padding:clamp(56px,6vw,86px) 0 clamp(70px,7vw,105px)}.guje-contact__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(34px,4.5vw,72px)}.guje-form{background:#fff;padding:clamp(24px,3vw,40px)}.guje-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.guje-field{display:flex;flex-direction:column;gap:8px}.guje-field--full{grid-column:1/-1}.guje-field label{font-size:.66rem;text-transform:uppercase;letter-spacing:.16em;color:#5d574f}.guje-field input,.guje-field textarea,.guje-field select{border:1px solid #c8c0b5;background:var(--guje-paper);padding:14px}.guje-field textarea{min-height:150px}.guje-search{background:var(--guje-cream);color:var(--guje-text);padding:clamp(56px,6vw,86px) 0 clamp(64px,7vw,100px);min-height:58vh}.guje-search-form{display:flex;max-width:700px;margin:26px 0 46px;border:1px solid #c6beb2;background:var(--guje-paper)}.guje-search-form input{flex:1;padding:15px;border:0;background:transparent}.guje-faq{background:var(--guje-cream);color:var(--guje-text);padding:clamp(48px,5vw,80px) 0 clamp(64px,7vw,100px)}.guje-faq__inner{max-width:860px;margin-inline:auto}.guje-empty{padding:56px 0;color:#6d675f}.guje-rte img{height:auto}.shopify-payment-button__button{border-radius:0!important;min-height:52px!important}.guje-password{min-height:100vh;position:relative;background:var(--guje-ink);display:grid;place-items:center;text-align:center;padding:36px}.guje-password__media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.34}.guje-password:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.guje-password__inner{position:relative;z-index:2;max-width:700px}.guje-password__logo{max-width:160px;object-fit:contain;margin:0 auto 30px}.guje-password__email{display:flex;max-width:520px;margin:26px auto;border:1px solid rgba(255,255,255,.22)}.guje-password__email input{flex:1;padding:15px;border:0;background:transparent;color:#fff}.guje-password__email button{background:var(--guje-gold);color:#fff;padding:0 22px}.guje-password details{margin-top:30px}.guje-password details form{display:flex;max-width:420px;margin:16px auto}.guje-password details input{flex:1;padding:12px}@media(max-width:1100px){.guje-header__inner{grid-template-columns:1fr auto;gap:20px}.guje-nav{display:none}.guje-burger,.guje-drawer{display:block}.guje-values__grid{grid-template-columns:1fr 1fr}.guje-value:nth-child(2){border-right:0}.guje-value:nth-child(-n+2){border-bottom:1px solid var(--guje-line)}.guje-signature__grid,.guje-care__grid,.guje-product-layout,.guje-contact__grid,.guje-cart__grid,.guje-purpose{grid-template-columns:1fr}.guje-purpose--reverse .guje-purpose__media{order:0}.guje-product-gallery,.guje-cart-summary{position:static}.guje-collections__grid[data-cols="3"],.guje-collections__grid[data-cols="4"]{grid-template-columns:repeat(2,1fr)}.guje-footer__grid{grid-template-columns:1fr 1fr 1fr}.guje-footer__brand,.guje-footer__newsletter{grid-column:span 3}.guje-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){:root{--header-h:70px}.guje-h1{font-size:clamp(2.6rem,10vw,3.4rem)}.guje-hero{min-height:78vh}.guje-hero__shade{background:linear-gradient(90deg,#14130ff0,#14130fb3 65%,#14130f59)}.guje-values__grid{grid-template-columns:1fr}.guje-value{border-right:0;border-bottom:1px solid var(--guje-line);padding:22px 6px}.guje-collections__grid[data-cols="2"],.guje-collections__grid[data-cols="3"],.guje-collections__grid[data-cols="4"]{grid-template-columns:1fr}.guje-showcase,.guje-showcase[data-count="2"],.guje-gallery__grid{grid-template-columns:1fr 1fr}.guje-product-grid,.guje-form__grid{grid-template-columns:1fr}.guje-thumbs{grid-template-columns:repeat(4,1fr)}.guje-trust,.guje-buy-row{grid-template-columns:1fr}.guje-footer__grid{grid-template-columns:1fr 1fr}.guje-footer__brand,.guje-footer__newsletter{grid-column:1/-1}.guje-footer__bottom{flex-direction:column;gap:10px}.guje-footer__bottom a{margin:0 16px 0 0}.guje-collections__head,.guje-collection__head,.guje-featured__head{flex-direction:column;align-items:flex-start}.guje-cart-item{grid-template-columns:86px 1fr}.guje-cart-item img{width:86px;height:86px}.guje-password__email{flex-direction:column}.guje-password__email button{padding:14px}}.hide-mobile{display:inline}@media(max-width:680px){.hide-mobile{display:none}.guje-cart-item__qty{grid-column:2}}.guje-signature__single{display:block}.guje-signature__media{display:block;overflow:hidden;background:var(--guje-stone);box-shadow:0 22px 48px #20140c29}.guje-signature__media img{width:100%;aspect-ratio:1.34;object-fit:cover;transition:transform .9s var(--ease)}.guje-signature__media:hover img{transform:scale(1.03)}.guje-sizes{display:grid;grid-template-columns:repeat(3,1fr);margin-top:2px;border-top:0}.guje-sizes[data-count="2"]{grid-template-columns:repeat(2,1fr)}.guje-sizes[data-count="4"]{grid-template-columns:repeat(4,1fr)}.guje-size{padding:22px 18px;text-align:center;border-right:1px solid var(--guje-line-dark);border-bottom:1px solid var(--guje-line-dark);transition:background .25s var(--ease)}.guje-size:last-child{border-right:0}.guje-size:hover{background:#c2a05e17}.guje-size strong{display:block;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase}.guje-size span{display:block;margin-top:6px;color:#65605a;font-size:.76rem}.guje-size__price{color:var(--guje-gold-3)!important;margin-top:8px!important;font-weight:600}@media(max-width:680px){.guje-sizes,.guje-sizes[data-count="4"]{grid-template-columns:1fr 1fr}.guje-size:nth-child(2n){border-right:0}.guje-signature__media img{aspect-ratio:1.2}}.guje-ccard__media{aspect-ratio:.83}.guje-collections__grid[data-cols="4"] .guje-ccard__title{font-size:clamp(1.35rem,1.65vw,1.85rem)}.guje-footer__contact{font-size:.78rem;color:#b3aea6;margin:0 0 6px}.guje-footer__contact a{border-bottom:1px solid rgba(255,255,255,.2);transition:color .2s,border-color .2s}.guje-footer__contact a:hover{color:var(--guje-gold-2);border-color:var(--guje-gold-2)}.guje-footer__address{color:#8b857d;font-size:.72rem;line-height:1.5;margin-top:10px}.guje-footer__legal{display:flex;flex-wrap:wrap;gap:0}.guje-footer__legal a{margin-left:18px}@media(max-width:680px){.guje-footer__legal{gap:8px 0}.guje-footer__legal a{margin:0 16px 0 0}}.guje-contact__direct{margin:22px 0 0;font-size:.86rem;color:var(--guje-text-2)}.guje-contact__direct strong{display:block;font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--guje-gold-3);margin-bottom:5px}.guje-contact__direct a{border-bottom:1px solid var(--guje-line-dark)}.guje-contact__direct a:hover{color:var(--guje-gold-3);border-color:var(--guje-gold-3)}.guje-purpose.is-light{background:var(--guje-paper);color:var(--guje-text)}.guje-purpose.is-light .guje-h2,.guje-purpose.is-light h2{color:var(--guje-text)}.guje-purpose.is-light p,.guje-purpose.is-light li{color:var(--guje-text-2)}.guje-purpose.is-light .guje-eyebrow{color:var(--guje-gold-3)}.guje-purpose.is-light .guje-checklist li:before{background:var(--guje-gold-3)}.guje-care.is-light{background:var(--guje-cream);color:var(--guje-text)}.guje-care.is-light .guje-h2,.guje-care.is-light h2{color:var(--guje-text)}.guje-care.is-light p{color:var(--guje-text-2)}.guje-care.is-light .guje-eyebrow{color:var(--guje-gold-3)}.guje-care.is-light .guje-care__step:before{color:var(--guje-gold-3)}.guje-marquee.is-light{background:var(--guje-stone);color:var(--guje-text)}.guje-marquee.is-light span{color:var(--guje-text-2)}.guje-journal{background:var(--guje-paper);padding:clamp(56px,7vw,104px) 0}.guje-journal__head{display:flex;flex-wrap:wrap;gap:16px 32px;align-items:baseline;justify-content:space-between;margin-bottom:clamp(28px,4vw,46px)}.guje-journal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(216px,1fr));gap:clamp(18px,2.4vw,30px)}.guje-journal__card{display:block;color:inherit;text-decoration:none}.guje-journal__img{aspect-ratio:4/3;overflow:hidden;background:var(--guje-stone);margin-bottom:14px}.guje-journal__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.guje-journal__card:hover .guje-journal__img img{transform:scale(1.04)}.guje-journal__t{font-family:var(--guje-serif);font-size:1.12rem;line-height:1.28;margin-bottom:6px;color:var(--guje-text)}.guje-journal__d{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--guje-muted)}.guje-journal__empty{padding:34px 0;color:var(--guje-text-2);font-size:.95rem}.guje-link-underline{display:inline-block;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--guje-text);text-decoration:none;padding-bottom:5px;border-bottom:1px solid var(--guje-gold-3);transition:opacity .25s var(--ease)}.guje-link-underline:hover{opacity:.6}.guje-journal .guje-eyebrow{color:var(--guje-gold-3)}.guje-journal .guje-h2{color:var(--guje-text)}.guje-journal .guje-link-underline{color:var(--guje-text);border-bottom-color:var(--guje-gold-3)}
/*# sourceMappingURL=/cdn/shop/t/44/assets/guje.css.map */
