/* Hallmark · pre-emit critique: P5 H5 E4 S5 R4 V5 */
/* Hallmark · genre: modern-minimal · theme: studied-DNA (supplied marketplace references) · macrostructure: Ecosystem Index · contrast: pass · nav: N3 side rail · footer: user-specified index · honest: pass · chrome: pass · tokens: pass · responsive: pass · icons: Phosphor */

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

html {
  overflow-x: clip;
  background: var(--yc365p-canvas);
  color-scheme: light;
  scroll-behavior: smooth;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

body.yc365p-shell {
  overflow-x: clip;
  min-width: 20rem;
  margin: 0;
  background: var(--yc365p-canvas);
  color: var(--yc365p-text);
  font-family: var(--yc365p-font-body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.yc365p-shell.is-drawer-open,
body.yc365p-shell.is-popover-open {
  overflow: clip;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--yc365p-blue-strong);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--yc365p-blue);
}

:focus-visible {
  outline: 0.1875rem solid var(--yc365p-focus);
  outline-offset: 0.1875rem;
}

::selection {
  background: var(--yc365p-brand-slate);
  color: var(--yc365p-white);
}

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

.yc365p-skip-link {
  position: fixed;
  z-index: 1000000;
  top: var(--yc365p-space-2);
  left: var(--yc365p-space-2);
  padding: var(--yc365p-space-3) var(--yc365p-space-4);
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
  border-radius: var(--yc365p-radius-sm);
}

.yc365p-frame {
  width: min(calc(100% - 2rem), var(--yc365p-frame));
  margin-inline: auto;
}

.yc365p-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: var(--yc365p-header);
  border-bottom: 1px solid var(--yc365p-border);
  box-shadow: var(--yc365p-shadow-sm);
  backdrop-filter: blur(16px);
}

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

.yc365p-header__bar {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-4);
  width: min(calc(100% - 2rem), var(--yc365p-frame));
  min-height: var(--yc365p-header-height);
  margin-inline: auto;
}

.yc365p-header__logo {
  flex: 0 0 auto;
}

.yc365p-header__logo--mobile,
.yc365p-menu-toggle,
.yc365p-mobile-search-toggle,
.yc365p-mobile-search {
  display: none;
}

.yc365p-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--yc365p-space-3);
  color: var(--yc365p-text);
  font-family: var(--yc365p-font-display);
  font-weight: 750;
  text-decoration: none;
  transform: translate(var(--yc365p-logo-x), var(--yc365p-logo-y));
}

.yc365p-logo__image {
  width: min(var(--yc365p-logo-w), 15rem);
  height: var(--yc365p-logo-h);
  object-fit: contain;
  object-position: left center;
}

.yc365p-logo__image--dark {
  display: none;
}

html[data-theme="dark"] .yc365p-logo__image--light {
  display: none;
}

html[data-theme="dark"] .yc365p-logo__image--dark {
  display: block;
}

.yc365p-logo__text {
  max-width: 10rem;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yc365p-primary-nav {
  flex: 0 0 auto;
}

.yc365p-primary-nav__menu,
.yc365p-menu-fallback,
.yc365p-user-menu,
.yc365p-footer-menu,
.yc365p-social-menu__list,
.yc365p-mobile-dock__menu,
.yc365p-drawer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.yc365p-primary-nav__menu,
.yc365p-primary-nav .yc365p-menu-fallback {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-1);
}

.yc365p-primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: var(--yc365p-space-2);
  padding: var(--yc365p-space-2) var(--yc365p-space-3);
  color: var(--yc365p-text);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: var(--yc365p-radius-sm);
  transition: background var(--yc365p-motion-fast), color var(--yc365p-motion-fast);
}

.yc365p-primary-nav a:hover,
.yc365p-primary-nav .current-menu-item > a,
.yc365p-primary-nav a[aria-current="page"] {
  background: var(--yc365p-surface-soft);
  color: var(--yc365p-blue-strong);
}

.yc365p-primary-nav .menu-item-has-children {
  position: relative;
}

.yc365p-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  z-index: 20;
  display: grid;
  width: 18rem;
  padding: var(--yc365p-space-3);
  margin: 0;
  visibility: hidden;
  list-style: none;
  background: var(--yc365p-surface-raised);
  border: 1px solid var(--yc365p-border);
  border-radius: var(--yc365p-radius-md);
  box-shadow: var(--yc365p-shadow-md);
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity var(--yc365p-motion-fast), transform var(--yc365p-motion-fast), visibility var(--yc365p-motion-fast);
}

.yc365p-primary-nav .menu-item-has-children:hover > .sub-menu,
.yc365p-primary-nav .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.yc365p-header-search {
  position: relative;
  flex: 1 1 20rem;
  min-width: 11rem;
  max-width: 30rem;
  margin-left: auto;
}

.yc365p-header-search i,
.yc365p-mobile-search form > i,
.yc365p-search-form > i {
  position: absolute;
  top: 50%;
  left: var(--yc365p-space-4);
  color: var(--yc365p-text-muted);
  font-size: 1.15rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.yc365p-header-search input,
.yc365p-mobile-search input,
.yc365p-search-form input {
  width: 100%;
  min-height: 2.75rem;
  padding: var(--yc365p-space-2) var(--yc365p-space-4) var(--yc365p-space-2) 2.75rem;
  background: var(--yc365p-surface-soft);
  color: var(--yc365p-text);
  border: 1px solid transparent;
  border-radius: var(--yc365p-radius-md);
  transition: border var(--yc365p-motion-fast), background var(--yc365p-motion-fast), box-shadow var(--yc365p-motion-fast);
}

.yc365p-header-search input:hover,
.yc365p-mobile-search input:hover,
.yc365p-search-form input:hover {
  border-color: var(--yc365p-border-strong);
}

.yc365p-header-search input:focus-visible,
.yc365p-mobile-search input:focus-visible,
.yc365p-search-form input:focus-visible {
  background: var(--yc365p-surface);
  border-color: var(--yc365p-focus);
  box-shadow: 0 0 0 0.1875rem var(--yc365p-focus-halo);
}

.yc365p-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--yc365p-space-1);
}

.yc365p-icon-link,
.yc365p-icon-button,
.yc365p-menu-toggle,
.yc365p-avatar-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: transparent;
  color: var(--yc365p-text);
  border: 1px solid transparent;
  border-radius: var(--yc365p-radius-pill);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--yc365p-motion-fast), border var(--yc365p-motion-fast), color var(--yc365p-motion-fast), transform var(--yc365p-motion-fast);
}

.yc365p-menu-toggle,
.yc365p-mobile-search-toggle {
  display: none;
}

.yc365p-icon-link i,
.yc365p-icon-button i,
.yc365p-menu-toggle i {
  font-size: 1.35rem;
}

.yc365p-icon-link:hover,
.yc365p-icon-button:hover,
.yc365p-menu-toggle:hover,
.yc365p-avatar-button:hover {
  background: var(--yc365p-surface-soft);
  color: var(--yc365p-blue-strong);
}

.yc365p-icon-link:active,
.yc365p-icon-button:active,
.yc365p-menu-toggle:active,
.yc365p-avatar-button:active,
.yc365p-button:active {
  transform: translateY(1px) scale(0.98);
}

.yc365p-count {
  position: absolute;
  top: -0.125rem;
  right: -0.25rem;
  display: grid;
  min-width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  padding-inline: 0.25rem;
  background: var(--yc365p-blue-strong);
  color: var(--yc365p-white);
  font-family: var(--yc365p-font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid var(--yc365p-header);
  border-radius: var(--yc365p-radius-pill);
  transition: transform var(--yc365p-motion-base) var(--yc365p-ease);
}

.yc365p-credit-link .yc365p-count {
  background: var(--yc365p-gold);
  color: var(--yc365p-brand-ink);
}

.yc365p-count.is-zero:not([data-yc365p-count="credits"]) {
  display: none;
}

.yc365p-count.is-updated {
  transform: scale(1.22);
}

.yc365p-user-control {
  position: relative;
  margin-left: var(--yc365p-space-1);
}

.yc365p-avatar-button {
  width: 2.875rem;
  height: 2.875rem;
  border: 2px solid var(--yc365p-blue);
  box-shadow: 0 0 0.75rem var(--yc365p-avatar-glow);
}

.yc365p-avatar-button.is-spinning {
  animation: yc365p-avatar-orbit 560ms var(--yc365p-ease);
}

@keyframes yc365p-avatar-orbit {
  to { transform: rotate(360deg); }
}

.yc365p-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.yc365p-user-popover {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 40;
  width: min(20rem, calc(100vw - 2rem));
  padding: var(--yc365p-space-4);
  background: var(--yc365p-surface-raised);
  border: 1px solid var(--yc365p-border);
  border-radius: var(--yc365p-radius-lg);
  box-shadow: var(--yc365p-shadow-lg);
  transform-origin: top right;
}

.yc365p-user-popover:not([hidden]) {
  animation: yc365p-popover-in var(--yc365p-motion-base) var(--yc365p-ease);
}

@keyframes yc365p-popover-in {
  from { opacity: 0; transform: translateY(-0.5rem) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.yc365p-user-popover__identity {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-3);
  padding-bottom: var(--yc365p-space-4);
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-user-popover__identity .yc365p-avatar {
  width: 3rem;
  height: 3rem;
}

.yc365p-user-popover__identity span,
.yc365p-user-popover__identity small {
  display: block;
  min-width: 0;
}

.yc365p-user-popover__identity strong,
.yc365p-user-popover__identity small {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yc365p-user-popover__identity small {
  color: var(--yc365p-text-muted);
}

.yc365p-user-menu {
  display: grid;
  gap: var(--yc365p-space-1);
  padding-block: var(--yc365p-space-3);
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-user-menu a,
.yc365p-logout-link,
.yc365p-theme-switch {
  display: flex;
  width: 100%;
  align-items: center;
  gap: var(--yc365p-space-3);
  padding: var(--yc365p-space-3);
  background: transparent;
  color: var(--yc365p-text);
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  border: 0;
  border-radius: var(--yc365p-radius-sm);
  cursor: pointer;
}

.yc365p-user-menu a:hover,
.yc365p-logout-link:hover,
.yc365p-theme-switch:hover {
  background: var(--yc365p-surface-soft);
}

.yc365p-theme-switch {
  margin-top: var(--yc365p-space-3);
}

.yc365p-theme-switch > span:nth-of-type(1) {
  flex: 1;
}

.yc365p-switch-track {
  position: relative;
  width: 2.6rem;
  height: 1.5rem;
  background: var(--yc365p-border-strong);
  border-radius: var(--yc365p-radius-pill);
  transition: background var(--yc365p-motion-base);
}

.yc365p-switch-track span {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--yc365p-white);
  border-radius: 50%;
  box-shadow: var(--yc365p-shadow-sm);
  transition: transform var(--yc365p-motion-base) var(--yc365p-ease);
}

.yc365p-theme-switch[aria-checked="true"] .yc365p-switch-track {
  background: var(--yc365p-blue-strong);
}

.yc365p-theme-switch[aria-checked="true"] .yc365p-switch-track span {
  transform: translateX(1.1rem);
}

.yc365p-logout-link {
  margin-top: var(--yc365p-space-1);
  color: var(--yc365p-red);
}

.yc365p-auth-actions,
.yc365p-hero__actions,
.yc365p-community-band__actions {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-3);
}

.yc365p-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: var(--yc365p-space-2);
  padding: var(--yc365p-space-2) var(--yc365p-space-5);
  color: var(--yc365p-text);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--yc365p-radius-md);
  cursor: pointer;
  transition: background var(--yc365p-motion-fast), color var(--yc365p-motion-fast), border var(--yc365p-motion-fast), transform var(--yc365p-motion-fast), box-shadow var(--yc365p-motion-fast);
}

.yc365p-button--solid {
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
}

html[data-theme="dark"] .yc365p-button--solid {
  background: var(--yc365p-blue);
  color: var(--yc365p-brand-ink);
}

.yc365p-button--solid:hover {
  background: var(--yc365p-blue-strong);
  color: var(--yc365p-white);
  box-shadow: 0 0.5rem 1.5rem var(--yc365p-blue-shadow);
}

.yc365p-button--ghost {
  background: transparent;
  border-color: var(--yc365p-border-strong);
}

.yc365p-button--ghost:hover {
  background: var(--yc365p-surface-soft);
  border-color: var(--yc365p-text);
}

.yc365p-button--text {
  padding-inline: var(--yc365p-space-2);
  color: var(--yc365p-text);
}

.yc365p-button--text:hover {
  color: var(--yc365p-blue-strong);
}

.yc365p-button--large {
  min-height: 3.25rem;
  padding-inline: var(--yc365p-space-6);
}

.yc365p-button--light {
  background: var(--yc365p-white);
  color: var(--yc365p-brand-ink);
}

.yc365p-button--outline-light {
  color: var(--yc365p-white);
  border-color: var(--yc365p-white-alpha-50);
}

.yc365p-button--light:hover,
.yc365p-button--outline-light:hover {
  background: var(--yc365p-blue);
  color: var(--yc365p-brand-ink);
  border-color: var(--yc365p-blue);
}

.yc365p-button[disabled],
.yc365p-button.is-disabled {
  pointer-events: none;
  opacity: 0.45;
  cursor: not-allowed;
}

.yc365p-button.is-loading {
  cursor: wait;
}

.yc365p-button.is-loading::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: yc365p-spin 720ms linear infinite;
}

.yc365p-button.is-success { background: var(--yc365p-green); color: var(--yc365p-white); }
.yc365p-button.is-error { background: var(--yc365p-red); color: var(--yc365p-white); }
.yc365p-button.is-selected { box-shadow: 0 0 0 0.1875rem var(--yc365p-focus); }

@keyframes yc365p-spin { to { transform: rotate(360deg); } }

.yc365p-main {
  min-height: 60vh;
  background: var(--yc365p-surface);
}

.yc365p-main__spacer {
  height: var(--yc365p-space-5);
}

.yc365p-breadcrumbs {
  display: flex;
  min-height: 2rem;
  align-items: center;
  gap: var(--yc365p-space-2);
  color: var(--yc365p-text-muted);
  font-size: 0.82rem;
}

.yc365p-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: var(--yc365p-space-2);
  color: inherit;
  text-decoration: none;
}

.yc365p-breadcrumbs a:hover {
  color: var(--yc365p-blue-strong);
}

.yc365p-kicker {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-2);
  margin: 0 0 var(--yc365p-space-4);
  color: var(--yc365p-blue-strong);
  font-family: var(--yc365p-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.yc365p-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block-start: clamp(3rem, 6vw, 6rem);
  padding-block-end: clamp(4rem, 8vw, 8rem);
}

.yc365p-hero h1,
.yc365p-section-heading h2,
.yc365p-how h2,
.yc365p-community-band h2,
.yc365p-page-heading h1 {
  margin: 0;
  font-family: var(--yc365p-font-display);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.yc365p-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.65rem, 5vw, 4.4rem);
}

.yc365p-hero__lede {
  max-width: 38rem;
  margin: var(--yc365p-space-6) 0;
  color: var(--yc365p-text-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.yc365p-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--yc365p-space-3) var(--yc365p-space-5);
  padding: 0;
  margin: var(--yc365p-space-8) 0 0;
  color: var(--yc365p-text-muted);
  font-size: 0.86rem;
  list-style: none;
}

.yc365p-hero__proof li {
  display: flex;
  align-items: center;
  gap: var(--yc365p-space-2);
}

.yc365p-hero__proof i {
  color: var(--yc365p-green);
  font-size: 1.1rem;
}

.yc365p-hero__visual {
  position: relative;
  margin: 0;
}

.yc365p-hero__visual::before {
  position: absolute;
  z-index: 0;
  inset: -1.25rem 1.5rem 1.25rem -1.25rem;
  content: "";
  background: var(--yc365p-brand-slate);
  border-radius: var(--yc365p-radius-lg);
  transform: rotate(-1.5deg);
}

.yc365p-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--yc365p-border);
  border-radius: var(--yc365p-radius-lg);
  box-shadow: var(--yc365p-shadow-lg);
}

.yc365p-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: -1rem;
  bottom: -1.25rem;
  max-width: 19rem;
  padding: var(--yc365p-space-3) var(--yc365p-space-4);
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
  font-size: 0.82rem;
  font-weight: 650;
  border-radius: var(--yc365p-radius-sm);
  box-shadow: var(--yc365p-shadow-md);
}

.yc365p-service-index {
  padding-block: var(--yc365p-space-20);
  border-top: 1px solid var(--yc365p-border);
}

.yc365p-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--yc365p-space-6);
  margin-bottom: var(--yc365p-space-8);
}

.yc365p-section-heading h2,
.yc365p-how h2,
.yc365p-community-band h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.yc365p-section-heading > a,
.yc365p-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--yc365p-space-2);
  color: var(--yc365p-text);
  font-weight: 700;
  text-decoration: none;
}

.yc365p-section-heading > a:hover,
.yc365p-text-link:hover {
  color: var(--yc365p-blue-strong);
}

.yc365p-section-heading > a i,
.yc365p-text-link i {
  transition: transform var(--yc365p-motion-fast);
}

.yc365p-section-heading > a:hover i,
.yc365p-text-link:hover i {
  transform: translateX(0.25rem);
}

.yc365p-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--yc365p-border);
  border-left: 1px solid var(--yc365p-border);
}

.yc365p-service-card {
  position: relative;
  min-height: 19rem;
  padding: var(--yc365p-space-6);
  background: var(--yc365p-surface);
  border-right: 1px solid var(--yc365p-border);
  border-bottom: 1px solid var(--yc365p-border);
  transition: background var(--yc365p-motion-base), transform var(--yc365p-motion-base), box-shadow var(--yc365p-motion-base);
}

.yc365p-service-card:hover,
.yc365p-service-card:focus-within {
  z-index: 2;
  background: var(--yc365p-surface-raised);
  box-shadow: var(--yc365p-shadow-md);
  transform: translateY(-0.25rem);
}

.yc365p-service-card__link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.yc365p-service-card__icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  margin-bottom: var(--yc365p-space-10);
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
  border-radius: var(--yc365p-radius-sm);
  transition: background var(--yc365p-motion-base), transform var(--yc365p-motion-base);
}

html[data-theme="dark"] .yc365p-service-card__icon {
  background: var(--yc365p-brand-slate);
}

.yc365p-service-card:hover .yc365p-service-card__icon {
  background: var(--yc365p-blue-strong);
  transform: rotate(-3deg) scale(1.04);
}

.yc365p-service-card__icon i {
  font-size: 1.65rem;
}

.yc365p-service-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--yc365p-text-muted);
  font-family: var(--yc365p-font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.yc365p-service-card__meta i {
  font-size: 1.25rem;
}

.yc365p-service-card h3 {
  margin: var(--yc365p-space-3) 0;
  font-family: var(--yc365p-font-display);
  font-size: 1.35rem;
  line-height: 1.15;
}

.yc365p-service-card p {
  margin: 0;
  color: var(--yc365p-text-muted);
  font-size: 0.94rem;
}

.yc365p-how {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: var(--yc365p-space-24);
}

.yc365p-how__intro {
  align-self: start;
  position: sticky;
  top: calc(var(--yc365p-header-height) + 2rem);
}

.yc365p-how__steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.yc365p-how__steps li {
  display: grid;
  grid-template-columns: 3rem 3rem 1fr;
  gap: var(--yc365p-space-4);
  align-items: start;
  padding: var(--yc365p-space-6) 0;
  border-top: 1px solid var(--yc365p-border);
}

.yc365p-how__steps li:last-child {
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-how__steps > li > span {
  color: var(--yc365p-text-muted);
  font-family: var(--yc365p-font-mono);
  font-size: 0.75rem;
}

.yc365p-how__steps > li > i {
  color: var(--yc365p-blue-strong);
  font-size: 1.75rem;
}

.yc365p-how__steps h3,
.yc365p-how__steps p {
  grid-column: 3;
  margin: 0;
}

.yc365p-how__steps h3 {
  font-family: var(--yc365p-font-display);
  font-size: 1.35rem;
}

.yc365p-how__steps p {
  color: var(--yc365p-text-muted);
}

.yc365p-community-band {
  padding-block: var(--yc365p-space-20);
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
}

.yc365p-community-band__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--yc365p-space-12);
}

.yc365p-community-band h2 {
  max-width: 17ch;
}

.yc365p-community-band p:not(.yc365p-kicker) {
  max-width: 42rem;
  margin: var(--yc365p-space-5) 0 0;
  color: var(--yc365p-footer-muted);
}

.yc365p-content-layout {
  padding-block: var(--yc365p-space-10) var(--yc365p-space-20);
}

.yc365p-page,
.yc365p-post-list,
.yc365p-notifications {
  width: min(100%, 60rem);
  margin-inline: auto;
}

.yc365p-page-heading {
  padding-bottom: var(--yc365p-space-8);
  margin-bottom: var(--yc365p-space-8);
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-page-heading h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.yc365p-page-heading > p:not(.yc365p-kicker),
.yc365p-byline,
.yc365p-archive-description {
  color: var(--yc365p-text-muted);
}

.yc365p-prose {
  font-size: 1.06rem;
}

.yc365p-prose > * {
  max-width: 46rem;
  margin-inline: auto;
}

.yc365p-prose > .alignwide {
  max-width: 72rem;
}

.yc365p-prose > .alignfull {
  max-width: none;
}

.yc365p-prose h2,
.yc365p-prose h3,
.yc365p-prose h4 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  font-family: var(--yc365p-font-display);
  line-height: 1.18;
}

.yc365p-prose blockquote {
  padding-left: var(--yc365p-space-5);
  margin-block: var(--yc365p-space-8);
  color: var(--yc365p-text-muted);
  border-left: 0.25rem solid var(--yc365p-blue);
}

.yc365p-featured-image {
  margin: 0 0 var(--yc365p-space-10);
}

.yc365p-featured-image img {
  width: 100%;
  max-height: 38rem;
  object-fit: cover;
  border-radius: var(--yc365p-radius-md);
}

.yc365p-post-card {
  display: grid;
  grid-template-columns: 9rem 1fr auto;
  gap: var(--yc365p-space-5);
  padding: var(--yc365p-space-6) 0;
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-post-card__meta {
  color: var(--yc365p-text-muted);
  font-family: var(--yc365p-font-mono);
  font-size: 0.75rem;
}

.yc365p-post-card h2,
.yc365p-post-card p {
  margin: 0;
}

.yc365p-post-card h2 {
  font-family: var(--yc365p-font-display);
  line-height: 1.2;
}

.yc365p-post-card h2 a {
  color: var(--yc365p-text);
  text-decoration: none;
}

.yc365p-post-card h2 a:hover {
  color: var(--yc365p-blue-strong);
}

.yc365p-empty-state {
  display: grid;
  max-width: 44rem;
  justify-items: start;
  gap: var(--yc365p-space-3);
  padding: var(--yc365p-space-10);
  background: var(--yc365p-surface-soft);
  border: 1px dashed var(--yc365p-border-strong);
  border-radius: var(--yc365p-radius-md);
}

.yc365p-empty-state > i {
  color: var(--yc365p-blue-strong);
  font-size: 2rem;
}

.yc365p-empty-state h1,
.yc365p-empty-state h2,
.yc365p-empty-state h3,
.yc365p-empty-state p {
  margin: 0;
}

.yc365p-empty-state--404 > span {
  font-family: var(--yc365p-font-mono);
  font-size: 0.8rem;
}

.yc365p-notification-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--yc365p-border);
}

.yc365p-notification-list li {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: var(--yc365p-space-4);
  align-items: center;
  padding: var(--yc365p-space-5);
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-notification-list li.is-unread {
  background: var(--yc365p-blue-wash);
}

.yc365p-notification-list__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  background: var(--yc365p-surface-soft);
  color: var(--yc365p-blue-strong);
  border-radius: var(--yc365p-radius-sm);
}

.yc365p-notification-list p,
.yc365p-notification-list time {
  margin: 0;
}

.yc365p-notification-list time {
  color: var(--yc365p-text-muted);
  font-size: 0.8rem;
}

.yc365p-unread-dot {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--yc365p-blue-strong);
  border-radius: 50%;
}

.yc365p-comments {
  max-width: 46rem;
  padding-top: var(--yc365p-space-10);
  margin: var(--yc365p-space-10) auto 0;
  border-top: 1px solid var(--yc365p-border);
}

.yc365p-comment-list {
  padding-left: 0;
  list-style: none;
}

.yc365p-comment-list .comment-body {
  padding: var(--yc365p-space-5) 0;
  border-bottom: 1px solid var(--yc365p-border);
}

.yc365p-search-form {
  position: relative;
  display: flex;
}

.yc365p-search-form button {
  position: absolute;
  top: 50%;
  right: var(--yc365p-space-2);
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
  border: 0;
  border-radius: var(--yc365p-radius-sm);
  transform: translateY(-50%);
  cursor: pointer;
}

.yc365p-buddypress-wrap,
.yc365p-woocommerce-wrap {
  width: min(calc(100% - 2rem), 80rem);
}

.buddypress-wrap,
#buddypress,
.woocommerce {
  color: var(--yc365p-text);
}

#buddypress input,
#buddypress textarea,
#buddypress select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.yc365p-comments input,
.yc365p-comments textarea {
  max-width: 100%;
  padding: var(--yc365p-space-3);
  background: var(--yc365p-surface);
  color: var(--yc365p-text);
  border: 1px solid var(--yc365p-border-strong);
  border-radius: var(--yc365p-radius-sm);
}

#buddypress button,
#buddypress .button,
#buddypress input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.yc365p-comments input[type="submit"] {
  min-height: 2.75rem;
  padding: var(--yc365p-space-2) var(--yc365p-space-5);
  background: var(--yc365p-brand-ink);
  color: var(--yc365p-white);
  font-weight: 700;
  border: 0;
  border-radius: var(--yc365p-radius-sm);
}

html[data-theme="dark"] #buddypress button,
html[data-theme="dark"] #buddypress .button,
html[data-theme="dark"] .woocommerce a.button,
html[data-theme="dark"] .woocommerce button.button {
  background: var(--yc365p-blue);
  color: var(--yc365p-brand-ink);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  background: var(--yc365p-surface-soft);
  color: var(--yc365p-text);
  border-top-color: var(--yc365p-blue);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding-bottom: var(--yc365p-space-4);
  background: var(--yc365p-surface-soft);
  border: 1px solid var(--yc365p-border);
  border-radius: var(--yc365p-radius-md);
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-inline: var(--yc365p-space-4);
}

.yc365p-footer {
  padding: var(--yc365p-space-20) 0 var(--yc365p-space-6);
  background: var(--yc365p-footer);
  color: var(--yc365p-footer-text);
}

.yc365p-footer .yc365p-logo {
  color: var(--yc365p-white);
}

.yc365p-footer .yc365p-logo__image {
  max-width: 11rem;
}

.yc365p-footer__grid {
  display: grid;
  grid-template-columns: minmax(16rem, 1.7fr) repeat(3, minmax(9rem, 1fr));
  gap: var(--yc365p-space-12);
}

.yc365p-footer h2 {
  margin: 0 0 var(--yc365p-space-5);
  color: var(--yc365p-white);
  font-family: var(--yc365p-font-display);
  font-size: 1rem;
}

.yc365p-footer__brand p {
  max-width: 25rem;
  color: var(--yc365p-footer-muted);
}

.yc365p-footer-menu {
  display: grid;
  gap: var(--yc365p-space-3);
}

.yc365p-footer a {
  color: var(--yc365p-footer-muted);
  text-decoration: none;
}

.yc365p-footer a:hover {
  color: var(--yc365p-white);
}

.yc365p-social-menu__list {
  display: flex;
  gap: var(--yc365p-space-2);
}

.yc365p-social-menu a {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid var(--yc365p-white-alpha-20);
  border-radius: var(--yc365p-radius-sm);
}

.yc365p-social-menu a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.yc365p-social-menu a i {
  font-size: 1.15rem;
}

.yc365p-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--yc365p-space-5);
  padding-top: var(--yc365p-space-6);
  margin-top: var(--yc365p-space-12);
  color: var(--yc365p-footer-muted);
  font-size: 0.82rem;
  border-top: 1px solid var(--yc365p-white-alpha-13);
}

.yc365p-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--yc365p-space-5);
}

.yc365p-footer__legal p {
  margin: 0;
}

.yc365p-mobile-dock,
.yc365p-drawer,
.yc365p-drawer-scrim {
  display: none;
}

@media (min-width: 64.01rem) {
  .yc365p-main,
  .yc365p-footer {
    margin-left: 322px;
  }

  .yc365p-drawer {
    position: fixed;
    z-index: 800;
    top: var(--yc365p-header-height);
    bottom: 0;
    left: 0;
    display: flex;
    width: 322px;
    max-width: 322px;
    flex-direction: column;
    padding: var(--yc365p-space-5);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    background: var(--yc365p-surface-soft);
    border-right: 1px solid var(--yc365p-border-strong);
  }

  .admin-bar .yc365p-drawer {
    top: calc(var(--yc365p-header-height) + 32px);
  }

  .yc365p-drawer::-webkit-scrollbar {
    display: none;
  }

  .yc365p-drawer__section {
    padding-block: var(--yc365p-space-5);
    border-bottom: 1px solid var(--yc365p-border);
  }

  .yc365p-drawer__section h2 {
    margin: 0 0 var(--yc365p-space-3);
    color: var(--yc365p-text);
    font-family: var(--yc365p-font-display);
    font-size: 0.9rem;
    letter-spacing: -0.01em;
  }

  .yc365p-drawer-menu,
  .yc365p-drawer .yc365p-menu-fallback,
  .yc365p-drawer__link-grid,
  .yc365p-drawer__service-list {
    display: grid;
    gap: var(--yc365p-space-1);
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .yc365p-drawer__link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--yc365p-space-1) var(--yc365p-space-3);
  }

  .yc365p-drawer-menu a,
  .yc365p-drawer .yc365p-menu-fallback a,
  .yc365p-drawer__link-grid a {
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    gap: var(--yc365p-space-2);
    padding: var(--yc365p-space-2);
    color: var(--yc365p-text-muted);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    border-radius: var(--yc365p-radius-sm);
  }

  .yc365p-drawer-menu a:hover,
  .yc365p-drawer-menu .current-menu-item > a,
  .yc365p-drawer__link-grid a:hover {
    background: var(--yc365p-surface-raised);
    color: var(--yc365p-blue-strong);
  }

  .yc365p-drawer-menu .sub-menu {
    display: grid;
    padding: 0 0 0 var(--yc365p-space-5);
    margin: 0;
    list-style: none;
  }

  .yc365p-drawer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--yc365p-space-2);
  }

  .yc365p-drawer__tags a {
    padding: 0.2rem 0.55rem;
    background: var(--yc365p-surface-raised);
    color: var(--yc365p-text-muted);
    font-family: var(--yc365p-font-mono);
    font-size: 0.68rem;
    text-decoration: none;
    border: 1px solid var(--yc365p-border);
    border-radius: var(--yc365p-radius-pill);
  }

  .yc365p-drawer__tags a:hover {
    color: var(--yc365p-blue-strong);
    border-color: var(--yc365p-blue);
  }

  .yc365p-drawer__service-list a,
  .yc365p-drawer__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--yc365p-space-3);
    padding: var(--yc365p-space-2) 0;
    color: var(--yc365p-text-muted);
    font-size: 0.82rem;
    line-height: 1.3;
    text-decoration: none;
  }

  .yc365p-drawer__service-list a:hover,
  .yc365p-drawer__all:hover {
    color: var(--yc365p-blue-strong);
  }

  .yc365p-drawer__all {
    justify-content: flex-start;
    margin-top: var(--yc365p-space-2);
    color: var(--yc365p-text);
    font-weight: 700;
  }
}

@media (min-width: 64.01rem) and (max-width: 85rem) {
  .yc365p-hero {
    gap: var(--yc365p-space-12);
    padding-block-start: var(--yc365p-space-8);
    padding-block-end: var(--yc365p-space-12);
  }

  .yc365p-hero h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 78rem) {
  .yc365p-header__bar { gap: var(--yc365p-space-2); }
  .yc365p-primary-nav a { padding-inline: var(--yc365p-space-2); }
  .yc365p-header-search { max-width: 21rem; }
  .yc365p-auth-actions .yc365p-button { padding-inline: var(--yc365p-space-3); }
  .yc365p-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 64rem) {
  :root {
    --yc365p-header-height: 3.875rem;
    --yc365p-frame: 72rem;
  }

  body.yc365p-shell {
    padding-bottom: calc(var(--yc365p-mobile-dock-height) + env(safe-area-inset-bottom));
  }

  .yc365p-header__bar {
    width: 100%;
    padding-inline: var(--yc365p-space-3);
  }

  .yc365p-menu-toggle,
  .yc365p-mobile-search-toggle,
  .yc365p-header__logo--mobile {
    display: inline-grid;
  }

  .yc365p-header__logo--mobile {
    margin-right: auto;
  }

  .yc365p-header__logo--desktop,
  .yc365p-primary-nav,
  .yc365p-header-search,
  .yc365p-auth-actions {
    display: none;
  }

  .yc365p-logo--mobile {
    display: inline-flex;
  }

  .yc365p-logo--mobile .yc365p-logo__image {
    width: var(--yc365p-logo-w);
    max-width: 4rem;
    height: min(var(--yc365p-logo-h), 3.25rem);
  }

  .yc365p-logo--mobile .yc365p-logo__text {
    max-width: 8rem;
    font-size: 0.98rem;
  }

  .yc365p-header-actions {
    gap: 0;
  }

  .yc365p-icon-link,
  .yc365p-icon-button,
  .yc365p-menu-toggle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .yc365p-avatar-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .yc365p-user-control {
    margin-left: 0;
  }

  .yc365p-mobile-search {
    padding: var(--yc365p-space-3);
    border-top: 1px solid var(--yc365p-border);
  }

  .yc365p-mobile-search:not([hidden]) {
    display: block;
  }

  .yc365p-mobile-search form {
    position: relative;
    display: flex;
    width: min(100%, 42rem);
    margin-inline: auto;
  }

  .yc365p-mobile-search button {
    min-width: 5.5rem;
    margin-left: var(--yc365p-space-2);
    background: var(--yc365p-brand-ink);
    color: var(--yc365p-white);
    font-weight: 700;
    border: 0;
    border-radius: var(--yc365p-radius-sm);
  }

  .yc365p-drawer-scrim {
    position: fixed;
    z-index: 1090;
    inset: var(--yc365p-header-height) 0 calc(var(--yc365p-mobile-dock-height) + env(safe-area-inset-bottom)) 0;
    background: var(--yc365p-overlay);
  }

  .admin-bar .yc365p-drawer-scrim {
    top: calc(var(--yc365p-header-height) + 32px);
  }

  .yc365p-drawer-scrim:not([hidden]) {
    display: block;
  }

  .yc365p-drawer {
    position: fixed;
    z-index: 1100;
    top: var(--yc365p-header-height);
    bottom: calc(var(--yc365p-mobile-dock-height) + env(safe-area-inset-bottom));
    left: 0;
    display: flex;
    width: min(322px, calc(100vw - 2rem));
    max-width: 322px;
    flex-direction: column;
    padding: var(--yc365p-space-4);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    background: var(--yc365p-surface-raised);
    border-right: 1px solid var(--yc365p-border);
    box-shadow: var(--yc365p-shadow-lg);
    transform: translateX(-105%);
    transition: transform var(--yc365p-motion-base) var(--yc365p-ease);
  }

  .admin-bar .yc365p-drawer {
    top: calc(var(--yc365p-header-height) + 32px);
  }

  .yc365p-drawer::-webkit-scrollbar {
    display: none;
  }

  .yc365p-drawer.is-open {
    transform: translateX(0);
  }

  .yc365p-drawer__nav {
    padding-block: var(--yc365p-space-4);
  }

  .yc365p-drawer__section {
    padding-block: var(--yc365p-space-3);
    border-bottom: 1px solid var(--yc365p-border);
  }

  .yc365p-drawer__section h2 {
    margin: 0 0 var(--yc365p-space-2);
    font-family: var(--yc365p-font-display);
    font-size: 0.86rem;
  }

  .yc365p-drawer-menu,
  .yc365p-drawer .yc365p-menu-fallback {
    display: grid;
    gap: var(--yc365p-space-1);
  }

  .yc365p-drawer-menu a,
  .yc365p-drawer .yc365p-menu-fallback a {
    display: flex;
    min-height: 2.875rem;
    align-items: center;
    gap: var(--yc365p-space-3);
    padding: var(--yc365p-space-3);
    color: var(--yc365p-text);
    font-weight: 650;
    text-decoration: none;
    border-radius: var(--yc365p-radius-sm);
  }

  .yc365p-drawer-menu a:hover,
  .yc365p-drawer-menu .current-menu-item > a,
  .yc365p-drawer .yc365p-menu-fallback a:hover {
    background: var(--yc365p-surface-soft);
    color: var(--yc365p-blue-strong);
  }

  .yc365p-drawer-menu .sub-menu {
    display: grid;
    gap: var(--yc365p-space-1);
    padding: 0 0 var(--yc365p-space-2) var(--yc365p-space-6);
    margin: 0;
    list-style: none;
    border-left: 1px solid var(--yc365p-border);
  }

  .yc365p-drawer__link-grid,
  .yc365p-drawer__service-list {
    display: grid;
    gap: var(--yc365p-space-1);
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .yc365p-drawer__link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc365p-drawer__link-grid a,
  .yc365p-drawer__service-list a,
  .yc365p-drawer__all {
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: space-between;
    gap: var(--yc365p-space-2);
    padding: var(--yc365p-space-2);
    color: var(--yc365p-text-muted);
    font-size: 0.82rem;
    line-height: 1.25;
    text-decoration: none;
    border-radius: var(--yc365p-radius-sm);
  }

  .yc365p-drawer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--yc365p-space-2);
  }

  .yc365p-drawer__tags a {
    padding: 0.2rem 0.5rem;
    background: var(--yc365p-surface-soft);
    color: var(--yc365p-text-muted);
    font-family: var(--yc365p-font-mono);
    font-size: 0.66rem;
    text-decoration: none;
    border: 1px solid var(--yc365p-border);
    border-radius: var(--yc365p-radius-pill);
  }

  .yc365p-drawer__auth {
    display: grid;
    gap: var(--yc365p-space-2);
    padding-top: var(--yc365p-space-4);
    margin-top: auto;
    border-top: 1px solid var(--yc365p-border);
  }

  .yc365p-mobile-dock {
    position: fixed;
    z-index: 1200;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: calc(var(--yc365p-mobile-dock-height) + env(safe-area-inset-bottom));
    padding: 0 var(--yc365p-space-2) env(safe-area-inset-bottom);
    background: var(--yc365p-header);
    border-top: 1px solid var(--yc365p-border);
    box-shadow: var(--yc365p-dock-shadow);
    backdrop-filter: blur(16px);
  }

  .yc365p-mobile-dock__menu {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(var(--yc365p-mobile-items, 4), minmax(0, 1fr));
    align-items: stretch;
  }

  .yc365p-mobile-dock__menu > li {
    min-width: 0;
  }

  .yc365p-mobile-dock__menu a {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding-inline: var(--yc365p-space-1);
    color: var(--yc365p-text-muted);
    font-size: 0.67rem;
    font-weight: 650;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .yc365p-mobile-dock__menu a i {
    font-size: 1.35rem;
  }

  .yc365p-mobile-dock__menu a:hover,
  .yc365p-mobile-dock__menu .current-menu-item > a,
  .yc365p-mobile-dock__menu a[aria-current="page"] {
    color: var(--yc365p-blue-strong);
  }

  .yc365p-hero {
    grid-template-columns: 1fr;
    gap: var(--yc365p-space-12);
  }

  .yc365p-hero__copy {
    max-width: 44rem;
  }

  .yc365p-hero__visual {
    width: min(100%, 46rem);
  }

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

  .yc365p-how {
    grid-template-columns: 1fr;
    gap: var(--yc365p-space-8);
  }

  .yc365p-how__intro {
    position: static;
  }

  .yc365p-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yc365p-footer__brand {
    grid-column: 1 / -1;
  }

  .yc365p-footer__legal,
  .yc365p-community-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  .admin-bar .yc365p-header { top: 46px; }
  .admin-bar .yc365p-drawer,
  .admin-bar .yc365p-drawer-scrim { top: calc(var(--yc365p-header-height) + 46px); }
}

@media (max-width: 37.5rem) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 48rem) {
  .yc365p-frame {
    width: min(calc(100% - 1.5rem), var(--yc365p-frame));
  }

  .yc365p-header__bar {
    padding-inline: var(--yc365p-space-1);
  }

  .yc365p-logo--mobile .yc365p-logo__text {
    display: none;
  }

  .yc365p-logo--mobile .yc365p-logo__image {
    width: 2.25rem;
    height: 2.25rem;
  }

  .yc365p-icon-link,
  .yc365p-icon-button,
  .yc365p-menu-toggle {
    width: 2rem;
    height: 2rem;
  }

  .yc365p-avatar-button {
    width: 2.1rem;
    height: 2.1rem;
  }

  .yc365p-icon-link i,
  .yc365p-icon-button i,
  .yc365p-menu-toggle i {
    font-size: 1.12rem;
  }

  .yc365p-count {
    min-width: 1rem;
    height: 1rem;
    padding-inline: 0.18rem;
    font-size: 0.56rem;
    border-width: 1px;
  }

  .yc365p-hero {
    padding-block: var(--yc365p-space-12) var(--yc365p-space-16);
  }

  .yc365p-hero h1 {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }

  .yc365p-hero__actions,
  .yc365p-community-band__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .yc365p-hero__actions .yc365p-button,
  .yc365p-community-band__actions .yc365p-button {
    width: 100%;
  }

  .yc365p-hero__visual::before {
    inset: -0.75rem 0.75rem 0.75rem -0.75rem;
  }

  .yc365p-hero__visual figcaption {
    right: -0.25rem;
    bottom: -1rem;
    max-width: 75%;
  }

  .yc365p-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .yc365p-service-grid {
    grid-template-columns: 1fr;
  }

  .yc365p-service-card {
    min-height: 16rem;
  }

  .yc365p-how__steps li {
    grid-template-columns: 2rem 2.5rem 1fr;
  }

  .yc365p-footer {
    padding-top: var(--yc365p-space-12);
  }

  .yc365p-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--yc365p-space-8) var(--yc365p-space-6);
  }

  .yc365p-footer__brand,
  .yc365p-footer__grid section:last-child {
    grid-column: 1 / -1;
  }

  .yc365p-footer__legal {
    align-items: flex-start;
  }

  .yc365p-post-card {
    grid-template-columns: 1fr;
    gap: var(--yc365p-space-2);
  }

  .yc365p-notification-list li {
    grid-template-columns: 2.75rem 1fr auto;
    padding-inline: var(--yc365p-space-3);
  }
}

@media (max-width: 25rem) {
  .yc365p-footer__grid {
    grid-template-columns: 1fr;
  }

  .yc365p-footer__brand,
  .yc365p-footer__grid section:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
