@font-face{font-family:Raleway;src:url("../fonts/raleway-latin.woff2") format("woff2");font-display:swap}
@font-face{font-family:Lato;src:url("../fonts/lato-400-latin.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:Lato;src:url("../fonts/lato-700-latin.woff2") format("woff2");font-display:swap;font-weight:700}

:root{
  --ink:#131313;
  --paper:#f4f0e8;
  --surface:#fffaf3;
  --line:#ded4c5;
  --muted:#6c665f;
  --gold:#c8a97e;
  --gold-dark:#8b6336;
  --sage:#386b54;
  --sage-soft:#e8f2eb;
  --wine:#7e3140;
  --wine-soft:#f7e9ec;
  --shadow:0 22px 60px rgba(28,22,16,.16);
}

*{box-sizing:border-box}
html{min-width:320px;background:#141210;color:var(--ink);font-family:Lato,Arial,sans-serif;scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#141210 0,#241d16 340px,var(--paper) 341px);color:var(--ink)}
body,input,select,textarea,button{font:400 16px/1.45 Lato,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.eyebrow{margin:0 0 8px;color:var(--gold-dark);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}

.survey-page{overflow:hidden;min-height:100vh}
.survey-header{position:fixed;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(16px,4vw,54px);color:#f8efe2;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.08));backdrop-filter:blur(10px)}
.brand-lockup{display:flex;align-items:center;gap:12px;min-width:0}
.brand-lockup img{width:46px;height:46px;object-fit:cover;border-radius:50%;border:1px solid rgba(200,169,126,.8)}
.brand-lockup span{display:grid;gap:2px}
.brand-lockup strong{font-family:Raleway,Lato,sans-serif;font-size:15px;letter-spacing:.02em}
.brand-lockup small{color:#d4c8b7;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.survey-header nav{display:flex;align-items:center;gap:8px}
.survey-header nav a{padding:10px 13px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(255,255,255,.06);font-size:12px;font-weight:800}
.survey-header nav a:hover{background:rgba(255,255,255,.14)}

.survey-hero{position:relative;display:grid;min-height:470px;align-items:end;padding:128px clamp(20px,5vw,72px) 82px;color:#fff}
.survey-hero-media,.survey-hero-shade{position:absolute;inset:0}
.survey-hero-media img{width:100%;height:100%;object-fit:cover}
.survey-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.36) 52%,rgba(0,0,0,.12)),linear-gradient(0deg,rgba(20,18,16,1),rgba(20,18,16,0) 48%)}
.survey-hero-content{position:relative;width:min(860px,100%)}
.survey-hero .eyebrow{color:#e5c696}
.survey-hero h1{max-width:790px;margin:0;font:400 clamp(36px,6vw,76px)/.98 Raleway,Lato,sans-serif;letter-spacing:0}
.survey-hero p:not(.eyebrow){max-width:620px;margin:22px 0 0;color:#e4d9c9;font-size:18px;line-height:1.65}

.survey-shell{position:relative;z-index:3;width:min(1240px,100%);margin:-54px auto 0;padding:0 clamp(14px,3vw,32px) 82px}
.survey-form{display:grid;grid-template-columns:minmax(250px,360px) minmax(0,1fr);align-items:start;gap:18px}
.survey-promise{position:sticky;top:96px;padding:26px;border:1px solid rgba(200,169,126,.34);border-radius:8px;background:linear-gradient(150deg,#181613,#2d241d);color:#f9f0e5;box-shadow:var(--shadow)}
.survey-promise h2{margin:0 0 12px;font:400 30px/1.08 Raleway,Lato,sans-serif}
.survey-promise p:not(.eyebrow){margin:0;color:#cfc2b0;line-height:1.65}
.promise-list{display:grid;gap:9px;margin-top:24px}
.promise-list span{padding:11px 12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.055);color:#f0deca;font-size:13px;font-weight:800}
.promise-list span:before{content:"✓";margin-right:8px;color:#d7b987}

.form-stack{display:grid;gap:16px}
.form-panel,.rgpd-box,.success-card,.survey-message{padding:clamp(19px,3vw,30px);border:1px solid var(--line);border-radius:8px;background:rgba(255,250,243,.96);box-shadow:0 16px 45px rgba(40,32,24,.08)}
.panel-title{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.panel-title>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:8px;background:#171411;color:var(--gold);font-weight:800}
.panel-title h2,.rgpd-box h2,.success-card h2{margin:0;font:400 clamp(25px,3vw,36px)/1.08 Raleway,Lato,sans-serif}
.form-grid{display:grid;gap:13px}
.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
label{display:grid;gap:8px;color:#2f2a25;font-size:13px;font-weight:800}
input,select,textarea{width:100%;border:1px solid #d8cdbf;border-radius:8px;background:#fff;color:#171411;outline:0}
input,select{min-height:48px;padding:11px 12px}
textarea{min-height:136px;padding:13px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(200,169,126,.22)}
.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}

.ratings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.rating-row{min-width:0;margin:0;padding:14px;border:1px solid #e2d8cb;border-radius:8px;background:#fff}
.rating-row legend{padding:0 6px;color:#28231f;font-size:13px;font-weight:800}
.rating-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:8px}
.rating-scale label{display:block}
.rating-scale input{position:absolute;opacity:0;pointer-events:none}
.rating-scale span{display:grid;min-height:42px;place-items:center;border:1px solid #d7cbbb;border-radius:8px;background:#f8f4ee;color:#5a5149;font-weight:900;cursor:pointer;transition:.16s}
.rating-scale input:checked+span{border-color:#171411;background:#171411;color:var(--gold);box-shadow:0 8px 20px rgba(20,18,16,.18)}
.rating-scale label:hover span{border-color:var(--gold-dark);transform:translateY(-1px)}
.nps-row{margin-top:14px}

.dish-search{margin-bottom:12px}
.dish-groups{display:grid;gap:10px;max-height:560px;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#c9ad87 transparent}
.dish-groups details{border:1px solid #e0d6c9;border-radius:8px;background:#fff}
.dish-groups summary{padding:14px 15px;color:#211d19;font-weight:900;cursor:pointer}
.dish-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 12px 13px}
.dish-choice{display:flex;align-items:center;gap:9px;min-width:0;padding:10px;border:1px solid #e2d9cd;border-radius:8px;background:#fbf7f1;font-size:12px;cursor:pointer}
.dish-choice input{flex:0 0 18px;width:18px;height:18px;min-height:18px;padding:0;accent-color:#171411}
.dish-choice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dish-choice.is-hidden{display:none}
.form-note{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.6}

.return-row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0;padding:0;border:0}
.return-row legend{width:100%;margin-bottom:2px;font-size:13px;font-weight:900}
.return-row label{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #ddd2c4;border-radius:8px;background:#fff;font-size:13px}
.return-row input{width:18px;height:18px;min-height:18px;padding:0;accent-color:#171411}

.discount-panel{background:linear-gradient(140deg,#fffaf3,#f2e9dc)}
.switch-row{display:grid;grid-template-columns:auto 48px minmax(0,1fr);align-items:center;gap:13px;padding:15px;border:1px solid #d5c2aa;border-radius:8px;background:#fff}
.switch-row input{position:absolute;opacity:0;pointer-events:none}
.switch-row>span{position:relative;width:48px;height:28px;border-radius:999px;background:#ccc1b2;transition:.16s}
.switch-row>span:before{content:"";position:absolute;left:4px;top:4px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.16s;box-shadow:0 2px 7px rgba(0,0,0,.2)}
.switch-row input:checked+span{background:var(--sage)}
.switch-row input:checked+span:before{transform:translateX(20px)}
.switch-row strong{font-size:14px}
.discount-fields{display:none;margin-top:15px}
.discount-fields.is-open{display:grid;gap:14px}
.check-row{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #ded4c7;border-radius:8px;background:#fff;font-size:13px;line-height:1.5}
.check-row input{flex:0 0 19px;width:19px;height:19px;min-height:19px;margin-top:2px;padding:0;accent-color:#171411}

.rgpd-box{background:#f9f6f0}
.rgpd-box p{margin:0 0 12px;color:#4d4740;line-height:1.65}
.rgpd-box ul{display:grid;gap:6px;margin:0 0 14px;padding-left:19px;color:#5e574f;font-size:13px;line-height:1.55}
.submit-button{width:100%;min-height:58px;font-size:15px}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:12px 18px;font-weight:900;cursor:pointer}
.button.primary{background:linear-gradient(135deg,#d7b987,#b78951);color:#171411;box-shadow:0 14px 30px rgba(128,91,47,.24)}
.button.primary:hover{transform:translateY(-1px)}

.survey-message{margin-bottom:16px}
.survey-message strong{display:block;margin-bottom:6px;font:700 18px Raleway,Lato,sans-serif}
.survey-message p{margin:5px 0 0;color:#5f574f}
.survey-message.error{border-color:#e5bbc3;background:var(--wine-soft);color:#622634}
.success-card{display:grid;justify-items:start;gap:13px;max-width:720px;margin:auto;background:#fff}
.success-card>span{display:inline-grid;padding:8px 12px;border-radius:8px;background:var(--sage-soft);color:var(--sage);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}
.success-card p{margin:0;color:#514b44;line-height:1.65}
.discount-code{padding:15px 18px;border:1px dashed #b89161;border-radius:8px;background:#fbf1e3;color:#171411;font:900 clamp(25px,6vw,42px)/1 Raleway,Lato,sans-serif;letter-spacing:.06em}
.fine-print{font-size:13px}

@media(max-width:980px){
  .survey-form{grid-template-columns:1fr}
  .survey-promise{position:relative;top:auto}
  .form-grid.three,.ratings-grid,.dish-choice-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .survey-header{position:absolute;padding:12px 14px}
  .survey-header nav a:not(:last-child){display:none}
  .brand-lockup img{width:40px;height:40px}
  .brand-lockup strong{font-size:13px}
  .brand-lockup small{font-size:9px}
  .survey-hero{min-height:520px;padding:110px 18px 80px}
  .survey-hero h1{font-size:43px}
  .survey-hero p:not(.eyebrow){font-size:15px}
  .survey-shell{margin-top:-42px;padding-bottom:54px}
  .form-panel,.rgpd-box,.success-card,.survey-message,.survey-promise{padding:19px}
  .panel-title{gap:11px}
  .panel-title>span{width:36px;height:36px;flex-basis:36px}
  .rating-scale{gap:5px}
  .rating-scale span{min-height:39px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto;transition:none!important}
}
