/* ==========================================================================
   SIP HAUS — Persian ornament layer
   Loaded AFTER the Astro/Tailwind build CSS. Adds textures, gold accents,
   arched section edges and framed imagery without changing page structure.
   ========================================================================== */

:root {
  --ink: #100D0B;
  --lapis: #0E211F;
  --teal: #122E2B;
  --turq: #2F8F87;
  --ivory: #EFE7D8;
  --rust: #9C4522;
  --gold: #C9A45C;
  --gold-hi: #EED9A4;
  --gold-lo: #8E6B32;
  --gilt: linear-gradient(100deg, #8E6B32 0%, #E9D197 26%, #C9A45C 48%, #F3E2B3 68%, #9C7638 100%);
  --arch: 88px;
  --arcade: 40px;
  --cartouche: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
}
@media (max-width: 767px) {
  :root { --arch: 42px; --arcade: 32px; }
}

::selection { background: rgba(201,164,92,.35); color: var(--ivory); }

/* ---------- Typography ---------- */
body, .font-body { font-family: "Jost", "Manrope", sans-serif; font-weight: 400; letter-spacing: .005em; }
h1, h2, h3, .font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.75rem, 6.5vw, 5rem); line-height: 1.02; }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); line-height: 1.06; }
h3 { font-size: clamp(1.4rem, 2vw, 1.75rem); line-height: 1.15; }
h2::after {
  content: "";
  display: block;
  width: 180px; height: 16px;
  margin-top: 1.1rem;
  background: url(/ornaments/divider.svg) left center / contain no-repeat;
}
.text-center h2::after { margin-left: auto; margin-right: auto; background-position: center; }

.font-editorial { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
p.font-editorial.text-lg { font-size: 1.3rem; line-height: 1.5rem; }

.kicker {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic; font-weight: 500;
  font-size: 1.3rem;
  color: var(--gold-hi);
  display: inline-flex; align-items: center; gap: .6rem;
}
.kicker::before {
  content: ""; width: 12px; height: 12px; flex: none;
  background: url(/ornaments/star-small.svg) center / contain no-repeat;
}

/* Gilded wordmarks */
header a.font-display,
footer p.font-display {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: .22em;
  background: var(--gilt);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
header a.font-display { font-size: 1.2rem; }

/* ---------- Home hero ---------- */
section.h-\[100svh\] h1 {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(3.4rem, 11vw, 8.5rem);
  line-height: .95;
  letter-spacing: .06em;
  background: var(--gilt);
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,.55));
  animation: gilt-sweep 2.8s cubic-bezier(.2,.7,.2,1) .3s both;
}
@keyframes gilt-sweep { from { background-position: 0 0; } to { background-position: 100% 0; } }

section.h-\[100svh\] .kicker::before,
section.h-\[100svh\] .kicker::after {
  content: ""; width: 60px; height: 12px;
  background: url(/ornaments/flourish.svg) center / contain no-repeat;
}
section.h-\[100svh\] .kicker::after { transform: scaleX(-1); }
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-t::after {
  /* faint tilework rising from the floor of the hero */
  content: ""; position: absolute; inset: 45% 0 0 0;
  background: url(/ornaments/girih.svg) 0 0 / 72px 72px;
  -webkit-mask-image: linear-gradient(to top, #000 0%, transparent 100%);
          mask-image: linear-gradient(to top, #000 0%, transparent 100%);
  opacity: .9;
}

/* ---------- Buttons: gilded cartouches ---------- */
.btn-primary, .btn-secondary {
  position: relative; isolation: isolate;
  border: 0; border-radius: 0;
  clip-path: var(--cartouche);
  padding: .9rem 2.1rem;
  font-family: "Jost", sans-serif; font-weight: 500; font-size: .95rem; letter-spacing: .06em;
  transition: filter .25s ease, color .25s ease;
}
.btn-primary {
  background: var(--gilt); background-size: 160% 100%;
  color: var(--ink);
}
.btn-primary:hover { background: var(--gilt); background-size: 160% 100%; background-position: 100% 0; filter: brightness(1.08); color: var(--ink); }
.btn-secondary { background: var(--gilt); color: var(--gold-hi); }
.btn-secondary::before {
  content: ""; position: absolute; inset: 1px; z-index: -1;
  background: var(--ink);
  clip-path: var(--cartouche);
  transition: background .25s ease;
}
.btn-secondary:hover { color: var(--ink); }
.btn-secondary:hover::before { background: transparent; }

/* ---------- Section rhythm ---------- */
main > section { position: relative; }

/* Tiled teal rooms: girih texture */
main > section.bg-teal-900,
main > section.bg-teal-950 {
  background-image: url(/ornaments/girih.svg);
  background-size: 72px 72px;
}

/* Persian arch rising into the section above */
main > section.bg-teal-900:not(:first-child)::before,
main > section.bg-teal-950:not(:first-child)::before {
  content: ""; position: absolute; left: 0; right: 0;
  top: calc(-1 * var(--arch) + 1px); height: var(--arch);
  background-color: inherit;
  background-image: url(/ornaments/girih.svg);
  background-size: 72px 72px;
  background-position: 0 calc(var(--arch) - 1px);
  -webkit-mask: url(/ornaments/arch-mask.svg) 0 0 / 100% 100% no-repeat;
          mask: url(/ornaments/arch-mask.svg) 0 0 / 100% 100% no-repeat;
  pointer-events: none;
}
main > section.bg-teal-900:not(:first-child)::after,
main > section.bg-teal-950:not(:first-child)::after {
  content: ""; position: absolute; left: 0; right: 0;
  top: calc(-1 * var(--arch) - 16px); height: calc(var(--arch) + 16px);
  background:
    url(/ornaments/star.svg) center 0 / 32px 32px no-repeat,
    url(/ornaments/arch-line.svg) 0 16px / 100% var(--arch) no-repeat;
  pointer-events: none;
}

/* The celebration band: arcade of little arches + saffron glow */
main > section.bg-teal-rust {
  background:
    url(/ornaments/shamseh.svg) center 50% / min(560px, 110vw) no-repeat,
    radial-gradient(ellipse 70% 90% at 50% 115%, rgba(156,69,34,.75), transparent 70%),
    url(/ornaments/girih.svg) 0 0 / 72px 72px,
    var(--lapis);
}
main > section.bg-teal-rust::before {
  content: ""; position: absolute; left: 0; right: 0;
  top: calc(-1 * var(--arcade) + 1px); height: var(--arcade);
  background: var(--lapis);
  -webkit-mask: url(/ornaments/arcade-mask.svg) center 0 / auto 100% repeat-x;
          mask: url(/ornaments/arcade-mask.svg) center 0 / auto 100% repeat-x;
  pointer-events: none;
}
main > section.bg-teal-rust::after {
  content: ""; position: absolute; left: 0; right: 0;
  top: calc(-1 * var(--arcade) + 1px); height: var(--arcade);
  background: url(/ornaments/arcade-line.svg) center 0 / auto 100% repeat-x;
  pointer-events: none;
}

/* Dark rooms: gilded tile-border along the top, a faint shamseh watermark */
main > section.bg-charcoal-950:not(:first-child) {
  background-image: url(/ornaments/shamseh-faint.svg);
  background-repeat: no-repeat;
  background-size: 520px 520px;
  background-position: right -200px top 40px;
}
main > section.bg-charcoal-950:not(:first-child):nth-child(4n+1) { background-position: left -200px bottom 40px; }
main > section[class*="bg-teal"] + section.bg-charcoal-950::before {
  content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 18px;
  background: url(/ornaments/band.svg) center 0 / 48px 18px repeat-x;
  opacity: .8; pointer-events: none;
}

/* ---------- Menu rows: dotted gilt leaders ---------- */
.border-b.border-gold-500\/15 { border-bottom-style: dotted; border-bottom-width: 1.5px; border-color: rgba(201,164,92,.4); }
p.whitespace-nowrap.text-gold-300 { color: var(--gold-hi); letter-spacing: .03em; }
.rounded-full.border-gold-500\/30 { background: rgba(47,143,135,.12); border-color: rgba(201,164,92,.35); }

/* ---------- Framed imagery ---------- */
/* Feature photos become arched windows with a floating gold frame */
main section .grid > img.rounded-sm {
  border-radius: 50% 50% 6px 6px / 34% 34% 6px 6px;
  border: 1px solid rgba(201,164,92,.55);
  outline: 1px solid rgba(201,164,92,.45);
  outline-offset: 10px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.7);
  margin: 12px;
  width: calc(100% - 24px);
}

/* "Choose your night" tiles */
a.group.relative.overflow-hidden.rounded-sm {
  border-radius: 50% 50% 6px 6px / 30% 30% 6px 6px;
  border: 1px solid rgba(201,164,92,.35);
}
a.group.relative.overflow-hidden.rounded-sm::after {
  content: ""; position: absolute; inset: 8px; z-index: 2;
  border: 1px solid rgba(201,164,92,.55);
  border-radius: 50% 50% 3px 3px / 30% 30% 3px 3px;
  pointer-events: none;
  transition: border-color .3s ease;
}
a.group.relative.overflow-hidden.rounded-sm:hover::after { border-color: var(--gold-hi); }
a.group.relative.overflow-hidden.rounded-sm > span.absolute {
  left: 0; right: 0; bottom: 1.4rem; text-align: center;
  font-size: 1.55rem; font-weight: 600; z-index: 3;
}

/* Gallery lattice */
.motif-tile {
  background-image: url(/ornaments/girih.svg);
  background-size: 72px 72px;
  border: 1px solid rgba(201,164,92,.25);
  outline: 1px solid rgba(201,164,92,.15); outline-offset: 6px;
}
.motif-tile > img { border: 1px solid rgba(201,164,92,.3); }
.motif-tile > img.md\:row-span-2 { border-radius: 50% 50% 4px 4px / 22% 22% 4px 4px; }

/* ---------- Cards ---------- */
.card {
  position: relative;
  background: rgba(16,13,11,.55) url(/ornaments/girih.svg) 0 0 / 72px 72px;
  border: 1px solid rgba(201,164,92,.4);
}
.card::before {
  content: ""; position: absolute; inset: 6px; z-index: 1;
  border: 1px solid rgba(201,164,92,.18);
  pointer-events: none;
}
.card > img { border-bottom: 1px solid rgba(201,164,92,.5); }
.card p.uppercase { font-family: "Cormorant Garamond", serif; font-style: italic; text-transform: none; letter-spacing: 0; font-size: 1.1rem; color: var(--gold-hi); }

/* Empty map slot → ornamental panel until the map is wired */
.aspect-\[4\/3\].border.bg-teal-900\/50 {
  border-radius: 50% 50% 6px 6px / 34% 34% 6px 6px;
  border-color: rgba(201,164,92,.45);
  background:
    url(/ornaments/shamseh.svg) center / 70% no-repeat,
    url(/ornaments/girih.svg) 0 0 / 72px 72px,
    var(--teal);
  outline: 1px solid rgba(201,164,92,.3); outline-offset: 10px;
  margin: 12px; width: calc(100% - 24px);
}

/* ---------- FAQ ---------- */
details summary { font-size: 1.3rem; }
details summary > span { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; line-height: 1; color: var(--gold); }
.divide-gold-500\/15 > :not([hidden]) ~ :not([hidden]),
.border-y.border-gold-500\/15 { border-color: rgba(201,164,92,.25); }

/* ---------- Forms ---------- */
input, select, textarea { border-color: rgba(201,164,92,.35) !important; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold) !important; box-shadow: 0 0 0 3px rgba(201,164,92,.18); }

/* ---------- Header / nav ---------- */
header[data-header] { background: linear-gradient(to bottom, rgba(16,13,11,.75), rgba(16,13,11,0)); }
nav[aria-label="Primary"] a { position: relative; letter-spacing: .04em; }
nav[aria-label="Primary"] a::after {
  content: ""; position: absolute; left: 50%; bottom: -10px; width: 8px; height: 8px;
  background: url(/ornaments/star-small.svg) center / contain no-repeat;
  transform: translateX(-50%) scale(0); transition: transform .2s ease;
}
nav[aria-label="Primary"] a:hover::after { transform: translateX(-50%) scale(1); }
#mobile-menu { background: rgba(16,13,11,.97) url(/ornaments/girih.svg) 0 0 / 72px 72px; }

/* Mobile quick-action bar */
div.fixed.bottom-0.grid-cols-3 { border-top: 0; }
div.fixed.bottom-0.grid-cols-3::before {
  content: ""; position: absolute; left: 0; right: 0; top: -9px; height: 18px;
  background: url(/ornaments/band.svg) center 0 / 48px 18px repeat-x, var(--ink);
}

/* ---------- Footer ---------- */
footer {
  position: relative;
  background:
    url(/ornaments/shamseh-faint.svg) right -180px bottom -220px / 560px no-repeat,
    var(--ink) !important;
  border-top: 0 !important;
}
footer::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 18px;
  background: url(/ornaments/band.svg) center 0 / 48px 18px repeat-x;
}
footer p.text-gold-300 { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.2rem; }

/* Links */
a.text-gold-300 { color: var(--gold-hi); }
a.text-gold-300:hover { color: #fff3d6; }

:focus-visible { outline-color: var(--gold-hi); }

@media (max-width: 767px) {
  section.h-\[100svh\] .kicker { font-size: 1.1rem; }
  section.h-\[100svh\] .kicker::after { display: none; }
  section.h-\[100svh\] .kicker::before { width: 12px; background-image: url(/ornaments/star-small.svg); }
  main section .grid > img.rounded-sm,
  .aspect-\[4\/3\].border.bg-teal-900\/50 { outline-offset: 7px; }
}

/* Keep content clear of the arch that rises from the next section */
main > section:has(+ section.bg-teal-900) > .container-page,
main > section:has(+ section.bg-teal-950) > .container-page { padding-bottom: calc(var(--arch) * .75); }
main > section:has(+ section.bg-teal-rust) > .container-page { padding-bottom: calc(var(--arcade) * .75); }
main > section.overflow-hidden:has(+ section.bg-teal-900) > .container-page,
main > section.overflow-hidden:has(+ section.bg-teal-950) > .container-page { padding-bottom: calc(var(--arch) + 40px); }

/* Gallery: wide panoramic tiles + dense packing */
.motif-tile { grid-auto-flow: dense; }
.motif-tile > img.ph-wide { grid-column: span 2; aspect-ratio: 12 / 5; }

/* ---------- Official logo ---------- */
.ph-brand { display: inline-flex; align-items: center; }
.ph-brand-mark { height: 58px; width: auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,.6)); }
.ph-footer-mark { height: 104px; width: auto; }
section.h-\[100svh\] h1.ph-hero-logo {
  background: none; animation: none; color: inherit;
  line-height: 0; margin-top: .75rem;
}
section.h-\[100svh\] h1.ph-hero-logo img {
  width: clamp(210px, 26vw, 360px); height: auto;
  filter: drop-shadow(0 6px 28px rgba(0,0,0,.75));
}
@media (max-width: 767px) {
  .ph-brand-mark { height: 46px; }
  section.h-\[100svh\] h1.ph-hero-logo img { width: min(62vw, 250px); }
}
@media (max-height: 760px) and (min-width: 768px) {
  section.h-\[100svh\] h1.ph-hero-logo img { width: clamp(190px, 20vw, 280px); }
}
/* Quiet the video behind the logo so the sign in the footage doesn't compete */
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-r {
  background: linear-gradient(90deg, rgba(16,13,11,.9) 0%, rgba(16,13,11,.72) 30%, rgba(16,13,11,.2) 58%, transparent 75%);
}
@media (max-width: 767px) {
  section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-r { background: rgba(16,13,11,.45); }
}

/* ---------- Video-first opening ----------
   On load the hero video plays clear for ~2s, then the shading,
   logo and buttons settle in over it. */
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-t,
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-r {
  animation: ph-shade-in 1.4s ease 2s both;
}
section.h-\[100svh\] > .container-page > * {
  animation: ph-rise-in 1s cubic-bezier(.2,.7,.2,1) both;
  animation-delay: calc(2.3s + var(--i, 0) * .12s);
}
section.h-\[100svh\] > .container-page > :nth-child(2) { --i: 1; }
section.h-\[100svh\] > .container-page > :nth-child(3) { --i: 2; }
section.h-\[100svh\] > .container-page > :nth-child(4) { --i: 3; }
section.h-\[100svh\] > .container-page > :nth-child(5) { --i: 4; }
section.h-\[100svh\] h1.ph-hero-logo { animation: ph-rise-in 1s cubic-bezier(.2,.7,.2,1) 2.4s both; }
@keyframes ph-shade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ph-rise-in  { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
/* Lighter shading so the footage stays the star once content is up */
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(16,13,11,.92) 0%, rgba(16,13,11,.35) 38%, rgba(16,13,11,0) 70%);
}
section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-r {
  background: linear-gradient(90deg, rgba(16,13,11,.8) 0%, rgba(16,13,11,.55) 26%, rgba(16,13,11,.1) 50%, transparent 65%);
}
@media (max-width: 767px) {
  section.h-\[100svh\] > .absolute.inset-0.bg-gradient-to-r { background: rgba(16,13,11,.3); }
}
@media (prefers-reduced-motion: reduce) {
  section.h-\[100svh\] > .absolute.inset-0,
  section.h-\[100svh\] > .container-page > *,
  section.h-\[100svh\] h1.ph-hero-logo { animation: none !important; opacity: 1 !important; transform: none !important; }
}
/* Phones: keep the hero stack compact so it sits under the sign in the video */
@media (max-width: 767px) {
  section.h-\[100svh\] .container-page > a.mt-6 { display: none; }
  section.h-\[100svh\] h1.ph-hero-logo img { width: min(50vw, 200px); }
  section.h-\[100svh\] .container-page > .mt-8 { margin-top: 1.1rem; gap: .6rem; flex-wrap: nowrap; }
  section.h-\[100svh\] .container-page > .mt-8 .btn-primary,
  section.h-\[100svh\] .container-page > .mt-8 .btn-secondary { padding: .8rem 1.25rem; font-size: .88rem; white-space: nowrap; }
  section.h-\[100svh\] .container-page > p.mt-4 { margin-top: .6rem; }
}

/* Hero title is text again (logo lives in the header only) */
section.h-\[100svh\] h1 { margin-top: .5rem; }
@media (max-width: 767px) {
  section.h-\[100svh\] h1 { font-size: clamp(3rem, 14vw, 4rem); }
  section.h-\[100svh\] .kicker { font-size: 1.05rem; }
}

/* About hero video: keep the hookah (left of frame) in view on narrow screens */
.ph-about-video { object-position: 30% 50%; }

.ph-about-hero { min-height: 78vh; min-height: 78svh; }
.ph-about-hero > .absolute.inset-0.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(16,13,11,.95) 0%, rgba(16,13,11,.45) 32%, rgba(16,13,11,.05) 62%, rgba(16,13,11,.35) 100%);
}
@media (max-width: 767px) { .ph-about-hero { min-height: 62vh; min-height: 62svh; } }

/* Page-header videos (Cocktails, Coffee & Tea, Hookah) */
.ph-video-hero { min-height: 70vh; min-height: 70svh; }
.ph-video-hero > .absolute.inset-0.bg-gradient-to-t {
  background: linear-gradient(to top, rgba(16,13,11,.95) 0%, rgba(16,13,11,.5) 34%, rgba(16,13,11,.08) 64%, rgba(16,13,11,.4) 100%);
}
@media (max-width: 767px) { .ph-video-hero { min-height: 58vh; min-height: 58svh; } }
/* Menu items that open their own page */
a.ph-item-link { color: inherit; text-decoration: underline; text-decoration-color: rgba(201,164,92,.45); text-underline-offset: 5px; }
a.ph-item-link:hover { color: var(--gold-hi); text-decoration-color: var(--gold-hi); }
/* Videos framed like feature photos */
main section .grid > video.rounded-sm {
  border-radius: 50% 50% 6px 6px / 34% 34% 6px 6px;
  border: 1px solid rgba(201,164,92,.55); outline: 1px solid rgba(201,164,92,.45); outline-offset: 10px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.7); margin: 12px; width: calc(100% - 24px);
}
.ph-price { margin-top: 1.4rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 600; color: var(--gold-hi); letter-spacing: .02em; }
footer nav[aria-label="Footer"] { display: flex; flex-wrap: wrap; column-gap: 1.1rem; row-gap: .5rem; }
/* Menu blocks (grouped lists inside a menu section) */
.ph-menu-block { margin-top: 2.25rem; }
.ph-menu-block h3 { font-size: 1.5rem; letter-spacing: .02em; }
.ph-menu-block > .mt-6 { margin-top: .75rem; }
/* ---------- This week / events ---------- */
.ph-ev-tabs { display: inline-flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.75rem; padding: .35rem; border: 1px solid rgba(201,164,92,.35); border-radius: 4px; background: rgba(16,13,11,.35); }
.ph-ev-tabs button { font-family: "Cinzel", Georgia, serif; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(239,231,216,.7); padding: .55rem 1.1rem; border: 1px solid transparent; border-radius: 3px; background: none; cursor: pointer; }
.ph-ev-tabs button:hover { color: var(--gold-hi); }
.ph-ev-tabs button[aria-pressed="true"] { color: var(--gold-hi); border-color: rgba(201,164,92,.7); background: rgba(201,164,92,.08); }
.ph-ev-top { display: flex; align-items: flex-start; justify-content: space-between; }
.ph-ev-date { display: flex; flex-direction: column; line-height: 1; }
.ph-ev-num { font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.4rem; font-weight: 500; color: #EFE7D8; }
.ph-ev-mon, .ph-ev-dow { font-family: "Cinzel", Georgia, serif; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(239,231,216,.6); margin-top: .35rem; }
.ph-ev-tags { display: flex; gap: .5rem; align-items: center; margin-top: .9rem; }
.ph-ev-tag { font-family: "Cinzel", Georgia, serif; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-hi); border: 1px solid rgba(201,164,92,.55); padding: .3rem .55rem; border-radius: 2px; }
.ph-ev-badge { font-family: "Cinzel", Georgia, serif; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: #1a140e; background: linear-gradient(135deg,#f3dd9a,#c9a24c); padding: .32rem .6rem; border-radius: 2px; font-weight: 600; }
.ph-ev-badge[hidden] { display: none; }
.ph-ev-host { margin-top: .35rem; font-family: "Cinzel", Georgia, serif; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-hi); }
.ph-ev-meta { margin-top: 1rem; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(239,231,216,.6); }
.ph-ev-empty { margin-top: 1.5rem; color: rgba(239,231,216,.75); }
.ph-event[hidden] { display: none !important; }
/* Kebab page: ornament panel until the real photo arrives */
.ph-kebab-panel { aspect-ratio: 4/5; display: grid; place-items: center; margin: 12px; border-radius: 50% 50% 6px 6px / 34% 34% 6px 6px;
  border: 1px solid rgba(201,164,92,.55); outline: 1px solid rgba(201,164,92,.45); outline-offset: 10px;
  background: radial-gradient(circle at 50% 42%, rgba(201,164,92,.16), rgba(14,33,31,.9) 62%), #0E211F; }
.ph-kebab-panel img { width: 62%; height: auto; opacity: .85; }
/* Designer credit */
.ph-credit { display: inline-block; margin-left: .75rem; color: rgba(239,231,216,.45); }
.ph-credit a { color: rgba(239,231,216,.65); text-decoration: underline; text-decoration-color: rgba(201,164,92,.4); text-underline-offset: 3px; }
.ph-credit a:hover { color: var(--gold-hi); }
@media (max-width: 767px) { .ph-credit { display: block; margin-left: 0; margin-top: .35rem; } }
.ph-credit { display: block; margin-left: 0; margin-top: .3rem; }
@media (min-width: 768px) {
  footer .container-page > p:has(.ph-credit) { flex: 0 0 auto; white-space: nowrap; margin-right: 2.5rem; }
  footer nav[aria-label="Footer"] { flex: 1 1 auto; justify-content: flex-end; }
}
