:root{--cream: #FAF8F5;--warm: #F4EDE0;--white: #FFFFFF;--text: #2D2420;--muted: #7A7068;--gold: #C8A97E;--gold-dk: #9B7B50;--gold-lt: #F0E0C8;--line: #E9DFD0;--ink: #1A1612;--shadow: 0 8px 32px rgba(28,24,20,.08);--shadow-lg:0 24px 64px rgba(28,24,20,.14);--r: 14px;--r-lg: 22px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.announcement-bar{background:#1a1612;color:var(--gold);height:28px;overflow:hidden;display:flex;align-items:center}.announcement-track{display:flex;white-space:nowrap;animation:marquee 32s linear infinite}.announcement-track:hover{animation-play-state:paused}.announcement-item{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:0 28px}.announcement-item:before{content:"✦";margin-right:18px;opacity:.45}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header-wrap{position:sticky;top:0;z-index:100}.site-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:0 clamp(16px,4vw,56px);height:66px;background:#faf8f5f5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px}.brand-mark{width:42px;height:42px;object-fit:contain;border:none;background:transparent;border-radius:0;box-shadow:none}.brand-text strong{display:block;font-size:.9rem;font-weight:900;letter-spacing:-.02em;color:var(--text)}.brand-text small{display:block;font-size:.62rem;color:var(--muted);letter-spacing:.02em;font-weight:500}.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,28px)}.nav-links a{font-size:.85rem;font-weight:600;color:var(--muted);letter-spacing:.01em;transition:color .15s;padding:4px 0;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-links a.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--gold);border-radius:2px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:999px;background:var(--gold);color:var(--white);cursor:pointer;font-weight:700;font-size:.88rem;letter-spacing:.01em;border:1.5px solid var(--gold);transition:transform .14s,box-shadow .14s,background .14s;text-decoration:none;white-space:nowrap}.button:hover{transform:translateY(-1px);box-shadow:0 10px 28px #c8a97e4d}.button-secondary{background:var(--white);color:var(--text);border-color:var(--line)}.button-secondary:hover{border-color:var(--gold);box-shadow:0 4px 14px #c8a97e24}.button-small{min-height:38px;padding:0 18px;font-size:.82rem}.button-dark{background:var(--ink);color:var(--white);border-color:var(--ink)}.button-dark:hover{box-shadow:0 10px 28px #1c18144d}.cart-btn{display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:38px;border-radius:999px;border:1.5px solid var(--line);background:var(--white);color:var(--text);font-size:.82rem;font-weight:700;cursor:pointer;text-decoration:none;position:relative;transition:border-color .15s,box-shadow .15s}.cart-btn:hover{border-color:var(--gold);box-shadow:0 2px 14px #c8a97e2e}.cart-badge{position:absolute;top:-7px;right:-7px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:var(--white);font-size:.66rem;font-weight:900;display:grid;place-items:center}.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin:0}.text-link{font-size:.83rem;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:4px;margin-bottom:16px;transition:color .15s}.text-link:hover{color:var(--gold)}.hero{position:relative;overflow:hidden;min-height:calc(90vh - 94px);display:flex;align-items:center}.hero-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:translate(100%);transition:transform .9s cubic-bezier(.4,0,.2,1);will-change:transform}.hero-slide-bg.active{transform:translate(0)}.hero-slide-bg.exiting{transform:translate(-100%)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0c0906b8,#0c090673 55%,#0c09061f);z-index:1}.hero-content{position:relative;z-index:2;padding:clamp(48px,7vw,96px) clamp(32px,6vw,88px);max-width:660px}.hero-content .eyebrow{color:var(--gold);margin-bottom:22px}.hero-h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,5rem);line-height:1;letter-spacing:-.04em;color:#fff;margin:0 0 22px}.hero-copy{font-size:1.08rem;color:#ffffffb8;line-height:1.72;margin:0 0 36px;max-width:440px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-actions .button-secondary{background:#ffffff1f;color:#fff;border-color:#ffffff59}.hero-actions .button-secondary:hover{background:#ffffff38;border-color:#fff9;box-shadow:none}.hero-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:transparent;padding:0;cursor:pointer;transition:background .25s,border-color .25s,transform .25s}.hero-dot.active{background:var(--gold);border-color:var(--gold);transform:scale(1.25)}.trust-bar{display:flex;align-items:stretch;background:var(--ink);overflow-x:auto}.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-right:1px solid rgba(255,255,255,.07);white-space:nowrap;flex:1}.trust-item:last-child{border-right:0}.trust-icon{color:var(--gold);font-size:.95rem}.trust-text{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffa6}.home-products{padding:clamp(60px,8vw,100px) clamp(24px,5vw,72px);background:var(--white)}.section-header{text-align:center;margin-bottom:48px}.section-header .eyebrow{margin-bottom:12px}.section-title{font-family:Georgia,serif;font-size:clamp(1.9rem,3.2vw,2.8rem);line-height:1.08;letter-spacing:-.03em;color:var(--ink);margin:0}.home-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1080px;margin:0 auto}.product-card{border-radius:var(--r-lg);overflow:hidden;background:var(--white);border:1px solid var(--line);transition:box-shadow .22s,transform .22s;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{box-shadow:0 16px 52px #1c18141c;transform:translateY(-3px)}.product-card-img{position:relative;aspect-ratio:3 / 2;background:var(--warm);overflow:hidden}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-img-logo{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card-img-logo img{width:45%;object-fit:contain}.product-badge{position:absolute;top:14px;left:14px;padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:var(--gold);color:var(--white)}.product-badge-green{background:#2f6b3f}.product-card-body{padding:22px 24px 26px;flex:1;display:flex;flex-direction:column}.product-card-body h3{font-family:Georgia,serif;font-size:1.15rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;margin:0 0 8px}.product-card-body p{font-size:.86rem;color:var(--muted);line-height:1.65;margin:0 0 18px;flex:1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-from{font-size:.8rem;color:var(--muted);font-weight:600}.product-from strong{display:block;font-size:1.05rem;color:var(--gold-dk);font-weight:900}.how-it-works{padding:clamp(60px,8vw,100px) clamp(24px,5vw,72px);background:var(--warm)}.hiw-inner{max-width:1080px;margin:0 auto}.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;margin-top:48px}.hiw-connector{position:absolute;top:27px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:1px;background:linear-gradient(90deg,var(--gold-lt),var(--gold),var(--gold-lt));z-index:0}.hiw-step{text-align:center;position:relative;z-index:1}.hiw-num{width:56px;height:56px;border-radius:50%;background:var(--white);border:2px solid var(--gold);color:var(--gold-dk);font-size:.9rem;font-weight:900;display:grid;place-items:center;margin:0 auto 18px;box-shadow:0 4px 16px #c8a97e38}.hiw-step h3{font-family:Georgia,serif;font-size:1rem;margin:0 0 8px}.hiw-step p{font-size:.84rem;color:var(--muted);line-height:1.65;margin:0}.cta-band{padding:clamp(56px,7vw,90px) clamp(24px,5vw,72px);background:var(--ink);text-align:center}.cta-band .eyebrow{margin-bottom:14px}.cta-band h2{font-family:Georgia,serif;font-size:clamp(1.9rem,3.5vw,3rem);color:var(--white);letter-spacing:-.03em;line-height:1.1;margin:0 0 18px}.cta-band p{font-size:1rem;color:#ffffff94;margin:0 auto 34px;max-width:480px;line-height:1.72}.page-head{padding:clamp(44px,6vw,72px) clamp(24px,5vw,72px) clamp(28px,4vw,44px);border-bottom:1px solid var(--line)}.page-head .eyebrow{margin-bottom:12px}.page-head h1{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em;line-height:1.08;color:var(--ink);margin:0 0 14px}.page-head p{font-size:.96rem;color:var(--muted);line-height:1.72;max-width:520px;margin:0}.page-hero{padding:clamp(40px,6vw,64px) clamp(24px,5vw,72px) clamp(24px,4vw,40px);background:linear-gradient(135deg,var(--cream),var(--warm));border-bottom:1px solid var(--line)}.page-hero .eyebrow{margin-bottom:10px}.page-hero h1{font-family:Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.6rem);margin:0 0 12px;letter-spacing:-.03em}.page-hero p:not(.eyebrow){font-size:.96rem;color:var(--muted);max-width:680px;line-height:1.7;margin:0}.shop-page{padding:clamp(36px,5vw,64px) clamp(24px,5vw,72px);max-width:1200px;margin:0 auto}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gallery-page{padding:clamp(36px,5vw,64px) clamp(24px,5vw,72px);max-width:1200px;margin:0 auto}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:var(--white);transition:box-shadow .22s,transform .22s}.gallery-item:hover{box-shadow:0 12px 36px #1c18141a;transform:translateY(-2px)}.gallery-item-img{aspect-ratio:4 / 3;overflow:hidden}.gallery-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-item-img img{transform:scale(1.05)}.gallery-item-label{padding:14px 18px 16px}.gallery-item-label h3{font-size:.95rem;font-weight:700;margin:0 0 4px}.gallery-item-label p{font-size:.82rem;color:var(--muted);margin:0;line-height:1.5}.about-split{display:grid;grid-template-columns:1fr 1fr;min-height:58vh}.about-text{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,7vw,96px) clamp(28px,5vw,72px);background:var(--cream)}.about-text .eyebrow{margin-bottom:20px}.about-text h1{font-family:Georgia,serif;font-size:clamp(2rem,3.5vw,3.2rem);letter-spacing:-.03em;line-height:1.08;margin:0 0 22px}.about-text p{font-size:1rem;color:var(--muted);line-height:1.8;max-width:440px;margin:0 0 14px}.about-text p:last-child{margin:0}.about-image{background:var(--warm);display:flex;align-items:center;justify-content:center}.about-image img{width:50%;object-fit:contain;opacity:.85}.about-values{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.about-value{padding:clamp(28px,4vw,48px);border-right:1px solid var(--line);background:var(--white)}.about-value:last-child{border-right:0}.about-value-icon{font-size:1.6rem;margin-bottom:16px}.about-value h3{font-family:Georgia,serif;font-size:1.05rem;margin:0 0 8px}.about-value p{font-size:.87rem;color:var(--muted);line-height:1.7;margin:0}.faq-page{padding:clamp(44px,6vw,72px) clamp(24px,5vw,72px);max-width:1200px;margin:0 auto}.faq-list{max-width:720px;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--white)}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:0}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 28px;border:0;background:transparent;color:var(--text);cursor:pointer;font-weight:700;font-size:.95rem;text-align:left;transition:background .14s}.faq-q:hover,.faq-q[aria-expanded=true]{background:var(--cream)}.faq-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;font-size:.86rem;color:var(--gold-dk);flex-shrink:0;transition:transform .2s,border-color .2s;font-style:normal;line-height:1}.faq-q[aria-expanded=true] .faq-icon{transform:rotate(45deg);border-color:var(--gold);color:var(--gold)}.faq-a{padding:0 28px 22px;color:var(--muted);font-size:.92rem;line-height:1.75;margin:0}.contact-split{display:grid;grid-template-columns:1fr 1.2fr}.contact-info-panel{padding:clamp(48px,7vw,96px) clamp(28px,5vw,64px);background:var(--ink);display:flex;flex-direction:column;justify-content:center}.contact-info-panel .eyebrow{margin-bottom:18px}.contact-info-panel h1{font-family:Georgia,serif;font-size:clamp(1.9rem,3vw,2.6rem);color:var(--white);letter-spacing:-.03em;line-height:1.1;margin:0 0 20px}.contact-info-panel>p{font-size:.95rem;color:#ffffff94;line-height:1.75;max-width:360px;margin:0 0 32px}.contact-details{display:flex;flex-direction:column;gap:14px}.contact-detail{display:flex;align-items:center;gap:12px;font-size:.86rem;color:#ffffffa6;font-weight:600}.contact-detail-icon{width:32px;height:32px;border-radius:8px;background:#c8a97e26;border:1px solid rgba(200,169,126,.3);display:grid;place-items:center;font-size:.85rem;color:var(--gold);flex-shrink:0}.contact-form-panel{padding:clamp(48px,7vw,96px) clamp(28px,5vw,64px);background:var(--cream);display:flex;flex-direction:column;justify-content:center}.contact-form-panel .eyebrow{margin-bottom:12px}.contact-form-panel h2{font-family:Georgia,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);letter-spacing:-.02em;margin:0 0 28px}.contact-form{display:flex;flex-direction:column;gap:16px;max-width:460px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.form-input{border:1.5px solid var(--line);border-radius:var(--r);background:var(--white);color:var(--text);padding:12px 14px;font-size:.93rem;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.form-input:focus{border-color:var(--gold);box-shadow:0 0 0 4px #c8a97e1f}.form-textarea{resize:vertical;min-height:130px;line-height:1.6}.product-page-layout{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:52px;padding:32px clamp(16px,3vw,56px) 80px;align-items:start}.puzzle-section{grid-template-columns:1fr 400px}.gallery-wrap{display:grid;grid-template-columns:64px 1fr;gap:12px;position:sticky;top:86px;align-self:start}.gallery-thumbs{display:flex;flex-direction:column;gap:8px}.gallery-thumb{width:60px;height:60px;border-radius:10px;border:2px solid transparent;padding:2px;background:var(--white);cursor:pointer;box-shadow:0 2px 8px #1c181414;overflow:hidden;flex-shrink:0;transition:border-color .15s}.gallery-thumb.active{border-color:var(--gold);box-shadow:0 2px 12px #c8a97e59}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px;display:block}.gallery-main{background:linear-gradient(145deg,#ede5d9,#d6c9b6);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:44px 24px 28px;min-height:440px}.gallery-magnet{width:50%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;box-shadow:0 24px 64px #1c18144d,0 6px 20px #1c181429}.gallery-magnet.rect{width:42%;aspect-ratio:2 / 3}.gallery-magnet img{width:100%;height:100%;object-fit:cover;display:block}.gallery-caption{font-size:.66rem;color:#8a7a68;text-align:center;letter-spacing:.03em;margin:0}.product-purchase-panel{align-self:start;padding:0;background:transparent;border:none;box-shadow:none}.product-purchase-panel h1{font-family:Georgia,serif;font-size:clamp(1.5rem,2.4vw,1.9rem);line-height:1.1;letter-spacing:-.03em;margin:0 0 6px}.rating{color:#e8b84b;font-size:.95rem;letter-spacing:.06em;margin:4px 0 10px}.price{font-size:1.7rem;font-weight:900;font-family:Georgia,serif;color:var(--ink);letter-spacing:-.03em;margin:0 0 6px}.payment-note{font-size:.87rem;color:var(--muted);line-height:1.62;margin:0 0 22px}.choice-group{margin:0;padding:0;border:none;border-top:1px solid var(--line)}.choice-group legend{display:block;width:100%;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:18px 0 12px}.size-choice-buttons{background:#ede8df;border-radius:999px;padding:4px;display:flex;gap:0;width:100%;margin-bottom:4px}.size-choice-buttons button{flex:1;min-height:40px!important;padding:0 12px!important;border:none!important;border-radius:999px!important;background:transparent!important;color:var(--muted)!important;box-shadow:none!important;font-size:.85rem;font-weight:600;transition:background .18s,color .18s}.size-choice-buttons button:hover:not(.selected):not(:disabled){background:#ffffff73!important}.size-choice-buttons button.selected{background:var(--white)!important;color:var(--text)!important;box-shadow:0 2px 10px #1c18141a!important}.pack-choice-buttons{display:flex;flex-direction:column;gap:8px}.pack-choice-buttons button{width:100%;min-height:58px;padding:12px 16px;border-radius:var(--r);border:1.5px solid var(--line);background:var(--white);display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-size:.91rem;font-weight:700;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s}.pack-choice-buttons button:hover:not(.selected){border-color:var(--gold);background:#fffdf9}.pack-choice-buttons button.selected{border-color:var(--gold);border-left-width:4px;background:#fffbf4;box-shadow:0 2px 14px #c8a97e2e}.pack-label{display:flex;flex-direction:column;gap:3px}.pack-tag{font-size:.7rem;font-weight:700;color:var(--gold-dk);letter-spacing:.03em;line-height:1}.pack-price{font-size:1rem;font-weight:900;color:var(--ink);white-space:nowrap;flex-shrink:0}.quantity-stepper{display:inline-grid;grid-template-columns:44px 44px 44px;align-items:center;min-height:48px;border:1.5px solid var(--line);border-radius:var(--r);background:var(--white);overflow:hidden}.quantity-stepper button{height:100%;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:1.3rem;font-weight:800;transition:background .14s,color .14s}.quantity-stepper button:hover{background:var(--cream);color:var(--text)}.quantity-stepper span{text-align:center;font-size:1rem;font-weight:700}.cart-action-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin:20px 0 0}.cart-action-row .quantity-stepper{margin:0}.upload-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;min-height:90px;margin:0 0 16px;border:2px dashed #D4C7B4;border-radius:16px;background:var(--cream);color:var(--gold-dk);cursor:pointer;font-size:.85rem;font-weight:700;letter-spacing:.04em;transition:background .14s,border-color .14s}.upload-button:before{content:"↑";font-size:1.5rem;line-height:1;opacity:.45}.upload-button:hover{background:#fff4e6;border-color:var(--gold)}.upload-button input{display:none}.photo-management{border:1px solid var(--line);border-radius:var(--r);background:var(--warm);padding:14px 16px;margin-bottom:16px}.photo-management-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:.88rem;font-weight:800}.preview-toggle{border:0;background:transparent;color:var(--gold-dk);font-size:.8rem;font-weight:700;cursor:pointer;padding:0}.photo-file-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.photo-file-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:8px;background:var(--white);border:1px solid var(--line)}.photo-file-name{font-size:.81rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.photo-delete-btn{flex-shrink:0;width:22px;height:22px;border:1px solid #ddd;border-radius:50%;background:var(--white);color:#888;cursor:pointer;font-size:1rem;line-height:1;display:grid;place-items:center;padding:0}.photo-delete-btn:hover{border-color:#c0392b;color:#c0392b}.photo-add-more{display:inline-flex;align-items:center;gap:6px;font-size:.83rem;font-weight:700;color:var(--gold-dk);cursor:pointer}.photo-add-more input{display:none}.photo-add-more:hover{text-decoration:underline}.photo-preview-inner{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.photo-preview-grid{display:grid;gap:8px;margin-bottom:8px}.magnet-frame{border-radius:8px;overflow:hidden;border:1.5px solid var(--gold);box-shadow:0 4px 12px #1c18141a}.magnet-frame.square{aspect-ratio:1 / 1}.magnet-frame.rect{aspect-ratio:2 / 3}.magnet-frame img{width:100%;height:100%;object-fit:cover;display:block}.photo-preview-label{margin:0;font-size:.76rem;color:var(--muted);text-align:center}.consent-toggle{display:grid;grid-template-columns:44px 1fr;align-items:start;gap:4px;margin:4px 0 16px;color:var(--muted);font-size:.83rem;line-height:1.5;cursor:pointer}.consent-toggle input{display:none}.toggle-ui{position:relative;width:38px;height:23px;border-radius:999px;background:#d5d5d5;transition:background .16s}.toggle-ui:after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:var(--white);transition:transform .16s}.consent-toggle input:checked+.toggle-ui{background:var(--gold)}.consent-toggle input:checked+.toggle-ui:after{transform:translate(15px)}.product-continue{width:100%;min-height:52px;font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r)!important}.product-details-accordion{margin-top:28px;border-top:1px solid var(--line)}.product-details-accordion summary{display:flex;justify-content:space-between;align-items:center;padding:16px 0;cursor:pointer;font-weight:700;font-size:.88rem;color:var(--text);list-style:none;-webkit-user-select:none;user-select:none}.product-details-accordion summary::-webkit-details-marker{display:none}.details-chevron{font-size:.95rem;color:var(--gold-dk);transition:transform .2s;display:inline-block}details[open] .details-chevron{transform:rotate(90deg)}.details-content{padding-bottom:8px}.details-content h2{font-size:.98rem;margin:0 0 8px;font-family:Georgia,serif}.details-content h3{font-size:.86rem;margin:16px 0 6px;color:#46423f;font-family:Georgia,serif}.details-content p,.details-content li{font-size:.86rem;color:#5a534c;line-height:1.65;margin:0 0 6px}.details-content ul{padding-left:18px;margin:0 0 8px}.photo-upload-preview{border:1px solid var(--line);border-radius:var(--r);background:var(--warm);padding:14px 16px}.photo-upload-preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:.88rem;font-weight:800}.upload-filename{font-size:.76rem;font-weight:500;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.section{padding:clamp(44px,6vw,80px) clamp(24px,5vw,72px)}.contact-card-section{background:var(--cream)}.contact-card{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--white);padding:clamp(28px,5vw,52px)}.contact-card p{color:var(--muted);line-height:1.7}.rich-copy{color:var(--muted);font-size:1rem;line-height:1.8}.cart-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1060px;margin:0 auto;align-items:start}.cart-panel{border:1px solid var(--line);border-radius:var(--r-lg);background:var(--white);padding:clamp(22px,4vw,36px)}.cart-panel-title{margin:0 0 18px;font-size:1.1rem;font-weight:800;letter-spacing:-.01em;font-family:Georgia,serif}.cart-summary-rows{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;overflow:hidden}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 15px;border-bottom:1px solid var(--line);font-size:.88rem}.cart-summary-row:last-child{border-bottom:0}.cart-summary-row>span:first-child{color:var(--muted)}.cart-summary-row>span:last-child{font-weight:700;text-align:right}.cart-summary-total{background:var(--warm)}.cart-summary-total>span{font-weight:900!important;font-size:.98rem!important}.cart-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:6px}.cart-field{display:grid;gap:5px;font-size:.82rem;font-weight:700;color:var(--text)}.cart-field input,.cart-field select,.cart-field textarea{border:1.5px solid var(--line);border-radius:10px;background:var(--cream);color:var(--text);padding:10px 12px;outline:none;font:inherit;font-size:.93rem;width:100%;transition:border-color .15s}.cart-field input:focus,.cart-field select:focus,.cart-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c8a97e24}.cart-field textarea{resize:vertical;min-height:130px;line-height:1.6}.cart-field-full{grid-column:1 / -1}.checkout-steps{display:flex;align-items:center;gap:10px;max-width:1060px;margin:0 auto 24px}.checkout-step{display:inline-flex;align-items:center;gap:8px;color:#b0a89e;font-size:.83rem;font-weight:700;white-space:nowrap}.checkout-step.step-current{color:var(--text)}.checkout-step.step-done{color:var(--gold-dk)}.step-num{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:2px solid currentColor;font-size:.72rem;font-weight:900;flex-shrink:0}.step-arrow{color:var(--line);font-size:1.2rem;line-height:1}.payment-shipping-summary{border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-bottom:20px;background:var(--warm)}.payment-methods-accepted{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.payment-methods-accepted span{padding:4px 10px;border:1px solid var(--line);border-radius:6px;background:var(--white);font-size:.7rem;font-weight:800;color:var(--muted);letter-spacing:.04em}.payment-total-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:2px solid var(--line);border-bottom:2px solid var(--line);margin-bottom:20px;font-weight:900;font-size:1.1rem}.stripe-pay-btn{width:100%;border-radius:999px!important;background:#635bff!important;border-color:#635bff!important;font-size:.98rem;min-height:52px}.stripe-pay-btn:hover{background:#4f47e5!important;border-color:#4f47e5!important;box-shadow:0 10px 28px #635bff4d!important}.stripe-badge{margin:10px 0 0;text-align:center;font-size:.72rem;color:var(--muted);letter-spacing:.02em}.site-footer{background:var(--ink);padding:clamp(52px,7vw,80px) clamp(24px,5vw,72px) clamp(28px,4vw,40px)}.footer-inner{max-width:1080px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo img{width:38px;height:38px;object-fit:contain}.footer-logo strong{color:#ffffffe6;font-size:.9rem;font-weight:900;letter-spacing:-.01em}.footer-tagline{font-size:.84rem;color:#fff6;line-height:1.65;max-width:240px;margin:0}.footer-col h4{font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffffff52;margin:0 0 16px}.footer-col a{display:block;font-size:.86rem;color:#ffffff94;margin-bottom:10px;transition:color .15s}.footer-col a:hover{color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;flex-wrap:wrap;font-size:.76rem;color:#ffffff47}@media(max-width:1024px){.hero{min-height:70vh}.about-split{grid-template-columns:1fr}.about-image{display:none}.contact-split{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.home-grid,.shop-grid{grid-template-columns:1fr}.gallery-page-grid{grid-template-columns:repeat(2,1fr)}.about-values{grid-template-columns:1fr}.about-value{border-right:0;border-bottom:1px solid var(--line)}.about-value:last-child{border-bottom:0}.hiw-steps{grid-template-columns:repeat(2,1fr)}.hiw-connector,.trust-bar{display:none}.cart-layout,.cart-form{grid-template-columns:1fr}.cart-field-full{grid-column:1}.footer-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:720px){.product-page-layout{grid-template-columns:1fr;gap:24px;padding:16px 16px 48px}.puzzle-section{grid-template-columns:1fr!important}.gallery-wrap{grid-template-columns:1fr;position:static}.gallery-thumbs{flex-direction:row;overflow-x:auto;order:2}.gallery-thumb{width:52px;height:52px}.gallery-main{order:1;min-height:300px;padding:28px 16px 18px}.gallery-magnet{width:46%}.gallery-magnet.rect{width:38%}}@media(max-width:640px){.site-header{padding:0 16px}.nav-links,.brand-text small{display:none}.hiw-steps{grid-template-columns:1fr 1fr}.gallery-page-grid,.home-grid{grid-template-columns:1fr}.footer-grid{gap:28px}.form-row{grid-template-columns:1fr}}
