/* PIEZANO — piezano.net */
:root {
  --char: #201d1a;
  --tomato: #d63a2a;
  --tomato-deep: #b02c1e;
  --cream: #f7efe2;
  --flour: #fdfbf7;
  --basil: #4a7c46;
  --crust: #e8d9bd;
  --smoke: #6f6a63;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", system-ui, -apple-system, sans-serif; color: var(--char); background: var(--flour); line-height: 1.65; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-style: italic; }
.pz-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.pz-kick { color: var(--tomato); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; }
.pz-btn { display: inline-block; background: var(--tomato); color: #fff; text-decoration: none; font-weight: 700; padding: .9rem 1.9rem; border-radius: 999px; border: 0; cursor: pointer; font-size: 1rem; transition: background .15s, transform .15s; }
.pz-btn:hover { background: var(--tomato-deep); transform: translateY(-2px); }
.pz-btn--ghost { background: transparent; border: 2px solid var(--char); color: var(--char); }
.pz-btn--ghost:hover { background: var(--char); color: var(--cream); }

/* top bar + nav */
.pz-topline { background: var(--char); color: var(--cream); text-align: center; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; }
.pz-topline em { color: #f2b134; font-style: normal; }
.pz-header { position: sticky; top: 0; z-index: 40; background: rgba(253,251,247,.95); backdrop-filter: blur(6px); border-bottom: 1px solid var(--crust); }
.pz-header .pz-wrap { display: flex; align-items: center; justify-content: space-between; padding-top: .8rem; padding-bottom: .8rem; }
.pz-brand img { height: 40px; width: auto; }
.pz-menu { display: flex; gap: 1.4rem; list-style: none; align-items: center; }
.pz-menu a { text-decoration: none; color: var(--char); font-weight: 600; font-size: .92rem; }
.pz-menu a:hover { color: var(--tomato); }
@media (max-width: 860px) { .pz-menu { display: none; } }

/* hero */
.pz-hero { background: var(--char); color: var(--cream); overflow: hidden; position: relative; }
.pz-hero .pz-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem; align-items: center; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.pz-hero h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); font-style: italic; }
.pz-hero h1 span { color: #f2b134; }
.pz-hero p.lead { color: #d9d2c6; font-size: 1.1rem; max-width: 46ch; margin: 1.2rem 0 1.8rem; }
.pz-hero-art { position: relative; }
.pz-hero-art img { border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.pz-hero-badge { position: absolute; top: -18px; right: -10px; background: var(--tomato); color: #fff; border-radius: 50%; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800; transform: rotate(8deg); box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.pz-hero-badge b { font-size: 1.5rem; }
.pz-hero-badge span { font-size: .66rem; letter-spacing: .08em; }
@media (max-width: 860px) { .pz-hero .pz-wrap { grid-template-columns: 1fr; } .pz-hero-badge { width: 88px; height: 88px; } }

/* section scaffolding */
.pz-sec { padding: 4rem 0; }
.pz-sec--cream { background: var(--cream); }
.pz-sec--char { background: var(--char); color: var(--cream); }
.pz-sechead { max-width: 720px; margin-bottom: 2rem; }
.pz-sechead p { color: var(--smoke); margin-top: .6rem; }
.pz-sec--char .pz-sechead p { color: #bdb6aa; }

/* products */
.pz-shelf { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 1.5rem; }
.pz-dish { background: #fff; border: 1px solid var(--crust); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; position: relative; }
.pz-dish:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(32,29,26,.12); }
.pz-dish-tag { position: absolute; top: 14px; left: -6px; background: var(--basil); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 0 6px 6px 0; }
.pz-dish-photo { aspect-ratio: 1/1; background: #fff; padding: 8%; }
.pz-dish-photo img { width: 100%; height: 100%; object-fit: contain; }
.pz-dish-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.pz-dish-body h3 { font-size: 1.12rem; font-style: italic; }
.pz-dish-body .why { font-size: .9rem; color: var(--smoke); flex: 1; }
.pz-stars { color: #e2a400; font-size: .85rem; }
.pz-stars small { color: var(--smoke); }
.pz-dish-foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; flex-wrap: wrap; margin-top: .6rem; }
.pz-btn--buy { padding: .45rem .9rem; font-size: .8rem; white-space: nowrap; letter-spacing: .01em; border-radius: 9px; }
.pz-price { font-size: 1.35rem; font-weight: 800; font-family: Georgia, serif; }
.pz-gallery-dots { display: flex; gap: .35rem; margin-top: .3rem; }
.pz-gallery-dots button { width: 42px; height: 42px; border-radius: 8px; border: 1.5px solid var(--crust); background: #fff; padding: 2px; cursor: pointer; }
.pz-gallery-dots button[data-live] { border-color: var(--tomato); }
.pz-gallery-dots img { width: 100%; height: 100%; object-fit: contain; }

/* pros & cons */
.pz-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.pz-panel { border-radius: 16px; padding: 1.6rem 1.8rem; }
.pz-panel--good { background: #eef4ec; border: 1px solid #cfe0cc; }
.pz-panel--bad { background: #fbeeec; border: 1px solid #efd2cd; }
.pz-panel h3 { font-style: italic; margin-bottom: .8rem; }
.pz-panel ul { list-style: none; }
.pz-panel li { padding: .4rem 0 .4rem 1.8rem; position: relative; }
.pz-panel--good li::before { content: "✔"; position: absolute; left: 0; color: var(--basil); font-weight: 700; }
.pz-panel--bad li::before { content: "✘"; position: absolute; left: 0; color: var(--tomato); font-weight: 700; }
@media (max-width: 760px) { .pz-duo { grid-template-columns: 1fr; } }

/* specs */
.pz-specgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1px; background: var(--crust); border: 1px solid var(--crust); border-radius: 16px; overflow: hidden; }
.pz-spec { background: var(--flour); padding: 1.1rem 1.3rem; }
.pz-spec dt { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--smoke); font-weight: 700; }
.pz-spec dd { font-weight: 700; margin-top: .25rem; font-size: 1.02rem; }

/* comparison table */
.pz-tablewrap { overflow-x: auto; }
.pz-versus { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; border-radius: 16px; overflow: hidden; }
.pz-versus th, .pz-versus td { padding: .85rem 1rem; text-align: left; border-bottom: 1px solid var(--crust); }
.pz-versus thead th { background: var(--char); color: var(--cream); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.pz-versus thead th.hot { background: var(--tomato); }
.pz-versus td.hot { background: #fdf1ef; font-weight: 600; border-left: 2px solid var(--tomato); border-right: 2px solid var(--tomato); }
.pz-versus td:first-child { font-weight: 700; }

/* video */
.pz-filmframe { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.35); background: #000; }
.pz-filmframe video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }

/* team */
.pz-crew { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
.pz-cook { background: #fff; border: 1px solid var(--crust); border-radius: 16px; padding: 1.6rem; text-align: center; }
.pz-cook-photo { width: 110px !important; height: 110px !important; max-width: 110px; border-radius: 50%; object-fit: cover; object-position: center 20%; margin: 0 auto 1rem; border: 3px solid var(--cream); box-shadow: 0 6px 18px rgba(32,29,26,.18); flex-shrink: 0; }
.pz-cook h3 { font-size: 1.1rem; }
.pz-cook .role { color: var(--tomato); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: .2rem 0 .6rem; }
.pz-cook p { font-size: .9rem; color: var(--smoke); }

/* process */
.pz-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; counter-reset: step; }
.pz-step { background: #fff; border: 1px solid var(--crust); border-radius: 16px; overflow: hidden; }
.pz-step img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.pz-step div { padding: 1.1rem 1.3rem 1.3rem; }
.pz-step h3 { font-size: 1.02rem; counter-increment: step; }
.pz-step h3::before { content: "0" counter(step) " · "; color: var(--tomato); font-style: normal; }
.pz-step p { font-size: .88rem; color: var(--smoke); margin-top: .35rem; }

/* story */
.pz-story { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.pz-story img { border-radius: 16px; }
.pz-story p { margin: .8rem 0; }
@media (max-width: 820px) { .pz-story { grid-template-columns: 1fr; } }

/* reviews */
.pz-praise { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.3rem; }
.pz-quote { background: #fff; border: 1px solid var(--crust); border-left: 4px solid var(--tomato); border-radius: 12px; padding: 1.3rem 1.4rem; }
.pz-quote p { font-size: .95rem; }
.pz-quote cite { display: block; margin-top: .7rem; font-style: normal; color: var(--smoke); font-size: .84rem; font-weight: 600; }

/* dough calculator */
.pz-doughlab { background: #fff; border: 1px solid var(--crust); border-radius: 18px; padding: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.pz-doughlab label { display: block; font-weight: 700; font-size: .9rem; margin: 1rem 0 .35rem; }
.pz-doughlab select, .pz-doughlab input { width: 100%; padding: .7rem .9rem; border: 1.5px solid var(--crust); border-radius: 10px; font-size: 1rem; font-family: inherit; background: var(--flour); }
.pz-doughlab select:focus, .pz-doughlab input:focus { outline: 2px solid var(--tomato); }
.pz-recipe { background: var(--char); color: var(--cream); border-radius: 14px; padding: 1.5rem 1.7rem; }
.pz-recipe h3 { font-style: italic; margin-bottom: .9rem; }
.pz-recipe table { width: 100%; border-collapse: collapse; }
.pz-recipe td { padding: .45rem 0; border-bottom: 1px dashed #453f38; }
.pz-recipe td:last-child { text-align: right; font-weight: 800; color: #f2b134; }
.pz-recipe .tip { font-size: .82rem; color: #bdb6aa; margin-top: .9rem; }
@media (max-width: 820px) { .pz-doughlab { grid-template-columns: 1fr; } }

/* faq */
.pz-asks { max-width: 800px; }
.pz-ask { border-bottom: 1px solid var(--crust); }
.pz-ask summary { cursor: pointer; list-style: none; font-weight: 700; padding: 1.1rem 0; display: flex; justify-content: space-between; gap: 1rem; }
.pz-ask summary::-webkit-details-marker { display: none; }
.pz-ask summary::after { content: "+"; color: var(--tomato); font-size: 1.4rem; font-weight: 400; }
.pz-ask[open] summary::after { content: "–"; }
.pz-ask p { padding: 0 2rem 1.1rem 0; color: #3d3a35; font-size: .95rem; }

/* payments */
.pz-paysec { text-align: center; }
.pz-paylist { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.4rem; }
.pz-pay { background: #fff; border: 1.5px solid var(--crust); border-radius: 12px; padding: .75rem 1.4rem; font-weight: 700; font-size: .92rem; }
.pz-paynote { color: var(--smoke); font-size: .88rem; max-width: 62ch; margin: 1.2rem auto 0; }

/* footer */
.pz-foot { background: var(--char); color: #bdb6aa; margin-top: 3rem; }
.pz-foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.2rem; padding: 3rem 0 2rem; }
.pz-foot h4 { color: var(--cream); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .8rem; font-family: inherit; }
.pz-foot ul { list-style: none; }
.pz-foot li { margin: .4rem 0; }
.pz-foot a { color: #bdb6aa; text-decoration: none; font-size: .92rem; }
.pz-foot a:hover { color: var(--cream); }
.pz-foot-brand img { height: 34px; width: auto; margin-bottom: .9rem; }
.pz-foot-brand p { font-size: .9rem; max-width: 34ch; }
.pz-foot-base { border-top: 1px solid #37322c; padding: 1.1rem 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem; font-size: .8rem; }
@media (max-width: 760px) { .pz-foot-grid { grid-template-columns: 1fr 1fr; } }

/* service pages */
.pz-pagehead { background: var(--cream); padding: 3rem 0; border-bottom: 1px solid var(--crust); }
.pz-pagehead h1 { font-style: italic; font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.pz-copy { max-width: 780px; margin: 0 auto; padding: 2.4rem 24px 3.4rem; }
.pz-copy h2 { font-size: 1.3rem; margin: 1.8rem 0 .6rem; }
.pz-copy p { margin: .7rem 0; }
.pz-copy ul { margin: .7rem 0 .7rem 1.4rem; }
.pz-copy a { color: var(--tomato); }
