:root {
    --ryo-contact-cyan: #09d3f4;
    --ryo-contact-cyan-bright: #66e8ff;
    --ryo-contact-blue: #3f7cff;
    --ryo-contact-ink: #03080c;
    --ryo-contact-deep: #061118;
    --ryo-contact-panel: rgba(9, 24, 33, 0.88);
    --ryo-contact-panel-strong: #0a1a23;
    --ryo-contact-border: rgba(77, 222, 247, 0.2);
    --ryo-contact-border-strong: rgba(77, 222, 247, 0.5);
    --ryo-contact-text: #f5fbfd;
    --ryo-contact-muted: #a7bac3;
    --ryo-contact-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.ryo-contact-shortcode-page .entry-title,
.ryo-contact-shortcode-page .page-title,
.ryo-contact-shortcode-page .wp-block-post-title {
    display: none !important;
}

.ryo-contact-shortcode-page .entry-content,
.ryo-contact-shortcode-page .site-main,
.ryo-contact-shortcode-page .content-area,
.ryo-contact-shortcode-page main.site-main {
    max-width: none !important;
}

.ryo-contact-shortcode-page .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.ryo-contact {
    position: relative;
    z-index: 1;
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--ryo-contact-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    background:
        radial-gradient(circle at 18% 3%, rgba(9, 211, 244, 0.08), transparent 24rem),
        radial-gradient(circle at 82% 31%, rgba(63, 124, 255, 0.07), transparent 28rem),
        linear-gradient(180deg, #020609 0%, #061017 44%, #03090d 100%);
    isolation: isolate;
}

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

.ryo-contact a {
    color: inherit;
}

.ryo-contact img,
.ryo-contact svg {
    display: block;
}

.ryo-contact__shell {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
}

.ryo-contact__ambient {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.ryo-contact__grid {
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(52, 176, 202, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(52, 176, 202, 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.86), transparent 82%);
}

.ryo-contact__orb {
    position: absolute;
    display: block;
    width: 30rem;
    height: 30rem;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.16;
    animation: ryo-contact-orb-drift 18s ease-in-out infinite alternate;
}

.ryo-contact__orb--one {
    top: 2%;
    left: -14rem;
    background: radial-gradient(circle, rgba(9, 211, 244, 0.8), transparent 66%);
}

.ryo-contact__orb--two {
    top: 36%;
    right: -15rem;
    width: 38rem;
    height: 38rem;
    background: radial-gradient(circle, rgba(63, 124, 255, 0.65), transparent 68%);
    animation-delay: -7s;
}

.ryo-contact__orb--three {
    bottom: -13rem;
    left: 34%;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(9, 211, 244, 0.45), transparent 68%);
    animation-delay: -11s;
}

.ryo-contact__hero {
    position: relative;
    padding: 112px 0 88px;
    border-bottom: 1px solid rgba(77, 222, 247, 0.12);
}

.ryo-contact__hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(115deg, rgba(9, 211, 244, 0.03), transparent 42%),
        repeating-linear-gradient(90deg, transparent 0 109px, rgba(9, 211, 244, 0.025) 110px);
    pointer-events: none;
}

.ryo-contact__hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 68px;
    align-items: center;
}

.ryo-contact__hero-copy {
    max-width: 710px;
}

.ryo-contact__kicker,
.ryo-contact__eyebrow {
    margin: 0 0 15px;
    color: var(--ryo-contact-cyan-bright);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ryo-contact__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.55rem, 7vw, 6.7rem);
    font-weight: 820;
    letter-spacing: -0.068em;
    line-height: 0.93;
    text-wrap: balance;
    text-shadow: 0 0 45px rgba(9, 211, 244, 0.13);
}

.ryo-contact__hero-lead {
    max-width: 670px;
    margin: 29px 0 0;
    color: #b9c9d0;
    font-size: clamp(1.05rem, 1.6vw, 1.24rem);
    line-height: 1.75;
}

.ryo-contact__hero-actions,
.ryo-contact__final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.ryo-contact__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 50px;
    padding: 12px 21px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ryo-contact__button::before {
    position: absolute;
    top: -80%;
    left: -35%;
    width: 28%;
    height: 260%;
    content: "";
    background: rgba(255, 255, 255, 0.32);
    transform: rotate(22deg) translateX(-260%);
    transition: transform 520ms ease;
}

.ryo-contact__button:hover::before {
    transform: rotate(22deg) translateX(620%);
}

.ryo-contact__button:hover {
    transform: translateY(-2px);
}

.ryo-contact__button--primary {
    color: #001116 !important;
    background: linear-gradient(135deg, var(--ryo-contact-cyan-bright), var(--ryo-contact-cyan));
    box-shadow: 0 13px 32px rgba(9, 211, 244, 0.18);
}

.ryo-contact__button--primary:hover {
    box-shadow: 0 17px 40px rgba(9, 211, 244, 0.27);
}

.ryo-contact__button--ghost {
    color: var(--ryo-contact-text) !important;
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.15);
}

.ryo-contact__button--ghost:hover {
    border-color: rgba(9, 211, 244, 0.55);
    background: rgba(9, 211, 244, 0.08);
}

.ryo-contact__hero-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #8fa5ae;
    font-size: 0.83rem;
    letter-spacing: 0.03em;
}

.ryo-contact__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4dffaf;
    box-shadow: 0 0 0 7px rgba(77, 255, 175, 0.08), 0 0 18px rgba(77, 255, 175, 0.8);
    animation: ryo-contact-status-pulse 2.1s ease-out infinite;
}

.ryo-contact__signal-stage {
    position: relative;
    min-height: 470px;
    perspective: 1000px;
}

.ryo-contact__signal-stage::before,
.ryo-contact__signal-stage::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.ryo-contact__signal-stage::before {
    inset: 7% -8% -5% 6%;
    border: 1px solid rgba(9, 211, 244, 0.1);
    transform: rotate(-12deg);
}

.ryo-contact__signal-stage::after {
    inset: 14% 0 4% -4%;
    border: 1px dashed rgba(63, 124, 255, 0.14);
    transform: rotate(15deg);
    animation: ryo-contact-spin 28s linear infinite;
}

.ryo-contact__signal-panel {
    position: relative;
    width: min(100%, 470px);
    min-height: 440px;
    margin-left: auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(15, 37, 48, 0.95), rgba(4, 13, 19, 0.98)),
        #071219;
    border: 1px solid rgba(102, 232, 255, 0.34);
    border-radius: 28px;
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 60px rgba(9, 211, 244, 0.08);
    transform-style: preserve-3d;
    transition: transform 130ms ease-out;
}

.ryo-contact__signal-panel::before {
    position: absolute;
    inset: 1px;
    content: "";
    border-radius: 27px;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(9, 211, 244, 0.08) 50%, transparent 50.3%),
        linear-gradient(transparent 49.7%, rgba(9, 211, 244, 0.08) 50%, transparent 50.3%);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black, transparent 80%);
}

.ryo-contact__scanline {
    position: absolute;
    z-index: 4;
    top: -12%;
    right: 0;
    left: 0;
    height: 18%;
    opacity: 0.35;
    background: linear-gradient(to bottom, transparent, rgba(102, 232, 255, 0.18), transparent);
    animation: ryo-contact-scan 5.2s linear infinite;
}

.ryo-contact__signal-rings {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 330px;
    height: 330px;
    transform: translate(-50%, -50%);
}

.ryo-contact__signal-ring,
.ryo-contact__signal-mark,
.ryo-contact__signal-node {
    position: absolute;
    border-radius: 50%;
}

.ryo-contact__signal-ring {
    inset: 0;
    border: 1px solid rgba(102, 232, 255, 0.2);
}

.ryo-contact__signal-ring::before,
.ryo-contact__signal-ring::after {
    position: absolute;
    content: "";
    background: var(--ryo-contact-cyan);
    box-shadow: 0 0 14px rgba(9, 211, 244, 0.8);
}

.ryo-contact__signal-ring::before {
    top: -2px;
    left: 49%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.ryo-contact__signal-ring--outer {
    animation: ryo-contact-spin 18s linear infinite;
}

.ryo-contact__signal-ring--middle {
    inset: 42px;
    border-style: dashed;
    border-color: rgba(102, 232, 255, 0.26);
    animation: ryo-contact-spin-reverse 12s linear infinite;
}

.ryo-contact__signal-ring--inner {
    inset: 87px;
    border-color: rgba(63, 124, 255, 0.42);
    animation: ryo-contact-spin 9s linear infinite;
}

.ryo-contact__signal-ring--inner::before {
    background: #7295ff;
    box-shadow: 0 0 14px rgba(114, 149, 255, 0.9);
}

.ryo-contact__signal-mark {
    inset: 115px;
    display: grid;
    place-items: center;
    background: rgba(4, 17, 24, 0.94);
    border: 2px solid var(--ryo-contact-cyan-bright);
    box-shadow:
        0 0 35px rgba(9, 211, 244, 0.32),
        inset 0 0 30px rgba(9, 211, 244, 0.09);
    animation: ryo-contact-mark-breathe 3s ease-in-out infinite;
}

.ryo-contact__signal-mark span {
    width: 31px;
    height: 31px;
    border: 7px solid #5bcfff;
    box-shadow: 0 0 22px rgba(91, 207, 255, 0.45);
}

.ryo-contact__signal-node {
    width: 12px;
    height: 12px;
    background: var(--ryo-contact-cyan-bright);
    box-shadow: 0 0 0 7px rgba(9, 211, 244, 0.08), 0 0 20px rgba(9, 211, 244, 0.8);
}

.ryo-contact__signal-node--one {
    top: 15px;
    left: 69px;
}

.ryo-contact__signal-node--two {
    right: 28px;
    bottom: 84px;
    animation: ryo-contact-node-pulse 2.4s ease-in-out infinite;
}

.ryo-contact__signal-node--three {
    bottom: 20px;
    left: 85px;
    background: #809cff;
    box-shadow: 0 0 0 7px rgba(96, 123, 255, 0.08), 0 0 20px rgba(96, 123, 255, 0.8);
    animation: ryo-contact-node-pulse 2.4s 1.1s ease-in-out infinite;
}

.ryo-contact__signal-readout {
    position: absolute;
    right: 28px;
    bottom: 24px;
    left: 28px;
    display: flex;
    justify-content: space-between;
    color: #6f8d99;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.ryo-contact__nav {
    position: sticky;
    z-index: 50;
    top: 0;
    background: rgba(3, 10, 14, 0.82);
    border-bottom: 1px solid rgba(77, 222, 247, 0.13);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.admin-bar .ryo-contact__nav {
    top: 32px;
}

.ryo-contact__nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.ryo-contact__nav-inner::-webkit-scrollbar {
    display: none;
}

.ryo-contact__nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 10px 14px;
    color: #90a7b0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.ryo-contact__nav a::after {
    position: absolute;
    right: 14px;
    bottom: 4px;
    left: 14px;
    height: 2px;
    content: "";
    background: var(--ryo-contact-cyan);
    box-shadow: 0 0 12px rgba(9, 211, 244, 0.7);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.ryo-contact__nav a:hover,
.ryo-contact__nav a.is-active {
    color: #ffffff;
}

.ryo-contact__nav a:hover::after,
.ryo-contact__nav a.is-active::after {
    transform: scaleX(1);
}

.ryo-contact__section,
.ryo-contact__gorillas,
.ryo-contact__final {
    position: relative;
    padding: 104px 0;
    scroll-margin-top: 76px;
}

.ryo-contact__section--signal {
    background:
        radial-gradient(circle at 50% 100%, rgba(9, 211, 244, 0.09), transparent 43%),
        linear-gradient(180deg, rgba(10, 28, 37, 0.42), rgba(3, 10, 14, 0.14));
    border-top: 1px solid rgba(77, 222, 247, 0.08);
    border-bottom: 1px solid rgba(77, 222, 247, 0.08);
}

.ryo-contact__section-header {
    max-width: 780px;
    margin-bottom: 42px;
}

.ryo-contact__section-header h2,
.ryo-contact__gorillas-copy h2,
.ryo-contact__final-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.45rem, 5vw, 4.55rem);
    font-weight: 810;
    letter-spacing: -0.055em;
    line-height: 1.02;
    text-wrap: balance;
}

.ryo-contact__section-header > p:last-child {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--ryo-contact-muted);
    font-size: 1.05rem;
}

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

.ryo-contact__email-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    padding: 25px;
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(18, 46, 59, 0.84), rgba(6, 17, 24, 0.97));
    border: 1px solid var(--ryo-contact-border);
    border-radius: 19px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 130ms ease-out;
}

.ryo-contact__email-card::before {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 320px;
    height: 320px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(9, 211, 244, 0.17), transparent 69%);
    transition: transform 500ms ease;
}

.ryo-contact__email-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--ryo-contact-cyan), transparent);
    transform: scaleX(0.18);
    opacity: 0.55;
    transition: transform 300ms ease, opacity 300ms ease;
}

.ryo-contact__email-card:hover {
    border-color: rgba(102, 232, 255, 0.48);
    box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34), 0 0 38px rgba(9, 211, 244, 0.06);
}

.ryo-contact__email-card:hover::before {
    transform: scale(1.18);
}

.ryo-contact__email-card:hover::after {
    transform: scaleX(0.88);
    opacity: 1;
}

.ryo-contact__email-card--contributors::before {
    background: radial-gradient(circle, rgba(63, 124, 255, 0.19), transparent 69%);
}

.ryo-contact__email-card--shop::before {
    background: radial-gradient(circle, rgba(60, 231, 183, 0.15), transparent 69%);
}

.ryo-contact__card-topline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6f8791;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ryo-contact__icon,
.ryo-contact__channel-icon,
.ryo-contact__security-icon {
    display: grid;
    place-items: center;
}

.ryo-contact__icon {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    margin: 38px 0 25px;
    color: var(--ryo-contact-cyan-bright);
    background: rgba(9, 211, 244, 0.08);
    border: 1px solid rgba(9, 211, 244, 0.24);
    border-radius: 17px;
    box-shadow: inset 0 0 22px rgba(9, 211, 244, 0.04);
}

.ryo-contact__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ryo-contact__email-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 780;
    letter-spacing: -0.025em;
}

.ryo-contact__email-card p {
    position: relative;
    z-index: 2;
    margin: 13px 0 18px;
    color: #9eb2bb;
    font-size: 0.94rem;
}

.ryo-contact__email-link {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-bottom: 22px;
    color: var(--ryo-contact-cyan-bright) !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.98rem;
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none !important;
}

.ryo-contact__email-link:hover {
    text-decoration: underline !important;
}

.ryo-contact__card-action {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 17px;
    color: #eefbff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none !important;
}

.ryo-contact__card-action span {
    color: var(--ryo-contact-cyan);
    transition: transform 180ms ease;
}

.ryo-contact__card-action:hover span {
    transform: translateX(4px);
}

.ryo-contact__card-actions {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.ryo-contact__card-actions .ryo-contact__card-action {
    margin-top: 0;
}

.ryo-contact__text-link {
    display: inline-block;
    margin-top: 12px;
    color: #8ca3ad !important;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none !important;
}

.ryo-contact__text-link:hover {
    color: var(--ryo-contact-cyan-bright) !important;
}

.ryo-contact__security-note {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-top: 24px;
    padding: 21px 23px;
    background: rgba(9, 211, 244, 0.045);
    border: 1px solid rgba(9, 211, 244, 0.14);
    border-radius: 13px;
}

.ryo-contact__security-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: var(--ryo-contact-cyan-bright);
    background: rgba(9, 211, 244, 0.08);
    border-radius: 50%;
}

.ryo-contact__security-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ryo-contact__security-note strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 0.93rem;
}

.ryo-contact__security-note p {
    margin: 0;
    color: #96abb4;
    font-size: 0.88rem;
}

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

.ryo-contact__channel-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 17px;
    align-items: center;
    min-height: 178px;
    padding: 28px 24px 24px;
    overflow: hidden;
    color: inherit !important;
    background: linear-gradient(145deg, rgba(13, 35, 46, 0.9), rgba(5, 15, 21, 0.94));
    border: 1px solid rgba(77, 222, 247, 0.18);
    border-radius: 17px;
    text-decoration: none !important;
    transform-style: preserve-3d;
    transition: border-color 200ms ease, background 200ms ease, transform 130ms ease-out, box-shadow 200ms ease;
}

.ryo-contact__channel-card::before {
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 220px;
    height: 220px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(9, 211, 244, 0.12), transparent 68%);
    transition: transform 400ms ease;
}

.ryo-contact__channel-card:hover {
    border-color: rgba(102, 232, 255, 0.48);
    background: linear-gradient(145deg, rgba(17, 43, 56, 0.96), rgba(6, 17, 24, 0.98));
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.ryo-contact__channel-card:hover::before {
    transform: scale(1.25);
}

.ryo-contact__channel-code {
    position: absolute;
    top: 13px;
    right: 16px;
    color: #607b86;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ryo-contact__channel-icon {
    width: 54px;
    height: 54px;
    color: var(--ryo-contact-cyan-bright);
    background: rgba(9, 211, 244, 0.08);
    border: 1px solid rgba(9, 211, 244, 0.2);
    border-radius: 16px;
}

.ryo-contact__channel-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ryo-contact__channel-card h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 770;
}

.ryo-contact__channel-card p {
    margin: 0;
    color: #93a9b2;
    font-size: 0.84rem;
    line-height: 1.55;
}

.ryo-contact__channel-arrow {
    position: relative;
    z-index: 2;
    color: var(--ryo-contact-cyan);
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.ryo-contact__channel-card:hover .ryo-contact__channel-arrow {
    transform: translate(3px, -3px);
}

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

.ryo-contact__community-card {
    position: relative;
    display: grid;
    grid-template-columns: 55px 13px 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 112px;
    padding: 21px 22px;
    color: inherit !important;
    background: rgba(11, 29, 39, 0.78);
    border: 1px solid rgba(77, 222, 247, 0.15);
    border-radius: 15px;
    text-decoration: none !important;
    transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.ryo-contact__community-card:hover {
    transform: translateY(-4px);
    background: rgba(15, 38, 49, 0.95);
    border-color: rgba(102, 232, 255, 0.42);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
}

.ryo-contact__language {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    color: #dff9ff;
    background: rgba(9, 211, 244, 0.08);
    border: 1px solid rgba(9, 211, 244, 0.22);
    border-radius: 15px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.05em;
}

.ryo-contact__community-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4dffaf;
    box-shadow: 0 0 0 6px rgba(77, 255, 175, 0.06), 0 0 15px rgba(77, 255, 175, 0.55);
}

.ryo-contact__community-card h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 760;
}

.ryo-contact__community-card p {
    margin: 0;
    color: #8da4ae;
    font-size: 0.82rem;
}

.ryo-contact__community-arrow {
    color: var(--ryo-contact-cyan);
    transition: transform 180ms ease;
}

.ryo-contact__community-card:hover .ryo-contact__community-arrow {
    transform: translate(3px, -3px);
}

.ryo-contact__gorillas {
    padding-top: 78px;
    padding-bottom: 112px;
}

.ryo-contact__gorillas-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    overflow: hidden;
    background:
        radial-gradient(circle at 23% 40%, rgba(9, 211, 244, 0.13), transparent 33%),
        linear-gradient(135deg, rgba(13, 35, 46, 0.97), rgba(4, 13, 19, 0.98));
    border: 1px solid rgba(102, 232, 255, 0.26);
    border-radius: 25px;
    box-shadow: var(--ryo-contact-shadow);
}

.ryo-contact__gorillas-panel::after {
    position: absolute;
    inset: 0;
    content: "";
    background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(9, 211, 244, 0.025) 80px);
    pointer-events: none;
}

.ryo-contact__gorillas-visual {
    position: relative;
    z-index: 2;
    min-height: 580px;
    overflow: hidden;
    background: #050c10;
    border-right: 1px solid rgba(102, 232, 255, 0.15);
}

.ryo-contact__gorillas-visual::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
        linear-gradient(to top, rgba(3, 8, 12, 0.88), transparent 38%),
        linear-gradient(to right, transparent 70%, rgba(4, 13, 19, 0.88));
    pointer-events: none;
}

.ryo-contact__gorillas-visual img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) contrast(1.04);
    transition: transform 900ms cubic-bezier(.2,.7,.2,1), filter 600ms ease;
}

.ryo-contact__gorillas-panel:hover .ryo-contact__gorillas-visual img {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.06);
}

.ryo-contact__gorillas-halo {
    position: absolute;
    z-index: 3;
    top: 8%;
    left: 50%;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(102, 232, 255, 0.18);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 45px rgba(9, 211, 244, 0.08);
    animation: ryo-contact-mark-breathe 3.8s ease-in-out infinite;
}

.ryo-contact__gorillas-tag {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 20px;
    padding: 8px 11px;
    color: #d9f9ff;
    background: rgba(3, 11, 15, 0.76);
    border: 1px solid rgba(102, 232, 255, 0.26);
    border-radius: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    backdrop-filter: blur(10px);
}

.ryo-contact__gorillas-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 62px;
}

.ryo-contact__gorillas-copy h2 {
    max-width: 650px;
}

.ryo-contact__gorillas-copy > p:not(.ryo-contact__eyebrow) {
    max-width: 620px;
    margin: 22px 0 0;
    color: #a7bac3;
    font-size: 1rem;
}

.ryo-contact__gorillas-copy ul {
    display: grid;
    gap: 10px;
    margin: 25px 0 29px;
    padding: 0;
    color: #c2d0d6;
    list-style: none;
}

.ryo-contact__gorillas-copy li {
    position: relative;
    padding-left: 25px;
    font-size: 0.92rem;
}

.ryo-contact__gorillas-copy li::before {
    position: absolute;
    top: 0.64em;
    left: 0;
    width: 8px;
    height: 2px;
    content: "";
    background: var(--ryo-contact-cyan);
    box-shadow: 0 0 10px rgba(9, 211, 244, 0.7);
}

.ryo-contact__gorillas-copy .ryo-contact__button {
    align-self: flex-start;
}

.ryo-contact__final {
    padding-top: 0;
    padding-bottom: 92px;
}

.ryo-contact__final-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 42px 45px;
    background:
        linear-gradient(110deg, rgba(9, 211, 244, 0.1), transparent 38%),
        rgba(10, 27, 36, 0.88);
    border: 1px solid rgba(102, 232, 255, 0.22);
    border-radius: 20px;
}

.ryo-contact__final-panel h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.ryo-contact__final-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

.ryo-contact-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
}

.ryo-contact-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ryo-contact__email-grid .ryo-contact-reveal:nth-child(2),
.ryo-contact__channel-grid .ryo-contact-reveal:nth-child(2),
.ryo-contact__community-grid .ryo-contact-reveal:nth-child(2) {
    transition-delay: 90ms;
}

.ryo-contact__email-grid .ryo-contact-reveal:nth-child(3),
.ryo-contact__channel-grid .ryo-contact-reveal:nth-child(3),
.ryo-contact__community-grid .ryo-contact-reveal:nth-child(3) {
    transition-delay: 180ms;
}

.ryo-contact__community-grid .ryo-contact-reveal:nth-child(4) {
    transition-delay: 90ms;
}

.ryo-contact__community-grid .ryo-contact-reveal:nth-child(5) {
    transition-delay: 180ms;
}

.ryo-contact :focus-visible {
    outline: 3px solid var(--ryo-contact-cyan-bright);
    outline-offset: 4px;
}

@keyframes ryo-contact-orb-drift {
    from { transform: translate3d(-3%, -2%, 0) scale(0.96); }
    to { transform: translate3d(7%, 6%, 0) scale(1.08); }
}

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

@keyframes ryo-contact-spin-reverse {
    to { transform: rotate(-360deg); }
}

@keyframes ryo-contact-scan {
    from { transform: translateY(-120%); }
    to { transform: translateY(760%); }
}

@keyframes ryo-contact-mark-breathe {
    0%, 100% { transform: scale(0.98); box-shadow: 0 0 27px rgba(9, 211, 244, 0.18); }
    50% { transform: scale(1.035); box-shadow: 0 0 46px rgba(9, 211, 244, 0.34); }
}

@keyframes ryo-contact-node-pulse {
    0%, 100% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1.15); opacity: 1; }
}

@keyframes ryo-contact-status-pulse {
    0% { box-shadow: 0 0 0 0 rgba(77, 255, 175, 0.28), 0 0 18px rgba(77, 255, 175, 0.8); }
    70% { box-shadow: 0 0 0 11px rgba(77, 255, 175, 0), 0 0 18px rgba(77, 255, 175, 0.8); }
    100% { box-shadow: 0 0 0 0 rgba(77, 255, 175, 0), 0 0 18px rgba(77, 255, 175, 0.8); }
}

@media (max-width: 1040px) {
    .ryo-contact__hero-layout {
        grid-template-columns: 1fr 420px;
        gap: 35px;
    }

    .ryo-contact__email-grid,
    .ryo-contact__channel-grid {
        grid-template-columns: 1fr;
    }

    .ryo-contact__email-card {
        min-height: 355px;
    }

    .ryo-contact__gorillas-copy {
        padding: 58px 42px;
    }
}

@media (max-width: 820px) {
    .ryo-contact__hero {
        padding-top: 82px;
    }

    .ryo-contact__hero-layout {
        grid-template-columns: 1fr;
    }

    .ryo-contact__hero-copy {
        max-width: 760px;
    }

    .ryo-contact__signal-stage {
        min-height: 420px;
    }

    .ryo-contact__signal-panel {
        margin: 0 auto;
    }

    .ryo-contact__community-grid {
        grid-template-columns: 1fr;
    }

    .ryo-contact__gorillas-panel {
        grid-template-columns: 1fr;
    }

    .ryo-contact__gorillas-visual {
        min-height: 470px;
        border-right: 0;
        border-bottom: 1px solid rgba(102, 232, 255, 0.15);
    }

    .ryo-contact__gorillas-visual img {
        min-height: 470px;
    }

    .ryo-contact__gorillas-visual::before {
        background: linear-gradient(to top, rgba(4, 13, 19, 0.95), transparent 45%);
    }

    .ryo-contact__final-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .ryo-contact__final-actions {
        width: 100%;
    }
}

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

@media (max-width: 620px) {
    .ryo-contact__shell {
        width: min(100% - 28px, 1180px);
    }

    .ryo-contact__hero {
        padding: 68px 0 60px;
    }

    .ryo-contact__hero h1 {
        font-size: clamp(3.05rem, 16vw, 4.6rem);
    }

    .ryo-contact__hero-actions,
    .ryo-contact__final-actions {
        flex-direction: column;
    }

    .ryo-contact__button {
        width: 100%;
    }

    .ryo-contact__hero-status {
        align-items: flex-start;
    }

    .ryo-contact__signal-stage {
        min-height: 355px;
    }

    .ryo-contact__signal-panel {
        min-height: 350px;
        border-radius: 21px;
    }

    .ryo-contact__signal-rings {
        width: 255px;
        height: 255px;
    }

    .ryo-contact__signal-ring--middle {
        inset: 32px;
    }

    .ryo-contact__signal-ring--inner {
        inset: 68px;
    }

    .ryo-contact__signal-mark {
        inset: 88px;
    }

    .ryo-contact__signal-node--one {
        top: 7px;
        left: 52px;
    }

    .ryo-contact__signal-node--two {
        right: 17px;
        bottom: 63px;
    }

    .ryo-contact__signal-node--three {
        bottom: 13px;
        left: 66px;
    }

    .ryo-contact__signal-readout {
        right: 18px;
        bottom: 16px;
        left: 18px;
        font-size: 0.57rem;
    }

    .ryo-contact__nav-inner {
        justify-content: flex-start;
    }

    .ryo-contact__section,
    .ryo-contact__gorillas {
        padding: 76px 0;
    }

    .ryo-contact__email-card {
        min-height: 390px;
        padding: 22px;
    }

    .ryo-contact__security-note {
        flex-direction: column;
    }

    .ryo-contact__channel-card {
        grid-template-columns: 48px 1fr auto;
        gap: 13px;
        padding: 27px 18px 21px;
    }

    .ryo-contact__channel-icon {
        width: 48px;
        height: 48px;
    }

    .ryo-contact__community-card {
        grid-template-columns: 48px 9px 1fr auto;
        gap: 11px;
        min-height: 104px;
        padding: 16px;
    }

    .ryo-contact__language {
        width: 48px;
        height: 48px;
    }

    .ryo-contact__community-card h3 {
        font-size: 0.92rem;
    }

    .ryo-contact__community-card p {
        font-size: 0.76rem;
    }

    .ryo-contact__gorillas-visual,
    .ryo-contact__gorillas-visual img {
        min-height: 380px;
    }

    .ryo-contact__gorillas-copy {
        padding: 42px 24px 46px;
    }

    .ryo-contact__gorillas-copy .ryo-contact__button {
        width: 100%;
    }

    .ryo-contact__final-panel {
        padding: 31px 24px;
    }
}

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

    .ryo-contact-reveal {
        opacity: 1;
        transform: none;
    }
}
