:root {
  --ink: #34242b;
  --wine: #7d2947;
  --wine-deep: #4d1d31;
  --coral: #e9785f;
  --blush: #f5d4c8;
  --sand: #f4ede3;
  --cream: #fffaf4;
  --sky: #b9d8e6;
  --sky-deep: #427a94;
  --sun: #f3c85c;
  --line: #d9ccc0;
  --muted: #706168;
  --red: #a63d39;
  --display: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  --body: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--ink); font: 16px/1.6 var(--body); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.page-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

.age-ribbon { background: var(--wine); color: white; }
.age-ribbon-inner { min-height: 44px; display: flex; align-items: center; gap: 18px; font-size: 13px; }
.age-ribbon-inner p { margin: 0; }
.age-ribbon-inner a { margin-left: auto; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.age-pill { min-width: 42px; padding: 5px 9px; border: 2px solid rgba(255,255,255,.65); border-radius: 99px; text-align: center; font-weight: 900; }

.registry-header { position: sticky; top: 0; z-index: 20; background: rgba(255,250,244,.96); color: var(--ink); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-line { min-height: 88px; display: flex; align-items: center; gap: 38px; }
.registry-brand { display: inline-flex; align-items: center; gap: 13px; margin-right: auto; }
.registry-symbol { width: 56px; height: 56px; display: block; flex: 0 0 56px; overflow: hidden; border-radius: 16px; background: var(--coral); }
.registry-symbol img { display: block; width: 100%; height: 100%; object-fit: cover; }
.registry-brand b, .registry-brand small { display: block; }
.registry-brand b { font-size: 20px; line-height: 1.1; letter-spacing: -.02em; }
.registry-brand small { margin-top: 5px; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.header-line nav { display: flex; align-items: center; gap: 28px; }
.header-line nav a { color: #58484f; font-size: 14px; font-weight: 700; }
.header-line nav a:hover { color: var(--wine); }
.header-source { border: 2px solid var(--wine); border-radius: 99px; padding: 10px 16px; color: var(--wine); font-size: 13px; font-weight: 800; }
.header-source:hover { background: var(--wine); color: white; }

.registry-hero { position: relative; overflow: hidden; background: var(--blush); padding: 96px 0 0; }
.registry-hero::before, .registry-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.registry-hero::before { width: 430px; height: 430px; right: -150px; top: -170px; background: var(--sun); opacity: .72; }
.registry-hero::after { width: 230px; height: 230px; left: -115px; bottom: 90px; border: 46px solid rgba(125,41,71,.12); }
.registry-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: end; }
.hero-heading { align-self: start; }
.overline { display: block; color: var(--wine); font-size: 13px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.overline.blue { color: var(--sky-deep); }
.overline.acid { color: var(--wine); }
.hero-heading h1 { max-width: 800px; margin: 22px 0 56px; font: 800 clamp(56px, 6.8vw, 90px)/1.01 var(--display); letter-spacing: -.045em; }
.hero-heading h1 em { color: var(--wine); font-style: normal; position: relative; white-space: nowrap; }
.hero-heading h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 8px; border-radius: 99px; background: var(--coral); opacity: .45; }
.hero-intro { align-self: center; padding-bottom: 55px; }
.hero-intro > p { margin: 0; color: #5d4d54; font-size: 18px; line-height: 1.72; }
.hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.action-solid, .action-line { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border-radius: 99px; padding: 0 22px; font-size: 14px; font-weight: 850; }
.action-solid { background: var(--wine); color: white; }
.action-solid:hover { background: var(--wine-deep); }
.action-line { border: 2px solid rgba(77,29,49,.34); color: var(--wine-deep); gap: 16px; }
.action-line:hover { border-color: var(--wine); }
.hero-facts { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); margin: 0; background: var(--cream); border-radius: 24px 24px 0 0; overflow: hidden; box-shadow: 0 -12px 36px rgba(77,29,49,.08); }
.hero-facts > div { min-height: 142px; padding: 27px; display: flex; justify-content: space-between; flex-direction: column; border-right: 1px solid var(--line); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts dt { color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero-facts dd { margin: 18px 0 0; color: var(--ink); font-size: 19px; font-weight: 850; }
.hero-fact-primary { background: var(--wine); }
.hero-fact-primary dt { color: #f2dce4; }
.hero-fact-primary dd { color: white; font-size: 52px; line-height: .9; }
.hero-fact-link a { color: var(--wine); text-decoration: underline; text-underline-offset: 4px; }

.registry-status { background: var(--cream); padding: 28px 0; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.status-grid > div { display: flex; align-items: center; gap: 17px; min-height: 86px; padding: 18px 22px; background: var(--sand); border-radius: 18px; }
.status-grid b { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--wine-deep); font-size: 13px; }
.status-grid span, .status-grid strong { display: block; }
.status-grid span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.status-grid strong { color: var(--ink); font-size: 16px; }

.registry-section { padding: 112px 0; }
.section-title-row { display: grid; grid-template-columns: 80px minmax(0, 1.3fr) minmax(300px, .7fr); gap: 32px; align-items: end; }
.section-number { width: 54px; height: 54px; display: grid; place-items: center; align-self: start; border-radius: 50%; background: var(--sky); color: var(--wine-deep); font-size: 15px; font-weight: 900; }
.section-title-row h2 { max-width: 720px; margin: 14px 0 0; font: 800 clamp(42px, 5vw, 64px)/1.06 var(--display); letter-spacing: -.035em; }
.section-title-row > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.criteria-section { background: var(--sand); }
.criteria-ledger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.criteria-ledger article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; background: var(--cream); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 8px 0 rgba(125,41,71,.07); }
.criteria-ledger article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--coral); color: white; font-size: 18px; font-weight: 900; }
.criteria-ledger article > div { margin-top: auto; }
.criteria-ledger h3 { margin: 28px 0 10px; font-size: 23px; line-height: 1.25; }
.criteria-ledger p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.criteria-ledger small { margin-top: 24px; color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: .08em; }

.operators-section { background: var(--sky); color: var(--ink); }
.light-title .section-number { background: var(--wine); color: white; }
.light-title > p { color: #4f5c63; }
.registry-toolbar { display: flex; align-items: center; gap: 18px; margin: 48px 0 25px; padding: 18px 20px; background: rgba(255,250,244,.78); border-radius: 20px; }
.registry-toolbar > span { color: var(--muted); font-size: 13px; font-weight: 800; }
.registry-toolbar > div { display: flex; flex-wrap: wrap; gap: 8px; }
.registry-toolbar button { border: 1px solid #b8aead; border-radius: 99px; background: var(--cream); color: #59484f; padding: 9px 14px; cursor: pointer; font-size: 13px; font-weight: 700; }
.registry-toolbar button:hover, .registry-toolbar button.active { background: var(--wine); border-color: var(--wine); color: white; }
.registry-toolbar > small { margin-left: auto; color: var(--muted); font-size: 13px; }
.registry-toolbar > small b { color: var(--wine); font-size: 17px; }
.operator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.operator-card { min-width: 0; padding: 28px; display: flex; flex-direction: column; background: var(--cream); color: var(--ink); border-radius: 28px; box-shadow: 0 12px 0 rgba(66,122,148,.14); }
.operator-card[hidden] { display: none !important; }
.operator-card-head { display: flex; align-items: flex-start; justify-content: space-between; }
.registry-logo { width: 150px; height: 78px; padding: 11px 14px; display: grid; place-items: center; overflow: hidden; border-radius: 15px; }
.registry-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.registry-logo.logo-betclic { background: #e10014; padding: 0; }
.registry-logo.logo-solverde { background: #10593f; }
.registry-logo.logo-casino-portugal { background: #14283c; }
.registry-logo.logo-betano { background: white; border: 1px solid #ddd8ce; }
.registry-logo.logo-888 { background: #050505; }
.registry-logo.logo-bacanaplay { background: white; border: 1px solid #ddd8ce; padding: 7px 11px; }
.card-index { color: var(--coral); font-size: 18px; font-weight: 900; }
.operator-name { min-height: 118px; padding: 25px 0 20px; }
.operator-name h3 { margin: 0; font-size: 29px; line-height: 1.2; letter-spacing: -.025em; }
.operator-name p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.license-band { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; background: var(--blush); border-radius: 14px; color: var(--wine); font-size: 14px; }
.license-band span { font-weight: 750; }
.license-band strong { color: var(--ink); }
.operator-scope { min-height: 110px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.operator-scope small { color: var(--wine); font-size: 12px; font-weight: 800; }
.operator-scope p { margin: 9px 0 0; font-size: 15px; line-height: 1.6; }
.operator-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 20px; }
.operator-card-foot span { color: var(--muted); font-size: 12px; }
.operator-card-foot a { border-radius: 99px; background: var(--wine); color: white; padding: 11px 16px; font-size: 13px; font-weight: 850; }
.operator-card-foot a:hover { background: var(--wine-deep); }
.source-ledger { margin-top: 24px; padding: 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; background: var(--wine-deep); color: white; border-radius: 24px; }
.source-seal { width: 64px; height: 64px; display: grid; place-items: center; border: 2px solid var(--sun); border-radius: 50%; color: var(--sun); font-size: 14px; font-weight: 900; }
.source-ledger strong { font-size: 16px; }
.source-ledger p { margin: 6px 0 0; color: #dbc7cf; font-size: 14px; line-height: 1.6; }
.source-ledger > a { color: var(--sun); font-size: 14px; font-weight: 850; }

.safety-register { background: var(--wine); color: white; }
.safety-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; }
.dark-number { margin-bottom: 40px; background: var(--sun); color: var(--wine-deep); }
.safety-title .overline { color: var(--sun); }
.safety-title h2 { margin: 15px 0 24px; font: 800 clamp(46px, 5.5vw, 70px)/1.05 var(--display); letter-spacing: -.04em; }
.safety-title p { max-width: 520px; color: #efdbe2; font-size: 17px; line-height: 1.72; }
.safety-checklist { list-style: none; padding: 0; margin: 0; }
.safety-checklist li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin-bottom: 13px; padding: 23px; background: rgba(255,250,244,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; }
.safety-checklist li > span { color: var(--sun); font-size: 14px; font-weight: 900; }
.safety-checklist h3 { margin: 0; font-size: 20px; }
.safety-checklist p { margin: 8px 0 0; color: #ead6dd; font-size: 15px; line-height: 1.65; }
.safety-actions { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.safety-actions a { padding: 15px; border-radius: 99px; background: var(--cream); color: var(--wine); text-align: center; font-size: 14px; font-weight: 850; }
.safety-actions a:first-child { background: var(--sun); color: var(--wine-deep); }

.questions-section { background: var(--cream); }
.questions-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; }
.questions-grid h2 { margin: 14px 0 0; font: 800 52px/1.08 var(--display); letter-spacing: -.035em; }
.question-list { border-top: 2px solid var(--wine); }
.question-list details { border-bottom: 1px solid var(--line); }
.question-list summary { cursor: pointer; list-style: none; position: relative; padding: 24px 44px 24px 0; font-size: 17px; line-height: 1.45; font-weight: 800; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--coral); font-size: 24px; }
.question-list details[open] summary::after { content: "−"; }
.question-list p { max-width: 640px; margin: -6px 44px 24px 0; color: var(--muted); font-size: 15px; line-height: 1.72; }

.contact-ribbon { background: var(--coral); color: white; }
.contact-ribbon-inner { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-ribbon span { font-size: 13px; font-weight: 850; }
.contact-ribbon h2 { margin: 8px 0 0; font-size: 38px; line-height: 1.2; letter-spacing: -.03em; }
.contact-ribbon-inner > div:last-child { display: flex; align-items: center; gap: 22px; }
.contact-ribbon-inner > div:last-child > a:first-child { font-size: 15px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.contact-ribbon-button { border-radius: 99px; background: var(--wine-deep); color: white; padding: 14px 18px; font-size: 14px; font-weight: 850; }

.registry-footer { background: #3c2932; color: white; padding: 76px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; padding-bottom: 60px; }
.footer-symbol { margin-bottom: 22px; }
.footer-statement h2 { margin: 0; font-size: 31px; line-height: 1.25; letter-spacing: -.03em; }
.footer-statement p { max-width: 390px; color: #d3c0c8; font-size: 14px; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 18px; color: var(--sun); font-size: 13px; }
.footer-grid > div:not(.footer-statement) a { display: block; margin: 12px 0; color: #dbcbd1; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.footer-grid a:hover { color: white !important; }
.footer-base { border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #c8b6bd; font-size: 12px; }
.footer-base strong { color: var(--sun); }

.legal-main { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main .kicker { display: inline-block; padding: 7px 12px; border-radius: 99px; background: var(--blush); color: var(--wine); font-size: 13px; font-weight: 850; }
.legal-main h1 { margin: 20px 0 0; font: 800 clamp(48px, 6.5vw, 72px)/1.05 var(--display); letter-spacing: -.04em; }
.legal-deck { max-width: 760px; margin: 28px 0 50px; color: #5f5157; font-size: 19px; line-height: 1.72; }
.legal-main h2 { margin: 44px 0 14px; font-size: 30px; line-height: 1.25; letter-spacing: -.025em; }
.legal-main p, .legal-main li { color: #5c5055; font-size: 16px; line-height: 1.82; }
.legal-main a { color: var(--wine); }
.legal-main ul { padding-left: 22px; }
.legal-note { margin: 34px 0; padding: 22px 24px; background: var(--blush); border-radius: 18px; color: var(--wine-deep) !important; }
.legal-meta { margin-top: 56px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 13px !important; }

.mail-main { background: var(--sand); }
.mail-hero { position: relative; overflow: hidden; background: var(--sky); color: var(--ink); padding: 82px 0; }
.mail-hero::after { content: "@"; position: absolute; right: 3vw; top: -100px; color: rgba(255,250,244,.48); font-size: 420px; line-height: 1; font-weight: 900; pointer-events: none; }
.mail-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: end; }
.mail-hero h1 { max-width: 720px; margin: 18px 0 22px; font: 800 clamp(52px, 6vw, 76px)/1.03 var(--display); letter-spacing: -.045em; }
.mail-hero p { max-width: 680px; margin: 0; color: #405860; font-size: 17px; line-height: 1.72; }
.mail-address-card { display: block; padding: 28px; background: var(--wine); color: white; border-radius: 24px; box-shadow: 10px 10px 0 var(--coral); }
.mail-address-card small, .mail-address-card strong, .mail-address-card span { display: block; }
.mail-address-card small { color: #f0d5df; font-size: 13px; }
.mail-address-card strong { margin: 16px 0 28px; font-size: 19px; overflow-wrap: anywhere; }
.mail-address-card span { font-size: 14px; font-weight: 850; }
.mail-workspace { padding: 86px 0 116px; }
.mail-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; align-items: start; }
.mail-notes h2 { margin: 14px 0 28px; font-size: 38px; line-height: 1.2; letter-spacing: -.03em; }
.mail-notes ul { list-style: none; padding: 0; margin: 0; }
.mail-notes li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; margin-bottom: 10px; padding: 18px; background: var(--cream); border-radius: 16px; color: #5f5559; font-size: 15px; line-height: 1.6; }
.mail-notes li span { color: var(--coral); font-size: 14px; font-weight: 900; }
.regulator-note { margin-top: 24px; padding: 24px; background: var(--wine-deep); color: white; border-radius: 20px; }
.regulator-note small { color: var(--sun); font-size: 13px; font-weight: 850; }
.regulator-note p { color: #e0cbd3; font-size: 14px; line-height: 1.7; }
.regulator-note a { color: white; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.mail-sheet { padding: 36px; background: var(--cream); border: 1px solid var(--line); border-radius: 28px; box-shadow: 12px 12px 0 var(--blush); }
.mail-sheet-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.mail-sheet-head b { color: var(--wine); overflow-wrap: anywhere; }
.mail-sheet > h2 { margin: 28px 0 26px; font-size: 31px; }
.editorial-form { display: grid; gap: 20px; }
.editorial-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.editorial-form label { display: grid; gap: 8px; color: #514249; font-size: 14px; font-weight: 800; }
.editorial-form input, .editorial-form select, .editorial-form textarea { width: 100%; border: 1px solid #bcaeaa; border-radius: 14px; background: white; color: var(--ink); padding: 13px 14px; outline: none; font-size: 16px; line-height: 1.5; font-weight: 500; }
.editorial-form input:focus, .editorial-form select:focus, .editorial-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(125,41,71,.12); }
.editorial-form textarea { min-height: 180px; resize: vertical; }
.editorial-form label > small { color: var(--muted); font-size: 12px; font-weight: 500; text-align: right; }
.editorial-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 12px !important; color: var(--muted) !important; font-size: 14px !important; line-height: 1.6; font-weight: 500 !important; }
.editorial-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); }
.form-submit-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 8px; }
.form-submit-line > span { color: var(--muted); font-size: 13px; }
.form-submit-line button { border: 0; border-radius: 99px; background: var(--wine); color: white; padding: 14px 20px; cursor: pointer; font-size: 14px; font-weight: 850; }
.form-submit-line button:hover { background: var(--wine-deep); }
.field-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.mail-status { margin-bottom: 22px; padding: 17px 19px; border-radius: 16px; font-size: 14px; line-height: 1.6; }
.mail-status strong, .mail-status span { display: block; }
.mail-status.success { background: #e6f0d7; color: #385126; }
.mail-status.error { background: #f9e0dc; color: #782f2b; }
.mail-status ul { margin: 8px 0 0; padding-left: 20px; }

@media (max-width: 1020px) {
  .registry-hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-heading h1 { margin-bottom: 24px; }
  .hero-intro { max-width: 760px; padding-bottom: 44px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts > div { border-bottom: 1px solid var(--line); }
  .hero-fact-primary { grid-row: span 2; }
  .section-title-row { grid-template-columns: 70px 1fr; }
  .section-title-row > p { grid-column: 2; }
  .criteria-ledger { grid-template-columns: 1fr; }
  .criteria-ledger article { min-height: 260px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .page-shell { width: min(100% - 28px, 1200px); }
  .age-ribbon-inner p { display: none; }
  .header-line { min-height: 72px; }
  .header-line nav, .header-source { display: none; }
  .registry-symbol { width: 48px; height: 48px; flex-basis: 48px; border-radius: 14px; }
  .registry-hero { padding-top: 66px; }
  .hero-heading h1 { font-size: 50px; }
  .hero-heading h1 em { white-space: normal; }
  .hero-intro > p { font-size: 17px; }
  .hero-links { flex-direction: column; }
  .hero-facts { grid-template-columns: 1fr 1fr; border-radius: 20px 20px 0 0; }
  .hero-facts > div { min-height: 130px; padding: 22px; }
  .hero-fact-primary { grid-column: 1 / -1; grid-row: auto; }
  .status-grid { grid-template-columns: 1fr; }
  .registry-section { padding: 78px 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 14px; }
  .section-title-row > p { grid-column: 1; margin-top: 8px; }
  .section-title-row h2 { font-size: 42px; }
  .criteria-ledger article { min-height: 280px; }
  .registry-toolbar { align-items: flex-start; flex-direction: column; }
  .registry-toolbar > small { margin-left: 0; }
  .operator-grid { grid-template-columns: 1fr; }
  .operator-card { padding: 24px; }
  .operator-name { min-height: 0; }
  .source-ledger { grid-template-columns: auto 1fr; }
  .source-ledger > a { grid-column: 2; }
  .safety-layout, .questions-grid, .mail-hero-grid, .mail-grid { grid-template-columns: 1fr; gap: 44px; }
  .safety-actions { grid-column: 1; grid-template-columns: 1fr; }
  .questions-grid h2 { font-size: 42px; }
  .contact-ribbon-inner { padding: 38px 0; align-items: flex-start; flex-direction: column; }
  .contact-ribbon-inner > div:last-child { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-statement { grid-column: 1 / -1; }
  .footer-base { flex-direction: column; }
  .legal-main { width: min(100% - 28px, 880px); padding: 70px 0 90px; }
  .legal-main h1 { font-size: 48px; }
  .mail-hero { padding: 64px 0; }
  .mail-hero::after { right: -80px; font-size: 280px; }
  .mail-hero h1 { font-size: 48px; }
  .mail-workspace { padding: 62px 0 86px; }
  .mail-sheet { padding: 24px; box-shadow: 7px 7px 0 var(--blush); }
  .mail-sheet-head { flex-direction: column; }
  .editorial-form-row { grid-template-columns: 1fr; }
  .form-submit-line { align-items: stretch; flex-direction: column; }
  .form-submit-line button { width: 100%; }
}

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