/*
Theme Name: AIProLuxury
Theme URI: https://www.aiproluxury.com/
Author: Alex Ionescu — AIProLuxury
Description: Bespoke luxury private-client theme for AIProLuxury — single unit luxury property management and owner representation for Manhattan residences.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: aiproluxury
*/

:root {
  --parchment: #F4EFE6;
  --limestone: #E9E1D3;
  --espresso: #1E1913;
  --ink: #211C15;
  --cream: #F2ECDF;
  --brass: #96794F;
  --brass-light: #B99C6B;
  --gold: #D8C29A;
  --muted: #6B6254;
  --muted-light: #8B8071;
  --hairline: rgba(33, 28, 21, 0.14);
  --hairline-dark: rgba(242, 236, 223, 0.16);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Karla', system-ui, sans-serif;
  --pad-x: clamp(20px, 4vw, 64px);
  --ease: cubic-bezier(0.16, 0.8, 0.24, 1);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 300; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: var(--ink); text-decoration: none; transition: color .4s; }
a:hover { color: var(--brass); }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
::selection { background: #E0D5C0; }
:focus-visible { outline: 1px solid var(--brass); outline-offset: 5px; }

.serif { font-family: var(--serif); }
.italic { font-style: italic; }

/* ---------- Utility ---------- */
.wrap { max-width: 1240px; margin: 0 auto; }
.wrap-wide { max-width: 1440px; margin: 0 auto; }
.section { padding: clamp(90px, 11vw, 180px) var(--pad-x); }
.section--tight { padding: clamp(60px, 8vw, 130px) var(--pad-x); }
.section--limestone { background: var(--limestone); }
.section--espresso { background: var(--espresso); color: var(--cream); }
.eyebrow {
  font-size: 9px; letter-spacing: .44em; text-transform: uppercase;
  color: var(--brass); font-family: var(--sans);
}
.section--espresso .eyebrow, .eyebrow--gold { color: var(--brass-light); }
.chapter { display: flex; align-items: center; gap: 22px; }
.chapter--center { justify-content: center; }
.chapter .rule { height: 1px; width: clamp(30px, 5vw, 80px); background: rgba(33,28,21,.3); }
.section--espresso .chapter .rule { background: rgba(242,236,223,.25); }
.lede { font-weight: 300; color: var(--muted); }
.section--espresso .lede { color: rgba(242,236,223,.7); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 26px; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase;
  transition: background .5s, color .5s, border-color .5s;
}
.btn--ivory { background: #F7F2E8; color: var(--espresso); }
.btn--ivory:hover { background: var(--gold); color: var(--espresso); }
.btn--dark { background: var(--espresso); color: var(--cream); padding: 19px 32px; font-size: 12.5px; }
.btn--dark:hover { background: var(--brass); color: var(--cream); }
.btn--outline { border: 1px solid rgba(242,236,223,.45); color: var(--cream); padding: 19px 32px; font-size: 12.5px; }
.btn--outline:hover { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.link-underline {
  font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase;
  border-bottom: 1px solid currentColor; padding-bottom: 5px;
  transition: color .4s, border-color .4s;
}
.link-underline:hover { color: var(--gold); border-color: var(--gold); }
.link-underline--brass { color: var(--brass); border-color: var(--brass); }
.link-underline--brass:hover { color: var(--brass-light); }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
.site-header__plate {
  position: absolute; inset: 0; background: rgba(244,239,230,.95);
  backdrop-filter: blur(12px); border-bottom: 1px solid rgba(33,28,21,.12);
  opacity: 0; transition: opacity .7s ease;
}
body.is-scrolled .site-header__plate, body.header-solid .site-header__plate { opacity: 1; }
.site-header__inner {
  position: relative; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 16px; padding: 20px clamp(18px, 3.5vw, 52px);
  color: var(--cream); transition: color .5s;
}
body.is-scrolled .site-header__inner, body.header-solid .site-header__inner { color: var(--ink); }
.site-header__nav { display: flex; gap: clamp(18px, 2vw, 32px); font-size: 14px; letter-spacing: .2em; text-transform: uppercase; }
.site-header__nav a { color: currentColor; opacity: .85; }
.site-header__nav a:hover { opacity: 1; color: currentColor; }
.site-header__nav--right { justify-content: flex-end; align-items: center; }
.brand { text-align: center; justify-self: center; color: currentColor; }
.brand:hover { color: currentColor; }
.brand__name { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.6vw, 24px); letter-spacing: .3em; line-height: 1; }
.brand__sub { display: block; margin-top: 4px; font-size: 8px; letter-spacing: .42em; text-transform: uppercase; opacity: .6; }
.header-cta { white-space: nowrap; font-size: 14px; letter-spacing: .2em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 5px; color: currentColor; }
.header-cta:hover { color: var(--brass); border-color: var(--brass); }
.burger { display: none; flex-direction: column; gap: 6px; width: 24px; padding: 8px 0; justify-self: start; }
.burger span { display: block; height: 1px; background: currentColor; }
.burger span:last-child { width: 70%; }

@media (max-width: 1139px) {
  .site-header__nav { display: none; }
  .burger { display: flex; }
}

/* ---------- Mobile menu overlay ---------- */
.menu-overlay {
  position: fixed; inset: 0; z-index: 80; background: var(--espresso); color: var(--cream);
  display: none; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: clamp(8px, 1.8vh, 20px); overflow-y: auto; text-align: center;
  padding: clamp(60px, 10vh, 90px) clamp(22px, 6vw, 52px) clamp(28px, 5vh, 52px);
}
body.menu-open .menu-overlay { display: flex; animation: fadeUp .55s var(--ease) both; }
body.menu-open { overflow: hidden; }
.menu-overlay__label { font-size: 9px; letter-spacing: .42em; text-transform: uppercase; color: var(--brass-light); margin: auto 0 14px; }
.menu-overlay a { color: var(--cream); font-family: var(--serif); font-weight: 300; font-size: clamp(22px, min(6.6vw, 5vh), 52px); line-height: 1.2; }
.menu-overlay a:hover { color: var(--gold); }
.menu-overlay a.menu-overlay__contact { font-style: italic; color: var(--brass-light); }
.menu-overlay__meta { margin: 20px 0 auto; display: flex; flex-direction: column; gap: 8px; font-size: 11px; letter-spacing: .12em; }
.menu-overlay__meta a { font-family: var(--sans); font-size: 11px; color: rgba(242,236,223,.9); }
.menu-overlay__close { position: absolute; top: 26px; right: clamp(20px, 4vw, 48px); font-size: 10px; letter-spacing: .3em; text-transform: uppercase; opacity: .65; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: max(620px, 90svh); display: flex; align-items: center; overflow: hidden; background: var(--espresso); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; animation: slowScale 3.4s var(--ease) both; }
.hero__scrim-left { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(35,26,16,.55) 0%, rgba(35,26,16,.3) 38%, rgba(30,25,19,.06) 60%, rgba(30,25,19,0) 78%); }
.hero__scrim-bottom { position: absolute; left: 0; bottom: 0; width: 56%; height: 30%; pointer-events: none; background: linear-gradient(180deg, rgba(30,25,19,0) 0%, rgba(30,25,19,.34) 100%); }
.hero__inner { position: relative; width: 100%; max-width: 1520px; margin: 0 auto; padding: clamp(100px, 12vh, 132px) clamp(24px, 4.5vw, 72px) clamp(32px, 4.5vh, 52px); color: var(--cream); }
.hero__eyebrow { font-size: 10px; letter-spacing: .34em; text-transform: uppercase; animation: fadeUp 1s var(--ease) .35s both; }
.hero__title { margin-top: clamp(18px, 2.4vw, 32px); font-size: clamp(48px, 7vw, 108px); line-height: 1.04; letter-spacing: -.005em; animation: fadeUp 1.2s var(--ease) .55s both; }
.hero__lede { margin-top: clamp(22px, 3vw, 38px); display: flex; gap: 18px; max-width: 34em; animation: fadeUp 1.2s var(--ease) .8s both; }
.hero__lede .tick { flex: none; width: 14px; height: 1px; background: rgba(242,236,223,.6); margin-top: 11px; }
.hero__lede p { max-width: 24em; color: rgba(242,236,223,.92); }
.hero__actions { margin-top: clamp(26px, 3.4vw, 44px); display: flex; flex-wrap: wrap; align-items: center; gap: 16px clamp(20px, 2.6vw, 36px); animation: fadeUp 1.2s var(--ease) 1s both; }
.hero__actions .link-underline { color: var(--cream); border-color: rgba(242,236,223,.7); }
.hero__stats { margin-top: clamp(40px, 7vh, 84px); display: flex; gap: clamp(28px, 3.5vw, 52px); animation: fadeUp 1.2s var(--ease) 1.2s both; }
.stat__num { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 2.1vw, 31px); line-height: 1; }
.stat__label { margin-top: 10px; font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: rgba(242,236,223,.85); line-height: 1.9; }
.stat-divider { width: 1px; height: 48px; align-self: center; background: rgba(242,236,223,.35); }

/* ---------- Page banner ---------- */
.page-banner { padding: calc(96px + clamp(48px, 6vw, 96px)) var(--pad-x) clamp(50px, 6vw, 96px); text-align: center; }
.page-banner h1 { margin: 24px auto 0; max-width: 14em; font-size: clamp(38px, 5.4vw, 88px); line-height: 1.02; }
.page-banner .lede { margin: 22px auto 0; max-width: 30em; }
.page-banner--espresso { background: var(--espresso); color: var(--cream); }

/* ---------- Shared layouts ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(36px, 5vw, 90px); align-items: center; }
.grid-2--top { align-items: start; }
.frame { position: relative; overflow: hidden; }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--45 { aspect-ratio: 4/5; }
.frame--34 { aspect-ratio: 3/4; }
.frame--43 { aspect-ratio: 4/3; }
.frame--1611 { aspect-ratio: 16/11; }
.h2-lg { font-size: clamp(34px, 4.6vw, 72px); line-height: 1.06; }
.h2-md { font-size: clamp(28px, 3.4vw, 52px); line-height: 1.1; }
.h2-sm { font-size: clamp(26px, 3vw, 44px); line-height: 1.1; }

.detail-list li { display: flex; align-items: baseline; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--hairline); }
.detail-list .diamond { width: 5px; height: 5px; background: var(--brass); flex: none; transform: rotate(45deg); }
.detail-list span:last-child { font-family: var(--serif); font-size: clamp(18px, 1.6vw, 24px); }

.fact-list { border-top: 1px solid rgba(33,28,21,.16); }
.fact-list li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(33,28,21,.12); }
.fact-list .k { font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted-light); }
.fact-list .v { font-family: var(--serif); font-size: 20px; }

.plain-list li { padding: 16px 0; border-bottom: 1px solid rgba(33,28,21,.12); font-family: var(--serif); font-size: clamp(18px, 1.6vw, 25px); }

/* ---------- Manifesto ---------- */
.manifesto { position: relative; overflow: hidden; padding: clamp(110px, 14vw, 220px) var(--pad-x); }
.manifesto__line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(242,236,223,.1); }
.manifesto__dim { margin: clamp(48px, 6vw, 90px) 0 0 auto; max-width: 11em; text-align: right; font-family: var(--serif); font-weight: 300; font-size: clamp(26px, 3.4vw, 52px); line-height: 1.2; opacity: .45; }
.manifesto__main { margin-top: clamp(40px, 5vw, 80px); max-width: 12em; font-size: clamp(42px, 6.4vw, 104px); line-height: 1.02; }
.manifesto__main em { color: var(--gold); }
.manifesto__cols { margin-top: clamp(60px, 8vw, 120px); display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: clamp(36px, 5vw, 90px); }
.manifesto__cols .label { font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: rgba(242,236,223,.4); }
.manifesto__cols .label--brass { color: var(--brass-light); }
.manifesto__cols p.items { margin-top: 18px; font-family: var(--serif); font-size: clamp(19px, 1.8vw, 27px); line-height: 1.7; }
.manifesto__cols .items--dim { color: rgba(242,236,223,.55); }

/* ---------- Trio gallery ---------- */
.trio { margin-top: clamp(50px, 6vw, 90px); display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(18px, 2.4vw, 36px); align-items: start; }
.trio figure { margin: 0; }
.trio figure:nth-child(2) { margin-top: clamp(0px, 4vw, 64px); }
.trio figcaption { margin-top: 14px; text-align: center; font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--muted-light); }

/* ---------- Services ledger (home) ---------- */
.ledger li { border-top: 1px solid var(--hairline-dark); }
.ledger li:last-child { border-bottom: 1px solid var(--hairline-dark); }
.ledger a { width: 100%; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px clamp(20px, 4vw, 64px); padding: clamp(20px, 2.4vw, 34px) 4px; color: var(--cream); transition: padding-left .5s; }
.ledger a:hover { padding-left: 22px; color: var(--cream); }
.ledger .rn { font-family: var(--serif); font-size: clamp(15px, 1.3vw, 19px); font-style: italic; color: var(--brass-light); width: 28px; }
.ledger .t { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 40px); flex: 1; min-width: min(100%, 9em); }
.ledger .d { font-size: 12.5px; font-weight: 300; color: rgba(242,236,223,.6); max-width: 24em; }

/* ---------- Service spreads (services page) ---------- */
.svc-list { display: flex; flex-direction: column; gap: clamp(60px, 8vw, 130px); }
.svc { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4vw, 80px); align-items: center; }
.svc .rn { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--brass); }
.svc h2 { margin-top: 12px; font-size: clamp(27px, 2.8vw, 44px); line-height: 1.08; }
.svc p.desc { margin-top: 18px; max-width: 30em; font-weight: 300; color: var(--muted); line-height: 2; }
@media (min-width: 640px) {
  .svc--flip .frame { order: 2; }
  .svc--flip div:last-child { order: 1; }
}

/* ---------- Record / credentials ---------- */
.record { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(40px, 5vw, 80px); text-align: center; }
.record__num { font-family: var(--serif); font-weight: 300; font-size: clamp(68px, 8.5vw, 140px); line-height: .9; letter-spacing: -.02em; }
.record__num span { color: var(--brass); }
.record__label { margin-top: 18px; font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase; }
.record__sub { margin-top: 8px; font-size: 13px; font-weight: 300; color: var(--muted-light); }
.record > div:nth-child(2) { border-left: 1px solid rgba(33,28,21,.14); border-right: 1px solid rgba(33,28,21,.14); padding: 0 12px; }
.record--espresso .record__num span { color: var(--brass-light); }
.record--espresso > div:nth-child(2) { border-color: var(--hairline-dark); }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(32px, 4vw, 64px); }
.process h3 { font-style: italic; font-size: clamp(30px, 3vw, 46px); }
.process p { margin-top: 16px; font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.95; }

.steps li { display: flex; gap: clamp(20px, 3vw, 48px); padding: clamp(24px, 3vw, 40px) 0; border-top: 1px solid rgba(33,28,21,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(33,28,21,.16); }
.steps .rn { font-family: var(--serif); font-style: italic; font-size: clamp(17px, 1.5vw, 22px); color: var(--brass); width: 34px; flex: none; }
.steps h2 { font-size: clamp(23px, 2.2vw, 32px); }
.steps p { margin-top: 12px; max-width: 36em; font-weight: 300; color: var(--muted); line-height: 1.95; }

/* ---------- Why grid ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(30px, 4vw, 64px); }
.why-grid > div { border-top: 1px solid rgba(33,28,21,.18); padding-top: 20px; }
.why-grid h2 { font-size: clamp(23px, 2vw, 30px); }
.why-grid p { margin-top: 12px; font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.95; }

/* ---------- Serve paragraph ---------- */
.serve-line { margin: clamp(36px, 5vw, 70px) auto 0; max-width: 34em; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 32px); line-height: 1.9; color: #4A4336; text-align: center; }
.serve-line span { color: var(--brass); }

/* ---------- CTA panel ---------- */
.cta-outer { padding: clamp(10px, 1.6vw, 22px); }
.cta-panel { position: relative; overflow: hidden; background: var(--espresso); min-height: min(82svh, 720px); display: flex; align-items: center; justify-content: center; }
.cta-panel__media { position: absolute; inset: 0; }
.cta-panel__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-panel__scrim { position: absolute; inset: 0; pointer-events: none; background: rgba(30,25,19,.68); }
.cta-panel__inner { position: relative; text-align: center; color: var(--cream); padding: clamp(60px, 8vw, 120px) clamp(24px, 5vw, 80px); max-width: 900px; }
.cta-panel h2 { margin-top: 26px; font-size: clamp(34px, 4.8vw, 74px); line-height: 1.08; }
.cta-panel .lede { margin: 24px auto 0; max-width: 26em; color: rgba(242,236,223,.85); }
.cta-panel__actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; justify-content: center; }
.cta-panel__phone { color: var(--cream); font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); }

/* Quote panel (approach) */
.quote-panel { min-height: min(60svh, 560px); align-items: flex-end; justify-content: flex-start; }
.quote-panel .cta-panel__scrim { background: linear-gradient(180deg, rgba(30,25,19,.18) 0%, rgba(30,25,19,.84) 100%); }
.quote-panel p { position: relative; padding: clamp(36px, 5vw, 80px); color: var(--cream); max-width: 20em; font-family: var(--serif); font-weight: 300; font-size: clamp(24px, 3vw, 46px); line-height: 1.2; }

/* ---------- Contact ---------- */
.contact-list { border-top: 1px solid rgba(33,28,21,.16); }
.contact-list li { padding: 22px 0; border-bottom: 1px solid rgba(33,28,21,.12); }
.contact-list .k { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted-light); }
.contact-list a, .contact-list .v { display: inline-block; margin-top: 10px; font-family: var(--serif); font-size: clamp(21px, 2vw, 30px); line-height: 1.45; }
.contact-form { display: flex; flex-direction: column; gap: 24px; }
.contact-form label { display: flex; flex-direction: column; gap: 10px; }
.contact-form label span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.contact-form input, .contact-form textarea {
  border: none; border-bottom: 1px solid rgba(33,28,21,.3); background: transparent;
  padding: 12px 2px; font-size: 16px; font-family: var(--sans); color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form .btn { align-self: flex-start; }
.form-note { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--brass); }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso); color: var(--cream); padding: clamp(70px, 9vw, 140px) var(--pad-x) 36px; text-align: center; }
.site-footer__brand { font-family: var(--serif); font-weight: 300; font-size: clamp(30px, 4.4vw, 64px); letter-spacing: .3em; }
.site-footer__motto { margin-top: 14px; font-size: 9px; letter-spacing: .42em; text-transform: uppercase; color: var(--brass-light); }
.site-footer__about { margin: 26px auto 0; max-width: 34em; font-size: 13px; line-height: 2; font-weight: 300; color: rgba(242,236,223,.66); }
.site-footer__nav { margin-top: clamp(36px, 5vw, 60px); display: flex; flex-wrap: wrap; justify-content: center; gap: 14px clamp(20px, 3vw, 40px); font-size: 10px; letter-spacing: .26em; text-transform: uppercase; }
.site-footer__nav a { color: rgba(242,236,223,.75); }
.site-footer__nav a:hover { color: var(--gold); }
.site-footer__contact { margin-top: clamp(30px, 4vw, 50px); display: flex; flex-wrap: wrap; justify-content: center; gap: 12px clamp(24px, 4vw, 56px); font-family: var(--serif); font-size: clamp(17px, 1.6vw, 22px); }
.site-footer__contact a { color: rgba(242,236,223,.92); }
.site-footer__contact span { color: rgba(242,236,223,.72); }
.site-footer__legal { margin-top: clamp(44px, 6vw, 70px); padding-top: 20px; border-top: 1px solid var(--hairline-dark); display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: space-between; font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(242,236,223,.4); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1.25s var(--ease), transform 1.25s var(--ease); }
.reveal.is-seen { opacity: 1; transform: none; }
.reveal.is-seen[data-op] { opacity: .45; }

/* ---------- Animation ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes slowScale { from { transform: scale(1.1); } to { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal[data-op] { opacity: .45; }
}

/* ---------- Default WP content ---------- */
.entry-content { max-width: 760px; margin: 0 auto; padding: clamp(140px, 16vw, 220px) var(--pad-x) clamp(80px, 10vw, 140px); }
.entry-content h1 { font-size: clamp(34px, 4.6vw, 64px); }
.entry-content p { margin: 1.2em 0; color: var(--muted); }
.aligncenter { margin-left: auto; margin-right: auto; }
