*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --zesto-cherry:#c41e3a;
  --zesto-mint:#98d4bb;
  --zesto-chrome:#c0c0c0;
  --zesto-cream:#fff8e7;
  --zesto-dark:#2a1215;
}
.zesto-body{font-family:'Work Sans',sans-serif;background:var(--zesto-cream);color:var(--zesto-dark);line-height:1.6}
.zesto-skip{position:absolute;left:-9999px;top:0;z-index:9999;padding:.5rem 1rem;background:var(--zesto-cherry);color:#fff}
.zesto-skip:focus{left:0}
.zesto-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(180deg,#1a0a0c,var(--zesto-dark));border-bottom:4px solid var(--zesto-chrome)}
.zesto-neon-sign{padding:.25rem 1rem}
.zesto-neon-text{font-family:'Bowlby One SC',cursive;font-size:clamp(1.5rem,4vw,2.5rem);color:var(--zesto-mint);text-shadow:0 0 8px var(--zesto-mint),0 0 20px rgba(152,212,187,.5)}
.zesto-nav{display:flex;gap:1.5rem}
.zesto-nav a{color:var(--zesto-cream);text-decoration:none;font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}
.zesto-nav a:hover{color:var(--zesto-mint)}
.zesto-menu-btn{display:none;background:none;border:2px solid var(--zesto-chrome);color:var(--zesto-cream);font-size:1.25rem;padding:.25rem .5rem;cursor:pointer}
.zesto-nav-mobile{display:none;flex-direction:column;gap:.75rem;padding:1rem;background:var(--zesto-dark);position:absolute;top:100%;left:0;right:0;z-index:100}
.zesto-nav-mobile.is-open{display:flex}
.zesto-nav-mobile a{color:var(--zesto-cream);text-decoration:none;padding:.5rem}
.zesto-header{position:relative}
.zesto-hero{position:relative;background:var(--zesto-cherry);color:var(--zesto-cream);padding:4rem 1.5rem 5rem;text-align:center}
.zesto-hero-inner{max-width:720px;margin:0 auto}
.zesto-script{font-family:'Pacifico',cursive;font-size:1.75rem;color:var(--zesto-mint);margin-bottom:.5rem}
.zesto-hero h1{font-family:'Bowlby One SC',cursive;font-size:clamp(2rem,5vw,3.25rem);margin-bottom:1rem}
.zesto-tagline{font-size:1.1rem;max-width:540px;margin:0 auto 1.5rem;opacity:.95}
.zesto-btn{display:inline-block;padding:.75rem 1.75rem;background:var(--zesto-cherry);color:#fff;border:3px solid var(--zesto-dark);font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;font-size:1rem;transition:transform .2s,box-shadow .2s}
.zesto-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.25)}
.zesto-btn-chrome{background:linear-gradient(180deg,#e8e8e8,var(--zesto-chrome));color:var(--zesto-dark);border-color:#888}
.zesto-checker{position:absolute;bottom:0;left:0;right:0;height:40px;background:repeating-conic-gradient(#fff 0% 25%,var(--zesto-dark) 0% 50%) 0 0/24px 24px}
.zesto-board{padding:3rem 1.5rem;max-width:1100px;margin:0 auto}
.zesto-board-title{font-family:'Bowlby One SC',cursive;text-align:center;font-size:2rem;color:var(--zesto-cherry);margin-bottom:2rem;padding:.5rem 1rem;border:4px double var(--zesto-chrome);background:#fff;display:inline-block;width:100%}
.zesto-board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}
.zesto-board-item{background:#fff;border:3px solid var(--zesto-chrome);padding:1.25rem;border-radius:4px;box-shadow:inset 0 0 0 2px var(--zesto-dark)}
.zesto-board-item h3{font-family:'Pacifico',cursive;color:var(--zesto-cherry);margin-bottom:.5rem;font-size:1.25rem}
.zesto-price{display:inline-block;margin-top:.75rem;padding:.25rem .75rem;background:var(--zesto-mint);font-weight:700;font-size:.9rem;border-radius:2px}
.zesto-about{padding:3rem 1.5rem;background:linear-gradient(135deg,#ddd,var(--zesto-chrome))}
.zesto-about-chrome{max-width:800px;margin:0 auto;padding:2rem;background:var(--zesto-cream);border:6px solid var(--zesto-chrome);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15)}
.zesto-about-chrome h2{font-family:'Bowlby One SC',cursive;color:var(--zesto-cherry);margin-bottom:1rem}
.zesto-about address{margin-top:1rem;font-style:normal;font-weight:600}
.zesto-about a{color:var(--zesto-cherry)}
.zesto-contact{padding:3rem 1.5rem;max-width:560px;margin:0 auto}
.zesto-contact h2{font-family:'Pacifico',cursive;font-size:2rem;color:var(--zesto-cherry);margin-bottom:1.5rem;text-align:center}
.zesto-form{display:flex;flex-direction:column;gap:.75rem}
.zesto-form label{font-weight:600;font-size:.9rem}
.zesto-form input,.zesto-form textarea{padding:.65rem .85rem;border:2px solid var(--zesto-chrome);border-radius:4px;font-family:inherit;font-size:1rem;background:#fff}
.zesto-form input:focus,.zesto-form textarea:focus{outline:2px solid var(--zesto-mint);border-color:var(--zesto-mint)}
.zesto-check-label{display:flex;gap:.5rem;align-items:flex-start;font-weight:400;font-size:.85rem}
.zesto-check-label input{margin-top:.2rem;flex-shrink:0}
.zesto-form-status{min-height:1.5rem;font-weight:600;color:var(--zesto-cherry)}
.zesto-form-status.is-success{color:#1a7a4c}
.zesto-form-status.is-error{color:#b00020}
.zesto-legal{padding:2rem 1.5rem;max-width:800px;margin:0 auto;border-top:1px solid var(--zesto-chrome)}
.zesto-legal h2{font-family:'Bowlby One SC',cursive;font-size:1.25rem;margin-bottom:.75rem;color:var(--zesto-cherry)}
.zesto-legal p{font-size:.9rem;color:#444}
.zesto-footer{background:var(--zesto-dark);color:var(--zesto-cream);padding:1.5rem;text-align:center}
.zesto-footer nav{display:flex;justify-content:center;gap:1.5rem;margin-top:.75rem}
.zesto-footer a{color:var(--zesto-mint);text-decoration:none;font-size:.9rem}
.zesto-footer a:hover{text-decoration:underline}
@media(max-width:768px){
  .zesto-nav{display:none}
  .zesto-menu-btn{display:block}
}
