@charset "UTF-8";
:root { --ink:#243329; --paper:#f5f0e5; --muted:#5f685e; --olive:#364a38; --line:#d8d9c9; --gold:#c99942; --red:#963b2f; }
*,*::before,*::after { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
[hidden] { display:none!important; }
a { color:inherit; }
button,input,select,textarea { font:inherit; }
button,a,input,select,summary,textarea { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid #a45b20; outline-offset:4px; }
.skip-link { position:absolute; top:-100px; left:20px; z-index:9; padding:15px; background:white; }
.skip-link:focus { top:12px; }
.page-header,.page-footer { max-width:1200px; margin:auto; padding:25px 38px; display:flex; justify-content:space-between; align-items:center; gap:24px; }
.page-header { border-bottom:1px solid var(--line); }
.brand { text-decoration:none; display:flex; align-items:center; gap:11px; font-family:Georgia,serif; font-size:28px; }
.brand img { border-radius:50%; }
.brand small { display:block; font:8px Arial,sans-serif; letter-spacing:2px; margin-top:4px; }
.header-note { color:var(--muted); font-size:12px; }
.feedback-layout { max-width:1200px; margin:0 auto; padding:58px 38px 40px; display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:65px; align-items:start; }
.eyebrow { font-size:10px; letter-spacing:1.8px; text-transform:uppercase; font-weight:700; line-height:1.6; margin:0; }
h1 { font-family:Georgia,'Times New Roman',serif; font-size:clamp(48px,5.2vw,70px); line-height:1.04; font-weight:400; letter-spacing:-2px; margin:22px 0; }
h1 em { font-weight:400; color:#716f3d; }
.intro-copy { font-size:16px; line-height:1.75; color:var(--muted); }
.privacy-note { display:flex; gap:12px; max-width:370px; margin:28px 0; font-size:13px; line-height:1.6; }
.privacy-note p { color:var(--muted); margin:4px 0 0; }
.privacy-icon { flex:0 0 38px; width:38px; height:38px; display:grid; place-items:center; border:1px solid #d5dacb; border-radius:50%; background:#e9eddf; color:var(--olive); }
.privacy-icon svg { display:block; width:22px; height:22px; }
.pizza-photo { margin:35px 0 0; width:100%; max-width:365px; position:relative; }
.pizza-photo img { width:100%; height:245px; object-fit:cover; border-radius:120px 120px 5px 5px; filter:brightness(.91); }
.pizza-photo figcaption { font-family:Georgia,serif; font-style:italic; font-size:14px; color:var(--muted); text-align:center; margin-top:13px; }
.form-column { min-width:0; }
.survey-card { padding:32px; background:#fffdf8; border:1px solid #dedfd2; border-radius:12px; box-shadow:0 12px 45px #273f2b08; }
.card-heading { display:flex; gap:12px; align-items:center; justify-content:space-between; margin-bottom:26px; }
.card-heading>span { font-size:10px; color:var(--muted); }
fieldset { border:0; padding:0; margin:0; min-width:0; }
legend { padding:0; font-size:17px; font-weight:600; line-height:1.4; }
.hint { font-size:12px; line-height:1.6; color:var(--muted); margin:10px 0 15px; }
.rating-options { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:7px; }
.rating-options label,.reorder-options label { position:relative; cursor:pointer; }
.rating-options input,.reorder-options input { position:absolute; opacity:0; width:1px; height:1px; }
.rating-choice { height:86px; border:1px solid var(--line); border-radius:7px; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:8px; background:#faf9f2; transition:background .16s; }
.rating-choice b { font:30px Georgia,serif; }
.rating-choice small { font-size:10px; text-align:center; }
.rating-options input:checked+.rating-choice { border-color:var(--olive); background:var(--olive); color:white; }
.rating-options input:focus-visible+.rating-choice,.reorder-options input:focus-visible+span { outline:3px solid #a45b20; outline-offset:3px; }
.rating-options label:hover .rating-choice { border-color:var(--olive); }
.detail-questions { margin:26px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:17px 0; }
summary { cursor:pointer; font-size:13px; font-weight:600; line-height:1.6; }
summary span,legend span,.comment-label span { font:10px Arial,sans-serif; color:var(--muted); margin-left:6px; font-weight:400; }
.detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:15px; }
.detail-grid label { font-size:12px; display:grid; gap:7px; }
select { width:100%; min-height:43px; background:#fff; color:var(--ink); border:1px solid var(--line); border-radius:5px; padding:8px; font-size:12px; }
.reorder-question legend { font-size:13px; }
.reorder-options { display:flex; flex-wrap:wrap; gap:7px; margin:12px 0 24px; }
.reorder-options span { display:block; padding:10px 12px; border:1px solid var(--line); border-radius:5px; font-size:11px; min-height:38px; }
.reorder-options input:checked+span { background:#e5ebdf; border-color:var(--olive); }
.comment-label { font-size:13px; line-height:1.7; font-weight:600; display:block; margin-bottom:8px; }
textarea { display:block; width:100%; min-height:100px; padding:12px; border:1px solid var(--line); border-radius:6px; resize:vertical; color:var(--ink); background:#fff; font-size:13px; line-height:1.6; }
textarea::placeholder { color:#697166; }
.comment-footer { display:flex; justify-content:space-between; gap:12px; margin:8px 0 24px; }
.comment-footer small { font-size:10px; line-height:1.5; color:var(--muted); }
.comment-footer small:last-child { white-space:nowrap; }
.submit-button { display:flex; width:100%; align-items:center; justify-content:space-between; padding:16px 20px; background:var(--olive); color:white; border:0; border-radius:6px; cursor:pointer; font-size:14px; font-weight:600; min-height:52px; }
.submit-button:hover { background:#263d2a; }
.submit-button:disabled { opacity:.6; cursor:wait; }
.submit-note { text-align:center; font-size:10px; color:var(--muted); margin:10px 0 0; }
.form-message { font-size:12px; line-height:1.6; margin:10px 0 0; }
.form-message:empty { display:none; }
.form-message.error { color:var(--red); }
.google-card { margin-top:20px; padding:24px 3px 0; border-top:1px solid var(--line); }
.google-card .eyebrow { font-size:9px; }
.google-card h2 { font:24px/1.25 Georgia,serif; font-weight:400; margin:9px 0; }
.google-card p:not(.eyebrow) { font-size:12px; color:var(--muted); line-height:1.65; margin:0; }
.google-link { display:flex; justify-content:space-between; gap:12px; padding:14px 0 8px; text-underline-offset:4px; font-size:13px; font-weight:600; }
.success-panel { text-align:center; padding:40px 0; }
.success-mark { display:inline-grid; place-items:center; width:65px; height:65px; border:1px solid var(--line); border-radius:50%; color:var(--olive); font-size:28px; margin-bottom:25px; }
.success-panel h2 { font:35px/1.15 Georgia,serif; margin:16px 0; font-weight:400; }
.success-panel>p:not(.eyebrow) { color:var(--muted); line-height:1.7; font-size:14px; }
.back-link { display:inline-block; margin-top:20px; font-size:12px; text-underline-offset:4px; }
.page-footer { border-top:1px solid var(--line); margin-top:15px; padding-top:24px; padding-bottom:28px; color:var(--muted); font-size:10px; line-height:1.6; }
.page-footer a { text-underline-offset:3px; }
.preview-notice { background:#fff1cb; border:1px solid #d5b871; border-radius:6px; padding:12px; font-size:12px; line-height:1.5; margin-bottom:15px; }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
@media(max-width:1000px) { .feedback-layout { gap:32px; padding:40px 25px; } .survey-card { padding:24px; } }
@media(max-width:730px) {
  .page-header,.page-footer { padding:18px 22px; } .header-note { display:none; }
  .feedback-layout { grid-template-columns:1fr; padding:30px 18px 20px; gap:20px; max-width:570px; }
  .intro { padding:0 6px; } h1 { font-size:49px; margin:13px 0; } h1 br { display:none; }
  .intro-copy { font-size:14px; margin:0; } .intro-copy br { display:none; }
  .privacy-note { margin:18px 0 0; max-width:none; font-size:12px; } .pizza-photo { display:none; }
  .survey-card { padding:22px 18px; } .card-heading { margin-bottom:22px; }
  .rating-choice { height:78px; } .rating-choice small { font-size:10px; }
  legend { font-size:16px; } .google-card { padding:20px 6px 0; }
  .page-footer { flex-direction:column; align-items:flex-start; gap:10px; }
}
@media(max-width:360px) { .card-heading { flex-direction:column; align-items:flex-start; gap:5px; } .detail-grid { grid-template-columns:1fr; } .rating-options { gap:4px; } .rating-choice small { font-size:9px; } }
@media(prefers-reduced-motion:reduce) { * { transition:none!important; } }
