:root {
  --ink:#1f2430;
  --muted:#69717d;
  --green:#4d8d50;
  --green-dark:#33733b;
  --green-soft:#f4f8f1;
  --peach:#fff5f0;
  --pink:#f3aaa2;
  --line:#dfe3df;
  --panel:#ffffff;
  --page:#fffdfb;
  --shadow:0 5px 18px rgba(47,55,43,.05);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fffaf7 0,#fff 28%,#fffdfb 100%);color:var(--ink);font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.45}
a{color:var(--green-dark);text-decoration:none}.wrap{width:min(1420px,calc(100% - 40px));margin:0 auto}
.site-header{border-bottom:1px solid #eee8e3;background:rgba(255,255,255,.9)}.header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px;color:var(--ink)}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-family:Georgia,serif;font-weight:700}.brand-copy{display:grid}.brand-copy strong{font-size:17px}.brand-copy small{font-size:12px;color:var(--muted);font-weight:400}.phone{font-size:13px;color:var(--muted)}.phone span{color:var(--green-dark);font-weight:600}
.order-shell{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;padding:34px 0 28px}.order-main{min-width:0}.intro{text-align:center;margin:0 0 22px}.intro h1{margin:0;font-family:"Segoe Print","Bradley Hand",cursive;font-size:clamp(34px,4.2vw,54px);font-weight:500;letter-spacing:-1px;line-height:1.05}.intro h1 span{color:var(--pink);font-family:Arial,sans-serif;font-size:.9em}.intro p{margin:9px 0 0;color:var(--muted);font-size:16px}
.form-section{background:var(--panel);border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow);overflow:hidden;margin-bottom:14px}.section-title{display:flex;align-items:center;gap:12px;padding:15px 18px 12px;border-bottom:1px solid #eef0ed}.section-number{width:34px;height:34px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:700;font-size:17px;flex:0 0 auto}.section-title h2{display:inline;margin:0;color:var(--green-dark);font-size:20px;font-weight:650}.section-title h2 small{font-size:13px;font-weight:400;color:var(--muted)}.section-title p{display:inline;margin-left:10px;color:var(--muted);font-size:13px}.section-body{padding:17px 18px 19px}
.dynamic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 22px}.field{min-width:0;margin:0}.field.full-width,.choice-group.full-width{grid-column:1/-1}.field label,.choice-group legend{display:inline-block;margin:0 0 6px;font-size:13px;font-weight:600;color:#272b31}.required:after{content:" *";color:#d85561}.optional{font-size:12px;font-weight:400;color:var(--muted);margin-left:5px}.help{margin:-1px 0 7px;color:var(--muted);font-size:12px;line-height:1.35}
input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="date"],input[type="url"],select,textarea{width:100%;border:1px solid #cfd5d2;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:14px;outline:none;transition:.15s;border-color:.15s;box-shadow:none}input:not([type="radio"]):not([type="checkbox"]):not([type="file"]){height:44px;padding:0 12px}select{height:44px;padding:0 38px 0 12px}textarea{min-height:76px;max-height:160px;padding:10px 12px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#77a77b;box-shadow:0 0 0 3px rgba(77,141,80,.10)}
.choice-group{border:0;padding:0;margin:0;min-width:0}.choice-options{display:grid;gap:7px}.choice{display:flex;align-items:flex-start;gap:9px;cursor:pointer;font-size:14px;font-weight:400;color:#333b42}.choice input{margin-top:3px;accent-color:var(--green);flex:0 0 auto}.choice-text{font-weight:400;line-height:1.35}.choice:hover .choice-text{color:var(--green-dark)}
.choice-group.card-choices .choice-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.choice-group.card-choices .choice{border:1px solid #d6dbd8;border-radius:9px;min-height:68px;padding:10px 11px;align-items:center;background:#fff}.choice-group.card-choices .choice input{margin:0}.choice-group.card-choices .choice-text{font-size:13px}.choice-group.card-choices .choice:has(input:checked){border-color:#7ba87e;background:var(--green-soft);box-shadow:inset 0 0 0 1px #7ba87e}
.compact-field .choice-options{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.compact-field .choice{padding:1px 0}
.subsection-heading{grid-column:1/-1;margin:4px 0 -3px;padding-top:7px;border-top:1px solid #f0f1ef}.subsection-heading h2{margin:0;color:#4a5158;font-size:14px;font-weight:650}.subsection-heading .help{display:none}
.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bottom-grid .form-section{margin:0}.file-drop{min-height:185px;border:1.5px dashed #cfd8ce;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:#fff}.upload-icon{font-size:37px;line-height:1;color:var(--green);margin-bottom:8px}.file-drop strong{font-size:15px;font-weight:600}.file-drop>span:not(.upload-icon){font-size:12px;color:var(--muted);margin-top:4px}.file-drop small{font-size:11px;color:#8a9299;margin-top:8px}.sr-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-list{list-style:none;padding:0;margin:10px 0 0;font-size:12px}.file-list li{padding:5px 0;border-bottom:1px solid #f0f1ef}.file-list span{color:var(--muted)}
.almost-done{display:flex;gap:12px;align-items:center;padding:13px 14px;background:linear-gradient(90deg,#f7fbf3,#f2f8ef);border:1px solid #cbdcbd;border-radius:10px;margin-bottom:12px}.almost-done>span{color:var(--green);font-size:22px}.almost-done strong{font-weight:650}.almost-done p{margin:2px 0 0;color:var(--muted);font-size:12px}.consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:#555f68;margin:10px 0}.consent input{accent-color:var(--green);margin-top:2px}.turnstile-wrap{margin:10px 0}.button{width:100%;height:48px;border:0;border-radius:9px;background:linear-gradient(180deg,#4f9954,#3f8347);color:#fff;font:inherit;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 10px rgba(63,131,71,.18)}.button:hover{filter:brightness(.98)}.button:disabled{opacity:.6;cursor:wait}.message{margin:10px 0 0;font-size:13px}.message.error{color:#a72f3a}.message.success{padding:10px 12px;border-radius:8px;background:#eef8ed;color:#2d6b36}.website-field{position:absolute;left:-9999px}
.order-aside{padding-top:95px}.aside-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px 18px;box-shadow:var(--shadow);margin-bottom:14px}.aside-card h2{margin:0 0 18px;text-align:center;font-size:17px;font-weight:650}.next-step{display:flex;gap:11px;align-items:flex-start;margin:0 0 21px}.next-step:last-child{margin-bottom:0}.next-step>span{width:42px;height:42px;border-radius:50%;background:var(--peach);display:grid;place-items:center;color:var(--green-dark);font-size:21px;flex:0 0 auto}.next-step strong{font-size:13px;font-weight:650}.next-step p{margin:3px 0 0;color:var(--muted);font-size:11.5px;line-height:1.45}.questions-card{background:linear-gradient(180deg,#fff9f5,#fff3ee);text-align:center}.questions-card h2{margin-bottom:10px}.questions-card p{margin:8px 0;font-size:13px;font-weight:600}.made-card{text-align:center;color:var(--pink);font-size:28px;padding:10px 18px}.made-card p{margin:4px 0 0;color:var(--muted);font-size:12px}.site-footer{padding:0 0 30px}.site-footer .wrap{text-align:center;background:#fff5f1;border-radius:9px;padding:12px;color:var(--muted);font-size:12px}
.loading-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:28px;text-align:center;color:var(--muted)}
@media(max-width:1080px){.order-shell{grid-template-columns:1fr}.order-aside{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.made-card{display:none}.aside-card{margin:0}.bottom-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.wrap{width:min(100% - 22px,1420px)}.site-header{display:none}.order-shell{padding-top:20px}.intro h1{font-size:38px}.intro p{font-size:14px}.dynamic-grid,.bottom-grid{grid-template-columns:1fr}.field.full-width,.choice-group.full-width{grid-column:auto}.choice-group.card-choices .choice-options{grid-template-columns:1fr}.compact-field .choice-options{grid-template-columns:1fr}.section-title{align-items:flex-start}.section-title p{display:block;margin:3px 0 0}.order-aside{grid-template-columns:1fr}.aside-card:first-child{display:none}.section-body{padding:15px}.form-section{border-radius:13px}.file-drop{min-height:150px}}

.load-error{background:#fff7f4;border:1px solid #efc7bd;border-radius:14px;padding:18px 20px;color:#5b3a35;margin-bottom:14px}.load-error strong{font-size:14px}.load-error p{margin:5px 0 0;font-size:13px;color:#755b56}

/* v29.6.6 refinements */
.choice-group.simple-choice-cards .choice-options,
.choice-group.receiving-choices .choice-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.choice-group.simple-choice-cards .choice,
.choice-group.receiving-choices .choice{display:flex;align-items:center;gap:10px;min-height:76px;padding:11px 12px;border:1px solid #d8ddda;border-radius:10px;background:#fff}
.choice-group.simple-choice-cards .choice input,
.choice-group.receiving-choices .choice input{position:absolute;opacity:0;pointer-events:none}
.choice-group.simple-choice-cards .choice:has(input:checked),
.choice-group.receiving-choices .choice:has(input:checked){border-color:#75a678;background:#f5f9f2;box-shadow:inset 0 0 0 1px #75a678}
.choice-icon{width:34px;height:34px;flex:0 0 34px;border-radius:9px;display:grid;place-items:center;background:#fff6f1;font-size:20px;font-weight:500;color:#39753f;border:1px solid #f1dfd7}
.simple-choice-cards .choice-icon{font-size:16px;background:#f5f8f2;border-color:#dfe9d9}
.choice-copy{display:flex;flex-direction:column;min-width:0}
.choice-title{font-size:13px;font-weight:600;line-height:1.25;color:#252b31}
.choice-copy small{display:block;margin-top:2px;font-size:11px;font-weight:400;line-height:1.3;color:#747b82}
.choice-group.simple-choice-cards legend{margin-bottom:0}
.choice-group.simple-choice-cards .help{margin:2px 0 8px;font-size:11px;color:#7d848a}
.receiving-choices .help{display:none}
.zip-result{min-height:17px;margin-top:4px;font-size:11px;color:#737b81}
.zip-result.loading{color:#7a8580}
.zip-result.success{color:#39753f;font-weight:600}
.zip-result.muted{color:#8a7a76}
.price-estimate{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:3px;padding:13px 15px;border:1px solid #cbdcbd;border-radius:10px;background:linear-gradient(90deg,#f7fbf3,#fff)}
.price-estimate[hidden]{display:none!important}
.price-estimate-copy{display:flex;flex-direction:column;min-width:165px}
.price-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#6c7e6d;font-weight:600}
.price-estimate-copy strong{margin-top:1px;font-size:22px;font-weight:650;color:#39753f;line-height:1.1}
.price-estimate-copy small{margin-top:3px;font-size:10.5px;color:#7a8186}
.price-estimate-lines{flex:1;display:grid;gap:3px;max-width:360px}
.price-estimate-lines>span{display:flex;justify-content:space-between;gap:14px;font-size:11px;color:#68706f}
.price-estimate-lines strong{font-size:11px;font-weight:600;color:#39753f}
@media(max-width:760px){.choice-group.simple-choice-cards .choice-options,.choice-group.receiving-choices .choice-options{grid-template-columns:1fr}.choice-group.simple-choice-cards .choice,.choice-group.receiving-choices .choice{min-height:62px}.price-estimate{flex-direction:column;gap:8px}.price-estimate-lines{width:100%;max-width:none}}


/* v29.6.7 — smoother sidebar + rush choices */
.sidebar-stack{padding:0;overflow:hidden;margin-bottom:0}
.sidebar-section{padding:20px 19px;border-bottom:1px solid #ece7e3}
.sidebar-section:last-of-type{border-bottom:0}
.sidebar-section h2{margin:0 0 16px;text-align:left;font-size:17px;font-weight:650}
.next-section .next-step{margin-bottom:16px}
.next-section .next-step:last-child{margin-bottom:0}
.next-section .next-step>span{width:35px;height:35px;flex-basis:35px;font-size:17px}
.next-section .next-step strong{font-size:12.5px;font-weight:600}
.next-section .next-step p{font-size:11px;margin-top:2px}
.sidebar-price{background:linear-gradient(180deg,#f7fbf4 0%,#fbfdf9 100%)}
.sidebar-price-head{display:flex;flex-direction:column;gap:3px}
.sidebar-price .price-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6d766d;font-weight:700}
.sidebar-price #price-estimate-value{font-size:28px;line-height:1.05;color:#39753f;font-weight:700}
.sidebar-price .price-estimate-lines{margin-top:13px;display:grid;gap:7px;max-width:none}
.sidebar-price .price-estimate-lines>span{padding-top:7px;border-top:1px solid #e2eadf;font-size:11.5px}
.sidebar-price .price-estimate-lines strong{font-size:11.5px}
.sidebar-price small{display:block;margin-top:11px;color:#798078;font-size:10.5px;line-height:1.4}
.sidebar-contact{background:#fff9f5}
.sidebar-contact h2{margin-bottom:11px}
.sidebar-contact a{display:block;margin:7px 0;color:#39753f;font-size:12px;font-weight:600;text-decoration:none}
.sidebar-contact a:hover{text-decoration:underline}
.sidebar-made{padding:13px 19px;text-align:center;color:#ed9b93;font-size:18px;background:#fff}
.sidebar-made span{margin-left:5px;color:#747b82;font-size:11px}

.choice-group.rush-choices .choice-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.choice-group.rush-choices .choice{position:relative;display:flex;align-items:center;gap:8px;min-height:68px;padding:10px;border:1px solid #d8ddda;border-radius:10px;background:#fff}
.choice-group.rush-choices .choice input{position:absolute;opacity:0;pointer-events:none}
.choice-group.rush-choices .choice-icon{width:30px;height:30px;flex-basis:30px;font-size:12px;border-radius:8px;background:#f5f8f2;border-color:#dfe9d9}
.choice-group.rush-choices .choice-title{font-size:12.5px;font-weight:600}
.choice-group.rush-choices .choice-copy small{font-size:10.5px;color:#737a80}
.choice-group.rush-choices .choice:has(input:checked){border-color:#75a678;background:#f5f9f2;box-shadow:inset 0 0 0 1px #75a678}

@media(max-width:1080px){
  .order-aside{display:block;padding-top:0}
  .sidebar-stack{margin:0}
  .next-section{display:none}
  .sidebar-made{display:none}
}
@media(max-width:760px){
  .choice-group.rush-choices .choice-options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .choice-group.rush-choices .choice{min-height:62px}
}


/* v29.6.8 — percentage add-ons, referral placement, richer icons */
.simple-choice-cards .choice-icon{font-size:20px;width:38px;height:38px;flex-basis:38px;border-radius:10px;background:linear-gradient(180deg,#fff8f3,#fff1ea);border-color:#f1ddd3}
.simple-choice-cards .choice-title{font-size:13px}
.simple-choice-cards .choice-copy small{margin-top:3px;font-size:10.5px;line-height:1.4;color:#747b82}
.simple-choice-cards .choice:has(input:checked) .choice-icon{background:#edf6ea;border-color:#bdd3b8}
.review-referral{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;margin-bottom:12px;border:1px solid #e0e5df;border-radius:10px;background:#fff}
.review-referral-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#fff1ec;color:#e69791;font-size:18px}
.review-referral-field{flex:1;min-width:0}
.review-referral .field{margin:0}
.review-referral .field>label{font-size:11.5px;font-weight:600}
.review-referral .optional{font-size:9px}
.review-referral select{height:38px;margin-top:5px;font-size:12px}
.sidebar-price .price-estimate-lines>span strong{white-space:nowrap}
.sidebar-price .price-estimate-lines>span:has(strong){align-items:center}
@media(max-width:760px){.review-referral{padding:10px}.review-referral-icon{display:none}}

/* v29.6.9 — field order, visible ZIP city/state, base-price add-ons */
.zip-place{display:grid;grid-template-columns:minmax(0,1fr) 90px;gap:8px;margin-top:8px}
.zip-place[hidden]{display:none!important}
.zip-place>div{min-height:46px;padding:7px 10px;border:1px solid #dbe2dc;border-radius:9px;background:#f8faf7}
.zip-place span{display:block;margin-bottom:2px;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:#7b837d}
.zip-place strong{display:block;font-size:12.5px;line-height:1.35;font-weight:600;color:#2f6337;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zip-place.loading>div{background:#faf9f7}.zip-place.loading strong{color:#7c8580;font-weight:500}
.zip-place.error>div{border-color:#ead0ca;background:#fff8f5}.zip-place.error strong{color:#9a574f}
.choice-group[data-field-key] .choice-icon{transition:background .15s,border-color .15s}
.sidebar-price #price-estimate-note{line-height:1.45}
@media(max-width:760px){.zip-place{grid-template-columns:minmax(0,1fr) 86px}}

/* v29.7.0 — final layout refinement */
.form-section{margin-bottom:20px}
.section-body.dynamic-grid{gap:13px 20px}
.field label,.choice-group legend{font-weight:550}
.choice-title{font-weight:550}

/* Keep the five common banner sizes on one easy-to-scan row. */
.choice-group.size-choices .choice-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.choice-group.size-choices .choice{min-height:72px;padding:9px 10px}
.choice-group.size-choices .choice-icon{width:30px;height:30px;flex-basis:30px;font-size:16px}
.choice-group.size-choices .choice-title{font-size:12px}
.choice-group.size-choices .choice-copy small{font-size:10.5px;color:#d26e68;font-weight:600}

/* Receiving method now acts as the transition into Contact & Delivery. */
.receive-handoff{margin:-4px 0 20px;padding:14px 16px 15px;border:1px solid #ecdcd4;border-radius:14px;background:linear-gradient(90deg,#fff9f5,#fffdfb);box-shadow:0 4px 14px rgba(63,55,49,.035)}
.receive-handoff-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.receive-handoff-head>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff0ea;color:#3e7d44;font-size:16px}
.receive-handoff-head h2{margin:0;font-size:14px;font-weight:600;color:#30363b}
.receive-handoff-head p{display:none}
.receive-handoff-body{display:block}
.receive-handoff .choice-group{width:100%}
.receive-handoff .receiving-choices .choice-options{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Home ZIP reads like a lookup result, not two more form fields. */
.zip-place{display:flex;align-items:center;gap:7px;margin-top:7px;min-height:34px;padding:6px 9px;border:1px solid #d9e4d7;border-radius:8px;background:#f7faf5}
.zip-place[hidden]{display:none!important}
.zip-place .zip-pin{color:#609064;font-size:14px}
.zip-place strong{font-size:12px;font-weight:600;color:#376f3e;white-space:normal;overflow:visible}
.zip-place .zip-check{margin-left:auto;color:#4d8d50;font-size:12px;font-weight:700}
.zip-place.loading{background:#faf9f7;border-color:#e3dfdb}.zip-place.loading strong{color:#7c8580;font-weight:500}.zip-place.loading .zip-check{display:none}
.zip-place.error{background:#fff8f5;border-color:#ead0ca}.zip-place.error strong{color:#9a574f}.zip-place.error .zip-check{display:none}

/* Section 3 can hold a short notes field beneath the upload area. */
.inspiration-fields-slot{margin-top:12px}
.inspiration-fields-slot:empty{display:none}
.inspiration-fields-slot textarea{min-height:68px}
.inspiration-fields-slot .field label{font-size:12px}

/* Keep Review & Send visually light and quick. */
.review-section .section-body{padding-top:14px}
.review-referral{margin-bottom:8px;padding:9px 10px}
.review-referral-icon{width:27px;height:27px;flex-basis:27px;font-size:15px}
.review-referral input:not([type="radio"]):not([type="checkbox"]),
.review-referral select{height:36px;font-size:12px}
.consent{margin:11px 0 8px}

/* Keep pricing available as the customer scrolls the form. */
.order-aside{align-self:start}
.sidebar-stack{position:sticky;top:18px}
.sidebar-price .price-estimate-lines>span{padding-top:6px}
.sidebar-price #price-estimate-value{font-size:30px}

@media(max-width:1180px){
  .choice-group.size-choices .choice-options{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1080px){
  .sidebar-stack{position:static}
}
@media(max-width:760px){
  .choice-group.size-choices .choice-options{grid-template-columns:1fr 1fr}
  .receive-handoff .receiving-choices .choice-options{grid-template-columns:1fr}
  .receive-handoff{padding:12px;margin-bottom:16px}
}
@media(max-width:430px){
  .choice-group.size-choices .choice-options{grid-template-columns:1fr}
}


/* v29.7.1 — sticky sidebar, single receiving prompt, clearer question type */
.field label,
.choice-group legend{
  font-size:14.5px;
  line-height:1.35;
}

/* The receiving question itself is the heading; no duplicate transition title. */
.receive-handoff{padding:15px 16px 16px}
.receive-handoff-head{display:none}
.receive-handoff .choice-group legend{
  margin-bottom:8px;
  font-size:15px;
  font-weight:600;
}

/* Keep the complete right rail in view while the prospect scrolls. */
@media(min-width:1081px){
  .order-aside{
    position:sticky;
    top:12px;
    align-self:start;
    padding-top:83px;
    max-height:calc(100vh - 24px);
  }
  .sidebar-stack{
    position:static;
    max-height:calc(100vh - 24px);
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    scrollbar-color:#d9ded8 transparent;
  }
  .sidebar-stack::-webkit-scrollbar{width:6px}
  .sidebar-stack::-webkit-scrollbar-thumb{background:#d9ded8;border-radius:999px}
  .sidebar-stack::-webkit-scrollbar-track{background:transparent}
}

@media(max-width:1080px){
  .order-aside{position:static;max-height:none}
  .sidebar-stack{max-height:none;overflow:visible}
}

/* v29.7.5 Share & Save validation */
.referral-entry-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.referral-entry-row input{min-width:0}.referral-apply-button{min-width:112px;border:1px solid #b78aa0;border-radius:12px;background:#fff7fa;color:#8b315a;font:inherit;font-size:13px;font-weight:700;padding:0 14px;cursor:pointer}.referral-apply-button:hover:not(:disabled){background:#fcecf3}.referral-apply-button:disabled{cursor:not-allowed;opacity:.7}.referral-code-help{margin:6px 0 0;color:#788078;font-size:12px;line-height:1.35}.referral-code-status{margin:7px 0 0;font-size:12.5px;line-height:1.35;font-weight:600}.referral-code-status.checking{color:#737b82}.referral-code-status.success{color:#2f7d3d}.referral-code-status.error{color:#a72f3a}input:invalid:not(:placeholder-shown){border-color:#c96670}@media(max-width:560px){.referral-entry-row{grid-template-columns:1fr}.referral-apply-button{min-height:44px}}

/* v29.8.0 — optional public photo permission */
.public-photo-permission{align-items:flex-start;background:#fffaf5;border:1px solid #eadfd6;border-radius:14px;padding:14px 16px;margin-bottom:12px}
.public-photo-permission input{margin-top:4px}
.public-photo-permission strong{font-weight:650}
.public-photo-permission em{font-style:normal;font-weight:400;color:#777}
.public-photo-permission small{display:inline-block;margin-top:3px;line-height:1.45;color:#64605d;font-size:.92em}

/* v29.8.15 card-brand refresh */
:root{--berry:#ff315f;--berry-dark:#d9214c;--rose:#ffe1e8;--cream:#fffaf2;--ink:#171313;--line:#e7cdb5}.site-header{background:#f2e3cd;border-bottom-color:#cfac80}.order-logo-image{width:145px;height:62px;object-fit:cover;object-position:left center;border-radius:10px;mix-blend-mode:multiply}.brand-copy small{color:#4c382a}.intro h1 span{color:#ff315f}.order-section,.summary-card,.form-card{border-color:#e2c4aa}.button,.submit-button{background:#ff315f!important}.order-shell:before{content:'';position:fixed;inset:0;z-index:-1;opacity:.05;background-image:radial-gradient(#5a3e24 .55px,transparent .55px);background-size:5px 5px}


/* v29.8.19 — order header logo crop fix */
.site-header{background:#f2e3cd;border-bottom-color:#cfac80}
.header-inner{min-height:102px;padding-top:8px;padding-bottom:8px}
.order-logo-image{
  width:138px;
  height:auto;
  max-height:86px;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  mix-blend-mode:multiply;
  flex:0 0 auto;
}
.brand{align-items:center}
@media(max-width:900px){
  .header-inner{min-height:92px}
  .order-logo-image{width:124px;max-height:78px}
}


/* v29.8.20 — use the same real kraft-paper artwork as the main site */
.site-header{
  background-color:#d8b789!important;
  background-image:url("/assets/brown-paper-background.jpg")!important;
  background-repeat:repeat!important;
  background-size:auto!important;
  background-position:center top!important;
  border-bottom-color:#b88d60!important;
}
.order-logo-image{
  background:transparent!important;
  mix-blend-mode:normal!important;
}
.brand-copy small{color:#3f3025!important}
.phone{color:#3f3025!important}


/* v29.8.21 — intentional logo badge treatment */
.order-logo-image {
  border:1px solid rgba(20,16,15,.92)!important;
  border-radius:12px!important;
  box-shadow:0 3px 10px rgba(0,0,0,.14)!important;
  overflow:hidden;
  background-color:rgba(255,255,255,.04)!important;
}

/* v29.8.22 — keep order-form logo proportional */
.order-logo-image{
  width:auto!important;
  height:auto!important;
  max-width:150px!important;
  max-height:86px!important;
  object-fit:contain!important;
  object-position:center!important;
  border:1px solid #171313!important;
  border-radius:12px!important;
  box-shadow:0 3px 9px rgba(0,0,0,.13)!important;
  background:transparent!important;
  display:block;
}


/* v29.8.24 — match main-site header typography and interaction */
.site-header .brand-copy small{
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
  color:#211817!important;
}
.site-header .phone{
  font-family:inherit!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:700!important;
  color:#211817!important;
  text-decoration:none;
  transition:transform .22s ease,color .22s ease;
}
.site-header .phone span{
  font-weight:800!important;
  color:#2c7d43!important;
}
.site-header .brand{
  transition:transform .28s ease,filter .28s ease;
}
.site-header .brand:hover{
  transform:translateY(-3px) rotate(-.5deg) scale(1.018);
  filter:drop-shadow(0 5px 7px rgba(40,25,20,.12));
}
.site-header .phone:hover{
  transform:translateY(-2px);
  color:#b9234f!important;
}
.site-header .phone:hover span{color:#b9234f!important}
@media(max-width:720px){
  .site-header .brand-copy small,.site-header .phone{font-size:13px!important}
}
@media (prefers-reduced-motion:reduce){
  .site-header .brand,.site-header .phone{transition:none!important;transform:none!important}
}
