:root {
  color-scheme: light;
  --anray-bg: #eef1f1;
  --anray-surface: #f8f9f8;
  --anray-surface-raised: #fcfcfa;
  --anray-surface-metal: #dfe4e3;
  --anray-surface-deep: #cdd4d3;
  --anray-ink: #171a19;
  --anray-muted: #59615f;
  --anray-quiet: #77807d;
  --anray-line: #c6cdcb;
  --anray-line-strong: #919b98;
  --anray-accent: #dd4f2b;
  --anray-accent-strong: #b93b1d;
  --anray-accent-soft: #f4d9d0;
  --anray-on-accent: #fffdfb;
  --anray-display: "Helvetica Neue", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --anray-body: "Avenir Next", "Segoe UI", Arial, sans-serif;
  --anray-nav: 72px;
}

html {
  scroll-behavior: smooth;
}

body,
.site-main,
.entry-content {
  background: var(--anray-bg);
  color: var(--anray-ink);
  font-family: var(--anray-body);
}

body {
  overflow-x: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--anray-accent);
  outline-offset: 4px;
}

.site-main-header-wrap {
  position: sticky;
  z-index: 90;
  top: 0;
}

.site-main-header-wrap .site-header-row-container-inner {
  border-bottom: 1px solid rgb(23 26 25 / 12%);
  background: rgb(248 249 248 / 92%);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.site-main-header-inner-wrap {
  min-height: var(--anray-nav);
}

.site-branding a.brand img,
.site-branding a.brand img.svg-logo-image {
  width: auto;
  max-width: 162px;
  max-height: 48px;
}

.site-branding .site-title-wrap {
  display: none;
}

.main-navigation .primary-menu-container ul li a {
  position: relative;
  color: var(--anray-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.045em;
}

.main-navigation .primary-menu-container ul.menu li a::after {
  position: absolute;
  right: 0.6em;
  bottom: 0.38em;
  left: 0.6em;
  height: 2px;
  background: var(--anray-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1);
}

.main-navigation .primary-menu-container ul.menu li:hover > a::after,
.main-navigation .primary-menu-container ul.menu li.current-menu-item > a::after,
.main-navigation .primary-menu-container ul.menu li.current-menu-ancestor > a::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.header-navigation .header-menu-container ul ul.sub-menu {
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
  box-shadow: 0 22px 60px rgb(43 53 50 / 12%);
}

.header-navigation .header-menu-container ul ul.sub-menu li.menu-item > a {
  background: transparent !important;
  color: var(--anray-ink) !important;
  transition: none;
}

.header-navigation .header-menu-container ul ul.sub-menu li.menu-item:hover > a,
.header-navigation .header-menu-container ul ul.sub-menu li.menu-item > a:hover,
.header-navigation .header-menu-container ul ul.sub-menu li.menu-item > a:focus-visible {
  background: var(--anray-surface-metal) !important;
  color: var(--anray-ink) !important;
}

.header-navigation .header-menu-container ul ul.sub-menu li.current-menu-item > a {
  background: var(--anray-accent-soft) !important;
  color: var(--anray-accent-strong) !important;
}

.header-navigation .header-menu-container ul ul.sub-menu a::after {
  content: none;
}

.popup-drawer .drawer-overlay {
  background: rgb(23 26 25 / 22%);
}

.popup-drawer .drawer-inner {
  background: var(--anray-surface);
  color: var(--anray-ink);
}

.popup-drawer .drawer-header,
.popup-drawer .menu-toggle-close,
.drawer-navigation .drawer-menu-container ul li a,
.drawer-navigation .drawer-menu-container ul li .drawer-sub-toggle {
  color: var(--anray-ink);
}

.drawer-navigation .drawer-menu-container ul li {
  border-bottom-color: var(--anray-line);
}

.drawer-navigation .drawer-menu-container ul li.current-menu-item > .drawer-nav-drop-wrap > a,
.drawer-navigation .drawer-menu-container ul li.current-menu-ancestor > .drawer-nav-drop-wrap > a {
  color: var(--anray-accent);
}

.drawer-navigation .sub-menu {
  background: var(--anray-surface-metal);
}

body.page .entry-hero {
  display: none;
}

body.page .content-area,
body.page:not(.home) .content-area {
  margin-top: 0;
  margin-bottom: 0;
}

body.page .content-container,
body.page:not(.home) .content-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.page .content-bg,
body.page .entry-content-wrap,
body.page:not(.home) .content-bg,
body.page:not(.home) .entry-content-wrap {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ak-home,
.aw5-page,
.anray-global-footer,
.anray-global-cta,
.anray-trust-rail {
  overflow: clip;
  background: var(--anray-bg);
  color: var(--anray-ink);
}

.ak-home *,
.aw5-page *,
.anray-global-footer *,
.anray-global-cta *,
.anray-trust-rail * {
  box-sizing: border-box;
}

.ak-home h1,
.ak-home h2,
.ak-home h3,
.aw5-page h1,
.aw5-page h2,
.aw5-page h3,
.anray-global-footer h2,
.anray-global-footer h3,
.anray-global-cta h2,
.anray-trust-rail h3 {
  margin-top: 0;
  color: var(--anray-ink);
  font-family: var(--anray-display);
  font-weight: 520;
  letter-spacing: -.05em;
}

.ak-home p,
.ak-home li,
.aw5-page p,
.aw5-page li {
  color: var(--anray-muted);
  line-height: 1.66;
}

.ak-home a,
.aw5-page a,
.anray-global-footer a,
.anray-global-cta a {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.ak-home a:active,
.aw5-page a:active,
.anray-global-footer a:active,
.anray-global-cta a:active {
  transform: translateY(1px);
}

.ak-shell,
.aw5-shell,
.anray-global-footer__shell,
.anray-global-cta__shell,
.anray-trust-rail__shell {
  width: min(1320px, calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
}

.ak-section,
.aw5-section {
  padding-block: clamp(84px, 9vw, 136px);
  border-bottom: 1px solid var(--anray-line);
}

.ak-eyebrow,
.aw5-kicker {
  margin: 0 0 20px !important;
  color: var(--anray-accent) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ak-home .wp-block-button__link,
.aw5-actions .wp-block-button__link,
.anray-global-cta .wp-block-button__link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--anray-ink);
  border-radius: 0;
  background: var(--anray-ink);
  color: var(--anray-on-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.ak-home .is-style-outline .wp-block-button__link,
.aw5-actions .is-style-outline .wp-block-button__link,
.anray-global-cta .is-style-outline .wp-block-button__link {
  border-color: var(--anray-ink) !important;
  background: transparent;
  color: var(--anray-ink) !important;
}

.ak-home .wp-block-button__link:hover,
.aw5-actions .wp-block-button__link:hover,
.anray-global-cta .wp-block-button__link:hover {
  border-color: var(--anray-accent) !important;
  background: var(--anray-accent);
  color: var(--anray-on-accent) !important;
  transform: translateY(-2px);
}

.ak-hero {
  min-height: min(800px, calc(100dvh - var(--anray-nav)));
  margin: 0 !important;
  background: var(--anray-surface);
}

.ak-hero > .wp-block-column {
  margin: 0;
}

.ak-hero-copy {
  display: flex;
  flex-basis: 48% !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6vw, 88px) clamp(32px, 5.4vw, 84px);
}

.ak-hero-media {
  position: relative;
  min-height: 620px;
  flex-basis: 52% !important;
  background: var(--anray-surface-metal);
}

.ak-hero h1 {
  max-width: 690px;
  margin-bottom: 26px;
  font-size: clamp(52px, 4.55vw, 72px);
  line-height: .95;
}

.ak-hero-lede {
  max-width: 540px;
  margin: 0 0 32px !important;
  font-size: clamp(17px, 1.35vw, 20px);
}

.ak-hero-image {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.ak-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .6s ease;
}

.ak-hero-media:hover .ak-hero-image img {
  transform: scale(1.025);
  filter: brightness(1.02);
}

.ak-hero-image figcaption {
  position: static;
  max-width: none;
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid var(--anray-line);
  background: var(--anray-surface);
  color: var(--anray-muted);
  font-size: 11px;
}

.anray-trust-rail {
  border-top: 1px solid var(--anray-line);
  border-bottom: 1px solid var(--anray-line);
  background: var(--anray-surface-metal);
}

.anray-trust-rail__shell {
  padding-block: 26px;
}

.anray-trust-rail .wp-block-columns {
  gap: 0;
  margin: 0;
}

.anray-trust-rail .wp-block-column {
  min-height: 84px;
  padding: 13px 26px;
  border-left: 1px solid var(--anray-line-strong);
}

.anray-trust-rail .wp-block-column:first-child {
  padding-left: 0;
  border-left: 0;
}

.anray-trust-rail h3 {
  margin: 0 0 7px;
  font-size: 18px;
  letter-spacing: -.025em;
}

.anray-trust-rail p {
  margin: 0;
  color: var(--anray-muted);
  font-size: 12px;
  line-height: 1.5;
}

.ak-audience {
  background: var(--anray-surface-metal);
}

.ak-audience-head {
  display: block;
  max-width: 820px;
  margin-bottom: 54px;
}

.ak-audience-head > .wp-block-column {
  width: auto;
  max-width: 100%;
}

.ak-audience-head > .wp-block-column:last-child {
  max-width: 650px;
  margin-top: 22px;
}

.ak-audience h2,
.ak-section-title {
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: .98;
}

.ak-audience .ak-shell > .wp-block-columns:last-child {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.ak-audience-card,
.ak-audience-card + .ak-audience-card {
  min-height: 350px;
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.ak-audience-card + .ak-audience-card {
  border-left: 1px solid var(--anray-line);
  background: linear-gradient(145deg, var(--anray-surface-deep), var(--anray-surface-raised));
}

.ak-audience-card h3 {
  max-width: 14ch;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1;
}

.ak-text-link,
.aw5-feature-link span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.ak-text-link a {
  color: var(--anray-ink);
  text-decoration: none;
}

.ak-text-link a:hover {
  color: var(--anray-accent);
}

.ak-apps-head {
  max-width: 840px;
  margin-bottom: 52px;
}

.ak-apps-primary {
  align-items: stretch;
  margin-bottom: 18px;
}

.ak-apps-primary > .wp-block-column:first-child {
  flex-basis: 58% !important;
}

.ak-apps-primary > .wp-block-column:last-child {
  flex-basis: 42% !important;
}

.ak-app-card,
.ak-app-wide {
  height: 100%;
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.ak-app-card .wp-block-image,
.ak-app-wide .wp-block-image {
  height: 430px;
  margin: 0;
  overflow: hidden;
}

.ak-app-card img,
.ak-app-wide img,
.ak-control-image img,
.aw5-photo img,
.aw5-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .6s ease;
}

.ak-app-card:hover img,
.ak-app-wide:hover img,
.ak-control-image:hover img,
.aw5-photo:hover img,
.aw5-hero-media:hover img {
  transform: scale(1.03);
  filter: brightness(1.02);
}

.ak-app-copy {
  padding: 28px 30px 32px;
}

.ak-app-copy h3 {
  font-size: clamp(29px, 2.8vw, 42px);
  line-height: 1;
}

.ak-app-wide {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  align-items: stretch;
}

.ak-app-wide .wp-block-image {
  height: 460px;
}

.ak-app-wide .ak-app-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  background: var(--anray-surface-metal);
}

.ak-process {
  background: var(--anray-surface-deep);
}

.ak-process-grid {
  align-items: start;
}

.ak-process h2,
.ak-system h2,
.ak-control-copy h2,
.ak-form h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: .98;
}

.ak-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--anray-line-strong);
  list-style: none;
}

.ak-process-list li {
  display: block;
  min-height: 170px;
  padding: 28px 30px 28px 0;
  border-bottom: 1px solid var(--anray-line-strong);
}

.ak-process-list li:nth-child(odd) {
  padding-right: 36px;
  border-right: 1px solid var(--anray-line-strong);
}

.ak-process-list li:nth-child(even) {
  padding-left: 36px;
}

.ak-process-list li::before {
  content: none;
}

.ak-process-list strong {
  display: block;
  margin-bottom: 10px;
  color: var(--anray-ink);
  font-family: var(--anray-display);
  font-size: 25px;
  font-weight: 550;
  letter-spacing: -.035em;
}

.ak-system {
  background: var(--anray-surface-metal);
}

.ak-system-grid {
  align-items: center;
}

.ak-system .target-cad,
.aw5-page .target-cad-light {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid var(--anray-line);
  background: rgb(248 249 248 / 72%);
}

.ak-system .target-cad-stage h3,
.aw5-page .target-cad-stage h3 {
  font-family: var(--anray-body);
  letter-spacing: .12em;
}

.ak-system .target-cad-caption,
.aw5-page .target-cad-caption {
  color: var(--anray-muted);
}

.ak-control {
  align-items: center;
}

.ak-control-image {
  height: 640px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--anray-line);
}

.ak-control-copy {
  padding-left: clamp(24px, 5vw, 72px);
}

.ak-responsibility {
  margin-top: 32px;
  padding: 0;
  border-top: 1px solid var(--anray-line-strong);
  list-style: none;
}

.ak-responsibility li {
  padding: 16px 0;
  border-bottom: 1px solid var(--anray-line);
}

.ak-faq {
  background: var(--anray-surface-raised);
}

.ak-faq h2 {
  max-width: 760px;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: .98;
}

.ak-faq-grid {
  max-width: 940px;
  margin-top: 48px;
}

.ak-faq-grid details {
  padding: 25px 0;
  border-top: 1px solid var(--anray-line);
}

.ak-faq-grid summary {
  color: var(--anray-ink);
  font-family: var(--anray-display);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 540;
  letter-spacing: -.025em;
}

.ak-faq-grid details p {
  max-width: 720px;
}

.ak-trade {
  background: var(--anray-surface-metal);
}

.ak-trade-panel {
  align-items: center;
  padding: clamp(40px, 6vw, 72px);
  border-left: 6px solid var(--anray-accent);
  background: var(--anray-surface-raised);
}

.ak-trade-panel h2 {
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: .98;
}

.ak-form {
  background: var(--anray-surface-deep);
}

.ak-form-grid {
  align-items: start;
}

.ak-form .anray-inquiry,
.aw5-page .anray-inquiry-panel {
  padding: clamp(26px, 3.6vw, 46px);
  border: 1px solid var(--anray-line-strong);
  border-left: 6px solid var(--anray-accent);
  background: var(--anray-surface-raised);
}

.ak-form .anray-inquiry__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ak-form .anray-inquiry__field[hidden] {
  display: none !important;
}

.ak-form .anray-inquiry__field--home-wide {
  grid-column: 1 / -1;
}

.ak-form label,
.aw5-page .anray-inquiry__field label {
  display: block;
  margin-bottom: 7px;
  color: var(--anray-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.ak-form input,
.ak-form select,
.ak-form textarea,
.aw5-page .anray-inquiry__field input,
.aw5-page .anray-inquiry__field select,
.aw5-page .anray-inquiry__field textarea {
  width: 100%;
  border: 1px solid var(--anray-line-strong);
  border-radius: 0;
  background: var(--anray-surface-raised);
  color: var(--anray-ink);
}

.ak-form input::placeholder,
.ak-form textarea::placeholder,
.aw5-page input::placeholder,
.aw5-page textarea::placeholder {
  color: #6f7775;
}

.ak-form .anray-inquiry__submit,
.aw5-page .anray-inquiry__submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 0;
  background: var(--anray-accent);
  color: var(--anray-on-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ak-form .anray-inquiry__submit:hover,
.aw5-page .anray-inquiry__submit:hover {
  background: var(--anray-accent-strong);
  transform: translateY(-2px);
}

.aw5-page {
  --aw-bg: var(--anray-bg);
  --aw-surface: var(--anray-surface-raised);
  --aw-surface-2: var(--anray-surface-metal);
  --aw-surface-3: var(--anray-surface-deep);
  --aw-ink: var(--anray-ink);
  --aw-muted: var(--anray-muted);
  --aw-quiet: var(--anray-quiet);
  --aw-line: var(--anray-line);
  --aw-line-strong: var(--anray-line-strong);
  --aw-accent: var(--anray-accent);
  --aw-accent-strong: var(--anray-accent-strong);
  --aw-accent-soft: var(--anray-accent-soft);
  --aw-on-accent: var(--anray-on-accent);
  --aw-display: var(--anray-display);
  --aw-nav: var(--anray-nav);
}

/* Keep legacy core Group wrappers from becoming unintended layout items. */
.aw5-page .wp-block-group__inner-container {
  display: contents;
}

.aw5-page p {
  color: var(--anray-muted);
}

.aw5-hero {
  display: grid;
  min-height: min(760px, calc(100dvh - var(--anray-nav)));
  grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr);
  border-bottom: 1px solid var(--anray-line);
  background: var(--anray-surface);
}

.aw5-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 84px) clamp(32px, 5.5vw, 88px);
}

.aw5-breadcrumb {
  margin: 0 0 36px !important;
  color: var(--anray-quiet) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.aw5-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.aw5-hero h1 {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: clamp(48px, 4.7vw, 72px);
  line-height: .96;
}

.aw5-hero-sub {
  max-width: 560px;
  margin: 0 0 32px !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.52;
}

.aw5-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.aw5-hero-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  background: var(--anray-surface-metal);
}

.aw5-hero-media figcaption {
  position: static;
  max-width: none;
  margin: 0;
  padding: 15px 19px;
  border-top: 1px solid var(--anray-line);
  background: var(--anray-surface);
  color: var(--anray-ink);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.aw5-section-soft {
  background: var(--anray-surface-metal);
}

.aw5-section-peach {
  background: var(--anray-surface-deep);
}

.aw5-section h2 {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: clamp(40px, 4.6vw, 66px);
  line-height: .98;
}

.aw5-lead {
  max-width: 720px;
  margin: 0 !important;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

.aw5-intro {
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: start;
}

.aw5-intro-mark {
  width: 84px;
  height: 3px;
  margin-top: 12px;
  background: var(--anray-accent);
}

.aw5-photo {
  margin: 0;
  overflow: hidden;
  background: var(--anray-surface-metal);
}

.aw5-photo figcaption {
  margin: 0;
  padding: 13px 0 0;
  color: var(--anray-quiet);
  font-size: 11px;
  line-height: 1.45;
}

.aw5-collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 160px;
  gap: 18px;
  margin-top: clamp(52px, 7vw, 86px);
}

.aw5-collage > .wp-block-group:nth-child(1) {
  grid-column: span 7;
  grid-row: span 4;
}

.aw5-collage > .wp-block-group__inner-container > .wp-block-group:nth-child(1) {
  grid-column: span 7;
  grid-row: span 4;
}

.aw5-collage > .wp-block-group:nth-child(2) {
  grid-column: span 5;
  grid-row: span 3;
  margin-top: 72px;
}

.aw5-collage > .wp-block-group__inner-container > .wp-block-group:nth-child(2) {
  grid-column: span 5;
  grid-row: span 3;
  margin-top: 72px;
}

.aw5-collage > .wp-block-group:nth-child(3) {
  grid-column: 6 / span 7;
  grid-row: span 4;
  margin-top: -28px;
}

.aw5-collage > .wp-block-group__inner-container > .wp-block-group:nth-child(3) {
  grid-column: 6 / span 7;
  grid-row: span 4;
  margin-top: -28px;
}

.aw5-story {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.aw5-story .aw5-photo {
  height: 100%;
}

.aw5-story-copy {
  padding: 26px 28px 30px;
  border-top: 1px solid var(--anray-line);
}

.aw5-story h3 {
  margin: 0 0 10px;
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1;
}

.aw5-story p {
  max-width: 42ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.aw5-answer-band {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, 1.38fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
}

.aw5-answer-band h2 {
  font-size: clamp(37px, 3.8vw, 56px);
}

.aw5-answer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 52px;
}

.aw5-answer-list h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.08;
}

.aw5-answer-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.aw5-answer-list > .wp-block-group:nth-child(n+3) {
  padding-top: 32px;
  border-top: 1px solid var(--anray-line-strong);
}

.aw5-answer-list > .wp-block-group__inner-container > .wp-block-group:nth-child(n+3) {
  padding-top: 32px;
  border-top: 1px solid var(--anray-line-strong);
}

.aw5-sequence {
  margin-top: 54px;
  border-top: 1px solid var(--anray-line-strong);
}

.aw5-sequence-row {
  display: grid;
  grid-template-columns: minmax(120px, .28fr) minmax(230px, .72fr) minmax(0, 1fr);
  gap: 32px;
  padding: 34px 0;
  border-bottom: 1px solid var(--anray-line);
}

.aw5-sequence-row > p:first-child {
  margin: 0;
  color: var(--anray-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.aw5-sequence-row > .wp-block-group__inner-container > p:first-child {
  margin: 0;
  color: var(--anray-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.aw5-sequence-row h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
}

.aw5-sequence-row > p:last-child {
  max-width: 54ch;
  margin: 0;
  line-height: 1.58;
}

.aw5-sequence-row > .wp-block-group__inner-container > p:last-child {
  max-width: 54ch;
  margin: 0;
  line-height: 1.58;
}

.aw5-split,
.aw5-split.is-reverse {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.aw5-split.is-reverse {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
}

.aw5-split-copy h2 {
  font-size: clamp(40px, 4.4vw, 64px);
}

.aw5-split-copy p {
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.64;
}

.aw5-split .aw5-photo,
.aw5-split .aw5-photo img {
  min-height: 560px;
}

.aw5-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.aw5-matrix > .wp-block-group {
  min-height: 230px;
  padding: 32px;
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.aw5-matrix > .wp-block-group__inner-container > .wp-block-group {
  min-height: 230px;
  padding: 32px;
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.aw5-matrix > .wp-block-group:nth-child(2),
.aw5-matrix > .wp-block-group:nth-child(3) {
  background: linear-gradient(145deg, var(--anray-surface-deep), var(--anray-surface-raised));
}

.aw5-matrix > .wp-block-group__inner-container > .wp-block-group:nth-child(2),
.aw5-matrix > .wp-block-group__inner-container > .wp-block-group:nth-child(3) {
  background: linear-gradient(145deg, var(--anray-surface-deep), var(--anray-surface-raised));
}

.aw5-matrix h3 {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.05;
}

.aw5-matrix p {
  margin: 0;
  line-height: 1.58;
}

.aw5-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--anray-line-strong);
}

.aw5-route::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20%;
  height: 4px;
  background: var(--anray-accent);
  content: "";
}

.aw5-route > .wp-block-group {
  min-height: 250px;
  padding: 30px 25px;
  border-right: 1px solid var(--anray-line);
}

.aw5-route > .wp-block-group__inner-container > .wp-block-group {
  min-height: 250px;
  padding: 30px 25px;
  border-right: 1px solid var(--anray-line);
}

.aw5-route > .wp-block-group:last-child {
  border-right: 0;
}

.aw5-route > .wp-block-group__inner-container > .wp-block-group:last-child {
  border-right: 0;
}

.aw5-route h3 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1;
}

.aw5-route p {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
}

.aw5-material-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 18px;
  margin-top: 56px;
}

.aw5-grade {
  min-height: 440px;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid var(--anray-line);
  background: linear-gradient(135deg, #f9faf9, #c6cecc 55%, #f2f4f3);
}

.aw5-grade.is-secondary {
  margin-top: 105px;
  background: linear-gradient(135deg, #d3d9d7, #fafbf9 54%, #b5bfbc);
}

.aw5-grade strong {
  display: block;
  margin-bottom: 26px;
  color: var(--anray-accent);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aw5-grade h3 {
  max-width: 8ch;
  margin: 0 0 24px;
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: .94;
}

.aw5-grade p {
  max-width: 43ch;
  margin: 0;
  font-size: 17px;
  line-height: 1.62;
}

.aw5-finish-strip {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
  margin-top: 54px;
}

.aw5-finish {
  min-height: 290px;
  padding: 30px;
  border: 1px solid var(--anray-line);
  background: repeating-linear-gradient(90deg, #b8c0be 0, #eff2f1 1px, #c3cbc9 3px);
}

.aw5-finish:nth-child(2) {
  background: linear-gradient(135deg, #c2cac8, #f8faf9 45%, #adb8b5);
}

.aw5-finish:nth-child(3) {
  background: radial-gradient(circle at 35% 25%, #f5f7f6, #b5bfbc 55%, #e5e9e8);
}

.aw5-finish h3 {
  margin: 0 0 8px;
  font-size: 27px;
}

.aw5-finish p {
  margin: 0;
  color: #313735;
  font-size: 14px;
}

.aw5-identity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
  gap: 18px;
  margin-top: 54px;
}

.aw5-identity-main {
  min-height: 450px;
  padding: clamp(40px, 6vw, 72px);
  background: var(--anray-surface-deep);
}

.aw5-identity-main h3 {
  max-width: 11ch;
  margin: 0 0 26px;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .96;
}

.aw5-identity-ledger {
  padding: 36px;
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
}

.aw5-identity-ledger p {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid var(--anray-line);
  font-size: 14px;
}

.aw5-identity-ledger strong {
  color: var(--anray-accent);
}

.aw5-form-shell,
.aw5-page .anray-review-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, .52fr) minmax(0, 1.48fr);
  gap: clamp(42px, 7vw, 88px);
}

.aw5-page .anray-review-section {
  padding-block: clamp(84px, 10vw, 140px);
  background: var(--anray-surface-metal);
}

.aw5-page .anray-review-form-layout {
  width: min(1320px, calc(100% - clamp(36px, 7vw, 112px)));
  margin-inline: auto;
}

.aw5-page .anray-review-form-copy h2 {
  font-size: clamp(40px, 4.4vw, 62px);
}

.aw5-page .anray-inquiry__hint {
  color: var(--anray-quiet);
}

.aw5-resources {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  margin-top: 54px;
}

.aw5-feature-link {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(38px, 6vw, 66px);
  border: 1px solid var(--anray-line);
  background: var(--anray-surface-raised);
  color: inherit;
  text-decoration: none;
}

.aw5-feature-link:first-child {
  background: linear-gradient(140deg, var(--anray-surface-deep), var(--anray-surface-raised) 68%);
}

.aw5-feature-link:nth-child(2) {
  min-height: 310px;
  background: var(--anray-accent-soft);
}

.aw5-feature-link:nth-child(3) {
  min-height: 310px;
  background: var(--anray-surface-metal);
}

.aw5-feature-link h3 {
  max-width: 11ch;
  margin: 0 0 16px;
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: .98;
}

.aw5-feature-link p {
  max-width: 42ch;
  margin: 0 0 22px;
  line-height: 1.57;
}

.aw5-feature-link span {
  color: var(--anray-accent);
}

.aw5-page .target-cad-light {
  margin-top: 52px;
}

.aw5-page .target-cad-flow,
.ak-system .target-cad-flow {
  display: grid;
  grid-template-columns: minmax(150px, 1.25fr) 24px minmax(145px, 1fr) 24px minmax(110px, .72fr) 30px minmax(125px, .82fr);
  gap: 0;
  align-items: stretch;
}

.aw5-page .target-cad-stage,
.ak-system .target-cad-stage {
  display: grid;
  min-width: 0;
  grid-template-rows: auto 1fr;
  padding: 0 10px 14px;
  border-bottom: 1px solid var(--anray-line);
  transition: transform .42s cubic-bezier(.2,.8,.2,1), border-color .42s cubic-bezier(.2,.8,.2,1);
}

.aw5-page .target-cad-stage:hover,
.ak-system .target-cad-stage:hover {
  border-color: var(--anray-accent);
  transform: translateY(-4px);
}

.aw5-page .target-cad-stage h3,
.ak-system .target-cad-stage h3 {
  margin: 0 0 20px;
  color: var(--anray-ink);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.aw5-page .target-cad-art,
.ak-system .target-cad-art {
  display: grid;
  min-height: 190px;
  place-items: center;
}

.aw5-page .target-cad-art svg,
.ak-system .target-cad-art svg {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 230px;
  overflow: visible;
}

.aw5-page .target-cad-art svg *,
.ak-system .target-cad-art svg * {
  vector-effect: non-scaling-stroke;
}

.aw5-page .target-cad-line,
.ak-system .target-cad-line {
  fill: none;
  stroke: rgb(23 26 25 / 72%);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.aw5-page .target-cad-muted,
.ak-system .target-cad-muted {
  fill: none;
  stroke: rgb(23 26 25 / 34%);
  stroke-dasharray: 4 4;
  stroke-width: .8;
}

.aw5-page .target-cad-join,
.ak-system .target-cad-join {
  display: grid;
  place-items: center;
  color: var(--anray-accent);
  font-size: 27px;
}

.aw5-page .target-cad-material .target-cad-art,
.ak-system .target-cad-material .target-cad-art {
  padding: 20px 4px;
}

.aw5-page .target-cad-swatch,
.ak-system .target-cad-swatch {
  width: 100%;
  height: 100%;
  min-height: 170px;
  border: 1px solid var(--anray-line);
  background: linear-gradient(100deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 82%) 24%, rgb(255 255 255 / 26%) 47%, rgb(255 255 255 / 90%) 70%, rgb(255 255 255 / 20%)), repeating-linear-gradient(0deg, #a5adaa 0, #dce1df 1px, #a5adaa 2px, #c3cac8 3px);
}

.aw5-page .target-cad-caption,
.ak-system .target-cad-caption {
  position: static;
  width: auto;
  height: auto;
  margin: 20px 0 0;
  padding-top: 14px;
  overflow: visible;
  border-top: 1px solid var(--anray-line);
  color: var(--anray-quiet);
  font-size: 12px;
  white-space: normal;
}

.anray-global-cta {
  padding-block: clamp(72px, 8vw, 112px);
  border-bottom: 1px solid var(--anray-line);
  background: var(--anray-surface-deep);
}

.anray-global-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: clamp(42px, 6vw, 72px);
  border-left: 6px solid var(--anray-accent);
  background: var(--anray-surface-raised);
}

.anray-global-cta h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: .98;
}

.anray-global-cta p {
  max-width: 650px;
  margin: 0;
  color: var(--anray-muted);
  line-height: 1.58;
}

.site-bottom-footer-wrap {
  display: none;
}

.anray-global-footer {
  padding: clamp(64px, 7vw, 96px) 0 28px;
  border-top: 1px solid var(--anray-line);
  background: var(--anray-surface);
}

.anray-global-footer__main {
  display: grid !important;
  grid-template-columns: 1.5fr .75fr .75fr .75fr;
  gap: clamp(34px, 5vw, 76px);
  margin-bottom: 64px;
}

.anray-global-footer__brand img {
  width: auto;
  max-width: 176px;
  height: auto;
}

.anray-global-footer__brand p {
  max-width: 34ch;
  color: var(--anray-muted);
  font-size: 13px;
  line-height: 1.58;
}

.anray-global-footer h3 {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.anray-global-footer__links p {
  margin: 0 0 9px;
  color: var(--anray-muted);
  font-size: 13px;
}

.anray-global-footer__links a {
  color: inherit;
  text-decoration: none;
}

.anray-global-footer__links a:hover {
  color: var(--anray-accent);
}

.anray-global-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--anray-line);
}

.anray-global-footer__bottom p {
  margin: 0;
  color: var(--anray-quiet);
  font-size: 11px;
}

.anray-global-footer__bottom a {
  color: inherit;
}

body.single-post .entry-hero-container-inner,
body.single-post .site-main {
  background: var(--anray-bg);
}

body.single-post .entry-hero h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .post-navigation h2 {
  font-family: var(--anray-display);
  font-weight: 520;
  letter-spacing: -.05em;
}

body.single-post .entry-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 5.3vw, 78px);
  line-height: .96;
}

body.single-post .entry-content {
  font-size: 17px;
  line-height: 1.72;
}

body.single-post .entry-content h2 {
  margin-top: 2.2em;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1;
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .aw5-reveal,
    .ak-section > .ak-shell,
    .anray-global-cta__panel {
      animation: anray-rise both;
      animation-range: entry 5% cover 27%;
      animation-timeline: view();
    }

    @keyframes anray-rise {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: none;
      }
    }
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ak-hero-copy,
  .aw5-hero-copy {
    animation: anray-hero-in .65s cubic-bezier(.2,.8,.2,1) both;
  }

  .ak-hero-media,
  .aw5-hero-media {
    animation: anray-hero-in .75s cubic-bezier(.2,.8,.2,1) .06s both;
  }

  @keyframes anray-hero-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

@media (max-width: 1160px) {
  .ak-system-grid.wp-block-columns {
    display: block;
  }
}

@media (max-width: 1024px) {
  .site-branding a.brand img,
  .site-branding a.brand img.svg-logo-image {
    max-width: 150px;
    max-height: 46px;
  }

  .anray-global-footer__main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .anray-global-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .ak-hero,
  .ak-process-grid,
  .ak-system-grid,
  .ak-control,
  .ak-trade-panel,
  .ak-form-grid {
    display: block;
  }

  .ak-hero-copy {
    padding: 52px 28px;
  }

  .ak-hero-media {
    min-height: 540px;
  }

  .ak-audience .ak-shell > .wp-block-columns:last-child {
    grid-template-columns: 1fr;
  }

  .ak-app-card {
    margin-bottom: 18px;
  }

  .ak-app-wide {
    grid-template-columns: 1fr;
  }

  .ak-control-copy {
    padding: 42px 0 0;
  }

  .ak-trade-panel > .wp-block-column {
    margin-bottom: 24px;
  }

  .aw5-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .aw5-hero-copy {
    min-height: 540px;
    padding: 52px 28px;
  }

  .aw5-hero-media {
    min-height: 58vw;
  }

  .aw5-intro,
  .aw5-answer-band,
  .aw5-split,
  .aw5-split.is-reverse,
  .aw5-identity,
  .aw5-form-shell,
  .aw5-page .anray-review-form-layout,
  .aw5-resources {
    grid-template-columns: 1fr;
  }

  .aw5-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .aw5-collage > .wp-block-group:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .aw5-story .aw5-photo {
    min-height: 340px;
    height: 62vw;
  }

  .aw5-sequence-row {
    grid-template-columns: 1fr;
  }

  .aw5-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .aw5-material-stage,
  .aw5-finish-strip {
    grid-template-columns: 1fr;
  }

  .aw5-grade.is-secondary {
    margin-top: 0;
  }

  .aw5-page .target-cad-flow,
  .ak-system .target-cad-flow {
    grid-template-columns: 1fr;
  }

  .aw5-page .target-cad-join,
  .ak-system .target-cad-join {
    height: 24px;
    transform: rotate(90deg);
  }

  .aw5-page .target-cad-stage,
  .ak-system .target-cad-stage {
    padding-inline: 0;
  }

  .aw5-page .target-cad-art,
  .ak-system .target-cad-art {
    min-height: 210px;
  }

  .anray-global-cta__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .anray-trust-rail .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .anray-trust-rail .wp-block-column,
  .anray-trust-rail .wp-block-column:first-child {
    padding: 18px 16px;
    border-top: 1px solid var(--anray-line-strong);
    border-left: 1px solid var(--anray-line-strong);
  }

  .anray-trust-rail .wp-block-column:nth-child(odd) {
    border-left: 0;
  }

  .anray-trust-rail .wp-block-column:nth-child(-n+2) {
    border-top: 0;
  }

  .anray-global-footer__main {
    grid-template-columns: repeat(2, 1fr);
  }

  .anray-global-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .ak-shell,
  .aw5-shell,
  .anray-global-footer__shell,
  .anray-global-cta__shell,
  .anray-trust-rail__shell {
    width: min(100% - 32px, 1320px);
  }

  .ak-system .ak-shell {
    width: min(100% - 64px, 1280px);
  }

  .ak-section,
  .aw5-section {
    padding-block: 72px;
  }

  .ak-hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .ak-hero-copy {
    order: 1;
    padding: 46px 20px 50px;
  }

  .ak-hero-media {
    order: 2;
    min-height: 0;
    height: 410px;
  }

  .ak-hero h1,
  .aw5-hero h1 {
    font-size: clamp(43px, 12.5vw, 56px);
  }

  .ak-home .wp-block-buttons,
  .aw5-actions {
    display: grid;
    width: 100%;
  }

  .ak-home .wp-block-button,
  .ak-home .wp-block-button__link,
  .aw5-actions .wp-block-button,
  .aw5-actions .wp-block-button__link {
    width: 100%;
  }

  .ak-app-card .wp-block-image,
  .ak-app-wide .wp-block-image {
    height: 310px;
  }

  .ak-process-list {
    grid-template-columns: 1fr;
  }

  .ak-process-list li:nth-child(odd),
  .ak-process-list li:nth-child(even) {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
  }

  .ak-control-image {
    height: 430px;
  }

  .ak-form .anray-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .ak-form .anray-inquiry__field {
    grid-column: 1 / -1;
  }

  .aw5-hero-copy {
    min-height: 500px;
    padding: 44px 20px;
  }

  .aw5-hero-media {
    min-height: 78vw;
  }

  .aw5-section h2 {
    font-size: 40px;
  }

  .aw5-answer-list,
  .aw5-matrix {
    grid-template-columns: 1fr;
  }

  .aw5-answer-list > .wp-block-group:nth-child(n+2) {
    padding-top: 28px;
    border-top: 1px solid var(--anray-line-strong);
  }

  .aw5-route {
    grid-template-columns: 1fr;
  }

  .aw5-route > .wp-block-group {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--anray-line);
  }

  .aw5-grade {
    min-height: 380px;
    padding: 30px;
  }

  .aw5-page .anray-review-form-layout {
    width: min(100% - 32px, 1320px);
  }

  .aw5-feature-link {
    min-height: 350px;
  }

  .anray-global-cta {
    padding-block: 64px;
  }

  .anray-global-cta__panel {
    padding: 38px 28px;
  }

  .anray-global-footer__main {
    grid-template-columns: 1fr;
    margin-bottom: 46px;
  }

  .anray-global-footer__brand {
    grid-column: auto;
  }

  .anray-global-footer__bottom {
    display: grid;
  }
}

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

  .ak-home *,
  .aw5-page *,
  .anray-global-footer *,
  .anray-global-cta *,
  .anray-trust-rail *,
  .main-navigation .primary-menu-container ul.menu li a::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .ak-home *:hover,
  .aw5-page *:hover,
  .anray-global-footer *:hover,
  .anray-global-cta *:hover {
    filter: none !important;
    transform: none !important;
  }
}

/* Blog index and article system */
body.page-id-52 .content-area,
body.single-post .content-area { margin: 0; }
body.single-post .entry-hero { display: none; }
body.single-post .content-container.site-container,
body.single-post .site-main,
body.single-post .content-wrap,
body.single-post .content-bg,
body.single-post .entry-content-wrap {
  display: block; width: 100%; max-width: none; margin: 0; padding: 0;
  border-radius: 0; background: transparent; box-shadow: none;
}
body.single-post .post-thumbnail.article-post-thumbnail,
body.single-post .post-navigation,
body.single-post .comments-area { display: none; }
.awblog { overflow: clip; background: #eef1f1; color: var(--anray-ink); }
.awblog *, .awblog *::before, .awblog *::after { box-sizing: border-box; }
.awblog .wp-block-group__inner-container { display: contents; }
.awblog h1, .awblog h2, .awblog h3, .awblog p, .awblog figure { margin-top: 0; }
.awblog-shell { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.awblog-eyebrow, .awblog .taxonomy-category {
  color: var(--anray-accent); font-size: 11px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.awblog-index__hero {
  display: grid; grid-template-columns: .45fr .55fr; min-height: 400px;
  border-bottom: 1px solid var(--anray-line);
}
.awblog-index__hero-copy {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px;
  padding: 62px 64px 54px; text-align: center;
}
.awblog-index__hero h1 {
  margin: 0; font-size: clamp(72px, 9vw, 138px); font-weight: 520;
  letter-spacing: -.065em; line-height: .8; white-space: nowrap;
}
.awblog-index__lede { max-width: 520px; color: var(--anray-muted); font-size: 18px; line-height: 1.6; }
.awblog-index__hero-media { min-height: 400px; margin: 0; overflow: hidden; }
.awblog-index__hero-media img,
.awblog-feature__media img,
.awblog-row .wp-block-post-featured-image img,
.awblog-article__hero img,
.awblog-article__cad img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}
.awblog-index__hero-media:hover img,
.awblog-feature__media:hover img,
.awblog-row .wp-block-post-featured-image:hover img,
.awblog-article__hero:hover img { transform: scale(1.025); }
.awblog-tabs.wp-block-buttons {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  width: min(1280px, calc(100% - 80px)); margin: 0 auto;
  border-inline: 1px solid var(--anray-line);
}
.awblog-tabs .wp-block-button { width: 100%; }
.awblog-tabs .wp-block-button__link {
  position: relative; width: 100%; padding: 22px 14px; border: 0;
  border-right: 1px solid var(--anray-line); border-radius: 0;
  background: transparent; color: var(--anray-muted); font-size: 12px; font-weight: 700;
}
.awblog-tabs .wp-block-button:last-child .wp-block-button__link { border-right: 0; }
.awblog-tabs .wp-block-button__link::after {
  content: ""; position: absolute; right: 16px; bottom: -1px; left: 16px;
  height: 2px; background: var(--anray-accent); transform: scaleX(0); transition: transform .25s ease;
}
.awblog-tabs .is-active .wp-block-button__link,
.awblog-tabs .wp-block-button__link:hover { color: var(--anray-ink); background: transparent; }
.awblog-tabs .is-active .wp-block-button__link::after,
.awblog-tabs .wp-block-button__link:hover::after { transform: scaleX(1); }
.awblog-feature {
  display: grid; grid-template-columns: .42fr .58fr;
  width: min(1280px, calc(100% - 80px)); margin: 96px auto 0; background: var(--anray-surface);
}
.awblog-feature__copy {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 58px; border: 1px solid var(--anray-line);
}
.awblog-feature h2 {
  margin: 22px 0; font-size: clamp(36px, 4vw, 62px); font-weight: 520;
  letter-spacing: -.045em; line-height: 1.02;
}
.awblog-feature__copy > p:not(.awblog-eyebrow) { color: var(--anray-muted); line-height: 1.75; }
.awblog-text-link {
  display: inline-flex; margin-top: 34px; padding-bottom: 5px;
  border-bottom: 1px solid var(--anray-accent); color: var(--anray-accent);
  font-size: 12px; font-weight: 700; text-transform: uppercase;
}
.awblog-feature__media { min-height: 570px; margin: 0; overflow: hidden; }
.awblog-latest { width: min(1280px, calc(100% - 80px)); margin-inline: auto; padding: 130px 0; }
.awblog-latest__heading {
  display: grid; grid-template-columns: .38fr .62fr; align-items: end;
  padding-bottom: 44px; border-bottom: 1px solid var(--anray-ink);
}
.awblog-latest__heading h2 {
  max-width: 760px; margin: 0; font-size: clamp(42px, 5vw, 72px);
  font-weight: 520; letter-spacing: -.055em; line-height: 1;
}
.awblog-query .wp-block-post-template { margin: 0; padding: 0; }
.awblog-empty {
  margin: 0; padding: 38px 0; border-bottom: 1px solid var(--anray-line);
  color: var(--anray-muted); font-size: 15px;
}
.awblog-row {
  display: grid; grid-template-columns: 300px 1fr 54px; gap: 48px;
  align-items: center; padding: 32px 0; border-bottom: 1px solid var(--anray-line);
}
.awblog-row .wp-block-post-featured-image { height: 180px; margin: 0; overflow: hidden; }
.awblog-row .wp-block-post-title {
  margin: 13px 0 10px; font-size: clamp(25px, 2.7vw, 40px);
  font-weight: 520; letter-spacing: -.035em;
}
.awblog-row .wp-block-post-title a:hover { color: var(--anray-accent); }
.awblog-row .wp-block-post-excerpt { max-width: 680px; color: var(--anray-muted); line-height: 1.7; }
.awblog-row .wp-block-post-excerpt__excerpt { margin: 0; }
.awblog-row__arrow {
  display: grid; width: 52px; height: 52px; place-items: center;
  border: 1px solid var(--anray-line); border-radius: 50%; color: var(--anray-accent);
  font-size: 20px; transition: border-color .25s, transform .25s;
}
.awblog-row__arrow:hover { transform: translateX(4px); border-color: var(--anray-accent); }
.awblog-article__top,
.awblog-article__content,
.awblog-related,
.awblog-article__cta { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.awblog-article__breadcrumb { padding: 28px 0 26px 250px; color: var(--anray-quiet); font-size: 12px; }
.awblog-article__intro-grid,
.awblog-article__content { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 40px; }
.awblog-article__aside {
  align-self: start; display: flex; flex-direction: column; gap: 14px; padding-top: 10px;
}
.awblog-article__content > .awblog-article__aside { position: sticky; top: 110px; }
.awblog-article__aside a { color: var(--anray-muted); font-size: 12px; }
.awblog-article__aside a:hover { color: var(--anray-accent); }
.awblog-article__aside-cta {
  display: flex; justify-content: space-between; margin-top: 20px; padding: 15px 0;
  border-block: 1px solid var(--anray-line); color: var(--anray-accent) !important; font-weight: 700;
}
.awblog-article__intro { padding-bottom: 48px; }
.awblog-article__intro h1 {
  max-width: 1100px; margin: 22px 0 30px; font-size: clamp(50px, 6vw, 82px);
  font-weight: 520; letter-spacing: -.06em; line-height: .97;
}
.awblog-article__meta { color: var(--anray-quiet); font-size: 12px; }
.awblog-short-answer {
  display: grid; grid-template-columns: 180px 1fr; gap: 30px;
  width: min(1030px, calc(100% - 330px));
  margin: 0 auto 36px max(290px, calc((100% - 1280px) / 2 + 250px));
  padding: 34px; border-top: 2px solid var(--anray-accent); background: #dfe4e3;
}
.awblog-short-answer > p:last-child {
  margin: 0; font-size: clamp(21px, 2.4vw, 32px); font-weight: 520;
  letter-spacing: -.02em; line-height: 1.45;
}
.awblog-article__hero {
  width: min(1030px, calc(100% - 330px)); height: 460px;
  margin: 0 auto 0 max(290px, calc((100% - 1280px) / 2 + 250px)); overflow: hidden;
}
.awblog-article__content { padding-top: 100px; padding-bottom: 105px; }
.awblog-article__body > h2 {
  margin: 80px 0 22px; font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 520; letter-spacing: -.05em; line-height: 1;
}
.awblog-article__body > h2:first-child { margin-top: 0; }
.awblog-article__body > p,
.awblog-article__body > ul,
.awblog-article__body > ol {
  max-width: 820px; color: var(--anray-muted); font-size: 17px; line-height: 1.78;
}
.awblog-article__body li + li { margin-top: 8px; }
.awblog-article__body .wp-block-table { margin: 44px 0 70px; overflow-x: auto; }
.awblog-article__body .wp-block-table table { border-top: 1px solid var(--anray-ink); }
.awblog-article__body .wp-block-table th,
.awblog-article__body .wp-block-table td {
  padding: 17px 14px; border-color: var(--anray-line); background: transparent;
  color: var(--anray-muted); font-size: 13px; text-align: left;
}
.awblog-article__body .wp-block-table th {
  color: var(--anray-ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
}
.awblog-faq { margin-top: 88px; padding-top: 82px; border-top: 1px solid var(--anray-line); }
.awblog-faq details { margin: 0; border-top: 1px solid var(--anray-line); }
.awblog-faq details:last-child { border-bottom: 1px solid var(--anray-line); }
.awblog-faq summary { padding: 20px 0; color: var(--anray-ink); cursor: pointer; font-size: 17px; font-weight: 650; }
.awblog-faq details > p { max-width: 760px; padding: 0 40px 22px 0; color: var(--anray-muted); line-height: 1.7; }
.awblog-article__cad { margin-top: 70px; overflow: hidden; background: var(--anray-surface); }
.awblog-article__cad img { height: 330px; filter: grayscale(1) invert(1) brightness(1.7); opacity: .78; }
.awblog-related { padding: 90px 0; border-top: 1px solid var(--anray-line); }
.awblog-related h2,
.awblog-article__cta h2 {
  margin: 16px 0 30px; font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 520; letter-spacing: -.05em;
}
.awblog-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--anray-ink); }
.awblog-related__grid > .wp-block-button { width: 100%; }
.awblog-related__grid .wp-block-button__link {
  display: flex; min-height: 185px; align-items: flex-start; justify-content: space-between;
  width: 100%; padding: 24px; border: 0; border-right: 1px solid var(--anray-line);
  border-radius: 0; background: transparent; color: var(--anray-ink); font-size: 17px;
  line-height: 1.4; text-align: left;
}
.awblog-related__grid .wp-block-button__link:hover { background: var(--anray-surface); color: var(--anray-accent); }
.awblog-article__cta {
  margin-bottom: 110px; padding: 56px; border-top: 2px solid var(--anray-accent); background: #dde3e1;
}
@media (max-width: 980px) {
  .awblog-shell, .awblog-tabs.wp-block-buttons, .awblog-feature, .awblog-latest,
  .awblog-article__top, .awblog-article__content, .awblog-related, .awblog-article__cta {
    width: min(100% - 48px, 1280px);
  }
  .awblog-index__hero { grid-template-columns: 1fr; }
  .awblog-index__hero-copy { min-height: 330px; padding: 58px 24px 42px; }
  .awblog-feature { grid-template-columns: 1fr; }
  .awblog-feature__media { min-height: 460px; }
  .awblog-row { grid-template-columns: 230px 1fr 54px; gap: 28px; }
  .awblog-article__breadcrumb { padding-left: 0; }
  .awblog-article__intro-grid, .awblog-article__content { grid-template-columns: 1fr; }
  .awblog-article__aside { display: none; }
  .awblog-short-answer, .awblog-article__hero { width: min(100% - 48px, 1030px); margin-inline: auto; }
}
@media (max-width: 720px) {
  .awblog-shell, .awblog-feature, .awblog-latest, .awblog-article__top,
  .awblog-article__content, .awblog-related, .awblog-article__cta { width: min(100% - 32px, 1280px); }
  .awblog-index__hero-copy { min-height: 280px; }
  .awblog-index__hero h1 { font-size: 76px; }
  .awblog-index__hero-media { min-height: 290px; }
  .awblog-tabs.wp-block-buttons {
    display: flex; overflow-x: auto; overflow-y: hidden; width: 100%; border-inline: 0; scrollbar-width: none;
  }
  .awblog-tabs.wp-block-buttons::-webkit-scrollbar { display: none; }
  .awblog-tabs .wp-block-button { min-width: 122px; }
  .awblog-feature { margin-top: 58px; }
  .awblog-feature__copy { padding: 34px 24px; }
  .awblog-feature__media { min-height: 310px; }
  .awblog-latest { padding: 86px 0 90px; }
  .awblog-latest__heading { grid-template-columns: 1fr; gap: 14px; }
  .awblog-row { grid-template-columns: 112px 1fr; gap: 18px; align-items: start; }
  .awblog-row .wp-block-post-featured-image { height: 110px; }
  .awblog-row .wp-block-post-title { margin-top: 8px; font-size: 23px; }
  .awblog-row .wp-block-post-excerpt, .awblog-row__arrow { display: none; }
  .awblog-article__intro h1 { font-size: 47px; }
  .awblog-short-answer { grid-template-columns: 1fr; gap: 14px; width: min(100% - 32px, 1030px); padding: 26px 22px; }
  .awblog-article__hero { width: min(100% - 32px, 1030px); height: 300px; }
  .awblog-article__content { padding-top: 75px; padding-bottom: 75px; }
  .awblog-related__grid { grid-template-columns: 1fr; }
  .awblog-related__grid .wp-block-button__link { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--anray-line); }
  .awblog-article__cta { padding: 34px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .awblog *, .awblog *::before, .awblog *::after { animation: none !important; transition: none !important; }
}

/* Kadence migration: preserve intended grid relationships around legacy Group wrappers. */
.ak-app-wide > .wp-block-group__inner-container,
.anray-global-cta__panel > .wp-block-group__inner-container,
.anray-global-footer__bottom > .wp-block-group__inner-container {
  display: contents;
}

.ak-hero-image img,
.ak-app-card img,
.ak-app-wide img,
.ak-control-image img,
.aw5-photo img,
.aw5-hero-media img,
.awblog-index__hero-media img,
.awblog-feature__media img,
.awblog-row .wp-block-post-featured-image img,
.awblog-article__hero img,
.awblog-article__cad img {
  height: 100% !important;
}

/* Global project contact and navigation controls. */
.anray-page-top-sentinel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.anray-contact-dock {
  position: fixed;
  z-index: 120;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  gap: 10px;
}

.anray-contact-dock__button,
.anray-back-to-top {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgb(23 26 25 / 18%);
  border-radius: 50%;
  background: rgb(248 249 248 / 96%);
  color: var(--anray-ink);
  box-shadow: 0 14px 38px rgb(23 26 25 / 16%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.anray-contact-dock__button {
  text-decoration: none;
}

.anray-contact-dock__button svg,
.anray-back-to-top svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.anray-contact-dock__button--whatsapp {
  background: #1f8f5f;
  color: #fff;
}

.anray-contact-dock__button:hover,
.anray-contact-dock__button:focus-visible,
.anray-back-to-top:hover,
.anray-back-to-top:focus-visible {
  border-color: var(--anray-accent);
  color: var(--anray-accent);
  transform: translateY(-2px);
}

.anray-contact-dock__button--whatsapp:hover,
.anray-contact-dock__button--whatsapp:focus-visible {
  border-color: #176f4a;
  background: #176f4a;
  color: #fff;
}

.anray-back-to-top {
  position: fixed;
  z-index: 119;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(22px, env(safe-area-inset-bottom));
  padding: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, border-color .22s ease, color .22s ease;
}

.anray-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

@media (max-width: 720px) {
  .anray-contact-dock {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    gap: 8px;
  }

  .anray-contact-dock__button,
  .anray-back-to-top {
    width: 50px;
    height: 50px;
  }

  .anray-back-to-top {
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .anray-contact-dock__button,
  .anray-back-to-top {
    transition: none;
  }
}
