:root{--bg:#fcfcfc;--ink:#103948;--link:#052c46;--bg-alt:#ebeced;--accent:#bc5631;--accent-dark:#572817}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:1.1rem;line-height:1.6}a{color:var(--link)}h1,h2,h3{font-weight:500;letter-spacing:.02em}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.section-alt{background:var(--bg-alt)}.section-inverse{background:var(--ink);color:var(--bg)}.btn,.section-inverse a{color:var(--bg)}.btn{display:inline-block;border:none;cursor:pointer;background:var(--ink);font:inherit;padding:.7rem 1.6rem;letter-spacing:.05em}.btn:disabled{opacity:.5;cursor:default}.badge-sold,.btn-accent{background:var(--accent)}.badge-sold{color:var(--bg);padding:.15rem .6rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}input,select,textarea{font:inherit;color:var(--ink);padding:.5rem;border:1px solid var(--ink);background:var(--bg);width:100%}label{display:block;margin:.8rem 0 .2rem}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.admin-toolbar input{flex:1 1 14rem;min-width:0;width:auto}.admin-toolbar select{width:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--bg-alt)}.site-header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:1.5rem;row-gap:.5rem;padding-top:1.25rem;padding-bottom:1.25rem}.site-wordmark{font-size:1.5rem;font-weight:700;letter-spacing:.06em;text-decoration:none;color:var(--ink);text-transform:uppercase}.site-wordmark:hover{color:var(--accent)}.site-logo{height:48px;width:auto;display:block}.site-nav-wrap{position:relative;display:flex;align-items:center}.site-nav-mobile{display:none;align-items:center;gap:1rem}.site-burger{display:none}.site-nav{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 2rem;list-style:none;margin:0;padding:0}.site-nav a{text-decoration:none;color:var(--ink);font-size:.95rem;letter-spacing:.04em;transition:color .15s;white-space:nowrap}.site-nav a:hover{color:var(--accent)}@media (max-width:700px){.site-nav-links{display:none}.site-nav-mobile{display:flex}.site-burger{display:block;background:none;border:none;font-size:1.6rem;color:var(--ink);cursor:pointer;line-height:1;padding:0}.site-nav-panel{position:absolute;top:100%;right:0;left:auto;min-width:200px;background:var(--bg);border-bottom:1px solid var(--bg-alt);border-left:1px solid var(--bg-alt);box-shadow:0 6px 16px rgba(16,57,72,.12);z-index:110}.site-nav-panel ul{list-style:none;margin:0;padding:.5rem 0}.site-nav-panel li{display:block}.site-nav-panel a{display:block;padding:.7rem 1.25rem;text-decoration:none;color:var(--ink);letter-spacing:.04em}.site-nav-panel a:hover{color:var(--accent);background:var(--bg-alt)}}.site-footer{margin-top:4rem;padding:2.5rem 0}.site-footer .container{display:flex;flex-direction:column;gap:1rem;font-size:.9rem}.site-footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;margin:0;padding:0}.site-footer-links a{text-decoration:none;opacity:.85;transition:opacity .15s}.site-footer-links a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}.site-footer-copy{opacity:.7;font-size:.85rem}.site-footer-note{margin:0;max-width:700px}.section-pad{padding:3rem 0}.hero{background:var(--ink);min-height:60vh;display:flex;align-items:center}.hero-image{background-size:cover;background-position:50%;min-height:420px}.hero-inner{padding-top:4rem;padding-bottom:4rem}.hero-tagline{color:var(--bg);font-style:italic;font-size:clamp(1.3rem,3vw,2rem);max-width:700px;line-height:1.5;margin:0}.page-hero-title{color:var(--bg);font-size:clamp(1.8rem,4vw,3rem);margin:0}.page-body{max-width:720px}.photo-band{display:block;background:var(--bg-alt)}.content-photo,.photo-band{width:100%;height:auto;max-height:70vh;object-fit:contain}.content-photo{background:var(--bg);margin-block:2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:2rem;gap:2rem;margin-top:1.5rem}.product-card{text-decoration:none;color:var(--ink);display:block}.product-card:hover .product-card-image{opacity:.9}.product-card-image-wrap{position:relative;overflow:hidden}.product-card-image{object-fit:contain;width:100%;display:block;transition:opacity .2s}.product-card-image,.product-card-image--placeholder{aspect-ratio:1;background:var(--bg-alt)}.product-card-badge{position:absolute;top:.6rem;left:.6rem}.product-card-body{padding:.6rem 0 0}.product-card-title{margin:0 0 .2rem;font-size:.95rem}.product-card-price{margin:0;font-size:.9rem;opacity:.75}.collection-filter{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin:1rem 0 2rem;padding:0;list-style:none}.collection-filter-link{text-decoration:none;color:var(--link);font-size:.9rem;letter-spacing:.04em;border-bottom:1px solid transparent}.collection-filter-link--active,.collection-filter-link:hover{border-bottom-color:var(--accent);color:var(--accent)}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.product-detail-collection{margin:.25rem 0;font-size:.9rem;opacity:.8}.product-detail-dimensions{margin:.25rem 0;font-size:.85rem;opacity:.65}.product-detail-description{margin:1.25rem 0}.product-detail-price{font-size:1.5rem;font-weight:600;margin:1rem 0}@media (max-width:700px){.product-detail{grid-template-columns:1fr;gap:1.5rem}}.carousel{display:flex;flex-direction:column;gap:.75rem}.carousel-main{position:relative}.carousel-main-img{height:auto;max-height:70vh;object-fit:contain;display:block}.carousel-empty,.carousel-main-img{width:100%;background:var(--bg-alt)}.carousel-empty{aspect-ratio:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--bg);border:none;cursor:pointer;width:2.2rem;height:2.2rem;font-size:1.1rem;display:flex;align-items:center;justify-content:center;opacity:.85}.carousel-arrow:hover{opacity:1}.carousel-arrow--prev{left:.5rem}.carousel-arrow--next{right:.5rem}.carousel-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.carousel-thumb{padding:0;border:2px solid transparent;cursor:pointer;background:none;width:64px;height:64px;overflow:hidden}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block}.carousel-thumb--active{border-color:var(--accent)}.expositie-jaar{opacity:.65;font-size:.9rem;margin-top:-.5rem}.cart-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--bg-alt)}.cart-row-thumb{width:72px;height:72px;object-fit:cover;flex-shrink:0}.cart-row-thumb--placeholder{background:var(--bg-alt)}.cart-row-info{flex:1 1;min-width:0}.cart-row-info a{text-decoration:none;color:var(--ink)}.cart-row-info a:hover{text-decoration:underline;text-underline-offset:3px}.cart-row-price{margin:.2rem 0 0;opacity:.75;font-size:.95rem}.totals-table{margin-top:1.5rem;border-collapse:collapse;min-width:260px}.totals-table td{padding:.3rem 1rem .3rem 0;font-size:.95rem}.totals-table td:last-child{text-align:right;padding-right:0}.totals-table-total td{font-weight:600;padding-top:.6rem;border-top:1px solid var(--ink)}.radio-row{display:flex;align-items:center;gap:.5rem;margin:.4rem 0;font-size:.95rem;cursor:pointer}.radio-row input[type=radio]{width:auto;cursor:pointer}.radio-note{font-size:.85rem;opacity:.7;margin:.5rem 0 0}.checkout-form{max-width:480px}.checkout-form label{font-size:.9rem;margin-top:1rem}.checkout-form input{margin-top:.2rem}@media (max-width:700px){.checkout-form-grid{grid-template-columns:1fr;gap:1.5rem}}.upload-thumbs{display:flex;flex-wrap:wrap;gap:.75rem;margin:.75rem 0}.upload-thumb{position:relative;width:96px;height:96px;background:var(--bg-alt)}.upload-thumb img{width:96px;height:96px;object-fit:cover;display:block}.upload-thumb-controls{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;background:rgba(16,57,72,.75)}.upload-thumb-controls button{flex:1 1;background:none;border:none;color:var(--bg);cursor:pointer;font:inherit;padding:.2rem 0;line-height:1}.upload-thumb-controls button:disabled{opacity:.4;cursor:default}.spinner-note{font-size:.85rem;opacity:.75;margin:.4rem 0 0}.field-row{display:flex;align-items:center;gap:1rem;margin:1rem 0;flex-wrap:wrap}.admin-shell{min-height:100vh;background:var(--bg)}.admin-main{padding:2rem 1.5rem;max-width:1100px;margin:0 auto}.admin-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--ink);display:flex;align-items:center;gap:1rem;padding:0 1rem}.admin-nav-brand{color:var(--bg);font-weight:700;letter-spacing:.06em;padding:.85rem .25rem;text-transform:uppercase;font-size:.85rem}.admin-nav-tabs{display:flex;flex:1 1;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.admin-nav-tabs::-webkit-scrollbar{display:none}.admin-tab{color:var(--bg);text-decoration:none;letter-spacing:.03em;font-size:.95rem;padding:.85rem .9rem;white-space:nowrap;opacity:.75;border-bottom:3px solid transparent;transition:opacity .15s}.admin-tab:hover{opacity:1}.admin-tab--active{opacity:1;font-weight:700;border-bottom-color:var(--accent);background:rgba(252,252,252,.07)}.admin-nav-site{color:var(--bg);opacity:.75;text-decoration:none;font-size:.85rem;white-space:nowrap;padding:.85rem .25rem}.admin-nav-site:hover{opacity:1}@media (max-width:700px){.admin-nav{gap:.5rem}.admin-nav-brand,.admin-nav-site{display:none}}@font-face{font-family:Cormorant;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Fallback;src:local("Times New Roman");ascent-override:95.52%;descent-override:29.67%;line-gap-override:0.00%;size-adjust:96.74%}.__className_8256f1{font-family:Cormorant,Cormorant Fallback;font-style:normal}