@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap";:root{--paper:#f8f4eb;--paper-2:#fffdf8;--ink:#24211d;--muted:#716b61;--gold:#ae852b;--gold-dark:#8d691e;--line:#ded5c4;--shadow:0 18px 60px #372a141a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#eee9df;margin:0;font-family:DM Sans,Arial,sans-serif}.studio{min-height:100vh;color:var(--ink);background:#eee9df}.topbar{color:#625c53;background:#f4efe5;border-bottom:1px solid #ddd4c4;justify-content:space-between;align-items:center;height:82px;padding:0 clamp(20px,7vw,120px);font-size:18px;display:flex}.topbar-left{align-items:center;gap:13px;font-weight:500;display:flex}.dot{background:#b18a31;border-radius:50%;flex-shrink:0;width:13px;height:13px;display:inline-block}.topbar-right{align-items:center;gap:28px;display:flex}.phone{color:inherit;font-weight:500;text-decoration:none}.mode{color:#8d691e;cursor:pointer;background:#fffdf8;border:1px solid #d7ccb8;border-radius:9px;padding:12px 18px;font:600 15px DM Sans,sans-serif}.page{background:var(--paper);width:min(1160px,100% - 28px);box-shadow:var(--shadow);margin:28px auto 60px}.hero{aspect-ratio:2172/724;background-image:url(/hero.png);background-position:50%;background-size:cover;border:1px solid #e5ddce;min-height:220px;position:relative;overflow:hidden}.form-wrap{background:var(--paper-2);padding:56px clamp(24px,7.5vw,88px) 70px}.section-title{color:var(--ink);margin:0 0 7px;font-family:Playfair Display,Georgia,serif;font-size:38px;font-weight:700}.section-note{color:var(--muted);margin:0 0 35px;font-size:16px;line-height:1.5}form{gap:30px;display:grid}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.field{flex-direction:column;gap:9px;display:flex}.field label,.field-label{text-transform:uppercase;letter-spacing:.12em;color:#4c463e;font-size:13px;font-weight:800}.hint{color:var(--muted);text-transform:none;letter-spacing:0;margin:-2px 0 2px;font-size:14px;font-weight:500;line-height:1.45}input,select,textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fffefa;border-radius:7px;outline:none;padding:15px 16px;font:600 16px DM Sans,sans-serif;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ae852b1a}textarea{resize:vertical;min-height:135px}.full{grid-column:1/-1}.required{color:var(--gold-dark)}.field.error input,.field.error select{border-color:#b42318}.field-error{color:#b42318;font-size:13px;font-weight:600}.choice-group{flex-wrap:wrap;gap:10px;display:flex}.choice{position:relative}.choice input{opacity:0;pointer-events:none;width:0;height:0;padding:0;position:absolute}.choice span{border:1px solid var(--line);cursor:pointer;color:#5d564c;background:#fffefa;border-radius:999px;width:auto;padding:11px 16px;font-weight:700;display:block}.choice input:checked+span{border-color:var(--gold);color:#795816;background:#f1e5c9}.packages{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field .pkg{text-transform:none;letter-spacing:normal;color:var(--ink);font-size:16px;font-weight:600;display:block;position:relative}.pkg input{opacity:0;pointer-events:none;width:0;height:0;padding:0;position:absolute}.pkg-card{border:1px solid var(--line);cursor:pointer;background:#fffefa;border-radius:10px;flex-direction:column;gap:8px;height:100%;padding:16px 16px 14px;display:flex}.pkg input:checked+.pkg-card{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold);background:#f7f0e1}.pkg-top,.pkg-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.pkg-tier{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);font-size:11px;font-weight:800}.badge{letter-spacing:.08em;text-transform:uppercase;color:#795816;background:#f1e5c9;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:800}.pkg-name{color:var(--ink);font-size:16px;font-weight:700}.pkg-price{color:var(--gold-dark);white-space:nowrap;font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;line-height:1}.pkg-desc{color:var(--muted);font-size:13px;font-weight:500;line-height:1.45}.pkg-points{border-top:1px solid var(--line);flex-direction:column;gap:4px;margin-top:auto;padding-top:8px;display:flex}.pkg-points span{color:#4c463e;font-size:12.5px;font-weight:600}.pkg-points span:before{content:"✓  ";color:var(--gold);font-weight:800}.submit-row{border-top:1px dashed #d9cfbf;justify-content:space-between;align-items:center;gap:20px;padding-top:28px;display:flex}.submit-note{color:#777064;max-width:520px;font-size:14px;line-height:1.5}.actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}button[type=submit],button.secondary{letter-spacing:.06em;cursor:pointer;border:0;border-radius:7px;padding:17px 30px;font:800 15px DM Sans,sans-serif}button[type=submit]{color:#fff;background:#29251f;min-width:190px}button.secondary{color:var(--ink);border:1px solid var(--line);background:0 0}.status{color:var(--gold-dark);margin:-8px 0 0;font-size:14px;font-weight:600}footer{color:#766f64;background:#f2ede3;border-top:1px solid #ded5c4;justify-content:space-between;gap:20px;padding:24px clamp(24px,7.5vw,88px);font-size:14px;display:flex}footer a{color:var(--gold-dark);font-weight:700;text-decoration:none}footer a:hover{text-decoration:underline}.footer-links{flex-wrap:wrap;gap:8px 14px;display:flex}.studio.dark{--paper:#181613;--paper-2:#211e1a;--ink:#f5efe3;--muted:#bdb4a5;--line:#494239;--gold-dark:#e2bf6a;color:var(--ink);background:#0e0d0b}.studio.dark .topbar,.studio.dark footer{color:#c8c0b2;background:#15130f;border-color:#3c372f}.studio.dark .page{background:var(--paper)}.studio.dark .form-wrap{background:var(--paper-2)}.studio.dark input,.studio.dark select,.studio.dark textarea,.studio.dark .choice span,.studio.dark .pkg-card{color:#f5efe3;background:#191714;border-color:#494239}.studio.dark .field label,.studio.dark .field-label,.studio.dark .pkg-name,.studio.dark .pkg-points span{color:#d8d0c2}.studio.dark .section-note,.studio.dark .submit-note,.studio.dark .hint,.studio.dark .pkg-desc{color:#aaa194}.studio.dark .mode{color:#e2bf6a;background:#211e1a;border-color:#554a39}.studio.dark button[type=submit]{color:#211b10;background:#d7b45c}.studio.dark button.secondary{color:#f5efe3;background:0 0;border-color:#494239}.studio.dark .choice input:checked+span,.studio.dark .badge{color:#e2bf6a;background:#3a3120;border-color:#d7b45c}.studio.dark .pkg input:checked+.pkg-card{background:#2a2418;border-color:#d7b45c;box-shadow:0 0 0 1px #d7b45c}.studio.dark .pkg-tier,.studio.dark .pkg-price,.studio.dark footer a{color:#e2bf6a}.studio.dark .phone{color:#c8c0b2}@media (width<=800px){.topbar{gap:12px;height:auto;min-height:70px;padding:14px 18px}.topbar-left{font-size:14px}.topbar-right{gap:10px}.phone{display:none}.hero{background-position:50%;min-height:160px}.grid,.packages{grid-template-columns:1fr}.full{grid-column:auto}.submit-row,footer,.actions{flex-direction:column;align-items:flex-start}button[type=submit],button.secondary{width:100%}}
