:root{--color-bg: #0c0c0e;--color-surface: #141417;--color-surface-2: #1c1c21;--color-border: #2c2c33;--color-text: #ededee;--color-muted: #888899;--color-faint: #44444f;--color-accent: #c9b97a;--color-accent-dim:#7a6f46;--color-danger: #c0392b;--color-success: #27ae60;--color-parchment: #f5e6c8;--color-parchment-dim: rgba(245, 230, 200, .93);--color-parchment-dark: #e8d0a0;--color-parchment-text: #1a1208;--color-parchment-muted:#6b5840;--color-price-green: #2d6a4f;--color-price-green-light: #40916c;--color-scene-overlay: rgba(8, 6, 2, .52);--color-scene-overlay-light: rgba(8, 6, 2, .25);--glass-bg: rgba(20, 18, 16, .62);--glass-bg-hover: rgba(26, 23, 20, .7);--glass-border: rgba(255, 255, 255, .1);--glass-blur: 3px;--font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", "Fira Code", "Menlo", monospace;--font-serif: Georgia, "Times New Roman", serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--leading-tight: 1.2;--leading-base: 1.6;--leading-loose: 1.8;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--navbar-height: 4rem;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.6);--transition-fast: .1s ease;--transition-base: .2s ease;--transition-slow: .4s ease;--z-below: -1;--z-base: 0;--z-above: 1;--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-toast: 400}.product-detail-v2{max-width:1200px;margin:0 auto;padding:var(--space-8) var(--space-6) var(--space-20);scroll-margin-top:120px}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:start;margin-bottom:var(--space-20);min-height:60vh;margin-top:var(--space-4)}.product-hero-left{display:flex;flex-direction:column;gap:var(--space-5);padding:var(--space-6) 0}.product-hero-right{position:sticky;top:140px;display:flex;align-items:center;justify-content:center}.product-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:var(--starry-white);line-height:1.1;margin:0 0 var(--space-4) 0;text-shadow:0 2px 8px rgba(0,0,0,.8),0 4px 16px rgba(0,0,0,.6)}.product-tagline{font-family:var(--font-body);font-size:var(--text-lg);color:#f8f4e8e6;line-height:1.4;margin:0 0 2px;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6)}.product-price-block{margin:0 0 1rem!important;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:400px;backdrop-filter:blur(8px)}.price-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#f8f4e899;margin-bottom:.5rem;font-weight:600;font-family:var(--font-ui)}.product-price{display:block;font-family:var(--font-ui);font-size:var(--text-3xl);font-weight:700;color:var(--starry-white);text-shadow:0 2px 8px rgba(0,0,0,.8);line-height:1;margin-bottom:.5rem}.price-details{display:flex;flex-direction:column;gap:.75rem}.price-badge{display:inline-block;padding:6px 14px;background:#4ec57a26;border:1px solid rgba(78,197,122,.3);border-radius:6px;font-weight:600;color:#4ec57a;width:fit-content;font-size:.85rem;font-family:var(--font-ui)}.product-cta{margin:var(--space-8) 0}.product-cta button,.product-cta .add-to-cart-btn{width:100%;max-width:300px;padding:18px 32px;background:linear-gradient(135deg,#2a7a4f,#1d5a3d);border:2px solid #2a7a4f;border-radius:var(--radius-lg);color:#fff;font-size:var(--text-lg);font-weight:700;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-base);box-shadow:0 4px 12px #0000004d;text-align:center;display:block}.product-cta button:hover,.product-cta .add-to-cart-btn:hover{background:linear-gradient(135deg,#1d5a3d,#2a7a4f);transform:translateY(-2px);box-shadow:0 6px 16px #0006}.product-customization{margin:var(--space-6) 0}.product-customization label{display:block;font-family:var(--font-ui);font-size:var(--text-sm);font-weight:600;color:#f8f4e8e6;margin-bottom:var(--space-2);text-shadow:0 1px 4px rgba(0,0,0,.8)}.product-customization select{width:100%;max-width:300px;padding:12px 16px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--radius-md);color:var(--starry-white);font-family:var(--font-ui);font-size:var(--text-base);cursor:pointer;transition:border-color var(--transition-base)}.product-customization select:hover,.product-customization select:focus{border-color:#fff6;outline:none}.product-stock{display:inline-block;font-family:var(--font-ui);font-size:var(--text-sm);font-weight:600;padding:6px 12px;border-radius:var(--radius-md);margin-top:var(--space-4);text-shadow:0 1px 2px rgba(0,0,0,.6)}.product-stock.in-stock{background:#4ec57a26;color:#4ec57a;border:1px solid rgba(78,197,122,.3)}.product-stock.low-stock{background:#f0b42926;color:#f0b429;border:1px solid rgba(240,180,41,.3)}.product-stock.out-of-stock{background:#aa666626;color:#a66;border:1px solid rgba(170,102,102,.3)}.product-stock.pre-order{background:#8b9dc326;color:#8b9dc3;border:1px solid rgba(139,157,195,.3)}.product-stock-above-price{display:inline-block;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.9rem;font-family:var(--font-ui);text-shadow:0 1px 2px rgba(0,0,0,.6);margin-bottom:.5rem;max-width:400px;width:100%}.product-stock-above-price.in-stock{background:#4ec57a26;color:#4ec57a;border:1px solid rgba(78,197,122,.3)}.product-stock-above-price.low-stock{background:#f0b42926;color:#f0b429;border:1px solid rgba(240,180,41,.3)}.product-stock-above-price.out-of-stock{background:#aa666626;color:#a66;border:1px solid rgba(170,102,102,.3)}.product-stock-above-price.pre-order{background:#8b9dc326;color:#8b9dc3;border:1px solid rgba(139,157,195,.3)}.product-hero-image{width:100%;max-width:550px;height:auto;border-radius:var(--radius-2xl);border:2px solid transparent;background:linear-gradient(135deg,#4ec57a4d,#f8f4e833) padding-box,linear-gradient(135deg,#4ec57a99,#f8f4e866) border-box;filter:drop-shadow(0 20px 60px rgba(0,0,0,.6));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.product-hero-image:hover{transform:scale(1.03) rotate(1deg)}.product-hero-right:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(78,197,122,.1) 0%,transparent 70%);pointer-events:none;z-index:-1}.product-features{margin-bottom:var(--space-20);padding:var(--space-12) 0;border-top:1px solid rgba(255,255,255,.1);scroll-margin-top:140px}.product-features h2{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:700;color:var(--starry-white);text-align:center;margin:0 0 var(--space-12) 0;text-shadow:0 2px 8px rgba(0,0,0,.8)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-10)}.feature-card{background:#ffffff0a;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);padding:var(--space-10);text-align:center;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(78,197,122,.08),transparent);transition:left .6s ease}.feature-card:hover:before{left:100%}.feature-card:hover{background:#ffffff0f;transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #0000004d,0 0 40px #4ec57a26,inset 0 1px #ffffff26;border-color:#4ec57a4d}.feature-icon{font-size:3.5rem;margin-bottom:var(--space-5);opacity:.95;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{font-family:var(--font-ui);font-size:var(--text-xl);font-weight:700;color:var(--starry-white);margin:0 0 var(--space-4) 0;text-shadow:0 2px 8px rgba(0,0,0,.8);line-height:1.2}.feature-description{font-family:var(--font-body);font-size:var(--text-base);color:#f8f4e8d9;line-height:1.6;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.9)}.product-specifications{margin-bottom:var(--space-16);padding:var(--space-10);scroll-margin-top:140px}.product-specifications h2{font-size:var(--text-2xl);margin-bottom:var(--space-6)}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid rgba(80,50,25,.15)}.specs-table th,.specs-table td{padding:var(--space-4) var(--space-3);text-align:left}.specs-table th{font-weight:700;color:var(--ink-dark);width:40%;font-size:var(--text-sm)}.specs-table td{color:var(--ink-mid);font-size:var(--text-base)}.product-description{margin-bottom:var(--space-16);padding:var(--space-10);scroll-margin-top:140px}.product-footer{padding-top:var(--space-8);border-top:1px solid rgba(255,255,255,.1)}.back-link{display:inline-block;padding:var(--space-3) var(--space-6);background:#4ec57a14;border:1.5px solid rgba(78,197,122,.25);border-radius:var(--radius-lg);color:var(--starry-white);text-decoration:none;font-family:var(--font-ui);font-weight:600;transition:transform var(--transition-base),background var(--transition-base);text-shadow:0 1px 4px rgba(0,0,0,.8)}.back-link:hover{transform:translate(-4px);background:#4ec57a1f}@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:var(--space-12);min-height:auto}.product-hero-right{position:static;order:-1}.product-title{font-size:clamp(1.8rem,6vw,2.4rem)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-8)}}@media(max-width:640px){.product-detail-v2{padding:var(--space-6) var(--space-4) var(--space-16)}.product-hero-left{padding:var(--space-4) 0}.product-title{font-size:clamp(1.5rem,8vw,2rem)}.product-tagline{font-size:var(--text-base)}.product-price{font-size:var(--text-2xl)}.product-cta button,.product-cta .add-to-cart-btn{max-width:100%;padding:16px 24px;font-size:var(--text-base)}.features-grid{grid-template-columns:1fr;gap:var(--space-5)}.feature-card{padding:var(--space-6)}.specs-table th{font-size:var(--text-xs)}.specs-table td{font-size:var(--text-sm)}}.back-link[data-astro-cid-q5ghu2nj]{display:inline-block;margin:8px 0 18px;padding:8px 14px;font-family:Space Grotesk,system-ui,sans-serif;font-size:13px;color:#f8f4e8a6;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:6px;text-decoration:none;transition:background .15s ease}.back-link[data-astro-cid-q5ghu2nj]:hover{background:#ffffff14;color:#fff}.product-stock-above-price[data-astro-cid-q5ghu2nj]{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:4px 10px;border-radius:6px;letter-spacing:.04em}.product-stock-above-price[data-astro-cid-q5ghu2nj] .dot[data-astro-cid-q5ghu2nj]{font-size:8px;line-height:1}.customization__group[data-astro-cid-q5ghu2nj]{margin-bottom:14px}.product-hero-image-placeholder[data-astro-cid-q5ghu2nj]{width:100%;aspect-ratio:1;max-width:550px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-size:200px;color:#ffffff1a;background:radial-gradient(circle at 50% 55%,rgba(78,197,122,.18),transparent 60%);border-radius:14px;border:1px solid rgba(255,255,255,.1)}.enquire-btn[data-astro-cid-q5ghu2nj]{display:inline-block;margin-top:4px;padding:13px 26px;font-family:Space Grotesk,system-ui,sans-serif;font-size:14px;font-weight:600;letter-spacing:.03em;color:#0c0c0e;background:#f8f4e8;border:1px solid #f8f4e8;border-radius:6px;text-decoration:none;transition:background .15s ease,color .15s ease}.enquire-btn[data-astro-cid-q5ghu2nj]:hover{background:transparent;color:#f8f4e8}.enquire-note[data-astro-cid-q5ghu2nj]{margin:14px 0 0;max-width:42ch;font-family:Crimson Pro,Georgia,serif;font-style:italic;font-size:14px;line-height:1.55;color:#f8f4e89e}.product-options-info[data-astro-cid-q5ghu2nj]{margin:4px 0 8px}.options-info-label[data-astro-cid-q5ghu2nj]{font-family:Space Grotesk,system-ui,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f8f4e880;margin-bottom:10px}.options-info-list[data-astro-cid-q5ghu2nj]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.options-info-list[data-astro-cid-q5ghu2nj] li[data-astro-cid-q5ghu2nj]{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:baseline;padding-bottom:8px;border-bottom:1px dashed rgba(255,255,255,.1)}.oi-k[data-astro-cid-q5ghu2nj]{font-family:Space Grotesk,system-ui,sans-serif;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#f8f4e88c;min-width:110px}.oi-v[data-astro-cid-q5ghu2nj]{font-family:Crimson Pro,Georgia,serif;font-size:15px;color:#f8f4e8d9}.product-video-section[data-astro-cid-q5ghu2nj]{margin:var(--space-12) 0;padding:var(--space-12) 0;border-top:1px solid rgba(255,255,255,.1)}.product-video-section[data-astro-cid-q5ghu2nj] h2[data-astro-cid-q5ghu2nj]{font-family:Playfair Display,Georgia,serif;font-size:var(--text-3xl);color:var(--starry-white);text-align:center;margin:0 0 var(--space-8);text-shadow:0 2px 8px rgba(0,0,0,.8)}.video-frame[data-astro-cid-q5ghu2nj]{max-width:800px;margin:0 auto;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.video-frame[data-astro-cid-q5ghu2nj] iframe[data-astro-cid-q5ghu2nj]{width:100%;height:100%;border:none}.specs-wrap[data-astro-cid-q5ghu2nj]{margin:var(--space-12) 0;display:flex;justify-content:center}.specs-parchment[data-astro-cid-q5ghu2nj]{position:relative;background:linear-gradient(135deg,#fae5d0,#f4dcc0,#eed7b8,#f4ddbc,#f7dfc0);border-radius:12px;padding:40px 44px;max-width:820px;width:100%;color:#2b160e;font-family:Crimson Pro,Georgia,serif;line-height:1.7;box-shadow:0 8px 32px #00000073,0 2px 8px #00000040,0 0 0 1px #00000014,inset 0 1px #fff6;overflow:hidden}.specs-parchment[data-astro-cid-q5ghu2nj]:after{content:"";position:absolute;inset:0;border-radius:12px;background:radial-gradient(ellipse 75% 90% at center,transparent 35%,rgba(80,50,30,.1) 85%,rgba(60,40,25,.18) 100%);mix-blend-mode:multiply;pointer-events:none}.specs-parchment[data-astro-cid-q5ghu2nj]>[data-astro-cid-q5ghu2nj]{position:relative;z-index:2}.specs-parchment[data-astro-cid-q5ghu2nj] *{color:inherit}.specs-parchment[data-astro-cid-q5ghu2nj] h2[data-astro-cid-q5ghu2nj]{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:30px;color:#2a1d12;margin:0 0 8px;letter-spacing:.01em;text-align:left;text-shadow:none;border:none}.specs-lead[data-astro-cid-q5ghu2nj]{font-family:Crimson Pro,Georgia,serif;font-style:italic;color:#4a3420;font-size:18px;margin:0 0 22px}.feature-row[data-astro-cid-q5ghu2nj]{display:grid;grid-template-columns:1fr 1fr;gap:24px 36px;margin-top:18px}.feature-block[data-astro-cid-q5ghu2nj] h3[data-astro-cid-q5ghu2nj]{font-family:Crimson Pro,Georgia,serif;font-weight:700;font-size:18px;color:#2a1d12;margin:0 0 4px}.feature-block[data-astro-cid-q5ghu2nj] p[data-astro-cid-q5ghu2nj]{font-size:14.5px;line-height:1.6;color:#2b160e;margin:0}.specs-list[data-astro-cid-q5ghu2nj]{margin-top:30px;border-top:1px dashed rgba(80,50,25,.3)}.specs-row[data-astro-cid-q5ghu2nj]{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed rgba(80,50,25,.18);font-size:14.5px}.specs-row[data-astro-cid-q5ghu2nj] .k[data-astro-cid-q5ghu2nj]{color:#5d3a1e;font-weight:600;font-family:Space Grotesk,system-ui,sans-serif;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.specs-row[data-astro-cid-q5ghu2nj] .v[data-astro-cid-q5ghu2nj]{color:#2b160e;font-weight:500}.specs-seal[data-astro-cid-q5ghu2nj]{position:absolute;right:30px;bottom:30px;width:46px;height:46px;opacity:.3;color:#8b6235;z-index:2}.product-body-wrap[data-astro-cid-q5ghu2nj]{margin:var(--space-12) 0;display:flex;justify-content:center}.product-body-parchment[data-astro-cid-q5ghu2nj]{position:relative;background:linear-gradient(135deg,#fae5d0,#f4dcc0,#eed7b8,#f4ddbc,#f7dfc0);border-radius:12px;padding:40px 44px;max-width:820px;width:100%;color:#2b160e;font-family:Crimson Pro,Georgia,serif;line-height:1.75;box-shadow:0 8px 32px #00000073,0 0 0 1px #00000014,inset 0 1px #fff6;overflow:hidden}.product-body-parchment[data-astro-cid-q5ghu2nj]:after{content:"";position:absolute;inset:0;border-radius:12px;background:url(/assets/textures/paper-grain.webp);background-size:300px;opacity:.18;mix-blend-mode:multiply;pointer-events:none}.product-body-content[data-astro-cid-q5ghu2nj]{position:relative;z-index:1}.product-body-parchment[data-astro-cid-q5ghu2nj],.product-body-parchment[data-astro-cid-q5ghu2nj] *{color:#2b160e}.product-body-content[data-astro-cid-q5ghu2nj] h1,.product-body-content[data-astro-cid-q5ghu2nj] h2,.product-body-content[data-astro-cid-q5ghu2nj] h3{font-family:Playfair Display,Georgia,serif;font-weight:700;color:#2a1d12;letter-spacing:-.01em}.product-body-content[data-astro-cid-q5ghu2nj] h2{font-size:26px;margin:22px 0 10px}.product-body-content[data-astro-cid-q5ghu2nj] h3{font-size:20px;margin:18px 0 8px}.product-body-content[data-astro-cid-q5ghu2nj] p{font-size:17px;line-height:1.7;margin:0 0 14px}.product-body-content[data-astro-cid-q5ghu2nj] a{color:#1d5a3d;text-decoration:none;border-bottom:1px dashed rgba(29,90,61,.4)}.product-body-content[data-astro-cid-q5ghu2nj] a:hover{color:#2a7a4f;border-bottom-color:#2a7a4f}.product-body-content[data-astro-cid-q5ghu2nj] code{font-family:JetBrains Mono,ui-monospace,Menlo,monospace;font-size:14px;background:#5032191a;padding:1px 6px;border-radius:4px}.product-body-content[data-astro-cid-q5ghu2nj] blockquote{border-left:3px solid rgba(80,50,25,.3);padding-left:16px;margin:18px 0;color:#4a3420;font-style:italic}.product-body-content[data-astro-cid-q5ghu2nj] ul,.product-body-content[data-astro-cid-q5ghu2nj] ol{margin:0 0 14px 22px;padding:0}.product-body-content[data-astro-cid-q5ghu2nj] li{margin:6px 0}@media(max-width:720px){.specs-parchment[data-astro-cid-q5ghu2nj],.product-body-parchment[data-astro-cid-q5ghu2nj]{padding:28px 22px}.feature-row[data-astro-cid-q5ghu2nj]{grid-template-columns:1fr}}
