/* Packages and estimates extend the site's cream, chili, and olive palette. */
.packages { margin-top: 64px; padding-top: 42px; border-top: 1px solid var(--line); }
.packages-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 28px; }
.packages-heading .eyebrow { color: var(--orange); font-size: 10px; margin-bottom: 12px; }
.packages-heading h3 { font-size: clamp(29px, 3.3vw, 42px); letter-spacing: -1.5px; line-height: 1.12; margin: 0; }
.packages-heading .text-link { font-size: 12px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.package-card { display: flex; flex-direction: column; padding: 29px 25px 24px; border: 1px solid #d8cdb9; border-radius: 9px; background: #fffaf0; }
.package-deluxe { border-color: var(--orange); box-shadow: inset 0 4px var(--orange); }
.package-premium { background: #eef0df; border-color: #bfc8a9; }
.package-kicker { font-size: 9px; font-weight: 600; letter-spacing: 1.15px; color: var(--olive); margin-bottom: 19px; }
.package-deluxe .package-kicker { color: var(--orange-dark); }
.package-card h4 { font: 800 32px/1.1 Bricolage, sans-serif; letter-spacing: -1px; margin: 0 0 18px; }
.package-price { font: 800 45px/1 Bricolage, sans-serif; letter-spacing: -1.5px; margin: 0 0 9px; }
.package-price span { font: 400 13px/1.4 'DM Sans', sans-serif; letter-spacing: 0; }
.package-minimum { font-size: 12px; line-height: 1.6; color: #665c4c; margin: 0 0 20px; min-height: 39px; }
.package-intro { font-size: 14px; line-height: 1.65; padding-top: 19px; border-top: 1px solid #d8cdb9; margin-bottom: 12px; }
.package-inclusions { list-style: none; padding: 0; margin: 0 0 28px; font-size: 14px; line-height: 1.65; }
.package-inclusions li { position: relative; padding-left: 18px; margin-bottom: 11px; }
.package-inclusions li::before { content: ''; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--olive); }
.package-select { width: 100%; justify-content: space-between; margin-top: auto; border-color: #b9aa91; color: var(--ink); font-size: 13px; padding: 14px 16px; gap: 10px; white-space: normal; }
.package-select:hover { background: #eee3cf; }
.package-deluxe .package-select { background: var(--orange); color: var(--cream); border-color: var(--orange); }
.package-deluxe .package-select:hover { background: var(--orange-dark); }
.package-premium .package-select:hover { background: var(--lime); }
.package-policy { font-size: 12px; color: #736854; margin: 17px 0 26px; }
.specialty-menu { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 2px; }
.specialty-menu summary { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; font-weight: 600; font-size: 16px; min-height: 62px; gap: 20px; }
.specialty-menu summary::-webkit-details-marker { display: none; }
.specialty-menu summary span { font-size: 25px; color: var(--orange); }
.specialty-menu[open] summary span { transform: rotate(45deg); }
.specialty-menu p { font-size: 14px; color: #736854; margin-bottom: 20px; }
.specialty-menu dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0 0 27px; }
.specialty-menu dt { font: 700 20px/1.4 Bricolage, sans-serif; }
.specialty-menu dd { font-size: 14px; color: #736854; margin: 3px 0 0; }
.kids-rate { font-size: 14px; line-height: 1.75; color: #736854; max-width: 840px; margin: 22px 0 0; }
.kids-rate strong { color: var(--ink); }
.quote-section { padding: 70px 0 76px; background: #eee6d5; border-top: 1px solid #e3d8c3; }
.quote-section .section-heading > p { max-width: 395px; font-size: 14px; color: #70614d; }
.quote-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.quote-form { min-width: 0; padding-top: 15px; }
.quote-packages { border: 0; margin: 0 0 29px; padding: 0; min-width: 0; }
.quote-packages legend, .guest-field > label { display: block; font-size: 17px; font-weight: 600; margin-bottom: 15px; padding: 0; }
.quote-package-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.quote-package-options label { position: relative; min-width: 0; cursor: pointer; }
.quote-package-options input { position: absolute; left: 13px; top: 16px; width: 16px; height: 16px; margin: 0; accent-color: var(--olive); cursor: pointer; }
.quote-package-options label > span { display: flex; flex-direction: column; gap: 9px; height: 100%; border: 1px solid #b8ac95; border-radius: 6px; padding: 14px 11px 15px 36px; }
.quote-package-options strong { font: 700 18px/1.2 Bricolage, sans-serif; }
.quote-package-options small { font-size: 11px; line-height: 1.6; }
.quote-package-options input:checked + span { background: var(--cream); border-color: var(--olive); box-shadow: inset 0 0 0 1px var(--olive); }
.quote-package-options input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 4px; }
.quote-tier-note { font-size: 12px; color: #70614d; margin: 13px 0 0; }
.guest-field input { width: 100%; max-width: 220px; padding: 13px 17px; background: var(--cream); color: var(--ink); border: 1px solid #a99c83; border-radius: 6px; font: 700 30px/1.3 Bricolage, sans-serif; }
.guest-field input:focus-visible, .copy-fallback textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.guest-field input[aria-invalid=true] { border-color: #a2311b; }
#quote-minimum { font-size: 12px; color: #70614d; margin: 13px 0 0; }
.quote-error { font-size: 14px; color: #992c1a; margin: 10px 0 0; font-weight: 600; }
.guest-shortcuts { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 17px; }
.guest-shortcuts button { border: 1px solid #b8ac95; border-radius: 30px; background: transparent; color: var(--ink); min-height: 42px; min-width: 53px; padding: 9px 15px; font-size: 13px; }
.guest-shortcuts button:hover { background: #e3dac7; }
.guest-shortcuts button[aria-pressed=true] { background: var(--olive); border-color: var(--olive); color: var(--cream); }
.quote-kids { font-size: 13px; color: #70614d; line-height: 1.8; border-top: 1px solid #cfc3ad; padding-top: 22px; margin: 26px 0 12px; max-width: 480px; }
.quote-kids strong { color: var(--ink); }
.quote-help { font-size: 12px; line-height: 1.8; color: #70614d; }
.quote-help a, .quote-noscript a { text-decoration: underline; text-underline-offset: 4px; }
.quote-result { background: var(--cream); border: 1px solid #d6c9b1; border-radius: 9px; padding: 29px 32px 21px; box-shadow: 0 8px 0 -3px #e1d6c1; min-width: 0; }
.receipt-top { display: flex; align-items: center; justify-content: space-between; color: var(--olive); font-size: 10px; letter-spacing: 1.5px; font-weight: 600; gap: 16px; border-bottom: 1px dashed #bfb197; padding-bottom: 19px; margin-bottom: 24px; }
.receipt-top svg { width: 28px; height: 28px; fill: var(--orange); }
.quote-result h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.7px; margin-bottom: 14px; }
.estimate-total { margin-bottom: 25px; }
.estimate-total > span:first-child { display: block; font: 800 clamp(43px, 5vw, 66px)/1.12 Bricolage, sans-serif; letter-spacing: -2px; overflow-wrap: anywhere; }
.estimate-total > span:last-child { display: block; font-size: 12px; color: #736854; margin-top: 6px; }
.estimate-breakdown, .estimate-details { margin: 0; font-size: 13px; line-height: 1.6; }
.estimate-breakdown > div, .estimate-details > div { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 12px; }
.estimate-breakdown dd, .estimate-details dd { margin: 0; text-align: right; }
.estimate-breakdown dd { font-weight: 600; }
.estimate-details { padding-top: 15px; border-top: 1px solid var(--line); color: #736854; }
.estimate-details dd { max-width: 55%; }
.estimate-note { font-size: 12px; line-height: 1.8; color: #736854; margin: 8px 0 21px; }
.quote-cta { width: 100%; justify-content: space-between; font-size: 14px; gap: 15px; padding: 15px 18px; }
.copy-estimate { background: transparent; color: var(--ink); display: block; min-height: 44px; margin: 9px auto 0; font-size: 12px; padding: 10px 15px; text-decoration: underline; text-underline-offset: 4px; }
.copy-estimate:disabled { opacity: .5; cursor: not-allowed; }
.copy-status { color: var(--olive); font-size: 12px; margin: 0; text-align: center; }
.copy-fallback { margin-top: 20px; }
.copy-fallback label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.copy-fallback textarea { display: block; width: 100%; padding: 12px; resize: vertical; background: #fffdf7; border: 1px solid #b8ac95; color: var(--ink); font: 400 16px/1.6 'DM Sans', sans-serif; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
  .package-grid { gap: 14px; }
  .package-card { padding: 24px 19px 20px; }
  .package-price { font-size: 40px; }
  .package-price span { display: block; margin-top: 7px; }
  .package-minimum { min-height: 40px; }
  .package-inclusions { font-size: 13px; }
  .quote-layout { gap: 30px; }
  .quote-result { padding: 26px 25px 20px; }
  .quote-package-options { gap: 7px; }
  .quote-package-options label > span { padding: 39px 10px 12px; }
  .quote-package-options input { top: 13px; left: 11px; }
  .quote-package-options strong { font-size: 17px; }
}
@media (max-width: 760px) {
  .packages-heading { display: block; }
  .packages-heading .text-link { margin-top: 18px; }
  .package-grid { grid-template-columns: 1fr; gap: 19px; }
  .package-card { padding: 27px; }
  .package-card h4 { font-size: 34px; margin-bottom: 15px; }
  .package-price { font-size: 46px; }
  .package-price span { display: inline; font-size: 14px; }
  .package-minimum { min-height: 0; font-size: 13px; margin-bottom: 19px; }
  .package-intro, .package-inclusions { font-size: 15px; }
  .package-inclusions { margin-bottom: 17px; }
  .package-select { font-size: 14px; }
  .package-policy { font-size: 13px; }
  .specialty-menu dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-layout { grid-template-columns: 1fr; gap: 26px; }
  .quote-form { padding-top: 0; }
  .quote-package-options label > span { padding: 39px 12px 14px; }
  .quote-package-options strong { font-size: 19px; }
  .quote-package-options small { font-size: 12px; }
  .quote-result { padding: 28px; }
  .estimate-total > span:first-child { font-size: 60px; }
}
@media (max-width: 680px) {
  .packages { margin-top: 38px; padding-top: 29px; }
  .packages-heading { margin-bottom: 25px; }
  .packages-heading .eyebrow { font-size: 9px; }
  .packages-heading h3 { font-size: 33px; }
  .quote-section { padding: 44px 0 47px; }
  .quote-section .section-heading > p { font-size: 14px; max-width: 100%; }
  .quote-packages legend, .guest-field > label { font-size: 16px; }
  .quote-package-options strong { font-size: 17px; }
  .quote-package-options small { font-size: 10px; }
  .quote-result { padding: 25px 22px 20px; }
  .quote-result h3 { font-size: 23px; }
  .estimate-total > span:first-child { font-size: 53px; }
  .quote-cta { font-size: 13px; padding: 15px; }
  .quote-kids, #quote-minimum { font-size: 13px; }
}
@media (max-width: 360px) {
  .package-card { padding: 23px 20px; }
  .package-price span { font-size: 12px; }
  .quote-package-options label > span { padding-inline: 9px; }
  .quote-package-options strong { font-size: 16px; }
  .quote-result { padding: 23px 18px 18px; }
}
