:root{--bg: #0a0a0a;--gold: #c8a96e;--gold-dim: rgba(200, 169, 110, .35);--text: #ffffff;--muted: #aaaaaa;--card: #121212;--border: rgba(255, 255, 255, .08);--font: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:0 auto;padding:0 1.5rem}.site-nav{position:fixed;top:0;left:0;right:0;z-index:50;min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#0a0a0ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.brand-gold{font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--gold)}.nav-right{display:flex;align-items:center;gap:1rem}.nav-call{font-size:.85rem;font-weight:500;color:var(--muted)}.nav-call:hover{color:var(--text)}.btn-gold{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.15rem;background:var(--gold);color:#0a0a0a;font-weight:600;font-size:.8rem;border-radius:999px;border:none;cursor:pointer;transition:filter .2s,transform .15s}.btn-gold:hover{filter:brightness(1.05)}.btn-gold:disabled{opacity:.6;cursor:not-allowed}.btn-gold-lg{padding:.85rem 1.5rem;font-size:.95rem}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--gold);border:1.5px solid var(--gold);border-radius:999px;background:transparent;cursor:pointer;transition:background .2s,color .2s}.btn-outline:hover{background:#c8a96e1f}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:22px;height:2px;background:var(--text)}.drawer-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:60}.drawer-backdrop.open{display:block}.drawer{position:fixed;top:0;right:0;width:min(300px,88vw);height:100%;background:#111;z-index:70;padding:5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;transform:translate(100%);transition:transform .25s ease;border-left:1px solid var(--border)}.drawer.open{transform:translate(0)}.drawer a{color:var(--muted);font-weight:500}.drawer a:hover{color:var(--gold)}@media (max-width: 900px){.nav-right{display:none}.hamburger{display:flex}}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:6rem 0 4rem;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(200,169,110,.08),transparent 55%),var(--bg)}.hero-inner{text-align:center;max-width:920px}.hero h1{font-weight:800;font-size:clamp(2rem,6vw,4rem);line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem}.lead{font-size:1.25rem;font-weight:400;color:var(--muted);max-width:720px;margin:0 auto 2rem;line-height:1.55}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.urgency-line{font-size:.95rem;color:var(--gold);font-weight:500}.section-block{padding:4rem 0}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}@media (max-width: 900px){.type-grid{grid-template-columns:repeat(2,1fr)}}.type-cell{border:1px solid var(--border);border-radius:12px;padding:1.25rem 1rem;text-align:center;background:var(--card);transition:border-color .2s}.type-cell:hover{border-color:var(--gold-dim)}.type-icon{color:var(--gold);display:flex;justify-content:center;margin-bottom:.75rem}.type-label{font-size:.9rem;font-weight:600;color:var(--text);line-height:1.35}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}@media (max-width: 768px){.why-grid{grid-template-columns:1fr}}.why-card{padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:#ffffff05}.why-card h3{font-size:1.1rem;font-weight:700;color:var(--gold);margin-bottom:.5rem}.why-card p{color:var(--muted);font-size:.95rem}.specials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}@media (max-width: 900px){.specials-grid{grid-template-columns:1fr}}.special-card{border:2px solid var(--gold);border-radius:14px;padding:1.5rem;background:var(--card);display:flex;flex-direction:column;gap:.35rem}.badge-scarcity{align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a;background:var(--gold);padding:.25rem .5rem;border-radius:6px}.special-card .meta{font-weight:600;font-size:1rem;margin-top:.25rem}.price-was{text-decoration:line-through;color:var(--muted);font-size:.95rem}.price-now{font-size:1.75rem;font-weight:800;color:var(--text)}.special-card .btn-gold{margin-top:.75rem;align-self:flex-start}.chat-section{padding-bottom:3rem}.chat-panel{border:2px solid var(--gold);border-radius:16px;padding:2rem 1.5rem;background:linear-gradient(180deg,rgba(200,169,110,.06),transparent 40%);max-width:720px;margin:0 auto}.chat-headline{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.75rem}.chat-sub{text-align:center;color:var(--muted);font-size:1rem;max-width:560px;margin:0 auto 1.5rem;line-height:1.55}.chat-card{margin-top:.5rem}.chat-log{height:280px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:1rem;background:#0e0e0e;margin-bottom:.75rem}.msg{margin-bottom:.75rem;font-size:.9rem;line-height:1.5;max-width:95%}.msg.ai{color:var(--text)}.msg.user{margin-left:auto;color:var(--gold);text-align:right}.chat-input-row{display:flex;gap:.5rem}.chat-input-row input{flex:1;min-width:0;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--border);background:#141414;color:var(--text);font-family:inherit;font-size:.95rem}.chat-input-row input:focus{outline:none;border-color:var(--gold-dim)}.stone-strip{text-align:center;padding:2rem 1rem 3rem;color:var(--muted);font-size:.95rem}.stone-strip a{color:var(--gold);font-weight:600}.stone-strip a:hover{text-decoration:underline}.site-footer{text-align:center;padding:2rem 1.5rem 3rem;font-size:.8rem;color:var(--muted);border-top:1px solid var(--border)}.stone-page{padding-top:5rem}.stone-lead{max-width:640px}.gallery-placeholder{min-height:200px;border:1px dashed var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.95rem}.stone-form{max-width:480px;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.stone-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--muted)}.stone-form input,.stone-form textarea{padding:.65rem .85rem;border-radius:8px;border:1px solid var(--border);background:#141414;color:var(--text);font-family:inherit;font-size:1rem}.stone-form textarea{resize:vertical}.form-status.ok{color:#7dffb0;font-size:.9rem}.form-status.err{color:#ff8a8a;font-size:.9rem}
