:root {
  --dws-bg: #f8faff;
  --dws-surface: #ffffff;
  --dws-surface-soft: #eef2ff;
  --dws-text: #151c2a;
  --dws-muted: #56627a;
  --dws-border: #dfe4f3;
  --dws-accent: #0878ff;
  --dws-accent-dark: #315bff;
  --dws-accent-pale: #eaf0ff;
  --dws-purple: #8424f5;
  --dws-success: #087f62;
  --dws-gradient: linear-gradient(135deg, #0878ff 0%, #315bff 52%, #8424f5 100%);
  --dws-shadow: 0 18px 46px rgba(33, 47, 89, 0.1);
  --dws-radius: 18px;
  --dws-radius-sm: 11px;
  --dws-container: 1160px;
  --dws-header: 78px;
  --content-card-height: 440px;
  --content-card-radius: 18px;
  --content-card-border: 1px solid var(--dws-border);
  --content-card-shadow: 0 8px 25px rgba(23, 32, 51, 0.045);
  --content-card-hover-shadow: 0 22px 48px rgba(33, 47, 89, 0.14);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--dws-header) + 18px);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--dws-text);
  background: var(--dws-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--dws-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--dws-accent-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(49, 91, 255, 0.42);
  outline-offset: 3px;
}

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

h1,
h2,
h3,
p,
figure,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--dws-text);
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.container,
.wp-block-group.container {
  width: min(calc(100% - 40px), var(--dws-container));
  max-width: var(--dws-container);
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  padding: 104px 0;
}

.site-main > .wp-block-group {
  margin-block-start: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--dws-accent);
  transform: translateY(-160%);
}

.skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: var(--dws-header);
  border-bottom: 1px solid rgba(223, 229, 238, 0.86);
  background: rgba(247, 249, 252, 0.94);
  backdrop-filter: blur(15px);
}

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

.header-inner {
  display: flex;
  min-height: var(--dws-header);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-branding,
.custom-logo-link {
  display: flex;
  align-items: center;
}

.brand-logo {
  display: inline-flex;
  max-width: min(240px, 30vw);
  align-items: center;
  text-decoration: none;
}

.brand-logo-full,
.brand-logo-full img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 44px;
}

.brand-logo-symbol {
  display: none;
  width: 42px;
  height: 42px;
}

.text-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dws-text);
  font-size: 1.05rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logo-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--dws-gradient);
  box-shadow: 0 8px 20px rgba(101, 85, 245, 0.24);
}

.header-navigation,
.primary-menu,
.language-switcher {
  display: flex;
  align-items: center;
}

.header-navigation {
  flex: 1;
  justify-content: flex-end;
  gap: 22px;
}

.primary-menu {
  margin: 0;
  padding: 0;
  gap: 26px;
  list-style: none;
}

.primary-menu a,
.footer-links a,
.language-switcher a {
  color: var(--dws-text);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-menu a:hover,
.footer-links a:hover {
  color: var(--dws-accent);
}

.language-switcher {
  flex: 0 0 auto;
  gap: 7px;
  white-space: nowrap;
}

.language-switcher span {
  color: #a6afbe;
}

.language-switcher a {
  color: var(--dws-muted);
  font-size: 0.8rem;
}

.language-switcher a[aria-current="page"] {
  color: var(--dws-accent);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
  background: var(--dws-gradient);
  box-shadow: 0 8px 20px rgba(78, 81, 232, 0.22);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.wp-block-button__link:hover {
  color: #fff;
  background: linear-gradient(135deg, #086be1 0%, #294ee0 52%, #6f1fd1 100%);
  box-shadow: 0 12px 28px rgba(78, 81, 232, 0.3);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 9px 17px;
  font-size: 0.88rem;
}

.is-style-outline .wp-block-button__link {
  color: var(--dws-text);
  border-color: var(--dws-border);
  background: var(--dws-surface);
  box-shadow: none;
}

.is-style-outline .wp-block-button__link:hover {
  color: var(--dws-accent);
  border-color: var(--dws-accent);
  background: var(--dws-accent-pale);
}

.wp-block-buttons.dws-buttons {
  display: flex;
  margin-top: 32px;
  gap: 12px;
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid var(--dws-border);
  border-radius: 9px;
  color: var(--dws-text);
  background: var(--dws-surface);
  cursor: pointer;
}

.menu-toggle-label {
  font-size: 0.82rem;
  font-weight: 700;
}

.menu-toggle-icon {
  display: grid;
  width: 19px;
  gap: 4px;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--dws-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-section {
  display: flex;
  min-height: min(760px, calc(100vh - var(--dws-header)));
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 26%, rgba(124, 58, 237, 0.15), transparent 31%),
    radial-gradient(circle at 67% 58%, rgba(23, 105, 255, 0.1), transparent 25%),
    linear-gradient(180deg, #f9fbff 0%, var(--dws-bg) 100%);
}

.hero-section::before {
  position: absolute;
  top: 12%;
  right: -100px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(101, 85, 245, 0.15);
  border-radius: 50%;
  content: "";
}

.hero-grid,
.about-grid,
.contact-grid {
  display: grid;
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.hero-description {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--dws-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  filter: drop-shadow(0 28px 38px rgba(23, 32, 51, 0.12));
}

.section-heading {
  max-width: 690px;
  margin: 0 0 48px;
}

.section-description,
.project-description,
.contact-description,
.service-card p,
.about-copy > p {
  color: var(--dws-muted);
}

.section-description {
  max-width: 640px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.service-grid,
.portfolio-grid,
.process-grid {
  display: grid;
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
  gap: 20px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-grid,
.process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.portfolio-grid > .project-card,
.process-grid > .process-card {
  grid-column: span 2;
}

.service-grid > .service-card,
.portfolio-grid > .project-card,
.process-grid > .process-card {
  width: 100%;
  max-width: none;
  margin: 0 !important;
}

.portfolio-grid > .project-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.portfolio-grid > .project-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.process-grid > .process-card:nth-child(4) {
  grid-column: 3 / span 2;
}

.service-card,
.project-card,
.process-card {
  position: relative;
  height: var(--content-card-height);
  min-width: 0;
  padding: 28px;
  border: var(--content-card-border);
  border-radius: var(--content-card-radius);
  background: var(--dws-surface);
  box-shadow: var(--content-card-shadow);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.service-card {
  display: grid;
  align-content: center;
  grid-template-rows: 40px auto auto;
  gap: 18px;
}

.service-card h3 {
  margin-bottom: 0;
}

.service-card > p:last-child {
  margin-bottom: 0;
}

.card-number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 10px;
  color: var(--dws-accent);
  background: var(--dws-accent-pale);
  font-size: 0.75rem;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .project-card:hover,
  .process-card:hover {
    border-color: rgba(101, 85, 245, 0.45);
    box-shadow: var(--content-card-hover-shadow);
    transform: translateY(-6px) scale(1.02);
    z-index: 2;
  }
}

.portfolio-section,
.process-section {
  border-top: 1px solid var(--dws-border);
  border-bottom: 1px solid var(--dws-border);
  background: var(--dws-surface);
}

.project-card {
  display: grid;
  padding: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 112px 34px 58px minmax(0, 1fr) 38px 42px;
  gap: 8px 10px;
}

.project-card .project-image {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  overflow: hidden;
  height: 112px;
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 12px;
  background: var(--dws-surface-soft);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .project-card:hover .project-image img {
    transform: scale(1.025);
  }
}

.project-card > h3,
.project-description,
.project-tech,
.project-card > .wp-block-buttons {
  grid-column: 1 / -1;
  margin-right: 0;
  margin-left: 0;
}

.project-badge {
  align-self: flex-start;
  min-width: 0;
  margin: 0;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--dws-success);
  background: #e6f7f0;
  font-size: 0.69rem;
  font-weight: 780;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.project-status {
  align-self: flex-start;
  justify-self: end;
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  color: #7a4b00;
  background: #fff2cc;
  font-size: 0.67rem;
  font-weight: 760;
  line-height: 1.4;
}

.project-status.is-placeholder {
  visibility: hidden;
}

.project-card > h3 {
  align-self: center;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.3;
}

.project-description {
  align-self: start;
  min-height: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.project-tech {
  align-self: center;
  margin: 0;
  color: var(--dws-accent);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
}

.project-card .wp-block-buttons {
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
}

.project-card .wp-block-button__link {
  min-height: 42px;
  padding: 9px 15px;
  font-size: 0.82rem;
}

.project-link-disabled {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid #cfd5e4;
  border-radius: 999px;
  color: #7a8498;
  background: #f2f4f8;
  font-size: 0.82rem;
  font-weight: 720;
  cursor: not-allowed;
}

.about-grid {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
}

.about-visual {
  width: 100%;
  max-width: none;
  margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.about-visual img {
  width: 100%;
  border: 1px solid var(--dws-border);
  border-radius: 28px;
  background: var(--dws-surface-soft);
  box-shadow: var(--dws-shadow);
}

.about-copy > p {
  font-size: 1.02rem;
}

.check-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  gap: 11px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--dws-text);
  font-size: 0.92rem;
  font-weight: 620;
}

.check-list li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--dws-gradient);
  content: "\2713";
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.process-card {
  display: grid;
  align-content: center;
  grid-template-rows: 40px auto;
  gap: 18px;
}

.step-number {
  margin-bottom: 0;
  color: var(--dws-accent);
  font-size: 0.76rem;
  font-weight: 820;
}

.process-card h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.contact-section {
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(124, 58, 237, 0.2), transparent 28%),
    #10172a;
}

.contact-section .eyebrow {
  color: #9cbaff;
}

.contact-section h2,
.contact-section h3 {
  color: #fff;
}

.contact-section .contact-description,
.contact-section .form-note {
  color: #bac5d8;
}

.contact-grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
}

.contact-details {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-email a,
.social-links a {
  color: #fff;
}

.social-links {
  display: flex;
  margin: 22px 0 0;
  padding: 0;
  gap: 14px 22px;
  flex-wrap: wrap;
  list-style: none;
}

.social-links a {
  font-size: 0.88rem;
  font-weight: 680;
}

.contact-form-wrap {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

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

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--dws-text);
  font-size: 0.83rem;
  font-weight: 720;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #d3dbe8;
  border-radius: 9px;
  color: var(--dws-text);
  background: #fbfcfe;
  outline: none;
}

.form-field input,
.form-field select {
  height: 48px;
  padding: 0 13px;
}

.form-field textarea {
  min-height: 130px;
  padding: 11px 13px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--dws-accent);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-form .button {
  width: 100%;
}

.contact-form .button:disabled {
  opacity: 0.68;
  cursor: wait;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  font-size: 0.82rem;
  font-weight: 680;
  text-align: center;
}

.form-status.is-success {
  color: var(--dws-success);
}

.form-status.is-error {
  color: #b42318;
}

.contact-section .form-note {
  margin: 13px 0 0;
  color: #687389;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid var(--dws-border);
  color: var(--dws-muted);
  background: var(--dws-surface);
}

.footer-inner {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
}

.brand-logo-footer {
  max-width: 210px;
}

.brand-logo-footer img {
  width: auto;
  height: 42px;
}

.footer-brand p {
  margin: 13px 0 0;
  font-size: 0.76rem;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a,
.footer-language a {
  color: var(--dws-text);
}

.singular-content,
.error-page {
  min-height: 65vh;
  padding-top: 90px;
  padding-bottom: 90px;
}

.singular-header {
  max-width: 780px;
  margin-bottom: 38px;
}

.entry-content {
  max-width: 780px;
}

.content-card,
.error-card {
  padding: 36px;
}

.error-page {
  display: grid;
  place-items: center;
}

.error-card {
  max-width: 650px;
  border: 1px solid var(--dws-border);
  border-radius: var(--dws-radius);
  background: var(--dws-surface);
  text-align: center;
}

.error-card h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

@media (max-width: 1050px) {
  .header-navigation {
    gap: 15px;
  }

  .primary-menu {
    gap: 17px;
  }

  .header-cta {
    display: none;
  }

  .service-grid,
  .portfolio-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-grid > .project-card,
  .process-grid > .process-card,
  .portfolio-grid > .project-card:nth-child(4),
  .process-grid > .process-card:nth-child(4) {
    grid-column: auto;
  }

  .portfolio-grid > .project-card:nth-child(5) {
    width: calc((100% - 20px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 860px) {
  :root {
    --dws-header: 70px;
  }

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

  .js .menu-toggle {
    display: inline-flex;
  }

  .header-inner {
    position: relative;
  }

  .header-navigation {
    width: 100%;
    padding: 18px 0 6px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
  }

  .js .header-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: calc((100vw - 100%) / -2);
    left: calc((100vw - 100%) / -2);
    display: none;
    width: auto;
    max-height: calc(100vh - var(--dws-header));
    padding: 24px 20px 28px;
    overflow: auto;
    border-bottom: 1px solid var(--dws-border);
    background: var(--dws-surface);
    box-shadow: 0 18px 32px rgba(23, 32, 51, 0.12);
  }

  .js .header-navigation.is-open {
    display: grid;
  }

  .primary-navigation {
    width: 100%;
  }

  .primary-menu {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .primary-menu a {
    display: block;
    padding: 12px 2px;
    border-bottom: 1px solid var(--dws-border);
  }

  .header-language {
    padding-top: 5px;
  }

  .header-cta {
    display: inline-flex;
    justify-self: start;
  }

  .section {
    padding: 80px 0;
  }

  .hero-section {
    min-height: auto;
    padding-top: 76px;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    gap: 54px;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-visual {
    max-width: 520px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-language {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 600px) {
  .container,
  .wp-block-group.container {
    width: min(calc(100% - 32px), var(--dws-container));
  }

  .section {
    padding: 68px 0;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  h2 {
    font-size: 2rem;
  }

  .brand-logo {
    max-width: 190px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section::before {
    display: none;
  }

  .wp-block-buttons.dws-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
  }

  .service-grid,
  .portfolio-grid,
  .process-grid,
  .check-list,
  .field-row {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 24px;
  }

  .portfolio-grid > .project-card:nth-child(5) {
    width: 100%;
    grid-column: auto;
  }

  .process-card {
    padding: 24px;
  }

  .step-number {
    margin-bottom: 28px;
  }

  .contact-form-wrap {
    padding: 22px 18px;
  }

  .footer-inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-language,
  .footer-links {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .site-branding .brand-logo-full {
    display: none;
  }

  .site-branding .brand-logo-symbol {
    display: block;
  }

  .site-branding .brand-logo {
    width: 42px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
