/** Shopify CDN: Minification failed

Line 18:8 Expected identifier but found whitespace
Line 18:10 Unexpected "{"
Line 18:20 Expected ":"
Line 19:10 Expected identifier but found whitespace
Line 19:12 Unexpected "{"
Line 19:22 Expected ":"
Line 20:9 Expected identifier but found whitespace
Line 20:11 Unexpected "{"
Line 20:21 Expected ":"
Line 21:11 Expected identifier but found whitespace
... and 6 more hidden warnings

**/

:root{
  --ink: {{ settings.ink }};
  --paper: {{ settings.paper }};
  --soft: {{ settings.soft }};
  --accent: {{ settings.accent }};
  --line: rgba(17,17,17,.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --script: "Brush Script MT", "Segoe Script", cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);letter-spacing:.02em}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.announcement{text-align:center;padding:9px 14px;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.18em}
.site-header{position:relative;padding:18px 4vw 10px;border-bottom:1px solid var(--line);background:var(--header-bg,var(--paper));color:var(--header-text,var(--ink))}
.header-inner{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.brand-logo-link{display:flex;align-items:center;justify-content:center;min-width:0}.logo{width:{{ settings.logo_width }}px;max-width:45vw;height:auto}
.logo-fallback{font-family:var(--script);font-size:38px}
.nav{display:flex;gap:24px;align-items:center;font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}
.menu-toggle{display:none;background:none;border:0;padding:8px;cursor:pointer;flex-direction:column;gap:5px;align-items:flex-end;justify-content:center}
.menu-line{display:block;width:27px;border-top:2px dashed var(--ink);transition:all .2s ease}
.menu-toggle:hover .menu-line,.menu-toggle:focus .menu-line,.menu-toggle.is-active .menu-line{opacity:.6}
.menu-toggle.is-active .menu-line:nth-child(2){width:20px}
.menu-toggle.is-active .menu-line:nth-child(3){width:13px}
.hero{min-height:72vh;display:grid;place-items:center;padding:70px 5vw;text-align:center;border-bottom:1px solid var(--line)}
.hero-inner{max-width:900px}
.eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;margin-bottom:18px}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(48px,8vw,108px);line-height:.92;margin:0 0 22px}
.script{font-family:var(--script);font-weight:400}
.hero p{max-width:620px;margin:0 auto 30px;font-size:14px;line-height:1.8}
.button{display:inline-block;border:1px solid var(--ink);padding:13px 25px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;transition:.2s}
.button:hover{background:var(--ink);color:var(--paper)}
.section{padding:70px 5vw;border-bottom:1px solid var(--line)}
.section-head{max-width:1400px;margin:0 auto 30px;display:flex;justify-content:space-between;align-items:end;gap:20px}
.section-title{font-family:var(--serif);font-weight:400;font-size:42px;margin:0}
.section-subtitle{font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{position:relative}
.card-image{background:#fff;aspect-ratio:4/5;overflow:hidden;border:1px solid var(--line)}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.card:hover .card-image img{transform:scale(1.025)}
.card-info{padding:13px 0 5px}
.card-title{font-family:var(--serif);font-size:18px}
.card-price{font-size:11px;letter-spacing:.08em;margin-top:5px}
.rich{max-width:900px;margin:auto;text-align:center}
.rich h2{font-family:var(--serif);font-size:52px;font-weight:400;margin:0 0 18px}
.rich p{line-height:1.9;font-size:14px}
.footer{padding:45px 5vw;background:var(--ink);color:var(--paper)}
.footer-inner{max-width:1400px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.footer-brand{font-family:var(--script);font-size:42px}
.footer small{font-size:10px;letter-spacing:.1em;line-height:1.8}
.product{max-width:1400px;margin:auto;padding:65px 5vw;display:grid;grid-template-columns:1.1fr .9fr;gap:60px}
.product-media{background:#fff;border:1px solid var(--line)}
.product-media-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.product-media-item{background:#fff;border:1px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:220px}
.product-media-image,.product-media-video{display:block;width:100%;height:auto;object-fit:cover}
.product-media-item:first-child{grid-column:span 2}
.product-option-label{display:block;font-size:13px;margin:0 0 8px;font-weight:600}
.product-color-list{display:flex;flex-wrap:wrap;gap:8px;margin:-2px 0 14px}
.product-color-name{font-size:12px;border:1px solid var(--line);padding:6px 10px;background:#fff}
.product-info h1{font-family:var(--serif);font-weight:400;font-size:54px;line-height:1;margin:0 0 15px}
.product-price{font-size:16px;margin-bottom:25px}
.product-description{font-size:14px;line-height:1.8;margin-bottom:30px}
.product-form select,.product-form input{width:100%;padding:13px;border:1px solid var(--line);background:transparent;margin-bottom:14px}
.product-form button{width:100%;cursor:pointer}
.cart-page{max-width:1000px;margin:auto;padding:70px 5vw}
.cart-row{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}
@media(max-width:850px){
 .header-inner{grid-template-columns:1fr auto}
 .nav{display:none}.nav.mobile-open{display:flex;position:absolute;left:0;right:0;top:100%;z-index:20;background:var(--paper);padding:18px 4vw;border-bottom:1px solid var(--line);justify-content:center}.menu-toggle{display:block}
 .grid{grid-template-columns:repeat(2,1fr)}
 .product{grid-template-columns:1fr;gap:35px}
 .footer-inner{grid-template-columns:1fr}
 .hero{min-height:60vh}
}
@media(max-width:520px){
 .grid{grid-template-columns:1fr 1fr;gap:12px}
 .section{padding:50px 4vw}
 .section-title{font-size:34px}
 .hero h1{font-size:54px}
}

.model-feature{max-width:1400px;margin:0 auto;padding:75px 5vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;border-bottom:1px solid var(--line)}
.model-feature-image{background:#fff;overflow:hidden;border:1px solid var(--line)}
.model-feature-image img{width:100%;height:100%;object-fit:cover}
.model-feature-copy{max-width:520px}
.model-feature-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5vw,70px);line-height:.98;margin:0 0 22px}
.model-feature-copy p{font-size:14px;line-height:1.9;margin-bottom:28px}
@media(max-width:850px){.model-feature{grid-template-columns:1fr;gap:35px}.model-feature-copy{max-width:none}}

.design-spotlight{max-width:1400px;margin:0 auto;padding:75px 5vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;border-bottom:1px solid var(--line)}
.design-spotlight-image{background:#fff;border:1px solid var(--line);overflow:hidden}
.design-spotlight-image img{width:100%;height:100%;object-fit:cover}
.design-spotlight-copy{max-width:520px}
.design-spotlight-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5vw,70px);line-height:.98;margin:0 0 22px}
.design-spotlight-copy p{font-size:14px;line-height:1.9;margin-bottom:28px}
@media(max-width:850px){.design-spotlight{grid-template-columns:1fr;gap:35px}.design-spotlight-copy{max-width:none}}

.hero-shop-button{background:var(--ink);color:var(--paper);border-color:var(--ink);font-weight:600}
.hero-shop-button:hover,.hero-shop-button:focus{background:transparent;color:var(--ink);border-color:var(--ink)}
.hero-shop-button:active{transform:translateY(1px)}

.header-button{display:inline-block;transition:all .2s ease}
.header-button:hover,.header-button:focus{opacity:.6;text-decoration:underline;text-underline-offset:6px}.header-button.is-active{font-weight:700;text-decoration:underline;text-underline-offset:6px}.cart-header-button{cursor:pointer}
.header-button:active{transform:translateY(1px)}

.video-testimonial{padding:80px 5vw;background:var(--paper);border-bottom:1px solid var(--line)}
.video-testimonial-inner{max-width:1400px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}
.video-testimonial-copy{max-width:520px}
.video-testimonial-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5vw,70px);line-height:.98;margin:0 0 22px}
.video-testimonial-copy p{font-size:14px;line-height:1.9;margin-bottom:28px}
.video-testimonial-player{background:#000;border:1px solid var(--line);overflow:hidden}
.video-testimonial-player video{display:block;width:100%;max-height:650px;object-fit:contain;background:#000}
.customer-love-videos{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}
.testimonial-video-label{padding:13px 16px;background:var(--ink);color:var(--paper);font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.instagram-testimonial-card{border:1px solid var(--line);min-height:100%;padding:34px;display:flex;flex-direction:column;justify-content:center;background:#fff;transition:.2s}
.instagram-testimonial-card:hover{background:var(--ink);color:var(--paper);transform:translateY(-2px)}
.instagram-testimonial-icon{width:48px;height:48px;border:1px solid currentColor;display:grid;place-items:center;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:28px}
.instagram-testimonial-copy h3{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3vw,44px);line-height:1;margin:8px 0 16px}
.instagram-testimonial-copy p{font-size:13px;line-height:1.8;margin:0 0 24px}
.instagram-testimonial-copy span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;text-decoration:underline;text-underline-offset:5px}
@media(max-width:850px){.video-testimonial-inner{grid-template-columns:1fr;gap:35px}.video-testimonial-copy{max-width:none}.customer-love-videos{grid-template-columns:1fr}}

.model-shop-button,.collection-shop-button{background:var(--ink);color:var(--paper);border-color:var(--ink);font-weight:600;cursor:pointer}
.model-shop-button:hover,.model-shop-button:focus,.collection-shop-button:hover,.collection-shop-button:focus{background:transparent;color:var(--ink);border-color:var(--ink)}
.model-shop-button:active,.collection-shop-button:active{transform:translateY(1px)}

.site-header .logo{width:var(--header-logo-width,250px);height:auto}

@media (max-width: 800px){
  .product-media-gallery{grid-template-columns:1fr}
  .product-media-item:first-child{grid-column:auto}
}

.customer-love-story{max-width:1400px;margin:70px auto 0;padding:0 5vw;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:60px;align-items:center}
.customer-love-story-image{overflow:hidden;border:1px solid var(--line);background:var(--paper)}
.customer-love-story-image img{display:block;width:100%;height:auto;max-height:760px;object-fit:cover}
.customer-love-story-copy{max-width:720px}
.customer-love-story-copy h3{font-family:var(--serif);font-weight:400;font-size:clamp(34px,4vw,56px);line-height:1.05;margin:8px 0 22px}
.customer-love-story-copy blockquote{margin:0;font-size:16px;line-height:1.9}
@media(max-width:850px){.customer-love-story{grid-template-columns:1fr;gap:30px;margin-top:45px;padding-bottom:10px}.customer-love-story-copy{max-width:none}.customer-love-story-copy blockquote{font-size:15px;line-height:1.8}}

.customer-love-instagram {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
