@font-face {
  font-family: "B Titr";
  src: url("../fonts/Btitr/BTITRBD.eot");
  src:
    url("../fonts/Btitr/BTITRBD.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Btitr/BTITRBD.woff2") format("woff2"),
    url("../fonts/Btitr/BTITRBD.woff") format("woff"),
    url("../fonts/Btitr/BTITRBD.otf") format("opentype"),
    url("../fonts/Btitr/BTITRBD.TTF") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #22231e;
  --ink-soft: #4c493e;
  --paper: #e8d3ad;
  --paper-light: #f1e2c5;
  --paper-deep: #cfaa70;
  --red: #8d2d24;
  --green: #294b43;
  --ochre: #ad7628;
  --cream: #f6e7c8;
  --line: rgba(58, 47, 33, .22);
  --shell: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: #e3caab; font-family: "B Titr", Tahoma, "Segoe UI", sans-serif; line-height: 1.75; }
/* body::before { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .22; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.19'/%3E%3C/svg%3E"); mix-blend-mode: multiply; } */
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.page-shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; inset: 8px auto auto 8px; padding: 8px 16px; color: white; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.footer-grid { margin-inline: 0; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 66px; color: #d3b582; background: transparent; transition: transform 200ms ease; will-change: transform; }
.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: calc(100% - clamp(70px, 9vw, 135px));
  background: #20201d;
  --r: 12px; /* how curvy the bottom corner is — tweak this */
  clip-path: shape(
    from 0 0,
    line to 100% 0,
    line to calc(100% - 48px + var(--r)) calc(100% - var(--r)),
    curve to calc(100% - 48px - var(--r)) 100% with calc(100% - 48px) 100%,
    line to 0 100%,
    close
  );
  content: "";
   /* position: absolute; z-index: -1; inset: 0 auto 0 0; width: calc(100% - clamp(70px, 9vw, 135px)); background: #20201d; clip-path: polygon(0 0, 100% 0, calc(100% - 48px) 100%, 0 100%); content: ""; */
}
.site-header.is-hidden { transform: translate3d(0, var(--header-hide-offset, -180px), 0); }
.header-logo { position: absolute; z-index: 2; top: 0; right: clamp(8px, 2vw, 30px); width: clamp(58px, 7vw, 105px); height: 100%; display: grid; place-items: center; }
.header-logo img { display: block; width: auto; max-width: 66%; height: auto; object-fit: contain; }
.header-shell { position: relative; height: 100%; display: grid; padding-right: clamp(145px, 15vw, 220px); align-items: center; grid-template-columns: minmax(0, 1fr) 260px; }
.main-nav { display: flex; height: 100%; align-items: center; justify-content: flex-start; gap: clamp(19px, 2.35vw, 43px); padding-inline: 28px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a.is-active::after { position: absolute; right: 50%; bottom: -17px; width: 7px; height: 7px; border-radius: 50%; background: #b53a2d; box-shadow: 0 0 8px rgba(181,58,45,.65); content: ""; transform: translateX(50%); }
.header-actions { direction: rtl; display: flex; align-items: center; justify-content: flex-end; gap: 29px; font-size: 12px; }
.header-actions a { position: relative; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.header-actions b { position: absolute; top: -12px; right: 11px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #f6e9d0; background: #a83429; font-size: 10px; }
.login-link { min-height: 36px; padding-inline: 14px; border: 1px solid #8a6a3b; border-radius: 6px; }
.header-actions i { width: 20px; color: #c29b5b; text-align: center; font-size: 17px; }
.menu-toggle { display: none; color: #d3b582; border: 1px solid #8a6a3b; background: transparent; }

.home-slider { width: 100%; overflow: hidden; background: #bda47d; }
.home-slider:not(.slick-initialized) .home-slider__image:not(:first-child) { display: none; }
.home-slider__image { display: block; width: 100%; height: clamp(260px, 35.4167vw, 680px); object-fit: cover; }
.home-slider__image:nth-child(1) { background: linear-gradient(110deg, #64352c, #dac299 45%, #35473f); }
.home-slider__image:nth-child(2) { background: linear-gradient(110deg, #243d39, #c3a16c 48%, #7d3028); }
.home-slider__image:nth-child(3) { background: linear-gradient(110deg, #9a6b2e, #e1caa2 45%, #302f28); }
.home-slider .slick-list, .home-slider .slick-track { height: 100%; }
.home-slider .slick-dots { z-index: 3; bottom: 17px; direction: ltr; }
.home-slider .slick-dots li { width: 10px; height: 10px; margin: 0 5px; }
.home-slider .slick-dots li button { width: 10px; height: 10px; padding: 0; }
.home-slider .slick-dots li button::before { width: 10px; height: 10px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(31,31,27,.38); color: transparent; content: ""; opacity: 1; }
.home-slider .slick-dots li.slick-active button::before { background: #f3dfb8; box-shadow: 0 0 0 2px rgba(31,31,27,.75); }

/* .feature-strip { display: grid; padding-block: 20px; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.feature-card { min-height: 295px; display: grid; overflow: hidden; color: var(--cream); border-radius: 7px; grid-template-columns: 43% 57%; box-shadow: 0 2px 3px rgba(43,30,16,.2); }
.feature-card--red { background: var(--red); }.feature-card--ochre { background: var(--ochre); }.feature-card--green { background: var(--green); }.feature-card--brick { background: #82342b; }
.feature-card__copy { z-index: 2; padding: 28px 17px 18px; }
.line-icon { display: block; margin-bottom: 18px; font-size: 32px; }
.feature-card h2 { margin: 0; font-size: 23px; }
.feature-card p { min-height: 68px; margin: 5px 0 13px; font-size: 13px; }
.feature-card a { display: inline-block; padding: 5px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 4px; font-size: 12px; }
.feature-card__art { display: grid; place-items: center; background: linear-gradient(120deg, rgba(255,255,255,.04), rgba(0,0,0,.5)), repeating-linear-gradient(90deg, #2b2c27 0 20px, #45443a 21px 23px); font-size: 110px; filter: sepia(.6); } */

.feature-strip { display: grid; padding-block: 20px; grid-template-columns: repeat(4, 1fr); gap: 6px; }

.feature-card {
  position: relative;
  min-height: 295px;
  overflow: hidden;
  color: var(--cream);
  border-radius: 7px;
  box-shadow: 0 2px 3px rgba(43,30,16,.2);
  direction: ltr;
}
.feature-card--red { background: var(--red); }
.feature-card--ochre { background: var(--ochre); }
.feature-card--green { background: var(--green); }
.feature-card--brick { background: #82342b; }

.feature-card__copy {
  direction: ltr;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 48%;
  padding: 28px 17px 18px;
}

.line-icon { display: block; margin-bottom: 18px; font-size: 32px; }
.feature-card h2 { margin: 0; font-size: 23px; }
.feature-card p { min-height: 68px; margin: 5px 0 13px; font-size: 13px; }

.feature-card__copy a {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 5px 14px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 4px;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  background: transparent;
  transition: background-color .2s ease;
}
.feature-card__copy a:hover { background: rgba(255,255,255,.15); }

.feature-card__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); /* starts fully covering — no color visible yet */
  transition: clip-path .9s cubic-bezier(.22,.61,.36,1);
  background: repeating-linear-gradient(90deg, #2b2c27 0 20px, #45443a 21px 23px);
  /* clip-path: polygon(50% 0, 100% 0, 100% 100%, 34% 100%);
  background: repeating-linear-gradient(90deg, #2b2c27 0 20px, #45443a 21px 23px); */
}
.feature-card.is-visible .feature-card__art {
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 38% 100%); /* resting diagonal */
}
/* subtle extra sweep on hover, replays every time */
.feature-card.is-visible:hover .feature-card__art {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 35% 100%);
}
.feature-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-card:nth-child(4) { transition-delay: 0s;    }
.feature-card:nth-child(3) { transition-delay: .15s;  }
.feature-card:nth-child(2) { transition-delay: .3s;   }
.feature-card:nth-child(1) { transition-delay: .45s;  }


.paper-section { padding: 13px; border-radius: 7px; background: #eddcc6; }
.section-heading { min-height: 34px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.section-heading h2 { margin: 0; font-family: "B Titr", Tahoma, sans-serif; font-size: 24px; font-weight: 500; }
.section-heading a { font-size: 12px; }
.selected-shows-slider { position: relative; padding-inline: 45px; }
.selected-shows-slider .slick-list { margin-inline: -8px; }
.selected-shows-slider .slick-slide { margin-inline: 8px; }
.selected-show { position: relative; display: block !important; overflow: hidden; border: 0; border-radius: 6px; background: #aa8e65; aspect-ratio: 4 / 5; }
.selected-show__image { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; background: linear-gradient(145deg, #3b443b, #c7a879 52%, #79352d); transition: transform 240ms ease, filter 240ms ease; }
.selected-show:nth-of-type(2n) .selected-show__image { background: linear-gradient(145deg, #8a3b31, #d3b88c 52%, #263e39); }
.selected-show:nth-of-type(3n) .selected-show__image { background: linear-gradient(145deg, #b0792c, #e0c9a0 52%, #30302a); }
.selected-show__button { position: absolute; z-index: 2; right: 50%; bottom: 18px; min-width: 105px; padding: 7px 17px; color: var(--cream); border: 1px solid rgba(246,231,200,.55); background: rgba(28,29,25,.9); transform: translateX(50%); }
.selected-show__title { position: absolute; z-index: 2; right: 12px; left: 12px; bottom: 62px; overflow: hidden; color: var(--cream); font-size: 15px; text-align: center; text-overflow: ellipsis; text-shadow: 0 2px 5px #000; white-space: nowrap; }.selected-show::after { position: absolute; inset: 48% 0 0; pointer-events: none; content: ""; background: linear-gradient(transparent, rgba(20,20,17,.72)); }.selected-shows-empty { min-height: 220px; display: grid; place-content: center; justify-items: center; color: #79654d; background: #e1c9aa; text-align: center; }.selected-shows-empty i { color: var(--red); font-size: 42px; }.selected-shows-empty p { margin: 8px 0 0; }
.selected-show:hover .selected-show__image, .selected-show:focus-visible .selected-show__image { filter: brightness(.78); transform: scale(1.025); }
.selected-show:hover .selected-show__button, .selected-show:focus-visible .selected-show__button { color: #fff; background: var(--red); }
.selected-shows-arrow { position: absolute; z-index: 4; top: 50%; width: 34px; height: 34px; display: grid; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--cream); background: var(--ink); cursor: pointer; transform: translateY(-50%); }
.selected-shows-arrow--prev { right: 2px; }.selected-shows-arrow--next { left: 2px; }
.selected-shows-arrow:hover, .selected-shows-arrow:focus-visible { color: #fff; background: var(--red); }
.selected-shows-arrow.slick-disabled { visibility: hidden; }

.editorial-grid { display: grid; margin-top: 14px; grid-template-columns: 1fr 1.05fr; gap: 14px; }
.event-list { display: grid; gap: 10px; }
.event-list article { min-height: 77px; display: grid; align-items: center; background: #e1c9aa; grid-template-columns: 135px 1fr 74px; }
.event-list time { display: grid; width: 49px; height: 63px; margin-inline: auto; place-content: center; color: var(--paper); border-radius: 4px; background: var(--ink); text-align: center; font-size: 12px; line-height: 1.1; }.event-list time b { font-size: 23px; }.event-list h3 { margin: 0; font-size: 15px; }.event-list h3 a { color: inherit; }.event-list p { margin: 0; font-size: 12px; }.event-thumb-link { align-self: stretch; display: block; min-height: 77px; }.event-thumb { align-self: stretch; width: calc(100% - 10px); height: 100%; min-height: 77px; margin-left: 10px; object-fit: cover; background: #332f26; }.event-list__empty { min-height: 120px; display: grid; place-content: center; justify-items: center; color: #79654d; background: #e1c9aa; text-align: center; }.event-list__empty i { color: var(--red); font-size: 27px; }.event-list__empty p { margin: 6px 0 0; }
.featured-article { min-height: 210px; display: grid; padding: 9px; background: #e1c9aa; grid-template-columns: 47% 53%; }.article-art { display: block; width: 100%; height: 100%; min-height: 192px; object-fit: cover; background: #39392f; }.featured-article > div:last-child { padding: 10px 18px; }.featured-article h3 { margin: 0; font-size: 20px; }.featured-article p { font-size: 12px; }.featured-article time { display: block; margin: 18px 0 8px; font-size: 12px; }.featured-article a { float: left; padding: 4px 12px; color: var(--cream); background: var(--ink); font-size: 12px; }
.mini-articles { display: grid; margin-top: 10px; grid-template-columns: 1fr 1fr; gap: 10px; }.mini-articles article { min-height: 102px; display: grid; padding-left: 12px; align-items: center; background: #e1c9aa; grid-template-columns: 110px 1fr; }.mini-articles h3 { margin: 0; font-size: 13px; }.mini-articles p, .mini-articles time { margin: 0; font-size: 11px; }.mini-article__image { align-self: stretch; width: calc(100% - 10px); height: 100%; min-height: 102px; margin-left: 10px; object-fit: cover; background: #3b382f; }

.artists { margin-top: 14px; }.artist-row { position: relative; padding-inline: 46px; }.artist-row .slick-list { margin-inline: -8px; }.artist-row .slick-slide { margin-inline: 8px; }.artist-row article { display: block !important; text-align: center; }.artist-row article > a { display: block; color: inherit; }.artist-photo { width: 100%; height: 118px; display: grid; place-items: end center; overflow: hidden; border-radius: 5px; color: #292923; background: linear-gradient(#b49a6f, #776c56); object-fit: cover; font-size: 105px; line-height: 1; filter: sepia(.6); }.artist-row h3 { margin: 5px 0 0; font-size: 13px; }.artist-row p { margin: 0; font-size: 12px; }.artists-arrow { position: absolute; z-index: 4; top: 59px; width: 32px; height: 32px; display: grid; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--cream); background: var(--ink); cursor: pointer; transform: translateY(-50%); }.artists-arrow--prev { right: 2px; }.artists-arrow--next { left: 2px; }.artists-arrow:hover, .artists-arrow:focus-visible { color: #fff; background: var(--red); }
.article-art--placeholder, .mini-article__image--placeholder { display: grid; place-items: center; color: #d6b985; font-size: 38px; }
.home-section-empty { margin: 0; padding: 24px; color: var(--ink-soft); text-align: center; }

/* About page */
.about-page { padding-bottom: 58px; }
.about-video-section { width: 100%; overflow: hidden; background: #1f211e; }
.about-video { width: 100%; height: clamp(220px, 25vw, 380px); display: block; object-fit: cover; background: radial-gradient(circle at 50% 45%, #3e463e, #1d201d 62%); }
.about-stories { display: grid; padding-block: 34px 20px; gap: 18px; }
.about-story-row { min-height: 340px; display: grid; overflow: hidden; direction: ltr; border: 1px solid rgba(91,67,38,.22); border-radius: 7px; background: rgba(241,226,197,.96); box-shadow: 0 6px 20px rgba(58,39,20,.11); grid-template-areas: "media copy"; grid-template-columns: minmax(300px, 43%) minmax(0, 57%); }
.about-story-row:nth-of-type(even) { grid-template-areas: "copy media"; grid-template-columns: minmax(0, 57%) minmax(300px, 43%); }
.about-story-row__copy { grid-area: copy; display: flex; padding: clamp(30px, 4vw, 60px); direction: rtl; justify-content: center; flex-direction: column; }
.about-story-row__eyebrow { display: inline-flex; margin-bottom: 5px; align-items: center; gap: 8px; color: var(--ochre); font-size: 12px; }.about-story-row__eyebrow i { font-size: 12px; }
.about-story-row__copy h2 { margin: 0 0 15px; color: #54241e; font-size: clamp(27px, 3vw, 41px); font-weight: 500; line-height: 1.4; }
.about-story-row__text { color: var(--ink-soft); font-size: 14px; line-height: 2.15; }.about-story-row__text p { margin: 0 0 13px; }.about-story-row__text p:last-child { margin-bottom: 0; }
.about-story-row__media { grid-area: media; min-height: 340px; margin: 0; overflow: hidden; background: #353b34; }
.about-story-row__media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.24) saturate(.82); transition: transform 450ms ease, filter 450ms ease; }.about-story-row:hover .about-story-row__media img { filter: sepia(.08) saturate(.95); transform: scale(1.025); }
.about-story-row__placeholder { width: 100%; height: 100%; min-height: 340px; display: grid; place-items: center; color: #d5b176; background: linear-gradient(145deg, #273c35, #5c322b); font-size: 90px; }
.about-stories__empty { width: 100%; }
.about-faq { display: grid; overflow: hidden; direction: ltr; margin-top: 14px; border: 1px solid rgba(91,67,38,.22); border-radius: 7px; background: rgba(241,226,197,.96); box-shadow: 0 6px 20px rgba(58,39,20,.1); grid-template-columns: 31% minmax(0, 69%); }
.about-faq__art { position: relative; min-height: 430px; display: grid; overflow: hidden; direction: rtl; place-items: end center; color: #d3ad70; font-size: 155px; }
.about-faq__art::before { position: absolute; inset: 17px; border: 1px solid rgba(232,204,158,.28); content: ""; }
.about-faq__art > i { position: relative; z-index: 1; margin-bottom: 80px; filter: drop-shadow(0 7px 0 rgba(0,0,0,.14)); }
.about-faq__art > span { position: absolute; right: -10%; bottom: 49px; width: 120%; height: 24px; border-block: 4px dotted rgba(232,204,158,.58); transform: rotate(-4deg); }
.about-faq__content { padding: clamp(24px, 3.5vw, 48px); direction: rtl; }
.about-faq__heading { display: flex; margin-bottom: 17px; padding-bottom: 13px; align-items: end; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); }.about-faq__heading span { color: var(--ochre); font-size: 12px; }.about-faq__heading h2 { margin: 0; color: #54241e; font-size: clamp(25px, 2.5vw, 36px); }.about-faq__heading a { display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: 12px; white-space: nowrap; }
.about-faq__list { display: grid; gap: 8px; }
.about-faq__item { overflow: hidden; border: 1px solid rgba(91,67,38,.22); border-radius: 4px; background: rgba(255,255,255,.18); }
.about-faq__item summary { display: grid; padding: 13px 15px; align-items: center; grid-template-columns: 34px minmax(0, 1fr) 18px; cursor: pointer; list-style: none; }.about-faq__item summary::-webkit-details-marker { display: none; }.about-faq__item summary > span { color: var(--ochre); font-size: 12px; }.about-faq__item summary h3 { margin: 0; font-size: 14px; font-weight: 500; }.about-faq__item summary > i { color: var(--red); font-size: 12px; transition: transform 180ms ease; }.about-faq__item[open] summary > i { transform: rotate(180deg); }
.about-faq__item > div { margin: 0 49px 0 15px; padding: 12px 0 15px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: 12px; line-height: 2; }.about-faq__item > div p { margin: 0; }

/* Shared inner pages */
.inner-page { min-height: 70vh; padding-bottom: 58px; }
.inner-page__hero { position: relative; min-height: 285px; display: flex; overflow: hidden; padding: 104px 0 66px; align-items: flex-end; color: var(--cream); background: linear-gradient(115deg, #1f2925, #30473e 50%, #17201d); }
.inner-page__hero--terms { background: linear-gradient(115deg, #382a20, #74502b 52%, #30231b); }
.inner-page__hero--faq { background: linear-gradient(115deg, #3c201d, #8d2d24 52%, #4d211d); }
.inner-page__hero--blog, .inner-page__hero--blog-detail { background: linear-gradient(115deg, #202825, #365047 48%, #7f3027); }
.inner-page__hero::before { position: absolute; inset: 0; opacity: .22; content: ""; background-image: repeating-linear-gradient(112deg, transparent 0 54px, rgba(236,205,154,.16) 55px 56px), radial-gradient(circle at 18% 120%, rgba(239,211,164,.28), transparent 37%); }
.inner-page__hero::after { position: absolute; right: 22px; bottom: 19px; left: 22px; height: 5px; border-block: 1px solid rgba(236,205,154,.38); content: ""; }
.inner-page__hero-content { position: relative; z-index: 1; }
.inner-page__eyebrow { display: inline-flex; margin-bottom: 9px; align-items: center; gap: 9px; color: #d6ae6f; font-size: 13px; letter-spacing: .02em; }
.inner-page__hero h1 { margin: 0; color: #f3ddb6; font-size: clamp(38px, 4vw, 62px); font-weight: 500; line-height: 1.25; }
.inner-page__hero p { max-width: 680px; margin: 8px 0 0; color: rgba(246,231,200,.82); font-size: clamp(14px, 1.3vw, 18px); }

.legal-layout, .faq-layout { position: relative; z-index: 2; display: grid; margin-top: -34px; align-items: start; grid-template-columns: 270px minmax(0, 1fr); gap: 18px; }
.legal-toc, .faq-help { padding: 25px 22px; border: 1px solid rgba(91,67,38,.24); border-radius: 7px; background: rgba(239,220,190,.96); box-shadow: 0 8px 25px rgba(58,39,20,.12); }
.legal-toc { position: sticky; top: 84px; }
.legal-toc h2, .faq-help h2 { margin: 0 0 13px; color: var(--red); font-size: 19px; }
.legal-toc nav { display: grid; }
.legal-toc nav a { display: grid; padding: 10px 0; align-items: center; border-bottom: 1px solid var(--line); grid-template-columns: 31px 1fr; font-size: 12px; line-height: 1.5; transition: color 160ms ease, padding-right 160ms ease; }
.legal-toc nav a:last-child { border-bottom: 0; }
.legal-toc nav a:hover, .legal-toc nav a:focus-visible { padding-right: 5px; color: var(--red); }
.legal-toc nav a span { color: var(--ochre); font-size: 12px; }
.legal-toc__empty { color: var(--ink-soft); font-size: 12px; }
.legal-stack { display: grid; gap: 14px; }
.legal-card { display: grid; overflow: hidden; scroll-margin-top: 88px; border: 1px solid rgba(91,67,38,.2); border-radius: 7px; background: rgba(241,226,197,.96); box-shadow: 0 5px 18px rgba(58,39,20,.09); grid-template-columns: 66px minmax(0, 1fr); }
.legal-card__number { display: grid; padding-top: 25px; place-items: start center; color: #e0bc7d; background: var(--red); font-size: 20px; }
.legal-card__content { padding: 25px 30px 28px; }
.legal-card h2 { margin: 0 0 14px; padding-bottom: 11px; border-bottom: 1px solid var(--line); color: #54241e; font-size: clamp(21px, 2vw, 28px); }
.legal-richtext { color: var(--ink-soft); font-size: 14px; line-height: 2.15; }
.legal-richtext p { margin: 0 0 13px; }
.legal-richtext p:last-child { margin-bottom: 0; }

.faq-layout { grid-template-columns: 280px minmax(0, 1fr); }
.faq-help { position: sticky; top: 84px; text-align: center; }
.faq-help > i { display: grid; width: 58px; height: 58px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: var(--cream); background: var(--red); font-size: 24px; }
.faq-help p { margin: 0 0 17px; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.faq-help a { display: inline-flex; padding: 7px 15px; align-items: center; gap: 9px; border-radius: 4px; color: var(--cream); background: var(--ink); font-size: 12px; }
.faq-help a:hover, .faq-help a:focus-visible { background: var(--red); }
.faq-list { display: grid; gap: 11px; }
.faq-item { overflow: hidden; border: 1px solid rgba(91,67,38,.2); border-radius: 7px; background: rgba(241,226,197,.97); box-shadow: 0 5px 18px rgba(58,39,20,.08); }
.faq-item summary { display: grid; padding: 19px 22px; align-items: center; grid-template-columns: 42px minmax(0, 1fr) 20px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__number { color: var(--ochre); font-size: 12px; }
.faq-item summary h2 { margin: 0; font-size: clamp(16px, 1.55vw, 21px); font-weight: 500; }
.faq-item__chevron { color: var(--red); font-size: 12px; transition: transform 180ms ease; }
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item[open] summary { color: #54241e; }
.faq-item__answer { margin: 0 64px 0 22px; padding: 17px 0 22px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: 13px; line-height: 2.1; }
.faq-item__answer p { margin: 0 0 10px; }
.faq-item__answer p:last-child { margin-bottom: 0; }
.content-empty { padding: 55px 25px; border: 1px dashed rgba(91,67,38,.42); border-radius: 7px; background: rgba(241,226,197,.85); text-align: center; }
.content-empty > i { color: var(--red); font-size: 42px; }
.content-empty h2 { margin: 12px 0 3px; font-size: 22px; }
.content-empty p { margin: 0; color: var(--ink-soft); font-size: 12px; }

/* Contact page */
.inner-page__hero--contact { background: linear-gradient(115deg, #1c2925, #315146 47%, #792c24); }
.contact-layout { position: relative; z-index: 2; display: grid; margin-top: -34px; align-items: start; grid-template-columns: 360px minmax(0, 1fr); gap: 18px; }
.contact-info-card, .contact-form-card, .contact-map-card { border: 1px solid rgba(91,67,38,.22); border-radius: 7px; background: rgba(241,226,197,.97); box-shadow: 0 8px 25px rgba(58,39,20,.12); }
.contact-info-card { overflow: hidden; }
.contact-card-heading { display: flex; padding: 24px; align-items: center; gap: 14px; color: var(--cream); background: var(--green); }
.contact-card-heading > span { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(246,231,200,.35); border-radius: 50%; font-size: 20px; }
.contact-card-heading h2, .contact-card-heading p { margin: 0; }.contact-card-heading h2 { font-size: 21px; }.contact-card-heading p { color: rgba(246,231,200,.7); font-size: 12px; }
.contact-info-list { padding: 8px 22px; }
.contact-info-item { display: grid; padding: 17px 0; align-items: start; border-bottom: 1px solid var(--line); grid-template-columns: 40px minmax(0, 1fr); gap: 10px; }
.contact-info-item:last-child { border-bottom: 0; }
.contact-info-item > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: rgba(141,45,36,.09); }
.contact-info-item h3 { margin: 0 0 3px; color: #54241e; font-size: 14px; }.contact-info-item p, .contact-info-item a { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; overflow-wrap: anywhere; }
.contact-socials { display: flex; padding: 18px 22px 22px; justify-content: center; gap: 12px; border-top: 1px solid var(--line); }
.contact-socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 18px; }.contact-socials a:hover, .contact-socials a:focus-visible { background: var(--red); }
.contact-form-card { padding: 29px 32px 32px; }
.contact-form-heading > span, .contact-map-card__heading span { color: var(--ochre); font-size: 12px; }.contact-form-heading h2, .contact-map-card__heading h2 { margin: 0; color: #54241e; font-size: 27px; }.contact-form-heading p { margin: 2px 0 21px; color: var(--ink-soft); font-size: 12px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 17px; }
.contact-form__field { display: grid; align-content: start; }
.contact-form__field--wide, .contact-form__general-errors, .contact-form__submit { grid-column: 1 / -1; }
.contact-form__field label { margin-bottom: 5px; color: var(--ink-soft); font-size: 12px; }.contact-form__field label span { color: var(--red); }
.contact-form__field input, .contact-form__field textarea { width: 100%; padding: 10px 12px; color: var(--ink); border: 1px solid rgba(91,67,38,.32); border-radius: 4px; outline: none; background: rgba(255,255,255,.24); font: inherit; font-size: 12px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.contact-form__field textarea { min-height: 150px; resize: vertical; }
.contact-form__field input:focus, .contact-form__field textarea:focus { border-color: var(--ochre); box-shadow: 0 0 0 3px rgba(173,118,40,.12); }
.contact-form__field.has-error input, .contact-form__field.has-error textarea { border-color: var(--red); }
.contact-form__error, .contact-form__general-errors { margin-top: 4px; color: var(--red); font-size: 12px; }.contact-form__general-errors ul { margin: 0 0 10px; }
.contact-form__submit { justify-self: start; display: inline-flex; padding: 9px 22px; align-items: center; gap: 9px; color: var(--cream); border: 0; border-radius: 4px; background: var(--red); cursor: pointer; }.contact-form__submit:hover, .contact-form__submit:focus-visible { background: var(--ink); }
.contact-map-card { overflow: hidden; grid-column: 1 / -1; }
.contact-map-card__heading { display: flex; padding: 19px 24px; align-items: center; justify-content: space-between; gap: 24px; }
.contact-map-card__heading p { max-width: 55%; margin: 0; color: var(--ink-soft); font-size: 12px; }.contact-map-card__heading p i { margin-left: 7px; color: var(--red); }
.contact-map { height: 430px; background: #d4c6a9; filter: sepia(.12) saturate(.82); }
.contact-map-marker { color: var(--red); text-align: center; filter: drop-shadow(0 3px 3px rgba(35,22,15,.4)); font-size: 45px; line-height: 1; }
.contact-map .leaflet-popup-content-wrapper, .contact-map .leaflet-popup-tip { color: var(--cream); background: var(--ink); }.contact-map .leaflet-popup-content { margin: 10px 18px; font-family: "B Titr", Tahoma, sans-serif; text-align: center; }

/* Global Django message toasts */
.site-toast-container { position: fixed; z-index: 1100; right: 18px; bottom: 18px; width: min(calc(100% - 36px), 390px); display: grid; gap: 10px; pointer-events: none; }
.site-toast { width: 100%; min-height: 76px; display: grid; overflow: hidden; pointer-events: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; color: var(--cream); background: #25312d; box-shadow: 0 10px 35px rgba(25,18,12,.32); grid-template-columns: 58px minmax(0, 1fr) 38px; }
.site-toast--success { background: #294b43; }.site-toast--error { background: #872f27; }.site-toast--warning { color: #29261f; background: #c59039; }.site-toast--info { background: #343b3a; }
.site-toast__icon { display: grid; place-items: center; background: rgba(0,0,0,.13); font-size: 23px; }
.site-toast__content { padding: 13px 14px 11px; align-self: center; }.site-toast__content strong { display: block; margin-bottom: 1px; font-size: 14px; }.site-toast__content p { margin: 0; font-size: 12px; line-height: 1.8; }
.site-toast__close { width: 38px; height: 38px; display: grid; padding: 0; place-items: center; align-self: start; color: inherit; border: 0; background: transparent; cursor: pointer; opacity: .72; }.site-toast__close:hover, .site-toast__close:focus-visible { opacity: 1; }

.testimonials { margin-top: 15px; color: var(--cream); background-color: #86291f; background-image: url("../images/home/testimonial.png"); background-position: center; background-size: cover; }.testimonials__inner { min-height: clamp(240px, 28vw, 420px); display: flex; align-items: center; }.testimonials__copy { width: min(52%, 650px); padding: 45px 18px; text-align: right; text-shadow: 0 2px 8px rgba(35, 12, 8, .55); }.testimonials__copy h2 { margin: 0 0 12px; color: #f7dfb6; font-size: clamp(28px, 3vw, 48px); line-height: 1.45; }.testimonials__copy p { max-width: 560px; margin: 0; color: #f2d8ac; font-size: clamp(15px, 1.45vw, 22px); line-height: 2; }

.newsletter { min-height: 285px; background-color: #d7bd8e; background-image: url("../images/footer.png"); background-position: center; background-size: cover; }.newsletter__inner { min-height: 285px; display: flex; direction: ltr; align-items: center; justify-content: space-between; gap: 40px; }.social-box, .subscribe-box { width: min(100%, 390px); padding: 24px 28px; direction: rtl; border: 1px solid rgba(73, 54, 33, .32); background: rgba(239, 216, 177, .82); box-shadow: 0 7px 24px rgba(49, 34, 20, .12); text-align: center; backdrop-filter: blur(2px); }.social-box h2, .subscribe-box h2 { margin: 0; font-size: 18px; }.social-box__links { display: flex; min-height: 44px; margin-top: 22px; align-items: center; justify-content: center; gap: 18px; }.social-box__links a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(47, 42, 32, .22); border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 21px; transition: color 180ms ease, background-color 180ms ease, transform 180ms ease; }.social-box__links a:hover, .social-box__links a:focus-visible { color: #fff; background: var(--red); transform: translateY(-2px); }.subscribe-box p { margin: 6px 0 16px; font-size: 12px; }.subscribe-box label { display: flex; flex-direction: row-reverse; }.subscribe-box input { min-width: 0; flex: 1; padding: 9px 12px; color: var(--ink); border: 1px solid #8f7754; border-right: 0; background: rgba(255,255,255,.18); }.subscribe-box button { padding: 8px 22px; color: var(--cream); border: 0; background: var(--red); }

.site-footer { color: #d7bd8d; background: #1d201d; }

.footer-grid { min-height: 205px; padding-block: 25px; }

.footer-col { padding-left: 24px; border-left: 1px solid rgba(213,182,128,.35); }
.footer-col:first-child { border: 0; padding-left: 0; }

.footer-grid h2 { margin: 0 0 14px; font-size: 18px; }
.footer-grid p, .footer-grid a { display: block; margin: 3px 0; font-size: 12px; }.footer-grid p > a { display: inline; }
.footer-grid p i { width: 18px; color: #b99050; text-align: center; }

.footer-grid .footer-trust-seal {
  width: fit-content;
  min-height: 92px;
  display: grid;
  margin-top: 14px;
  padding: 8px;
  place-items: center;
  border: 1px solid rgba(213, 182, 128, .35);
  border-radius: 4px;
  background: #f7f1e3;
  transition: border-color 180ms ease, transform 180ms ease;
}
.footer-grid .footer-trust-seal:hover,
.footer-grid .footer-trust-seal:focus-visible { border-color: #b99050; transform: translateY(-2px); }
.footer-trust-seal img { width: auto; max-width: 82px; height: 76px; display: block; object-fit: contain; }

/* logo + retro stamp frame */
.footer-logo { height: 155px; display: grid !important; place-items: center; }

.footer-logo-frame {
  position: relative;
  display: grid;
  place-items: center;
  padding: 14px 18px;
  background: #ece2c8;
  border: 3px double #a9803f;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  transform: rotate(-2deg);
  transition: transform .3s ease;
}
.footer-logo:hover .footer-logo-frame { transform: rotate(0deg); }

.footer-logo-frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(169,128,63,.6);
  pointer-events: none;
}

.footer-logo-frame img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 167px;
  object-fit: contain;
}

.footer-bottom { padding: 8px 16px; border-top: 1px solid rgba(213,182,128,.2); text-align: center; font-size: 12px; }

@media (max-width: 1100px) {
  .header-shell { padding-right: 145px; grid-template-columns: minmax(0, 1fr) 215px; }.main-nav { gap: 15px; padding-inline: 18px; font-size: 12px; }.header-actions { gap: 13px; }.login-link { padding-inline: 9px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }.editorial-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 940px) {
  .site-header { height: 58px; }.site-header::before { width: 100%; clip-path: none; }.header-logo { right: 7px; width: 55px; }.header-logo img { max-height: 54px;height: 45px; margin-top: 0; object-fit: contain; }.header-shell { display: flex; padding-right: 58px; justify-content: space-between; }.header-actions { margin-right: auto; margin-left: 12px; }.ticket-link span:last-of-type { display: none; }.login-link span:first-child { display: none; }.login-link { width: 38px; padding: 0; justify-content: center; }
  .menu-toggle { display: block; width: 38px; height: 36px; }.main-nav { position: absolute; top: 58px; right: 10px; left: 10px; height: auto; display: none; padding: 20px; grid-template-columns: repeat(2, 1fr); color: var(--paper); background: var(--ink); }.site-header.is-open .main-nav { display: grid; }.main-nav a.is-active::after { top: 50%; right: -12px; bottom: auto; transform: translateY(-50%); }
}

@media (max-width: 760px) {
  .feature-strip { grid-template-columns: 1fr; }.feature-card { min-height: 240px; }.selected-shows-slider { padding-inline: 38px; }.event-list article { grid-template-columns: 85px 1fr 65px; }.about-story-row, .about-story-row:nth-of-type(even) { grid-template-areas: "media" "copy"; grid-template-columns: 1fr; }.about-story-row__media { min-height: 280px; }.about-story-row__copy { padding: 30px 25px 35px; }.about-faq { grid-template-columns: 1fr; }.about-faq__art { display: none; }.inner-page__hero { min-height: 245px; padding: 90px 0 52px; }.legal-layout, .faq-layout, .contact-layout { margin-top: -25px; grid-template-columns: 1fr; }.legal-toc, .faq-help { position: static; }.legal-toc nav { grid-template-columns: 1fr 1fr; column-gap: 18px; }.faq-help { order: 2; }.faq-list { order: 1; }.contact-map-card { grid-column: auto; }.contact-map { height: 350px; }
  .mini-articles { grid-template-columns: 1fr; }.testimonials { background-position: 38% center; }.testimonials__copy { width: 70%; padding-inline: 10px; }.newsletter__inner { min-height: 420px; flex-direction: column; justify-content: center; gap: 18px; }.social-box, .subscribe-box { width: min(100%, 460px); }.footer-grid { padding-bottom: 32px; grid-template-columns: 1fr 1fr; row-gap: 18px; }.footer-grid section { border: 0; }.footer-logo { height: auto; min-height: 160px; padding-block: 8px; }.footer-logo-frame { max-width: 130px; padding: 10px 12px; }.footer-logo-frame img { max-height: 125px; }.footer-bottom { position: relative; z-index: 2; background: #1d201d; }
}

@media (max-width: 480px) {
  .page-shell { width: min(calc(100% - 20px), var(--shell)); }.header-shell { padding-right: 88px; }.header-actions { gap: 8px; }.ticket-link { width: 30px; }.header-actions b { right: 6px; }
  .featured-article { grid-template-columns: 1fr; }.article-art { min-height: 170px; }.event-list article { grid-template-columns: 1fr 65px; padding: 7px 10px; }.event-thumb-link { display: none; }.event-thumb { display: none; }.testimonials { background-position: 32% center; }.testimonials__copy { width: 82%; }.about-video { height: 210px; }.about-stories { padding-top: 18px; }.about-story-row__media { min-height: 220px; }.about-story-row__copy { padding: 25px 18px 29px; }.about-faq__content { padding: 23px 16px; }.about-faq__heading { align-items: flex-start; flex-direction: column; gap: 4px; }.about-faq__item summary { padding-inline: 11px; grid-template-columns: 29px minmax(0, 1fr) 14px; }.about-faq__item > div { margin-right: 40px; }.legal-toc nav { grid-template-columns: 1fr; }.legal-card { grid-template-columns: 44px minmax(0, 1fr); }.legal-card__number { padding-top: 21px; font-size: 14px; }.legal-card__content { padding: 20px 17px 23px; }.faq-item summary { padding: 16px 14px; grid-template-columns: 32px minmax(0, 1fr) 16px; }.faq-item__answer { margin: 0 46px 0 14px; }.contact-form-card { padding: 23px 17px 25px; }.contact-form { grid-template-columns: 1fr; }.contact-form__field--wide, .contact-form__general-errors, .contact-form__submit { grid-column: auto; }.contact-map-card__heading { align-items: flex-start; flex-direction: column; gap: 7px; }.contact-map-card__heading p { max-width: 100%; }.contact-map { height: 300px; }.site-toast-container { right: 10px; bottom: 10px; width: calc(100% - 20px); }.footer-grid { grid-template-columns: 1fr; }.footer-logo-col { width: 100%; flex: 0 0 100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (prefers-reduced-motion: reduce) {
  .footer-grid .footer-trust-seal { transition: none; }
}

/* Blog list and detail */
.blog-page { padding-top: 0; background: linear-gradient(rgba(232,211,173,.52), rgba(232,211,173,.52)); }
.blog-page__masthead { padding: 34px 0 60px; border-bottom: 1px solid rgba(75,54,31,.2); background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.28), transparent 28%), linear-gradient(135deg, rgba(141,45,36,.08), rgba(41,75,67,.08)); }
.blog-breadcrumb { min-height: 34px; display: flex; align-items: center; gap: 9px; color: #6f604b; font-size: 12px; }
.blog-breadcrumb a:hover { color: var(--red); }.blog-breadcrumb i { font-size: 10px; opacity: .6; }
.blog-page__heading { padding-top: 30px; text-align: center; }.blog-page__eyebrow { color: var(--red); font-size: 12px; }.blog-page__heading h1 { margin: 5px 0 6px; color: #352a20; font-size: clamp(34px, 4vw, 58px); font-weight: 500; }.blog-page__heading p { margin: 0; color: #6c5b45; font-size: 14px; }
.blog-list-shell { padding-block: 34px 65px; }
.blog-featured-card { min-height: 390px; display: grid; overflow: hidden; direction: ltr; border: 1px solid rgba(84,61,34,.24); border-radius: 8px; background: rgba(244,228,198,.9); box-shadow: 0 10px 30px rgba(62,43,24,.12); grid-template-columns: minmax(320px, 48%) minmax(0, 52%); }
.blog-featured-card__media { min-height: 390px; overflow: hidden; background: #2e332d; }.blog-featured-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.2) saturate(.83); transition: transform .5s ease, filter .5s ease; }.blog-featured-card:hover .blog-featured-card__media img { filter: sepia(.05) saturate(1); transform: scale(1.025); }
.blog-featured-card__body { display: flex; padding: clamp(30px, 4vw, 65px); direction: rtl; justify-content: center; flex-direction: column; }.blog-card__category { width: fit-content; padding: 3px 12px; color: var(--cream); border-radius: 3px; background: var(--red); font-size: 12px; }.blog-featured-card h2 { margin: 13px 0 12px; font-size: clamp(29px, 3vw, 45px); line-height: 1.5; }.blog-featured-card p { margin: 0; color: #665641; font-size: 13px; line-height: 2.1; }
.blog-card__footer { display: flex; margin-top: 28px; align-items: center; justify-content: space-between; gap: 18px; }.blog-card__footer time, .blog-card__body time { color: #7a6951; font-size: 12px; }.blog-card__footer time i, .blog-card__body time i { margin-left: 6px; color: var(--red); }
.blog-read-more { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: var(--red); font-size: 12px; }.blog-read-more:hover { color: var(--green); }.blog-read-more i { transition: transform .2s ease; }.blog-read-more:hover i { transform: translateX(-4px); }
.blog-list-heading { display: flex; margin: 42px 0 18px; padding: 0 4px 10px; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(70,50,29,.25); }.blog-list-heading span { color: var(--red); font-size: 12px; }.blog-list-heading h2 { margin: 0; font-size: 28px; }.blog-list-heading > i { color: var(--ochre); font-size: 24px; }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.blog-card { overflow: hidden; border: 1px solid rgba(84,61,34,.2); border-radius: 7px; background: rgba(241,226,197,.92); box-shadow: 0 5px 18px rgba(62,43,24,.08); transition: transform .25s ease, box-shadow .25s ease; }.blog-card:hover { box-shadow: 0 12px 28px rgba(62,43,24,.14); transform: translateY(-4px); }.blog-card__media { position: relative; height: 225px; display: block; overflow: hidden; background: #31352f; }.blog-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.2) saturate(.82); transition: transform .4s ease, filter .4s ease; }.blog-card:hover img { filter: sepia(.04) saturate(1); transform: scale(1.04); }.blog-card__badge { position: absolute; right: 13px; bottom: 12px; padding: 3px 10px; color: var(--cream); border-radius: 3px; background: rgba(31,32,28,.9); font-size: 11px; }.blog-card__body { padding: 20px 20px 23px; }.blog-card__body h3 { min-height: 58px; margin: 7px 0 7px; font-size: 19px; line-height: 1.55; }.blog-card__body p { min-height: 70px; margin: 0 0 12px; color: #71614b; font-size: 12px; line-height: 2; }
.blog-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #d1aa70; background: radial-gradient(circle, #4b4b3f, #242822 72%); font-size: 75px; }
.blog-empty-state { min-height: 390px; display: grid; padding: 50px 20px; place-content: center; justify-items: center; border: 1px dashed rgba(83,61,35,.35); border-radius: 8px; background: rgba(241,226,197,.7); text-align: center; }.blog-empty-state > i { color: var(--red); font-size: 60px; }.blog-empty-state h2 { margin: 16px 0 4px; }.blog-empty-state p { margin: 0 0 18px; color: #6d5c46; }.blog-empty-state a { padding: 7px 18px; color: var(--cream); border-radius: 4px; background: var(--ink); }

.blog-detail-page { padding-bottom: 55px; }.blog-detail-shell { padding-top: 20px; }.blog-breadcrumb--detail { margin-bottom: 15px; }.blog-detail-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1fr) 315px; gap: 18px; }.blog-article-card { overflow: hidden; border: 1px solid rgba(85,62,35,.2); border-radius: 8px; background: rgba(244,230,204,.94); box-shadow: 0 7px 25px rgba(61,43,25,.1); }.blog-article-header { padding: clamp(28px, 4vw, 55px) clamp(24px, 5vw, 72px) 24px; text-align: center; }.blog-article-tags { display: flex; justify-content: center; gap: 8px; }.blog-article-tags span { padding: 3px 13px; border: 1px solid rgba(141,45,36,.45); border-radius: 3px; color: var(--red); font-size: 12px; }.blog-article-tags span:first-child { color: var(--cream); border-color: var(--ink); background: var(--ink); }.blog-article-header h1 { margin: 14px 0 9px; color: #33281f; font-size: clamp(32px, 4.1vw, 57px); font-weight: 500; line-height: 1.45; }.blog-article-lead { max-width: 790px; margin: 0 auto; color: #75644f; font-size: 13px; line-height: 2; }.blog-article-meta { display: flex; margin-top: 22px; padding-top: 16px; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid rgba(72,51,29,.18); color: #71624e; font-size: 12px; }.blog-article-meta i { margin-left: 6px; color: var(--red); }
.blog-article-cover { height: clamp(270px, 39vw, 610px); margin: 0 clamp(15px, 2.4vw, 35px); overflow: hidden; border-radius: 6px; background: #2e332e; }.blog-article-cover img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.2) saturate(.86); }
.blog-article-content { padding: clamp(28px, 4.3vw, 65px) clamp(24px, 6vw, 90px); color: #493d30; font-size: 15px; line-height: 2.35; }.blog-article-content p { margin: 0 0 21px; }.blog-article-content p:first-child::first-letter { float: right; margin: 3px 0 0 10px; color: var(--red); font-size: 52px; line-height: .9; }.blog-article-content h2, .blog-article-content h3 { margin: 34px 0 12px; color: #812d25; line-height: 1.6; }.blog-article-content blockquote { position: relative; margin: 30px 0; padding: 24px 65px; border-radius: 6px; color: #4c3d2d; background: #e4cba3; text-align: center; font-size: 18px; }.blog-article-content blockquote::before, .blog-article-content blockquote::after { position: absolute; top: 50%; color: var(--ink); font-family: Georgia, serif; font-size: 55px; transform: translateY(-50%); }.blog-article-content blockquote::before { right: 18px; content: "“"; }.blog-article-content blockquote::after { left: 18px; content: "”"; }
.blog-article-footer { display: flex; margin: 0 clamp(24px, 5vw, 72px); padding: 20px 0 28px; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid rgba(69,49,29,.2); }.blog-article-labels, .blog-share { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; font-size: 12px; }.blog-article-labels span { padding: 3px 10px; border: 1px solid rgba(74,54,33,.25); border-radius: 3px; }.blog-share a, .blog-share button { width: 31px; height: 31px; display: grid; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--cream); background: var(--ink); cursor: pointer; }.blog-share a:hover, .blog-share button:hover, .blog-share button.is-copied { background: var(--red); }
.blog-sidebar { display: grid; gap: 16px; }.blog-sidebar-box { padding: 22px; border: 1px solid rgba(79,57,33,.22); border-radius: 7px; background: rgba(241,226,197,.92); }.blog-sidebar-box h2 { margin: 0 0 13px; color: #4b3729; font-size: 20px; }.blog-sidebar-box p { margin: 0 0 14px; color: #6f5e48; font-size: 12px; line-height: 2; }.blog-sidebar-box > a { display: inline-block; padding: 6px 13px; color: var(--cream); border-radius: 3px; background: var(--ink); font-size: 12px; }.blog-sidebar-box--red { color: var(--cream); border-color: #74261f; background: var(--red); }.blog-sidebar-box--red h2, .blog-sidebar-box--red p { color: inherit; }.blog-sidebar-box--red > a { color: var(--ink); background: var(--cream); }.blog-category-list { display: grid; margin: 0; padding: 0; list-style: none; gap: 3px; }.blog-category-list li { display: flex; padding: 10px 3px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(73,53,31,.15); font-size: 12px; }.blog-category-list li:last-child { border-bottom: 0; }.blog-category-list i { color: var(--red); }.blog-sidebar-about { text-align: center; }.blog-sidebar-about > i { color: var(--ochre); font-size: 38px; }
.blog-detail-return { display: flex; margin-top: 18px; padding: 24px 28px; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(80,58,34,.2); border-radius: 7px; background: rgba(237,220,190,.9); }.blog-detail-return span { color: var(--red); font-size: 12px; }.blog-detail-return h2 { margin: 0; font-size: 24px; }.blog-detail-return > a { display: inline-flex; padding: 8px 16px; align-items: center; gap: 8px; color: var(--cream); border-radius: 4px; background: var(--ink); font-size: 12px; }

@media (max-width: 1050px) { .blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.blog-detail-layout { grid-template-columns: minmax(0, 1fr) 270px; } }
@media (max-width: 760px) { .blog-page { padding-top: 0; }.blog-featured-card { grid-template-columns: 1fr; }.blog-featured-card__media { min-height: 260px; }.blog-detail-layout { grid-template-columns: 1fr; }.blog-sidebar { grid-template-columns: 1fr 1fr; }.blog-sidebar-box--red { grid-column: 1 / -1; }.blog-article-content { font-size: 14px; }.blog-detail-return { align-items: flex-start; flex-direction: column; } }
@media (max-width: 520px) { .blog-page__heading p { font-size: 12px; }.blog-card-grid { grid-template-columns: 1fr; }.blog-card__media { height: 215px; }.blog-featured-card__body { padding: 27px 20px; }.blog-card__footer { align-items: flex-start; flex-direction: column; }.blog-article-header { padding-inline: 17px; }.blog-article-cover { height: 235px; margin-inline: 10px; }.blog-article-content { padding-inline: 20px; }.blog-article-content blockquote { padding-inline: 45px; }.blog-article-footer { margin-inline: 20px; align-items: flex-start; flex-direction: column; }.blog-sidebar { grid-template-columns: 1fr; }.blog-sidebar-box--red { grid-column: auto; } }

/* Dararokh category panel — matches the parchment/green reference card */
.blog-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  grid-template-areas: "main sidebar";
  gap: 24px;
  align-items: start;
}
.blog-list-main {
  grid-area: main;
  min-width: 0;
}
.blog-list-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 88px;
  min-width: 0;
}
.blog-category-panel {
  overflow: hidden;
  border: 1px solid rgba(72, 53, 31, .34);
  border-radius: 7px;
  background:
    linear-gradient(rgba(248, 238, 216, .94), rgba(244, 231, 203, .94)),
    radial-gradient(circle at 20% 30%, rgba(117, 88, 51, .08) 0 1px, transparent 1.5px);
  background-size: auto, 11px 11px;
  box-shadow: 0 8px 20px rgba(55, 38, 18, .12), inset 0 0 22px rgba(111, 77, 35, .05);
}
.blog-category-panel__header {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 48px;
  color: #f3e4c6;
  background:
    linear-gradient(rgba(26, 59, 52, .97), rgba(25, 56, 50, .97)),
    radial-gradient(circle at 25% 35%, rgba(255,255,255,.08) 0 1px, transparent 1.5px);
  background-size: auto, 9px 9px;
  border-bottom: 1px solid rgba(38, 31, 21, .45);
}
.blog-category-panel__header::after {
  content: "";
  position: absolute;
  inset: auto 14px 0;
  height: 1px;
  background: rgba(235, 218, 181, .13);
}
.blog-category-panel__header h2 {
  margin: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-category-panel__ornament {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(223, 198, 146, .22);
  font-size: 28px;
  line-height: 1;
}
.blog-category-panel__ornament--right { right: 15px; }
.blog-category-panel__ornament--left { left: 15px; }
.blog-category-panel__list {
  margin: 0;
  padding: 8px 16px 12px;
  list-style: none;
}
.blog-category-panel__list li {
  margin: 0;
  border-bottom: 1px solid rgba(73, 53, 31, .22);
}
.blog-category-panel__list li:last-child { border-bottom: 0; }
.blog-category-panel__list a {
  min-height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 2px;
  color: #443427;
  text-decoration: none;
  font-size: 13px;
  transition: color .18s ease, padding .18s ease;
}
.blog-category-panel__list a span {
  order: 1;
  font-weight: 600;
}
.blog-category-panel__list a b {
  order: 2;
  min-width: 31px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  color: #4b3a2a;
  border: 1px solid rgba(75, 56, 34, .44);
  border-radius: 4px;
  background: rgba(255, 248, 231, .34);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.blog-category-panel__list li.is-active a,
.blog-category-panel__list a:hover {
  color: #8b2f24;
  padding-right: 7px;
}
.blog-category-panel__list li.is-active a b,
.blog-category-panel__list a:hover b {
  color: #8b2f24;
  border-color: rgba(139, 47, 36, .5);
  background: rgba(139, 47, 36, .06);
}
.blog-category-panel__empty {
  padding: 16px 2px;
  color: #76634f;
  font-size: 12px;
  line-height: 1.8;
}
.blog-category-panel--sidebar { padding: 0; }

@media (max-width: 920px) {
  .blog-list-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "sidebar"
      "main";
  }
  .blog-list-sidebar { position: static; }
  .blog-category-panel { width: 100%; max-width: 420px; margin-inline: auto; }
}
@media (max-width: 520px) {
  .blog-category-panel { max-width: none; }
}

/* Blog category layout correction */
.blog-list-sidebar .blog-category-panel { width: 100%; }
.blog-list-main .blog-featured-card { width: 100%; }
.blog-list-main .blog-card-grid { width: 100%; }
@media (min-width: 921px) {
  .blog-list-main .blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Accounts authentication */
.auth-page { min-height: 720px; padding: 125px 0 70px; background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.2), transparent 28%), linear-gradient(135deg, rgba(41,75,67,.08), rgba(141,45,36,.07)); }
.auth-shell { display: grid; place-items: center; }
.auth-card { width: min(100%, 560px); overflow: hidden; border: 1px solid rgba(84,61,34,.25); border-radius: 8px; background: rgba(241,226,197,.97); box-shadow: 0 14px 42px rgba(58,39,20,.16); }
.auth-card__heading { padding: 30px 34px 25px; color: var(--cream); background: var(--green); text-align: center; }
.auth-card__heading span { color: #d9b87c; font-size: 12px; }.auth-card__heading span i { margin-left: 7px; }
.auth-card__heading h1 { margin: 5px 0 4px; color: #f3ddb6; font-size: 32px; font-weight: 500; }
.auth-card__heading p { margin: 0; color: rgba(246,231,200,.76); font-size: 12px; line-height: 2; }
.auth-form { display: grid; padding: 28px 34px 24px; grid-template-columns: 1fr 1fr; gap: 15px 17px; }
.auth-field { display: grid; align-content: start; }.auth-field:nth-last-of-type(-n+3), .auth-field--otp { grid-column: 1 / -1; }
.auth-field label { margin-bottom: 5px; color: var(--ink-soft); font-size: 12px; }
.auth-field input { width: 100%; min-height: 44px; padding: 9px 12px; color: var(--ink); border: 1px solid rgba(91,67,38,.32); border-radius: 4px; outline: none; background: rgba(255,255,255,.28); font: inherit; font-size: 13px; }
.auth-field input:focus { border-color: var(--ochre); box-shadow: 0 0 0 3px rgba(173,118,40,.12); }.auth-field.has-error input { border-color: var(--red); }
.auth-field small, .auth-errors { color: var(--red); font-size: 12px; }.auth-errors { grid-column: 1 / -1; padding: 9px 12px; border: 1px solid rgba(141,45,36,.28); background: rgba(141,45,36,.06); }
.auth-submit { grid-column: 1 / -1; min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--cream); border: 0; border-radius: 4px; background: var(--red); cursor: pointer; }.auth-submit:hover { background: var(--ink); }
.auth-options, .auth-links { display: flex; padding: 0 34px 27px; justify-content: center; gap: 22px; color: var(--ink-soft); font-size: 12px; }.auth-options a, .auth-links a { color: var(--red); }
.auth-resend { padding: 0 34px 27px; text-align: center; }.auth-resend button { padding: 0; color: var(--red); border: 0; background: transparent; cursor: pointer; font: inherit; font-size: 12px; }
.auth-field--otp input { direction: ltr; text-align: center; letter-spacing: .45em; font-size: 22px; }
.header-user-name { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.logout-form { display: inline-flex; margin: 0; }.logout-form button { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font: inherit; font-size: 12px; }
@media (max-width: 600px) { .auth-page { padding-top: 95px; }.auth-form { padding-inline: 18px; grid-template-columns: 1fr; }.auth-field, .auth-field:nth-last-of-type(-n+3) { grid-column: auto; }.auth-card__heading { padding-inline: 20px; }.auth-options, .auth-links, .auth-resend { padding-inline: 18px; } }



.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 66px; color: #d3b582; background: transparent; transition: transform 200ms ease; will-change: transform; }
.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  background: #20201d;
  content: "";
}
.site-header.is-hidden { transform: translate3d(0, var(--header-hide-offset, -180px), 0); }

.header-shell { position: relative; height: 100%; display: grid; align-items: center; grid-template-columns: minmax(0, 1fr) auto; }

.main-nav { display: flex; height: 100%; align-items: center; justify-content: flex-start; gap: clamp(19px, 2.35vw, 43px); padding-inline: 28px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a.is-active::after { position: absolute; right: 50%; bottom: -17px; width: 7px; height: 7px; border-radius: 50%; background: #b53a2d; box-shadow: 0 0 8px rgba(181,58,45,.65); content: ""; transform: translateX(50%); }

.header-actions { direction: rtl; display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding-inline-end: clamp(16px, 2vw, 30px); font-size: 12px; }
.header-actions a { position: relative; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.header-actions b { position: absolute; top: -12px; right: 11px; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #f6e9d0; background: #a83429; font-size: 10px; }

.header-logo { display: grid; place-items: center; height: 100%; padding-inline: 4px; }
.header-logo img { display: block; width: auto; max-width: 104px; max-height: 58px; height: auto; object-fit: contain; }

.login-link { min-height: 36px; padding-inline: 14px; border: 1px solid #8a6a3b; border-radius: 6px; }
.header-actions i { width: 20px; color: #c29b5b; text-align: center; font-size: 17px; }
.menu-toggle { display: none; color: #d3b582; border: 1px solid #8a6a3b; background: transparent; }

@media (max-width: 1100px) {
  .main-nav { gap: 15px; padding-inline: 18px; font-size: 12px; }
  .header-actions { gap: 13px; }
  .login-link { padding-inline: 9px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 940px) {
  .site-header { height: 58px; }
  .header-shell { display: flex; justify-content: space-between; }
  .header-actions { gap: 10px; margin-right: auto; padding-inline-end: 10px; }
  .header-logo img { max-height: 30px; max-width: 60px; }
  .ticket-link span:last-of-type { display: none; }
  .login-link span:first-child { display: none; }
  .login-link { width: 38px; padding: 0; justify-content: center; }
  .menu-toggle { display: block; width: 38px; height: 36px; }
  .main-nav { position: absolute; top: 58px; right: 10px; left: 10px; height: auto; display: none; padding: 20px; grid-template-columns: repeat(2, 1fr); color: var(--paper); background: var(--ink); }
  .site-header.is-open .main-nav { display: grid; }
  .main-nav a.is-active::after { top: 50%; right: -12px; bottom: auto; transform: translateY(-50%); }
}

/* Global header search */
.header-search-toggle { width: 36px; height: 36px; display: grid; flex: 0 0 auto; padding: 0; place-items: center; color: #c29b5b; border: 1px solid rgba(138,106,59,.72); border-radius: 50%; background: transparent; cursor: pointer; transition: color .16s ease, border-color .16s ease, background-color .16s ease; }
.header-search-toggle:hover, .header-search-toggle:focus-visible { color: #fff; border-color: var(--red); background: var(--red); }
.site-search-modal .modal-content { overflow: hidden; color: var(--ink); border: 1px solid rgba(213,182,128,.38); border-radius: 8px; background: var(--paper-light); box-shadow: 0 24px 70px rgba(15,15,12,.38); }
.site-search-modal__dialog { max-width: 720px; }
.site-search-modal__header { padding: 25px 28px; color: var(--cream); border: 0; background: linear-gradient(115deg, var(--green), #1e2925 65%, #56251f); }
.site-search-modal__header span { color: #d6ae6f; font-size: 12px; }.site-search-modal__header h2 { margin: 2px 0 0; color: #f3ddb6; font-size: 25px; }
.site-search-modal__close { width: 38px; height: 38px; display: grid; padding: 0; place-items: center; color: var(--cream); border: 1px solid rgba(246,231,200,.32); border-radius: 50%; background: transparent; cursor: pointer; }
.site-search-modal__form { display: grid; padding: 28px 28px 15px; grid-template-columns: minmax(0,1fr) 105px; gap: 10px; }
.site-search-modal__field { min-height: 52px; display: grid; align-items: center; border: 1px solid rgba(91,67,38,.34); border-radius: 5px; background: rgba(255,255,255,.3); grid-template-columns: 46px minmax(0,1fr); }
.site-search-modal__field > i { color: var(--ochre); text-align: center; }.site-search-modal__field input { width: 100%; height: 100%; min-width: 0; padding: 10px 3px 10px 14px; color: var(--ink); border: 0; outline: 0; background: transparent; font: inherit; font-size: 14px; }
.site-search-modal__form > button { color: var(--cream); border: 0; border-radius: 5px; background: var(--red); cursor: pointer; }.site-search-modal__form > button:hover { background: var(--ink); }
.site-search-modal__hint { margin: 0; padding: 0 29px 25px; color: var(--ink-soft); font-size: 12px; }.site-search-modal__hint i { margin-left: 6px; color: var(--ochre); }

/* Search results page */
.inner-page__hero--search { background: linear-gradient(115deg, #1d2824, #355249 48%, #6d2a23); }
.search-page-form { width: min(100%, 760px); min-height: 56px; display: grid; margin-top: 22px; overflow: hidden; border: 1px solid rgba(246,231,200,.38); border-radius: 6px; background: rgba(20,25,22,.38); grid-template-columns: minmax(0,1fr) 125px; box-shadow: 0 7px 25px rgba(0,0,0,.16); }
.search-page-form input { min-width: 0; padding: 12px 18px; color: var(--cream); border: 0; outline: 0; background: transparent; font: inherit; font-size: 14px; }.search-page-form input::placeholder { color: rgba(246,231,200,.58); }
.search-page-form button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--cream); border: 0; background: var(--red); cursor: pointer; }.search-page-form button:hover { background: #a23a30; }
.search-results { position: relative; z-index: 2; display: grid; margin-top: -28px; gap: 18px; }
.search-results__summary { display: flex; min-height: 90px; padding: 18px 25px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(91,67,38,.22); border-radius: 7px; background: rgba(241,226,197,.98); box-shadow: 0 7px 22px rgba(58,39,20,.11); }.search-results__summary span { color: var(--ochre); font-size: 11px; }.search-results__summary h2 { margin: 1px 0 0; color: #54241e; font-size: 23px; }.search-results__summary > strong { padding: 5px 13px; border-radius: 999px; color: var(--cream); background: var(--red); font-size: 12px; white-space: nowrap; }
.search-group { overflow: hidden; border: 1px solid rgba(91,67,38,.22); border-radius: 7px; background: rgba(241,226,197,.96); box-shadow: 0 6px 20px rgba(58,39,20,.09); }
.search-group__heading { display: flex; padding: 17px 22px; align-items: center; justify-content: space-between; gap: 18px; color: var(--cream); background: var(--green); }.search-group:nth-of-type(3n+2) .search-group__heading { background: var(--red); }.search-group:nth-of-type(3n) .search-group__heading { background: #8d6429; }.search-group__heading > div { display: flex; align-items: center; gap: 10px; }.search-group__heading i { color: #dfbc80; }.search-group__heading h2 { margin: 0; font-size: 20px; }.search-group__heading > span { font-size: 11px; }
.search-result-grid { display: grid; padding: 17px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.search-result-card { min-height: 185px; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.16); grid-template-columns: 175px minmax(0,1fr); }
.search-result-card__media { min-height: 185px; display: grid; overflow: hidden; place-items: center; color: #d8b77d; background: linear-gradient(145deg,#293b35,#682f27); font-size: 38px; }.search-result-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.16) saturate(.87); transition: transform .3s ease; }.search-result-card:hover .search-result-card__media img { transform: scale(1.025); }
.search-result-card__body { min-width: 0; padding: 16px 17px; }.search-result-card__body > span { color: var(--ochre); font-size: 11px; }.search-result-card__body h3 { margin: 3px 0 6px; color: #54241e; font-size: 18px; line-height: 1.55; }.search-result-card__body p { margin: 0 0 10px; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }.search-result-card__link { display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: 11px; }
.search-group__empty { grid-column: 1/-1; margin: 0; padding: 25px; color: var(--ink-soft); text-align: center; font-size: 12px; }.search-results__empty { margin-top: 0; }

@media (max-width: 1100px) {
  .search-result-grid { grid-template-columns: 1fr; }
}

@media (max-width: 940px) {
  .header-search-toggle { width: 34px; height: 34px; }
  .logout-form button span { display: none; }
}

@media (max-width: 575.98px) {
  .site-search-modal .modal-content { min-height: 100%; border: 0; border-radius: 0; }
  .site-search-modal__header { padding: 21px 18px; }
  .site-search-modal__form { padding: 24px 18px 13px; grid-template-columns: 1fr; }
  .site-search-modal__form > button { min-height: 46px; }
  .site-search-modal__hint { padding-inline: 19px; }
  .search-page-form { grid-template-columns: minmax(0,1fr) 54px; }.search-page-form button span { display: none; }
  .search-results__summary { align-items: flex-start; flex-direction: column; }
  .search-result-grid { padding: 11px; }
  .search-result-card { grid-template-columns: 110px minmax(0,1fr); }.search-result-card__media { min-height: 170px; }.search-result-card__body { padding: 13px; }
}

@media (max-width: 390px) {
  .header-logo { display: none !important; }
  .search-result-card { grid-template-columns: 1fr; }.search-result-card__media { min-height: 185px; }
}

/* Header logo occupies the far-right area beside the oblique edge. */
.site-header::before {
  inset: 0 auto 0 0;
  width: calc(100% - clamp(45px, 3.2vw, 66px));
  clip-path: polygon(0 0, 100% 0, calc(100% - 38px) 100%, 0 100%);
}
.header-logo {
  position: absolute;
  z-index: 3;
  top: 0;
  right: clamp(56px, 4.5vw, 86px);
  width: clamp(82px, 7vw, 118px);
  height: 100%;
  display: grid;
  padding: 3px 5px;
  place-items: center;
}
.header-logo img {
  width: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}
.header-shell {
  padding-right: clamp(155px, 12vw, 225px);
}
.header-actions {
  padding-inline-end: 0;
}

@media (max-width: 940px) {
  .site-header::before { width: 100%; clip-path: none; }
  .header-logo { right: 7px; width: 62px; padding: 3px; }
  .header-logo img { max-width: 100%; max-height: 50px; }
  .header-shell { padding-right: 72px; }
}

@media (max-width: 390px) {
  .header-logo { display: grid !important; width: 56px; }
  .header-shell { padding-right: 65px; }
}

/* Shared current/previous price presentation */
.price-display { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 6px 10px; }
.price-display del,
.price-before-discount { color: #8b7661; font-size: .82em; font-weight: 400; text-decoration-thickness: 1px; }
.price-display--compact { align-items: flex-end; flex-direction: column; gap: 2px; }
.academy-card-price { min-height: 46px; display: flex; margin: 12px 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.academy-banner-price { display: flex; margin: 12px 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.academy-banner-price del { color: #c5ae8b; }
.course-detail-price { display: flex; margin: 14px 0; align-items: center; gap: 10px; }
.course-detail-price .price-display { flex-direction: column; align-items: flex-start; gap: 2px; }

/* Home feature cards: one card per row on mobile.
   Keep this after the later responsive header rules so it wins over
   the duplicate max-width:1100px two-column declaration. */
@media (max-width: 760px) {
  .feature-strip {
    grid-template-columns: 1fr;
  }
}
