:root {
  --debut-ink: #12201c;
  --debut-forest: #183f35;
  --debut-moss: #567065;
  --debut-cream: #f6f1e7;
  --debut-paper: #fffdf8;
  --debut-sand: #e5dccd;
  --debut-coral: #df765d;
  --debut-gold: #d5ad63;
  --debut-line: rgba(18, 32, 28, .15);
  --debut-shadow: 0 28px 70px rgba(22, 41, 35, .12);
}

body { background: var(--debut-cream); }
.debut-shell { min-height: 100vh; overflow: hidden; color: var(--debut-ink); }
.debut-nav { width: min(1400px, calc(100% - 64px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--debut-line); }
.debut-brand { display: inline-flex; align-items: center; }
.debut-brand img { width: 178px; height: auto; }
.debut-nav nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 750; }
.debut-nav nav a { position: relative; padding: 10px 0; }
.debut-nav nav a::after { content: ""; position: absolute; inset: auto 0 3px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.debut-nav nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.debut-kicker { margin: 0 0 12px; color: #587268; font-size: 11px; font-weight: 850; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.debut-lede { max-width: 660px; color: var(--debut-moss); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.directory-hero, .feed-hero, .weekend-hero, .agent-hero, .create-intro, .manage-hero { width: min(1400px, calc(100% - 64px)); margin: 0 auto; }
.directory-hero { min-height: 610px; padding: 108px 0 76px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 90px; align-items: center; }
.directory-hero h1, .feed-hero h1, .weekend-hero h1, .agent-hero h1, .create-intro h1, .manage-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.directory-hero h1 { max-width: 850px; font-size: clamp(58px, 7.3vw, 108px); }
.city-search { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: var(--debut-ink); color: white; box-shadow: var(--debut-shadow); transform: rotate(1deg); }
.city-search label { display: block; margin: 0 0 18px; color: #dce8e3; font-family: Georgia, serif; font-size: 25px; }
.city-search div { display: grid; grid-template-columns: 1fr auto; padding: 6px; border-radius: 17px; background: white; }
.city-search input { height: 56px; border: 0; border-radius: 12px; box-shadow: none; }
.city-search button { min-width: 112px; border: 0; border-radius: 12px; background: var(--debut-coral); color: #fff; font-weight: 800; }
.directory-section, .listing-section, .property-events, .alert-wrap, .event-list, .more-links { width: min(1400px, calc(100% - 64px)); margin-left: auto; margin-right: auto; }
.directory-section, .listing-section { padding: 86px 0 120px; border-top: 1px solid var(--debut-line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 38px; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 58px); font-weight: 500; letter-spacing: -.045em; }
.section-heading > span { color: var(--debut-moss); font-size: 13px; }
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.city-card { display: block; overflow: hidden; border: 1px solid var(--debut-line); border-radius: 26px; background: var(--debut-paper); box-shadow: 0 16px 45px rgba(22, 41, 35, .07); transition: transform .2s ease, box-shadow .2s ease; }
.city-card:hover { transform: translateY(-5px); box-shadow: var(--debut-shadow); }
.city-card-art { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; background-color: var(--debut-forest); background-image: radial-gradient(circle at 80% 10%, rgba(223,118,93,.55), transparent 36%), linear-gradient(145deg, #284f43, #10201c); color: white; }
.city-card-art > img, .city-card-art > i { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-card-art > img { object-fit: cover; }
.city-card-art > i { background: linear-gradient(180deg, transparent 25%, rgba(10,27,22,.78)); }
.city-card-art span, .city-card-art h3 { position: relative; z-index: 1; }
.city-card-art span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.city-card-art h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 35px; font-weight: 500; letter-spacing: -.035em; }
.city-card > strong { display: flex; justify-content: space-between; padding: 19px 22px; font-size: 13px; }
.honest-empty { padding: 72px 24px; border: 1px dashed #a8aaa2; border-radius: 28px; text-align: center; }
.honest-empty > span { color: var(--debut-coral); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.honest-empty h3 { margin: 16px 0 10px; font: 500 35px/1.1 Georgia, serif; }
.honest-empty p { max-width: 600px; margin: 0 auto 22px; color: var(--debut-moss); line-height: 1.65; }
.honest-empty a, .text-link { font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.feed-hero { min-height: 500px; padding: 100px 0 86px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.feed-hero h1, .weekend-hero h1 { font-size: clamp(62px, 7.4vw, 108px); }
.feed-hero-copy > p:not(.debut-kicker), .weekend-hero > p:not(.debut-kicker) { max-width: 670px; color: var(--debut-moss); font-size: 18px; line-height: 1.65; }
.feed-hero .text-link { display: inline-block; margin-top: 12px; font-size: 14px; }
.feed-count { width: 190px; height: 190px; display: grid; align-content: center; justify-items: center; border-radius: 50%; background: var(--debut-coral); color: white; transform: rotate(4deg); }
.feed-count strong { font: 500 69px/.9 Georgia, serif; }
.feed-count span { margin-top: 10px; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.debut-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.debut-card { min-width: 0; overflow: hidden; border: 1px solid var(--debut-line); border-radius: 25px; background: var(--debut-paper); box-shadow: 0 14px 40px rgba(22, 41, 35, .07); }
.debut-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--debut-forest); }
.debut-card-media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.debut-card:hover .debut-card-media > img { transform: scale(1.03); }
.debut-status { position: absolute; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px; background: #fff; color: var(--debut-ink); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 5px 20px rgba(0,0,0,.12); }
.debut-status.is-live { background: var(--debut-coral); color: #fff; }
.debut-image-fallback { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 18px; background: radial-gradient(circle at 70% 20%, #df765d, transparent 28%), linear-gradient(145deg, #2c5a4c, #10201c); color: white; }
.debut-image-fallback img { width: 80px; max-height: 80px; }
.debut-image-fallback span { font: 500 24px Georgia, serif; }
.debut-image-fallback.large { min-height: 650px; }
.debut-card-copy { padding: 24px; }
.debut-card-copy h2 { margin: 0; font: 500 31px/1 Georgia, serif; letter-spacing: -.035em; }
.debut-facts { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 18px; font-size: 13px; }
.debut-facts strong { width: 100%; font-size: 17px; }
.debut-facts span { color: var(--debut-moss); }
.debut-agent { margin: 21px 0 0; padding-top: 16px; border-top: 1px solid var(--debut-line); color: var(--debut-moss); font-size: 12px; line-height: 1.5; }
.debut-agent a { color: var(--debut-ink); font-weight: 800; }

.alert-wrap { padding: 15px 0 120px; }
.alert-card { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(380px, 1fr); gap: 18px 48px; padding: 48px; border-radius: 32px; background: var(--debut-forest); color: white; box-shadow: var(--debut-shadow); }
.alert-card > div:first-child { grid-row: span 5; align-self: center; }
.alert-card h2 { max-width: 530px; margin: 0 0 12px; font: 500 clamp(34px, 4vw, 54px)/1 Georgia, serif; letter-spacing: -.045em; }
.alert-card p { max-width: 500px; color: #c7d8d2; line-height: 1.65; }
.alert-card .debut-kicker { color: #efcbbd; }
.alert-fields { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12px; }
.alert-card label > span, .debut-form label > span { display: block; margin: 0 0 7px; font-size: 12px; font-weight: 760; }
.alert-card input:not([type="checkbox"]) { height: 54px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.96); }
.consent-row { display: grid !important; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin: 0; font-size: 12px; line-height: 1.5; }
.consent-row input { width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; accent-color: var(--debut-coral); }
.consent-row span { margin: 0 !important; }
.consent-row.optional { color: #c7d8d2; }
.alert-card > small { color: #a9c0b7; font-size: 10px; line-height: 1.55; }
.debut-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; font-size: 13px; transition: transform .15s ease, box-shadow .15s ease; }
button.debut-button { cursor: pointer; }
.debut-button:hover { transform: translateY(-2px); }
.debut-button.dark { background: var(--debut-coral); color: white; box-shadow: 0 10px 28px rgba(18,32,28,.18); }
.debut-button.light { border-color: var(--debut-line); background: var(--debut-paper); color: var(--debut-ink); }

.agent-hero { min-height: 430px; padding: 92px 0 72px; display: flex; align-items: center; gap: 45px; }
.agent-monogram { width: 170px; height: 170px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--debut-forest); color: white; font: 500 58px Georgia, serif; box-shadow: inset 0 0 0 12px rgba(255,255,255,.08); }
.agent-hero h1 { font-size: clamp(60px, 7vw, 100px); }
.agent-hero p:not(.debut-kicker) { margin: 13px 0 16px; color: var(--debut-moss); font-size: 18px; }
.agent-hero span { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: #e5ded2; font-size: 11px; font-weight: 800; }

.weekend-hero { min-height: 500px; padding: 100px 0 80px; }
.event-list { padding: 0 0 105px; }
.event-row { min-height: 170px; display: grid; grid-template-columns: 180px 1fr auto; gap: 35px; align-items: center; padding: 26px 0; border-top: 1px solid var(--debut-line); }
.event-row:last-child { border-bottom: 1px solid var(--debut-line); }
.event-time { display: flex; align-items: center; gap: 16px; }
.event-time strong { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--debut-coral); color: white; font: 500 20px Georgia, serif; }
.event-time span { font-size: 13px; font-weight: 800; }
.event-property h2 { margin: 0 0 9px; font: 500 34px/1 Georgia, serif; }
.event-property > p:last-child { margin: 0; color: var(--debut-moss); font-size: 13px; }
.event-detail-page { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 120px; }
.event-detail-hero { min-height: 520px; display: flex; align-items: center; gap: 55px; padding: 75px 0; }
.event-detail-hero h1 { margin: 0; font: 500 clamp(58px, 7.2vw, 104px)/.94 Georgia, serif; letter-spacing: -.06em; }
.event-detail-hero > div:last-child > p:last-child { color: var(--debut-moss); font-size: 18px; }
.event-date-block { width: 190px; height: 230px; flex: 0 0 auto; display: grid; place-items: center; align-content: center; border-radius: 90px 90px 24px 24px; background: var(--debut-coral); color: white; box-shadow: var(--debut-shadow); transform: rotate(-3deg); }
.event-date-block span, .event-date-block small { font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.event-date-block strong { margin: 2px 0; font: 500 82px/.9 Georgia, serif; }
.event-detail-grid { display: grid; grid-template-columns: 1fr minmax(390px, .72fr); gap: 70px; padding: 80px 0; border-top: 1px solid var(--debut-line); }
.event-detail-grid > article h2 { max-width: 700px; margin: 0; font: 500 clamp(36px, 4.5vw, 60px)/1.05 Georgia, serif; letter-spacing: -.04em; }
.event-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin: 45px 0; }
.event-notes p { padding-top: 18px; border-top: 1px solid var(--debut-line); color: var(--debut-moss); font-size: 13px; line-height: 1.65; }
.event-notes strong { color: var(--debut-ink); }
.event-detail-grid .alert-card { display: block; padding: 34px; }
.event-detail-grid .alert-card > div:first-child { margin-bottom: 22px; }
.event-detail-grid .alert-fields { grid-template-columns: 1fr; }
.event-detail-grid .consent-row, .event-detail-grid .alert-card button, .event-detail-grid .alert-card > small { margin-top: 15px; }

.property-page { padding-top: 42px; }
.property-hero { width: min(1500px, calc(100% - 44px)); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(390px, .7fr); overflow: hidden; border-radius: 34px; background: var(--debut-paper); box-shadow: var(--debut-shadow); }
.property-hero-media { position: relative; min-width: 0; background: var(--debut-forest); }
.property-hero-media > img { width: 100%; height: 100%; min-height: 720px; display: block; object-fit: cover; }
.property-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.property-hero-copy h1 { margin: 0; font: 500 clamp(52px, 6vw, 86px)/.92 Georgia, serif; letter-spacing: -.06em; overflow-wrap: anywhere; }
.property-location { margin: 14px 0 28px; color: var(--debut-moss); }
.property-statline { display: flex; flex-wrap: wrap; gap: 18px; padding: 23px 0; border-top: 1px solid var(--debut-line); border-bottom: 1px solid var(--debut-line); }
.property-statline strong { width: 100%; font-size: 24px; }
.property-statline span { color: var(--debut-moss); font-size: 13px; }
.property-statline b { color: var(--debut-ink); }
.launch-moment { margin: 27px 0; padding: 20px; border-radius: 18px; background: #f0e9de; }
.launch-moment span, .launch-moment strong { display: block; }
.launch-moment span { margin-bottom: 6px; color: var(--debut-moss); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.launch-moment strong { font-family: Georgia, serif; font-size: 21px; }
.presented-by { color: var(--debut-moss); font-size: 13px; line-height: 1.6; }
.presented-by a { color: var(--debut-ink); font-weight: 850; }
.property-body { width: min(1320px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .72fr); gap: 80px; padding: 120px 0; align-items: start; }
.property-story h2 { max-width: 720px; margin: 0; font: 500 clamp(34px, 4.2vw, 60px)/1.12 Georgia, serif; letter-spacing: -.045em; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; padding: 40px 0 0; list-style: none; }
.feature-list li { padding: 15px 0; border-top: 1px solid var(--debut-line); font-size: 13px; }
.authorization-note { max-width: 720px; margin-top: 45px; color: var(--debut-moss); font-size: 12px; line-height: 1.7; }
.property-body .alert-card { display: block; padding: 34px; border-radius: 26px; }
.property-body .alert-card > div:first-child { margin-bottom: 22px; }
.property-body .alert-card h2 { font-size: 38px; }
.property-body .alert-fields { grid-template-columns: 1fr; }
.property-body .alert-card .consent-row, .property-body .alert-card button, .property-body .alert-card > small { margin-top: 15px; }
.property-events { padding: 84px 0 95px; border-top: 1px solid var(--debut-line); }
.property-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.property-event-grid article { min-height: 220px; padding: 28px; border: 1px solid var(--debut-line); border-radius: 24px; background: var(--debut-paper); }
.property-event-grid article > span { color: var(--debut-coral); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.property-event-grid h3 { margin: 38px 0 13px; font: 500 27px/1.1 Georgia, serif; }
.property-event-grid p { color: var(--debut-moss); font-size: 12px; line-height: 1.6; }
.more-links { display: flex; justify-content: space-between; gap: 30px; padding: 32px 0 110px; border-top: 1px solid var(--debut-line); font-family: Georgia, serif; font-size: 24px; }

.create-page { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 120px; }
.create-intro { width: auto; padding: 105px 0 85px; }
.create-intro h1 { font-size: clamp(66px, 8vw, 108px); }
.create-intro > p:not(.debut-kicker) { max-width: 700px; color: var(--debut-moss); font-size: 19px; line-height: 1.65; }
.create-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.create-proof span { padding: 9px 12px; border: 1px solid var(--debut-line); border-radius: 999px; background: rgba(255,255,255,.5); font-size: 11px; font-weight: 750; }
.form-error, .success-banner { margin: 0 0 28px; padding: 16px 20px; border-radius: 15px; background: #ffe4dc; color: #8a392b; font-size: 13px; font-weight: 750; }
.success-banner { background: #dff3e8; color: #285d49; }
.debut-form { display: grid; gap: 22px; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.debut-form fieldset { margin: 0; padding: 36px; border: 1px solid var(--debut-line); border-radius: 28px; background: rgba(255,253,248,.78); }
.debut-form legend { padding: 0 10px; font: 500 28px Georgia, serif; }
.debut-form legend span { display: inline-grid; width: 31px; height: 31px; margin-right: 9px; place-items: center; border-radius: 50%; background: var(--debut-forest); color: white; font: 800 10px Arial, sans-serif; }
.form-grid { display: grid; gap: 20px; }
.form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid .wide { grid-column: 1 / -1; }
.debut-form label small { display: block; margin-top: 7px; color: var(--debut-moss); font-size: 10px; }
.debut-form input, .debut-form textarea { width: 100%; border: 1px solid var(--debut-line); border-radius: 13px; background: white; color: var(--debut-ink); outline: 0; }
.debut-form textarea { min-height: 120px; padding: 14px 15px; resize: vertical; font: inherit; line-height: 1.5; }
.debut-form input:focus, .debut-form textarea:focus, .alert-card input:focus, .city-search input:focus { border-color: #658f80; box-shadow: 0 0 0 4px rgba(101,143,128,.14); }
.publish-fieldset { display: grid; gap: 0; }
.switch-row { display: grid !important; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--debut-line); }
.switch-row > span { margin: 0 !important; }
.switch-row strong, .switch-row small { display: block; }
.switch-row strong { font-size: 14px; }
.switch-row small { margin-top: 5px; color: var(--debut-moss); font-size: 11px; font-weight: 450; line-height: 1.5; }
.switch-row input { appearance: none; width: 48px; height: 27px; min-height: 0; padding: 3px; border: 0; border-radius: 999px; background: #c9c9c2; transition: background .2s ease; }
.switch-row input::before { content: ""; display: block; width: 21px; height: 21px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(0,0,0,.18); transition: transform .2s ease; }
.switch-row input:checked { background: var(--debut-forest); }
.switch-row input:checked::before { transform: translateX(21px); }
.debut-form .authority { margin-top: 22px; color: var(--debut-moss); }
.large-button { width: 100%; min-height: 64px; border-radius: 18px; font-size: 15px; }
.large-button span { margin-left: auto; }
.form-fineprint { max-width: 780px; margin: 0 auto; color: var(--debut-moss); font-size: 10px; line-height: 1.6; text-align: center; }

.manage-page { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 40px 0 120px; }
.manage-hero { width: auto; display: flex; justify-content: space-between; align-items: end; gap: 35px; padding: 60px 0 48px; }
.manage-hero h1 { font-size: clamp(58px, 7vw, 92px); }
.manage-hero p:last-child { color: var(--debut-moss); }
.demand-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 52px; border-radius: 30px; background: var(--debut-forest); color: white; box-shadow: var(--debut-shadow); }
.demand-copy h2 { margin: 0; font: 500 44px/1 Georgia, serif; letter-spacing: -.04em; }
.demand-copy > p:last-child { color: #b9cec6; font-size: 12px; line-height: 1.65; }
.demand-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; align-items: stretch; background: rgba(255,255,255,.17); }
.demand-metrics article { display: flex; flex-direction: column; justify-content: center; padding: 25px; background: var(--debut-forest); text-align: center; }
.demand-metrics strong { color: #efad9d; font: 500 60px/.95 Georgia, serif; }
.demand-metrics span { margin-top: 9px; color: #c7d8d2; font-size: 10px; line-height: 1.45; text-transform: uppercase; }
.manage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; margin-top: 24px; }
.manage-card { padding: 36px; border: 1px solid var(--debut-line); border-radius: 27px; background: var(--debut-paper); }
.manage-card h2 { margin: 0 0 23px; font: 500 35px/1.05 Georgia, serif; }
.manage-card form .debut-button { margin-top: 22px; }
.waiter-list { border-top: 1px solid var(--debut-line); }
.waiter-list > div { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--debut-line); }
.waiter-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e6ded2; font: 500 15px Georgia, serif; }
.waiter-list p, .waiter-list strong, .waiter-list small { display: block; margin: 0; }
.waiter-list small { margin-top: 3px; color: var(--debut-moss); font-size: 10px; }
.waiter-list em { color: var(--debut-moss); font-size: 9px; font-style: normal; text-transform: uppercase; }
.muted-copy { color: var(--debut-moss); line-height: 1.6; }
.upgrade-callout { margin-top: 24px; padding: 22px; border-radius: 18px; background: #f0e9de; }
.upgrade-callout strong { font-family: Georgia, serif; font-size: 20px; }
.upgrade-callout p { color: var(--debut-moss); font-size: 11px; line-height: 1.6; }
.upgrade-callout a { font-size: 12px; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }

.confirmation-page { min-height: 700px; display: grid; place-items: center; padding: 80px 24px 120px; }
.confirmation-card { width: min(650px, 100%); padding: 55px; border: 1px solid var(--debut-line); border-radius: 32px; background: var(--debut-paper); box-shadow: var(--debut-shadow); text-align: center; }
.confirmation-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--debut-forest); color: white; font-size: 23px; }
.confirmation-card h1 { margin: 0 0 20px; font: 500 clamp(44px, 7vw, 68px)/.96 Georgia, serif; letter-spacing: -.055em; }
.confirmation-card > p:not(.debut-kicker) { color: var(--debut-moss); line-height: 1.65; }
.confirmation-details { display: flex; justify-content: space-between; gap: 20px; margin: 28px 0; padding: 16px 0; border-top: 1px solid var(--debut-line); border-bottom: 1px solid var(--debut-line); font-size: 12px; }
.confirmation-card .debut-button { margin: 5px auto 20px; }
.confirmation-card > small { display: block; color: var(--debut-moss); font-size: 10px; }

.debut-footer { width: min(1400px, calc(100% - 64px)); min-height: 180px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; border-top: 1px solid var(--debut-line); color: var(--debut-moss); font-size: 11px; }
.debut-footer p { max-width: 600px; line-height: 1.65; }
.debut-footer > div { display: flex; gap: 20px; }
.debut-footer a { font-weight: 800; }

@media (max-width: 1050px) {
  .directory-hero { grid-template-columns: 1fr; gap: 45px; padding-top: 75px; }
  .city-search { max-width: 650px; transform: none; }
  .city-grid, .debut-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .alert-card { grid-template-columns: 1fr; }
  .alert-card > div:first-child { grid-row: auto; }
  .property-hero { grid-template-columns: 1fr; }
  .property-hero-media > img, .debut-image-fallback.large { min-height: 520px; max-height: 680px; }
  .property-body { grid-template-columns: 1fr; gap: 55px; }
  .event-detail-grid { grid-template-columns: 1fr; }
  .property-body aside { max-width: 650px; }
  .demand-panel, .manage-grid { grid-template-columns: 1fr; }
  .debut-footer { grid-template-columns: 1fr auto; padding: 44px 0; }
  .debut-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 720px) {
  .debut-nav, .directory-hero, .feed-hero, .weekend-hero, .agent-hero, .directory-section, .listing-section, .property-events, .alert-wrap, .event-list, .more-links, .create-page, .manage-page, .debut-footer { width: min(100% - 32px, 1400px); }
  .debut-nav { height: 74px; }
  .debut-brand img { width: 145px; }
  .debut-nav nav { gap: 15px; font-size: 11px; }
  .debut-nav nav a:first-child { display: none; }
  .directory-hero, .feed-hero, .weekend-hero { min-height: 0; padding: 64px 0; }
  .directory-hero h1, .feed-hero h1, .weekend-hero h1, .create-intro h1 { font-size: clamp(50px, 15vw, 72px); }
  .city-search { padding: 19px; border-radius: 20px; }
  .city-search div { grid-template-columns: 1fr; background: transparent; padding: 0; gap: 9px; }
  .city-search button { min-height: 50px; }
  .directory-section, .listing-section { padding: 60px 0 80px; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 39px; }
  .city-grid, .debut-grid, .property-event-grid { grid-template-columns: 1fr; }
  .city-card-art { min-height: 290px; }
  .feed-hero { grid-template-columns: 1fr; gap: 35px; }
  .feed-count { width: 135px; height: 135px; }
  .feed-count strong { font-size: 49px; }
  .feed-count span { font-size: 8px; }
  .alert-wrap { padding-bottom: 80px; }
  .alert-card { padding: 28px; border-radius: 24px; }
  .alert-card h2 { font-size: 38px; }
  .alert-fields { grid-template-columns: 1fr; }
  .agent-hero { min-height: 0; padding: 60px 0; align-items: flex-start; gap: 22px; }
  .agent-monogram { width: 86px; height: 86px; font-size: 30px; }
  .agent-hero h1 { font-size: 52px; }
  .event-row { grid-template-columns: 1fr auto; gap: 20px; padding: 25px 0; }
  .event-time { grid-column: 1 / -1; }
  .event-property h2 { font-size: 29px; }
  .event-detail-page { width: calc(100% - 32px); }
  .event-detail-hero { min-height: 0; align-items: flex-start; gap: 25px; padding: 60px 0; }
  .event-date-block { width: 88px; height: 130px; border-radius: 44px 44px 18px 18px; }
  .event-date-block strong { font-size: 44px; }
  .event-date-block span, .event-date-block small { font-size: 8px; }
  .event-detail-hero h1 { font-size: 48px; }
  .event-detail-grid { gap: 45px; padding: 60px 0; }
  .event-notes { grid-template-columns: 1fr; }
  .property-page { padding-top: 16px; }
  .property-hero { width: calc(100% - 20px); min-height: 0; grid-template-columns: 1fr; border-radius: 24px; }
  .property-hero-media > img, .debut-image-fallback.large { min-height: 380px; }
  .property-hero-copy { padding: 33px 25px; }
  .property-hero-copy h1 { font-size: 54px; }
  .property-body { width: calc(100% - 32px); padding: 80px 0; }
  .property-story h2 { font-size: 38px; }
  .feature-list { grid-template-columns: 1fr; }
  .more-links { flex-direction: column; font-size: 20px; }
  .create-intro { padding: 65px 0 50px; }
  .debut-form fieldset { padding: 25px 20px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .manage-hero { align-items: flex-start; flex-direction: column; padding-top: 40px; }
  .manage-hero h1 { font-size: 55px; }
  .demand-panel { padding: 28px; gap: 32px; }
  .demand-copy h2 { font-size: 36px; }
  .demand-metrics { grid-template-columns: 1fr; }
  .demand-metrics article { min-height: 120px; }
  .manage-card { padding: 25px 20px; }
  .waiter-list em { display: none; }
  .confirmation-card { padding: 38px 24px; }
  .confirmation-details { flex-direction: column; }
  .debut-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
}

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

@media print {
  .debut-nav, .debut-footer, .alert-card, .more-links { display: none !important; }
  body { background: white; }
  .property-hero { box-shadow: none; border: 1px solid #ccc; }
}

