/* Kayla Boss Doll public campaign system v4. */
:root {
	--ref-ink: #17131a;
	--ref-paper: #fffafb;
	--ref-blush: #fff0f5;
	--ref-pink: #f51f73;
	--ref-coral: #ff5b55;
	--ref-orange: #ff9d1e;
	--ref-blue: #278bea;
	--ref-purple: #8d54dc;
	--ref-line: #f0cbd9;
	--ref-serif: "DM Serif Display", Georgia, serif;
	--ref-script: "Pacifico", cursive;
	--ref-body: "Outfit", Arial, sans-serif;
	--ref-shadow: 0 14px 36px rgba(113, 34, 70, 0.12);
	--ref-border: 1px solid rgba(198, 70, 122, 0.2);
}

html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ref-paper);
	color: var(--ref-ink);
	font-family: var(--ref-body);
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
	overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body *, body *::before, body *::after { box-sizing: border-box; }
body img { display: block; max-width: 100%; height: auto; }
body a { color: inherit; text-decoration: none; }
body h1, body h2, body h3, body p { letter-spacing: 0; }
body button, body input, body select, body textarea { font: inherit; }
body button, body select { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 10000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; border-radius: 4px; background: #fff; color: var(--ref-ink); box-shadow: var(--ref-shadow); }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid rgba(245, 31, 115, 0.32); outline-offset: 3px; }
.site-shell { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 1.15em; height: 1.15em; stroke-width: 1.8; flex: 0 0 auto; }

/* Header */
.site-header, .home .site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(245, 31, 115, 0.08);
	box-shadow: 0 5px 18px rgba(75, 24, 48, 0.06);
	backdrop-filter: blur(16px);
}
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 235px 1fr auto; align-items: center; gap: 28px; }
.site-brand { position: relative; display: inline-flex; align-items: center; width: fit-content; min-width: 0; padding-top: 4px; }
.site-brand-crown { position: absolute; top: -9px; left: 74px; color: var(--ref-orange); font-size: 20px; line-height: 1; transform: rotate(-5deg); }
.site-brand-lockup { display: grid; }
.site-brand-name { font-family: var(--ref-serif); font-size: 32px; line-height: 0.9; text-transform: uppercase; white-space: nowrap; }
.site-brand-name em { color: var(--ref-pink); font-style: normal; }
.site-brand-context { margin-top: 7px; font-size: 9px; font-weight: 700; line-height: 1; text-align: center; text-transform: uppercase; }
.primary-nav { min-width: 0; }
.primary-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.15vw, 42px); margin: 0; padding: 0; list-style: none; }
.primary-nav > ul a { position: relative; display: block; padding: 31px 0 28px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 13px; font-weight: 700; line-height: 1; text-transform: uppercase; white-space: nowrap; transition: color 180ms ease, transform 180ms ease; }
.primary-nav > ul a::after { content: ""; position: absolute; right: 12%; bottom: 18px; left: 12%; display: block; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink), var(--ref-blue)); opacity: 0; transform: scaleX(.35); transform-origin: center; transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1); }
.primary-nav > ul a:hover::after, .primary-nav > ul a:focus-visible::after,
.home .primary-nav > ul li:nth-child(1) a::after,
.page-template-page-about .primary-nav > ul li:nth-child(2) a::after,
.post-type-archive-kbd_gallery .primary-nav > ul li:nth-child(3) a::after,
.post-type-archive-kbd_venture .primary-nav > ul li:nth-child(4) a::after,
.post-type-archive-kbd_press .primary-nav > ul li:nth-child(5) a::after,
.page-template-page-contact .primary-nav > ul li:nth-child(7) a::after { opacity: 1; transform: scaleX(1); }
.home .primary-nav > ul li:nth-child(1) a,
.page-template-page-about .primary-nav > ul li:nth-child(2) a,
.post-type-archive-kbd_gallery .primary-nav > ul li:nth-child(3) a,
.post-type-archive-kbd_venture .primary-nav > ul li:nth-child(4) a,
.post-type-archive-kbd_press .primary-nav > ul li:nth-child(5) a,
.page-template-page-contact .primary-nav > ul li:nth-child(7) a { color: var(--ref-pink); }
.primary-nav > ul > li:hover > a,
.primary-nav > ul > li > a:focus-visible,
.primary-nav > ul > .current-menu-item > a,
.primary-nav > ul > .current_page_item > a {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
	color: var(--ref-pink);
	transform: translateY(-1px);
}
.primary-nav > ul > li > a:focus-visible { outline: 2px solid var(--ref-pink); outline-offset: 4px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-enquiry-button, .home .header-actions .header-enquiry-button { min-height: 44px; padding-inline: 24px; border-color: transparent; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink), var(--ref-blue)); color: #fff; }
.header-members-button, .home .header-actions .header-members-button { min-height: 44px; padding-inline: 20px; border: 1px solid #e7acc3; background: #fff; color: var(--ref-ink); }
.header-enquiry-button .icon, .header-members-button .icon { transition: transform 180ms ease; }
.header-enquiry-button:hover, .home .header-actions .header-enquiry-button:hover { background: linear-gradient(90deg, #ff8f12, #ef126a, #177fdf); box-shadow: 0 9px 20px rgba(245, 31, 115, 0.2); }
.header-enquiry-button:hover .icon { transform: translateX(3px); }
.header-members-button:hover, .home .header-actions .header-members-button:hover { border-color: var(--ref-pink); background: var(--ref-blush); color: var(--ref-pink); box-shadow: 0 8px 18px rgba(113, 34, 70, 0.11); }
.header-members-button:hover .icon { transform: translateY(-1px); }
.header-enquiry-button:focus-visible, .header-members-button:focus-visible { outline: 3px solid rgba(245,31,115,0.26); outline-offset: 3px; }
.primary-nav-actions, .mobile-members-link { display: none; }
.menu-toggle { display: none; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--ref-pink); color: #fff; cursor: pointer; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 18px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before, .menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
.menu-toggle-lines::before { top: -6px; }
.menu-toggle-lines::after { top: 6px; }
.menu-open .menu-toggle-lines { background: transparent; }
.menu-open .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
.site-progress { position: absolute; bottom: -1px; left: 0; width: calc(var(--kbd-scroll-progress, 0) * 100%); height: 2px; background: linear-gradient(90deg, var(--ref-pink), var(--ref-orange), var(--ref-blue)); }

/* Shared controls and headings */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 11px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--ref-pink);
	color: #fff;
	font: 700 13px/1 var(--ref-body);
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(245, 31, 115, 0.22); }
.button--sunset { background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink)); }
.button--spectrum { background: linear-gradient(90deg, var(--ref-blue), var(--ref-purple)); }
.button--light { background: #fff; border-color: rgba(255, 255, 255, 0.7); color: var(--ref-ink); }
.button--glass { background: rgba(255, 255, 255, 0.86); border-color: #fff; color: var(--ref-ink); backdrop-filter: blur(8px); }
.ref-kicker, .eyebrow { margin: 0 0 10px; color: var(--ref-pink); font-size: 14px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.ref-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.ref-section { padding-block: 40px 30px; }
.ref-section-heading { display: grid; justify-items: center; margin-bottom: 24px; text-align: center; }
.ref-section-heading h2 { margin: 0 0 13px; font-family: var(--ref-body); font-size: 40px; line-height: 1; }
.ref-section-heading h2 em { color: var(--ref-pink); font-style: normal; }

/* Homepage */
.reference-home { padding: 0 0 22px; }
.ref-hero { position: relative; height: min(505px, calc(100svh - 128px)); min-height: 430px; margin-top: 18px; overflow: hidden; border-radius: 16px; isolation: isolate; }
.ref-hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ref-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(255, 236, 230, 0.96) 0%, rgba(255, 230, 226, 0.75) 28%, rgba(255, 244, 239, 0.06) 55%); }
.ref-hero-copy { display: flex; width: min(560px, 48%); height: 100%; min-height: 0; padding: 68px 0 56px 64px; flex-direction: column; justify-content: center; }
.ref-hero-copy h1 { margin: 0; font-family: var(--ref-body); font-size: 76px; font-weight: 800; line-height: 0.87; text-transform: uppercase; }
.ref-hero-copy h1 span, .ref-hero-copy h1 strong { display: block; }
.ref-hero-copy h1 span { color: var(--ref-pink); }
.ref-hero-copy h1 strong { background: linear-gradient(90deg, #8b3fc4 0%, var(--ref-blue) 68%); color: transparent; -webkit-background-clip: text; background-clip: text; }
.ref-hero-copy h1::after { content: "\2665"; display: block; width: 330px; margin-top: 14px; border-top: 2px solid var(--ref-pink); color: var(--ref-pink); font-size: 24px; line-height: 0; text-align: center; }
.ref-hero-copy > p:not(.ref-kicker) { max-width: 390px; margin: 28px 0 0; font-size: 18px; line-height: 1.4; }
.ref-hero-doodles span { position: absolute; color: rgba(255, 255, 255, 0.92); font-size: 48px; line-height: 1; text-shadow: 0 0 14px rgba(245, 31, 115, 0.55); }
.ref-hero-doodles span:nth-child(1) { top: 85px; left: 49%; }
.ref-hero-doodles span:nth-child(2) { top: 180px; right: 38%; }
.ref-hero-doodles span:nth-child(3) { right: 11%; bottom: 72px; }
.ref-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ref-feature-card { min-width: 0; overflow: hidden; border: var(--ref-border); border-radius: 14px; background: #fff; box-shadow: 0 8px 18px rgba(113, 34, 70, 0.09); }
.ref-feature-card a { position: relative; display: block; min-height: 350px; overflow: hidden; }
.ref-feature-image, .ref-feature-image img { width: 100%; height: 350px; }
.ref-feature-image img { object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.ref-feature-card:hover img { transform: scale(1.035); }
.ref-feature-overlay { position: absolute; inset: auto 0 0; min-height: 132px; padding: 52px 22px 20px; background: linear-gradient(transparent, rgba(19, 10, 17, 0.88)); color: #fff; }
.ref-feature-overlay p { margin: 0 0 5px; color: #ff8ab7; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ref-feature-overlay h3 { max-width: calc(100% - 52px); margin: 0; font-size: 24px; line-height: 1.05; }
.ref-round-arrow { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ref-pink); }
.ref-round-arrow .icon { width: 18px; height: 18px; }
.ref-movement { position: relative; display: grid; min-height: 330px; margin-top: 16px; overflow: hidden; grid-template-columns: 48% 52%; border: var(--ref-border); border-radius: 18px; background: linear-gradient(110deg, #d9efff 0%, #ffe4ef 54%, #ffc97e 100%); }
.ref-movement::after { content: ""; position: absolute; inset: auto 0 0; height: 62px; background: linear-gradient(90deg, rgba(39, 139, 234, 0.72), rgba(245, 31, 115, 0.72), rgba(255, 157, 30, 0.75)); mix-blend-mode: multiply; }
.ref-movement-copy { position: relative; z-index: 2; align-self: center; padding: 46px 18px 92px 70px; }
.ref-movement-copy h2 { margin: 0; font-size: 45px; font-weight: 800; line-height: 0.98; text-transform: uppercase; }
.ref-movement-copy h2 span, .ref-movement-copy h2 strong { display: block; }
.ref-movement-copy h2 span { color: var(--ref-pink); }
.ref-movement-copy h2 strong { color: var(--ref-blue); }
.ref-movement-copy p { max-width: 420px; margin: 20px 0 0; font-size: 17px; }
.ref-movement > img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28%); mask-image: linear-gradient(90deg, transparent 0, #000 28%); }
.ref-heart-doodle { position: absolute; z-index: 2; top: 62px; left: 43%; color: var(--ref-pink); font-size: 64px; transform: rotate(-10deg); }
.ref-value-strip { position: relative; z-index: 2; display: grid; min-height: 68px; margin-top: -68px; padding: 11px 44px; grid-template-columns: repeat(3, 1fr); border-radius: 14px; background: linear-gradient(90deg, #f5247a, #ff764e, #3c92e7); color: #fff; box-shadow: var(--ref-shadow); }
.ref-value-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,0.35); }
.ref-value-strip > div:last-child { border-right: 0; }
.ref-value-strip > div > span { display: grid; place-items: center; width: 40px; height: 40px; }
.ref-value-strip .icon { width: 30px; height: 30px; }
.ref-value-strip p { display: grid; margin: 0; font-size: 12px; line-height: 1.15; }
.ref-value-strip strong { font-size: 15px; text-transform: uppercase; }
.ref-publications { display: grid; min-height: 76px; margin-top: 22px; padding: 15px 36px; grid-template-columns: auto 1fr; align-items: center; gap: 36px; border: var(--ref-border); border-radius: 12px; background: rgba(255,255,255,0.82); }
.ref-publications > p { margin: 0; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ref-publications > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.ref-publications span { font-family: var(--ref-serif); font-size: 25px; line-height: 1; white-space: nowrap; }
.ref-publications span:nth-child(odd) { font-weight: 700; }
.ref-collab { position: relative; display: grid; min-height: 130px; margin-top: 18px; padding: 26px 64px; overflow: hidden; grid-template-columns: 300px 1fr auto; align-items: center; gap: 38px; border-radius: 16px; background: linear-gradient(105deg, #f7207b, #ff6c7c 49%, #ffad2b 100%); color: #fff; }
.ref-collab::after { content: ""; position: absolute; right: 0; inset-block: 0; width: 180px; background: linear-gradient(135deg, transparent, rgba(39,139,234,0.55)); }
.ref-collab > * { position: relative; z-index: 1; }
.ref-script { margin: 0; font-family: var(--ref-script); font-size: 37px; font-weight: 400; line-height: 1.15; transform: rotate(-3deg); }
.ref-collab h2 { margin: 0 0 4px; font-size: 24px; line-height: 1.15; }
.ref-collab div p { margin: 0; font-size: 14px; }
.ref-collab .button { min-width: 180px; }

/* About */
.about-reference-page, .press-reference-page { padding: 0 0 22px; }
.about-ref-hero { position: relative; display: grid; height: min(490px, calc(100svh - 128px)); min-height: 420px; margin-top: 18px; overflow: hidden; grid-template-columns: 35% 43% 22%; border-radius: 16px; background: #ffe9ef; }
.about-ref-intro { position: relative; z-index: 2; display: flex; padding: 58px 36px 42px 56px; flex-direction: column; justify-content: center; background: linear-gradient(110deg, rgba(255,245,240,0.98), rgba(255,229,232,0.88)); }
.about-ref-intro::after { content: ""; position: absolute; inset: 0 -120px 0 auto; z-index: -1; width: 180px; background: linear-gradient(90deg, #ffe9e9, transparent); }
.about-ref-intro h1 { margin: 0 0 20px; font-family: var(--ref-serif); font-size: 80px; font-weight: 400; line-height: 0.82; }
.about-ref-intro h1 span, .about-ref-intro h1 em { display: block; }
.about-ref-intro h1 em { margin-left: 34px; color: var(--ref-pink); }
.about-ref-intro > p:not(.ref-kicker) { max-width: 330px; margin: 0 0 20px; font-size: 20px; }
.about-ref-intro .button { align-self: flex-start; }
.about-ref-photo { min-width: 0; min-height: 0; overflow: hidden; }
.about-ref-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-ref-story { align-self: center; margin: 24px; padding: 28px; border-radius: 14px; background: rgba(255,255,255,0.93); box-shadow: var(--ref-shadow); }
.about-ref-story h2 { margin: 0 0 16px; font-size: 20px; line-height: 1.05; text-transform: uppercase; }
.about-ref-story h2::first-line { color: var(--ref-pink); }
.about-ref-story p { margin: 0; font-size: 14px; }
.about-ref-story hr { width: 38px; margin: 15px 0; border: 0; border-top: 2px solid var(--ref-pink); }
.about-ref-story .button { width: 100%; margin-top: 20px; padding-inline: 12px; font-size: 11px; }
.about-ref-layout { display: grid; margin-top: 16px; grid-template-columns: 32% 1fr 29%; gap: 14px; }
.about-mission-panel, .about-metrics-panel, .about-next-panel, .about-journey-panel, .press-hub-panel, .press-features-panel, .press-kit-reference { min-width: 0; border: var(--ref-border); border-radius: 14px; background: #fff5f8; }
.about-mission-panel { grid-row: span 2; padding: 26px; }
.about-mission-panel > h2, .about-metrics-panel > h2, .about-journey-panel > h2 { margin: 0 0 18px; color: var(--ref-pink); font-size: 18px; text-transform: uppercase; }
.about-mission-panel blockquote { position: relative; margin: 0 0 28px; padding: 10px 12px 20px 32px; font-family: var(--ref-script); font-size: 19px; line-height: 1.5; }
.about-mission-panel blockquote::before, .about-mission-panel blockquote::after { position: absolute; color: var(--ref-pink); font-family: var(--ref-serif); font-size: 42px; line-height: 1; }
.about-mission-panel blockquote::before { content: "\201C"; top: 0; left: 0; }
.about-mission-panel blockquote::after { content: "\201D"; right: 0; bottom: 0; }
.about-role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
.about-role-grid article { min-width: 0; text-align: center; }
.about-role-grid article > span { display: grid; width: 50px; height: 50px; margin: 0 auto 9px; place-items: center; border-radius: 50%; background: #ffdce9; color: var(--ref-pink); }
.about-role-grid article:nth-child(2) > span { background: #dcedff; color: var(--ref-blue); }
.about-role-grid article:nth-child(3) > span { background: #efe2ff; color: var(--ref-purple); }
.about-role-grid article:nth-child(4) > span { background: #ffead0; color: #e57f00; }
.about-role-grid h3 { margin: 0 0 3px; color: var(--ref-pink); font-size: 12px; text-transform: uppercase; }
.about-role-grid p { margin: 0; font-size: 10px; line-height: 1.35; }
.about-metrics-panel { padding: 20px 24px; background: linear-gradient(105deg, #ff7eb6, #9978ed 51%, #ff9d1e); color: #fff; }
.about-metrics-panel > h2 { color: #fff; }
.about-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-metric-grid article { min-width: 0; padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.35); text-align: center; }
.about-metric-grid article:last-child { border-right: 0; }
.metric-icon { display: grid; place-items: center; min-height: 34px; }
.metric-icon .icon { width: 32px; height: 32px; }
.about-metric-grid strong { display: block; margin-top: 4px; font-family: var(--ref-serif); font-size: 28px; line-height: 1; }
.about-metric-grid h3 { margin: 3px 0; font-size: 11px; text-transform: uppercase; }
.about-metric-grid p { margin: 0; font-size: 9px; line-height: 1.2; }
.about-next-panel { position: relative; display: grid; min-height: 194px; overflow: hidden; grid-template-columns: 54% 46%; background: #fff0f4; }
.about-next-panel > div { position: relative; z-index: 2; padding: 28px 16px 24px 24px; }
.about-next-panel h2 { margin: 0 0 9px; font-family: var(--ref-serif); font-size: 28px; line-height: 1; }
.about-next-panel p:not(.ref-kicker) { margin: 0 0 13px; font-size: 13px; }
.about-next-panel .button { min-height: 38px; padding: 9px 15px; font-size: 10px; }
.about-next-panel img { width: 100%; height: 100%; object-fit: cover; }
.about-journey-panel { grid-column: 2 / 4; padding: 18px 20px 22px; }
.journey-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.journey-track::before { content: ""; position: absolute; top: 52px; right: 8%; left: 8%; height: 2px; background: linear-gradient(90deg, var(--ref-pink), var(--ref-blue), var(--ref-purple), var(--ref-orange), var(--ref-pink)); }
.journey-track article { position: relative; z-index: 1; min-width: 0; text-align: center; }
.journey-track img { width: 88px; height: 88px; margin: 0 auto 10px; border: 3px solid var(--ref-pink); border-radius: 50%; object-fit: cover; }
.journey-track article:nth-child(2) img { border-color: var(--ref-blue); }
.journey-track article:nth-child(3) img { border-color: var(--ref-purple); }
.journey-track article:nth-child(4) img { border-color: var(--ref-orange); }
.journey-number { position: absolute; top: -2px; left: calc(50% - 54px); display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--ref-pink); color: #fff; font-size: 11px; font-weight: 800; }
.journey-track article:nth-child(2) .journey-number { background: var(--ref-blue); }
.journey-track article:nth-child(3) .journey-number { background: var(--ref-purple); }
.journey-track article:nth-child(4) .journey-number { background: var(--ref-orange); }
.journey-track h3 { margin: 0 0 3px; color: var(--ref-pink); font-family: var(--ref-script); font-size: 14px; font-weight: 400; line-height: 1.2; }
.journey-track p { margin: 0; font-size: 9px; line-height: 1.25; }

/* Press */
.press-ref-hero { position: relative; height: min(460px, calc(100svh - 128px)); min-height: 410px; margin-top: 18px; overflow: hidden; border-radius: 16px; isolation: isolate; }
.press-ref-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.press-ref-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(255,231,231,0.97), rgba(255,222,229,0.8) 32%, transparent 63%); }
.press-ref-copy { display: flex; width: min(520px, 47%); height: 100%; min-height: 0; padding: 42px 0 38px 60px; flex-direction: column; justify-content: center; }
.press-ref-copy h1 { margin: 0; line-height: 0.92; }
.press-ref-copy h1 span, .press-ref-copy h1 strong, .press-ref-copy h1 em { display: block; }
.press-ref-copy h1 span { font-family: var(--ref-body); font-size: 64px; font-weight: 800; text-transform: uppercase; }
.press-ref-copy h1 strong { color: var(--ref-blue); font-size: 56px; }
.press-ref-copy h1 em { margin-top: 9px; color: var(--ref-pink); font-family: var(--ref-script); font-size: 35px; font-weight: 400; }
.press-ref-copy > p:not(.ref-kicker) { max-width: 410px; margin: 22px 0 0; font-size: 16px; }
.press-ref-layout { display: grid; margin-top: 14px; grid-template-columns: 28% 1fr 22%; gap: 12px; }
.press-hub-panel { grid-row: span 2; padding: 22px; }
.panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.press-hub-panel header h2, .press-features-panel header h2 { margin: 0 0 17px; font-size: 19px; text-transform: uppercase; }
.press-ref-hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.press-ref-hub-grid article { min-width: 0; min-height: 152px; padding: 14px 10px; border: var(--ref-border); border-radius: 8px; background: rgba(255,255,255,0.7); text-align: center; }
.press-ref-hub-grid article:last-child { grid-column: 1 / 3; min-height: auto; }
.press-ref-icon { display: grid; width: 40px; height: 40px; margin: 0 auto 7px; place-items: center; border-radius: 50%; background: #ffdce9; color: var(--ref-pink); }
.press-ref-icon--2 { background: #dcedff; color: var(--ref-blue); }
.press-ref-icon--3 { background: #efe2ff; color: var(--ref-purple); }
.press-ref-icon--4 { background: #ffead0; color: #e57f00; }
.press-ref-icon--5 { background: #e7f3ff; color: var(--ref-blue); }
.press-ref-hub-grid h3 { margin: 0 0 5px; color: var(--ref-pink); font-size: 11px; text-transform: uppercase; }
.press-ref-hub-grid p { margin: 0; font-size: 10px; line-height: 1.3; }
.press-features-panel { padding: 20px; }
.press-cover-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.press-cover-grid article { min-width: 0; overflow: hidden; border: var(--ref-border); border-radius: 8px; background: #fff; }
.press-cover-image { aspect-ratio: 3 / 4; overflow: hidden; }
.press-cover-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.press-cover-grid article:hover img { transform: scale(1.035); }
.press-cover-copy { position: relative; min-height: 90px; padding: 10px 34px 12px 11px; }
.press-cover-copy p { margin: 0 0 4px; color: var(--ref-pink); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.press-cover-copy h3 { margin: 0; font-size: 12px; line-height: 1.2; }
.press-cover-copy > span { position: absolute; right: 8px; bottom: 10px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--ref-pink); color: #fff; }
.press-cover-copy .icon { width: 13px; height: 13px; }
.press-kit-reference { position: relative; grid-row: span 2; padding: 26px; overflow: hidden; background: linear-gradient(145deg, #ff4b8e 0%, #aa65dd 52%, #2e9de7 100%); color: #fff; }
.press-kit-reference::after { content: ""; position: absolute; right: -30px; bottom: -38px; width: 180px; height: 220px; background: url("../images/paradise-18.jpg") center/cover; border-radius: 50% 0 0 0; opacity: 0.5; }
.press-kit-reference > * { position: relative; z-index: 1; }
.press-kit-reference .ref-kicker { color: #fff; }
.press-kit-reference h2 { margin: 0 0 14px; font-family: var(--ref-serif); font-size: 38px; line-height: 1; }
.press-kit-reference p { font-size: 13px; }
.press-kit-reference ul { margin: 18px 0 26px; padding: 0; list-style: none; font-size: 12px; }
.press-kit-reference li::before { content: "\2713"; margin-right: 8px; font-weight: 800; }
.press-kit-reference .button { width: 100%; padding-inline: 12px; font-size: 10px; }
.press-metrics { grid-column: 1 / 2; }
.press-journey { grid-column: 2 / 4; }

/* Shared public collections and editorial pages */
.collection-page, .story-page, .standard-page, .contact-page, .not-found-page { background: linear-gradient(180deg, #fffafb 0, #fff4f7 58%, #fffafb 100%); }
.collection-hero, .story-hero, .standard-page-hero, .contact-hero, .not-found-panel { display: grid; height: min(500px, calc(100svh - 128px)); min-height: 420px; margin-top: 18px; overflow: hidden; grid-template-columns: minmax(340px, 42%) 1fr; border: var(--ref-border); border-radius: 16px; background: #fff; box-shadow: 0 10px 0 #f9c8dc; }
.collection-hero-copy, .story-hero-copy, .standard-page-copy, .contact-hero-copy { position: relative; z-index: 2; display: flex; padding: 58px clamp(30px, 4vw, 68px); flex-direction: column; justify-content: center; background: linear-gradient(135deg, #fffafb 0%, #ffe8f0 66%, #ffdfe8 100%); }
.collection-hero h1, .story-hero h1, .standard-page-hero h1, .contact-hero h1, .not-found-panel h1 { max-width: 720px; margin: 0; font-family: var(--ref-serif); font-size: 72px; font-weight: 400; line-height: 0.92; color: var(--ref-ink); }
.collection-hero h1::first-line, .contact-hero h1::first-line { color: var(--ref-pink); }
.collection-hero .lede, .standard-page-hero .lede, .contact-hero .lede, .not-found-panel .lede { max-width: 560px; margin: 22px 0 0; font-size: 18px; line-height: 1.45; }
.collection-hero-media, .story-hero-media, .standard-page-media, .contact-hero-media { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #f8dce7; }
.collection-hero-media::after, .contact-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,231,239,.48), transparent 35%); pointer-events: none; }
.collection-hero-media img, .story-hero-media img, .standard-page-media img, .contact-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.8,.2,1); }
.collection-hero:hover .collection-hero-media img, .contact-hero:hover .contact-hero-media img { transform: scale(1.018); }
.collection-hero-script, .contact-hero-media span { position: absolute; z-index: 1; right: 34px; bottom: 28px; color: #fff; font-family: var(--ref-script); font-size: 40px; line-height: 1.1; text-shadow: 0 3px 18px rgba(79, 24, 47, .38); transform: rotate(-4deg); }
.collection-section, .story-section, .standard-page-section, .contact-section { padding-block: clamp(52px, 6vw, 88px); }
.collection-heading { display: flex; margin-bottom: 28px; align-items: end; justify-content: space-between; gap: 24px; }
.collection-heading h2 { margin: 0; font-family: var(--ref-serif); font-size: 52px; font-weight: 400; line-height: 1; }
.collection-heading > p { margin: 0; color: #825267; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection-grid--sparse { grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 520px)); }
.collection-card { min-width: 0; overflow: hidden; border: var(--ref-border); border-radius: 8px; background: #fff; box-shadow: 0 9px 24px rgba(113, 34, 70, .08); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.collection-card:hover, .collection-card:focus-within { border-color: rgba(245,31,115,.45); box-shadow: 0 18px 38px rgba(113,34,70,.15); transform: translateY(-5px); }
.collection-card > a { display: flex; height: 100%; flex-direction: column; }
.collection-card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #f5dce5; }
.collection-card-media::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; width: 28%; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink), var(--ref-blue)); transition: width 240ms ease; }
.collection-card:hover .collection-card-media::after { width: 100%; }
.collection-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.collection-card:hover .collection-card-media img { transform: scale(1.035); }
.collection-card-copy { position: relative; display: flex; min-height: 220px; padding: 24px 68px 26px 24px; flex: 1; flex-direction: column; }
.collection-card .meta, .story-date { margin: 0 0 9px; color: var(--ref-pink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.collection-card h2 { margin: 0 0 11px; font-size: 30px; line-height: 1.03; }
.collection-card-copy > p:last-of-type { margin: 0; color: #604452; font-size: 14px; line-height: 1.5; }
.collection-card-arrow { position: absolute; right: 22px; bottom: 22px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--ref-pink), var(--ref-purple)); color: #fff; transition: transform 180ms ease; }
.collection-card:hover .collection-card-arrow { transform: translateX(3px); }
.collection-empty { max-width: 740px; padding: 54px; border: var(--ref-border); border-radius: 8px; background: #fff; }
.collection-empty h2 { margin: 0; font-family: var(--ref-serif); font-size: 38px; font-weight: 400; }
.pagination { margin-top: 34px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; padding: 8px; place-items: center; border: var(--ref-border); border-radius: 50%; background: #fff; font-weight: 700; }
.pagination .page-numbers:hover, .pagination .current { border-color: var(--ref-pink); background: var(--ref-pink); color: #fff; }

/* Stories and standard WordPress content */
.story-hero { height: min(520px, calc(100svh - 128px)); grid-template-columns: minmax(360px, 43%) 1fr; }
.story-hero-copy { align-items: flex-start; }
.story-hero h1 { font-size: 68px; overflow-wrap: anywhere; }
.story-back { display: inline-flex; margin-bottom: auto; align-items: center; gap: 8px; color: #745365; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.story-back:hover { color: var(--ref-pink); }
.story-date { margin-top: 24px; }
.story-hero-media img { object-position: center; }
.story-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(240px, 320px); justify-content: space-between; gap: clamp(40px, 6vw, 90px); }
.entry-content { min-width: 0; max-width: 820px; font-size: 18px; line-height: 1.72; }
.entry-content--page { margin-inline: auto; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin: 1.8em 0 .55em; font-family: var(--ref-serif); font-weight: 400; line-height: 1.08; }
.entry-content h2 { font-size: 42px; }
.entry-content h3 { font-size: 32px; }
.entry-content a { color: var(--ref-pink); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content img { width: auto; max-width: 100%; max-height: min(72svh, 760px); margin-inline: auto; object-fit: contain; border-radius: 8px; }
.entry-content iframe, .entry-content video { max-width: 100%; border-radius: 8px; }
.entry-content iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.entry-content figure { max-width: 100%; margin: 32px 0; }
.entry-content figcaption { margin-top: 8px; color: #765c68; font-size: 13px; }
.entry-content blockquote { margin: 34px 0; padding: 28px 30px; border-left: 4px solid var(--ref-pink); background: #fff0f5; font-family: var(--ref-serif); font-size: 26px; line-height: 1.35; }
.entry-content .alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-block-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.wp-block-gallery img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; }
.story-actions { position: sticky; top: 112px; align-self: start; display: grid; padding: 26px; gap: 18px; border: var(--ref-border); border-radius: 8px; background: #fff; box-shadow: var(--ref-shadow); }
.story-action-link { display: flex; min-height: 44px; padding: 12px 0; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--ref-line); color: var(--ref-pink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.story-action-link:hover { color: var(--ref-purple); }
.standard-page-hero { height: min(480px, calc(100svh - 128px)); grid-template-columns: 46% 54%; }

/* Contact and utility states */
.contact-hero { grid-template-columns: 44% 56%; }
.contact-section { padding-bottom: 96px; }
.contact-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 22px; }
.contact-form-wrap { min-width: 0; }
.contact-details, .contact-form { border: var(--ref-border); border-radius: 8px; background: #fff; box-shadow: var(--ref-shadow); }
.contact-details { padding: clamp(30px, 4vw, 52px); background: linear-gradient(145deg, #fffafb, #ffe9f1); }
.contact-details h2 { margin: 0 0 18px; font-family: var(--ref-serif); font-size: 48px; font-weight: 400; line-height: 1; }
.contact-email { display: grid; margin-top: 34px; gap: 5px; }
.contact-email strong { color: var(--ref-pink); font-size: 12px; text-transform: uppercase; }
.contact-email a { overflow-wrap: anywhere; font-weight: 700; }
.contact-form { display: grid; padding: clamp(24px, 4vw, 42px); grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.field small { color: #765c68; }
.field input, .field select, .field textarea, .newsletter-form input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #e5b9ca; border-radius: 6px; background: #fff; color: var(--ref-ink); }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .newsletter-form input:focus { border-color: var(--ref-pink); outline: 3px solid rgba(245,31,115,.14); }
.form-notice { margin: 0 0 16px; padding: 14px 18px; border-radius: 6px; font-weight: 700; }
.form-notice--success { border: 1px solid #86c9aa; background: #edf9f3; color: #17623f; }
.form-notice--error { border: 1px solid #e79ba2; background: #fff0f1; color: #8a1f2b; }
.not-found-page { padding-block: 42px 70px; }
.not-found-panel { height: min(500px, calc(100svh - 128px)); grid-template-columns: 48% 52%; }
.not-found-panel > div { display: flex; padding: clamp(34px, 5vw, 72px); flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(135deg, #fffafb, #ffe2ed); }
.not-found-panel .button { margin-top: 26px; }
.not-found-panel > img { width: 100%; height: 100%; object-fit: cover; }

/* Compact campaign footer */
.site-footer { position: relative; margin-top: 0; border-top: 1px solid var(--ref-line); background: #fffafb; color: var(--ref-ink); }
.footer-main { display: grid; padding-block: 42px 30px; grid-template-columns: minmax(250px, 1.3fr) minmax(180px, .8fr) minmax(180px, .7fr) minmax(240px, 1fr); align-items: start; gap: clamp(26px, 4vw, 64px); }
.footer-brand { display: inline-flex; align-items: baseline; gap: 7px; font-family: var(--ref-serif); font-size: 32px; line-height: 1; text-transform: uppercase; }
.footer-brand em { color: var(--ref-pink); font-style: italic; }
.footer-intro > p { max-width: 350px; margin: 14px 0 18px; color: #654b58; font-size: 13px; }
.footer-column h2 { margin: 0 0 14px; color: var(--ref-pink); font-size: 12px; text-transform: uppercase; }
.footer-nav { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; list-style: none; }
.footer-column:last-of-type .footer-nav { grid-template-columns: 1fr; }
.footer-nav a { display: inline-block; color: #5f4653; font-size: 13px; transition: color 160ms ease, transform 160ms ease; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--ref-pink); transform: translateX(2px); }
.social-links { display: flex; gap: 8px; }
.social-link { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #ecc5d4; border-radius: 50%; background: #fff; color: var(--ref-pink); transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.social-link:hover { background: var(--ref-pink); color: #fff; transform: translateY(-2px); }
.footer-cta { display: grid; min-height: 132px; padding: 24px; align-content: center; gap: 14px; border-radius: 8px; background: linear-gradient(135deg, var(--ref-pink), var(--ref-purple) 58%, var(--ref-blue)); color: #fff; }
.footer-cta span { font-family: var(--ref-script); font-size: 24px; }
.footer-cta strong { display: flex; align-items: center; justify-content: space-between; font-size: 12px; text-transform: uppercase; }
.footer-cta:hover .icon { transform: translateX(4px); }
.footer-cta .icon { transition: transform 180ms ease; }
.footer-bottom { display: flex; padding-block: 15px 22px; justify-content: space-between; gap: 24px; border-top: 1px solid #f0d1dc; color: #765c68; font-size: 11px; }

/* Motion */
.js .reveal, .js .reveal-item { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible, .js .reveal-item.is-visible { opacity: 1; transform: translateY(0); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--reveal-order, 0) * 70ms); }
.is-ready .ref-hero-copy h1, .is-ready .press-ref-copy h1 { animation: ref-title-in 700ms 100ms both cubic-bezier(.2,.8,.2,1); }
.is-ready .ref-hero-media, .is-ready .press-ref-hero > img { animation: ref-image-in 1100ms both cubic-bezier(.2,.8,.2,1); }
@keyframes ref-title-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ref-image-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1180px) {
	.header-inner { grid-template-columns: 178px 1fr auto; gap: 10px; }
	.site-brand-name { font-size: 26px; }
	.site-brand-crown { left: 60px; }
	.primary-nav > ul { gap: 10px; }
	.primary-nav > ul a { font-size: 11px; }
	.header-actions { gap: 7px; }
	.header-enquiry-button, .home .header-actions .header-enquiry-button { padding-inline: 14px; font-size: 10px; }
	.header-members-button, .home .header-actions .header-members-button { padding-inline: 12px; font-size: 10px; }
	.ref-hero-copy h1 { font-size: 66px; }
	.about-ref-hero { grid-template-columns: 36% 42% 22%; }
	.about-ref-intro { padding-left: 36px; }
	.about-ref-intro h1 { font-size: 66px; }
	.about-ref-story { margin: 14px; padding: 19px; }
	.about-ref-layout { grid-template-columns: 34% 1fr; }
	.about-next-panel { grid-column: 2; }
	.about-journey-panel { grid-column: 1 / 3; }
	.press-ref-layout { grid-template-columns: 31% 1fr; }
	.press-kit-reference { grid-column: 1 / 3; grid-row: auto; min-height: 260px; }
	.press-kit-reference .button { width: auto; }
	.press-metrics { grid-column: 1 / 2; }
	.press-journey { grid-column: 2 / 3; }
	.press-journey .journey-track { grid-template-columns: repeat(5, minmax(100px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
	.ref-collab { grid-template-columns: 240px 1fr auto; padding-inline: 38px; }
	.collection-hero, .story-hero, .standard-page-hero, .contact-hero { grid-template-columns: 44% 56%; }
	.collection-hero h1, .standard-page-hero h1, .contact-hero h1, .not-found-panel h1 { font-size: 60px; }
	.story-hero h1 { font-size: 56px; }
	.collection-heading h2 { font-size: 46px; }
	.collection-card h2 { font-size: 27px; }
	.footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
	.footer-cta { grid-column: 1 / -1; min-height: 96px; grid-template-columns: 1fr auto; align-items: center; }
}

@media (max-width: 68rem) {
	.site-header, .home .site-header { position: sticky; background: #fffafb; color: var(--ref-ink); backdrop-filter: none; }
	.admin-bar .site-header { top: 46px; }
	.header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
	.site-brand { z-index: 103; }
	.site-brand-name { font-size: 25px; }
	.header-actions { position: relative; z-index: 103; }
	.header-enquiry-button, .header-members-button { display: none; }
	.menu-toggle { display: grid; }
	.primary-nav { position: fixed; inset: 0; z-index: 102; display: grid; width: 100vw; max-width: none; height: 100svh; max-height: none; margin: 0; padding: 98px 20px 28px; overflow-x: hidden; overflow-y: auto; grid-template-rows: 1fr auto; align-items: stretch; justify-content: stretch; gap: 18px; border: 0; background: linear-gradient(165deg, #fffafb 0%, #fff0f5 72%, #ffe2ec 100%); color: var(--ref-ink); box-shadow: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(24px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms; overscroll-behavior: contain; }
	.admin-bar .primary-nav { top: 46px; height: calc(100svh - 46px); }
	.menu-open .site-header { background: #fffafb; border-color: #f0cbd9; color: var(--ref-ink); }
	.menu-open .site-brand { color: var(--ref-ink); }
	.menu-open .primary-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
	.primary-nav > ul { align-self: center; display: grid; width: min(520px, 100%); max-height: none; margin: 0 auto; padding: 0; overflow: visible; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
	.primary-nav > ul li { border-bottom: 1px solid #f0cbd9; }
	.primary-nav > ul a { display: flex; width: 100%; min-height: 58px; padding: 12px 6px; align-items: center; justify-content: space-between; border: 0; background: transparent; color: var(--ref-ink); font-family: var(--ref-serif); font-size: 26px; font-weight: 400; line-height: 1.1; text-transform: none; }
	.primary-nav > ul a::after { content: "\2197"; position: static; display: block; width: auto; height: auto; background: none; color: var(--ref-pink); font-family: var(--ref-body); font-size: 15px; transform: none; }
	.primary-nav > ul li:hover > a, .primary-nav > ul .current-menu-item > a, .primary-nav > ul .current_page_item > a { border: 0; background: transparent; color: var(--ref-pink); }
	.primary-nav-actions { display: grid; width: min(520px, 100%); margin: 22px auto 0; grid-template-columns: 1fr 1fr; gap: 10px; }
	.primary-nav-actions .button, .mobile-members-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; }
	.primary-nav-actions .button { width: 100%; border-color: transparent; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink)); color: #fff; }
	.mobile-members-link { border: 1px solid #e8b9cb; background: #fff; color: var(--ref-ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
	.ref-hero { height: min(500px, calc(100svh - 120px)); min-height: 430px; }
	.ref-hero-copy { min-height: 0; }
	.ref-hero-copy { width: 52%; padding-left: 36px; }
	.ref-hero-copy h1 { font-size: 56px; }
	.ref-feature-overlay h3 { font-size: 20px; }
	.ref-movement-copy { padding-left: 36px; }
	.ref-movement-copy h2 { font-size: 37px; }
	.ref-publications > div { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
	.ref-collab { grid-template-columns: 210px 1fr; }
	.ref-collab .button { grid-column: 2; justify-self: start; }
	.about-ref-hero { grid-template-columns: 42% 58%; }
	.about-ref-intro h1 { font-size: 62px; }
	.about-ref-story { grid-column: 1 / 3; margin: 0; border-radius: 0; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 20px; }
	.about-ref-story h2 { margin: 0; }
	.about-ref-story hr { width: 1px; height: 50px; margin: 0; border-top: 0; border-left: 1px solid var(--ref-pink); }
	.about-ref-story .button { margin: 0; }
	.press-ref-copy h1 span { font-size: 54px; }
	.press-ref-copy h1 strong { font-size: 47px; }
	.press-cover-grid { grid-template-columns: repeat(3, 1fr); }
	.collection-hero, .story-hero, .standard-page-hero, .contact-hero { min-height: 400px; grid-template-columns: 47% 53%; }
	.collection-hero-media, .story-hero-media, .standard-page-media, .contact-hero-media { min-height: 400px; }
	.collection-hero-copy, .story-hero-copy, .standard-page-copy, .contact-hero-copy { padding: 42px 30px; }
	.collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.story-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 36px; }
	.footer-main { grid-template-columns: 1fr 1fr 1fr; gap: 30px; }
	.footer-intro { grid-column: 1 / 4; }
	.footer-cta { grid-column: 1 / 4; }
}

@media (max-width: 760px) {
	.site-shell { width: min(100% - 32px, 680px); }
	.site-header { position: sticky; }
	.header-inner { min-height: 64px; }
	.site-brand-name { font-size: 22px; }
	.site-brand-context { font-size: 7px; }
	.site-brand-crown { top: -7px; left: 52px; font-size: 15px; }
	.menu-toggle { width: 42px; height: 42px; }
	.primary-nav { padding: 80px 14px 18px; }
	.primary-nav > ul { align-self: start; grid-template-columns: 1fr 1fr; }
	.primary-nav > ul a { min-height: 52px; font-size: 21px; }
	.primary-nav-actions { margin-top: 14px; }
	.button { min-height: 42px; padding: 10px 18px; font-size: 11px; }
	.ref-hero { height: min(620px, calc(100svh - 84px)); min-height: 560px; margin-top: 10px; border-radius: 12px; }
	.ref-hero-media { height: 58%; object-position: 62% center; }
	.ref-hero-shade { background: linear-gradient(0deg, #ffe7e8 41%, rgba(255,232,230,0.25) 63%, transparent); }
	.ref-hero-copy { width: 100%; height: 100%; min-height: 0; padding: 290px 24px 24px; justify-content: flex-end; }
	.ref-hero-copy h1 { font-size: 50px; line-height: 0.88; }
	.ref-hero-copy h1::after { width: 250px; }
	.ref-hero-copy > p:not(.ref-kicker) { margin-top: 21px; font-size: 16px; }
	.ref-hero-doodles span:nth-child(1) { top: 60px; left: 14px; }
	.ref-hero-doodles span:nth-child(2) { top: 140px; right: 13px; }
	.ref-hero-doodles span:nth-child(3) { display: none; }
	.ref-section { padding-block: 32px 24px; }
	.ref-section-heading h2 { font-size: 34px; }
	.ref-feature-grid { grid-template-columns: 1fr; }
	.ref-feature-card a, .ref-feature-image, .ref-feature-image img { height: 310px; min-height: 310px; }
	.ref-movement { min-height: 570px; grid-template-columns: 1fr; grid-template-rows: 1fr 46%; }
	.ref-movement-copy { padding: 34px 24px 30px; }
	.ref-movement-copy h2 { font-size: 35px; }
	.ref-movement > img { grid-row: 2; -webkit-mask-image: linear-gradient(0deg, #000 72%, transparent); mask-image: linear-gradient(0deg, #000 72%, transparent); }
	.ref-movement::after { display: none; }
	.ref-heart-doodle { top: 30px; right: 20px; left: auto; font-size: 48px; }
	.ref-value-strip { margin-top: -56px; padding: 12px; grid-template-columns: 1fr; border-radius: 12px; }
	.ref-value-strip > div { min-height: 58px; padding: 8px 12px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.32); }
	.ref-value-strip > div:last-child { border-bottom: 0; }
	.ref-publications { grid-template-columns: 1fr; gap: 10px; padding: 17px 20px; }
	.ref-publications > div { gap: 25px; }
	.ref-publications span { font-size: 21px; }
	.ref-collab { padding: 28px 24px; grid-template-columns: 1fr; gap: 15px; }
	.ref-collab .button { grid-column: auto; justify-self: start; }
	.ref-script { font-size: 31px; }
	.about-ref-hero { display: flex; height: auto; min-height: 0; margin-top: 10px; border-radius: 12px; flex-direction: column; }
	.about-ref-intro { order: 2; padding: 28px 24px; }
	.about-ref-intro::after { display: none; }
	.about-ref-intro h1 { font-size: 58px; }
	.about-ref-intro > p:not(.ref-kicker) { font-size: 17px; }
	.about-ref-photo { order: 1; height: 310px; }
	.about-ref-story { order: 3; display: block; margin: 10px; padding: 24px; border-radius: 10px; }
	.about-ref-story hr { width: 36px; height: auto; margin: 15px 0; border-top: 2px solid var(--ref-pink); border-left: 0; }
	.about-ref-story .button { width: auto; margin-top: 18px; }
	.about-ref-layout { display: flex; flex-direction: column; }
	.about-mission-panel, .about-metrics-panel, .about-next-panel, .about-journey-panel { width: 100%; }
	.about-role-grid { grid-template-columns: repeat(2, 1fr); }
	.about-metric-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
	.about-metric-grid article:nth-child(2) { border-right: 0; }
	.about-next-panel { grid-template-columns: 1fr; }
	.about-next-panel img { height: 220px; }
	.journey-track { grid-template-columns: 1fr; gap: 18px; }
	.journey-track::before { top: 20px; bottom: 20px; left: 43px; width: 2px; height: auto; }
	.journey-track article { display: grid; min-height: 86px; padding-left: 104px; grid-template-columns: 1fr; align-content: center; text-align: left; }
	.journey-track img { position: absolute; top: 0; left: 0; width: 84px; height: 84px; margin: 0; }
	.journey-number { top: -7px; left: 68px; }
	.journey-track h3 { font-size: 17px; }
	.journey-track p { font-size: 11px; }
	.press-ref-hero { height: min(650px, calc(100svh - 84px)); min-height: 580px; margin-top: 10px; border-radius: 12px; }
	.press-ref-hero > img { height: 55%; object-position: 61% center; }
	.press-ref-overlay { background: linear-gradient(0deg, #ffe7eb 43%, transparent 67%); }
	.press-ref-copy { width: 100%; height: 100%; min-height: 0; padding: 300px 24px 24px; justify-content: flex-end; }
	.press-ref-copy h1 span { font-size: 46px; }
	.press-ref-copy h1 strong { font-size: 40px; }
	.press-ref-copy h1 em { font-size: 28px; }
	.press-ref-layout { display: flex; flex-direction: column; }
	.press-ref-hub-grid { grid-template-columns: 1fr 1fr; }
	.press-cover-grid { grid-template-columns: repeat(2, 1fr); }
	.press-kit-reference { min-height: 340px; }
	.press-metrics, .press-journey { width: 100%; }
	.press-journey .journey-track { display: grid; grid-template-columns: 1fr; overflow: visible; }
	.collection-hero, .story-hero, .standard-page-hero, .contact-hero, .not-found-panel { display: flex; height: auto; min-height: 0; margin-top: 10px; border-radius: 12px; flex-direction: column; }
	.collection-hero-copy, .story-hero-copy, .standard-page-copy, .contact-hero-copy { order: 2; padding: 30px 24px 34px; }
	.collection-hero h1, .story-hero h1, .standard-page-hero h1, .contact-hero h1, .not-found-panel h1 { font-size: 48px; }
	.collection-hero .lede, .standard-page-hero .lede, .contact-hero .lede, .not-found-panel .lede { margin-top: 16px; font-size: 16px; }
	.collection-hero-media, .story-hero-media, .standard-page-media, .contact-hero-media { order: 1; width: 100%; min-height: 0; aspect-ratio: 16 / 10; }
	.collection-hero-script, .contact-hero-media span { right: 18px; bottom: 16px; font-size: 26px; }
	.story-back { margin-bottom: 24px; }
	.story-date { margin-top: 18px; }
	.collection-section, .story-section, .standard-page-section, .contact-section { padding-block: 44px 54px; }
	.collection-heading { align-items: start; }
	.collection-heading > p { display: none; }
	.collection-grid, .collection-grid--sparse, .contact-grid, .story-layout { grid-template-columns: 1fr; }
	.collection-card-copy { min-height: 190px; }
	.story-actions { position: static; width: 100%; }
	.entry-content { font-size: 17px; }
	.entry-content img { max-height: min(62svh, 560px); }
	.entry-content .alignwide, .entry-content .alignfull { width: calc(100vw - 20px); }
	.wp-block-gallery { grid-template-columns: 1fr; }
	.contact-form { grid-template-columns: 1fr; padding: 22px; }
	.field--full { grid-column: auto; }
	.not-found-panel > div { order: 2; }
	.not-found-panel > img { order: 1; aspect-ratio: 16 / 10; }
	.footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
	.footer-intro { grid-column: 1 / 3; }
	.footer-cta { grid-column: 1 / 3; grid-template-columns: 1fr; }
	.footer-nav { grid-template-columns: 1fr; }
	.footer-bottom { display: grid; }
}

@media (max-width: 420px) {
	.site-shell { width: calc(100% - 24px); }
	.primary-nav > ul a { font-size: 18px; }
	.primary-nav-actions { grid-template-columns: 1fr; }
	.ref-hero-copy { padding-inline: 18px; }
	.ref-hero-copy h1 { font-size: 43px; }
	.ref-actions { display: grid; grid-template-columns: 1fr; }
	.ref-actions .button { width: 100%; }
	.ref-feature-card a, .ref-feature-image, .ref-feature-image img { height: 280px; min-height: 280px; }
	.about-ref-intro h1 { font-size: 52px; }
	.about-role-grid, .press-ref-hub-grid, .press-cover-grid { grid-template-columns: 1fr; }
	.press-ref-hub-grid article:last-child { grid-column: auto; }
	.about-metric-grid { grid-template-columns: 1fr; }
	.about-metric-grid article { padding-block: 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.3); }
	.about-metric-grid article:last-child { border-bottom: 0; }
	.collection-card-copy { padding: 22px 62px 24px 20px; }
	.contact-details { padding: 26px 22px; }
	.footer-main { grid-template-columns: 1fr; }
	.footer-intro, .footer-cta { grid-column: auto; }
	.footer-bottom { gap: 7px; }
	.collection-hero h1, .story-hero h1, .standard-page-hero h1, .contact-hero h1, .not-found-panel h1 { font-size: 42px; }
	.collection-heading h2 { font-size: 38px; }
	.entry-content h2 { font-size: 34px; }
	.entry-content h3 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
	.js .reveal, .js .reveal-item { opacity: 1; transform: none; }
}

/* ==========================================================================
   Story pages, v4.2
   The inner pages were the last templates still running on the plain hero.
   This brings them onto the campaign system: brand seal, colour, doodles,
   a gallery grid, story navigation, related cards and the collab band.
   ========================================================================== */

/* --- Brand seal ---------------------------------------------------------- */
.kbd-brand-mark { position: relative; display: inline-grid; justify-items: center; gap: 2px; line-height: 1; text-align: center; }
.kbd-brand-mark-crown { color: var(--ref-orange); font-size: 15px; line-height: 1; transform: rotate(-6deg); }
.kbd-brand-mark-name { font-family: var(--ref-serif); font-size: 22px; line-height: .9; text-transform: uppercase; white-space: nowrap; }
.kbd-brand-mark-name em { color: var(--ref-pink); font-style: normal; }
.kbd-brand-mark small { color: #9d7387; font-size: 7px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.kbd-brand-mark--seal { padding: 9px 13px; border: 1px solid rgba(198, 70, 122, .2); border-radius: 11px; background: rgba(255, 255, 255, .66); box-shadow: 0 5px 14px rgba(113, 34, 70, .08); transform: rotate(2.5deg); }
.kbd-brand-mark--seal .kbd-brand-mark-name { font-size: 18px; }

/* --- Hero ---------------------------------------------------------------- */
.story-hero-copy { justify-content: flex-start; gap: 0; background: radial-gradient(120% 62% at 50% 116%, rgba(245, 31, 115, .18), transparent 64%), linear-gradient(150deg, #fff7fa 0%, #ffe6f0 46%, #ffdcea 74%, #f3e2ff 100%); }
.story-hero-copy > * { position: relative; z-index: 1; }

/* Content sets the height here: the taller headline block overflowed the fixed
   hero height and clipped both the copy and the script sticker. */
.story-hero { height: auto; min-height: min(520px, calc(100svh - 128px)); }
.story-hero-media { min-height: 320px; }
.story-hero-top { display: flex; margin-bottom: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.story-hero-headline { padding-block: 26px 0; }
.story-hero-copy .story-back { margin-bottom: 0; }

.story-chip { display: inline-flex; margin: 0 0 16px; padding: 7px 15px; align-items: center; gap: 7px; border-radius: 999px; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink), var(--ref-purple)); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 6px 16px rgba(245, 31, 115, .28); }
.story-chip span { font-size: 12px; }

.story-lede { max-width: 34ch; margin: 16px 0 0; color: #5c3f4d; font-size: 16px; font-weight: 500; line-height: 1.6; }
.story-meta-row { display: flex; margin: 20px 0 0; align-items: center; flex-wrap: wrap; gap: 10px; }
.story-meta-row .story-date { margin: 0; }
.story-meta-dot { color: var(--ref-line); }
.story-read { color: #825267; font-size: 11px; font-weight: 800; text-transform: uppercase; }

/* Floating doodles. Purely decorative, so they sit behind the copy. */
.story-hero-doodles { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.story-hero-doodles span { position: absolute; color: var(--ref-pink); line-height: 1; opacity: .22; }
.story-hero-doodles span:nth-child(1) { top: 16%; right: 11%; font-size: 62px; animation: kbd-float 7s ease-in-out infinite; }
.story-hero-doodles span:nth-child(2) { top: 54%; right: 6%; color: var(--ref-orange); font-size: 30px; opacity: .32; animation: kbd-float 5.5s ease-in-out infinite .8s; }
.story-hero-doodles span:nth-child(3) { bottom: 12%; right: 22%; color: var(--ref-purple); font-size: 38px; animation: kbd-float 8.5s ease-in-out infinite .4s; }

@keyframes kbd-float {
	0%, 100% { transform: translateY(0) rotate(-8deg); }
	50% { transform: translateY(-14px) rotate(6deg); }
}

/* The hero image settles in rather than snapping in at full size. */
.story-hero-media img { transform: scale(1.06); }
.is-ready .story-hero.is-visible .story-hero-media img,
.no-js .story-hero-media img { transform: scale(1); transition: transform 1400ms cubic-bezier(.2, .8, .2, 1); }
.story-hero-media:hover img { transform: scale(1.04); }

/* --- Body rail ----------------------------------------------------------- */
.story-rail { position: sticky; top: 112px; align-self: start; display: grid; gap: 18px; }
.story-rail .story-actions { position: static; top: auto; }

.story-facts { position: relative; padding: 24px 26px; overflow: hidden; border: var(--ref-border); border-radius: 8px; background: #fff; box-shadow: var(--ref-shadow); }
.story-facts::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--ref-orange), var(--ref-pink), var(--ref-blue)); }
.story-facts .eyebrow { margin-bottom: 14px; }
.story-facts dl { display: grid; margin: 0; gap: 12px; }
.story-facts dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--ref-line); }
.story-facts dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.story-facts dt { color: #825267; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-facts dd { margin: 0; font-size: 14px; font-weight: 600; text-align: right; }

.story-layout--compact { grid-template-columns: minmax(0, 1fr); }
.story-layout--compact .story-rail { position: static; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); width: 100%; margin-top: 8px; }

/* --- Gallery grid -------------------------------------------------------- */
.story-gallery { padding-block: 0 clamp(52px, 6vw, 88px); }
.story-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.story-gallery-item { position: relative; margin: 0; overflow: hidden; border: var(--ref-border); border-radius: 10px; background: #f8dce7; box-shadow: 0 9px 24px rgba(113, 34, 70, .08); transition: transform 240ms ease, box-shadow 240ms ease; }
.story-gallery-item:nth-child(6n + 1) { grid-column: span 2; }
.story-gallery-item:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(113, 34, 70, .16); }
.story-gallery-item img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 600ms cubic-bezier(.2, .8, .2, 1); }
.story-gallery-item:hover img { transform: scale(1.04); }
.story-gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 26px 18px 14px; background: linear-gradient(transparent, rgba(38, 12, 24, .78)); color: #fff; font-size: 13px; font-weight: 600; }

/* --- Previous / next ----------------------------------------------------- */
.story-pager { display: grid; margin-bottom: clamp(52px, 6vw, 88px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.story-pager-link { display: flex; overflow: hidden; align-items: center; gap: 18px; border: var(--ref-border); border-radius: 10px; background: #fff; box-shadow: 0 9px 24px rgba(113, 34, 70, .08); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.story-pager-link:hover { border-color: rgba(245, 31, 115, .45); box-shadow: 0 18px 38px rgba(113, 34, 70, .15); transform: translateY(-4px); }
.story-pager-link--next { flex-direction: row-reverse; text-align: right; }
.story-pager-link--next:only-child { grid-column: 2; }
.story-pager-media { flex: 0 0 122px; height: 108px; overflow: hidden; background: #f5dce5; }
.story-pager-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2, .8, .2, 1); }
.story-pager-link:hover .story-pager-media img { transform: scale(1.06); }
.story-pager-copy { display: grid; padding: 14px 22px 14px 0; gap: 7px; }
.story-pager-link--next .story-pager-copy { padding: 14px 0 14px 22px; justify-items: end; }
.story-pager-label { display: inline-flex; align-items: center; gap: 7px; color: var(--ref-pink); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-pager-label .icon { width: 15px; height: 15px; }
.story-pager-title { font-family: var(--ref-serif); font-size: 22px; line-height: 1.1; }

/* --- Related ------------------------------------------------------------- */
.story-related { padding-block: 0 clamp(46px, 5vw, 72px); }
.story-related-all { display: inline-flex; align-items: center; gap: 8px; color: var(--ref-pink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.story-related-all:hover { color: var(--ref-purple); }
.story-related-all .icon { width: 16px; height: 16px; transition: transform 180ms ease; }
.story-related-all:hover .icon { transform: translateX(3px); }

/* The collab band closes every inner page, as it does on the homepage. */
.story-page .ref-collab,
.standard-page .ref-collab { margin-bottom: clamp(46px, 5vw, 72px); }

/* --- Standard pages ------------------------------------------------------ */
.standard-page-copy { background: linear-gradient(150deg, #fff7fa 0%, #ffe6f0 46%, #ffdcea 74%, #f3e2ff 100%); }
.standard-page-copy .kbd-brand-mark--seal { position: absolute; top: 26px; right: clamp(24px, 3vw, 44px); }

/* --- Staggered reveal ---------------------------------------------------- */
.js .reveal-item { transition-delay: calc(var(--reveal-order, 0) * 70ms); }

@media (max-width: 68rem) {
	.story-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.story-gallery-item:nth-child(6n + 1) { grid-column: span 2; }
	.story-hero-doodles span:nth-child(3) { display: none; }
}

@media (max-width: 47.5rem) {
	.story-rail { position: static; }
	.story-hero-top { align-items: center; }
	.kbd-brand-mark--seal { padding: 9px 12px; }
	.kbd-brand-mark-name { font-size: 18px; }
	.story-hero-headline { padding-block: 20px 0; }
	.story-lede { max-width: none; }
	.story-gallery-grid { grid-template-columns: 1fr; }
	.story-gallery-item:nth-child(6n + 1) { grid-column: auto; }
	.story-pager { grid-template-columns: 1fr; }
	.story-pager-link--next:only-child { grid-column: auto; }
	.story-pager-link--next { flex-direction: row; text-align: left; }
	.story-pager-link--next .story-pager-copy { padding: 14px 22px 14px 0; justify-items: start; }
	.story-hero-doodles span:nth-child(1) { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
	.story-hero-doodles span { animation: none; }
	.story-hero-media img,
	.is-ready .story-hero.is-visible .story-hero-media img { transform: none; transition: none; }
	.js .reveal-item { transition-delay: 0ms; }
}
