/* (c) 2026 Eirene Retreats. All rights reserved. Proprietary design and code — unauthorized copying or reuse is prohibited. */
:root{--bg:#fbfaf7;--paper:#fffefa;--ink:#211b17;--olive:#47513f;--gold:#b78c4d;--line:#e7ded1;--mint:#dff5e8;--shadow:0 30px 90px rgba(49,43,34,.12)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 10% 10%,rgba(183,140,77,.1),transparent 34%),linear-gradient(145deg,#fbfaf7,#f3f7f2);overflow-x:hidden}.ambient{position:fixed;border-radius:50%;filter:blur(5px);pointer-events:none}.ambient.one{width:28rem;height:28rem;background:#5b846914;right:-10rem;top:-8rem}.ambient.two{width:20rem;height:20rem;background:#b78c4d14;left:-8rem;bottom:-7rem}.survey-shell{width:min(760px,calc(100% - 32px));margin:auto;padding:34px 0 70px;position:relative}.brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding:0 8px;color:var(--olive);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.brand img{width:116px;height:54px;object-fit:contain;mix-blend-mode:multiply}.survey-card{background:#fffefaeb;border:1px solid rgba(231,222,209,.9);border-radius:30px;padding:clamp(28px,6vw,58px);box-shadow:var(--shadow);backdrop-filter:blur(18px)}h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,7vw,64px);line-height:1.02;letter-spacing:-.035em;margin:8px 0 18px;font-weight:500}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:800}.intro{font-size:17px;line-height:1.65;color:#645d55;margin:0 0 30px}.progress{height:5px;background:#eee9df;border-radius:99px;overflow:hidden;margin-bottom:34px}.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),#6a8b74);transition:width .35s ease}.question-page{display:none;animation:rise .35s ease}.question-page.active{display:block}.page-title{font-family:Georgia,serif;font-size:28px;margin:0 0 4px}.page-description{color:#746d64;line-height:1.6;margin:0 0 28px}.question{border-top:1px solid var(--line);padding:25px 0}.question:first-of-type{border-top:0}.question>label,.question legend{display:block;font-weight:700;font-size:16px;line-height:1.4;margin:0 0 14px}.question legend{padding:0}.required{color:#a56c3d;margin-left:4px}.help{display:block;color:#7c756c;font-size:13px;line-height:1.5;margin:-8px 0 14px}.scale{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.scale.nps{grid-template-columns:repeat(11,1fr)}.scale label,.choice label{cursor:pointer}.scale input,.choice input{position:absolute;opacity:0}.scale span{display:grid;place-items:center;min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.2s}.scale input:checked+span,.choice input:checked+span{background:var(--olive);border-color:var(--olive);color:#fffefa;transform:translateY(-2px)}.scale-note{display:flex;justify-content:space-between;color:#857d73;font-size:11px;margin-top:8px}.choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.choice span{display:flex;align-items:center;min-height:50px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.2s}textarea,input[type=text]{width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;padding:15px 16px;color:var(--ink);font:inherit;outline:none}textarea:focus,input[type=text]:focus{border-color:#819584;box-shadow:0 0 0 4px #6e9a7b1f}.survey-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.primary,.secondary,.primary-link{border:0;border-radius:999px;padding:14px 22px;font-weight:800;font-size:14px;cursor:pointer;text-decoration:none}.primary,.primary-link{background:var(--olive);color:#fffefa}.secondary{background:transparent;color:var(--olive);border:1px solid var(--line)}.privacy-note{font-size:12px;line-height:1.6;color:#887f75;margin:24px 0 0}.notice{padding:13px 15px;border-radius:13px;background:#fff1e8;color:#82452c;font-size:14px}.hidden{display:none!important}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:620px){.survey-shell{width:min(100% - 18px,760px);padding:10px 0 35px}.brand{padding:0 8px}.brand img{width:98px}.brand span{font-size:10px}.survey-card{border-radius:22px;padding:26px 18px}.scale.nps{grid-template-columns:repeat(6,1fr)}.choice{grid-template-columns:1fr}.survey-actions{position:sticky;bottom:8px;background:#fffefaf0;padding:12px 0}.survey-actions button{flex:1}}
