/*
 * Property Hotsheet, portal styles. v0.1.3
 * Design tokens from the approved mockups (dossier section 10.2).
 * The plugin owns the full page on hotsheet surfaces, so these styles
 * define the complete visual system, not theme overrides.
 */

:root {
	--ph-navy: #10263B;
	--ph-navy2: #173250;
	--ph-hot: #F0592B;
	--ph-hot2: #D8471C;
	--ph-hotsoft: #FDEDE7;
	--ph-blue: #2F6FED;
	--ph-ink: #182635;
	--ph-muted: #6B7A8D;
	--ph-line: #E6EBF1;
	--ph-bg: #F4F6F9;
	--ph-card: #FFFFFF;
	--ph-good: #12855F;
	--ph-gold: #B8862B;
}

/* Reset scoped to the ph shell */
body.ph-body { margin: 0; padding: 0; background: var(--ph-bg); color: var(--ph-ink);
	font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased; }
body.ph-body * { box-sizing: border-box; }
body.ph-body a { color: inherit; text-decoration: none; }
body.ph-body img { max-width: 100%; }
body.ph-body #wpadminbar { display: none; }

.ph-wrap { max-width: 1240px; margin: 0 auto; padding: 0 26px; }

/* Buttons */
.ph-btn { display: inline-block; background: var(--ph-hot); color: #fff; font-weight: 700;
	font-size: 14px; padding: 10px 16px; border-radius: 9px; border: 0; cursor: pointer;
	letter-spacing: .2px; transition: background .15s ease; }
.ph-btn:hover { background: var(--ph-hot2); color: #fff; }
.ph-btn-big { padding: 13px 24px; font-size: 15px; }
.ph-btn-ghost { background: transparent; border: 1px solid #33506E; color: #DBE6F1; }
.ph-btn-ghost:hover { background: #1C3D5E; }
.ph-btn-soft { background: #fff; border: 1px solid var(--ph-line); color: var(--ph-ink); }
.ph-btn-soft:hover { background: var(--ph-hotsoft); color: var(--ph-ink); }

/* Panels */
.ph-panel { background: var(--ph-card); border: 1px solid var(--ph-line); border-radius: 14px;
	box-shadow: 0 1px 2px rgba(16, 38, 59, .04); }

/* ------------------------------------------------------------------ */
/* Top bar                                                              */
/* ------------------------------------------------------------------ */

.ph-topbar { background: var(--ph-navy); color: #fff; }
.ph-topbar-inner { display: flex; align-items: center; gap: 26px; min-height: 70px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.ph-brand { display: flex; align-items: center; gap: 11px; }
.ph-logo { width: 38px; height: 38px; border-radius: 9px; flex: 0 0 38px;
	background: linear-gradient(135deg, var(--ph-hot), #FF8A5C);
	display: flex; align-items: center; justify-content: center; }
.ph-brand-word { display: block; font-size: 20px; letter-spacing: -.3px; font-weight: 800; color: #fff; }
.ph-brand-word em { font-style: normal; color: var(--ph-hot); }
.ph-brand-tag { display: block; font-size: 11px; color: #9FB2C6; margin-top: 1px; letter-spacing: .2px; }
.ph-nav { display: flex; gap: 22px; margin-left: 12px; font-size: 14.5px; color: #CDD8E4; font-weight: 500; flex-wrap: wrap; }
.ph-nav a:hover { color: #fff; }
.ph-nav a.active { color: #fff; position: relative; }
.ph-nav a.active::after { content: ""; display: block; height: 2px; background: var(--ph-hot); margin-top: 6px; border-radius: 2px; }
.ph-top-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }

/* ------------------------------------------------------------------ */
/* Hero + subscribe                                                     */
/* ------------------------------------------------------------------ */

.ph-hero { background: linear-gradient(180deg, var(--ph-navy2), var(--ph-navy)); color: #fff;
	border-bottom: 3px solid var(--ph-hot); }
.ph-hero-inner { display: flex; align-items: center; gap: 30px; padding-top: 24px; padding-bottom: 24px; flex-wrap: wrap; }
.ph-kicker { color: var(--ph-hot); font-weight: 800; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; }
.ph-hero h1 { font-size: 27px; font-weight: 800; letter-spacing: -.5px; margin: 4px 0 6px; color: #fff; }
.ph-hero p { color: #B7C6D6; font-size: 14px; margin: 0; max-width: 560px; }
.ph-count { color: #fff; font-weight: 700; }

.ph-subscribe { margin-left: auto; background: #0E2136; border: 1px solid #294664; border-radius: 14px;
	padding: 16px 18px; width: 380px; max-width: 100%; }
.ph-subscribe-lab { font-size: 12.5px; color: #A9BCCF; margin-bottom: 9px; }
.ph-subscribe-lab b { color: #fff; }
.ph-subform { display: flex; gap: 8px; }
.ph-subform input[type="email"] { flex: 1; border: 0; border-radius: 8px; padding: 11px 12px; font-size: 13.5px; min-width: 0; }
.ph-subnote { display: block; font-size: 11px; color: #7F96AB; margin-top: 8px; cursor: pointer; }
.ph-subnote input { vertical-align: -1px; margin-right: 4px; }
.ph-submsg { font-size: 12px; margin-top: 8px; color: #8FE3C4; min-height: 1em; }
.ph-submsg.ph-err { color: #FFB4A0; }

/* ------------------------------------------------------------------ */
/* Layout: sidebar + grid                                               */
/* ------------------------------------------------------------------ */

.ph-layout { display: grid; grid-template-columns: 232px 1fr; gap: 24px; padding: 26px 0 10px; }
.ph-sidebar .ph-panel { padding: 16px 16px 18px; position: sticky; top: 18px; }
.ph-filters h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--ph-muted); margin: 0 0 12px; }
.ph-filter { margin-bottom: 16px; }
.ph-filter-name { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.ph-chip { display: inline-block; font-size: 12.5px; padding: 6px 11px; border: 1px solid var(--ph-line);
	border-radius: 20px; margin: 0 6px 6px 0; color: var(--ph-ink); background: #fff; cursor: pointer;
	font-family: inherit; }
.ph-chip:hover { border-color: var(--ph-navy); }
.ph-chip.on { background: var(--ph-navy); color: #fff; border-color: var(--ph-navy); }
.ph-coming-soon { font-size: 11.5px; color: var(--ph-muted); margin: 8px 0 0; }
.ph-coming-soon a { color: var(--ph-blue); }

.ph-sec-head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 14px; flex-wrap: wrap; gap: 8px; }
.ph-sec-head h3 { font-size: 17px; font-weight: 800; letter-spacing: -.2px; margin: 0; }
.ph-sort { font-size: 12.5px; color: var(--ph-muted); }
.ph-more-head { margin-top: 30px; }

/* ------------------------------------------------------------------ */
/* Listing cards                                                        */
/* ------------------------------------------------------------------ */

.ph-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ph-cards-3 { margin-bottom: 10px; }
.ph-card { background: var(--ph-card); border: 1px solid var(--ph-line); border-radius: 14px; overflow: hidden;
	box-shadow: 0 1px 2px rgba(16, 38, 59, .04); transition: box-shadow .15s ease, transform .15s ease; }
.ph-card:hover { box-shadow: 0 8px 22px rgba(16, 38, 59, .10); transform: translateY(-2px); }
.ph-photo { height: 210px; position: relative; display: block; background: linear-gradient(135deg, #2B4A66, #5D83A6); overflow: hidden; }
.ph-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.ph-photo-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: .45; }
.ph-badge { position: absolute; left: 10px; top: 10px; font-size: 10.5px; font-weight: 800; letter-spacing: .4px;
	text-transform: uppercase; padding: 4px 8px; border-radius: 6px; color: #fff; }
.ph-b-spon { background: var(--ph-hot); }
.ph-b-new { background: var(--ph-good); }
.ph-b-drop { background: var(--ph-blue); }
.ph-b-off { background: #333A44; }
.ph-price { position: absolute; left: 0; right: 0; bottom: 0;
	background: linear-gradient(0deg, rgba(6, 17, 28, .82), transparent);
	color: #fff; padding: 24px 12px 9px; font-size: 19px; font-weight: 800; letter-spacing: -.3px; }
.ph-cbody { padding: 11px 13px 13px; }
.ph-addr { font-size: 14px; font-weight: 700; }
.ph-addr a:hover { color: var(--ph-hot); }
.ph-sub { font-size: 12.5px; color: var(--ph-muted); margin-top: 2px; }
.ph-specs { display: flex; gap: 12px; font-size: 12.5px; color: var(--ph-ink); margin: 9px 0 0;
	padding: 9px 0; border-top: 1px solid var(--ph-line); border-bottom: 1px solid var(--ph-line); }
.ph-specs b { font-weight: 700; }
.ph-cfoot { display: flex; align-items: center; justify-content: space-between; margin-top: 11px; }
.ph-views { font-size: 11.5px; color: var(--ph-muted); display: inline-flex; align-items: center; gap: 5px; }
.ph-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ph-good); display: inline-block; }
.ph-mini { font-size: 12.5px; font-weight: 700; color: var(--ph-hot); }
.ph-agent { font-size: 11.5px; color: var(--ph-muted); margin-top: 9px; display: flex; align-items: center; gap: 7px; }
.ph-av { width: 20px; height: 20px; border-radius: 50%; background: var(--ph-navy2); color: #fff; font-size: 10px;
	display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex: 0 0 20px; }
.ph-av-lg { width: 44px; height: 44px; font-size: 16px; flex: 0 0 44px; border-radius: 11px; }

.ph-empty { padding: 34px; text-align: center; }
.ph-empty h3 { margin: 0 0 8px; }
.ph-empty p { color: var(--ph-muted); font-size: 14px; max-width: 460px; margin: 0 auto 16px; }

/* ------------------------------------------------------------------ */
/* Vendor rail                                                          */
/* ------------------------------------------------------------------ */

.ph-vendors { margin: 26px 0 6px; }
.ph-vendors-panel { padding: 18px 20px; }
.ph-vhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; flex-wrap: wrap; gap: 8px; }
.ph-vhead h3 { font-size: 16px; font-weight: 800; margin: 0; }
.ph-vlab { font-size: 11px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
	color: var(--ph-gold); background: #FBF3E0; padding: 4px 9px; border-radius: 6px; }
.ph-vgrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ph-vcard { border: 1px solid var(--ph-line); border-radius: 12px; padding: 14px; text-align: center;
	background: #FCFDFF; display: block; transition: box-shadow .15s ease; }
.ph-vcard:hover { box-shadow: 0 6px 16px rgba(16, 38, 59, .10); }
.ph-vlogo { width: 44px; height: 44px; border-radius: 11px; margin: 0 auto 9px; display: flex;
	align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 16px;
	background: var(--ph-navy2); }
.ph-vlogo-img { background: #fff; border: 1px solid var(--ph-line); overflow: hidden; }
.ph-vlogo-img img { width: 100%; height: 100%; object-fit: contain; }
.ph-vlogo-blue { background: var(--ph-blue); }
.ph-vn { display: block; font-size: 13px; font-weight: 700; }
.ph-vt { display: block; font-size: 11.5px; color: var(--ph-muted); margin-top: 2px; }
.ph-vcta { display: block; font-size: 11.5px; color: var(--ph-hot); font-weight: 700; margin-top: 9px; }

/* ------------------------------------------------------------------ */
/* Advertise band                                                       */
/* ------------------------------------------------------------------ */

.ph-band { margin: 24px 0 10px; background: linear-gradient(120deg, var(--ph-navy), #1C3D5E);
	border-radius: 16px; color: #fff; padding: 26px 30px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.ph-band h3 { font-size: 20px; font-weight: 800; letter-spacing: -.3px; margin: 0; }
.ph-band p { color: #BCCCDC; font-size: 13.5px; margin: 6px 0 0; max-width: 640px; }
.ph-band-cta { margin-left: auto; text-align: center; }
.ph-band-cta small { display: block; color: #9FB2C6; font-size: 11.5px; margin-top: 9px; }

/* ------------------------------------------------------------------ */
/* Footer                                                               */
/* ------------------------------------------------------------------ */

.ph-footer { padding: 22px 0 40px; color: var(--ph-muted); font-size: 12.5px; text-align: center; }
.ph-powered b { color: var(--ph-hot); }
.ph-footer-links { margin-top: 6px; }
.ph-footer-links a:hover { color: var(--ph-ink); }

/* ------------------------------------------------------------------ */
/* Single listing                                                       */
/* ------------------------------------------------------------------ */

.ph-breadcrumb { margin: 20px 0 14px; font-size: 13px; color: var(--ph-muted); }
.ph-breadcrumb a:hover { color: var(--ph-hot); }
.ph-single { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; margin-bottom: 30px; }
.ph-single-flyer { padding: 14px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ph-flyer-pdf { align-self: stretch; text-align: center; }
.ph-flyer-frame { width: 100%; height: 920px; border: 0; border-radius: 8px; background: #fff; }
@media (max-width: 820px) { .ph-flyer-frame { height: 720px; } }
.ph-single-flyer img { width: 100%; height: auto; border-radius: 8px; }
.ph-flyer-placeholder { padding: 90px 0; }
.ph-single-card { padding: 24px 26px; }
.ph-single-price { font-size: 32px; font-weight: 800; letter-spacing: -1px; color: var(--ph-ink); }
.ph-single-addr { font-size: 21px; font-weight: 800; margin: 4px 0 2px; letter-spacing: -.3px; }
.ph-single-loc { font-size: 14px; color: var(--ph-muted); margin-bottom: 14px; }
.ph-single-specs { display: flex; gap: 12px; margin: 14px 0; flex-wrap: wrap; }
.ph-spec { background: #F7F9FC; border: 1px solid var(--ph-line); border-radius: 10px; padding: 10px 16px; text-align: center; }
.ph-spec b { display: block; font-size: 17px; font-weight: 800; }
.ph-spec span { font-size: 11px; color: var(--ph-muted); text-transform: uppercase; letter-spacing: .4px; }
.ph-single-headlines h2 { font-size: 18px; margin: 14px 0 2px; }
.ph-single-headlines h3 { font-size: 15px; margin: 2px 0 0; color: var(--ph-muted); font-weight: 600; }
.ph-single-desc { font-size: 14px; line-height: 1.65; color: var(--ph-ink); margin-top: 12px; }
.ph-single-links { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.ph-single-links .ph-btn-ghost { border-color: var(--ph-line); color: var(--ph-ink); }
.ph-single-links .ph-btn-ghost:hover { background: var(--ph-bg); }
.ph-single-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 18px;
	padding-top: 14px; border-top: 1px solid var(--ph-line); flex-wrap: wrap; gap: 8px; }
.ph-mls { font-size: 12px; color: var(--ph-muted); }
.ph-agent-card { padding: 18px 22px; margin-top: 18px; }
.ph-agent-card h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--ph-muted); margin: 0 0 12px; }
.ph-agent-row { display: flex; align-items: center; gap: 13px; }
.ph-agent-name { font-size: 15px; font-weight: 800; }
.ph-agent-broker { font-size: 13px; color: var(--ph-muted); }
.ph-agent-phone { font-size: 13px; color: var(--ph-ink); margin-top: 2px; }

/* ------------------------------------------------------------------ */
/* Notice page (confirm / unsubscribe / approval results)               */
/* ------------------------------------------------------------------ */

.ph-notice { max-width: 560px; margin: 60px auto; padding: 40px 44px; text-align: center; }
.ph-notice h1 { font-size: 24px; letter-spacing: -.4px; margin: 0 0 10px; }
.ph-notice p { font-size: 14.5px; color: var(--ph-muted); line-height: 1.6; }

/* ------------------------------------------------------------------ */
/* Advertise page                                                       */
/* ------------------------------------------------------------------ */

.ph-adv-hero { background: radial-gradient(120% 140% at 80% -10%, #1D4368 0%, var(--ph-navy) 55%);
	color: #fff; border-bottom: 3px solid var(--ph-hot); }
.ph-adv-hero-inner { padding-top: 44px; padding-bottom: 40px; display: grid;
	grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.ph-adv-hero-copy h1 { font-size: 40px; line-height: 1.08; font-weight: 800; letter-spacing: -1px; margin: 12px 0 14px; color: #fff; }
.ph-adv-hero-copy p { color: #C0CEDD; font-size: 16px; line-height: 1.55; max-width: 520px; }
.ph-adv-cta { margin-top: 22px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.ph-adv-cta small { color: #9FB2C6; font-size: 12.5px; }
.ph-adv-stats { background: #0E2136; border: 1px solid #294664; border-radius: 16px; padding: 22px 24px; }
.ph-adv-stat-row { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid #22405D; }
.ph-adv-stat-row:last-of-type { border-bottom: 0; }
.ph-adv-stat-row .k { color: #A9BCCF; font-size: 13.5px; }
.ph-adv-stat-row .v { font-size: 22px; font-weight: 800; }
.ph-adv-stat-row .v.small { font-size: 14px; font-weight: 700; color: #8FE3C4; text-align: right; }
.ph-pill { display: inline-block; background: #16324C; color: #8FB6DD; border: 1px solid #2C527A;
	font-size: 11.5px; padding: 5px 10px; border-radius: 20px; margin-top: 14px; }

.ph-blk { padding: 44px 0; }
.ph-h-sec { text-align: center; max-width: 680px; margin: 0 auto 30px; }
.ph-h-sec h2 { font-size: 27px; font-weight: 800; letter-spacing: -.5px; margin: 8px 0; }
.ph-h-sec p { color: var(--ph-muted); font-size: 15px; }

.ph-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ph-who { padding: 24px 26px; }
.ph-tagrow { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.ph-ic { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center;
	justify-content: center; font-size: 17px; }
.ph-ic-hot { background: var(--ph-hot); }
.ph-ic-blue { background: var(--ph-blue); }
.ph-who h3 { font-size: 18px; font-weight: 800; margin: 0; }
.ph-lead { color: var(--ph-muted); font-size: 13.5px; margin: 8px 0 14px; }
.ph-who ul { list-style: none; font-size: 13.5px; margin: 0; padding: 0; }
.ph-who li { padding: 6px 0 6px 24px; position: relative; }
.ph-who li::before { content: "\2713"; position: absolute; left: 0; color: var(--ph-good); font-weight: 800; }

.ph-price-wrap { background: #fff; border-top: 1px solid var(--ph-line); border-bottom: 1px solid var(--ph-line); }
.ph-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 6px; }
.ph-tier { padding: 24px 22px; position: relative; }
.ph-tier-feat { border: 2px solid var(--ph-hot); box-shadow: 0 10px 30px rgba(240, 89, 43, .12); }
.ph-most { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ph-hot);
	color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .5px; padding: 5px 12px; border-radius: 20px;
	text-transform: uppercase; white-space: nowrap; }
.ph-aud { font-size: 11.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; color: var(--ph-muted); }
.ph-tier h3 { font-size: 19px; font-weight: 800; margin: 6px 0 10px; }
.ph-amt { font-size: 26px; font-weight: 800; letter-spacing: -.5px; }
.ph-alt { font-size: 12.5px; color: var(--ph-good); font-weight: 700; margin-top: 4px; }
.ph-tier ul { list-style: none; font-size: 13.5px; margin: 16px 0 20px; padding: 0; }
.ph-tier li { padding: 6px 0 6px 23px; position: relative; }
.ph-tier li::before { content: "\2713"; position: absolute; left: 0; color: var(--ph-hot); font-weight: 800; }
.ph-tier .ph-btn { display: block; text-align: center; }
.ph-illus { text-align: center; color: var(--ph-muted); font-size: 12px; margin-top: 16px; font-style: italic; }

.ph-split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.ph-split-h { font-size: 25px; font-weight: 800; letter-spacing: -.5px; margin: 8px 0 14px; }
.ph-steps {}
.ph-step { display: flex; gap: 14px; padding: 12px 0; }
.ph-n { min-width: 34px; height: 34px; border-radius: 50%; background: var(--ph-navy); color: #fff;
	font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.ph-step h4 { font-size: 15px; font-weight: 800; margin: 0; }
.ph-step p { font-size: 13.5px; color: var(--ph-muted); margin: 2px 0 0; }
.ph-report { padding: 22px 24px; box-shadow: 0 8px 24px rgba(16, 38, 59, .06); }
.ph-rh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.ph-who2 { display: flex; align-items: center; gap: 10px; }
.ph-rname { font-weight: 800; font-size: 15px; }
.ph-rsub { font-size: 12px; color: var(--ph-muted); }
.ph-rtag { font-size: 11px; color: var(--ph-good); font-weight: 800; background: #E8F6EF; padding: 4px 9px; border-radius: 6px; }
.ph-rsub2 { font-size: 12.5px; color: var(--ph-muted); margin-bottom: 16px; }
.ph-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.ph-metric { background: #F7F9FC; border: 1px solid var(--ph-line); border-radius: 12px; padding: 14px; text-align: center; }
.ph-metric b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.5px; }
.ph-metric span { font-size: 11.5px; color: var(--ph-muted); }
.ph-rnote { font-size: 11.5px; color: var(--ph-muted); font-style: italic; }

/* ------------------------------------------------------------------ */
/* Responsive                                                           */
/* ------------------------------------------------------------------ */

@media (max-width: 1080px) {
	.ph-cards { grid-template-columns: repeat(2, 1fr); }
	.ph-vgrid { grid-template-columns: repeat(3, 1fr); }
	.ph-adv-hero-inner { grid-template-columns: 1fr; }
	.ph-tiers { grid-template-columns: 1fr; }
	.ph-split { grid-template-columns: 1fr; }
	.ph-single { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
	.ph-layout { grid-template-columns: 1fr; }
	.ph-sidebar .ph-panel { position: static; }
	.ph-hero-inner { flex-direction: column; align-items: stretch; }
	.ph-subscribe { margin-left: 0; width: 100%; }
	.ph-two { grid-template-columns: 1fr; }
	.ph-nav { order: 3; width: 100%; padding-bottom: 10px; }
}

@media (max-width: 620px) {
	.ph-cards { grid-template-columns: 1fr; }
	.ph-vgrid { grid-template-columns: repeat(2, 1fr); }
	.ph-band { flex-direction: column; align-items: flex-start; }
	.ph-band-cta { margin-left: 0; text-align: left; }
	.ph-adv-hero-copy h1 { font-size: 30px; }
	.ph-wrap { padding: 0 16px; }
}
