/*
Theme Name: OBSYDYA Groupe
Theme URI: https://obsydya.com/
Author: OBSYDYA
Author URI: https://obsydya.com/
Description: Thème WordPress premium du groupe OBSYDYA, de ses marques Cybeary et Novagency et de ses expertises digitales.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: obsydya
*/

:root {
  --obs-ink: #20192b;
  --obs-ink-soft: #625b6e;
  --obs-violet: #2f1c46;
  --obs-violet-2: #533476;
  --obs-violet-3: #7a5a9d;
  --obs-cyan: #17b8e7;
  --obs-blue: #176eaf;
  --obs-white: #ffffff;
  --obs-cloud: #f8f6fb;
  --obs-lilac: #efeaf5;
  --obs-line: #e4deeb;
  --obs-success: #16795f;
  --obs-danger: #a13346;
  --obs-radius-sm: 14px;
  --obs-radius: 24px;
  --obs-radius-lg: 36px;
  --obs-shadow: 0 24px 70px rgba(39, 25, 55, 0.11);
  --obs-shadow-soft: 0 12px 38px rgba(39, 25, 55, 0.07);
  --obs-container: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--obs-ink);
  background: var(--obs-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; height: auto; }

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }

button,
input,
textarea,
select { font: inherit; }

button { cursor: pointer; }

:focus-visible {
  outline: 3px solid rgba(23, 184, 231, .72);
  outline-offset: 4px;
}

::selection { color: #fff; background: var(--obs-violet-2); }

.container {
  width: min(calc(100% - 40px), var(--obs-container));
  margin-inline: auto;
}

.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 16px;
  color: #fff;
  background: var(--obs-violet);
  border-radius: 10px;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(228, 222, 235, .85);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header { top: 32px; }

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  color: var(--obs-violet);
  text-decoration: none;
}

.brand-logo { display: block; width: 220px; height: auto; }

.main-navigation { display: flex; align-items: center; gap: 28px; }

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  color: #41384c;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: color .2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a { color: var(--obs-violet-2); }

.header-cta { white-space: nowrap; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: var(--obs-violet);
  background: var(--obs-cloud);
  border: 1px solid var(--obs-line);
  border-radius: 14px;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.menu-toggle span { position: relative; }
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.button,
.wp-element-button,
button[type="submit"] {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  color: #fff;
  background: var(--obs-violet);
  border: 1px solid var(--obs-violet);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(47, 28, 70, .17);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.button:hover,
.wp-element-button:hover,
button[type="submit"]:hover {
  color: #fff;
  background: var(--obs-violet-2);
  border-color: var(--obs-violet-2);
  box-shadow: 0 14px 32px rgba(47, 28, 70, .24);
  transform: translateY(-2px);
}

.button-light { color: var(--obs-violet); background: #fff; border-color: #fff; }
.button-light:hover { color: var(--obs-violet); background: var(--obs-lilac); border-color: var(--obs-lilac); }

.button-ghost {
  color: var(--obs-violet);
  background: transparent;
  border-color: var(--obs-line);
  box-shadow: none;
}

.button-ghost:hover { color: var(--obs-violet); background: var(--obs-lilac); border-color: var(--obs-lilac); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--obs-violet-2);
  font-weight: 750;
  text-decoration: none;
}

.text-link::after { content: "\2192"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--obs-violet-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, var(--obs-cyan), var(--obs-violet-2));
  border-radius: 3px;
  transform: rotate(45deg);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 .55em;
  color: var(--obs-ink);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.038em;
}

h1 { font-size: clamp(46px, 6vw, 78px); }
h2 { font-size: clamp(34px, 4vw, 52px); }
h3 { font-size: clamp(22px, 2vw, 27px); }
h4 { font-size: 19px; }

p { margin: 0 0 1.25em; }

.lead {
  color: var(--obs-ink-soft);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.58;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-heading p { max-width: 700px; color: var(--obs-ink-soft); }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 122px) 0 54px;
  background:
    radial-gradient(circle at 86% 20%, rgba(23, 184, 231, .12), transparent 26%),
    radial-gradient(circle at 68% 35%, rgba(83, 52, 118, .11), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbf9fd 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -280px;
  border: 1px solid rgba(83, 52, 118, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(83, 52, 118, .025), 0 0 0 150px rgba(23, 184, 231, .018);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.hero-copy { max-width: 710px; }
.hero-copy h1 strong { color: var(--obs-violet-2); font-weight: inherit; }
.hero-copy .lead { max-width: 650px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

.hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: var(--obs-ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.hero-note::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--obs-success);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 121, 95, .10);
}

.ecosystem-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 30% 18%, rgba(23, 184, 231, .28), transparent 30%),
    linear-gradient(145deg, #22122f, #3c2456 58%, #122f4a);
  border-radius: var(--obs-radius-lg);
  box-shadow: var(--obs-shadow);
}

.ecosystem-card::before,
.ecosystem-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.ecosystem-card::before { width: 350px; height: 350px; right: -145px; top: -110px; }
.ecosystem-card::after { width: 260px; height: 260px; left: -135px; bottom: -120px; }

.ecosystem-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ecosystem-dot { width: 10px; height: 10px; background: var(--obs-cyan); border-radius: 50%; box-shadow: 0 0 24px var(--obs-cyan); }

.ecosystem-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 42px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 20px 50px rgba(0, 0, 0, .18);
  transform: translate(-50%, -50%) rotate(45deg);
  backdrop-filter: blur(10px);
}

.ecosystem-core span {
  font-family: Georgia, serif;
  font-size: 48px;
  transform: rotate(-45deg);
}

.orbit-label {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.orbit-label.one { top: 27%; left: 8%; }
.orbit-label.two { top: 27%; right: 8%; }
.orbit-label.three { bottom: 22%; left: 11%; }
.orbit-label.four { right: 8%; bottom: 22%; }

.trust-bar { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--obs-line); }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.trust-item { display: flex; align-items: center; justify-content: center; gap: 10px; color: #4d4557; font-size: 14px; font-weight: 750; text-align: center; }

.trust-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--obs-violet-2);
  background: var(--obs-lilac);
  border-radius: 9px;
  font-size: 13px;
}

.section { padding: clamp(78px, 9vw, 124px) 0; }
.section-soft { background: var(--obs-cloud); }
.section-violet { color: #fff; background: var(--obs-violet); }
.section-violet h2,
.section-violet h3 { color: #fff; }
.section-violet .lead,
.section-violet p { color: rgba(255, 255, 255, .74); }
.section-violet .eyebrow { color: #bcdff0; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  min-height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--obs-line);
  border-radius: var(--obs-radius);
  box-shadow: var(--obs-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover { border-color: #d4c7df; box-shadow: var(--obs-shadow); transform: translateY(-5px); }

.service-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: var(--obs-violet-2);
  background: linear-gradient(135deg, var(--obs-lilac), #f8f6fb);
  border: 1px solid #e6dfee;
  border-radius: 16px;
  font-size: 21px;
  font-weight: 800;
}

.service-card p { color: var(--obs-ink-soft); font-size: 15px; }
.service-card .tag { margin-top: 20px; }

.tag {
  display: inline-flex;
  padding: 6px 10px;
  color: var(--obs-violet-2);
  background: var(--obs-lilac);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 52px);
  border-radius: var(--obs-radius-lg);
}

.brand-card h3 { font-size: clamp(34px, 4vw, 48px); }
.brand-card p { max-width: 510px; }

.brand-card.cybeary {
  color: #fff;
  background: linear-gradient(145deg, #0e3d5d, #155579 55%, #4593aa);
  box-shadow: 0 25px 60px rgba(21, 85, 121, .2);
}

.brand-card.cybeary h3,
.brand-card.cybeary p { color: #fff; }

.brand-card.novagency {
  color: var(--obs-ink);
  background: linear-gradient(145deg, #f5f1fa, #fff 70%);
  border: 1px solid var(--obs-line);
  box-shadow: var(--obs-shadow-soft);
}

.brand-card::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -85px;
  bottom: -115px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .14;
  box-shadow: 0 0 0 45px currentColor, 0 0 0 90px currentColor;
}

.brand-kicker {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .7;
}

.brand-card .text-link { position: relative; z-index: 2; margin-top: 20px; }
.cybeary .text-link { color: #fff; }

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.feature-panel {
  padding: clamp(32px, 5vw, 54px);
  background: #fff;
  border: 1px solid var(--obs-line);
  border-radius: var(--obs-radius-lg);
  box-shadow: var(--obs-shadow);
}

.feature-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }

.feature-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--obs-line);
}

.feature-list li:first-child { padding-top: 0; }
.feature-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.feature-list h3 { margin-bottom: 6px; font-size: 20px; letter-spacing: -.02em; }
.feature-list p { margin: 0; color: var(--obs-ink-soft); font-size: 15px; }

.check {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--obs-success);
  background: rgba(22, 121, 95, .09);
  border-radius: 12px;
  font-weight: 900;
}

.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.approach-card { padding: 26px; border-top: 1px solid rgba(255, 255, 255, .18); }
.approach-card h3 { margin-top: 18px; font-size: 21px; }
.approach-card p { font-size: 15px; }

.approach-marker { width: 10px; height: 10px; background: var(--obs-cyan); border-radius: 3px; transform: rotate(45deg); }

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: clamp(38px, 6vw, 68px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(23, 184, 231, .24), transparent 28%),
    linear-gradient(135deg, var(--obs-violet), #452760 70%, #184e70);
  border-radius: var(--obs-radius-lg);
  box-shadow: var(--obs-shadow);
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -105px;
  bottom: -160px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, .025);
}

.cta-panel h2 { color: #fff; }
.cta-panel p { max-width: 700px; margin-bottom: 0; color: rgba(255, 255, 255, .75); }
.cta-panel .button { position: relative; z-index: 2; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 116px) 0 clamp(64px, 8vw, 96px);
  background:
    radial-gradient(circle at 85% 18%, rgba(23, 184, 231, .13), transparent 25%),
    linear-gradient(180deg, #fff, var(--obs-cloud));
}

.page-hero .narrow { margin-left: max(20px, calc((100vw - var(--obs-container)) / 2)); }
.page-hero p { max-width: 720px; }

.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

.detail-card {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--obs-line);
  border-radius: var(--obs-radius);
  box-shadow: var(--obs-shadow-soft);
}

.detail-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.detail-card li { position: relative; padding: 8px 0 8px 24px; color: var(--obs-ink-soft); font-size: 15px; }
.detail-card li::before { content: ""; position: absolute; top: 17px; left: 0; width: 8px; height: 8px; background: var(--obs-cyan); border-radius: 3px; transform: rotate(45deg); }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 30px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--obs-radius); }
.value-card p { margin: 0; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 90px); align-items: start; }

.contact-details { display: grid; gap: 16px; margin-top: 34px; }
.contact-item { padding: 20px 22px; background: var(--obs-cloud); border: 1px solid var(--obs-line); border-radius: var(--obs-radius-sm); }
.contact-item strong { display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; color: var(--obs-violet-2); }
.contact-item a { color: var(--obs-ink); font-weight: 700; text-decoration: none; }

.contact-form-wrap {
  padding: clamp(28px, 5vw, 48px);
  background: #fff;
  border: 1px solid var(--obs-line);
  border-radius: var(--obs-radius-lg);
  box-shadow: var(--obs-shadow);
}

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #43394d; font-size: 14px; font-weight: 750; }
.form-field .required { color: var(--obs-danger); }

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  color: var(--obs-ink);
  background: #fcfbfd;
  border: 1px solid #dcd4e4;
  border-radius: 13px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus { background: #fff; border-color: var(--obs-violet-3); box-shadow: 0 0 0 4px rgba(83, 52, 118, .10); }

.form-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 20px 0; color: var(--obs-ink-soft); font-size: 13px; }
.form-consent input { margin-top: 4px; }
.form-notice { padding: 14px 16px; margin-bottom: 22px; border-radius: 12px; font-size: 14px; font-weight: 700; }
.form-notice.success { color: #0d624c; background: #eaf7f2; border: 1px solid #bfe8d9; }
.form-notice.error { color: #8a2638; background: #fff0f2; border: 1px solid #f1c7cf; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.legal-content { padding: 70px 0 100px; }
.legal-content h2 { margin-top: 1.5em; font-size: 30px; }
.legal-content h3 { margin-top: 1.5em; font-size: 22px; }
.legal-content p,
.legal-content li { color: var(--obs-ink-soft); }
.legal-alert { padding: 20px; color: #6d4f00; background: #fff8df; border: 1px solid #f1df9d; border-radius: var(--obs-radius-sm); }

.site-main > .entry-content { padding: 70px 0 100px; }
.entry-content > * { max-width: 780px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: var(--obs-container); }
.entry-content > .alignfull { max-width: none; }

.site-footer { color: rgba(255, 255, 255, .7); background: #181220; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 60px; padding: 72px 0 55px; }
.footer-brand { max-width: 430px; }
.footer-brand .site-brand { color: #fff; margin-bottom: 20px; }
.footer-brand .brand-logo { width: 242px; }
.footer-brand p { font-size: 15px; }
.footer-title { margin-bottom: 18px; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255, 255, 255, .72); font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 12px; font-size: 14px; }
.footer-contact a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: inherit; text-decoration: none; }

.not-found { min-height: 62vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found p { color: var(--obs-ink-soft); }

@media (prefers-reduced-motion: no-preference) {
  .ecosystem-core { animation: obs-float 6s ease-in-out infinite; }
  .orbit-label.one,
  .orbit-label.four { animation: obs-float-small 5s ease-in-out infinite; }
  .orbit-label.two,
  .orbit-label.three { animation: obs-float-small 5s 1.1s ease-in-out infinite reverse; }
}

@keyframes obs-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(45deg); }
  50% { transform: translate(-50%, calc(-50% - 8px)) rotate(45deg); }
}

@keyframes obs-float-small {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .main-navigation,
  .main-navigation ul { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 42px; }
  .ecosystem-card { min-height: 430px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; }
  .main-navigation {
    position: fixed;
    inset: 72px 0 auto;
    display: block;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid var(--obs-line);
    box-shadow: var(--obs-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .admin-bar .main-navigation { top: 118px; }
  .main-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-navigation ul { display: grid; gap: 0; }
  .main-navigation li { border-bottom: 1px solid var(--obs-line); }
  .main-navigation li:last-child { border-bottom: 0; }
  .main-navigation a { display: block; padding: 14px 6px; font-size: 17px; }
  .hero { padding-top: 68px; }
  .hero-grid,
  .split-grid,
  .contact-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .ecosystem-card { min-height: 430px; max-width: 580px; }
  .trust-grid { grid-template-columns: 1fr; gap: 12px; }
  .trust-item { justify-content: flex-start; }
  .brands-grid,
  .detail-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 340px; }
  .values-grid { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container,
  .narrow { width: min(calc(100% - 28px), var(--obs-container)); }
  .brand-logo { width: 188px; }
  h1 { font-size: clamp(40px, 13vw, 54px); }
  h2 { font-size: 34px; }
  .lead { font-size: 18px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .ecosystem-card { min-height: 380px; padding: 26px; border-radius: 28px; }
  .ecosystem-core { width: 124px; height: 124px; border-radius: 34px; }
  .ecosystem-core span { font-size: 40px; }
  .orbit-label { font-size: 10px; }
  .orbit-label.one { top: 25%; left: 3%; }
  .orbit-label.two { top: 25%; right: 3%; }
  .orbit-label.three { bottom: 19%; left: 4%; }
  .orbit-label.four { right: 4%; bottom: 19%; }
  .services-grid,
  .approach-grid,
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .service-card { padding: 25px; }
  .brand-card { padding: 30px; }
  .cta-panel { border-radius: 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .cta-panel { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding: 35px 0; }
}
