/* Styles for the "Places to Visit in Varanasi" guide pages (hub + one page per
   temple / ghat / experience). Everything is nested under .plc-page so it never
   leaks into the rest of the site. Same design tokens as the other campaign
   pages (navy / gold / red, Poppins + Inter). */

.plc-page {
	--plc-primary: #d83030;
	--plc-primary-dark: #b22323;
	--plc-navy: #032e42;
	--plc-gold: #e8a33d;
	--plc-gray: #5d6a70;
	--plc-light: #f3f5f6;
	--plc-line: #e3e8ea;
	--plc-radius: 14px;

	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--plc-navy);
	line-height: 1.65;
	/* clip (not hidden) so the sticky on-page nav can still stick */
	overflow-x: clip;
}
.plc-page * { box-sizing: border-box; }
.plc-page img { max-width: 100%; height: auto; display: block; }
.plc-page a { color: var(--plc-primary); }
.plc-page h1, .plc-page h2, .plc-page h3 {
	font-family: 'Poppins', 'Inter', sans-serif;
	color: var(--plc-navy);
	margin: 0 0 12px;
	line-height: 1.25;
	letter-spacing: -.01em;
}
.plc-container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.plc-sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Breadcrumb */
.plc-crumbs { max-width: 1140px; margin: 0 auto; padding: 14px 20px; font-size: 13px; color: var(--plc-gray); white-space: nowrap; overflow-x: auto; }
.plc-crumbs a { color: var(--plc-gray); text-decoration: none; padding: 10px 2px; display: inline-block; }
.plc-crumbs a:hover { color: var(--plc-primary); }
.plc-crumbs span[aria-hidden] { margin: 0 6px; }

/* Buttons */
.plc-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 26px; min-height: 48px; border-radius: 50px;
	font-weight: 700; font-size: 15px; text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}
.plc-page a.plc-btn { color: #fff; }
.plc-btn:hover { transform: translateY(-2px); }
.plc-btn--wa { background: #1fa855; box-shadow: 0 8px 20px rgba(31,168,85,.3); }
.plc-btn--wa:hover { background: #178f46; }
.plc-btn--red { background: var(--plc-primary); }
.plc-btn--red:hover { background: var(--plc-primary-dark); }
.plc-btn--outline { background: transparent; box-shadow: inset 0 0 0 2px rgba(255,255,255,.75); }
.plc-btn--light { background: #fff; }
.plc-page a.plc-btn--light { color: var(--plc-primary); }
.plc-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

/* Hero */
.plc-hero {
	position: relative; color: #fff; padding: 64px 0 60px; min-height: 500px;
	background-size: cover; background-position: center; background-color: var(--plc-navy);
	overflow: hidden;
}
.plc-hero::after {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(90deg, rgba(1,23,37,.93) 0%, rgba(3,46,66,.86) 44%, rgba(3,46,66,.55) 72%, rgba(3,46,66,.35) 100%);
}
.plc-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: clamp(32px, 6vw, 84px); align-items: center; }
.plc-eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 1.3px; font-size: 12px; font-weight: 700; color: var(--plc-gold); margin: 0 0 14px; }
.plc-page .plc-hero h1 { color: #fff; font-size: clamp(34px, 4.2vw, 54px); font-weight: 800; line-height: 1.1; margin-bottom: 16px; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.plc-page .plc-hero h1 span { display: block; margin-top: 12px; font-size: .46em; line-height: 1.3; font-weight: 700; letter-spacing: 0; color: var(--plc-gold); }
.plc-hero__lead { font-size: 17.5px; color: #eef3f6; max-width: 620px; margin: 0; }
.plc-glance { padding: 26px; background: rgba(3,26,40,.78); border: 1px solid rgba(255,255,255,.22); border-top: 3px solid var(--plc-gold); border-radius: 16px; box-shadow: 0 22px 50px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.plc-glance__title { margin: 0 0 6px; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; color: #fff; }
.plc-glance dl { margin: 0; }
.plc-glance dl > div { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }
.plc-glance dl > div:first-child { border-top: 0; }
.plc-glance dt { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #b7c8d0; }
.plc-glance dd { margin: 2px 0 0; font-size: 14.5px; font-weight: 600; color: #fff; line-height: 1.4; }

/* Compact visitor essentials replace the tall hero-side card below desktop. */
.plc-essentials { display: none; background: #fff; border-bottom: 1px solid var(--plc-line); }
.plc-essentials__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.plc-essential { display: flex; align-items: center; gap: 12px; padding: 18px 16px; border-right: 1px solid var(--plc-line); }
.plc-essential:last-child { border-right: 0; }
.plc-essential__icon,
.plc-card__icon,
.plc-step__icon,
.plc-journey__icon {
	display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
	width: 42px; height: 42px; border-radius: 12px; color: var(--plc-primary);
	background: #fff1eb;
}
.plc-essential__icon .ico,
.plc-card__icon .ico,
.plc-step__icon .ico,
.plc-journey__icon .ico { width: 18px; height: 18px; }
.plc-essential span:not(.plc-essential__icon) { display: block; color: var(--plc-gray); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.plc-essential strong { display: block; margin-top: 1px; color: var(--plc-navy); font-size: 14px; line-height: 1.35; }

/* On-page nav */
.plc-toc { position: sticky; top: 68px; z-index: 8; background: rgba(255,255,255,.97); border-bottom: 1px solid #dce7ea; box-shadow: 0 8px 18px rgba(3,46,66,.07); backdrop-filter: blur(12px); }
.plc-toc__inner { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 52px; overflow-x: auto; scrollbar-width: none; }
.plc-toc__inner::-webkit-scrollbar { display: none; }
.plc-toc a { color: var(--plc-navy); text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; padding: 7px 12px; border-radius: 999px; }
.plc-toc a:hover { color: var(--plc-primary); background: #fff1eb; }
.plc-toc a.is-active { color: #fff; background: var(--plc-primary); }
.plc-toc a:focus-visible { outline: 2px solid var(--plc-primary); outline-offset: 2px; }
.plc-toc.has-overflow-left::before,
.plc-toc.has-overflow-right::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 28px; pointer-events: none; }
.plc-toc.has-overflow-left::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.plc-toc.has-overflow-right::after { right: 0; background: linear-gradient(270deg, #fff, rgba(255,255,255,0)); }

/* Sections */
.plc-section { padding: 60px 0; background: #fff; scroll-margin-top: 128px; }
.plc-section--alt { background: var(--plc-light); }
.plc-kicker { margin: 0 0 8px; text-align: center; color: var(--plc-primary); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.plc-page h2.plc-title { text-align: center; font-size: clamp(26px, 3vw, 34px); margin-bottom: 10px; }
.plc-sub { text-align: center; color: var(--plc-gray); max-width: 720px; margin: 0 auto 30px; }
.plc-prose { max-width: 820px; margin: 0 auto; }
.plc-prose p { margin: 0 0 16px; color: #45535a; font-size: 16.5px; }
.plc-prose ul { margin: 0 0 18px; padding: 0; list-style: none; }
.plc-prose li { position: relative; padding-left: 26px; margin: 0 0 10px; color: #45535a; font-size: 16px; }
.plc-prose li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: var(--plc-gold); }
.plc-prose strong { color: var(--plc-navy); }
.plc-block { max-width: 900px; margin: 26px auto 0; }
.plc-block:first-child { margin-top: 0; }
.plc-block--wide { max-width: 1100px; }

/* Editorial image + copy blocks */
.plc-story-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: clamp(30px, 5vw, 64px); align-items: center; max-width: 1040px; margin: 28px auto 0; }
.plc-story-split--overview { margin-top: 30px; }
.plc-story-split .plc-prose { max-width: none; }
.plc-story-image { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #dfe6e9; box-shadow: 0 18px 40px rgba(3,46,66,.16); }
.plc-story-image img { width: 100%; height: 360px; object-fit: cover; }
.plc-story-image figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; padding: 10px 12px; border-radius: 9px; background: rgba(3,26,40,.83); color: #fff; font-size: 12.5px; font-weight: 700; line-height: 1.35; backdrop-filter: blur(8px); }

/* Scannable quick facts used by the featured temple guide. */
.plc-facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.plc-facts-grid > div { padding: 18px; border: 1px solid var(--plc-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 20px rgba(3,46,66,.06); }
.plc-facts-grid dt { margin: 0 0 5px; color: var(--plc-primary); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.plc-facts-grid dd { margin: 0; color: #45535a; font-size: 14.5px; line-height: 1.5; }
.plc-facts-grid dd a { font-weight: 700; }

/* Callout */
.plc-note { max-width: 820px; margin: 22px auto 0; padding: 14px 18px; border-left: 4px solid var(--plc-gold); border-radius: 0 10px 10px 0; background: #fff8eb; color: #4b5a60; font-size: 14.5px; }
.plc-note strong { color: var(--plc-navy); }

/* Facts / data tables */
.plc-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; background: #fff; border-radius: var(--plc-radius); box-shadow: 0 12px 32px rgba(3,46,66,.1); }
.plc-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.plc-table th, .plc-table td { padding: 13px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--plc-line); line-height: 1.55; }
.plc-table thead th { background: var(--plc-navy); color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.plc-table tbody th { width: 29%; color: var(--plc-navy); font-weight: 700; }
.plc-table td { color: #4b5a60; }
.plc-table tbody tr:nth-child(even) { background: #fafbfc; }
.plc-table tbody tr:last-child > * { border-bottom: 0; }
.plc-table--wide tbody th { width: 24%; }

/* Timeline (history): year | dot on the rail | text */
.plc-timeline { max-width: 820px; margin: 0 auto; padding: 0; list-style: none; position: relative; }
.plc-timeline::before { content: ""; position: absolute; left: 72px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--plc-gold), rgba(232,163,61,.2)); }
.plc-timeline li { display: grid; grid-template-columns: 56px 1fr; gap: 0 34px; position: relative; padding: 0 0 22px; margin: 0; }
.plc-timeline li::before { content: ""; position: absolute; left: 66px; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--plc-gold); }
.plc-timeline__when { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--plc-primary); font-size: 15px; text-align: right; padding-top: 2px; }
.plc-timeline__what { margin: 0; color: #45535a; font-size: 15.5px; }
.plc-page--featured-temple .plc-timeline li { padding-bottom: 14px; }
.plc-page--featured-temple .plc-timeline__what { padding: 13px 16px; border: 1px solid var(--plc-line); border-radius: 11px; background: #fff; box-shadow: 0 6px 16px rgba(3,46,66,.05); }
.plc-page--featured-temple .plc-timeline li::before { top: 19px; }

/* Cards */
.plc-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.plc-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plc-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 860px) { .plc-cards--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .plc-cards--3, .plc-cards--2 { grid-template-columns: 1fr; } }
.plc-card { background: #fff; border: 1px solid var(--plc-line); border-radius: var(--plc-radius); padding: 24px; border-top: 3px solid var(--plc-gold); }
.plc-section--alt .plc-card { background: #fff; }
.plc-card__icon { width: 46px; height: 46px; margin-bottom: 15px; border-radius: 50%; }
.plc-page .plc-card h3 { font-size: 17px; margin-bottom: 8px; }
.plc-card p { margin: 0; color: #4b5a60; font-size: 15px; }

/* Darshan process */
.plc-visit-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 58px); align-items: stretch; margin-top: 32px; }
.plc-visit-layout__image img { height: 100%; min-height: 480px; }
.plc-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: visit-step; }
.plc-steps li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 0 14px; align-items: start; padding: 18px 18px 18px 76px; border: 1px solid var(--plc-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(3,46,66,.06); }
.plc-step__number { position: absolute; left: 16px; top: 17px; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--plc-primary); color: #fff; font-size: 12px; font-weight: 800; }
.plc-step__icon { grid-column: 1; grid-row: 1 / span 2; }
.plc-steps li > div { grid-column: 2; }
.plc-page .plc-steps h3 { margin: 1px 0 5px; font-size: 16px; }
.plc-steps p { margin: 0; color: #4b5a60; font-size: 14px; line-height: 1.5; }

.plc-feature-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center; max-width: 900px; margin: 24px auto 0; padding: 22px 24px; border: 1px solid #cfe6d7; border-radius: 15px; background: linear-gradient(135deg, #eefaf2, #fff); box-shadow: 0 10px 26px rgba(3,46,66,.07); }
.plc-feature-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #dff4e6; color: #168344; }
.plc-feature-card__icon .ico { width: 21px; height: 21px; }
.plc-page .plc-feature-card h3 { margin: 0 0 4px; font-size: 18px; }
.plc-feature-card p { margin: 0; color: #4b5a60; font-size: 14.5px; }
.plc-feature-card > a { white-space: nowrap; font-size: 14px; font-weight: 800; text-decoration: none; }

/* Route from arrival point to the temple */
.plc-journey { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: route-step; }
.plc-journey li { position: relative; padding: 22px 20px; border: 1px solid var(--plc-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 24px rgba(3,46,66,.06); }
.plc-journey li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; right: -16px; top: 42px; width: 32px; height: 3px; border-radius: 99px; background: var(--plc-gold); }
.plc-journey__icon { margin-bottom: 14px; }
.plc-journey__step { display: block; margin-bottom: 5px; color: var(--plc-primary); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plc-page .plc-journey h3 { margin: 0 0 7px; font-size: 17px; }
.plc-journey p { margin: 0; color: #4b5a60; font-size: 13.5px; line-height: 1.55; }

/* Place cards (nearby + hub) */
.plc-places { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.plc-place { flex: 0 1 calc((100% - 66px) / 4); min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--plc-line); border-radius: var(--plc-radius); overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .25s ease, transform .25s ease; }
/* columns follow the card count so a row is never left with a lone orphan */
.plc-places--c3 .plc-place { flex-basis: calc((100% - 44px) / 3); }
.plc-places--c2 .plc-place { flex-basis: calc((100% - 22px) / 2); }
.plc-place:hover { box-shadow: 0 16px 34px rgba(3,46,66,.14); transform: translateY(-4px); }
.plc-place__img { height: 170px; overflow: hidden; background: var(--plc-light); }
.plc-place__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.plc-place:hover .plc-place__img img { transform: scale(1.06); }
.plc-place__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.plc-place__tag { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--plc-primary); }
.plc-page .plc-place__body h3 { font-size: 18px; margin: 0; color: var(--plc-navy); }
.plc-place__body p { margin: 0; color: #4b5a60; font-size: 14.5px; flex: 1; }
.plc-place__go { margin-top: 6px; font-weight: 700; font-size: 14px; color: var(--plc-primary); }

/* Chips */
.plc-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 900px; margin: 0 auto; }
.plc-chip { padding: 9px 16px; border: 1px solid var(--plc-line); border-radius: 999px; background: #fff; color: var(--plc-navy) !important; font-size: 14px; font-weight: 600; text-decoration: none; }
.plc-chip:hover { border-color: var(--plc-primary); color: var(--plc-primary) !important; }

/* Gallery */
.plc-section--gallery { background: linear-gradient(145deg, #032e42 0%, #082938 100%); }
.plc-section--gallery .plc-kicker { color: #f3c16d; }
.plc-page .plc-section--gallery .plc-title { color: #fff; }
.plc-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 165px; gap: 14px; }
.plc-gallery a { position: relative; display: block; grid-column: span 4; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; overflow: hidden; }
.plc-gallery a:first-child { grid-column: span 7; grid-row: span 2; }
.plc-gallery a:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.plc-gallery a:nth-child(4), .plc-gallery a:nth-child(5) { grid-column: span 4; }
.plc-gallery a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.72)); pointer-events: none; }
.plc-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.plc-gallery a:hover img { transform: scale(1.05); }
.plc-gallery__caption { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 14px; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.35; text-shadow: 0 2px 10px rgba(0,0,0,.65); }

/* FAQ */
.plc-faq { max-width: 800px; margin: 0 auto; }
.plc-faq__item { border-bottom: 1px solid var(--plc-line); }
.plc-faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 18px 4px; font: 700 16px/1.4 'Inter', sans-serif; color: var(--plc-navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.plc-faq__q:hover, .plc-faq__item.is-open .plc-faq__q { color: var(--plc-primary); }
.plc-faq__icon { flex: 0 0 auto; font-size: 22px; font-weight: 800; color: var(--plc-primary); transition: transform .3s ease; }
.plc-faq__item.is-open .plc-faq__icon { transform: rotate(135deg); }
.plc-faq__a { max-height: 0; overflow: hidden; padding: 0 4px; color: #4b5a60; transition: max-height .35s cubic-bezier(.4,0,.2,1); }
.plc-faq__item.is-open .plc-faq__a { max-height: 900px; }
.plc-faq__a p { margin: 0 0 16px; font-size: 15.5px; }

/* Services strip + final CTA */
.plc-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.plc-service { display: block; background: #fff; border: 1px solid var(--plc-line); border-radius: var(--plc-radius); padding: 22px; text-decoration: none; color: inherit; transition: box-shadow .25s ease, transform .25s ease; }
.plc-service:hover { box-shadow: 0 14px 30px rgba(3,46,66,.12); transform: translateY(-3px); }
.plc-page .plc-service h3 { font-size: 17px; margin-bottom: 6px; }
.plc-service p { margin: 0 0 10px; color: #4b5a60; font-size: 14.5px; }
.plc-service span { font-weight: 700; font-size: 14px; color: var(--plc-primary); }
.plc-final { background: linear-gradient(135deg, var(--plc-primary), var(--plc-primary-dark)); color: #fff; padding: 60px 0; text-align: center; }
.plc-page .plc-final h2 { color: #fff; font-size: clamp(26px, 3vw, 32px); }
.plc-final p { margin: 0 auto; max-width: 620px; color: #ffe3e3; }
.plc-final .plc-cta-row { justify-content: center; }
.plc-verified { text-align: center; font-size: 13px; color: var(--plc-gray); margin: 26px auto 0; max-width: 720px; }

.plc-page--featured-temple .plc-section--tips .plc-prose { max-width: 1000px; }
.plc-page--featured-temple .plc-section--tips .plc-prose ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.plc-page--featured-temple .plc-section--tips .plc-prose li { margin: 0; padding: 18px 18px 18px 46px; border: 1px solid var(--plc-line); border-radius: 13px; background: #fff; box-shadow: 0 7px 18px rgba(3,46,66,.05); }
.plc-page--featured-temple .plc-section--tips .plc-prose li::before { left: 18px; top: 23px; width: 11px; height: 11px; box-shadow: 0 0 0 5px rgba(232,163,61,.14); }

/* Mobile CTA bar */
.plc-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; display: none; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -4px 18px rgba(0,0,0,.12); }
.plc-sticky a { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 10px; font-weight: 700; font-size: 15px; text-decoration: none; color: #fff !important; }
.plc-sticky__wa { background: #1fa855; }
.plc-sticky__call { background: var(--plc-navy); }

@media (max-width: 1000px) {
	.plc-places .plc-place, .plc-places--c3 .plc-place, .plc-places--c2 .plc-place { flex-basis: calc((100% - 22px) / 2); }
	.plc-toc__inner { justify-content: flex-start; padding-inline: 20px; }
}
@media (max-width: 900px) {
	.plc-hero__inner { grid-template-columns: 1fr; gap: 30px; }
	.plc-hero { min-height: 0; padding: 48px 0 44px; }
	.plc-glance { max-width: 520px; }
	.plc-page--featured-temple .plc-glance { display: none; }
	.plc-page--featured-temple .plc-essentials { display: block; }
	.plc-story-split,
	.plc-visit-layout { grid-template-columns: 1fr; }
	.plc-story-split { max-width: 760px; }
	.plc-story-image img { height: 340px; }
	.plc-visit-layout__image img { min-height: 0; height: 390px; }
	.plc-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.plc-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.plc-journey li:nth-child(2)::after { display: none; }
}
@media (max-width: 720px) {
	.plc-section { padding: 46px 0; }
	.plc-table th, .plc-table td { padding: 11px 14px; font-size: 14px; }
	.plc-table tbody th { width: 34%; }
	.plc-toc__inner { justify-content: flex-start; padding: 0 18px; scroll-snap-type: x proximity; scroll-padding-inline: 18px; }
	.plc-toc a { scroll-snap-align: center; }
	.plc-essentials__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.plc-essential:nth-child(2) { border-right: 0; }
	.plc-essential:nth-child(-n+2) { border-bottom: 1px solid var(--plc-line); }
	.plc-timeline::before { left: 56px; }
	.plc-timeline li { grid-template-columns: 44px 1fr; gap: 0 32px; }
	.plc-timeline li::before { left: 50px; }
	.plc-timeline__when { font-size: 13.5px; }
	.plc-feature-card { grid-template-columns: auto minmax(0, 1fr); }
	.plc-feature-card > a { grid-column: 2; }
}
@media (max-width: 600px) {
	.plc-crumbs a:nth-of-type(2),
	.plc-crumbs a:nth-of-type(2) + span[aria-hidden="true"] { display: none; }
	.plc-page--featured-temple .plc-hero { padding: 44px 0 38px; background-position: 72% center !important; }
	.plc-page .plc-hero h1 { font-size: clamp(35px, 10.5vw, 44px); }
	.plc-page .plc-hero h1 span { font-size: .48em; }
	.plc-hero__lead { font-size: 16px; line-height: 1.6; }
	.plc-places .plc-place, .plc-places--c3 .plc-place, .plc-places--c2 .plc-place { flex-basis: 100%; }
	.plc-cta-row { flex-direction: column; }
	.plc-btn { width: 100%; }
	.plc-sticky { display: flex; opacity: 0; pointer-events: none; transform: translateY(110%); transition: transform .25s ease, opacity .25s ease; }
	.plc-sticky.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.plc-page { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
	.plc-essential { padding: 15px 12px; gap: 9px; }
	.plc-essential__icon { width: 38px; height: 38px; }
	.plc-essential strong { font-size: 12.5px; }
	.plc-story-split { margin-top: 24px; gap: 24px; }
	.plc-story-image img,
	.plc-visit-layout__image img { height: 270px; }
	.plc-facts-grid,
	.plc-journey,
	.plc-page--featured-temple .plc-section--tips .plc-prose ul { grid-template-columns: 1fr; }
	.plc-facts-grid > div { padding: 16px; }
	.plc-steps li { grid-template-columns: 38px 1fr; padding: 16px 14px 16px 64px; }
	.plc-step__number { left: 14px; top: 15px; }
	.plc-step__icon { width: 38px; height: 38px; }
	.plc-feature-card { grid-template-columns: 1fr; text-align: left; }
	.plc-feature-card > a { grid-column: auto; white-space: normal; }
	.plc-journey li:not(:last-child)::after { content: ""; left: 50%; right: auto; top: auto; bottom: -20px; width: 3px; height: 26px; transform: translateX(-50%); }
	.plc-journey li:nth-child(2)::after { display: block; }
	.plc-gallery { grid-template-columns: 1fr; grid-auto-rows: 225px; }
	.plc-gallery a,
	.plc-gallery a:first-child,
	.plc-gallery a:nth-child(2),
	.plc-gallery a:nth-child(4),
	.plc-gallery a:nth-child(5) { grid-column: auto; grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) {
	.plc-place, .plc-place__img img, .plc-gallery img, .plc-btn, .plc-service, .plc-sticky { transition: none; }
}
