/* =============================================================================
   Site Pai Wesley — stylesheet
   Luxury dark theme: black / gold / champagne. Fonts: Cormorant Garamond + Manrope
   ============================================================================= */

:root {
	--pws-gold: #c9a227;
	--pws-gold-2: #e8cf7a;
	--pws-gold-3: #8a6e14;
	--pws-black: #0a0a0c;
	--pws-charcoal: #101013;
	--pws-graphite: #16161b;
	--pws-ink: #1d1d24;
	--pws-line: rgba(201, 162, 39, 0.22);
	--pws-line-soft: rgba(255, 255, 255, 0.08);
	--pws-ivory: #f6f1e7;
	--pws-champagne: #efe6d3;
	--pws-text: #ece8df;
	--pws-muted: #aaa49a;
	--pws-dark-text: #1a1a1f;
	--pws-dark-muted: #5f5b52;
	--pws-wa: #25d366;
	--pws-serif: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
	--pws-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--pws-container: 1200px;
	--pws-gutter: clamp(1.25rem, 4vw, 2.5rem);
	--pws-radius: 18px;
	--pws-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--pws-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
	--pws-header-h: 84px;
}

/* ---------- Reset (scoped, zero-specificity via :where) ---------- */
.pws-html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
.pws-body { margin: 0; background: var(--pws-black); color: var(--pws-text); font-family: var(--pws-sans); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.pws-html, .pws-body { max-width: 100%; }
:where(.pws-body, .pws--inline) *, :where(.pws-body, .pws--inline) *::before, :where(.pws-body, .pws--inline) *::after { box-sizing: border-box; }
:where(.pws-body, .pws--inline) img { max-width: 100%; height: auto; display: block; }
:where(.pws-body, .pws--inline) a { color: inherit; text-decoration: none; }
:where(.pws-body, .pws--inline) ul, :where(.pws-body, .pws--inline) ol { margin: 0; padding: 0; list-style: none; }
:where(.pws-body, .pws--inline) h1, :where(.pws-body, .pws--inline) h2, :where(.pws-body, .pws--inline) h3, :where(.pws-body, .pws--inline) h4, :where(.pws-body, .pws--inline) p, :where(.pws-body, .pws--inline) figure, :where(.pws-body, .pws--inline) blockquote { margin: 0; }
:where(.pws-body, .pws--inline) button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:where(.pws-body, .pws--inline) svg { display: block; }
:where(.pws-body, .pws--inline) :focus-visible { outline: 2px solid var(--pws-gold-2); outline-offset: 3px; }
.pws-body ::selection { background: var(--pws-gold); color: var(--pws-black); }

.pws-skip { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--pws-gold); color: var(--pws-black); padding: 0.75rem 1rem; font-weight: 700; }
.pws-skip:focus { left: 1rem; top: 1rem; }

/* ---------- Layout helpers ---------- */
.pws-container { width: 100%; max-width: var(--pws-container); margin: 0 auto; padding-left: var(--pws-gutter); padding-right: var(--pws-gutter); }
.pws-container--narrow { max-width: 860px; }
.pws-section { position: relative; padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.pws-center { text-align: center; }

/* ---------- Typography ---------- */
.pws-kicker { font-family: var(--pws-sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--pws-gold); margin-bottom: 1rem; }
.pws-kicker::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--pws-gold); vertical-align: middle; margin-right: 0.75rem; opacity: 0.9; }
.pws-section-head--center .pws-kicker::before { display: none; }
.pws-h2 { font-family: var(--pws-serif); font-weight: 600; font-size: clamp(2.1rem, 4.2vw, 3.4rem); line-height: 1.08; letter-spacing: -0.01em; color: #fff; }
.pws-h3 { font-family: var(--pws-serif); font-weight: 600; font-size: clamp(1.5rem, 2.4vw, 1.95rem); line-height: 1.15; color: #fff; }
.pws-lead { color: var(--pws-muted); font-size: 1.05rem; max-width: 62ch; margin-top: 1.25rem; }
.pws-lead p + p { margin-top: 1rem; }
.pws-prose { color: var(--pws-muted); font-size: 1.02rem; }
.pws-prose p { margin: 0 0 1.15rem; }
.pws-prose p:last-child { margin-bottom: 0; }
.pws-prose em { color: var(--pws-text); font-style: italic; }
.pws-prose strong { color: #fff; font-weight: 600; }
.pws-section-head { margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.pws-section-head--center { text-align: center; }
.pws-section-head--center .pws-lead { margin-left: auto; margin-right: auto; }
.pws-section-head--left { text-align: left; }
.pws-section-head--left .pws-h2 { max-width: 20ch; }
.pws-section-head--center .pws-h2::after { content: ''; display: block; width: 64px; height: 2px; margin: 1.2rem auto 0; background: linear-gradient(90deg, transparent, var(--pws-gold), transparent); }

/* ---------- Buttons ---------- */
.pws-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.95rem 1.6rem; border-radius: 999px; font-family: var(--pws-sans); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em; line-height: 1; transition: transform 0.35s var(--pws-ease), box-shadow 0.35s var(--pws-ease), background-color 0.35s, color 0.35s, border-color 0.35s; white-space: nowrap; }
.pws-btn__icon { width: 20px; height: 20px; flex: 0 0 auto; }
.pws-btn__icon svg { width: 100%; height: 100%; }
.pws-btn--gold { background: linear-gradient(135deg, var(--pws-gold-2) 0%, var(--pws-gold) 45%, #b28d1e 100%); color: var(--pws-black); box-shadow: 0 14px 30px -14px rgba(201, 162, 39, 0.75); }
.pws-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 20px 34px -14px rgba(201, 162, 39, 0.9); }
.pws-btn--ghost { border: 1px solid rgba(255, 255, 255, 0.28); color: #fff; background: rgba(255, 255, 255, 0.04); backdrop-filter: blur(6px); }
.pws-btn--ghost:hover { border-color: var(--pws-gold); color: var(--pws-gold-2); transform: translateY(-2px); }
.pws-btn--dark { background: var(--pws-black); color: var(--pws-gold-2); border: 1px solid var(--pws-black); }
.pws-btn--dark:hover { background: var(--pws-ink); transform: translateY(-2px); }
.pws-btn--sm { padding: 0.65rem 1.1rem; font-size: 0.85rem; }
.pws-btn--lg { padding: 1.1rem 2rem; font-size: 1.02rem; }
.pws-btn--block { width: 100%; }
.pws-link { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--pws-gold-2); font-weight: 600; font-size: 0.95rem; border-bottom: 1px solid transparent; transition: border-color 0.3s, gap 0.3s; }
.pws-link svg { width: 18px; height: 18px; transition: transform 0.3s var(--pws-ease); }
.pws-link:hover { border-color: var(--pws-gold); }
.pws-link:hover svg { transform: translateX(4px); }

/* ---------- Reveal on scroll (only when JS is available) ---------- */
.pws-js .pws-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--pws-ease), transform 0.9s var(--pws-ease); }
.pws-js .pws-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.pws-html { scroll-behavior: auto; }
	.pws-js .pws-reveal { opacity: 1; transform: none; transition: none; }
	.pws-body *, .pws-body *::before, .pws-body *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}

/* =============================================================================
   Header
   ============================================================================= */
.pws-header { position: fixed; inset: 0 0 auto 0; z-index: 900; height: var(--pws-header-h); transition: background-color 0.4s, height 0.4s var(--pws-ease), box-shadow 0.4s, border-color 0.4s; background: linear-gradient(to bottom, rgba(10, 10, 12, 0.75), rgba(10, 10, 12, 0)); border-bottom: 1px solid transparent; }
.pws-header.is-scrolled { --pws-header-h: 68px; background: rgba(10, 10, 12, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--pws-line); box-shadow: 0 10px 40px -20px rgba(0, 0, 0, 0.9); }
.pws-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.pws-brand { display: flex; align-items: center; gap: 0.8rem; flex: 0 0 auto; min-width: 0; }
.pws-brand__emblem { width: 44px; height: 44px; flex: 0 0 auto; transition: transform 0.5s var(--pws-ease); }
.pws-brand:hover .pws-brand__emblem { transform: rotate(-8deg) scale(1.04); }
.pws-brand__text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.pws-brand__name { font-family: var(--pws-serif); font-weight: 600; font-size: 1.55rem; color: #fff; letter-spacing: 0.01em; white-space: nowrap; }
.pws-brand__tag { font-size: 0.67rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pws-gold); margin-top: 0.25rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pws-nav__list { display: flex; align-items: center; gap: clamp(0.7rem, 1.3vw, 1.4rem); }
.pws-nav__link { position: relative; white-space: nowrap; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255, 255, 255, 0.82); padding: 0.4rem 0; transition: color 0.3s; }
.pws-nav__link::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--pws-gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--pws-ease); }
.pws-nav__link:hover, .pws-nav__link.is-active { color: var(--pws-gold-2); }
.pws-nav__link:hover::after, .pws-nav__link.is-active::after { transform: scaleX(1); }
.pws-nav__mobile-extra { display: none; }
.pws-header__actions { display: flex; align-items: center; gap: 0.75rem; flex: 0 0 auto; }
.pws-lang { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 0.8rem; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; color: #fff; transition: border-color 0.3s, color 0.3s, background-color 0.3s; }
.pws-lang svg { width: 16px; height: 16px; opacity: 0.8; }
.pws-lang:hover { border-color: var(--pws-gold); color: var(--pws-gold-2); }
.pws-lang--mobile { display: inline-flex; justify-content: center; margin-top: 1rem; }
.pws-burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); position: relative; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.pws-burger span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.35s var(--pws-ease), opacity 0.3s; }
.pws-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pws-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.pws-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1440px) {
	.pws-nav__list { gap: 0.7rem; }
}
@media (max-width: 1360px) {
	.pws-header__cta { display: none; }
	.pws-brand__tag { display: none; }
}
@media (max-width: 1100px) {
	.pws-burger { display: inline-flex; }
	.pws-brand__tag { display: block; }
	.pws-brand { flex: 0 1 auto; }
	.pws-nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(86vw, 380px); background: rgba(12, 12, 15, 0.98); border-left: 1px solid var(--pws-line); padding: calc(var(--pws-header-h) + 1.5rem) 2rem 2rem; transform: translateX(105%); transition: transform 0.5s var(--pws-ease); overflow-y: auto; z-index: 890; box-shadow: -30px 0 80px rgba(0, 0, 0, 0.6); }
	.pws-nav.is-open { transform: none; }
	.pws-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.pws-nav__list li { border-bottom: 1px solid var(--pws-line-soft); }
	.pws-nav__link { display: block; padding: 1rem 0; font-size: 1rem; }
	.pws-nav__link::after { display: none; }
	.pws-nav__mobile-extra { display: block; margin-top: 1.75rem; }
	.pws-lang:not(.pws-lang--mobile) { display: none; }
	.pws-body.pws-nav-open { overflow: hidden; }
}
@media (max-width: 480px) {
	.pws-brand__tag { display: none; }
	.pws-brand__name { font-size: 1.4rem; }
	.pws-btn { white-space: normal; text-align: center; }
	.pws-kicker { font-size: 0.68rem; letter-spacing: 0.16em; }
}

/* =============================================================================
   Hero
   ============================================================================= */
.pws-hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; padding: calc(var(--pws-header-h) + 2rem) 0 5rem; }
.pws-hero__bg, .pws-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pws-hero__bg img { object-fit: cover; object-position: 68% 28%; transform: scale(1.06); animation: pws-kenburns 14s ease-out forwards; }
@keyframes pws-kenburns { to { transform: scale(1); } }
.pws-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10, 10, 12, 0.92) 0%, rgba(10, 10, 12, 0.72) 38%, rgba(10, 10, 12, 0.25) 70%, rgba(10, 10, 12, 0.15) 100%), linear-gradient(to bottom, rgba(10, 10, 12, 0.35) 0%, rgba(10, 10, 12, 0) 35%, rgba(10, 10, 12, 0.15) 70%, var(--pws-black) 100%); }
.pws-hero__inner { position: relative; z-index: 2; max-width: var(--pws-container); }
.pws-hero__kicker { color: var(--pws-gold-2); }
.pws-hero__title { font-family: var(--pws-serif); font-weight: 600; font-size: clamp(3.6rem, 9vw, 7.2rem); line-height: 0.95; letter-spacing: -0.015em; color: #fff; text-shadow: 0 20px 60px rgba(0, 0, 0, 0.6); }
.pws-hero__subtitle { font-family: var(--pws-serif); font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 3vw, 2.3rem); color: var(--pws-gold-2); margin-top: 0.75rem; }
.pws-hero__text { max-width: 560px; margin-top: 1.5rem; color: rgba(255, 255, 255, 0.84); font-size: 1.05rem; }
.pws-hero__text p + p { margin-top: 0.75rem; }
.pws-hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.25rem; }
.pws-hero__scroll { position: absolute; left: 50%; bottom: 1.6rem; z-index: 2; width: 26px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; transform: translateX(-50%); display: flex; justify-content: center; padding-top: 7px; }
.pws-hero__scroll::after { content: ''; position: absolute; inset: -12px; }
.pws-hero__scroll span { width: 3px; height: 8px; border-radius: 3px; background: var(--pws-gold-2); animation: pws-scroll 1.8s infinite; }
@keyframes pws-scroll { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { transform: translateY(0); opacity: 0; } }
.pws-js .pws-hero .pws-reveal { transition-delay: calc(var(--i, 0) * 0.1s); }

@media (max-width: 899px) {
	.pws-hero { align-items: flex-end; padding-bottom: 4.25rem; min-height: 100vh; min-height: 100svh; }
	.pws-hero__bg img { object-position: center 20%; }
	.pws-hero__overlay { background: linear-gradient(to bottom, rgba(10, 10, 12, 0.55) 0%, rgba(10, 10, 12, 0.15) 30%, rgba(10, 10, 12, 0.55) 55%, rgba(10, 10, 12, 0.96) 100%); }
	.pws-hero__actions { width: 100%; max-width: 460px; }
	.pws-hero__actions .pws-btn { width: 100%; }
	.pws-hero__scroll { display: none; }
}

/* ---------- Hero trust badges ---------- */
.pws-hero__badges { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 1.75rem; }
.pws-hero__badges li { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.85rem; font-weight: 600; color: rgba(255, 255, 255, 0.82); }
.pws-hero__badges svg { width: 17px; height: 17px; color: var(--pws-gold-2); flex: 0 0 auto; background: rgba(201, 162, 39, 0.14); border-radius: 50%; padding: 2px; }
@media (max-width: 640px) { .pws-hero__badges { gap: 0.45rem 1.1rem; } .pws-hero__badges li { font-size: 0.8rem; } }

/* ---------- Press strip ---------- */
.pws-press { background: var(--pws-charcoal); border-bottom: 1px solid var(--pws-line-soft); padding: 1.15rem 0; }
.pws-press__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.75rem 2rem; }
.pws-press__label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--pws-gold); white-space: nowrap; }
.pws-press__label::after { content: ''; display: inline-block; width: 26px; height: 1px; background: var(--pws-line); vertical-align: middle; margin-left: 1rem; }
.pws-press__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.5rem 2.25rem; }
.pws-press__list li a, .pws-press__list li span { font-family: var(--pws-serif); font-size: 1.12rem; font-weight: 600; letter-spacing: 0.02em; color: var(--pws-muted); transition: color 0.3s; }
.pws-press__list li a:hover { color: var(--pws-gold-2); }

/* ---------- Stats ---------- */
.pws-stats { position: relative; background: var(--pws-charcoal); border-top: 1px solid var(--pws-line); border-bottom: 1px solid var(--pws-line-soft); }
.pws-stats__list { display: grid; grid-template-columns: repeat(4, 1fr); }
.pws-stats__item { padding: 1.75rem 1rem; text-align: center; border-left: 1px solid var(--pws-line-soft); }
.pws-stats__item:first-child { border-left: 0; }
.pws-stats__value { display: block; font-family: var(--pws-serif); font-weight: 600; font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1; color: var(--pws-gold-2); }
.pws-stats__label { display: block; margin-top: 0.4rem; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pws-muted); }
@media (max-width: 767px) {
	.pws-stats__list { grid-template-columns: repeat(2, 1fr); }
	.pws-stats__item { padding: 1.35rem 0.75rem; }
	.pws-stats__item:nth-child(3) { border-left: 0; }
	.pws-stats__item:nth-child(n+3) { border-top: 1px solid var(--pws-line-soft); }
}

/* =============================================================================
   Frames (photos with gold outline)
   ============================================================================= */
.pws-frame { position: relative; border-radius: var(--pws-radius); overflow: visible; }
.pws-frame img { width: 100%; border-radius: var(--pws-radius); object-fit: cover; aspect-ratio: 4 / 5; box-shadow: var(--pws-shadow); }
.pws-frame::before { content: ''; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--pws-line); border-radius: var(--pws-radius); pointer-events: none; z-index: -1; }
.pws-frame--tall img { aspect-ratio: 3 / 4; }
.pws-frame--wide img { aspect-ratio: 16 / 10; }

/* =============================================================================
   About
   ============================================================================= */
.pws-about { background: radial-gradient(1200px 600px at 100% 0%, rgba(201, 162, 39, 0.07), transparent 60%), var(--pws-black); }
.pws-about__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
.pws-about__media { position: sticky; top: 100px; }
.pws-about__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.pws-quote { position: relative; margin-top: 2.25rem; padding: 1.5rem 1.5rem 1.5rem 3.4rem; border-left: 2px solid var(--pws-gold); background: linear-gradient(90deg, rgba(201, 162, 39, 0.08), transparent); border-radius: 0 var(--pws-radius) var(--pws-radius) 0; }
.pws-quote__mark { position: absolute; left: 1rem; top: 1.25rem; width: 26px; height: 26px; color: var(--pws-gold); opacity: 0.9; }
.pws-quote__mark svg { width: 100%; height: 100%; }
.pws-quote p { font-family: var(--pws-serif); font-style: italic; font-size: 1.35rem; line-height: 1.35; color: #fff; }
.pws-quote cite { display: block; margin-top: 0.75rem; font-style: normal; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pws-gold); }

.pws-timeline { margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--pws-line-soft); }
.pws-timeline__kicker { text-align: center; }
.pws-timeline__kicker::before { display: none; }
.pws-timeline__list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; position: relative; margin-top: 2rem; }
.pws-timeline__list::before { content: ''; position: absolute; left: 0; right: 0; top: 7px; height: 1px; background: linear-gradient(90deg, transparent, var(--pws-gold) 15%, var(--pws-gold) 85%, transparent); opacity: 0.55; }
.pws-timeline__item { position: relative; padding-top: 2rem; }
.pws-timeline__item::before { content: ''; position: absolute; left: 0; top: 0; width: 15px; height: 15px; border-radius: 50%; background: var(--pws-black); border: 2px solid var(--pws-gold); box-shadow: 0 0 0 5px rgba(201, 162, 39, 0.12); }
.pws-timeline__year { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--pws-gold-2); margin-bottom: 0.5rem; }
.pws-timeline__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.3rem; line-height: 1.2; color: #fff; }
.pws-timeline__text { margin-top: 0.5rem; font-size: 0.9rem; color: var(--pws-muted); }

@media (max-width: 1024px) {
	.pws-timeline__list { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
	.pws-timeline__list::before { display: none; }
	.pws-timeline__item { padding-top: 0; padding-left: 1.75rem; }
	.pws-timeline__item::before { top: 4px; }
	.pws-timeline__item::after { content: ''; position: absolute; left: 7px; top: 22px; bottom: -1.5rem; width: 1px; background: var(--pws-line); }
	.pws-timeline__item:last-child::after { display: none; }
}
@media (max-width: 900px) {
	.pws-about__grid { grid-template-columns: 1fr; }
	.pws-about__media { position: static; max-width: 520px; }
	.pws-about__body .pws-section-head--left .pws-h2 { max-width: none; }
}
@media (max-width: 640px) {
	.pws-timeline__list { grid-template-columns: 1fr; row-gap: 2rem; }
}

/* =============================================================================
   Love union
   ============================================================================= */
.pws-love { background: var(--pws-charcoal); overflow: hidden; }
.pws-love__glow { position: absolute; width: 700px; height: 700px; right: -200px; top: -200px; background: radial-gradient(closest-side, rgba(201, 162, 39, 0.16), transparent); pointer-events: none; }
.pws-love__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.pws-love__items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; margin: 0 0 2.25rem; }
.pws-love__item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-top: 1px solid var(--pws-line-soft); }
.pws-love__icon { flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: var(--pws-gold-2); background: rgba(201, 162, 39, 0.1); border: 1px solid var(--pws-line); }
.pws-love__icon svg { width: 22px; height: 22px; }
.pws-love__item-title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.25rem; line-height: 1.2; color: #fff; }
.pws-love__item-text { margin-top: 0.35rem; font-size: 0.92rem; color: var(--pws-muted); }
.pws-love__media { max-width: 480px; margin-left: auto; }
@media (max-width: 900px) {
	.pws-love__grid { grid-template-columns: 1fr; }
	.pws-love__media { margin: 0; max-width: 520px; }
}
@media (max-width: 640px) {
	.pws-love__items { grid-template-columns: 1fr; gap: 0; }
}

/* =============================================================================
   Consultations (light section)
   ============================================================================= */
.pws-consult { background: var(--pws-ivory); color: var(--pws-dark-text); }
.pws-consult::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--pws-gold-3), var(--pws-gold-2), var(--pws-gold-3)); }
.pws-consult .pws-h2, .pws-consult .pws-h3 { color: var(--pws-dark-text); }
.pws-consult .pws-lead, .pws-consult p { color: var(--pws-dark-muted); }
.pws-consult .pws-kicker { color: var(--pws-gold-3); }
.pws-oracles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.pws-oracle { background: #fff; border-radius: var(--pws-radius); overflow: hidden; box-shadow: 0 25px 60px -30px rgba(40, 30, 0, 0.35); border: 1px solid rgba(201, 162, 39, 0.25); transition: transform 0.5s var(--pws-ease), box-shadow 0.5s; }
.pws-oracle:hover { transform: translateY(-6px); box-shadow: 0 35px 70px -30px rgba(40, 30, 0, 0.45); }
.pws-oracle__media { aspect-ratio: 16 / 10; overflow: hidden; }
.pws-oracle__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--pws-ease); }
.pws-oracle:hover .pws-oracle__media img { transform: scale(1.05); }
.pws-oracle__body { padding: 1.75rem 1.9rem 2rem; position: relative; }
.pws-oracle__icon { position: absolute; right: 1.5rem; top: -28px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--pws-black); color: var(--pws-gold-2); border: 2px solid var(--pws-gold); box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.6); }
.pws-oracle__icon svg { width: 26px; height: 26px; }
.pws-oracle__body p { margin-top: 0.75rem; }

.pws-modes { margin-top: clamp(3rem, 6vw, 5rem); }
.pws-modes__title, .pws-steps__title { text-align: center; margin-bottom: 2.5rem; }
.pws-modes__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.pws-mode { background: #fff; border: 1px solid rgba(201, 162, 39, 0.25); border-radius: var(--pws-radius); padding: 1.75rem 1.5rem; text-align: center; transition: transform 0.5s var(--pws-ease), border-color 0.4s; }
.pws-mode:hover { transform: translateY(-4px); border-color: var(--pws-gold); }
.pws-mode__icon { width: 54px; height: 54px; margin: 0 auto 1rem; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.06)); color: var(--pws-gold-3); border: 1px solid rgba(201, 162, 39, 0.4); }
.pws-mode__icon svg { width: 26px; height: 26px; }
.pws-mode__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.35rem; color: var(--pws-dark-text); }
.pws-mode__text { margin-top: 0.5rem; font-size: 0.92rem; }

.pws-steps { margin-top: clamp(3rem, 6vw, 5rem); }
.pws-steps__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: step; position: relative; }
.pws-step { position: relative; padding: 0 0.5rem; text-align: center; }
.pws-step__num { display: inline-block; font-family: var(--pws-serif); font-size: 3.4rem; line-height: 1; font-weight: 600; color: var(--pws-gold); margin-bottom: 0.5rem; }
.pws-step__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.4rem; color: var(--pws-dark-text); }
.pws-step__text { margin-top: 0.5rem; font-size: 0.93rem; }
.pws-consult .pws-center { margin-top: clamp(2.5rem, 5vw, 4rem); }

@media (max-width: 900px) {
	.pws-modes__list, .pws-steps__list { grid-template-columns: 1fr; }
	.pws-mode { text-align: left; display: grid; grid-template-columns: 54px 1fr; column-gap: 1rem; align-items: start; }
	.pws-mode__icon { margin: 0; grid-row: span 2; }
	.pws-step { text-align: left; display: grid; grid-template-columns: 64px 1fr; column-gap: 0.5rem; }
	.pws-step__num { grid-row: span 2; font-size: 2.6rem; }
}
@media (max-width: 767px) {
	.pws-oracles { grid-template-columns: 1fr; }
}

/* =============================================================================
   Trust / commitment
   ============================================================================= */
.pws-trust { background: var(--pws-graphite); overflow: hidden; }
.pws-trust__glow { position: absolute; width: 900px; height: 500px; left: 50%; top: -260px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(201, 162, 39, 0.12), transparent); pointer-events: none; }
.pws-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.pws-trust__card { position: relative; padding: 2rem 1.5rem 1.75rem; border: 1px solid var(--pws-line-soft); border-radius: var(--pws-radius); background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008)); text-align: center; transition: transform 0.5s var(--pws-ease), border-color 0.4s; }
.pws-trust__card:hover { transform: translateY(-5px); border-color: var(--pws-line); }
.pws-trust__card::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 2px; border-radius: 2px 2px 0 0; background: linear-gradient(90deg, transparent, var(--pws-gold), transparent); opacity: 0.55; }
.pws-trust__icon { width: 58px; height: 58px; margin: 0 auto 1.1rem; border-radius: 50%; display: grid; place-items: center; color: var(--pws-gold-2); background: rgba(201, 162, 39, 0.1); border: 1px solid var(--pws-line); }
.pws-trust__icon svg { width: 27px; height: 27px; }
.pws-trust__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.32rem; line-height: 1.18; color: #fff; }
.pws-trust__text { margin-top: 0.55rem; font-size: 0.9rem; color: var(--pws-muted); }
.pws-motto { margin-top: clamp(2.75rem, 5vw, 4.25rem); text-align: center; }
.pws-motto::before { content: ''; display: block; width: 8px; height: 8px; margin: 0 auto 1.4rem; background: var(--pws-gold); transform: rotate(45deg); box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.12); }
.pws-motto__text { font-family: var(--pws-serif); font-style: italic; font-weight: 500; font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1.25; color: #fff; }
.pws-motto__text::before { content: '\201C'; color: var(--pws-gold-2); margin-right: 0.15em; }
.pws-motto__text::after { content: '\201D'; color: var(--pws-gold-2); margin-left: 0.15em; }
.pws-motto__by { display: inline-block; margin-top: 0.9rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pws-gold); }
@media (max-width: 1024px) { .pws-trust__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
	.pws-trust__grid { grid-template-columns: 1fr; }
	.pws-trust__card { display: grid; grid-template-columns: 58px 1fr; column-gap: 1.1rem; text-align: left; padding: 1.35rem 1.25rem; align-items: start; }
	.pws-trust__icon { margin: 0; grid-row: span 2; }
}

/* =============================================================================
   Book
   ============================================================================= */
.pws-book { background: radial-gradient(900px 500px at 0% 50%, rgba(201, 162, 39, 0.09), transparent 60%), var(--pws-black); overflow: hidden; }
.pws-book__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.pws-book__media { position: relative; padding: 0 0 4rem 0; }
.pws-book__photo { max-width: 520px; margin-left: auto; }
.pws-book__photo img { aspect-ratio: 16 / 11; object-position: 12% center; }
.pws-bookcover { position: absolute; left: 0; bottom: 0; width: 240px; aspect-ratio: 2 / 3; border-radius: 4px 12px 12px 4px; background: linear-gradient(160deg, #1c1c22 0%, #0c0c0f 60%, #141418 100%); box-shadow: 0 40px 70px -25px rgba(0, 0, 0, 0.9), inset 12px 0 20px -14px rgba(255, 255, 255, 0.12); transform: perspective(1200px) rotateY(-14deg) rotateX(2deg); transform-origin: left center; transition: transform 0.8s var(--pws-ease); overflow: hidden; }
.pws-book__media:hover .pws-bookcover { transform: perspective(1200px) rotateY(-6deg) rotateX(1deg) translateY(-6px); }
.pws-bookcover::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(201, 162, 39, 0.5); border-radius: inherit; pointer-events: none; }
.pws-bookcover::after { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, rgba(201, 162, 39, 0.2), rgba(201, 162, 39, 0.6), rgba(201, 162, 39, 0.2)); }
.pws-bookcover--image { background: none; }
.pws-bookcover--image img { width: 100%; height: 100%; object-fit: cover; }
.pws-bookcover__inner { position: absolute; inset: 18px 16px 18px 26px; border: 1px solid rgba(201, 162, 39, 0.35); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem 0.75rem; }
.pws-bookcover__orn { width: 18px; height: 18px; color: var(--pws-gold); margin-bottom: 0.8rem; }
.pws-bookcover__orn svg { width: 100%; height: 100%; }
.pws-bookcover__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.55rem; line-height: 1.05; color: var(--pws-gold-2); letter-spacing: 0.01em; }
.pws-bookcover__rule { width: 36px; height: 1px; background: var(--pws-gold); margin: 0.8rem 0; }
.pws-bookcover__sub { font-family: var(--pws-serif); font-style: italic; font-size: 0.95rem; color: #fff; line-height: 1.2; }
.pws-bookcover__author { margin-top: auto; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pws-gold); }
.pws-book__subtitle { font-family: var(--pws-serif); font-style: italic; font-size: 1.5rem; color: var(--pws-gold-2); margin-top: -1.5rem; margin-bottom: 0.5rem; }
.pws-book__author { font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pws-muted); margin-bottom: 1.5rem; }
.pws-book__author strong { color: #fff; }
.pws-book__body .pws-prose { margin-bottom: 2rem; }
@media (max-width: 900px) {
	.pws-book__grid { grid-template-columns: 1fr; }
	.pws-book__media { padding-bottom: 3.5rem; }
	.pws-book__photo { margin: 0 0 0 auto; max-width: 100%; }
	.pws-bookcover { width: min(200px, 44vw); }
}

/* =============================================================================
   TV
   ============================================================================= */
.pws-tv { background: var(--pws-graphite); }
.pws-tv__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.pws-tv__screen { max-width: 480px; }
.pws-tv__frame { position: relative; aspect-ratio: 16 / 10; border-radius: 22px; padding: 12px; background: linear-gradient(160deg, #26262d, #0b0b0e); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(255, 255, 255, 0.06); }
.pws-tv__content { position: relative; height: 100%; border-radius: 12px; overflow: hidden; background: radial-gradient(120% 90% at 50% 100%, rgba(201, 162, 39, 0.28), transparent 60%), linear-gradient(180deg, #17171c, #0a0a0c); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1.5rem; border: 1px solid rgba(201, 162, 39, 0.25); }
.pws-tv__content::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px); pointer-events: none; }
.pws-tv__cup { width: 56px; height: 56px; color: var(--pws-gold-2); margin-bottom: 0.5rem; }
.pws-tv__cup svg { width: 100%; height: 100%; }
.pws-tv__logo { font-family: var(--pws-serif); font-weight: 700; font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1; color: #fff; letter-spacing: 0.01em; }
.pws-tv__with { margin-top: 0.4rem; font-family: var(--pws-serif); font-style: italic; font-size: 1.05rem; color: var(--pws-gold-2); }
.pws-tv__live { position: absolute; left: 14px; top: 12px; font-size: 0.67rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; background: rgba(201, 162, 39, 0.9); color: var(--pws-black); padding: 0.25rem 0.55rem; border-radius: 4px; }
.pws-tv__stand { width: 42%; height: 12px; margin: 10px auto 0; border-radius: 0 0 10px 10px; background: linear-gradient(180deg, #202027, #0a0a0c); }
.pws-tv__schedule { display: flex; align-items: center; gap: 0.75rem; margin: -0.5rem 0 1.75rem; padding: 0.9rem 1.1rem; border: 1px solid var(--pws-line); border-radius: 12px; background: rgba(201, 162, 39, 0.06); color: #fff; font-weight: 600; font-size: 0.95rem; }
.pws-tv__schedule svg { width: 22px; height: 22px; color: var(--pws-gold-2); flex: 0 0 auto; }
.pws-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.pws-chip { padding: 0.5rem 0.9rem; border-radius: 999px; border: 1px solid var(--pws-line-soft); background: rgba(255, 255, 255, 0.03); font-size: 0.85rem; color: var(--pws-text); }
@media (max-width: 900px) {
	.pws-tv__grid { grid-template-columns: 1fr; }
	.pws-tv__screen { max-width: 100%; }
}

/* =============================================================================
   Temple + gallery
   ============================================================================= */
.pws-temple { background: var(--pws-black); }
.pws-temple__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.pws-addresses { display: grid; gap: 1rem; margin-top: 0.5rem; }
.pws-address { display: flex; gap: 1rem; padding: 1.25rem 1.35rem; border: 1px solid var(--pws-line-soft); border-radius: var(--pws-radius); background: rgba(255, 255, 255, 0.02); transition: border-color 0.4s; }
.pws-address:hover { border-color: var(--pws-line); }
.pws-address__icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(201, 162, 39, 0.1); color: var(--pws-gold-2); border: 1px solid var(--pws-line); }
.pws-address__icon svg { width: 22px; height: 22px; }
.pws-address__title { font-family: var(--pws-serif); font-weight: 600; font-size: 1.3rem; color: #fff; }
.pws-address p { margin: 0.35rem 0 0.5rem; color: var(--pws-muted); font-size: 0.95rem; }
.pws-map { position: relative; margin-top: 1.5rem; border-radius: var(--pws-radius); overflow: hidden; border: 1px solid var(--pws-line-soft); aspect-ratio: 16 / 9; background: var(--pws-ink); }
.pws-map iframe { position: relative; z-index: 1; width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.35) contrast(1.05); }
.pws-map__fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.4rem; text-align: center; padding: 1rem; color: var(--pws-muted); font-size: 0.9rem; background: radial-gradient(60% 60% at 50% 50%, rgba(201, 162, 39, 0.08), transparent); }
.pws-map__fallback svg { width: 32px; height: 32px; color: var(--pws-gold); margin-bottom: 0.25rem; }
.pws-gallery { margin-top: clamp(3rem, 6vw, 5rem); }
.pws-gallery__title { text-align: center; margin-bottom: 2rem; }
.pws-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 0.9rem; }
.pws-gallery__item { position: relative; display: block; border-radius: 14px; overflow: hidden; background: var(--pws-ink); }
.pws-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--pws-ease), filter 0.6s; }
.pws-gallery__item:hover img { transform: scale(1.06); }
.pws-gallery__item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 10, 12, 0.85), transparent 55%); opacity: 0; transition: opacity 0.5s; }
.pws-gallery__item:hover::after { opacity: 1; }
.pws-gallery__cap { position: absolute; left: 1rem; right: 1rem; bottom: 0.9rem; z-index: 1; font-size: 0.82rem; font-weight: 600; color: #fff; opacity: 0; transform: translateY(8px); transition: opacity 0.5s, transform 0.5s var(--pws-ease); }
.pws-gallery__item:hover .pws-gallery__cap { opacity: 1; transform: none; }
.pws-gallery__item:nth-child(8n+1) { grid-column: span 2; grid-row: span 2; }
.pws-gallery__item:nth-child(8n+2) { grid-row: span 2; }
.pws-gallery__item:nth-child(8n+5) { grid-column: span 2; }
.pws-gallery__item:nth-child(8n+6) { grid-row: span 2; }
.pws-gallery__item:nth-child(8n+7) { grid-row: span 2; }
.pws-gallery__item:nth-child(8n+8) { grid-column: span 2; }
@media (max-width: 900px) {
	.pws-temple__grid { grid-template-columns: 1fr; }
	.pws-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
	.pws-gallery__item:nth-child(n) { grid-column: auto; grid-row: auto; }
	.pws-gallery__item:nth-child(4n+1) { grid-column: span 2; }
	.pws-gallery__item:nth-child(4n+2), .pws-gallery__item:nth-child(4n+3) { grid-row: span 2; }
	.pws-gallery__cap { opacity: 1; transform: none; }
	.pws-gallery__item::after { opacity: 1; }
}

/* =============================================================================
   Testimonials
   ============================================================================= */
.pws-testimonials { background: var(--pws-charcoal); }
.pws-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pws-testimonial { position: relative; padding: 2.25rem 1.75rem 1.75rem; border: 1px solid var(--pws-line-soft); border-radius: var(--pws-radius); background: rgba(255, 255, 255, 0.02); }
.pws-testimonial__mark { position: absolute; top: -16px; left: 1.5rem; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--pws-gold); color: var(--pws-black); }
.pws-testimonial__mark svg { width: 20px; height: 20px; }
.pws-testimonial blockquote p { font-family: var(--pws-serif); font-size: 1.2rem; line-height: 1.45; color: #fff; font-style: italic; }
.pws-testimonial figcaption { margin-top: 1.25rem; display: flex; flex-direction: column; font-size: 0.85rem; color: var(--pws-muted); }
.pws-testimonial figcaption strong { color: var(--pws-gold-2); font-weight: 600; }
@media (max-width: 900px) { .pws-testimonials__grid { grid-template-columns: 1fr; } }

/* =============================================================================
   FAQ
   ============================================================================= */
.pws-faq { background: var(--pws-black); }
.pws-faq__item { border-bottom: 1px solid var(--pws-line-soft); }
.pws-faq__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; cursor: pointer; font-family: var(--pws-serif); font-weight: 600; font-size: 1.3rem; color: #fff; transition: color 0.3s; }
.pws-faq__item summary::-webkit-details-marker { display: none; }
.pws-faq__item summary svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--pws-gold); transition: transform 0.4s var(--pws-ease); }
.pws-faq__item[open] summary { color: var(--pws-gold-2); }
.pws-faq__item[open] summary svg { transform: rotate(180deg); }
.pws-faq__answer { padding: 0 0 1.5rem; color: var(--pws-muted); max-width: 70ch; }

/* =============================================================================
   Contact
   ============================================================================= */
.pws-contact { background: linear-gradient(to bottom, var(--pws-black), var(--pws-charcoal)); }
.pws-contact__panel { position: relative; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); padding: clamp(2rem, 5vw, 4rem); border-radius: 28px; background: linear-gradient(135deg, rgba(201, 162, 39, 0.12), rgba(201, 162, 39, 0.03) 40%, rgba(255, 255, 255, 0.02)); border: 1px solid var(--pws-line); overflow: hidden; }
.pws-contact__panel::before { content: ''; position: absolute; width: 500px; height: 500px; right: -180px; bottom: -220px; background: radial-gradient(closest-side, rgba(201, 162, 39, 0.18), transparent); pointer-events: none; }
.pws-contact__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 0.5rem; }
.pws-contact__list { display: grid; gap: 1rem; align-content: center; }
.pws-contact__list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.pws-contact__list a:hover { color: var(--pws-gold-2); }
.pws-contact__icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--pws-gold-2); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--pws-line-soft); }
.pws-contact__icon svg { width: 20px; height: 20px; }
.pws-contact__label { display: block; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pws-muted); margin-bottom: 0.1rem; }
.pws-contact__list li > div { line-height: 1.5; }
@media (max-width: 900px) { .pws-contact__panel { grid-template-columns: 1fr; } }

/* =============================================================================
   Footer
   ============================================================================= */
.pws-footer { background: var(--pws-black); border-top: 1px solid var(--pws-line); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; color: var(--pws-muted); font-size: 0.92rem; }
.pws-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.pws-footer__name { font-family: var(--pws-serif); font-weight: 600; font-size: 1.6rem; color: #fff; margin-top: 1rem; }
.pws-footer__tagline { max-width: 34ch; margin-top: 0.35rem; }
.pws-footer__title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pws-gold); margin: 0 0 0.75rem; }
.pws-footer__col p + .pws-footer__title { margin-top: 1.5rem; }
.pws-footer__legal { margin-top: 0.6rem; font-size: 0.8rem; }
.pws-footer a:hover { color: var(--pws-gold-2); }
.pws-social { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.pws-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--pws-line-soft); color: #fff; transition: border-color 0.3s, color 0.3s, transform 0.3s var(--pws-ease); }
.pws-social a svg { width: 18px; height: 18px; }
.pws-social a:hover { border-color: var(--pws-gold); color: var(--pws-gold-2); transform: translateY(-3px); }
.pws-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--pws-line-soft); font-size: 0.8rem; }
@media (max-width: 900px) { .pws-footer__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* =============================================================================
   Floating WhatsApp + back to top
   ============================================================================= */
.pws-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 950; display: flex; align-items: center; gap: 0.6rem; height: 58px; padding: 0 1.1rem 0 0.9rem; border-radius: 999px; background: var(--pws-wa); color: #fff; font-weight: 700; font-size: 0.9rem; box-shadow: 0 18px 40px -14px rgba(37, 211, 102, 0.8); transition: transform 0.35s var(--pws-ease), box-shadow 0.35s; }
.pws-float:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -14px rgba(37, 211, 102, 0.9); }
.pws-float svg { width: 30px; height: 30px; position: relative; }
.pws-float__pulse { position: absolute; inset: 0; border-radius: inherit; background: var(--pws-wa); opacity: 0.45; animation: pws-pulse 2.4s infinite; z-index: -1; }
@keyframes pws-pulse { 0% { transform: scale(1); opacity: 0.45; } 100% { transform: scale(1.35); opacity: 0; } }
@media (max-width: 640px) {
	.pws-float { width: 58px; padding: 0; justify-content: center; }
	.pws-float__label { display: none; }
}
.pws-totop { position: fixed; left: 1.25rem; bottom: 1.25rem; z-index: 940; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--pws-line); background: rgba(10, 10, 12, 0.85); color: var(--pws-gold-2); display: grid; place-items: center; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity 0.4s, transform 0.4s var(--pws-ease); }
.pws-totop.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.pws-totop svg { width: 24px; height: 24px; transform: rotate(180deg); }

/* =============================================================================
   Lightbox
   ============================================================================= */
.pws-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(6, 6, 8, 0.94); padding: 2rem; }
.pws-lightbox.is-open { display: flex; }
.pws-lightbox__figure { max-width: min(1100px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.pws-lightbox__figure img { max-width: 100%; max-height: 80vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.9); }
.pws-lightbox__figure figcaption { font-size: 0.9rem; color: var(--pws-muted); text-align: center; }
.pws-lightbox__close, .pws-lightbox__nav { position: absolute; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.05); color: #fff; transition: border-color 0.3s, color 0.3s; }
.pws-lightbox__close:hover, .pws-lightbox__nav:hover { border-color: var(--pws-gold); color: var(--pws-gold-2); }
.pws-lightbox__close { top: 1.25rem; right: 1.25rem; }
.pws-lightbox__close svg, .pws-lightbox__nav svg { width: 26px; height: 26px; }
.pws-lightbox__nav { top: 50%; transform: translateY(-50%); }
.pws-lightbox__nav--prev { left: 1.25rem; }
.pws-lightbox__nav--prev svg { transform: rotate(90deg); }
.pws-lightbox__nav--next { right: 1.25rem; }
.pws-lightbox__nav--next svg { transform: rotate(-90deg); }
@media (max-width: 640px) {
	.pws-lightbox { padding: 1rem; }
	.pws-lightbox__nav { top: auto; bottom: 1rem; transform: none; }
}

/* =============================================================================
   Inline mode (shortcode inside a theme)
   ============================================================================= */
.pws--inline { background: var(--pws-black); color: var(--pws-text); font-family: var(--pws-sans); line-height: 1.7; }
.pws--inline .pws-hero { min-height: 80vh; padding-top: 5rem; }

/* ---------- Print ---------- */
@media print {
	.pws-header, .pws-float, .pws-totop, .pws-lightbox, .pws-hero__scroll { display: none !important; }
	.pws-body { background: #fff; color: #000; }
}


/* =============================================================================
   Mobile-first optimization layer — touch targets, safe areas, small & short
   screens, tablets. Later rules win at equal specificity.
   ============================================================================= */

/* Comfortable, instant taps everywhere */
:where(.pws-body, .pws--inline) a, :where(.pws-body, .pws--inline) button, :where(.pws-body, .pws--inline) summary { -webkit-tap-highlight-color: rgba(201, 162, 39, 0.18); touch-action: manipulation; }

/* Notched phones (iPhone/Android): keep content and floating buttons off the edges */
.pws-container { padding-left: max(var(--pws-gutter), env(safe-area-inset-left)); padding-right: max(var(--pws-gutter), env(safe-area-inset-right)); }
.pws-float { right: max(1.1rem, env(safe-area-inset-right)); bottom: max(1.1rem, calc(0.6rem + env(safe-area-inset-bottom))); }
.pws-totop { left: max(1.1rem, env(safe-area-inset-left)); bottom: max(1.1rem, calc(0.6rem + env(safe-area-inset-bottom))); }
.pws-lightbox { padding-bottom: max(2rem, calc(1rem + env(safe-area-inset-bottom))); }
@media (max-width: 1100px) {
	.pws-nav { padding-bottom: calc(2rem + env(safe-area-inset-bottom)); padding-right: max(2rem, env(safe-area-inset-right)); }
}

/* Long words and balanced headings never break the layout */
.pws-hero__title, .pws-h2, .pws-h3, .pws-brand__name { overflow-wrap: break-word; }
.pws-hero__title, .pws-section-head--center .pws-h2, .pws-motto__text { text-wrap: balance; }

/* Touch devices (phones and tablets): every control easy to hit (44–48px) */
@media (pointer: coarse) {
	.pws-btn { min-height: 48px; }
	.pws-btn--sm { min-height: 44px; }
	.pws-lang { min-height: 44px; min-width: 44px; justify-content: center; }
	.pws-burger { width: 48px; height: 48px; }
	.pws-totop { width: 48px; height: 48px; }
	.pws-social a { width: 46px; height: 46px; }
	.pws-nav__link { display: flex; align-items: center; min-height: 46px; }
	.pws-link { min-height: 44px; }
	.pws-press { padding: 0.45rem 0; }
	.pws-press__list { gap: 0 1.9rem; }
	.pws-press__list li a, .pws-press__list li span { display: inline-flex; align-items: center; min-height: 44px; }
	.pws-contact__list a, .pws-footer a { display: inline-block; padding-block: 0.62rem; margin-block: -0.45rem; }
	.pws-faq__item summary { padding: 1.35rem 0; }
	.pws-lightbox__close, .pws-lightbox__nav { width: 52px; height: 52px; }
	.pws-gallery__item::after { opacity: 1; }
	.pws-gallery__cap { opacity: 1; transform: none; }
	.pws-oracle:hover, .pws-mode:hover, .pws-trust__card:hover, .pws-address:hover { transform: none; }
}

/* Very small phones (320–360px): tighter rhythm, nothing overflows */
@media (max-width: 360px) {
	:root { --pws-gutter: 1rem; }
	.pws-hero__title { font-size: 2.9rem; }
	.pws-hero__subtitle { font-size: 1.35rem; }
	.pws-hero__text { font-size: 0.98rem; }
	.pws-btn { padding: 0.9rem 1.15rem; font-size: 0.9rem; }
	.pws-btn--lg { padding: 1rem 1.3rem; font-size: 0.95rem; }
	.pws-brand__name { font-size: 1.25rem; }
	.pws-stats__value { font-size: 1.7rem; }
	.pws-stats__label { font-size: 0.7rem; }
	.pws-quote p { font-size: 1.2rem; }
	.pws-bookcover { width: min(180px, 58vw); }
	.pws-tv__logo { font-size: 1.6rem; }
	.pws-contact__panel { padding: 1.5rem 1.15rem; }
}

/* Phones held sideways (short landscape): hero fits without cutting the buttons */
@media (max-height: 620px) and (orientation: landscape) {
	.pws-hero { min-height: 0; align-items: center; padding: calc(var(--pws-header-h) + 2.25rem) 0 3.25rem; }
	.pws-hero__bg img { object-position: 68% 25%; }
	.pws-hero__overlay { background: linear-gradient(90deg, rgba(10, 10, 12, 0.9) 0%, rgba(10, 10, 12, 0.65) 45%, rgba(10, 10, 12, 0.2) 100%), linear-gradient(to bottom, transparent 70%, var(--pws-black) 100%); }
	.pws-hero__title { font-size: clamp(2.3rem, 10vh, 3.4rem); }
	.pws-hero__subtitle { margin-top: 0.4rem; font-size: 1.3rem; }
	.pws-hero__text { margin-top: 0.9rem; }
	.pws-hero__actions { margin-top: 1.4rem; max-width: none; width: auto; }
	.pws-hero__actions .pws-btn { width: auto; }
	.pws-hero__badges { margin-top: 1.1rem; }
	.pws-hero__scroll { display: none; }
}
