/* ============================================
   ASSILEA — Stylesheet v1.0
   Brand: Noto Sans · #2ba1df → #0e6eb6
   ============================================ */

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { margin: 0; font-family: 'Noto Sans', system-ui, sans-serif; color: #3c3c3c; background: #fcfcfc; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5,h6,p { margin: 0; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }

/* ── TOKENS ─────────────────────────────── */
:root {
  --cyan: #2ba1df;
  --cyanl: #64c7f3;
  --blue: #0e6eb6;
  --blued: #0a4f86;
  --ink: #15324a;
  --gray: #3c3c3c;
  --body: #566069;
  --muted: #7a838a;
  --line: #e7ecef;
  --bg: #f4f7f9;
  --soft: #eef4f8;
  --white: #fcfcfc;
  --dark: #0c3f63;
  --grad: linear-gradient(150deg, #2ba1df 0%, #0e6eb6 58%, #0a4f86 100%);
  --gradsoft: linear-gradient(160deg, #eaf6fd, #f4f7f9 70%);
  --radius: 14px;
  --shadow: 0 14px 36px -20px rgba(20,50,80,.22);
}

/* ── TYPOGRAPHY ─────────────────────────── */
.ey  { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); font-weight: 700; }
.eyw { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #bfe3f7; font-weight: 700; }
.hd  { font-weight: 800; font-size: clamp(32px, 4vw, 52px); line-height: 1.07; letter-spacing: -.02em; color: var(--ink); }
.h1  { font-weight: 800; font-size: clamp(26px, 3vw, 36px); line-height: 1.12; letter-spacing: -.012em; color: var(--ink); }
.h2  { font-weight: 700; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.18; letter-spacing: -.01em; color: var(--ink); }
.h3  { font-weight: 700; font-size: 18px; line-height: 1.3; color: #1c3a52; }
.lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--body); }
.bd  { font-size: 15px; line-height: 1.62; color: var(--body); }
.sm  { font-size: 13px; line-height: 1.5; color: var(--muted); }
.xs  { font-size: 11.5px; letter-spacing: .04em; color: #8a929a; }
.gradtext { background: linear-gradient(155deg, #2ba1df, #0e6eb6); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ── COLOURS ─────────────────────────────── */
.white { color: #fff; }
.cyan  { color: var(--cyan); }
.blue  { color: var(--blue); }
.ink   { color: var(--ink); }

/* ── SURFACES ────────────────────────────── */
.grad    { background: var(--grad); }
.gradsoft { background: var(--gradsoft); }
.bgwhite { background: var(--white); }
.bgpage  { background: var(--bg); }
.bgsoft  { background: var(--soft); }
.bgink   { background: var(--dark); }
.card    { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.soft    { box-shadow: var(--shadow); }

/* ── BUTTONS ─────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 9px; border-radius: 10px; font-weight: 600; font-size: 14.5px; border: none; white-space: nowrap; transition: transform .15s, box-shadow .15s; padding: 13px 22px; }
.btn:hover { transform: translateY(-1px); }
.btn-pri   { background: var(--grad); color: #fff; box-shadow: 0 10px 22px -10px rgba(14,110,182,.65); }
.btn-out   { background: var(--white); color: var(--blue); border: 1.5px solid #cfe3f2; }
.btn-white { background: #fff; color: #0c5a96; box-shadow: 0 10px 22px -10px rgba(0,0,0,.25); }
.btn-ghost { background: transparent; color: var(--blue); padding: 11px 6px; }
.btn-sm    { padding: 9px 15px; font-size: 13px; }

/* ── TAG / CHIP ──────────────────────────── */
.tag  { display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: #e7f3fb; color: var(--blue); }
.tag.amber { background: #fdf0db; color: #b07712; }
.tag.green { background: #e3f5ec; color: #1d8a55; }
.chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; border: 1px solid #dbe6ee; font-size: 13px; font-weight: 600; color: #33617f; background: var(--white); cursor: pointer; }
.chip.on { background: var(--grad); color: #fff; border-color: transparent; }

/* ── MISC ────────────────────────────────── */
.rule { height: 4px; width: 54px; border-radius: 3px; background: linear-gradient(90deg, #2ba1df, #0e6eb6); }
.numchip { width: 46px; height: 46px; border-radius: 11px; background: var(--grad); color: #fff; font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px -8px rgba(14,110,182,.6); flex-shrink: 0; }
.datebox { width: 62px; height: 66px; border-radius: 11px; background: var(--grad); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; flex-shrink: 0; }
.datebox .d { font-size: 23px; font-weight: 800; }
.datebox .m { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-top: 3px; opacity: .9; }
.ph { background-image: repeating-linear-gradient(45deg, #e8eef2, #e8eef2 9px, #dfe7ec 9px, #dfe7ec 18px); display: flex; align-items: center; justify-content: center; color: #9aa6b0; font-size: 12px; letter-spacing: .04em; font-weight: 500; }
.inp { height: 50px; border-radius: 10px; border: 1px solid #dde5ea; background: var(--white); padding: 0 16px; font-size: 14.5px; color: #3c3c3c; font-family: inherit; width: 100%; }
.crumb { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); font-weight: 500; flex-wrap: wrap; }
.crumb b { color: var(--blue); font-weight: 600; }
.bt { border-top: 1px solid var(--line); }
.bb { border-bottom: 1px solid var(--line); }

/* ── PRE-HEADER ──────────────────────────── */
.pre-header { height: 38px; background: var(--dark); color: #cfe3f2; font-size: 12.5px; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; }
.pre-header a { color: #cfe3f2; opacity: .92; text-decoration: none; }
.pre-header a:hover { opacity: 1; color: #fff; }
.pre-header .links { display: flex; gap: 22px; }
.pre-header .langs { display: flex; gap: 18px; align-items: center; }
.pre-header .lang-active { color: #fff; font-weight: 600; }

/* ── HEADER ──────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: var(--white); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; box-shadow: 0 2px 12px rgba(20,50,80,.06); }
.site-header .logo img { height: 30px; }
.site-header .header-actions { display: flex; gap: 12px; align-items: center; }

/* ── NAVIGATION ──────────────────────────── */
.main-nav { display: flex; gap: 4px; align-items: center; }
.main-nav > ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; height: 78px; align-items: center; }
.main-nav > ul > li { position: relative; height: 100%; display: flex; align-items: center; }
.main-nav > ul > li > a { display: flex; align-items: center; height: 100%; padding: 0 14px; font-size: 14.5px; font-weight: 600; color: #2c3a44; border-bottom: 3px solid transparent; letter-spacing: -.005em; text-decoration: none; transition: color .15s, border-color .15s; white-space: nowrap; }
.main-nav > ul > li > a:hover,
.main-nav > ul > li.active > a { color: var(--blue); border-bottom-color: var(--cyan); }
.main-nav > ul > li.has-dropdown > a::after { content: ''; display: inline-block; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 6px; transition: transform .2s; }
.main-nav > ul > li.has-dropdown:hover > a::after { transform: rotate(225deg) translateY(-2px); }

/* ── DROPDOWNS ───────────────────────────── */
.dropdown { position: absolute; top: calc(100% - 0px); left: 0; min-width: 320px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--cyan); border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 20px 50px -20px rgba(20,50,80,.28); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; z-index: 200; }
.main-nav > ul > li:hover .dropdown,
.main-nav > ul > li:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown.wide { min-width: 480px; }
.dropdown.right { left: auto; right: 0; }
.dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 8px; }
.dropdown-list { padding: 8px; }
.dropdown a { display: flex; align-items: center; gap: 12px; padding: 11px 16px; font-size: 14px; font-weight: 600; color: var(--gray); border-radius: 8px; transition: background .15s, color .15s; }
.dropdown a:hover { background: var(--bg); color: var(--blue); }
.dropdown-footer { background: var(--bg); padding: 12px 18px; border-top: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--muted); }
.dropdown-footer-dark { background: var(--grad); padding: 12px 18px; border-radius: 0 0 var(--radius) var(--radius); display: flex; align-items: center; justify-content: space-between; }
.dropdown-footer-dark span { color: #fff; font-size: 13px; font-weight: 600; }
.dropdown-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--grad); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dropdown-event { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 8px; transition: background .15s; }
.dropdown-event:hover { background: var(--bg); }
.dropdown-event .event-info .title { font-size: 14px; font-weight: 600; color: var(--gray); }
.dropdown-event .event-info .sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ── SEARCH BTN ──────────────────────────── */
.search-btn { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--blue); cursor: pointer; background: var(--white); flex-shrink: 0; transition: border-color .15s, background .15s; }
.search-btn:hover { border-color: #cfe3f2; background: #f3f9fd; }
.search-btn svg { width: 17px; height: 17px; }

/* ── HAMBURGER ───────────────────────────── */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: .2s; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── MOBILE MENU ─────────────────────────── */
.mobile-menu { display: none; position: fixed; inset: 0; top: 116px; background: var(--white); z-index: 99; overflow-y: auto; padding: 12px 20px 40px; border-top: 1px solid var(--line); }
.mobile-menu.open { display: block; }
.mobile-menu .mob-item { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 600; color: var(--ink); cursor: pointer; }
.mobile-menu .mob-item.active { color: var(--blue); }
.mobile-menu .mob-sub { display: none; padding: 8px 0 12px 16px; flex-direction: column; gap: 2px; }
.mobile-menu .mob-sub.open { display: flex; }
.mobile-menu .mob-sub a { padding: 10px 12px; border-radius: 8px; font-size: 14.5px; font-weight: 500; color: var(--body); display: block; }
.mobile-menu .mob-sub a:hover { background: var(--bg); color: var(--blue); }
.mobile-menu .mob-cta { margin-top: 20px; }
.mobile-menu .mob-cta .btn { width: 100%; justify-content: center; }

/* ── HERO ────────────────────────────────── */
.hero { background: var(--grad); padding: 80px 40px 90px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; right: -80px; top: -60px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 65%); pointer-events: none; }
.hero-inner { position: relative; max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-full { padding: 0; }
.hero-full .hero-content { position: absolute; left: 40px; right: 40px; bottom: 40px; }
.hero-img-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; padding: 24px; backdrop-filter: blur(4px); }
.hero-img-card .ph { height: 150px; border-radius: 12px; margin-bottom: 18px; }
.hero-stats-inline { display: flex; align-items: center; justify-content: space-between; color: #fff; }
.hero-stat .val { font-size: 30px; font-weight: 800; }
.hero-stat .lbl { font-size: 12.5px; color: #cfe9f9; margin-top: 2px; }

/* ── PAGE HEADER (non-hero) ──────────────── */
.page-head { background: var(--gradsoft); padding: 40px 40px 50px; }
.page-head-inner { max-width: 1280px; margin: 0 auto; }
.page-head .sub-nav { display: flex; gap: 4px; margin-top: 28px; border-bottom: 1px solid #dde7ee; overflow-x: auto; }
.page-head .sub-nav a { padding: 14px 16px; font-size: 13.5px; font-weight: 600; color: #2c3a44; border-bottom: 3px solid transparent; white-space: nowrap; text-decoration: none; }
.page-head .sub-nav a:hover, .page-head .sub-nav a.active { color: var(--blue); border-bottom-color: var(--cyan); }

/* ── CONTAINERS ──────────────────────────── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.section { padding: 60px 40px; }
.section-inner { max-width: 1280px; margin: 0 auto; }

/* ── GRID LAYOUTS ────────────────────────── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-pub { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-news { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; }

/* ── STATS ROW ───────────────────────────── */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.stat-card .val { font-size: 42px; font-weight: 800; letter-spacing: -.02em; background: linear-gradient(155deg, #2ba1df, #0e6eb6); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ── SECTION HEADER ──────────────────────── */
.sec-hd { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }

/* ── CARDS ───────────────────────────────── */
.access-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); cursor: pointer; transition: transform .15s, box-shadow .15s; }
.access-card:hover { transform: translateY(-2px); box-shadow: 0 20px 48px -24px rgba(20,50,80,.3); }
.access-card .arrow { font-weight: 700; font-size: 14px; color: var(--blue); margin-top: 16px; }

.news-card-main { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.news-card-main .ph { height: 240px; }
.news-card-main .body { padding: 24px; }

.news-card-sm { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; gap: 16px; align-items: flex-start; }
.news-card-sm .thumb { width: 96px; height: 96px; border-radius: 10px; flex-shrink: 0; }

.press-row { display: flex; gap: 18px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.press-row:last-child { border-bottom: none; }
.press-row .title { flex: 1; font-size: 15.5px; font-weight: 700; color: var(--ink); }
.dl-btn { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--blue); cursor: pointer; background: var(--white); flex-shrink: 0; font-size: 18px; }

.event-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; gap: 18px; align-items: center; }
.event-card .info { flex: 1; }
.event-card .actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

.pub-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pub-card .cover { height: 180px; }
.pub-card .body { padding: 18px; }
.pub-card .body .btn { width: 100%; justify-content: center; margin-top: 14px; }

/* ── NEWSLETTER BAND ─────────────────────── */
.newsletter-band { background: var(--grad); padding: 54px 40px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.newsletter-band .text { max-width: 520px; }
.newsletter-form { display: flex; gap: 12px; flex: 1; min-width: 320px; max-width: 480px; }
.newsletter-form input { border: none; }

/* ── CONTACT BAND ────────────────────────── */
.contact-band { background: var(--white); padding: 54px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.contact-band .actions { display: flex; gap: 12px; flex-shrink: 0; }

/* ── FOOTER ──────────────────────────────── */
.site-footer { background: var(--dark); padding: 52px 40px 28px; color: #d4e3ee; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand .name { font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.footer-brand p { font-size: 13.5px; line-height: 1.6; color: #9fc0d6; margin-top: 14px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); font-size: 13px; font-weight: 600; color: #cfe3f2; background: rgba(255,255,255,.08); text-decoration: none; }
.footer-social a:hover { background: rgba(255,255,255,.16); color: #fff; }
.footer-col h4 { margin: 0 0 16px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #8fb8d4; font-weight: 700; }
.footer-col a { display: block; color: #d4e3ee; font-size: 14px; text-decoration: none; margin-bottom: 11px; opacity: .9; }
.footer-col a:hover { opacity: 1; color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 22px; font-size: 12.5px; color: #8fb1c8; }
.footer-bottom a { color: #8fb1c8; text-decoration: none; margin-left: 20px; }
.footer-bottom a:hover { color: #fff; }

/* ── CHART BAR ───────────────────────────── */
.chart-wrap { display: flex; align-items: flex-end; gap: 20px; height: 230px; border-bottom: 2px solid var(--line); padding-bottom: 0; }
.chart-bar { flex: 1; text-align: center; }
.chart-bar .bar { border-radius: 8px 8px 0 0; background: linear-gradient(180deg, #64c7f3, #0e6eb6); width: 100%; }
.chart-bar .lbl { margin-top: 10px; font-size: 13px; color: var(--muted); }

/* ── PAGINATION ──────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.page-btn { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--blue); cursor: pointer; background: var(--white); font-weight: 600; font-size: 14px; }
.page-btn.active { background: var(--grad); color: #fff; border-color: transparent; }

/* ── FORM ────────────────────────────────── */
.form-field { margin-bottom: 10px; }
.form-group { display: flex; flex-direction: column; gap: 10px; }

/* ── SEARCH PAGE ─────────────────────────── */
.search-hero { background: var(--gradsoft); padding: 44px 40px; }
.search-hero-inner { max-width: 1280px; margin: 0 auto; }
.search-bar-lg { display: flex; gap: 12px; max-width: 720px; }
.search-bar-lg .inp { height: 56px; font-size: 16px; }
.search-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.filter-sidebar { display: flex; flex-direction: column; gap: 10px; }
.filter-label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.filter-check { width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid #cdd8df; flex-shrink: 0; }
.filter-check.active { background: var(--grad); border: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; }
.search-result { padding: 24px 0; border-bottom: 1px solid var(--line); }
.search-result:last-child { border-bottom: none; }
.result-title { font-size: 20px; font-weight: 700; color: var(--ink); margin-top: 12px; }
.result-title mark { background: none; color: var(--blue); font-weight: 700; }

/* ── STICKY FORM CARD ────────────────────── */
.sticky-card { position: sticky; top: 98px; }

/* ── PROGRAMME ───────────────────────────── */
.prog-row { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.prog-row:last-child { border-bottom: none; }
.prog-time { font-weight: 800; font-size: 15px; color: var(--blue); width: 64px; flex-shrink: 0; }
.prog-title { font-size: 16px; font-weight: 700; color: var(--ink); }
.prog-sub { margin-top: 4px; font-size: 14px; color: var(--body); }

/* ── GOVERNANCE CARDS ────────────────────── */
.person-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.person-card .photo { height: 180px; }
.person-card .info { padding: 18px; }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1100px) {
  .grid-4, .grid-pub { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img-card { display: none; }
}
@media (max-width: 768px) {
  .pre-header { display: none; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .grid-2, .grid-3, .grid-4, .grid-pub, .stats-row, .grid-news { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 20px 56px; }
  .section { padding: 40px 20px; }
  .newsletter-band, .contact-band { padding: 40px 20px; flex-direction: column; }
  .newsletter-form { max-width: 100%; }
  .site-header { padding: 0 20px; }
  .hd { font-size: 30px; }
  .sec-hd { flex-direction: column; align-items: flex-start; }
  .search-hero, .page-head { padding: 30px 20px; }
}
