/** Shopify CDN: Minification failed

Line 14:12 Expected identifier but found "{"
Line 14:13 Unexpected "{"
Line 14:23 Expected ":"
Line 14:60 Expected identifier but found "{"
Line 14:61 Unexpected "{"
Line 14:71 Expected ":"
Line 14:109 Expected identifier but found "{"
Line 14:110 Unexpected "{"
Line 14:120 Expected ":"

**/
:root{--ink:{{ settings.ink | default: '#173b32' }};--cream:{{ settings.cream | default: '#f4f0e7' }};--lime:{{ settings.lime | default: '#c6d251' }};--sand:#e8dfd0;--line:#d4ccbd;--mono:'DM Mono',monospace;--serif:'Playfair Display',serif;--sans:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:15px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;z-index:9;padding:10px;background:var(--cream);color:var(--ink)}a{color:inherit}.page-width{width:min(100%,1440px);margin:auto;padding-left:8.4vw;padding-right:8.4vw}.announcement-bar{height:34px;background:var(--ink);color:#eef1db;text-align:center;font:10px/34px var(--mono);letter-spacing:.08em;text-transform:uppercase}.site-header{height:85px;display:flex;align-items:center;padding:0 4.7vw;border-bottom:1px solid var(--line);gap:40px;background:var(--cream)}.brand{text-decoration:none;font-weight:600;font-size:18px;letter-spacing:-.075em;line-height:.8}.brand span{display:block}.brand small{font:9px var(--mono);letter-spacing:.12em;display:block;margin:5px 0 0 1px}.desktop-nav{display:flex;gap:28px;margin-left:auto}.desktop-nav a,.footer-links a{font-size:13px;text-decoration:none}.desktop-nav a:hover,.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.bag-link{font:12px var(--mono);text-decoration:none;padding:8px}.bag-link span{display:inline-grid;place-items:center;border:1px solid var(--ink);border-radius:50%;width:17px;height:17px;font-size:9px}.menu-toggle{display:none}.mobile-menu{padding:20px 24px;background:var(--cream);border-bottom:1px solid var(--line)}.mobile-menu a{display:block;padding:13px 0;text-decoration:none}.home-hero{min-height:calc(100vh - 119px);display:grid;grid-template-columns:49% 51%;background:var(--hero-background)}.hero-copy{padding:11.5vh 4.7vw 5vh;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font:10px var(--mono);letter-spacing:.12em;text-transform:uppercase;margin:0 0 27px}.home-hero h1,.philosophy h2,.featured-collection h2,.editorial h2,.newsletter h2{font-size:clamp(50px,6.2vw,96px);letter-spacing:-.07em;line-height:.92;font-weight:500;margin:0}.home-hero h1 p,.philosophy h2 p,.featured-collection h2 p,.editorial h2 p,.newsletter h2 p{margin:0}.home-hero h1 em,h2 em,.quote em{font-family:var(--serif);font-weight:500}.hero-text{max-width:360px;line-height:1.55;margin:32px 0}.hero-text p{margin:0}.button{display:inline-flex;align-items:center;gap:42px;padding:14px 16px;border:0;text-decoration:none;font:12px var(--sans);cursor:pointer}.button-dark{background:var(--ink);color:var(--cream)}.button:disabled{opacity:.5;cursor:not-allowed}.button span{font-size:18px}.hero-note{margin-top:auto;font:10px var(--mono);letter-spacing:.08em;text-transform:uppercase}.hero-image-wrap{position:relative;overflow:hidden;min-height:580px}.hero-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.image-stamp{position:absolute;right:30px;bottom:26px;display:grid;place-content:center;width:86px;height:86px;background:var(--lime);border-radius:50%;font:9px/1.45 var(--mono);text-align:center;letter-spacing:.08em}.marquee{background:var(--lime);padding:15px 0;overflow:hidden;white-space:nowrap;font:11px var(--mono);letter-spacing:.1em;text-transform:uppercase}.marquee div{width:max-content;animation:slide 24s linear infinite}.marquee b{padding:0 26px;font-size:16px}@keyframes slide{to{transform:translateX(-25%)}}.section-pad{padding-top:128px;padding-bottom:128px}.philosophy-grid{display:grid;grid-template-columns:1fr .68fr;gap:11%;align-items:end}.philosophy h2{font-size:clamp(46px,5vw,78px)}.philosophy-grid .rte{line-height:1.65;max-width:350px;margin:0 0 7px}.philosophy-grid .rte p{margin:0}.text-link{display:inline-flex;gap:16px;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:5px;margin-top:50px;font-size:13px}.text-link span{font-size:18px;line-height:.7}.featured-collection{background:var(--sand)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.featured-collection h2{font-size:clamp(42px,4.6vw,70px)}.section-heading .text-link{margin:0}.product-grid,.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card-image{display:block;height:390px;overflow:hidden;background:#cbd6bd}.product-card-image img,.product-card-image .placeholder-svg{width:100%;height:100%;display:block;object-fit:cover}.product-card:nth-child(2) .product-card-image{background:#d9c8b8}.product-card:nth-child(3) .product-card-image{background:#e0d4b6}.product-placeholder{display:grid;place-items:center}.product-placeholder .placeholder-svg{max-width:55%;max-height:65%;fill:#49705e}.product-meta{display:flex;justify-content:space-between;gap:10px;padding:15px 0}.product-meta h3{font-size:15px;margin:0 0 5px}.product-meta h3 a{text-decoration:none}.product-meta h3 a:hover{text-decoration:underline;text-underline-offset:4px}.product-meta p{font-size:12px;margin:0;color:#476057}.product-meta>span{font:11px var(--mono);white-space:nowrap}.quote{background:var(--ink);color:#f3f0e6;text-align:center;padding:115px 20px}.quote .rte p{font-size:clamp(38px,5vw,73px);line-height:1.02;letter-spacing:-.06em;margin:0 0 29px}.quote span{font:10px var(--mono);letter-spacing:.12em}.editorial{display:grid;grid-template-columns:1fr 1fr;background:#d6c8b7}.editorial-image{min-height:600px}.editorial-image img{display:block;width:100%;height:100%;object-fit:cover}.editorial-placeholder{min-height:600px;height:100%;background:linear-gradient(135deg,#b7a383,#ede5d6 45%,#778b69 45.5%,#29443a);position:relative;overflow:hidden}.editorial-placeholder:after{content:'';position:absolute;width:320px;height:430px;background:#e3d4bc;left:24%;bottom:-90px;border-radius:160px 160px 0 0;transform:rotate(-14deg);box-shadow:40px -25px 0 #9f876a}.editorial-copy{padding:15% 14%;align-self:center}.editorial-copy h2{font-size:clamp(39px,4vw,63px)}.editorial-copy>.rte{line-height:1.6;max-width:320px;margin-top:25px}.editorial-copy>.rte p{margin:0}.newsletter{text-align:center;padding:125px 20px;background:var(--lime)}.newsletter .eyebrow{margin-bottom:20px}.newsletter h2{font-size:clamp(44px,5vw,72px)}.newsletter>.page-width>.rte{margin:20px auto;max-width:360px;line-height:1.55}.newsletter>.page-width>.rte p{margin:0}.newsletter-form{width:min(450px,100%);margin:35px auto 12px;border-bottom:1px solid var(--ink);display:flex}.newsletter-form input{background:transparent;border:0;outline:0;padding:15px 0;flex:1;font:14px var(--sans);color:var(--ink)}.newsletter-form input::placeholder{color:#456048}.newsletter-form button{border:0;background:transparent;color:var(--ink);font-size:24px;cursor:pointer}.newsletter small,.form-message{font-size:10px;color:#4e634d}.site-footer{padding-top:50px;padding-bottom:30px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end}.footer-links{display:flex;gap:25px}.site-footer p{font:10px var(--mono);margin:0;color:#50645c}.product-page{display:grid;grid-template-columns:1.08fr .72fr;gap:9%;align-items:start}.product-gallery{background:#e4decf;min-height:580px}.product-gallery img,.product-gallery .placeholder-svg{display:block;width:100%;height:100%;min-height:580px;object-fit:cover}.product-details{position:sticky;top:30px}.product-details h1,.collection-page h1,.cart-page h1{font-size:clamp(42px,5vw,70px);line-height:.96;letter-spacing:-.065em;font-weight:500;margin:0}.product-price{font:14px var(--mono);margin:25px 0}.product-description{line-height:1.6;margin-bottom:30px}.product-form label{font-size:12px;display:block;margin:18px 0 7px}.product-form select,.quantity-row input{padding:12px;width:100%;border:1px solid var(--line);background:transparent;color:var(--ink);font:13px var(--sans)}.quantity-row{width:115px}.product-form .button{margin-top:26px}.collection-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px;gap:30px}.collection-heading .rte{max-width:360px;line-height:1.55}.collection-grid{grid-template-columns:repeat(3,1fr)}.cart-page>h1{margin-bottom:45px;word-spacing:.16em}.cart-page>h1 .cart-title-word{letter-spacing:-.035em}.cart-items{border-top:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:130px 1fr 125px;gap:25px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-image{display:block;width:130px;height:130px;background:#e3ded0}.cart-image img{display:block;width:100%;height:100%;object-fit:cover}.cart-item h2{font-size:18px;margin:0 0 8px}.cart-item h2 a{text-decoration:none}.cart-item p{font-size:12px;color:#476057}.cart-item input{width:70px;padding:9px;border:1px solid var(--line);background:transparent}.remove-link{font-size:12px}.cart-summary{width:min(360px,100%);margin:35px 0 0 auto}.cart-summary>p{display:flex;justify-content:space-between;font-size:14px}.empty-cart{margin:0 0 25px;font-size:18px}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}
@media(max-width:720px){.announcement-bar{font-size:8px}.site-header{height:70px;padding:0 22px}.desktop-nav,.bag-link{display:none}.menu-toggle{display:flex;margin-left:auto;border:0;background:transparent;flex-direction:column;gap:5px}.menu-toggle i{width:21px;height:1px;background:var(--ink)}.home-hero{grid-template-columns:1fr}.hero-copy{min-height:560px;padding:70px 23px 27px}.home-hero h1{font-size:64px}.hero-image-wrap{min-height:440px}.page-width{padding-left:23px;padding-right:23px}.section-pad{padding-top:80px;padding-bottom:80px}.philosophy-grid{display:block}.philosophy-grid .rte{margin-top:31px}.section-heading{display:block}.section-heading .text-link{margin-top:25px}.product-grid,.collection-grid{grid-template-columns:1fr;gap:30px}.product-card-image{height:390px}.quote{padding:85px 18px}.editorial{grid-template-columns:1fr}.editorial-image,.editorial-placeholder{min-height:400px}.editorial-copy{padding:75px 23px}.newsletter{padding:85px 22px}.site-footer{grid-template-columns:1fr 1fr;gap:35px;padding-top:40px;padding-bottom:25px}.site-footer p{grid-column:1/-1}.footer-links{display:block}.footer-links a{display:block;margin-bottom:10px}.product-page{grid-template-columns:1fr;gap:45px}.product-gallery,.product-gallery img,.product-gallery .placeholder-svg{min-height:420px}.product-details{position:static}.collection-heading{display:block;margin-bottom:36px}.collection-heading .rte{margin-top:25px}.cart-item{grid-template-columns:90px 1fr;gap:16px}.cart-image{width:90px;height:90px}.cart-item>div:last-child{grid-column:2;display:flex;align-items:center;gap:18px}.cart-item>div:last-child p{margin:0}.cart-summary{width:100%}}

/* Fitz Essential editorial theme — v2 */
:root{--ink:#2e261f;--cream:#f7f2e9;--lime:#71806a;--sand:#eee5d7;--line:#ded4c4;--olive:#64705d;--paper:#f9f5ed}
body{background:var(--cream);color:var(--ink);font-size:15px}.page-width{width:min(100%,1320px);padding-left:5.5vw;padding-right:5.5vw}.announcement-bar{height:31px;background:#52604d;color:#f9f5ed;font-size:9px;line-height:31px;letter-spacing:.16em}.site-header{height:82px;padding:0 5.5vw;background:var(--cream);border-bottom:1px solid rgba(46,38,31,.13)}.brand{font-size:20px;letter-spacing:.29em;line-height:1}.brand small{margin-top:5px;font-size:8px;letter-spacing:.23em}.desktop-nav{gap:30px}.desktop-nav a{font-size:12px;letter-spacing:.01em}.bag-link{font-size:10px;letter-spacing:.07em}.bag-link span{width:18px;height:18px;border-color:rgba(46,38,31,.6)}

.home-hero{min-height:680px;grid-template-columns:46% 54%;background:var(--paper)}.hero-copy{position:relative;z-index:1;padding:112px 6.3vw 46px;justify-content:flex-start;background:linear-gradient(115deg,#f7f3e9 0%,#f5f0e5 86%,rgba(247,243,233,.55) 100%)}.eyebrow{margin:0 0 23px;color:#60594e;font-size:9px;letter-spacing:.2em}.home-hero h1{max-width:575px;color:#30251e;font-size:clamp(54px,6vw,90px);letter-spacing:-.075em;line-height:.9}.home-hero h1 em{font-weight:500}.hero-text{max-width:340px;margin:29px 0 30px;color:#51493f;font-size:15px;line-height:1.58}.button{padding:16px 18px;gap:44px;text-transform:uppercase;font:10px var(--mono);letter-spacing:.12em}.button-dark{background:#53604e;color:#fbf7ef}.button span{font-size:17px}.hero-note{margin-top:35px;color:#625c50;font-size:9px;letter-spacing:.14em}.hero-image-wrap{min-height:680px}.hero-image{object-position:center;background:#e0d0ba}.image-stamp{right:26px;bottom:25px;width:auto;height:auto;padding:10px 12px;border:1px solid rgba(247,242,233,.75);border-radius:0;background:rgba(73,62,51,.15);color:#fffdf7;font-size:8px;letter-spacing:.18em;text-align:left;backdrop-filter:blur(3px)}.marquee{background:#b7be66;color:#2c3029;padding:13px 0;font-size:9px;letter-spacing:.18em}.marquee b{padding:0 22px;font-size:12px}

.space-edit{background:var(--paper);padding-top:110px;padding-bottom:120px}.space-edit__intro{display:grid;grid-template-columns:minmax(0,1fr) 245px;align-items:end;gap:50px;margin-bottom:48px}.space-edit__intro .eyebrow{margin-bottom:15px}.space-edit__intro h2{max-width:680px;margin:0;font-family:var(--serif);font-size:clamp(47px,5.5vw,78px);font-weight:500;letter-spacing:-.07em;line-height:.91}.space-edit__intro h2 p{margin:0}.space-edit__intro>p{margin:0;padding-bottom:6px;color:#61594e;font-size:14px;line-height:1.58}.space-edit__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.space-edit__card{position:relative;display:block;min-height:390px;overflow:hidden;color:#fffdf7;text-decoration:none;background:#8b967d}.space-edit__card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .75s ease}.space-edit__wash{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,23,18,.01) 30%,rgba(28,23,18,.5) 100%)}.space-edit__title{position:absolute;bottom:37px;left:20px;font-family:var(--serif);font-size:clamp(42px,4.1vw,62px);letter-spacing:-.065em;line-height:.82}.space-edit__note{position:absolute;right:17px;bottom:19px;left:20px;font:8px/1.35 var(--mono);letter-spacing:.13em}.space-edit__arrow{position:absolute;right:18px;top:18px;display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(255,253,247,.88);border-radius:50%;font-size:15px}.space-edit__card:hover img{transform:scale(1.045)}

.section-pad{padding-top:115px;padding-bottom:115px}.philosophy{background:#e9e0d1}.philosophy-grid{grid-template-columns:1.1fr .55fr;gap:12%;align-items:start}.philosophy h2,.featured-collection h2,.editorial h2,.newsletter h2{font-family:var(--serif);font-size:clamp(47px,5vw,76px);font-weight:500;letter-spacing:-.07em;line-height:.93}.philosophy-grid .rte{color:#5b5146;font-size:15px;line-height:1.65}.text-link{gap:14px;border-color:#6a6056;color:#3e352d;font-size:12px;letter-spacing:.02em}.philosophy .text-link{margin-top:42px}.featured-collection{background:#f4efe5}.section-heading{margin-bottom:40px}.featured-collection h2{font-size:clamp(44px,4.6vw,68px)}.product-grid{gap:16px}.product-card-image{height:390px;background:#ddd2c3}.product-card:nth-child(2) .product-card-image{background:#c4cbb5}.product-card:nth-child(3) .product-card-image{background:#d9c4ae}.product-meta{padding-top:14px}.product-meta h3{font-family:var(--serif);font-size:19px;font-weight:500}.product-meta p{color:#685f53}.product-meta>span{color:#62584c;font-size:10px}.quote{padding:105px 20px;background:#52604d}.quote .rte p{font-family:var(--serif);font-size:clamp(43px,5vw,72px);font-weight:500;letter-spacing:-.06em}.editorial{background:#d8c5af}.editorial-copy{padding:13%}.newsletter{background:#b7be66}.site-footer{background:var(--cream)}

@media(max-width:749px){.page-width{padding-left:18px;padding-right:18px}.announcement-bar{height:24px;font-size:6.8px;line-height:24px;letter-spacing:.12em;white-space:nowrap;overflow:hidden}.site-header{position:sticky;top:0;z-index:5;height:58px;padding:0 18px;background:rgba(247,242,233,.96);backdrop-filter:blur(10px)}.brand{font-size:15px;letter-spacing:.24em}.brand small{margin-top:3px;font-size:6px;letter-spacing:.2em}.menu-toggle{gap:5px}.menu-toggle i{width:18px;background:#51473e}.mobile-menu{padding:10px 18px 16px;background:var(--cream)}.home-hero{display:flex;min-height:0;flex-direction:column}.hero-copy{min-height:0;padding:48px 18px 29px;background:#eff0df}.hero-copy .eyebrow{max-width:190px;margin-bottom:20px;font-size:8px}.home-hero h1{max-width:360px;font-size:clamp(48px,14.1vw,63px);line-height:.87}.hero-text{max-width:305px;margin:23px 0 25px;font-size:13px}.button{display:flex;justify-content:space-between;width:100%;padding:16px 15px}.hero-note{margin-top:21px;font-size:7.5px}.hero-image-wrap{min-height:310px}.hero-image{object-position:63% center}.image-stamp{display:none}.marquee{padding:10px 0;font-size:7px;letter-spacing:.13em}.marquee b{padding:0 13px;font-size:9px}.space-edit{padding-top:57px;padding-bottom:60px}.space-edit__intro{display:block;margin-bottom:25px}.space-edit__intro .eyebrow{margin-bottom:13px}.space-edit__intro h2{font-size:43px;line-height:.9}.space-edit__intro>p{max-width:310px;margin-top:17px;font-size:13px}.space-edit__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.space-edit__card{min-height:225px}.space-edit__title{bottom:31px;left:12px;font-size:35px}.space-edit__note{right:9px;bottom:10px;left:12px;font-size:5.8px;letter-spacing:.08em}.space-edit__arrow{top:10px;right:10px;width:25px;height:25px;font-size:12px}.section-pad{padding-top:68px;padding-bottom:68px}.philosophy{padding-top:70px;padding-bottom:70px}.philosophy .eyebrow{margin-bottom:16px}.philosophy h2{font-size:46px}.philosophy-grid .rte{margin-top:23px;font-size:13px}.philosophy .text-link{margin-top:29px}.featured-collection{padding-top:66px;padding-bottom:66px}.section-heading{margin-bottom:27px}.featured-collection h2{font-size:45px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card-image{height:190px}.product-meta{display:block;padding-top:10px}.product-meta h3{font-size:16px}.product-meta p{font-size:10px;line-height:1.35}.product-meta>span{display:block;margin-top:7px}.quote{padding:72px 22px}.quote .rte p{font-size:43px}.editorial-copy{padding:66px 18px}.newsletter{padding:70px 18px}.site-footer{padding-left:18px;padding-right:18px}}

/* Fitz Essential reference build — faithfully follows the approved mobile composition */
.reference-announcement{position:relative;display:flex;height:46px;align-items:center;justify-content:center;gap:11px;background:#66705e;color:#fffaf1;text-decoration:none;text-transform:none;font:18px/1 Georgia,serif;letter-spacing:.02em}.reference-leaf{font-size:24px;transform:rotate(-28deg)}.reference-announcement-arrow{position:absolute;right:5.4vw;font:31px/1 Georgia,serif}.fitz-reference-header{position:relative;display:grid;height:88px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5.4vw;background:#f8f3eb;border-bottom:1px solid rgba(56,42,31,.09)}.fitz-reference-header .menu-toggle{display:flex;width:36px;margin:0;padding:0;border:0;background:transparent;flex-direction:column;gap:7px}.fitz-reference-header .menu-toggle i{display:block;width:30px;height:1.5px;background:#2d2119}.reference-wordmark{grid-column:2;color:#2d2119;font:31px/1 Georgia,serif;letter-spacing:.3em;text-decoration:none;white-space:nowrap}.fitz-reference-header .desktop-nav{position:absolute;right:160px;display:flex;opacity:0;pointer-events:none}.reference-header-actions{grid-column:3;display:flex;justify-content:flex-end;align-items:center;gap:24px}.reference-search,.reference-bag{position:relative;display:block;width:29px;height:29px;color:#2d2119}.reference-search svg,.reference-bag svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6}.reference-bag span{position:absolute;right:-9px;top:-7px;display:grid;width:17px;height:17px;place-items:center;border-radius:50%;background:#66705e;color:white;font:8px Arial,sans-serif}

.reference-home{max-width:1500px;margin:0 auto;background:#f7f1e7;color:#312117;overflow:hidden}.reference-hero{position:relative;min-height:760px;overflow:hidden}.reference-hero__media,.reference-hero__image{position:absolute;inset:0;width:100%;height:100%}.reference-hero__image{object-fit:cover;object-position:center}.reference-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(249,245,237,.96) 0%,rgba(249,245,237,.9) 31%,rgba(249,245,237,.35) 52%,rgba(249,245,237,0) 68%)}.reference-hero__copy{position:relative;z-index:2;width:52%;padding:78px 0 65px 6.5%}.reference-kicker{margin:0;color:#54483e;font:12px/1.55 Arial,sans-serif;letter-spacing:.28em}.reference-rule{display:block;width:58px;height:1px;margin:25px 0 36px;background:#776c60}.reference-hero h1{max-width:660px;margin:0;color:#352116;font:500 clamp(64px,6.8vw,103px)/.94 Georgia,serif;letter-spacing:-.055em}.reference-hero__text{max-width:365px;margin:29px 0 38px;font:26px/1.35 Georgia,serif}.reference-button{display:inline-flex;min-width:260px;align-items:center;justify-content:space-between;padding:20px 24px;text-decoration:none;font:11px/1 Arial,sans-serif;letter-spacing:.18em}.reference-button--olive{background:#69715f;color:#fffaf2}.reference-handnote,.reference-feature__note{position:absolute;z-index:2;margin:0;font:italic 24px/1.05 Georgia,serif;transform:rotate(-7deg)}.reference-handnote{right:4.8%;bottom:7%;color:#4d3a2d}.reference-spaces{position:relative;padding:66px 4.7% 72px;background:#faf6ef}.reference-spaces:before{content:"";position:absolute;top:-25px;left:-2%;width:104%;height:40px;background:#faf6ef;clip-path:polygon(0 45%,4% 23%,8% 50%,12% 28%,17% 55%,21% 32%,26% 51%,31% 23%,36% 48%,41% 30%,46% 52%,51% 25%,56% 49%,61% 28%,66% 54%,71% 31%,76% 49%,81% 23%,86% 51%,91% 28%,96% 54%,100% 35%,100% 100%,0 100%)}.reference-spaces__heading{display:grid;grid-template-columns:auto minmax(70px,1fr) auto;align-items:center;gap:26px;margin-bottom:30px}.reference-spaces__heading h2{margin:0;font:500 clamp(48px,5vw,74px)/1 Georgia,serif;letter-spacing:-.045em}.reference-spaces__line{height:1px;background:#a69a8a}.reference-spaces__heading p{margin:0;font:10px/1.55 Arial,sans-serif;letter-spacing:.25em}.reference-spaces__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.reference-space-card{display:flex;min-width:0;overflow:hidden;border-radius:9px 9px 0 0;background:#f2eade;color:#33231a;text-decoration:none;flex-direction:column}.reference-space-card__media{display:block;overflow:hidden;aspect-ratio:.86}.reference-space-card__media img{width:100%;height:100%;display:block;object-fit:cover}.reference-space-card--2 img{filter:sepia(.24) saturate(.7) brightness(1.04)}.reference-space-card__label{display:flex;height:96px;align-items:center;justify-content:center;flex-direction:column;font:34px/1 Georgia,serif}.reference-space-card__label i{display:block;width:37px;height:1px;margin-top:15px;background:#55483f}.reference-feature{position:relative;display:grid;min-height:560px;grid-template-columns:46% 54%;background:#e8ddcd}.reference-feature:before{content:"";position:absolute;top:-17px;left:0;width:100%;height:26px;background:#e8ddcd;clip-path:polygon(0 42%,6% 18%,12% 48%,18% 25%,24% 50%,30% 20%,36% 49%,42% 25%,48% 51%,54% 19%,60% 47%,66% 23%,72% 50%,78% 19%,84% 47%,90% 25%,96% 50%,100% 31%,100% 100%,0 100%)}.reference-feature__copy{padding:77px 7% 58px}.reference-feature h2{max-width:520px;margin:25px 0 22px;font:500 clamp(52px,5.2vw,79px)/.94 Georgia,serif;letter-spacing:-.05em}.reference-feature__copy>p:not(.reference-kicker){max-width:430px;margin:0 0 38px;font:23px/1.35 Georgia,serif}.reference-button--outline{border:1px solid #4f3b2e;color:#3c2b22}.reference-feature__media{position:relative;overflow:hidden;min-height:560px}.reference-feature__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:63% center}.reference-feature__note{right:8%;top:16%;color:#4d3a2d}

@media(max-width:749px){.reference-announcement{height:32px;gap:7px;font-size:11px}.reference-leaf{font-size:15px}.reference-announcement-arrow{right:17px;font-size:22px}.fitz-reference-header{position:relative;top:auto;height:62px;padding:0 18px}.fitz-reference-header .menu-toggle{width:25px;gap:5px}.fitz-reference-header .menu-toggle i{width:23px;height:1px}.reference-wordmark{font-size:18px;letter-spacing:.29em}.reference-header-actions{gap:15px}.reference-search,.reference-bag{width:23px;height:23px}.reference-hero{min-height:590px}.reference-hero__image{object-position:61% center}.reference-hero__veil{background:linear-gradient(90deg,rgba(249,245,237,.97) 0%,rgba(249,245,237,.9) 34%,rgba(249,245,237,.26) 62%,rgba(249,245,237,0) 77%)}.reference-hero__copy{width:71%;padding:38px 0 36px 22px}.reference-kicker{font-size:8px;line-height:1.55;letter-spacing:.27em}.reference-rule{width:38px;margin:17px 0 27px}.reference-hero h1{font-size:43px;line-height:.92;letter-spacing:-.055em}.reference-hero__text{max-width:205px;margin:23px 0 29px;font-size:17px;line-height:1.38}.reference-button{min-width:190px;padding:15px 16px;font-size:8px}.reference-handnote{right:14px;bottom:21px;font-size:15px}.reference-spaces{padding:42px 14px 40px}.reference-spaces:before{top:-16px;height:25px}.reference-spaces__heading{grid-template-columns:auto 1fr auto;gap:12px;margin-bottom:20px}.reference-spaces__heading h2{font-size:38px;white-space:nowrap}.reference-spaces__heading p{font-size:6px;line-height:1.5;letter-spacing:.2em}.reference-spaces__grid{gap:7px}.reference-space-card{border-radius:6px 6px 0 0}.reference-space-card__media{aspect-ratio:.78}.reference-space-card__label{height:58px;font-size:20px}.reference-space-card__label i{width:25px;margin-top:9px}.reference-feature{min-height:360px;grid-template-columns:49% 51%}.reference-feature__copy{padding:47px 13px 32px 22px}.reference-feature h2{margin:18px 0 14px;font-size:35px;line-height:.94}.reference-feature__copy>p:not(.reference-kicker){margin-bottom:23px;font-size:14px;line-height:1.4}.reference-button--outline{min-width:0;width:100%;padding:14px 13px}.reference-feature__media{min-height:360px}.reference-feature__media img{object-position:69% center}.reference-feature__note{right:9px;top:28px;font-size:13px}.site-footer{padding-top:26px}}

/* Mobile collection product grid */
@media(max-width:749px){.collection-page .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.collection-page .product-card{min-width:0}.collection-page .product-card-image{height:auto;aspect-ratio:1}.collection-page .product-card-image img{object-fit:contain}}

/* Keep mobile header tracks within the viewport without clipping page content. */
@media(max-width:749px){.fitz-reference-header{grid-template-columns:25px minmax(0,1fr) 61px;column-gap:clamp(0px,calc((100vw - 338px)/2),12px)}.reference-wordmark{justify-self:center;font-size:clamp(14px,4.6154vw,18px)}}

/* Shared link CTA chevron: preserve the existing arrow slot. */
.fitz-cta-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.18em;height:1lh;vertical-align:middle;flex-shrink:0}.fitz-cta-chevron svg{display:block;flex-shrink:0;transform:none}

/* Reuse the header bag drawing in action buttons without changing the icon slot. */
.fitz-action-bag{display:inline-flex;align-items:center;justify-content:center;width:1.18em;height:1lh;flex-shrink:0}.fitz-action-bag svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}

/* Native pagination for regular collection grids. */
.collection-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:40px;font:11px var(--mono);letter-spacing:.08em}
.collection-pagination a,.collection-pagination .current,.collection-pagination .deco{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:10px 14px;border:1px solid currentColor;text-decoration:none;color:inherit}
.collection-pagination .current{background:var(--ink);color:var(--cream);border-color:var(--ink)}
.collection-pagination a:hover{background:var(--ink);color:var(--cream)}
.collection-pagination a:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
