@font-face{font-family:Sohne;src:url(/fonts/sohne-semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--serif:"Spectral",Georgia,serif;--sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--black:#111;--dark:#444;--mid:#999;--light:#f4f3f0;--border:#e5e4e0;--white:#fff;--bg:#faf9f7}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--black);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;padding:1.25rem 2rem}.header,.logo{display:flex;align-items:center}.logo-img{height:48px;width:auto;display:block}.nav-cta{font-size:.8125rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;background:var(--black);color:var(--white);padding:.5rem 1.25rem;border-radius:2px;transition:background .2s}.nav-cta:hover{background:#333}.hero{padding:6rem 2rem 5rem;max-width:900px;margin:0 auto;text-align:center}.hero h1{font-family:"Sohne",var(--serif);font-size:clamp(4.5rem,14vw,9rem);font-weight:600;letter-spacing:-.03em;line-height:.95;margin-bottom:1.75rem}.hero p{font-size:1.0625rem;color:var(--dark);max-width:460px;margin:0 auto 2rem;line-height:1.8}.hero-btn{display:inline-block;border:1.5px solid var(--black);padding:.75rem 2rem;font-size:.8125rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;border-radius:2px;transition:background .2s,color .2s}.hero-btn:hover{background:var(--black);color:var(--white)}.products{padding:4rem 2rem 5rem;max-width:1200px;margin:0 auto}.products>h2{font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--mid);text-align:center;margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:880px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.product-grid{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:transform .22s,box-shadow .22s}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.09)}.card-image{aspect-ratio:4/3;background:var(--light);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .card-image img{transform:scale(1.04)}.card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--mid);font-size:.8rem;letter-spacing:.04em}.card-body{padding:1.25rem 1.375rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1 1}.card-body h3{font-family:var(--serif);font-size:1.375rem;font-weight:400}.card-tagline{font-size:.875rem;color:var(--dark)}.color-dots{display:flex;gap:6px;flex-wrap:wrap}.color-dot{width:17px;height:17px;border-radius:50%;border:1.5px solid rgba(0,0,0,.1);display:inline-block}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem}.price{font-size:1.125rem;font-weight:600}.card-link{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:500;color:var(--dark)}.quote{background:var(--black);color:var(--white);padding:6rem 2rem;text-align:center}.quote blockquote{font-family:var(--serif);font-style:italic;font-size:clamp(1.1rem,3vw,1.5rem);line-height:1.65;max-width:680px;margin:0 auto 1.5rem}.quote cite{font-size:.75rem;color:hsla(0,0%,100%,.45);letter-spacing:.1em;text-transform:uppercase}.about{padding:5rem 2rem;border-bottom:1px solid var(--border)}.about-inner{max-width:600px;margin:0 auto}.about h2{font-family:var(--serif);font-size:1.875rem;font-weight:400;margin-bottom:1.5rem}.about p{color:var(--dark);line-height:1.85;margin-bottom:1rem;font-size:.9375rem}.about p:last-child{margin-bottom:0}.order{padding:5rem 2rem;background:var(--light)}.order-inner{max-width:520px;margin:0 auto;text-align:center}.order h2{font-family:var(--serif);font-size:2rem;font-weight:400;margin-bottom:1rem}.order p{color:var(--dark);margin-bottom:1.75rem;line-height:1.75;font-size:.9375rem}.order-btn{display:inline-block;background:var(--black);color:var(--white);padding:.9rem 2rem;font-size:.875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;transition:background .2s}.order-btn:hover{background:#333}.delivery-note{margin-top:1rem;font-size:.8125rem;color:var(--mid)}.footer{border-top:1px solid var(--border);padding:2.5rem 2rem;flex-direction:column;gap:.625rem;text-align:center}.footer,.footer-logo{display:flex;align-items:center}.footer p{font-size:.8125rem;color:var(--mid)}.footer a{color:var(--dark);transition:color .2s}.footer a:hover{color:var(--black)}.product-page{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 6rem}.back-link{display:inline-block;margin-bottom:2.5rem;font-size:.875rem;color:var(--dark);transition:color .2s}.back-link:hover{color:var(--black)}.product-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4.5rem;gap:4.5rem;align-items:start}@media (max-width:768px){.product-layout{grid-template-columns:1fr;gap:2.5rem}}.gallery-main{aspect-ratio:4/3;background:var(--light);border-radius:4px;overflow:hidden}.gallery-main--clickable{cursor:zoom-in}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:100%;color:var(--mid);font-size:.875rem}.gallery-nav,.gallery-placeholder{display:flex;align-items:center;justify-content:center}.gallery-nav{gap:.75rem;margin-top:.875rem}.gallery-btn{background:var(--black);color:var(--white);border:none;width:36px;height:36px;border-radius:50%;font-size:1.375rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.gallery-btn:hover:not(:disabled){background:#333}.gallery-btn:disabled{background:#ccc;cursor:not-allowed}.gallery-count{font-size:.8125rem;color:var(--mid);min-width:48px;text-align:center}.gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.875rem}.gallery-thumb{width:64px;height:64px;border-radius:3px;overflow:hidden;border:2px solid transparent;background:none;padding:0;opacity:.55;transition:opacity .2s,border-color .2s}.gallery-thumb.active{opacity:1;border-color:var(--black)}.gallery-thumb:hover{opacity:1}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-details{padding-top:.5rem}.product-details h1{font-family:var(--serif);font-size:2.5rem;font-weight:400;margin-bottom:.375rem;line-height:1.15}.product-tagline-italic{font-family:var(--serif);font-style:italic;color:var(--dark);margin-bottom:1.25rem;font-size:1rem}.product-desc{color:var(--dark);line-height:1.8;margin-bottom:2rem;font-size:.9375rem}.section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--dark);margin-bottom:.875rem}.colors-section{margin-bottom:2rem}.color-swatches{display:flex;gap:1rem;flex-wrap:wrap}.swatch{display:flex;flex-direction:column;align-items:center;gap:.375rem}.swatch-circle{width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12)}.swatch-name{font-size:.6375rem;color:var(--mid);text-align:center;max-width:54px;line-height:1.3}.price-section{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2.25rem}.big-price{font-size:2.25rem;font-weight:600}.price-note{font-size:.875rem;color:var(--mid)}.order-box{background:var(--light);border-radius:6px;padding:1.75rem}.order-box h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;margin-bottom:.5rem}.order-box p{font-size:.875rem;color:var(--dark);line-height:1.65;margin-bottom:1.25rem}.order-box .order-btn{display:block;text-align:center;width:100%}.delivery{margin-top:.875rem;font-size:.8rem;color:var(--mid);text-align:center}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:2px;box-shadow:0 8px 48px rgba(0,0,0,.6);cursor:default}.lightbox-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:#fff;font-size:1.5rem;line-height:1;padding:.5rem;opacity:.7;transition:opacity .2s;cursor:pointer}.lightbox-close:hover{opacity:1}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.12);border:none;color:#fff;font-size:2.5rem;line-height:1;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer}.lightbox-arrow:hover{background:hsla(0,0%,100%,.25)}.lightbox-arrow--left{left:1.5rem}.lightbox-arrow--right{right:1.5rem}.lightbox-count{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.5);font-size:.8125rem;letter-spacing:.06em}