/* Privacy page-owned stylesheet: a quiet legal editorial layer over the LuxeGameNights shell. */
:root {
  --privacy-blue: #0d2ea2;
  --privacy-navy: #071c48;
  --privacy-ink: #12265c;
  --privacy-soft-blue: #3153b4;
  --privacy-cream: #f7f6f2;
  --privacy-paper: #fffdf9;
  --privacy-line: #c9d0e1;
  --privacy-muted: #68728b;
  --privacy-gold: #f4c86b;
  --privacy-red: #a51d32;
  --privacy-radius: 1.25rem;
}

html { scroll-behavior: smooth; }
body.privacy-page {
  margin: 0;
  background: var(--privacy-cream);
  color: var(--privacy-ink);
  font-family: "Non Natural Grotesk Inktrap", Arial, Helvetica, sans-serif;
}
body.privacy-page button,
body.privacy-page input,
body.privacy-page textarea { font: inherit; }
body.privacy-page a { color: inherit; }
body.privacy-page :focus-visible { outline: 3px solid var(--privacy-gold); outline-offset: 4px; }

/* The header is a solid, reserved shell on helper pages; the privacy hero starts below it. */
.privacy-shell-header {
  position: relative;
  z-index: 10;
  min-height: 168px;
  background: #fff;
  color: var(--privacy-blue);
}
.privacy-shell-header .header-hero-content {
  min-height: 168px;
  background: #fff;
  background-image: none;
}
.privacy-shell-header .region-topbar {
  min-height: 168px;
  border-color: var(--privacy-blue);
  background: #fff;
}
.privacy-shell-header .search-form { font-family: inherit; }
.privacy-shell-header[data-theme="dark"],
.privacy-shell-header[data-theme="dark"] .header-hero-content,
.privacy-shell-header[data-theme="dark"] .region-topbar { background: var(--privacy-navy); }
.privacy-shell-header[data-theme="dark"] .brand-link img { filter: brightness(0) invert(1); }

/* Search pattern roulette selected: a modal overlay with a compact directory result list. */
.privacy-shell-header .search-details[open] .search-form {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  width: 100%;
  max-width: none;
  padding: clamp(1rem, 5vw, 5rem);
  place-items: center;
  border: 0;
  background: rgb(7 28 72 / 88%);
  box-shadow: none;
}
.privacy-shell-header .search-details[open] .search-form::before {
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 8%);
  content: "";
  backdrop-filter: blur(8px);
}
.privacy-shell-header .search-modal-card {
  position: relative;
  width: min(720px, 100%);
  padding: clamp(1.5rem, 5vw, 4.25rem);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 2rem;
  background: var(--privacy-paper);
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 28%);
  color: var(--privacy-navy);
}
.privacy-shell-header .search-kicker,
.privacy-shell-header .search-modal-card h2,
.privacy-shell-header .search-modal-card label { color: var(--privacy-navy); }
.privacy-shell-header .search-kicker { margin: 0 0 .7rem; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.privacy-shell-header .search-modal-card h2 { margin: 0 0 1.75rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.privacy-shell-header .search-modal-card label { display: block; margin-bottom: .6rem; font-size: .85rem; font-weight: 700; }
.privacy-shell-header .search-form-row { display: flex; gap: .65rem; }
.privacy-shell-header .search-form input { min-width: 0; flex: 1; padding: .85rem 1rem; border: 1px solid var(--privacy-blue); border-radius: 999px; background: transparent; color: var(--privacy-navy); }
.privacy-shell-header .search-form-row > button { padding: .8rem 1.2rem; border: 0; border-radius: 999px; background: var(--privacy-navy); color: #fff; cursor: pointer; }
.privacy-shell-header .search-close { position: absolute; top: 1.5rem; right: 1.5rem; z-index: 2; width: 2.75rem; height: 2.75rem; border: 1px solid var(--privacy-navy); border-radius: 50%; background: transparent; color: var(--privacy-navy); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.privacy-shell-header .search-results { margin-top: 1.5rem; }
.search-results__empty,
.search-results__label { margin: 0; color: var(--privacy-muted); font-size: .95rem; }
.search-results__label { margin-bottom: .65rem; font-weight: 700; }
.search-result { display: flex; flex-direction: column; gap: .2rem; padding: .8rem 0; border-top: 1px solid var(--privacy-line); text-decoration: none; }
.search-result strong { color: var(--privacy-blue); }
.search-result span { color: var(--privacy-muted); font-size: .9rem; }

.privacy-main { width: 100%; }
.policy-section--scope,
.policy-section--enquiry,
.policy-section--use,
.policy-section--cookies,
.policy-section--security,
.policy-section--rights,
.policy-section--updates,
.policy-section--contact { background: transparent; }
.privacy-main h1,
.privacy-main h2,
.privacy-main h3,
.privacy-main p { margin-top: 0; }
.privacy-intro {
  position: relative;
  background: var(--privacy-paper);
  border-bottom: 1px solid var(--privacy-line);
}
.privacy-intro__inner {
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1.8fr) minmax(180px, .75fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  width: min(1520px, calc(100% - clamp(2.5rem, 8vw, 12rem)));
  min-height: 565px;
  margin-inline: auto;
  padding-block: clamp(4rem, 8vw, 8rem);
}
.privacy-contents { align-self: stretch; padding-top: .45rem; border-top: 2px solid var(--privacy-blue); }
.privacy-eyebrow,
.privacy-contents__label,
.privacy-overline,
.policy-section__eyebrow { color: var(--privacy-blue); font-size: .75rem; font-weight: 700; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.privacy-eyebrow { margin: 0 0 2.25rem; }
.privacy-contents__label { margin: 0 0 1rem; color: var(--privacy-muted); letter-spacing: .1em; }
.privacy-contents__list { display: grid; gap: .7rem; margin: 0; padding: 0 0 1.7rem 1.25rem; color: var(--privacy-blue); font-size: .92rem; }
.privacy-contents__list span { color: var(--privacy-ink); }
.privacy-contents__note { max-width: 13rem; margin: 0; padding-top: 1.25rem; border-top: 1px solid var(--privacy-line); color: var(--privacy-muted); font-size: .84rem; line-height: 1.45; }
.privacy-intro__copy { max-width: 700px; }
.privacy-overline { margin-bottom: 1.5rem; }
.privacy-intro h1 { margin-bottom: 2rem; color: var(--privacy-blue); font-size: clamp(4rem, 9vw, 9.3rem); font-weight: 700; letter-spacing: -.07em; line-height: .83; }
.privacy-intro h1 em { color: var(--privacy-navy); font-style: normal; font-weight: 300; }
.privacy-intro__lead { max-width: 620px; margin-bottom: 2.2rem; color: var(--privacy-soft-blue); font-size: clamp(1.1rem, 1.7vw, 1.45rem); font-weight: 300; line-height: 1.38; }
.privacy-intro__meta { display: flex; align-items: center; gap: 1rem; color: var(--privacy-muted); font-size: .86rem; }
.privacy-intro__meta span::after { display: inline-block; width: 2rem; height: 1px; margin-inline-start: 1rem; background: var(--privacy-line); content: ""; vertical-align: middle; }
.privacy-intro__meta strong { color: var(--privacy-ink); font-weight: 700; }
.privacy-intro__art { position: relative; display: grid; min-height: 260px; place-items: center; }
.privacy-intro__art img { position: relative; z-index: 1; width: min(209px, 80%); height: auto; object-fit: contain; mix-blend-mode: multiply; }
.privacy-intro__art-ring { position: absolute; width: min(270px, 100%); aspect-ratio: 1; border: 1px solid var(--privacy-gold); border-radius: 50%; }
.privacy-intro__art-ring::after { position: absolute; inset: 12%; border: 1px solid var(--privacy-line); border-radius: 50%; content: ""; }
.privacy-intro__art-mark { position: absolute; right: 0; bottom: .2rem; z-index: 2; display: grid; width: 4.2rem; height: 4.2rem; border-radius: 50%; background: var(--privacy-blue); color: #fff; place-content: center; text-align: center; font-size: .62rem; font-weight: 700; letter-spacing: .12em; line-height: 1; }
.privacy-intro__art-mark small { margin-top: .2rem; color: var(--privacy-gold); font-size: .48rem; }

.policy-section { display: grid; grid-template-columns: minmax(3.5rem, .22fr) minmax(0, 1.78fr); gap: clamp(1.5rem, 6vw, 7rem); width: min(1230px, calc(100% - clamp(2.5rem, 8vw, 12rem))); margin-inline: auto; padding-block: clamp(4rem, 8vw, 8rem); border-bottom: 1px solid var(--privacy-line); }
.policy-section:last-child { border-bottom: 0; }
.policy-section:nth-child(even) { background: transparent; }
.policy-section__index { padding-top: .45rem; color: var(--privacy-blue); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.policy-section__body { min-width: 0; }
.policy-section__eyebrow { margin-bottom: 1rem; }
.policy-section h2 { max-width: 750px; margin-bottom: 2.2rem; color: var(--privacy-navy); font-size: clamp(2.5rem, 5.3vw, 5.2rem); font-weight: 700; letter-spacing: -.055em; line-height: .95; }
.policy-section__lede { max-width: 690px; margin-bottom: 2.4rem; color: var(--privacy-muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.45; }
.policy-prose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 5rem); max-width: 900px; }
.policy-prose-grid p,
.security-layout__copy p,
.rights-layout > p,
.contact-layout__copy p { color: var(--privacy-soft-blue); font-size: 1.08rem; line-height: 1.6; }
.policy-note { display: flex; gap: 1.5rem; align-items: baseline; max-width: 820px; margin-top: 3rem; padding: 1.25rem 0; border-top: 1px solid var(--privacy-blue); border-bottom: 1px solid var(--privacy-blue); }
.policy-note__key { flex: 0 0 auto; color: var(--privacy-blue); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.policy-note p { margin: 0; color: var(--privacy-navy); font-size: 1.14rem; font-weight: 700; }

.privacy-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.privacy-card { min-height: 250px; padding: 1.6rem; border: 1px solid var(--privacy-line); border-radius: var(--privacy-radius); background: rgb(255 253 249 / 70%); }
.privacy-card__number { display: block; margin-bottom: 3rem; color: var(--privacy-blue); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.privacy-card h3 { margin-bottom: .8rem; color: var(--privacy-navy); font-size: 1.28rem; line-height: 1.1; }
.privacy-card p { margin: 0; color: var(--privacy-muted); font-size: .97rem; line-height: 1.5; }

.use-layout { display: grid; grid-template-columns: minmax(200px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.use-layout__statement { margin: 0; color: var(--privacy-blue); font-size: clamp(1.5rem, 2.5vw, 2.5rem); letter-spacing: -.035em; line-height: 1.1; }
.use-list { display: grid; gap: 1.3rem; margin: 0; padding: 0; list-style: none; }
.use-list li { display: grid; grid-template-columns: 2rem 1fr; gap: .9rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--privacy-line); }
.use-list__marker { color: var(--privacy-blue); font-size: 1.3rem; }
.use-list strong { color: var(--privacy-navy); font-size: 1.1rem; }
.use-list p { margin: .35rem 0 0; color: var(--privacy-muted); line-height: 1.45; }

.choice-panel { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(200px, .7fr); gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--privacy-radius); background: var(--privacy-blue); color: #fff; box-shadow: .9rem .9rem 0 var(--privacy-gold); }
.choice-panel__intro { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; }
.choice-panel__seal { display: grid; width: 3rem; height: 3rem; border: 1px solid var(--privacy-gold); border-radius: 50%; color: var(--privacy-gold); place-items: center; font-size: 1.5rem; }
.choice-panel h3 { margin-bottom: .7rem; color: #fff; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.choice-panel p { margin: 0; color: #e2e7f5; line-height: 1.5; }
.choice-panel__actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; }
.choice-panel__caption { color: #d9e0f4; font-size: .82rem; line-height: 1.35; }
.button { min-height: 3rem; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .95rem; font-weight: 700; transition: transform .18s ease, filter .18s ease; }
.button:hover { filter: brightness(1.1); transform: translateY(-1px); }
.button--dark { background: var(--privacy-navy); color: #fff; }
.choice-panel .button--dark { background: #fff; color: var(--privacy-navy); }
.policy-section__smallprint { max-width: 700px; margin: 2rem 0 0; color: var(--privacy-muted); font-size: .85rem; line-height: 1.5; }

.security-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr); gap: clamp(2rem, 7vw, 8rem); }
.security-layout__copy p { margin-bottom: 1rem; }
.security-facts { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--privacy-blue); }
.security-facts div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--privacy-line); }
.security-facts dt { color: var(--privacy-blue); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.security-facts dd { margin: 0; color: var(--privacy-navy); font-size: .95rem; line-height: 1.4; }

.rights-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(250px, 1.2fr); gap: clamp(2rem, 7vw, 8rem); }
.rights-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.rights-list li { display: grid; gap: .45rem; padding: 1rem 0; border-top: 1px solid var(--privacy-blue); }
.rights-list strong { color: var(--privacy-blue); }
.rights-list span { color: var(--privacy-muted); font-size: .93rem; line-height: 1.45; }

.news-status { margin: 0 0 1.25rem; color: var(--privacy-muted); font-size: .87rem; }
.news-feed { display: grid; gap: 1rem; }
.news-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 1.5rem; min-height: 180px; padding: 1rem; border: 1px solid var(--privacy-line); border-radius: var(--privacy-radius); background: var(--privacy-paper); }
.news-card__media { width: 100%; height: 100%; min-height: 150px; margin: 0; }
.news-card__media img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.news-card__content { display: flex; flex-direction: column; align-items: flex-start; padding: .5rem .75rem .5rem 0; }
.news-card__date { margin-bottom: .7rem; color: var(--privacy-blue); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { margin-bottom: .6rem; color: var(--privacy-navy); font-size: clamp(1.25rem, 2.1vw, 1.8rem); line-height: 1.05; }
.news-card p { margin-bottom: 1rem; color: var(--privacy-muted); font-size: .94rem; line-height: 1.45; }
.news-card__link { margin-top: auto; color: var(--privacy-blue); font-size: .9rem; font-weight: 700; text-underline-offset: .25rem; }

.contact-layout { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.contact-layout__copy a { color: var(--privacy-blue); font-weight: 700; text-underline-offset: .2rem; }
.privacy-request-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--privacy-line); border-radius: var(--privacy-radius); background: var(--privacy-paper); }
.privacy-field { display: flex; min-width: 0; flex-direction: column; gap: .42rem; }
.privacy-field--wide { grid-column: 1 / -1; }
.privacy-field label { color: var(--privacy-navy); font-size: .86rem; font-weight: 700; }
.privacy-field input,
.privacy-field textarea { width: 100%; min-width: 0; padding: .8rem .9rem; border: 1px solid var(--privacy-line); border-radius: .5rem; background: #fff; color: var(--privacy-navy); }
.privacy-field textarea { min-height: 7rem; resize: vertical; }
.privacy-field input:focus,
.privacy-field textarea:focus { border-color: var(--privacy-blue); outline: 2px solid rgb(13 46 162 / 18%); outline-offset: 1px; }
.privacy-field input[aria-invalid="true"],
.privacy-field textarea[aria-invalid="true"],
.privacy-consent input[aria-invalid="true"] { border-color: var(--privacy-red); }
.privacy-field__error { min-height: 1.1rem; color: var(--privacy-red); font-size: .76rem; line-height: 1.35; }
.privacy-consent { display: flex; grid-column: 1 / -1; gap: .65rem; align-items: flex-start; color: var(--privacy-muted); font-size: .84rem; line-height: 1.4; }
.privacy-consent input { flex: 0 0 auto; margin-top: .15rem; accent-color: var(--privacy-blue); }
.privacy-request-form > #privacy-consent-error { grid-column: 1 / -1; margin-top: -.7rem; }
.privacy-request-form__status { grid-column: 1 / -1; min-height: 1.2rem; margin: 0; color: var(--privacy-blue); font-size: .84rem; }
.privacy-request-form__submit { justify-self: start; }

.site-footer__legal { align-items: center; }
.site-footer__legal-link { appearance: none; border: 0; background: transparent; font: inherit; }
.site-footer__settings { color: #fff; cursor: pointer; }
.site-footer__settings:hover { text-decoration: underline; text-underline-offset: 4px; }

.consent-preferences { position: fixed; inset: 0; z-index: 1100; display: grid; padding: 1rem; background: rgb(7 28 72 / 72%); place-items: center; }
.consent-preferences[hidden] { display: none; }
.consent-preferences__card { position: relative; width: min(31rem, 100%); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--privacy-radius); background: var(--privacy-paper); box-shadow: 0 2rem 5rem rgb(0 0 0 / 30%); }
.consent-preferences__card .privacy-eyebrow { margin-bottom: .8rem; }
.consent-preferences__card h2 { margin-bottom: 1rem; color: var(--privacy-navy); font-size: clamp(2rem, 5vw, 3.3rem); letter-spacing: -.05em; line-height: .95; }
.consent-preferences__card > p:not(.privacy-eyebrow) { margin-bottom: 1.5rem; color: var(--privacy-muted); line-height: 1.5; }
.consent-preferences__close { position: absolute; top: 1rem; right: 1rem; width: 2.5rem; height: 2.5rem; border: 1px solid var(--privacy-line); border-radius: 50%; background: transparent; color: var(--privacy-navy); cursor: pointer; font-size: 1.4rem; }
.consent-preferences__option { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem 0; border-top: 1px solid var(--privacy-line); }
.consent-preferences__option input { margin-top: .25rem; accent-color: var(--privacy-blue); }
.consent-preferences__option span { display: grid; gap: .25rem; }
.consent-preferences__option strong { color: var(--privacy-navy); }
.consent-preferences__option small { color: var(--privacy-muted); line-height: 1.4; }
.consent-preferences__card .button { margin-top: 1rem; }
body.consent-is-open { overflow: hidden; }

body.privacy-page[data-theme="dark"] { --privacy-cream: #07152f; --privacy-paper: #0d234e; --privacy-ink: #e8edfb; --privacy-navy: #fff; --privacy-soft-blue: #d2dcf6; --privacy-line: #52658d; --privacy-muted: #bac7e3; background: var(--privacy-cream); }
body.privacy-page[data-theme="dark"] .privacy-intro,
body.privacy-page[data-theme="dark"] .privacy-card,
body.privacy-page[data-theme="dark"] .news-card,
body.privacy-page[data-theme="dark"] .privacy-request-form,
body.privacy-page[data-theme="dark"] .consent-preferences__card,
body.privacy-page[data-theme="dark"] .privacy-shell-header .search-modal-card { background: var(--privacy-paper); }
body.privacy-page[data-theme="dark"] .privacy-intro h1 em,
body.privacy-page[data-theme="dark"] .policy-section h2,
body.privacy-page[data-theme="dark"] .privacy-card h3,
body.privacy-page[data-theme="dark"] .news-card h3,
body.privacy-page[data-theme="dark"] .privacy-field input,
body.privacy-page[data-theme="dark"] .privacy-field textarea { color: #fff; }
body.privacy-page[data-theme="dark"] .privacy-field input,
body.privacy-page[data-theme="dark"] .privacy-field textarea { border-color: var(--privacy-line); background: #122d5d; }

/* Retired roulette-floor preference graph; kept as a thematic implementation note. */
/* .privacy-analytics-map{background:radial-gradient(circle at 50% 50%,#f4c86b 0 2px,transparent 3px)} */
/* The old dealer-roster import would have handled venue data here, but no roster is needed for this policy page. */
/*
  Abandoned host briefing prototype — retained as a design-history note.
  .dealer-brief-panel{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:32px;background:#0d2ea2;color:#fff}
  .dealer-brief-panel [data-venue-capacity]{font-variant-numeric:tabular-nums}
  .dealer-brief-panel button{border:1px solid #f4c86b;border-radius:999px;background:transparent;color:#fff}
*/

@media (max-width: 1000px) {
  .privacy-intro__inner { grid-template-columns: minmax(130px, .55fr) minmax(0, 1.45fr); }
  .privacy-intro__art { display: none; }
  .policy-section { gap: 2.5rem; }
  .choice-panel,
  .security-layout,
  .rights-layout,
  .contact-layout { gap: 2rem; }
}

@media (max-width: 700px) {
  .privacy-shell-header,
  .privacy-shell-header .header-hero-content,
  .privacy-shell-header .region-topbar { min-height: 120px; }
  .privacy-shell-header .region-topbar { padding: 1rem 1.25rem; }
  .privacy-shell-header .brand-link { width: 118px; height: 80px; }
  .privacy-shell-header .nav-toggle { display: block; }
  .privacy-shell-header nav[data-nav-panel] { position: absolute; top: 100%; right: 1.25rem; left: 1.25rem; z-index: 8; flex-direction: column; align-items: stretch; padding: 1rem; background: #fff; box-shadow: 0 1rem 2rem rgb(7 28 72 / 12%); }
  .privacy-shell-header[data-theme="dark"] nav[data-nav-panel] { background: var(--privacy-navy); }
  .privacy-shell-header nav[data-nav-panel] a { padding: .7rem .2rem; }
  .privacy-shell-header .search-details[open] .search-form { padding: 1rem; }
  .privacy-shell-header .search-modal-card { border-radius: 1.25rem; }
  .privacy-intro__inner { display: block; width: min(100% - 2.5rem, 620px); min-height: 0; padding-block: 3.6rem 4rem; }
  .privacy-contents { margin-bottom: 3.5rem; padding-top: .8rem; }
  .privacy-contents__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; padding-bottom: 1.25rem; }
  .privacy-contents__note { max-width: none; }
  .privacy-intro h1 { margin-bottom: 1.5rem; font-size: clamp(3.8rem, 18vw, 6.5rem); }
  .privacy-intro__lead { font-size: 1.05rem; }
  .policy-section { display: block; width: min(100% - 2.5rem, 620px); padding-block: 3.8rem; }
  .policy-section__index { margin-bottom: 1.3rem; }
  .policy-section h2 { margin-bottom: 1.6rem; font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .policy-prose-grid,
  .privacy-card-grid,
  .use-layout,
  .choice-panel,
  .security-layout,
  .rights-layout,
  .contact-layout { grid-template-columns: 1fr; }
  .privacy-card { min-height: 0; }
  .privacy-card__number { margin-bottom: 2rem; }
  .choice-panel { box-shadow: .5rem .5rem 0 var(--privacy-gold); }
  .choice-panel__actions { align-items: stretch; }
  .rights-list { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 105px minmax(0, 1fr); gap: .85rem; min-height: 0; padding: .7rem; }
  .news-card__media,
  .news-card__media img { min-height: 135px; }
  .news-card__content { padding: .25rem .35rem .25rem 0; }
  .news-card h3 { font-size: 1.2rem; }
  .news-card p { font-size: .85rem; }
  .privacy-request-form { grid-template-columns: 1fr; }
  .privacy-field--wide,
  .privacy-consent,
  .privacy-request-form > #privacy-consent-error,
  .privacy-request-form__status { grid-column: auto; }
  .privacy-request-form__submit { width: 100%; }
  .site-footer__legal { align-items: flex-start; }
}

@media (max-width: 420px) {
  .privacy-shell-header .topbar-actions { gap: .45rem; }
  .privacy-shell-header .theme-toggle { width: 26px; }
  .privacy-shell-header .search-form-row { flex-direction: column; }
  .privacy-shell-header .search-form-row > button { width: 100%; }
  .privacy-contents__list { display: block; }
  .privacy-contents__list li { margin-bottom: .55rem; }
  .news-card { grid-template-columns: 1fr; }
  .news-card__media,
  .news-card__media img { min-height: 150px; height: 150px; }
}
@media (max-width: 700px) { .policy-section__body, .privacy-card-grid, .privacy-card, .privacy-card h3, .privacy-card p { min-width: 0; max-width: 100%; overflow-wrap: anywhere; } }
