.shell-hero{min-height:100vh;display:flex;flex-direction:column;background:hsl(42,40%,97%);font-family:'DM Sans',system-ui,sans-serif;color:hsl(220,25%,12%)}
.shell-header{height:80px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid hsl(40,20%,85%)}
.shell-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;max-width:48rem;margin:0 auto}
.shell-badge{display:inline-flex;align-items:center;gap:0.75rem;padding:0.625rem 1.25rem;border-radius:9999px;background:linear-gradient(to right,hsl(175,50%,88%,0.6),hsl(175,50%,88%,0.4));border:1px solid hsl(175,50%,88%,0.5);font-size:0.875rem;font-weight:600;margin-bottom:2.5rem}
.shell-badge .dot{width:8px;height:8px;border-radius:50%;background:hsl(12,85%,55%)}
.shell-h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:0.95;letter-spacing:-0.02em;margin:0 0 2.5rem}
.shell-h1 em{color:hsl(12,85%,55%);font-style:italic}
.shell-p{font-size:1.125rem;line-height:1.75;color:hsl(220,15%,45%);max-width:36rem;margin:0 auto 1.5rem}
.shell-p-support{font-size:1rem;font-weight:500;font-style:italic;color:hsl(220,25%,12%,0.8);max-width:32rem;margin:0 auto 2.5rem}
.shell-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}
.shell-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2rem;border-radius:1rem;font-weight:700;font-size:1rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;background:hsl(12,85%,55%);color:hsl(42,40%,97%);box-shadow:0 4px 0 hsl(8,80%,45%),0 6px 20px -4px hsl(12,85%,55%,0.4)}
.shell-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 2rem;border-radius:1rem;font-weight:700;font-size:1rem;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;border:2px solid hsl(220,25%,12%,0.3);color:hsl(220,25%,12%);background:transparent;box-shadow:0 3px 0 hsl(220,25%,12%,0.2)}
.shell-shipping{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;border-radius:9999px;background:hsl(175,50%,88%,0.6);border:1px solid hsl(175,50%,88%,0.5);font-size:0.875rem;font-weight:500;color:hsl(220,25%,12%,0.8)}
