:root{--clr-dark:#0e0e0e;--clr-dark-2:#1a1a1a;--clr-dark-3:#242424;--clr-red:#c0392b;--clr-red-deep:#922b21;--clr-red-light:#e74c3c;--clr-cream:#faf7f2;--clr-cream-2:#f0ebe3;--clr-gold:#c9a84c;--clr-text:#1a1a1a;--clr-text-muted:#6b6b6b;--clr-white:#ffffff;--font-display:'Playfair Display',Georgia,serif;--font-body:'Raleway','Helvetica Neue',sans-serif;--radius-sm:6px;--radius-md:14px;--radius-lg:28px;--radius-xl:60px;--shadow-sm:0 2px 12px rgba(0,0,0,.08);--shadow-md:0 8px 32px rgba(0,0,0,.14);--shadow-lg:0 20px 60px rgba(0,0,0,.22);--shadow-red:0 8px 32px rgba(192,57,43,.35);--transition:.35s cubic-bezier(.4,0,.2,1);--transition-fast:.18s ease;--max-w:1280px;--px:clamp(1rem,5vw,4rem)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--clr-cream);color:var(--clr-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}.currency-icon{display:inline-block;width:1.1em;height:1.1em;vertical-align:middle;margin-left:2px;object-fit:contain}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 2rem;border-radius:var(--radius-xl);font-family:var(--font-body);font-weight:600;font-size:.95rem;letter-spacing:.04em;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--clr-red);color:var(--clr-white);box-shadow:var(--shadow-red)}.btn-primary:hover{background:var(--clr-red-deep);transform:translateY(-2px);box-shadow:0 12px 40px rgba(192,57,43,.45)}.btn-outline{background:transparent;color:var(--clr-white);border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{border-color:var(--clr-white);background:rgba(255,255,255,.08);transform:translateY(-2px)}.btn-dark{background:var(--clr-dark);color:var(--clr-white)}.btn-dark:hover{background:var(--clr-dark-3);transform:translateY(-2px);box-shadow:var(--shadow-md)}.section-label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--clr-red);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.18;color:var(--clr-dark)}.section-title--light{color:var(--clr-white)}.section-subtitle{font-size:1.05rem;color:var(--clr-text-muted);margin-top:.8rem;max-width:560px}.deco-ball{position:absolute;border-radius:50%;background:var(--clr-red);pointer-events:none;z-index:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:999;padding:1rem var(--px);background:var(--clr-dark);transition:background var(--transition),box-shadow var(--transition)}.site-header.scrolled{background:var(--clr-dark);box-shadow:0 2px 24px rgba(0,0,0,.4)}.header-inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-logo img{height:56px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.88rem;font-weight:500;letter-spacing:.06em;color:rgba(255,255,255,.8);transition:color var(--transition-fast);position:relative}.header-nav a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--clr-red);transition:width var(--transition)}.header-nav a:hover{color:var(--clr-white)}.header-nav a:hover::after{width:100%}.header-cta{display:flex;align-items:center;gap:1rem}.header-phone{font-size:.88rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.03em;transition:color var(--transition-fast)}.header-phone:hover{color:var(--clr-red-light)}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px}.burger span{display:block;height:2.5px;background:#fff;border-radius:2px;transition:var(--transition);min-width:24px}.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:0;background:var(--clr-dark);z-index:998;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity var(--transition)}.mobile-nav.open{opacity:1;pointer-events:all}.mobile-nav a{font-family:var(--font-display);font-size:2rem;color:var(--clr-white);font-style:italic;transition:color var(--transition-fast)}.mobile-nav a:hover{color:var(--clr-red-light)}.site-footer{background:var(--clr-dark);color:rgba(255,255,255,.65);padding:4rem var(--px) 2rem}.footer-inner{max-width:var(--max-w);margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .footer-logo{height:56px;width:auto;margin-bottom:1rem;opacity:.85}.footer-brand p{font-size:.88rem;line-height:1.7;max-width:260px}.footer-col h4{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--clr-white);margin-bottom:1.1rem;letter-spacing:.03em}.footer-col ul li{margin-bottom:.55rem}.footer-col ul li a{font-size:.88rem;transition:color var(--transition-fast)}.footer-col ul li a:hover{color:var(--clr-red-light)}.footer-col .footer-phone{font-size:1.1rem;font-weight:700;color:var(--clr-white);display:block;margin-bottom:.5rem}.footer-schedule{margin-top:.25rem}.footer-schedule-time{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--clr-white);line-height:1.2}.footer-schedule-days{font-size:.9rem;color:rgba(255,255,255,.7);margin-top:.2rem}.footer-schedule-note{font-size:.8rem;color:rgba(255,255,255,.45);margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08);line-height:1.5}.footer-social{display:flex;gap:.75rem;margin-top:1.2rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);transition:var(--transition)}.footer-social a:hover{background:var(--clr-red);transform:translateY(-3px)}.footer-social a img{width:20px;height:20px;display:block}.footer-seller{padding:2rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-seller h4{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--clr-white);margin-bottom:1rem;letter-spacing:.03em}.footer-seller-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 2rem}.footer-seller-item{display:flex;gap:.4rem;align-items:baseline;flex-wrap:wrap}.footer-seller-label{font-size:.8rem;color:rgba(255,255,255,.45);white-space:nowrap}.footer-seller-value{font-size:.85rem;color:rgba(255,255,255,.75);font-weight:500}.footer-seller-note{grid-column:span 2;margin-top:.3rem}.footer-seller-note .footer-seller-value{font-style:italic;color:rgba(255,255,255,.55);font-size:.82rem}@media (max-width:640px){.footer-seller-grid{grid-template-columns:1fr}.footer-seller-note{grid-column:span 1}}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;font-size:.8rem;gap:1rem;flex-wrap:wrap}.footer-bottom a{transition:color var(--transition-fast)}.footer-bottom a:hover{color:var(--clr-white)}@media (max-width:1024px){.header-nav{gap:1.4rem}}@media (max-width:768px){.process-btn-row{display:flex!important;flex-wrap:wrap;gap:.75rem;justify-content:center}.process-btn-row .btn{flex:1 1 200px;max-width:100%;justify-content:center;margin:0!important}.hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.hero-actions .btn{width:100%;justify-content:center}
  .site-header{padding:.6rem var(--px)}
  .header-inner{gap:.5rem}
  .header-logo img{height:40px}
  .header-nav,.header-phone,.header-cta{display:none}
  .burger{display:flex!important;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:4px;position:relative;z-index:9999;margin-left:auto}
  .mobile-nav{display:flex}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  main#main-content{padding-top:60px!important}
}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}}.order-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.order-modal-overlay.open{opacity:1;pointer-events:all}.order-modal{background:var(--clr-white);border-radius:var(--radius-lg);padding:2.5rem 2rem 2rem;max-width:420px;width:90%;position:relative;box-shadow:var(--shadow-lg);transform:translateY(20px) scale(.96);transition:transform .3s cubic-bezier(.4,0,.2,1)}.order-modal-overlay.open .order-modal{transform:translateY(0) scale(1)}.order-modal-close{position:absolute;top:.8rem;right:.8rem;width:36px;height:36px;border-radius:50%;border:none;background:var(--clr-cream);color:var(--clr-text-muted);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.order-modal-close:hover{background:var(--clr-red);color:var(--clr-white)}.order-modal h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--clr-dark);text-align:center;margin-bottom:.3rem}.order-modal-subtitle{text-align:center;font-size:.88rem;color:var(--clr-text-muted);margin-bottom:1.8rem}.order-modal-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.order-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.2rem .8rem;border:2px solid var(--clr-cream-2);border-radius:var(--radius-md);text-decoration:none;color:var(--clr-dark);transition:var(--transition)}.order-option:hover{border-color:var(--clr-red);background:rgba(192,57,43,.04);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.order-option-icon{width:44px;height:44px;border-radius:50%;background:var(--clr-cream);display:flex;align-items:center;justify-content:center;font-size:1.3rem;transition:var(--transition)}.order-option-icon img{width:24px;height:24px;display:block}.order-option:hover .order-option-icon{background:var(--clr-red)}.order-option-label{font-size:.82rem;font-weight:600;text-align:center}@media (max-width:400px){.order-modal-options{grid-template-columns:1fr 1fr;gap:.5rem}.order-modal{padding:2rem 1.2rem 1.5rem}}