/* Cedars planner 0.5.4 — cache-safe allergy and address controls. */
.ccp {
	--cedars-black: #0b0a09;
	--cedars-ink: #211c18;
	--cedars-ivory: #fbf6ef;
	--cedars-paper: #fffdf9;
	--cedars-stone: #ded3c7;
	--cedars-muted: #6d6259;
	--cedars-wine: #720606;
	--cedars-gold: #c89945;
	background: var(--cedars-ivory);
	color: var(--cedars-ink);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	/* Never put overflow-x:hidden on this wrapper. In mobile Safari and Chrome
	 * that promotes the plugin to a second vertical scrolling container. */
	overflow: visible;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.ccp *, .ccp *::before, .ccp *::after { box-sizing: border-box; }
.ccp button, .ccp input, .ccp select, .ccp textarea { font: inherit; }
.ccp [hidden] { display: none !important; }

/* Editorial food-photo opening with a strong contrast veil for dependable legibility. */
.ccp .ccp__hero {
	background-color: var(--cedars-black) !important;
	background-image: linear-gradient(90deg, rgba(8,7,6,.82) 0%, rgba(8,7,6,.66) 50%, rgba(8,7,6,.20) 100%), var(--cedars-hero-image) !important;
	background-position: center 58% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: var(--cedars-ivory) !important;
	display: grid !important;
	grid-template-columns: 190px minmax(0, 1fr) 230px;
	min-height: 590px;
	overflow: hidden;
	padding: 78px max(28px, calc((100vw - 1180px) / 2));
	position: relative;
}
.ccp__hero::after {
	border: 1px solid rgba(200, 153, 69, .24);
	border-radius: 50%;
	content: "";
	height: 620px;
	position: absolute;
	right: -230px;
	top: -250px;
	width: 620px;
}
.ccp .ccp__hero-lockup {
	align-self: start;
	border-left: 1px solid rgba(255,255,255,.35);
	color: var(--cedars-ivory);
	display: flex !important;
	flex-direction: column;
	font-family: Marcellus, "Times New Roman", serif;
	font-size: 25px;
	letter-spacing: .08em;
	line-height: .95;
	padding: 3px 0 5px 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.ccp .ccp__hero-lockup:hover { border-left-color: var(--cedars-gold); color: #fff; }
.ccp__hero-lockup small { color: #bdb3a9; font-family: Inter, sans-serif; font-size: 9px; letter-spacing: .32em; margin-top: 12px; }
.ccp__intro { align-self: center; margin: 40px 0 0 clamp(26px, 5vw, 74px); max-width: 750px; position: relative; z-index: 1; }
.ccp__eyebrow,
.ccp__step-heading > p,
.ccp__summary-label,
.ccp__section-label {
	align-items: center;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .2em;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.ccp__eyebrow { color: #e6ddd4; }
.ccp__eyebrow span { background: var(--cedars-gold); border-radius: 50%; height: 6px; margin-right: 12px; width: 6px; }
.ccp__intro h2,
.ccp__step-heading h3,
.ccp__contact-block h4 {
	font-family: Marcellus, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -.025em;
	margin: 0;
}
.ccp .ccp__intro h2 { color: var(--cedars-ivory) !important; font-size: clamp(70px, 9vw, 126px); line-height: .86; text-shadow: 0 3px 24px rgba(0,0,0,.62); }
.ccp__lede { color: #eee7df; font-family: Marcellus, Georgia, serif; font-size: clamp(19px, 2vw, 26px); letter-spacing: .02em; margin: 36px 0 0; text-shadow: 0 2px 15px rgba(0,0,0,.72); }
.ccp__hero-note { align-self: end; border-top: 1px solid rgba(255,255,255,.25); color: #bdb3a9; font-size: 12px; line-height: 1.7; margin: 0 0 10px 30px; padding-top: 16px; position: relative; z-index: 1; }

.ccp__content { padding: 82px max(24px, calc((100vw - 1180px) / 2)) 110px; }
.ccp__catering-guide { align-items:center; background:#f1eadf; border-left:4px solid var(--cedars-gold); display:grid; gap:24px; grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr); margin-bottom:34px; padding:22px 26px; }
.ccp__catering-guide .ccp__section-label { margin-bottom:7px; }
.ccp__catering-guide h3 { font-family:Marcellus,Georgia,serif; font-size:clamp(25px,2.5vw,34px); line-height:1.05; margin:0; }
.ccp__catering-guide>p { color:var(--cedars-muted); font-size:16px; line-height:1.6; margin:0; }
.ccp__catering-guide ul { display:flex; gap:8px; grid-column:1/-1; list-style:none; margin:0; padding:0; }
.ccp__catering-guide li { border:1px solid #cdbfae; border-radius:999px; color:#534c44; font-size:12px; font-weight:700; letter-spacing:.05em; padding:7px 11px; text-transform:uppercase; }
.ccp__footer { align-items: center; background: var(--cedars-black); border-top: 3px solid var(--cedars-gold); color: var(--cedars-ivory); display: grid; gap: 30px; grid-template-columns: 190px minmax(240px, 1fr) auto; padding: 48px max(24px, calc((100vw - 1180px) / 2)) 30px; }
.ccp__footer-brand { color: var(--cedars-ivory); display: flex; flex-direction: column; font-family: Marcellus, "Times New Roman", serif; font-size: 23px; letter-spacing: .08em; line-height: .92; text-decoration: none; text-transform: uppercase; }
.ccp__footer-brand:hover { color: var(--cedars-gold); }
.ccp__footer-brand small { color: #bdb3a9; font-family: Inter, sans-serif; font-size: 8px; letter-spacing: .3em; margin-top: 10px; }
.ccp__footer-copy strong { font-family: Marcellus, Georgia, serif; font-size: 22px; font-weight: 400; }
.ccp__footer-copy p { color: #bdb3a9; font-size: 11px; line-height: 1.6; margin: 7px 0 0; }
.ccp__footer-links { display: flex; flex-direction: column; gap: 8px; text-align: right; }
.ccp__footer-links a { color: #d8cec5; font-size: 11px; text-decoration: none; }
.ccp__footer-links a:hover { color: var(--cedars-gold); }
.ccp__footer-legal { border-top: 1px solid rgba(255,255,255,.13); color: #8f857d; font-size: 9px; grid-column: 1 / -1; letter-spacing: .08em; margin: 4px 0 0; padding-top: 18px; text-transform: uppercase; }
.ccp__shell { align-items: start; display: grid; gap: clamp(32px, 5vw, 72px); grid-template-columns: minmax(0, 1fr) 330px; }
.ccp__main { min-width: 0; }

.ccp__ai-planner { align-items: stretch; background: var(--cedars-paper); border: 1px solid #bfb1a5; display: grid; gap: clamp(32px, 6vw, 78px); grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr); margin-bottom: 48px; padding: clamp(32px, 5vw, 58px); position: relative; }
.ccp__ai-planner::before { background: var(--cedars-gold); content: ""; height: 3px; left: -1px; position: absolute; right: -1px; top: -1px; }
.ccp__ai-copy h3 { font-family: Marcellus, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); font-weight: 400; letter-spacing: -.025em; line-height: 1.04; margin: 0 0 20px; }
.ccp__ai-copy > p:last-child { color: var(--cedars-muted); margin: 0; max-width: 480px; }
.ccp__ai-compose { display: flex; flex-direction: column; }
.ccp__ai-compose > label { font-size: 11px; font-weight: 800; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.ccp__ai-compose textarea { background: #fff; border: 1px solid #b9aa9e; border-radius: 0; color: var(--cedars-ink); min-height: 142px; padding: 16px; resize: vertical; width: 100%; }
.ccp__ai-compose textarea:focus { border-color: var(--cedars-gold); box-shadow: 0 0 0 2px rgba(200,153,69,.2); outline: 0; }
.ccp__ai-actions { align-items: center; display: flex; gap: 24px; justify-content: space-between; margin-top: 16px; }
.ccp__ai-actions small { color: var(--cedars-muted); font-size: 10px; line-height: 1.45; max-width: 310px; }
.ccp__ai-status { border-left: 2px solid transparent; font-size: 12px; margin: 18px 0 0; min-height: 1.5em; padding-left: 12px; }
.ccp__ai-status:empty { display: none; }
.ccp__ai-status.is-success { border-color: #56734e; color: #35542f; }
.ccp__ai-status.is-error { border-color: #b9842f; color: #76521a; }
.ccp__ai-result { background: #f7efe2; border-left: 3px solid var(--cedars-gold); margin: -10px 0 38px; padding: 24px 26px; }
.ccp__ai-result .ccp__section-label { color: #76521a; margin-bottom: 8px; }
.ccp__ai-result h4 { font-family: Marcellus, "Times New Roman", serif; font-size: 27px; font-weight: 400; line-height: 1.15; margin: 0 0 10px; }
.ccp__ai-result p { color: var(--cedars-muted); font-size: 13px; margin: 7px 0 0; }
.ccp__ai-menu { background: #fffaf0; border: 1px solid #d6ad62; box-shadow: 4px 4px 0 rgba(200,153,69,.12); margin: 20px 0 18px; padding: 18px 20px; }
.ccp__ai-menu > strong { color: #76521a; display: block; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.ccp__ai-menu p { color: var(--cedars-ink) !important; font-family: Marcellus, Georgia, serif; font-size: 18px; font-weight: 700; line-height: 1.45; margin: 7px 0 0; }
.ccp__ai-assumptions { background: #edf4ea; border-left: 3px solid #56734e; color: #294925; margin: 14px 0 12px; padding: 14px 16px; }
.ccp__ai-assumptions > strong { display: block; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.ccp__ai-assumptions ul { margin: 10px 0 8px 18px; padding: 0; }
.ccp__ai-assumptions li { font-size: 13px; line-height: 1.5; }
.ccp__ai-assumptions li + li { margin-top: 7px; }
.ccp__ai-assumptions small { color: #4f664a; display: block; font-size: 10px; line-height: 1.45; }
.ccp__ai-result-missing { background: #faece9; border-left: 3px solid #a64b43; color: #6d2722; display: flex; flex-direction: column; margin-top: 12px; padding: 14px 16px; }
.ccp__ai-result-missing > strong { font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.ccp__ai-result-missing > span { font-size: 13px; line-height: 1.5; margin-top: 6px; }

/* A centered, even progress rail that remains legible inside opinionated themes. */
.ccp__progress { background: var(--cedars-black); border: 0; display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 30px; min-height: 92px; }
.ccp__progress::before { display: none; }
.ccp__progress button {
	align-items: center;
	background: transparent !important;
	border: 0;
	border-bottom: 3px solid transparent;
	color: #d2c9c0;
	cursor: default;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	letter-spacing: .16em;
	margin: 0;
	min-height: 92px;
	padding: 18px 12px;
	text-transform: uppercase;
}
.ccp__progress button b, .ccp__button b { font: inherit; }
.ccp__progress button b { line-height: 1.25; text-align: center; }
.ccp__progress button:hover { background: rgba(255,255,255,.055) !important; color: #fff; }
.ccp__progress button span { align-items: center; border: 1px solid #8f857c; display: flex; font-family: Marcellus, serif; font-size: 16px; height: 38px; justify-content: center; width: 38px; }
.ccp__progress button.is-active { border-color: var(--cedars-gold); color: #fff; }
.ccp__progress button.is-active span { background: var(--cedars-gold); border-color: var(--cedars-gold); color: var(--cedars-black); }

.ccp__form { background: var(--cedars-paper); border: 1px solid #bfb1a5; box-shadow: 12px 12px 0 rgba(33, 28, 24, .035); }
.ccp__step { animation: ccp-enter .22s ease; overflow-anchor: none; padding: clamp(34px, 6vw, 68px); scroll-margin-top: 18px; }
@keyframes ccp-enter { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.ccp__step-heading { border-bottom: 1px solid var(--cedars-stone); margin-bottom: 38px; padding-bottom: 34px; }
.ccp__step-heading > p { color: var(--cedars-wine); margin-bottom: 10px; }
.ccp__step-heading h3 { font-size: clamp(38px, 5vw, 62px); line-height: 1.02; }
.ccp__package-note { align-items: baseline; border-left: 2px solid var(--cedars-gold); display: flex; flex-wrap: wrap; gap: 4px 15px; margin-top: 24px; padding: 6px 0 6px 16px; }
.ccp__package-note strong { color: var(--cedars-wine); font-family: Marcellus, serif; font-size: 19px; font-weight: 400; }
.ccp__package-note span { color: var(--cedars-muted); font-size: 13px; }

.ccp__grid { display: grid; gap: 28px 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ccp__field { color: var(--cedars-ink); display: flex; flex-direction: column; font-size: 11px; font-weight: 800; gap: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ccp__field input,
.ccp__field select,
.ccp__field textarea {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ad9f93;
	border-radius: 0;
	color: var(--cedars-ink);
	letter-spacing: 0;
	min-height: 50px;
	outline: 0;
	padding: 11px 2px;
	text-transform: none;
	width: 100%;
}
.ccp__field select { background-image: linear-gradient(45deg, transparent 50%, var(--cedars-ink) 50%), linear-gradient(135deg, var(--cedars-ink) 50%, transparent 50%); background-position: calc(100% - 8px) 23px, calc(100% - 3px) 23px; background-repeat: no-repeat; background-size: 5px 5px; padding-right: 28px; }
.ccp__field input:focus,
.ccp__field select:focus,
.ccp__field textarea:focus { border-color: var(--cedars-wine); box-shadow: 0 2px 0 var(--cedars-wine); }
.ccp__field small { color: #7c7066; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.ccp__delivery-zip { margin-top: 28px; max-width: 360px; }

.ccp__choice-group { border: 0; display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 38px 0 26px; padding: 0; }
.ccp__choice-group--naan { border-bottom: 1px solid var(--cedars-stone); margin-bottom: 0; padding-bottom: 30px; }
.ccp__choice-group legend { font-size: 11px; font-weight: 800; letter-spacing: .08em; margin-bottom: 14px; text-transform: uppercase; }
.ccp__choice { cursor: pointer; position: relative; }
.ccp__choice input { opacity: 0; position: absolute; }
.ccp__choice > span { border: 1px solid var(--cedars-stone); display: flex; flex-direction: column; gap: 5px; min-height: 96px; padding: 20px; position: relative; }
.ccp__choice > span::after { border: 1px solid #9c8f84; border-radius: 50%; content: ""; height: 13px; position: absolute; right: 18px; top: 20px; width: 13px; }
.ccp__choice input:checked + span { border-color: var(--cedars-wine); box-shadow: inset 0 -3px 0 var(--cedars-wine); }
.ccp__choice input:checked + span::after { background: var(--cedars-wine); border: 3px solid var(--cedars-paper); box-shadow: 0 0 0 1px var(--cedars-wine); }
.ccp__choice input:focus-visible + span { outline: 2px solid var(--cedars-wine); outline-offset: 3px; }
.ccp__choice small { color: var(--cedars-muted); font-size: 12px; }
.ccp__notice-check { align-items: flex-start; display: flex; gap: 11px; margin-top: 28px; }
.ccp__notice-check input { accent-color: var(--cedars-wine); margin-top: 5px; }
.ccp__notice-check--compact { font-size: 13px; margin-top: 22px; }
.ccp__notice-check--compact input { height: 16px; width: 16px; }
.ccp__allergy-note { border-left: 1px solid var(--cedars-wine); color: var(--cedars-muted); font-size: 12px; margin: 18px 0 0; padding: 5px 0 5px 16px; }
.ccp__allergy-details { background: #f4efe7; border: 1px solid var(--cedars-stone); margin: -6px 0 18px; padding: 18px; }
.ccp__allergy-details[hidden] { display: none; }
.ccp__allergy-details textarea { background: var(--cedars-paper); margin-top: 9px; min-height: 96px; padding: 16px 18px; }
.ccp__allergy-note[hidden] { display: none; }
.pac-container { z-index: 100000 !important; }

.ccp__menu-group { border-bottom: 1px solid var(--cedars-stone); }
.ccp__menu-group summary { align-items: center; cursor: pointer; display: flex; justify-content: space-between; list-style: none; padding: 26px 0; }
.ccp__menu-group summary::-webkit-details-marker { display: none; }
.ccp__menu-group summary > span:first-child { display: flex; flex-direction: column; }
.ccp__menu-group summary strong { font-family: Marcellus, serif; font-size: 23px; font-weight: 400; }
.ccp__menu-group summary small { color: var(--cedars-muted); font-size: 11px; }
.ccp__menu-group summary > span:last-child { color: var(--cedars-wine); font-family: Marcellus, serif; font-size: 27px; transition: transform .2s ease; }
.ccp__menu-group[open] summary > span:last-child { transform: rotate(45deg); }
.ccp__options { display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 390px; overflow: auto; padding-bottom: 24px; }
.ccp__options label { align-items: flex-start; border-bottom: 1px solid #e7ddd4; cursor: pointer; display: flex; gap: 10px; min-height: 52px; padding: 13px 6px; }
.ccp__options label:has(input:checked) { background: rgba(200, 153, 69, .11); color: var(--cedars-ink); }
.ccp__options input { accent-color: var(--cedars-wine); margin-top: 4px; }
.ccp__options label span { display: flex; flex: 1; flex-direction: column; font-size: 12px; font-weight: 700; }
.ccp__options label small { color: var(--cedars-wine); font-size: 10px; }

.ccp__actions { align-items: center; display: flex; justify-content: space-between; margin-top: 46px; }
.ccp__actions--end { justify-content: flex-end; }
.ccp__button { align-items: center; background: var(--cedars-ink); border: 1px solid var(--cedars-ink); border-radius: 0; color: #fff; cursor: pointer; display: inline-flex; font-size: 10px; font-weight: 800; gap: 18px; justify-content: center; letter-spacing: .16em; min-height: 54px; padding: 16px 27px; text-transform: uppercase; }
.ccp__button:hover { background: var(--cedars-gold); border-color: var(--cedars-gold); color: var(--cedars-black); }
.ccp__button:focus-visible { outline: 2px solid var(--cedars-gold); outline-offset: 3px; }
.ccp__button:disabled { cursor: not-allowed; opacity: .42; }
.ccp__button--secondary { background: transparent; border-color: #a99b8f; color: var(--cedars-ink); }
.ccp__button--inquiry { background: transparent; border-color: var(--cedars-wine); color: var(--cedars-wine); }
.ccp__button--gold { background: var(--cedars-gold); border-color: var(--cedars-gold); color: var(--cedars-black); white-space: nowrap; }
.ccp__button--gold:hover { background: #e1bd75; border-color: #e1bd75; }

.ccp__summary { background: var(--cedars-black); border-top: 3px solid var(--cedars-wine); color: #fff; max-height: calc(100vh - 56px); overflow-anchor: none; overflow-y: auto; padding: 32px 30px 30px; position: sticky; top: 28px; }
.ccp__summary-label { color: #cdbfb4; }
.ccp__summary-price { border-bottom: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; margin-bottom: 20px; padding-bottom: 26px; }
.ccp__summary-price strong { font-family: Marcellus, Georgia, serif; font-size: 49px; font-weight: 400; line-height: 1; }
.ccp__summary-price span { color: #cdbfb4; font-size: 10px; letter-spacing: .12em; margin-top: 7px; text-transform: uppercase; }
.ccp__summary-row,
.ccp__summary-total { display: flex; font-size: 12px; justify-content: space-between; padding: 9px 0; }
.ccp__summary-row span { color: #cdbfb4; }
.ccp__summary-total { border-top: 1px solid rgba(255,255,255,.18); font-family: Marcellus, serif; font-size: 18px; margin-top: 14px; padding-top: 20px; }
.ccp__summary-menu { border-top: 1px solid rgba(255,255,255,.18); margin-top: 20px; padding-top: 20px; }
.ccp__summary-menu-title { color: #cdbfb4; font-size: 10px; font-weight: 800; letter-spacing: .2em; margin: 0 0 17px; text-transform: uppercase; }
.ccp__summary-menu-group { display: grid; gap: 3px; grid-template-columns: 82px minmax(0, 1fr); padding: 8px 0; }
.ccp__summary-menu-group[hidden] { display: none; }
.ccp__summary-menu-group > strong { color: #cdbfb4; font-size: 10px; font-weight: 500; letter-spacing: .06em; padding-top: 2px; text-transform: uppercase; }
.ccp__summary-menu-group ul { list-style: none; margin: 0; padding: 0; }
.ccp__summary-menu-group li { font-family: Marcellus, Georgia, serif; font-size: 14px; line-height: 1.35; }
.ccp__summary-menu-group li + li { margin-top: 4px; }
.ccp__summary > p:last-child { color: #bdb3a9; font-size: 11px; line-height: 1.55; margin: 22px 0 0; }
.ccp.is-calculating .ccp__summary { opacity: .7; }

.ccp__review-card { border-bottom: 1px solid var(--cedars-ink); border-top: 1px solid var(--cedars-ink); padding: 7px 0; }
.ccp__review-menu { background: #fffaf3; border: 1px solid var(--cedars-stone); margin: 0 0 26px; padding: 22px 24px; }
.ccp__review-menu h4 { font-family: Marcellus, Georgia, serif; font-size: 24px; font-weight: 400; margin: 0 0 15px; }
.ccp__review-menu-group { border-top: 1px solid #e7ddd4; display: grid; gap: 12px; grid-template-columns: 125px minmax(0, 1fr); padding: 12px 0; }
.ccp__review-menu-group strong { color: var(--cedars-muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.ccp__review-menu-group ul { list-style: none; margin: 0; padding: 0; }
.ccp__review-menu-group li { font-family: Marcellus, Georgia, serif; font-size: 16px; line-height: 1.45; }
.ccp__review-menu-group li + li { margin-top: 4px; }
.ccp__text-button { background: transparent; border: 0; color: var(--cedars-wine); cursor: pointer; font: inherit; font-weight: 800; padding: 0; text-decoration: underline; }
.ccp__review-card > div { display: flex; justify-content: space-between; padding: 13px 2px; }
.ccp__review-card > div + div { border-top: 1px solid #e7ddd4; }
.ccp__review-card span { color: var(--cedars-muted); }
.ccp__review-total { font-family: Marcellus, serif; font-size: 21px; }
.ccp__review-status { border-left: 2px solid #4b7042; color: #35542f; font-size: 13px; font-weight: 700; margin-top: 22px; padding: 8px 14px; }
.ccp__review-status:empty { display: none; }
.ccp__review-status.requires-review { border-color: #986614; color: #704918; }
.ccp__order-options { border-top: 1px solid var(--cedars-stone); margin-top: 38px; padding-top: 32px; }
.ccp__order-options h4 { font-size: 27px; line-height: 1.15; margin: 0 0 20px; }
.ccp__order-options .ccp__notice-check { margin-top: 0; }
.ccp__gratuity { border: 0; border-top: 1px solid var(--cedars-stone); margin: 28px 0 0; padding: 28px 0 0; }
.ccp__gratuity legend { font-size: 12px; font-weight: 800; letter-spacing: .08em; padding: 0; text-transform: uppercase; }
.ccp__gratuity > p { color: var(--cedars-muted); font-size: 12px; margin: 8px 0 17px; }
.ccp__gratuity-choices { display: grid; gap: 8px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ccp__gratuity-choices label { cursor: pointer; position: relative; }
.ccp__gratuity-choices input { inset: 0; opacity: 0; position: absolute; }
.ccp__gratuity-choices span { align-items: center; border: 1px solid var(--cedars-stone); display: flex; font-size: 12px; font-weight: 800; justify-content: center; min-height: 48px; padding: 8px; }
.ccp__gratuity-choices input:checked + span { background: var(--cedars-ink); border-color: var(--cedars-ink); color: var(--cedars-paper); }
.ccp__gratuity-choices input:focus-visible + span { outline: 2px solid var(--cedars-gold); outline-offset: 2px; }
.ccp__gratuity-custom { margin-top: 18px; max-width: 280px; }
.ccp__money-input { align-items: center; border: 1px solid var(--cedars-stone); display: flex; }
.ccp__money-input b { font-size: 18px; padding-left: 15px; }
.ccp__money-input input { border: 0; box-shadow: none; min-width: 0; }
.ccp__contact-block { border-top: 1px solid var(--cedars-stone); margin-top: 38px; padding-top: 38px; }
.ccp__contact-block h4 { font-size: 34px; line-height: 1.1; margin-bottom: 30px; }
.ccp__delivery-address { border-left: 2px solid var(--cedars-gold); margin-top: 32px; padding: 4px 0 4px 20px; }
.ccp__section-label { color: var(--cedars-wine); margin-bottom: 12px; }
.ccp__field--notes { margin-top: 30px; }
.ccp__fine-print { color: var(--cedars-muted); font-size: 11px; }
.ccp__submission-message { color:#8b2b22;font-size:12px;font-weight:700;margin-top:20px; }
.ccp__submission-message.is-success { border-left:2px solid #4b7042;color:#35542f;padding:8px 14px; }
.ccp__page-message { border: 1px solid #cda85d; margin: 0 0 34px; padding: 16px 18px; }
.ccp__page-message--success { border-color: #728e6c; color: #35542f; }
.ccp__google-address { margin-top: 8px; position: relative; width: 100%; z-index: 4; }
.ccp__google-address[hidden] { display: none; }
.ccp__places-widget { color-scheme: light; display: block; font-size: 16px; width: 100%; }
.ccp__address-manual { background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--cedars-muted); cursor: pointer; font: inherit; font-size: 11px; margin: 10px 0 0; padding: 0 0 3px; }
.ccp__address-manual:hover { color: var(--cedars-ink); }
.ccp__address-manual[hidden] { display: none; }
.ccp__delivery-address input[readonly] { background: #f3f0ea; color: var(--cedars-ink); cursor: default; margin-top: 10px; }
.ccp__address-error { border-left: 2px solid #a64d47; color: #8a342e !important; display: block; margin-top: 9px; padding-left: 10px; }
.ccp__address-error[hidden] { display: none; }

@media (min-width: 931px) {
	.ccp { font-size: 17px; }
	.ccp__field, .ccp__choice-group legend, .ccp__ai-compose > label { font-size: 12px; }
	.ccp__field small, .ccp__menu-group summary small, .ccp__options label small { font-size: 11px; }
	.ccp__options label span, .ccp__choice small, .ccp__summary-row, .ccp__summary-total { font-size: 13px; }
	.ccp__button { font-size: 11px; }
}

@media (max-width: 930px) {
	.ccp, .ccp__content, .ccp__shell, .ccp__main, .ccp__form { overflow: visible; }
	.ccp__ai-planner { grid-template-columns: 1fr; }
	.ccp__catering-guide { grid-template-columns:1fr; }
	.ccp__catering-guide ul { grid-column:1; flex-wrap:wrap; }
	.ccp .ccp__hero { grid-template-columns: 150px 1fr; min-height: 540px; }
	.ccp__hero-note { display: none; }
	.ccp__shell { grid-template-columns: 1fr; }
	.ccp__summary { display: grid; grid-template-columns: 1fr auto; max-height: none; overflow: visible; padding: 17px 20px; position: static; }
	.ccp__summary-label, .ccp__summary-row, .ccp__summary > p:last-child { display: none; }
	.ccp__summary-price { border: 0; margin: 0; padding: 0; }
	.ccp__summary-price strong { font-size: 29px; }
	.ccp__summary-total { align-items: flex-end; border: 0; flex-direction: column; margin: 0; padding: 0; }
	.ccp__summary-menu { background: var(--cedars-paper); border: 1px solid var(--cedars-stone); color: var(--cedars-ink); display: block; grid-column: 1 / -1; margin: 17px -20px -17px; padding: 24px 20px; }
	.ccp__summary-menu-title { color: var(--cedars-ink); font-size: 11px; margin-bottom: 12px; }
	.ccp__summary-menu-group { border-top: 1px solid var(--cedars-stone); grid-template-columns: 92px minmax(0, 1fr); padding: 12px 0; }
	.ccp__summary-menu-group > strong { color: var(--cedars-muted); }
	.ccp__summary-menu-group li { color: var(--cedars-ink); font-size: 16px; }
	.ccp__footer { grid-template-columns: 150px 1fr; }
	.ccp__footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 12px 24px; text-align: left; }
}

@media (hover: none) and (pointer: coarse) {
	.ccp input, .ccp select, .ccp textarea { font-size: 16px !important; }
	.ccp__places-widget { font-size: 16px !important; min-height: 48px; }
	.ccp__options { max-height: none; overflow: visible; overscroll-behavior: auto; }
}

@media (max-width: 620px) {
	.ccp { touch-action: auto; }
	.ccp input, .ccp select, .ccp textarea { font-size: 16px !important; }
	.ccp__field, .ccp__choice-group legend, .ccp__ai-compose > label { font-size: 12px; }
	.ccp__field small, .ccp__menu-group summary small { font-size: 11px; }
	.ccp__options label span, .ccp__choice small, .ccp__notice-check { font-size: 13px; }
	.ccp .ccp__hero { display: block !important; min-height: 500px; padding: 44px 20px 54px; }
	.ccp .ccp__hero { background-image: linear-gradient(180deg, rgba(8,7,6,.64) 0%, rgba(8,7,6,.50) 48%, rgba(8,7,6,.72) 100%), var(--cedars-hero-image) !important; background-position: center 54% !important; }
	.ccp__hero::after { height: 360px; right: -230px; top: -180px; width: 360px; }
	.ccp__hero-lockup { font-size: 20px; width: fit-content; }
	.ccp__intro { margin: 96px 0 0; }
	.ccp__intro h2 { font-size: 68px; }
	.ccp__lede { font-size: 18px; margin-top: 28px; }
	.ccp__content { padding: 46px 15px 70px; }
	.ccp__catering-guide { gap:15px; margin-bottom:24px; padding:20px 18px; }
	.ccp__catering-guide>p { font-size:15px; }
	.ccp__shell { gap: 15px; }
	.ccp__ai-planner { gap: 24px; margin-bottom: 30px; padding: 28px 20px; }
	.ccp__ai-copy h3 { font-size: 36px; }
	.ccp__ai-actions { align-items: stretch; flex-direction: column; }
	.ccp__ai-actions .ccp__button { width: 100%; }
	.ccp__ai-result { margin-bottom: 30px; padding: 20px; }
	.ccp__ai-result h4 { font-size: 25px; }
	.ccp__progress, .ccp__progress button { min-height: 78px; }
	.ccp__progress button { flex-direction: column; gap: 7px; justify-content: center; letter-spacing: .08em; padding: 12px 5px; }
	.ccp__progress button span { height: 29px; width: 29px; }
	.ccp__form { box-shadow: 6px 6px 0 rgba(33,28,24,.035); }
	.ccp__step { animation: none; padding: 32px 20px 38px; transform: none; }
	.ccp__step-heading h3 { font-size: 41px; }
	.ccp__grid, .ccp__choice-group, .ccp__options { grid-template-columns: 1fr; }
	.ccp__options { max-height: none; overflow: visible; overscroll-behavior: auto; }
	.ccp__gratuity-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ccp__actions { align-items: stretch; flex-direction: column-reverse; gap: 10px; }
	.ccp__actions--review { flex-direction: column; }
	.ccp__button { width: 100%; }
	.ccp__summary { margin-inline: 0; }
	.ccp__delivery-address { padding-left: 14px; }
	.ccp__footer { align-items: start; grid-template-columns: 1fr; padding-bottom: 28px; padding-top: 38px; }
	.ccp__footer-copy, .ccp__footer-links, .ccp__footer-legal { grid-column: 1; }
	.ccp__footer-links { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.ccp *, .ccp *::before, .ccp *::after { scroll-behavior: auto !important; transition: none !important; }
}
