:root{color-scheme:light;--ink:#302923;--muted:#786c62;--paper:#faf8f5;--line:#ddd4c9;--gold:#9b7854;--selected:#eee5d9;--white:#fff;--error:#9c342d}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}.layout{display:grid;grid-template-columns:minmax(330px,43%) 1fr;min-height:100vh}.visual{position:sticky;top:0;height:100vh;min-height:620px;background:#3e2d22;overflow:hidden;color:#fff7e9}.visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:48% center}.visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,7,.40),rgba(20,12,7,.02) 45%,rgba(20,12,7,.78))}.wordmark{position:absolute;left:11%;top:52px;font-family:Georgia,'Times New Roman',serif;font-size:27px;letter-spacing:.28em}.visual-copy{position:absolute;left:11%;right:8%;bottom:62px}.eyebrow{font-size:.75rem;letter-spacing:.16em;font-weight:600}.visual-copy p{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,3.3vw,54px);line-height:1.15;font-weight:400;margin:20px 0 22px}.location{font-size:.875rem;letter-spacing:.025em}.content{width:100%;max-width:760px;padding:66px clamp(30px,6vw,94px) 24px;margin:0 auto}header{margin-bottom:32px}header .eyebrow{color:var(--gold)}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:44px;letter-spacing:-.025em;line-height:1.15;margin:14px 0}header p{color:var(--muted);max-width:470px;margin:0}.section-heading{display:flex;align-items:center;gap:14px;margin:30px 0 21px}.section-heading>span{font-size:.75rem;color:var(--gold);letter-spacing:.06em}h2{font-size:1rem;font-weight:600;margin:0}.section-heading:after{content:'';height:1px;background:var(--line);flex:1}.field{padding:0;border:0;margin:0 0 22px;min-width:0}label:not(.choice),legend{display:block;font-size:.9375rem;font-weight:600;margin-bottom:9px}legend{padding:0;width:100%}input:not([type=checkbox]):not([type=radio]),textarea{width:100%;border:1px solid var(--line);border-radius:4px;background:#fffdf9;color:var(--ink);padding:13px 14px;font:inherit;outline:none;transition:border-color .15s;box-shadow:none}input::placeholder,textarea::placeholder{color:#91867b}input:focus,textarea:focus{border-color:var(--gold)!important;box-shadow:0 0 0 2px #c8aa832b!important}.choices{display:flex;gap:9px;flex-wrap:wrap}.choice{display:flex;position:relative;min-height:46px;border:1px solid var(--line);border-radius:4px;background:transparent;cursor:pointer;align-items:center;padding:11px 15px;font-size:.9375rem;line-height:1.35;transition:background .15s,border-color .15s}.choice input{position:absolute;opacity:0;width:1px;height:1px}.choice:has(input:checked){background:var(--selected);border-color:var(--gold);color:#483526}.choice:has(input:focus-visible){outline:2px solid var(--gold);outline-offset:3px}.choice:hover{border-color:var(--gold)}.date-options{margin-bottom:10px}.role-options{display:grid;grid-template-columns:1fr 1fr 1fr}.role-options .choice{justify-content:center;padding:12px 8px;text-align:center}.hint{font-size:.875rem;color:var(--muted);margin:7px 0 0}.hint.before{margin:-4px 0 11px}.optional{font-weight:400;float:right;color:var(--muted);font-size:.875rem}.products{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product{min-height:75px;padding:13px 40px 13px 15px}.product i{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:17px;height:17px;border:1px solid #bfb0a0;border-radius:2px}.product:has(input:checked) i{background:#715439;border-color:#715439}.product:has(input:checked) i:after{content:'';position:absolute;width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;left:3px;top:4px;transform:rotate(-45deg)}.wide{grid-column:1/-1;min-height:51px}.notes{border-top:1px solid var(--line);padding:17px 0 0;margin:3px 0 26px}.notes summary{cursor:pointer;font-size:.9375rem;list-style:none;padding:0 0 3px}.notes summary:before{content:'+';color:var(--gold);display:inline-block;margin-right:9px}.notes[open] summary:before{content:'−'}.notes summary span{color:var(--muted);font-size:.875rem;float:right}.notes textarea{margin-top:14px;resize:vertical}.primary{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:17px 20px;border:0;border-radius:4px;background:var(--ink);color:#fffaf3;font:inherit;font-weight:500;text-decoration:none;cursor:pointer;min-height:56px}.primary:hover{background:#4a3b2f}.primary:focus-visible,.back:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.primary[aria-disabled=true]{background:#9c9389;cursor:not-allowed}.confirmation-note{font-size:.8125rem;text-align:center;color:var(--muted);margin:12px 0 0}footer{margin-top:47px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:start}footer>span{font-family:Georgia,'Times New Roman',serif;letter-spacing:.16em;font-size:.8125rem;padding-top:3px}footer p{font-size:.8125rem;color:var(--muted);text-align:right;margin:0;line-height:1.8}.review dl{margin:0 0 26px}.review dt{font-size:.8125rem;color:var(--muted);margin:18px 0 3px}.review dd{margin:0;font-size:1rem;overflow-wrap:anywhere;white-space:pre-line}.review-note{color:var(--muted);font-size:.9375rem;margin:22px 0}.back{display:block;background:none;border:0;text-decoration:underline;text-underline-offset:4px;font:inherit;color:var(--muted);margin:19px auto;cursor:pointer;padding:7px}.field-error{display:block;color:var(--error);font-size:.875rem;margin-top:6px}.field-error:empty{display:none}#form-error{color:var(--error);font-size:.9375rem}.sr-only{position:absolute!important;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}[hidden]{display:none!important}@media(max-width:780px){.layout{display:block}.visual{height:190px;min-height:0;position:relative}.visual>img{object-position:center 46%}.visual-shade{background:linear-gradient(180deg,rgba(20,12,7,.50),rgba(20,12,7,.06) 55%,rgba(20,12,7,.55))}.wordmark{top:22px;left:24px;font-size:22px}.visual-copy{left:24px;bottom:19px}.visual-copy .eyebrow,.visual-copy p{display:none}.location{font-size:.8125rem}.content{padding:28px 24px 24px;max-width:620px}header{margin-bottom:25px}h1{font-size:36px;margin:10px 0 12px}header p{font-size:1rem}.section-heading{margin:25px 0 18px}footer{margin-top:32px;gap:12px}.role-options{gap:8px}.role-options .choice{font-size:.875rem}.product{padding-left:13px}.notes summary{font-size:.875rem}.notes summary span{font-size:.8125rem}}@media(max-width:350px){.content{padding-left:18px;padding-right:18px}.role-options{grid-template-columns:1fr}.products{grid-template-columns:1fr}.notes summary span{float:none;margin-left:6px}footer{display:block}footer p{text-align:left;margin-top:12px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
