:root {
  --sd-ink: #354052;
  --sd-muted: #6f7782;
  --sd-line: #e7e9ec;
  --sd-soft: #f6f7f8;
  --sd-yellow: #ffc400;
  --sd-red: #ff5a5f;
  --sd-dark: #333333;
  --sd-white: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; max-width: 100%; overflow-x: hidden; }
body { font-family: Inter, Arial, sans-serif; color: var(--sd-muted); background: #fff; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 9999; background: var(--sd-ink); color: #fff; padding: 8px 12px; }
.skip-link:focus { left: 8px; }
.sd-wrap { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }

.sd-header { position: sticky; top: 0; z-index: 1300; width: 100%; background: rgba(255,255,255,.98); box-shadow: 0 1px 12px rgba(0,0,0,.08); }
.sdh-wrap { max-width: 1180px; margin: 0 auto; padding: 14px 22px; min-height: 95px; display: flex; align-items: center; gap: 28px; }
.sd-brand { display: inline-flex; align-items: center; color: var(--sd-ink); font-size: 24px; font-weight: 800; }
.sd-brand img, .sd-brand .custom-logo { width: 170px; max-height: 64px; object-fit: contain; }
.sd-nav { margin-left: auto; }
.sd-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.sd-nav a { color: #2f3338; text-transform: uppercase; font-size: 14px; font-weight: 800; letter-spacing: .02em; }
.sd-nav a:hover, .sd-nav .current-menu-item > a, .sd-nav .current_page_item > a { color: var(--sd-red); }
.sd-lang { min-width: 104px; min-height: 34px; border-radius: 999px; background: #f4f4f4; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #555; position: relative; }
.sd-menu-toggle { display: none; appearance: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 0; cursor: pointer; }
.sd-menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px auto; background: var(--sd-ink); border-radius: 2px; }
.sd-drawer { display: block; position: fixed; inset: 0; z-index: 1200; background: rgba(0,0,0,.44); opacity: 0; pointer-events: none; transition: opacity .2s; }
.sd-drawer-panel { box-sizing: border-box; width: min(82vw, 340px); height: 100%; margin-left: auto; padding: 16px 28px 28px; background: #fff; transform: translateX(100%); transition: transform .25s; overflow-y: auto; }
.sd-drawer.sd-open { opacity: 1; pointer-events: auto; }
.sd-drawer.sd-open .sd-drawer-panel { transform: translateX(0); }
.sd-drawer-close { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-left: auto; margin-bottom: 8px; border: 0; border-radius: 50%; background: #f3f5f7; color: var(--sd-ink); font-size: 24px; line-height: 1; cursor: pointer; }
.sd-drawer ul { list-style: none; margin: 0; padding: 0; }
.sd-drawer a { display: block; min-height: 56px; line-height: 56px; border-bottom: 1px solid #eee; color: var(--sd-ink); text-transform: uppercase; font-weight: 800; }
.sd-drawer a:hover, .sd-drawer .current-menu-item > a, .sd-drawer .current_page_item > a { color: var(--sd-red); }

.sd-hero, .sd-page-hero { color: #fff; background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; text-align: center; }
.sd-hero { min-height: 620px; }
.sd-page-hero { min-height: 420px; }
.sd-hero h1, .sd-page-hero h1 { margin: 0 auto 18px; max-width: 940px; color: #fff; font-size: clamp(40px, 5.2vw, 68px); line-height: 1.08; text-transform: uppercase; font-weight: 800; text-shadow: 0 2px 8px rgba(0,0,0,.35); letter-spacing: 0; }
.sd-page-hero h1 { font-size: clamp(36px, 4.3vw, 56px); }
.sd-hero p, .sd-page-hero p { max-width: 760px; margin: 0 auto 26px; color: #f5f5f5; font-size: 18px; }
.sd-eyebrow { display: inline-block; margin-bottom: 12px; color: var(--sd-yellow); text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.sd-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.sd-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 28px; border: 0; border-radius: 999px; background: var(--sd-red); color: #fff; text-transform: uppercase; font-size: 13px; font-weight: 800; }
.sd-btn-light { background: #fff; color: var(--sd-ink); }
.sd-link { display: inline-block; margin-top: 20px; color: var(--sd-red); text-transform: uppercase; font-weight: 800; font-size: 13px; }

.sd-section { padding: 86px 0; }
.sd-muted { background: var(--sd-soft); }
.sd-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.sd-section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: end; margin-bottom: 34px; }
.sd-section h2, .sd-quote h2 { margin: 0 0 20px; color: var(--sd-ink); font-size: clamp(31px, 4vw, 48px); line-height: 1.16; text-transform: uppercase; font-weight: 800; letter-spacing: 0; }
.sd-section p { margin: 0; }
.sd-photo { min-height: 430px; border-radius: 2px; background-position: center; background-size: cover; background-color: var(--sd-soft); }
.sd-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.sd-card { height: 100%; min-height: 356px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--sd-line); }
.sd-card-image { display: block; background: var(--sd-soft); }
.sd-card-image img, .sd-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sd-card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.sd-card h3 { margin: 0 0 12px; color: var(--sd-ink); font-size: 21px; line-height: 1.25; }
.sd-card p { flex: 1; color: var(--sd-muted); font-size: 14px; }
.sd-card-meta { margin-bottom: 8px; color: var(--sd-red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sd-quote { padding: 86px 0; color: #fff; background-position: center; background-size: cover; }
.sd-quote h2, .sd-quote p { color: #fff; }
.sd-contact-box { padding: 34px; background: rgba(255,255,255,.95); color: var(--sd-muted); }
.sd-contact-box h3 { margin: 0 0 12px; color: var(--sd-ink); font-size: 28px; }
.sd-contact-box a { color: var(--sd-red); font-weight: 800; }
.sd-prose { max-width: 900px; }
.sd-prose h2, .sd-prose h3 { color: var(--sd-ink); line-height: 1.2; }
.sd-prose a { color: var(--sd-red); text-decoration: underline; }
.sd-feature { margin: 0 0 30px; }
.sd-feature img { width: 100%; }
.sd-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.sd-tags a { display: inline-flex; padding: 6px 12px; background: var(--sd-soft); color: var(--sd-ink); text-decoration: none; font-weight: 700; }
.sd-post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--sd-line); }
.sd-pagination { margin-top: 40px; }

.sd-footer { width: 100%; padding: 62px 0 28px; background: var(--sd-dark); color: #cfcfcf; text-transform: uppercase; }
.sdf-wrap { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.sdf-brand { color: #fff; font-size: 24px; font-weight: 800; }
.sd-footer h2 { margin: 0 0 12px; color: #fff; font-size: 15px; }
.sd-footer p { margin: 0 0 8px; font-size: 13px; }
.sd-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.sd-footer a { color: #eee; }
.sdf-copy { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }

@media (max-width: 900px) {
  .sdh-wrap { width: 100%; max-width: 100%; height: 76px; min-height: 76px; padding: 10px 16px; gap: 10px; }
  .sd-brand { order: 1; flex: 0 1 auto; min-width: 0; }
  .sd-brand img, .sd-brand .custom-logo { width: 138px; max-width: 48vw; }
  .sd-nav { display: none; }
  .sd-lang { order: 2; flex: 0 0 48px; width: 48px; min-width: 48px; height: 34px; margin-left: auto; overflow: hidden; }
  .sd-lang select, .sd-lang .gt_selector { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .01; z-index: 3; cursor: pointer; }
  .sd-lang:after { content: "EN"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #555; font-size: 12px; font-weight: 800; pointer-events: none; }
  .sd-menu-toggle { order: 3; flex: 0 0 42px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
  .sd-hero { min-height: 520px; }
  .sd-page-hero { min-height: 320px; }
  .sd-section { padding: 58px 0; }
  .sd-grid-2, .sd-section-head, .sdf-wrap { grid-template-columns: 1fr; }
  .sd-cards { grid-template-columns: 1fr; }
  .sd-card { min-height: 0; }
}
