/* Peter Clarke Art Centre — theme styles */
:root {
	--teal: #569396; --teal-dark: #24736e; --teal-light: #b3d1cf; --mist: #eef4f4;
	--charcoal: #222; --ink: #444; --muted: #6b7280; --line: #e3e9e9; --white: #fff;
	--wrap: 1080px; --wide: 1280px; --gutter: 20px;
	--radius: 6px; --shadow: 0 6px 24px rgba(0,0,0,.08);
	--header-h: 74px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 1rem; line-height: 1.7; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; transition: color .15s; }
a:hover, a:focus { color: var(--teal-dark); }
p { margin: 0 0 1.1em; }
h1, h2, h3, h4, h5, h6 { color: var(--teal-dark); font-weight: 600; line-height: 1.25; margin: 1.6em 0 .6em; }
h1 { font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.2rem); } h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem); } h3 { font-size: 1.25rem; } h4 { font-size: 1.05rem; }
h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.1em; } li { margin-bottom: .3em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
table { border-collapse: collapse; width: 100%; margin-bottom: 1.2em; }
th, td { text-align: left; padding: .55em .7em; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--teal-dark); }
blockquote { margin: 1.5em 0; padding: .5em 1.2em; border-left: 4px solid var(--teal-light); color: #555; font-style: italic; }
iframe { max-width: 100%; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 1000; width: auto; height: auto; clip: auto; background: var(--white); color: var(--teal-dark); padding: .5em 1em; border-radius: var(--radius); box-shadow: var(--shadow); }
.icon { width: 1em; height: 1em; fill: currentColor; vertical-align: -.15em; flex: none; }

/* ---------- Top bar ---------- */
.topbar { background: var(--teal); color: var(--white); font-size: .84rem; font-weight: 600; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 1rem; }
.topbar a { color: var(--white); display: inline-flex; align-items: center; gap: .4em; }
.topbar a:hover { color: #e6f2f2; }
.topbar-contact { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar-social { display: flex; gap: .6rem; }
.social-link .icon { width: 1.15em; height: 1.15em; }

/* ---------- Header / nav ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); box-shadow: 0 1px 0 var(--line); transition: box-shadow .2s; }
.site-header.is-stuck { box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--charcoal); }
.brand img { height: 52px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-weight: 700; font-size: 1.05rem; letter-spacing: .02em; text-transform: uppercase; }
.brand-sub { font-size: .8rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; color: var(--charcoal); }
.nav-toggle .icon { width: 1.8rem; height: 1.8rem; }
.nav-toggle .icon-close, .nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav .menu { display: flex; gap: .1rem; align-items: center; }
.primary-nav .menu > li { position: relative; }
.primary-nav a { display: flex; align-items: center; gap: .25em; padding: .6rem .8rem; color: rgba(0,0,0,.65); font-weight: 600; font-size: .92rem; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a, .primary-nav .current_page_parent > a { color: var(--teal); }
.primary-nav .menu-item-has-children > a::after { content: ""; width: .45em; height: .45em; border: solid currentColor; border-width: 0 1.5px 1.5px 0; transform: translateY(-30%) rotate(45deg); margin-left: .3em; opacity: .7; }
.primary-nav .sub-menu { position: absolute; top: 100%; left: 0; min-width: 230px; background: var(--white); border-top: 3px solid var(--teal); box-shadow: 0 10px 30px rgba(0,0,0,.12); padding: .4rem 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s; }
.primary-nav .menu > li:hover > .sub-menu, .primary-nav .menu > li:focus-within > .sub-menu, .primary-nav .menu > li.is-open > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu a { padding: .5rem 1.1rem; font-weight: 400; white-space: normal; }
.primary-nav .sub-menu a:hover { background: var(--mist); }
.sub-toggle { display: none; }

@media (max-width: 960px) {
	.nav-toggle { display: inline-flex; }
	.primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.12); max-height: 0; overflow: hidden; transition: max-height .25s ease; }
	.primary-nav.is-open { max-height: 80vh; overflow: auto; }
	.primary-nav .menu { flex-direction: column; align-items: stretch; padding: .5rem 0 1rem; }
	.primary-nav a { padding: .7rem var(--gutter); font-size: 1rem; }
	.primary-nav .menu-item-has-children > a::after { display: none; }
	.primary-nav .menu-item-has-children { display: flex; flex-wrap: wrap; }
	.primary-nav .menu-item-has-children > a { flex: 1; }
	.sub-toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; background: none; border: 0; color: var(--ink); cursor: pointer; }
	.sub-toggle .icon { width: 1.4rem; height: 1.4rem; transition: transform .2s; }
	.sub-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
	.primary-nav .sub-menu { position: static; width: 100%; box-shadow: none; border: 0; background: var(--mist); display: none; opacity: 1; visibility: visible; transform: none; padding: .2rem 0; }
	.primary-nav .menu > li.is-open > .sub-menu { display: block; }
	.primary-nav .sub-menu a { padding-left: calc(var(--gutter) + 1rem); }
	.topbar-contact span { font-size: .8rem; }
}
@media (max-width: 480px) { .brand-text { display: none; } .topbar-contact a:first-child span { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: clamp(260px, 38vw, 480px); display: grid; place-items: center; overflow: hidden; background: var(--teal-dark); isolation: isolate; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.hero-inner { width: min(90%, 900px); background: rgba(255,255,255,.78); backdrop-filter: blur(2px); padding: clamp(.9rem, 2.5vw, 1.6rem) clamp(1rem, 4vw, 2.5rem); text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.hero-title { margin: 0; color: #2b2b2b; font-weight: 400; font-size: clamp(1.6rem, 1rem + 3vw, 3rem); letter-spacing: .01em; }
.hero-subtitle { margin: .3rem 0 0; color: var(--teal-dark); font-weight: 600; font-size: .95rem; }
.hero--plain { min-height: 0; padding: 2.5rem 0 0; background: none; }
.hero--plain .hero-inner { background: none; box-shadow: none; text-align: left; width: min(100% - 2*var(--gutter), var(--wrap)); padding: 0; backdrop-filter: none; }
.hero--plain .hero-title { color: var(--teal-dark); font-weight: 600; }
.page-header { padding-top: 2.5rem; }

/* Home slideshow: a core Gallery with class "pcac-slideshow" as the first block. Selectors out-specify core gallery CSS. */
.wp-block-gallery.pcac-slideshow { position: relative; display: block; min-height: clamp(280px, 42vw, 560px); height: clamp(280px, 42vw, 560px); overflow: hidden; background: var(--teal-dark); margin: 0 !important; max-width: none !important; width: 100% !important; padding: 0; }
.wp-block-gallery.has-nested-images.pcac-slideshow figure.wp-block-image { position: absolute; inset: 0; width: 100% !important; height: 100%; margin: 0; opacity: 0; transition: opacity 1.2s ease; display: block; }
.wp-block-gallery.has-nested-images.pcac-slideshow figure.wp-block-image.is-active { opacity: 1; }
.wp-block-gallery.has-nested-images.pcac-slideshow figure.wp-block-image img { width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; border-radius: 0; }
.wp-block-gallery.has-nested-images.pcac-slideshow figure.wp-block-image figcaption { position: absolute; left: 50%; top: 50%; bottom: auto; transform: translate(-50%,-50%); width: min(90%, 900px); background: rgba(255,255,255,.72); color: #2b2b2b; font-size: clamp(1.5rem, 1rem + 3vw, 2.9rem); font-weight: 400; text-align: center; padding: clamp(.8rem, 2.5vw, 1.4rem) 1.5rem; margin: 0; line-height: 1.2; text-shadow: none; box-shadow: 0 10px 40px rgba(0,0,0,.18); }
.pcac-slideshow .slideshow-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 2; }
.pcac-slideshow .slideshow-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.55); padding: 0; cursor: pointer; }
.pcac-slideshow .slideshow-dots button[aria-current="true"] { background: var(--white); }
.pcac-slideshow .slideshow-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background: rgba(0,0,0,.25); color: var(--white); border: 0; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 1.6rem; line-height: 1; display: grid; place-items: center; padding: 0 0 4px; }
.pcac-slideshow .slideshow-arrow:hover { background: rgba(0,0,0,.45); }
.pcac-slideshow .slideshow-arrow--prev { left: 14px; } .pcac-slideshow .slideshow-arrow--next { right: 14px; }
@media (prefers-reduced-motion: reduce) { .pcac-slideshow .wp-block-image { transition: none; } }

/* ---------- Content layout ---------- */
.entry-content { padding-block: 2.5rem 3rem; }
.entry-content > * { max-width: var(--wrap); margin-left: auto; margin-right: auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.entry-content > .alignwide { max-width: var(--wide); }
.entry-content > .alignfull { max-width: none; padding-left: 0; padding-right: 0; }
.entry-content > .pcac-slideshow:first-child { margin-top: -2.5rem !important; }
.entry-content > .wp-block-cover.alignfull, .entry-content > .pcac-slideshow { padding: 0; }
.entry-content > .wp-block-cover.alignfull + * { margin-top: 3rem; }
.entry-content > *:not(.alignfull) + .wp-block-cover.alignfull { margin-top: 3rem; }
.entry-content > .wp-block-cover.alignfull { margin-bottom: 3rem; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content .wp-block-columns { gap: 2rem; margin-bottom: 1.5rem; }
.entry-content .wp-block-image { margin: 0 0 1.5rem; }
.entry-content .wp-block-image img { border-radius: var(--radius); }
.entry-content .wp-block-image figcaption, .wp-block-gallery figcaption { color: var(--muted); font-size: .85rem; text-align: center; margin-top: .4rem; }
.entry-content .wp-block-embed { margin: 0 auto 1.5rem; }
.entry-content .wp-block-embed .wp-block-embed__wrapper { border-radius: var(--radius); overflow: hidden; }
.entry-content .wp-block-separator { border: 0; border-top: 1px solid var(--line); width: 100%; margin: 2.5rem auto; }
.entry-content .wp-block-separator.is-style-wide { max-width: none; }
.entry-content .wp-block-gallery { gap: 12px; margin-bottom: 1.5rem; }
.entry-content .wp-block-gallery img { border-radius: var(--radius); }
.entry-content .wp-block-table { overflow-x: auto; }
.entry-content .wp-block-buttons { gap: .8rem; }
.entry-content .wp-block-group.has-background { padding: 1.5rem; border-radius: var(--radius); }
.has-mist-background-color { background: var(--mist); } .has-teal-background-color { background: var(--teal); } .has-teal-dark-background-color { background: var(--teal-dark); } .has-charcoal-background-color { background: var(--charcoal); } .has-white-background-color { background: var(--white); } .has-teal-light-background-color { background: var(--teal-light); }
.has-white-color { color: var(--white); } .has-teal-color { color: var(--teal); } .has-teal-dark-color { color: var(--teal-dark); } .has-ink-color { color: var(--ink); } .has-charcoal-color { color: var(--charcoal); }
.has-text-align-center { text-align: center; } .has-text-align-right { text-align: right; }
.has-small-font-size { font-size: .875rem; } .has-large-font-size { font-size: 1.25rem; } .has-x-large-font-size { font-size: 1.75rem; }
.wp-block-media-text { display: grid; grid-template-columns: 40% 1fr; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.wp-block-media-text.has-media-on-the-right { grid-template-columns: 1fr 40%; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { order: 2; }
.wp-block-media-text__media img { border-radius: var(--radius); width: 100%; }
.wp-block-media-text.is-vertically-aligned-top { align-items: start; }
@media (max-width: 700px) { .wp-block-media-text, .wp-block-media-text.has-media-on-the-right { grid-template-columns: 1fr; } .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { order: 0; } }

/* Lead / intro row: logo beside welcome text (home) */
.pcac-intro .wp-block-column:first-child img { max-width: 260px; margin-inline: auto; }

/* Cover sections: a full-bleed artwork image with a dark translucent panel of white text (the old parallax sections). */
.wp-block-cover { display: grid; place-items: center; position: relative; min-height: 380px; padding: 3rem var(--gutter); overflow: hidden; isolation: isolate; }
.wp-block-cover img.wp-block-cover__image-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.wp-block-cover .wp-block-cover__background { position: absolute; inset: 0; z-index: -1; background: #000; opacity: .3; }
.wp-block-cover .wp-block-cover__inner-container { width: min(100%, var(--wrap)); }
.wp-block-cover.has-parallax img.wp-block-cover__image-background { object-position: center; }
.pcac-panel { background: rgba(20,20,20,.62); color: var(--white); padding: clamp(1.4rem, 3vw, 2.5rem) clamp(1.2rem, 4vw, 3rem); border-radius: var(--radius); }
.pcac-panel h1, .pcac-panel h2, .pcac-panel h3, .pcac-panel h4, .pcac-panel p, .pcac-panel li, .pcac-panel a { color: var(--white); }
.pcac-panel a { text-decoration: underline; }
.pcac-panel > *:last-child { margin-bottom: 0; }
.pcac-panel hr { border-top-color: rgba(255,255,255,.35); }

/* Image cards (the old "blurb" rows): grid of image + title, optionally linking to an anchor. */
.pcac-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1.4rem; margin-bottom: 2.5rem; }
.pcac-card { text-align: center; }
.pcac-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s; }
.pcac-card:hover img { transform: translateY(-3px); }
.pcac-card h3 { font-size: 1rem; margin: .8rem 0 0; color: var(--ink); font-weight: 600; }
.pcac-card h3 a { color: inherit; } .pcac-card h3 a:hover { color: var(--teal); }
.pcac-card p { font-size: .9rem; color: var(--muted); margin: .3rem 0 0; }
.pcac-cards--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.pcac-cards--3 .pcac-card img { aspect-ratio: 3/2; }

/* Staff grid */
.pcac-team { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.6rem 1.4rem; margin-bottom: 2.5rem; }
.pcac-member { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-align: left; }
.pcac-member .wp-block-image { margin: 0; }
.pcac-member img { aspect-ratio: 4/5; object-fit: cover; width: 100%; border-radius: 0 !important; }
.pcac-member h3 { font-size: 1.02rem; margin: .9rem 1rem .15rem; color: var(--teal); }
.pcac-member p { font-size: .85rem; color: var(--muted); margin: 0 1rem 1rem; line-height: 1.5; }

/* News items on the Latest News page (Media & Text blocks with class pcac-news-item) */
.pcac-news-item { border-top: 1px solid var(--line); padding-top: 2rem; margin-bottom: 2rem; }
.pcac-news-item:first-of-type { border-top: 0; padding-top: 0; }
.pcac-news-item .wp-block-media-text__media img { max-width: 360px; margin-inline: auto; box-shadow: var(--shadow); }
.pcac-news-item .wp-block-media-text__content > *:first-child { margin-top: 0; }
.pcac-news-item .wp-block-media-text__content .wp-block-gallery { max-width: 560px; }
.pcac-news-item .wp-block-media-text__content img { max-width: 260px; display: inline-block; margin: .3rem .5rem .3rem 0; vertical-align: top; }

/* Accordion (core Details block) */
.entry-content .wp-block-details { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: .7rem; background: var(--white); }
.entry-content .wp-block-details summary { cursor: pointer; padding: .9rem 2.8rem .9rem 1.2rem; font-weight: 600; color: var(--teal-dark); list-style: none; position: relative; line-height: 1.4; }
.entry-content .wp-block-details summary::-webkit-details-marker { display: none; }
.entry-content .wp-block-details summary::after { content: "+"; position: absolute; right: 1rem; top: .75rem; font-size: 1.4rem; font-weight: 400; color: var(--teal); }
.entry-content .wp-block-details[open] summary::after { content: "–"; }
.entry-content .wp-block-details[open] summary { background: var(--mist); border-radius: var(--radius) var(--radius) 0 0; }
.entry-content .wp-block-details > :not(summary) { padding-inline: 1.2rem; }
.entry-content .wp-block-details > :nth-child(2) { padding-top: 1rem; }
.entry-content .wp-block-details > :last-child { padding-bottom: 1rem; }
.entry-content .wp-block-details p:last-child { margin-bottom: 0; }

/* Buttons */
.pcac-button, .wp-block-button__link { display: inline-block; background: var(--teal); color: var(--white); font-weight: 600; padding: .7rem 1.5rem; border-radius: 999px; border: 2px solid var(--teal); cursor: pointer; font-family: inherit; font-size: .95rem; line-height: 1.3; transition: .15s; }
.pcac-button:hover, .wp-block-button__link:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: var(--white); }
.pcac-button--outline, .is-style-outline .wp-block-button__link { background: transparent; color: var(--teal); }
.pcac-button--outline:hover { background: var(--teal); color: var(--white); }
.pcac-panel .wp-block-button__link { border-color: var(--white); background: transparent; }
.pcac-panel .wp-block-button__link:hover { background: rgba(255,255,255,.2); }

/* Contact form */
.pcac-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }
.pcac-field { display: flex; flex-direction: column; gap: .3rem; margin-bottom: 1rem; }
.pcac-field--full { grid-column: 1 / -1; }
.pcac-field label { font-weight: 600; font-size: .9rem; color: var(--teal-dark); }
.pcac-field input, .pcac-field textarea { font: inherit; padding: .65rem .8rem; border: 1px solid #cfd8d8; border-radius: var(--radius); background: var(--white); color: var(--ink); width: 100%; }
.pcac-field input:focus, .pcac-field textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; border-color: var(--teal); }
.pcac-hp { position: absolute; left: -9999px; }
.pcac-notice { padding: .9rem 1.1rem; border-radius: var(--radius); margin-bottom: 1.2rem; font-weight: 600; }
.pcac-notice--ok { background: #e6f4ea; color: #1b5e20; } .pcac-notice--error { background: #fdecea; color: #b71c1c; }
@media (max-width: 600px) { .pcac-form-grid { grid-template-columns: 1fr; } }

/* Contact page map + details */
.pcac-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; border-radius: var(--radius); display: block; }
.pcac-contact-details p { margin-bottom: .6rem; }

/* Calendar embed */
.pcac-calendar-embed { position: relative; width: 100%; aspect-ratio: 16 / 11; min-height: 480px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.pcac-calendar-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* News archive */
.news-archive { padding-block: 2.5rem 3rem; }
.entry-content--intro { padding-block: 0 1rem; } .entry-content--intro > * { padding-inline: 0; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.6rem; margin-bottom: 2rem; }
.news-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s; }
.news-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.news-card-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.news-card-media .news-card-placeholder { object-fit: contain; padding: 2rem; background: var(--mist); }
.news-card-body { padding: 1rem 1.2rem 1.3rem; }
.news-card-date { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.news-card-title { font-size: 1.05rem; margin: .3rem 0 .5rem; }
.news-card-title a { color: var(--teal-dark); } .news-card-title a:hover { color: var(--teal); }
.news-card-excerpt { font-size: .9rem; color: #555; margin: 0; }
.pagination .nav-links { display: flex; gap: .4rem; flex-wrap: wrap; justify-content: center; }
.pagination .page-numbers { padding: .45rem .9rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--teal-dark); }
.pagination .page-numbers.current { background: var(--teal); color: var(--white); border-color: var(--teal); }
.single-article .entry-content img { margin-inline: auto; }
.single-article .entry-content > p > img, .single-article .entry-content > img { max-width: 620px; }
.entry-footer { padding-bottom: 3rem; }
.page-404 { padding: 4rem var(--gutter); text-align: center; }

/* Footer */
.site-footer { background: var(--charcoal); color: #cfd4d4; font-size: .92rem; margin-top: auto; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; padding-block: 3rem 2.5rem; }
.footer-logo { height: 84px; width: auto; margin-bottom: 1rem; opacity: .95; }
.footer-heading { color: var(--white); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 1rem; }
.site-footer a { color: #e6ecec; } .site-footer a:hover { color: var(--teal-light); }
.footer-contact, .footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: .6rem; }
.footer-contact .icon { color: var(--teal-light); margin-top: .3em; }
.footer-menu li { margin-bottom: .35rem; }
.footer-social { display: flex; gap: .8rem; margin-top: .5rem; }
.footer-social .icon { width: 1.4em; height: 1.4em; }
.footer-bottom { background: rgba(0,0,0,.35); font-size: .82rem; color: #9aa3a3; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1rem; }
.footer-bottom p { margin: 0; } .footer-bottom a { color: #cfd4d4; }
.footer-credit a { color: #7d8787; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } .footer-bottom-inner { justify-content: center; text-align: center; } }

/* Editor-only tweaks */
.editor-styles-wrapper .pcac-slideshow { min-height: 0; }
.editor-styles-wrapper .pcac-slideshow .wp-block-image { position: static; opacity: 1; }
