/*
 * November Studio — Editorial white visual system
 * This layer intentionally leaves gallery and admin behavior in site.css,
 * while giving every public page one restrained, premium design language.
 */

:root {
    --nov-white: #fff;
    --nov-paper: #f7f6f2;
    --nov-paper-deep: #efeee9;
    --nov-ink: #171716;
    --nov-copy: #44443f;
    --nov-muted: #77766f;
    --nov-line: #dcdad2;
    --nov-brass: #96754c;
    --nov-brass-dark: #725638;
    --nov-shell: 1320px;
    --nov-narrow: 1040px;
    --nov-radius: 4px;
    --nov-shadow: 0 28px 80px rgba(27, 25, 20, 0.09);
}

/* Guide reactions and shareable reading lists. */
.guide-engagement {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 26px;
}

.guide-engagement__button,
.guide-engagement__stat {
    display: inline-flex;
    min-height: 42px;
    gap: 7px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid #c8c7c2;
    border-radius: 999px;
    background: transparent;
    color: var(--nov-ink);
    font-size: 12px;
    font-weight: 590;
    line-height: 1;
}

.guide-engagement__button {
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.guide-engagement__button:hover,
.guide-engagement__button:focus-visible,
.guide-engagement__button.is-saved {
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.guide-engagement__button:active {
    transform: scale(0.96);
}

.guide-engagement__button svg,
.guide-engagement__stat svg,
.guide-card-save svg,
.guide-selection__launcher svg,
.guide-collection-share svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.guide-engagement__like.is-active {
    border-color: #ff8ba1;
    background: #fff2f5;
    color: #d92f55;
    box-shadow: 0 8px 24px rgba(217, 47, 85, 0.14);
}

.guide-engagement__like svg {
    stroke: #f04b6d;
}

.guide-engagement__like.is-active svg {
    fill: #f43f64;
    stroke: #f43f64;
    filter: drop-shadow(0 2px 4px rgba(217, 47, 85, 0.2));
}

.guide-engagement__button strong,
.guide-engagement__stat strong {
    font-variant-numeric: tabular-nums;
}

.guide-engagement__button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.guide-engagement__like.is-popping svg {
    animation: guide-heart-pop 520ms cubic-bezier(0.2, 1.5, 0.3, 1);
}

.guide-article--with-cover .guide-engagement__button,
.guide-article--with-cover .guide-engagement__stat {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(18, 19, 18, 0.32);
    color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.guide-article--with-cover .guide-engagement__button:hover,
.guide-article--with-cover .guide-engagement__button:focus-visible,
.guide-article--with-cover .guide-engagement__button.is-saved,
.guide-article--with-cover .guide-engagement__like.is-active {
    border-color: #fff;
    background: #fff;
    color: #d92f55;
}

.guide-article--with-cover .guide-engagement__like:not(.is-active) svg {
    stroke: #ff8098;
}

.guide-engagement__save.is-saved,
.guide-article--with-cover .guide-engagement__save.is-saved,
.guide-article--with-cover .guide-engagement__save:hover,
.guide-article--with-cover .guide-engagement__save:focus-visible {
    border-color: #f3d25c;
    background: #f3cf4a;
    color: #171817;
    box-shadow: 0 8px 24px rgba(176, 135, 0, 0.2);
}

.guide-engagement__save.is-saved svg {
    fill: currentColor;
}

.guide-card,
.guide-related__item {
    position: relative;
}

.guide-card-save {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    display: inline-flex;
    min-height: 38px;
    gap: 6px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    background: rgba(18, 19, 18, 0.42);
    color: #fff;
    font-size: 11px;
    font-weight: 650;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease,
        box-shadow 180ms ease, transform 180ms ease;
}

.guide-card-save:hover,
.guide-card-save:focus-visible {
    border-color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.82);
    color: #171817;
}

.guide-card-save.is-saved {
    border-color: rgba(255, 244, 190, 0.94);
    background: linear-gradient(135deg, rgba(255, 227, 111, 0.94), rgba(243, 207, 74, 0.88));
    color: #171817;
    font-weight: 760;
    -webkit-backdrop-filter: blur(8px) saturate(1.2);
    backdrop-filter: blur(8px) saturate(1.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 0 0 1px rgba(115, 84, 0, 0.42),
        0 10px 26px rgba(0, 0, 0, 0.24);
    text-shadow: none;
}

.guide-card-save.is-saved svg {
    fill: currentColor;
    stroke-width: 2;
    transition: transform 180ms ease;
}

.guide-card-save.is-saved:hover,
.guide-card-save.is-saved:focus-visible {
    border-color: rgba(255, 249, 215, 0.98);
    background: linear-gradient(135deg, rgba(255, 235, 146, 0.97), rgba(255, 213, 70, 0.93));
    color: #171817;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76),
        0 0 0 2px rgba(255, 255, 255, 0.92),
        0 14px 32px rgba(0, 0, 0, 0.28);
    text-shadow: none;
    transform: translateY(-2px) scale(1.02);
}

.guide-card-save.is-saved:hover svg,
.guide-card-save.is-saved:focus-visible svg {
    transform: scale(1.14) rotate(-5deg);
}

.guide-card-save.is-saved:hover [data-guide-save-label],
.guide-card-save.is-saved:focus-visible [data-guide-save-label] {
    font-size: 0;
}

.guide-card-save.is-saved:hover [data-guide-save-label]::after,
.guide-card-save.is-saved:focus-visible [data-guide-save-label]::after {
    content: "해제";
    font-size: 11px;
}

.guide-card-save:active {
    transform: scale(0.94);
}

.guide-related__item .guide-card-save {
    top: 12px;
    right: 12px;
}

.guide-selection__backdrop {
    position: fixed;
    z-index: 1060;
    inset: 0;
    background: rgba(16, 17, 16, 0.34);
    opacity: 0;
    backdrop-filter: blur(3px);
    transition: opacity 240ms ease;
}

.guide-selection__backdrop.is-open {
    opacity: 1;
}

.guide-selection__launcher {
    position: fixed;
    z-index: 1055;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    min-height: 54px;
    gap: 10px;
    align-items: center;
    padding: 0 10px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: #171817;
    color: #fff;
    font-size: 12px;
    font-weight: 620;
    text-decoration: none;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.guide-selection__launcher strong {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #171817;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}

.guide-selection__launcher:hover,
.guide-selection__launcher:focus-visible {
    background: #2a2b2a;
    color: #fff;
}

.guide-selection__launcher.is-empty {
    cursor: default;
    opacity: 0.58;
}

.guide-selection__launcher.is-bumping {
    animation: guide-launcher-bump 520ms cubic-bezier(0.2, 1.4, 0.35, 1);
}

.guide-save-flight {
    position: fixed;
    z-index: 1070;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    background: #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0.08em;
    pointer-events: none;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
    transform-origin: center;
    will-change: transform, opacity;
}

.guide-save-flight img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    opacity: 1;
}

.guide-save-flight--placeholder {
    border-color: rgba(255, 255, 255, 0.76);
}

.guide-selection__drawer {
    position: fixed;
    z-index: 1065;
    top: 0;
    right: 0;
    display: flex;
    width: min(440px, 100vw);
    height: 100dvh;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    background: #f4f3ef;
    color: #171817;
    box-shadow: -30px 0 90px rgba(0, 0, 0, 0.18);
    transform: translateX(104%);
    transition: transform 320ms cubic-bezier(0.22, 0.82, 0.28, 1);
}

.guide-selection__drawer.is-open {
    transform: translateX(0);
}

.guide-selection__header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #d5d4cf;
}

.guide-selection__header p {
    margin: 0 0 7px;
    color: #777873;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.17em;
}

.guide-selection__header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.guide-selection__header > button {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #cdccc7;
    border-radius: 50%;
    background: transparent;
    color: #171817;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.guide-selection__intro {
    margin: 20px 0 18px;
    color: #686964;
    font-size: 13px;
    line-height: 1.65;
}

.guide-selection__items {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 2px 4px 10px 0;
    overflow-y: auto;
    list-style: none;
}

.guide-selection__items li {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid #deddd8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 19, 18, 0.055);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.guide-selection__items li > a {
    display: grid;
    min-width: 0;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 11px 42px 11px 11px;
    color: inherit;
    text-decoration: none;
}

.guide-selection__item-media {
    position: relative;
    display: grid;
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: start;
    overflow: hidden;
    place-items: center;
    border: 1px solid #e2e1dc;
    border-radius: 10px;
    background: #ecebe6;
}

.guide-selection__item-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 240ms ease;
}

.guide-selection__item-placeholder {
    color: #777873;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.13em;
}

.guide-selection__item-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-self: stretch;
}

.guide-selection__item-meta {
    display: flex;
    min-width: 0;
    gap: 8px;
    align-items: center;
    color: #7c7d78;
    font-size: 8px;
    font-weight: 720;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.guide-selection__item-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guide-selection__item-meta span:first-child {
    flex: 0 0 auto;
    color: #41423f;
    font-variant-numeric: tabular-nums;
}

.guide-selection__item-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    color: #171817;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.38;
    letter-spacing: -0.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.guide-selection__item-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 6px;
    color: #71726d;
    font-size: 9.5px;
    line-height: 1.5;
    letter-spacing: -0.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.guide-selection__items li > button {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 9px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #deddd8;
    border-radius: 50%;
    background: #f5f4f0;
    color: #72736e;
    font-size: 18px;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.guide-selection__items li:hover,
.guide-selection__items li:focus-within {
    border-color: #bebdb7;
    box-shadow: 0 13px 30px rgba(18, 19, 18, 0.1);
    transform: translateY(-2px);
}

.guide-selection__items a:hover .guide-selection__item-media img,
.guide-selection__items a:focus-visible .guide-selection__item-media img {
    transform: scale(1.025);
}

.guide-selection__items li > button:hover,
.guide-selection__items li > button:focus-visible {
    background: #171817;
    color: #fff;
    transform: scale(1.06);
}

.guide-selection__empty {
    display: grid;
    min-height: 210px;
    flex: 1 1 auto;
    place-content: center;
    gap: 7px;
    border: 1px dashed #d4d3ce;
    color: #858681;
    text-align: center;
}

.guide-selection__empty strong {
    color: #4f504c;
    font-size: 13px;
}

.guide-selection__empty span {
    font-size: 11px;
}

.guide-selection__footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding-top: 22px;
}

.guide-selection__clear,
.guide-selection__share {
    min-height: 50px;
    border: 1px solid #c8c7c2;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 620;
}

.guide-selection__clear {
    padding: 0 16px;
    background: transparent;
    color: #5f605c;
}

.guide-selection__share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-color: #171817;
    background: #171817;
    color: #fff;
}

.guide-selection__clear:disabled,
.guide-selection__share:disabled {
    cursor: default;
    opacity: 0.35;
}

.guide-selection__limit {
    min-height: 18px;
    margin: 9px 0 0;
    color: #777873;
    font-size: 10px;
    line-height: 1.5;
}

body.has-guide-share-open {
    overflow: hidden;
}

.guide-share-modal[hidden] {
    display: none;
}

.guide-share-modal {
    position: fixed;
    z-index: 1090;
    inset: 0;
    display: grid;
    padding: 24px;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.guide-share-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.guide-share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 13, 12, 0.68);
    backdrop-filter: blur(8px);
}

.guide-share-modal__dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    padding: clamp(34px, 5vw, 56px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: #f4f3ef;
    color: #171817;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(20px) scale(0.97);
    transition: opacity 280ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.guide-share-modal.is-open .guide-share-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.guide-share-modal__close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #cecdc7;
    border-radius: 50%;
    background: transparent;
    color: #171817;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.guide-share-modal__close:hover,
.guide-share-modal__close:focus-visible {
    background: #171817;
    color: #fff;
    transform: rotate(5deg);
}

.guide-share-modal__symbol {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 22px;
    background: #171817;
    box-shadow: 0 14px 34px rgba(23, 24, 23, 0.18);
}

.guide-share-modal__symbol svg {
    width: 38px;
    height: 38px;
    fill: #f3cf4a;
}

.guide-share-modal__eyebrow {
    margin: 26px 0 0;
    color: #777873;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 0.18em;
}

.guide-share-modal h2 {
    max-width: 500px;
    margin: 13px 0 0;
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 620;
    letter-spacing: -0.06em;
    line-height: 1.1;
}

.guide-share-modal__description {
    margin: 22px 0 0;
    color: #62635e;
    font-size: 14px;
    line-height: 1.75;
}

.guide-share-modal__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.guide-share-modal__facts p {
    position: relative;
    min-height: 96px;
    margin: 0;
    padding: 18px 18px 16px 46px;
    border: 1px solid #deddd8;
    border-radius: 15px;
    background: #fff;
}

.guide-share-modal__facts p::before {
    position: absolute;
    top: 18px;
    left: 17px;
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 50%;
    background: #f3cf4a;
    color: #171817;
    content: "✓";
    font-size: 11px;
    font-weight: 800;
}

.guide-share-modal__facts strong,
.guide-share-modal__facts span {
    display: block;
}

.guide-share-modal__facts strong {
    font-size: 12px;
    font-weight: 700;
}

.guide-share-modal__facts span {
    margin-top: 6px;
    color: #777873;
    font-size: 10px;
    line-height: 1.5;
}

.guide-share-modal__copy {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0 22px 0 26px;
    overflow: hidden;
    border: 1px solid #171817;
    border-radius: 999px;
    background: #171817;
    color: #fff;
    font-size: 13px;
    font-weight: 680;
    transition: background-color 180ms ease, box-shadow 220ms ease, color 180ms ease, transform 180ms ease;
}

.guide-share-modal__copy svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.guide-share-modal__copy:hover,
.guide-share-modal__copy:focus-visible {
    box-shadow: 0 14px 34px rgba(23, 24, 23, 0.22);
    transform: translateY(-2px);
}

.guide-share-modal__copy.is-copied {
    border-color: #f3cf4a;
    background: #f3cf4a;
    color: #171817;
    animation: nov-guide-share-copy-hit 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-share-modal__copy:disabled {
    cursor: default;
    opacity: 1;
}

.guide-share-modal__status {
    min-height: 18px;
    margin: 10px 0 0;
    color: #72736e;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

@keyframes nov-guide-share-copy-hit {
    0%, 100% { transform: translateY(0) scale(1); }
    32% { transform: translateY(-3px) scale(1.018); }
}

.guide-set-nav {
    position: fixed;
    z-index: 1045;
    right: 24px;
    bottom: 90px;
    left: auto;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: #171817;
    color: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.guide-set-nav a {
    color: inherit;
    text-decoration: none;
}

.guide-set-nav__status {
    display: flex;
    min-height: 54px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 18px;
}

.guide-set-nav__status:hover,
.guide-set-nav__status:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.guide-set-nav__status svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.guide-set-nav__status span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 620;
}

.guide-set-nav__status strong {
    display: grid;
    min-width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #171817;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}

.guide-collection-hero {
    padding: clamp(92px, 10vw, 144px) 0 clamp(72px, 8vw, 112px);
    background: #171817;
    color: #fff;
}

.guide-collection-hero .guide-shell {
    display: block;
}

.guide-collection-hero .guide-eyebrow {
    color: rgba(255, 255, 255, 0.48);
}

.guide-collection-hero h1 {
    max-width: 820px;
    margin: 25px 0 0;
    font-size: clamp(48px, 7vw, 86px);
    font-weight: 580;
    letter-spacing: -0.068em;
    line-height: 1.08;
}

.guide-collection-hero h1 + p {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 15px;
    line-height: 1.82;
}

.guide-collection-hero__geek-note {
    max-width: 760px;
    margin: 17px 0 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
    line-height: 1.65;
}

.guide-collection-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.guide-collection-share {
    display: inline-flex;
    min-width: 190px;
    min-height: 58px;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    color: #171817;
    font-size: 12px;
    font-weight: 680;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 220ms ease,
        color 180ms ease, transform 220ms ease;
}

.guide-collection-share--copy {
    border-color: #f3cf4a;
    background: #f3cf4a;
    color: #171817;
}

.guide-collection-share svg {
    transition: transform 220ms ease;
}

.guide-collection-share:hover,
.guide-collection-share:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #171817;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    transform: translateY(-3px);
}

.guide-collection-share--copy:hover,
.guide-collection-share--copy:focus-visible,
.guide-collection-share--copy.is-copied {
    border-color: #ffe052;
    background: #ffe052;
}

.guide-collection-share:hover svg,
.guide-collection-share:focus-visible svg {
    transform: translate(2px, -2px) rotate(4deg) scale(1.08);
}

.guide-collection-share__status {
    min-height: 18px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.guide-collection-content {
    padding: clamp(72px, 8vw, 116px) 0 clamp(110px, 10vw, 150px);
    background: #f3f2ee;
}

.guide-collection-list {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 38px);
    align-items: stretch;
}

.guide-collection-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #d9d8d2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(35, 34, 30, 0.06);
    transition: border-color 220ms ease, box-shadow 220ms ease, opacity 300ms ease,
        transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.guide-collection-card:hover,
.guide-collection-card:focus-within {
    border-color: #bbb9b0;
    box-shadow: 0 22px 48px rgba(35, 34, 30, 0.11);
    transform: translateY(-3px);
}

.guide-collection-card.is-removing {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px) scale(0.975);
}

.guide-collection-card__remove {
    position: absolute;
    z-index: 3;
    top: 28px;
    right: 28px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(23, 24, 23, 0.24);
    border-radius: 50%;
    background: #f3cf4a;
    color: #171817;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.78), 0 12px 28px rgba(23, 24, 23, 0.36);
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.guide-collection-card__remove > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.guide-collection-card__remove strong {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #171817;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}

.guide-collection-card__remove:hover,
.guide-collection-card__remove:focus-visible {
    background: #ffe052;
    box-shadow: 0 0 0 3px #fff, 0 15px 34px rgba(23, 24, 23, 0.44);
    transform: rotate(7deg) scale(1.08);
}

.guide-collection-card > a:not(.guide-collection-card__remove) {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    padding: 14px 14px 26px;
    color: inherit;
    text-decoration: none;
}

.guide-collection-card__image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 11px;
    background: #deddd8;
}

.guide-collection-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 220ms ease;
}

.guide-collection-card > a:hover img,
.guide-collection-card > a:focus-visible img {
    filter: brightness(0.94);
}

.guide-collection-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #858681;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.guide-collection-card__copy {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 24px 10px 0;
}

.guide-collection-card h2 {
    margin: 15px 0 0;
    font-size: clamp(24px, 2.25vw, 34px);
    font-weight: 570;
    letter-spacing: -0.055em;
    line-height: 1.22;
}

.guide-collection-card h2 + p {
    margin: 16px 0 0;
    color: #6d6e69;
    font-size: 12px;
    line-height: 1.75;
}

.guide-collection-card__open {
    display: inline-flex;
    align-self: flex-start;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999a95;
    font-size: 11px;
    font-weight: 650;
}

.guide-collection-reset {
    display: flex;
    justify-content: center;
    padding-top: clamp(58px, 7vw, 92px);
}

.guide-collection-reset__button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid #b42318;
    border-radius: 2px;
    background: #b42318;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.guide-collection-reset__button:hover,
.guide-collection-reset__button:focus-visible {
    border-color: #861d15;
    background: #861d15;
    color: #fff;
    transform: translateY(-2px);
}

body.is-guide-collection-reset-open {
    overflow: hidden;
}

.guide-collection-reset-modal {
    position: fixed;
    z-index: 1100;
    inset: 0;
    display: grid;
    padding: 24px;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.guide-collection-reset-modal[hidden] {
    display: none;
}

.guide-collection-reset-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.guide-collection-reset-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 13, 12, 0.7);
    backdrop-filter: blur(7px);
}

.guide-collection-reset-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    padding: clamp(34px, 5vw, 52px);
    border: 1px solid #deddd7;
    border-radius: 22px;
    background: #f7f6f2;
    color: #171817;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
    transform: translateY(18px) scale(0.975);
    transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.guide-collection-reset-modal.is-open .guide-collection-reset-modal__dialog {
    transform: translateY(0) scale(1);
}

.guide-collection-reset-modal__symbol {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 50%;
    background: #f3cf4a;
    color: #171817;
    font-size: 34px;
    font-weight: 280;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(176, 135, 0, 0.2);
}

.guide-collection-reset-modal .guide-eyebrow {
    color: #858681;
}

.guide-collection-reset-modal h2 {
    margin: 15px 0 0;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 590;
    letter-spacing: -0.06em;
    line-height: 1.12;
    word-break: keep-all;
}

.guide-collection-reset-modal h2 + p {
    margin: 22px 0 0;
    color: #666762;
    font-size: 13px;
    line-height: 1.8;
    word-break: keep-all;
}

.guide-collection-reset-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 32px;
}

.guide-collection-reset-modal__actions > * {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9c8c2;
    border-radius: 3px;
    background: #fff;
    color: #171817;
    font-size: 11px;
    font-weight: 680;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.guide-collection-reset-modal__actions > a {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

.guide-collection-reset-modal__actions > button:hover,
.guide-collection-reset-modal__actions > button:focus-visible {
    border-color: #aaa9a3;
    background: #fff;
    color: #171817;
    transform: translateY(-2px);
}

.guide-collection-reset-modal__actions > a:hover,
.guide-collection-reset-modal__actions > a:focus-visible {
    border-color: #861d15;
    background: #861d15;
    color: #fff;
    transform: translateY(-2px);
}

.guide-collection-empty {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.guide-collection-empty h2 {
    margin: 22px 0 0;
    font-size: clamp(34px, 5vw, 54px);
    letter-spacing: -0.055em;
}

.guide-collection-empty h2 + p {
    max-width: 520px;
    margin: 20px 0 0;
    color: #73746f;
    font-size: 13px;
    line-height: 1.8;
}

.guide-collection-empty a {
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid #171817;
    color: #171817;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

@keyframes guide-heart-pop {
    0% { transform: scale(1); }
    38% { transform: scale(1.55) rotate(-7deg); }
    72% { transform: scale(0.9) rotate(3deg); }
    100% { transform: scale(1); }
}

@keyframes guide-launcher-bump {
    0%, 100% { transform: translateY(0) scale(1); }
    45% { transform: translateY(-7px) scale(1.04); }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .guide-collection-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .guide-engagement {
        gap: 7px;
        margin-top: 22px;
    }

    .guide-engagement__button,
    .guide-engagement__stat {
        min-height: 40px;
        padding: 0 12px;
        font-size: 11px;
    }

    .guide-engagement__save {
        width: 100%;
        justify-content: center;
    }

    .guide-card-save {
        top: 10px;
        right: 10px;
        min-height: 36px;
        padding: 0 11px;
    }

    .guide-selection__launcher {
        right: 14px;
        bottom: 14px;
        min-height: 50px;
        padding-left: 15px;
    }

    .guide-selection__drawer {
        top: auto;
        bottom: 0;
        width: 100%;
        height: min(78dvh, 720px);
        padding: 22px 20px max(18px, env(safe-area-inset-bottom));
        border-radius: 22px 22px 0 0;
        box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.2);
        transform: translateY(104%);
    }

    .guide-selection__drawer.is-open {
        transform: translateY(0);
    }

    .guide-selection__header h2 {
        font-size: 21px;
    }

    .guide-selection__items li > a {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 12px;
        padding-right: 40px;
    }

    .guide-selection__item-title {
        font-size: 12.5px;
    }

    .guide-share-modal {
        padding: 12px;
    }

    .guide-share-modal__dialog {
        max-height: calc(100dvh - 24px);
        padding: 30px 20px 24px;
        border-radius: 22px;
    }

    .guide-share-modal__close {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
    }

    .guide-share-modal__symbol {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .guide-share-modal__symbol svg {
        width: 32px;
        height: 32px;
    }

    .guide-share-modal h2 {
        padding-right: 24px;
        font-size: clamp(32px, 10vw, 40px);
    }

    .guide-share-modal__description {
        margin-top: 18px;
        font-size: 13px;
    }

    .guide-share-modal__facts {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .guide-share-modal__facts p {
        min-height: 74px;
    }

    .guide-share-modal__copy {
        min-height: 58px;
        margin-top: 22px;
        padding-right: 18px;
        padding-left: 20px;
        font-size: 12px;
    }

    .guide-set-nav {
        right: 14px;
        bottom: 76px;
        left: auto;
    }

    .guide-set-nav__status {
        min-height: 50px;
    }

    .guide-collection-hero,
    .guide-collection-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .guide-collection-hero {
        padding-top: 82px;
        padding-bottom: 68px;
    }

    .guide-collection-hero h1 {
        font-size: 48px;
    }

    .guide-collection-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .guide-collection-share {
        width: 100%;
    }

    .guide-collection-card > a:not(.guide-collection-card__remove) {
        gap: 0;
        padding: 12px 12px 24px;
    }

    .guide-collection-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .guide-collection-card {
        border-radius: 16px;
    }

    .guide-collection-card__copy {
        padding: 20px 8px 0;
    }

    .guide-collection-card__remove {
        top: 26px;
        right: 26px;
        width: 42px;
        height: 42px;
    }

    .guide-collection-reset {
        padding-top: 48px;
    }

    .guide-collection-reset__button {
        width: 100%;
        justify-content: center;
    }

    .guide-collection-reset-modal {
        padding: 14px;
    }

    .guide-collection-reset-modal__dialog {
        border-radius: 18px;
    }

    .guide-collection-reset-modal__actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .guide-engagement__like.is-popping svg,
    .guide-selection__launcher.is-bumping {
        animation: none;
    }

    .guide-selection__drawer,
    .guide-selection__backdrop,
    .guide-share-modal,
    .guide-share-modal__dialog,
    .guide-collection-card,
    .guide-collection-card__image img {
        transition: none;
    }

    .guide-collection-reset__button,
    .guide-collection-reset-modal,
    .guide-collection-reset-modal__dialog,
    .guide-collection-reset-modal__actions > *,
    .guide-collection-share,
    .guide-collection-share svg {
        transition: none;
    }

    .guide-share-modal__copy.is-copied {
        animation: none;
    }

    .guide-save-flight {
        display: none;
    }
}

html {
    background: var(--nov-white);
}

body {
    background: var(--nov-white);
    color: var(--nov-copy);
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: -0.018em;
    line-height: 1.7;
}

::selection {
    background: #d9c8ae;
    color: var(--nov-ink);
}

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

a:focus-visible,
button:focus-visible {
    outline-color: var(--nov-brass);
}

/* Header */
.site-header {
    height: 76px;
    border-bottom: 1px solid rgba(23, 23, 22, 0.07);
    background: rgba(255, 255, 255, 0.965);
    backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
    box-shadow: 0 8px 28px rgba(24, 23, 20, 0.055);
}

.site-nav {
    width: min(var(--nov-shell), calc(100% - 64px));
    max-width: none;
    height: 76px;
    padding: 0;
}

.site-logo,
.site-logo img {
    width: 92px;
    height: auto;
}

.site-nav__links {
    height: 76px;
    gap: 2px;
}

.site-nav__links a {
    position: relative;
    height: 76px;
    padding: 0 15px;
    color: #565650;
    font-size: 12px;
    font-weight: 550;
    letter-spacing: 0.015em;
}

.site-nav__links a::after {
    position: absolute;
    right: 15px;
    bottom: 19px;
    left: 15px;
    height: 1px;
    background: var(--nov-ink);
    content: "";
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.site-nav__links a:hover,
.site-nav__links a.is-active {
    color: var(--nov-ink);
}

.site-nav__links a:hover::after,
.site-nav__links a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav__links .site-nav__admin {
    height: 30px;
    margin-left: 14px;
    padding: 0 12px;
    border-color: var(--nov-line);
    border-radius: 2px;
    color: var(--nov-muted);
}

.site-nav__links .site-nav__admin::after {
    display: none;
}

/* Home hero */
.home-slider,
.home-slider .carousel,
.home-slider .carousel-inner,
.home-slider .carousel-item {
    min-height: 620px;
    aspect-ratio: 16 / 8.7;
}

.home-slider::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(9, 10, 10, 0.68) 0%, rgba(9, 10, 10, 0.42) 48%, rgba(9, 10, 10, 0.2) 100%),
        linear-gradient(0deg, rgba(7, 8, 8, 0.4) 0%, rgba(7, 8, 8, 0.08) 64%, transparent 100%);
    content: "";
    pointer-events: none;
}

.home-slider__image {
    filter: saturate(0.88) contrast(1.02);
}

.home-hero-copy {
    position: absolute;
    bottom: clamp(62px, 9vw, 128px);
    left: max(32px, calc((100% - var(--nov-shell)) / 2));
    z-index: 3;
    width: min(680px, calc(100% - 64px));
    color: #fff;
    pointer-events: none;
}

.home-hero-copy__eyebrow,
.home-statement__label,
.home-categories__head p {
    margin: 0;
    color: inherit;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

.home-hero-copy h1 {
    margin: 25px 0 0;
    color: #fff;
    font-size: clamp(42px, 5.2vw, 76px);
    font-weight: 620;
    letter-spacing: -0.065em;
    line-height: 1.09;
    text-wrap: balance;
    word-break: keep-all;
}

.home-hero-copy__description {
    max-width: 530px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(14px, 1.3vw, 17px);
    line-height: 1.8;
    word-break: keep-all;
}

.home-hero-copy__action {
    display: inline-flex;
    margin-top: 42px;
    align-items: center;
    gap: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 2;
    pointer-events: auto;
}

.home-hero-copy__action:hover {
    border-color: #fff;
    color: #fff;
}

.home-slider__scroll {
    z-index: 2;
}

.home-statement {
    padding: clamp(100px, 11vw, 172px) 32px clamp(96px, 10vw, 150px);
    background: var(--nov-white);
}

.home-statement__inner {
    display: grid;
    width: min(var(--nov-shell), 100%);
    grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1.58fr);
    gap: clamp(44px, 8vw, 130px);
    margin: 0 auto;
}

.home-statement__label {
    padding-top: 9px;
    color: var(--nov-brass);
}

.home-statement__copy {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
}

.home-statement h2 {
    margin: 0;
    color: var(--nov-ink);
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 590;
    letter-spacing: -0.06em;
    line-height: 1.22;
    word-break: keep-all;
}

.home-statement__copy > p {
    margin: 0 0 4px;
    color: var(--nov-muted);
    font-size: 15px;
    line-height: 2;
    word-break: keep-all;
}

/* Home services */
.home-categories {
    padding: clamp(84px, 9vw, 140px) 32px clamp(100px, 11vw, 170px);
    background: var(--nov-paper);
}

.home-categories__head {
    display: flex;
    width: min(var(--nov-shell), 100%);
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto 44px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--nov-line);
}

.home-categories__head p {
    color: var(--nov-brass);
}

.home-categories__head h2 {
    margin: 0;
    color: var(--nov-ink);
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 600;
    letter-spacing: -0.05em;
}

.home-categories__grid {
    max-width: var(--nov-shell);
    gap: 22px;
}

.home-category {
    aspect-ratio: 3 / 2;
    border-radius: var(--nov-radius);
    background: #d8d6cf;
}

.home-category img {
    filter: saturate(0.88);
    transition: filter 0.45s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-category:hover img {
    filter: saturate(0.98);
    transform: scale(1.035);
}

.home-category__overlay {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 19px;
    padding: clamp(24px, 3vw, 40px);
    background: linear-gradient(0deg, rgba(8, 9, 9, 0.76), rgba(8, 9, 9, 0.04) 60%);
    text-align: left;
    text-shadow: none;
}

.home-category:hover .home-category__overlay,
.home-category:focus-visible .home-category__overlay {
    background: linear-gradient(0deg, rgba(8, 9, 9, 0.82), rgba(8, 9, 9, 0.1) 66%);
}

.home-category__number {
    padding-bottom: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.14em;
}

.home-category__text {
    display: flex;
    flex-direction: column;
}

.home-category__title {
    order: 2;
    font-size: clamp(20px, 2.3vw, 31px);
    font-weight: 550;
    letter-spacing: -0.035em;
    line-height: 1.25;
    transition: none;
}

.home-category:hover .home-category__title,
.home-category:focus-visible .home-category__title {
    transform: none;
}

.home-category__subtitle {
    position: static;
    order: 1;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    opacity: 1;
    transform: none;
}

.home-category__arrow {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.home-category:hover .home-category__arrow {
    background: #fff;
    color: var(--nov-ink);
}

.home-guide-invite {
    padding: clamp(102px, 10vw, 150px) 32px;
    background: var(--nov-white);
}

.home-guide-invite__inner {
    display: grid;
    width: min(var(--nov-shell), 100%);
    grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
    align-items: start;
    gap: clamp(36px, 6vw, 90px);
    padding: 46px 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
}

.home-guide-invite__label {
    padding-top: 12px;
    color: var(--nov-brass);
    font-size: 10px;
}

.home-guide-invite__content,
.about-guide-invite__content {
    display: flex;
    max-width: 900px;
    flex-direction: column;
    align-items: flex-start;
}

.home-guide-invite h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
}

.home-guide-invite p {
    max-width: 760px;
    margin: 30px 0 0;
    font-size: 14px;
}

.home-guide-invite__action,
.about-guide-invite__action {
    min-height: auto;
    margin: 26px 0 0;
    padding: 12px 0 9px;
    gap: 15px;
    border: 0;
    border-bottom: 1px solid var(--nov-ink);
    border-radius: 0;
    background: transparent;
    color: var(--nov-ink);
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}

.home-guide-invite__action:hover,
.home-guide-invite__action:focus-visible,
.about-guide-invite__action:hover,
.about-guide-invite__action:focus-visible {
    border-color: var(--nov-brass);
    background: transparent;
    color: var(--nov-brass-dark);
}

/* Portfolio service hero */
.service-hero {
    height: min(800px, calc(100svh - 76px));
    min-height: 600px;
    align-items: flex-end;
    justify-content: flex-start;
}

.service-hero__overlay,
.service-hero--corp .service-hero__overlay {
    background:
        linear-gradient(90deg, rgba(7, 8, 8, 0.58), rgba(7, 8, 8, 0.09) 62%),
        linear-gradient(0deg, rgba(7, 8, 8, 0.62), transparent 60%);
}

.service-hero__content {
    width: min(var(--nov-shell), calc(100% - 64px));
    margin: 0 auto clamp(68px, 8vw, 112px);
    text-align: left;
}

.service-hero__eyebrow {
    min-height: 0 !important;
    margin: 0 0 22px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4 !important;
}

.service-hero h1 {
    margin: 0;
    font-size: clamp(45px, 5.8vw, 78px);
    font-weight: 570;
    letter-spacing: -0.06em;
    line-height: 1.08;
}

.service-hero__description {
    display: block;
    width: min(700px, 100%);
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.service-hero__description p {
    min-height: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}

.service-hero__description p + p {
    margin-top: 8px;
}

/* Corporate / commercial / healthcare / video */
.corporate-sections {
    padding: clamp(110px, 10vw, 160px) 32px 0;
    background: var(--nov-white);
}

.corporate-section,
.corporate-section:first-child,
.corporate-section:nth-child(7) {
    padding-bottom: clamp(150px, 15vw, 240px);
}

.corporate-section:last-child {
    padding-bottom: clamp(110px, 11vw, 170px);
}

.corporate-section__head {
    width: min(680px, 100%);
    margin-bottom: 58px;
}

.corporate-section__head h2 {
    margin-bottom: 12px;
    color: var(--nov-ink);
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 590;
    letter-spacing: -0.04em;
    line-height: 1.2;
}

.corporate-section__head p {
    color: var(--nov-muted);
    font-size: 13px;
}

.corporate-carousel,
.use-case-grid {
    width: min(var(--nov-shell), 100%);
}

.corporate-carousel__stage {
    border-radius: var(--nov-radius);
}

.corporate-carousel__thumbnail {
    border-radius: 3px;
}

.corporate-carousel .carousel-control-prev,
.corporate-carousel .carousel-control-next {
    width: 52px;
    height: 68px;
    border: 0;
    border-radius: 0;
    background: rgba(16, 16, 15, 0.68);
}

.corporate-carousel__arrow {
    font-size: 39px;
}

.use-case-grid {
    gap: clamp(70px, 7vw, 105px) clamp(28px, 4vw, 58px);
    padding-top: 8px;
}

.use-case-grid__media {
    border-radius: var(--nov-radius);
}

.use-case-grid__caption {
    padding-top: 14px;
    color: var(--nov-copy);
    font-size: 13px;
}

.commercial-gallery {
    gap: 12px;
    padding: clamp(100px, 10vw, 150px) max(24px, calc((100% - var(--nov-shell)) / 2));
    background: var(--nov-white);
}

.commercial-gallery__item {
    border-radius: var(--nov-radius);
}

.healthcare-index {
    padding: clamp(100px, 10vw, 150px) 32px clamp(110px, 11vw, 170px);
    background: var(--nov-white);
}

.healthcare-grid {
    width: min(var(--nov-shell), 100%);
    gap: 16px;
}

.healthcare-card {
    border-radius: var(--nov-radius);
}

.healthcare-card::after {
    background: linear-gradient(0deg, rgba(7, 8, 8, 0.52), rgba(7, 8, 8, 0.04) 68%);
}

.healthcare-card:hover::after,
.healthcare-card:focus-visible::after {
    background: linear-gradient(0deg, rgba(7, 8, 8, 0.7), rgba(7, 8, 8, 0.12) 72%);
}

.healthcare-card__label {
    gap: 7px;
    padding: 22px;
}

.healthcare-card__english {
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    font-weight: 680;
    letter-spacing: 0.17em;
}

.healthcare-card__korean {
    font-size: 17px;
    font-weight: 540;
    letter-spacing: -0.04em;
}

.video-gallery {
    width: min(var(--nov-shell), calc(100% - 64px));
    gap: 22px;
    margin: 0 auto;
    padding: clamp(100px, 10vw, 150px) 0 clamp(110px, 11vw, 170px);
    background: var(--nov-white);
}

.template-video main {
    background: var(--nov-white);
}

.video-gallery__item {
    border-radius: var(--nov-radius);
    box-shadow: 0 14px 35px rgba(24, 22, 18, 0.09);
}

.video-gallery__play {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 0;
    height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-gallery__play::after {
    left: 50%;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
    border-left-color: #fff;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
    transform: translate(-35%, -50%);
}

.video-gallery__item:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 4px;
}

/* About */
.about-intro,
.about-clients,
.about-sessions,
.about-video,
.about-contact {
    padding-right: 32px;
    padding-left: 32px;
}

.about-intro {
    min-height: 0;
    padding-top: clamp(90px, 10vw, 150px);
    padding-bottom: clamp(88px, 8vw, 120px);
    background: var(--nov-paper);
}

.about-intro__inner,
.about-section-inner,
.about-video__inner,
.about-contact__inner {
    width: min(var(--nov-shell), 100%);
}

.about-intro__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
    gap: clamp(70px, 9vw, 138px);
}

.about-carousel-wrap {
    aspect-ratio: 4 / 3;
    border-radius: var(--nov-radius);
    box-shadow: var(--nov-shadow);
}

.about-copy {
    max-width: 500px;
}

.about-eyebrow {
    margin-bottom: 26px;
    color: var(--nov-brass);
    font-size: 10px;
}

.about-copy h1,
.about-section-head h2,
.about-video h2,
.about-contact h2 {
    color: var(--nov-ink);
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 570;
    letter-spacing: -0.065em;
    line-height: 1.05;
}

.about-copy__lead {
    margin-top: 46px;
    font-size: clamp(19px, 1.8vw, 25px);
    line-height: 1.65;
}

.about-copy__description {
    margin-top: 28px;
    color: var(--nov-muted);
    font-size: 14px;
    line-height: 2;
}

.about-section-head {
    margin-bottom: clamp(60px, 7vw, 92px);
}

.about-section-head__description {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--nov-muted);
    font-size: 14px;
    line-height: 1.9;
    word-break: keep-all;
}

.about-clients {
    padding-top: clamp(86px, 8vw, 120px);
    padding-bottom: clamp(120px, 12vw, 184px);
}

.about-clients__logos {
    justify-content: flex-start;
    row-gap: clamp(55px, 6vw, 86px);
}

.about-client {
    flex-basis: 12.5%;
    padding: 0 14px;
}

.about-sessions {
    padding-top: clamp(110px, 11vw, 170px);
    padding-bottom: clamp(120px, 12vw, 184px);
    background: var(--nov-paper);
}

.about-section-lead {
    max-width: 560px;
    color: var(--nov-muted);
    line-height: 1.9;
    word-break: keep-all;
    text-wrap: balance;
}

.about-sessions__grid {
    gap: 0;
    border-top: 1px solid var(--nov-line);
}

.about-session {
    min-height: 450px;
    padding: clamp(34px, 3.4vw, 50px);
    border: 0;
    border-right: 1px solid var(--nov-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-session:last-child {
    border-right: 0;
}

.about-session h3,
.about-session__number {
    color: var(--nov-muted);
}

.about-session__en {
    color: var(--nov-ink);
    font-size: clamp(29px, 2.8vw, 40px);
    font-weight: 530;
}

.about-session__details {
    color: var(--nov-copy);
    font-size: 13.5px;
}

.about-session__uses {
    margin: 24px 0 0;
    border-color: var(--nov-line);
}

.about-video {
    padding-top: clamp(120px, 12vw, 185px);
    padding-bottom: clamp(120px, 12vw, 185px);
}

.about-video__inner {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(70px, 9vw, 138px);
}

.about-video__media {
    width: 70%;
    justify-self: end;
    border-radius: var(--nov-radius);
    background: #fff;
    box-shadow: none;
}

.about-video__media video {
    background: #fff;
}

.about-video__lead {
    color: var(--nov-copy);
    line-height: 1.9;
}

.about-guide-invite {
    padding: clamp(100px, 10vw, 150px) 32px;
    background: var(--nov-paper);
}

.about-guide-invite__inner {
    display: grid;
    width: min(var(--nov-shell), 100%);
    grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.55fr);
    align-items: start;
    gap: clamp(36px, 6vw, 90px);
    text-align: left;
}

.about-guide-invite .about-eyebrow {
    margin: 0;
    padding-top: 12px;
}

.about-guide-invite h2 {
    font-size: clamp(30px, 3.4vw, 47px);
}

.about-guide-invite__content > p {
    max-width: 760px;
    margin: 30px 0 0;
    line-height: 1.9;
}

.about-guide-invite__action {
    min-height: 52px;
    margin-top: 34px;
    padding: 0 24px;
    gap: 18px;
    border: 1px solid var(--nov-ink);
    border-radius: 2px;
    background: var(--nov-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.about-guide-invite__action:hover,
.about-guide-invite__action:focus-visible {
    border-color: var(--nov-brass);
    background: var(--nov-brass);
    color: #fff;
}

.about-contact {
    padding-top: clamp(110px, 11vw, 170px);
    padding-bottom: clamp(110px, 11vw, 170px);
}

.about-contact__inner {
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(70px, 9vw, 140px);
    padding: clamp(58px, 7vw, 92px);
    border-radius: var(--nov-radius);
    background: var(--nov-ink);
}

.about-contact__heading > p:last-child {
    max-width: 380px;
    margin: 32px 0 0;
    color: #a5a49e;
    font-size: 13px;
    line-height: 1.9;
    word-break: keep-all;
}

.about-contact__detail:hover,
.about-contact__detail:focus-visible {
    color: #fff;
}

.about-contact__detail:hover .about-contact__detail-action,
.about-contact__detail:focus-visible .about-contact__detail-action {
    border-color: #fff;
    background: #fff;
    color: var(--nov-ink);
}

/* Healthcare detail */
.portfolio-detail-nav {
    display: flex;
    width: min(var(--nov-shell), calc(100% - 64px));
    margin: 0 auto;
    padding: 58px 0 48px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-contact h2 {
    color: #fff;
}

.portfolio-detail-nav__path {
    margin: 0;
    color: var(--nov-brass);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.portfolio-detail-nav h1 {
    margin: 13px 0 0;
    color: var(--nov-ink);
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 620;
    letter-spacing: -0.055em;
    line-height: 1.15;
}

.portfolio-detail-nav__back,
.site-back-button {
    display: inline-flex;
    min-width: 184px;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid var(--nov-ink);
    border-radius: 3px;
    background: var(--nov-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: -0.01em;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.portfolio-detail-nav__back {
    margin-top: 26px;
}

.portfolio-detail-nav__back:hover,
.portfolio-detail-nav__back:focus-visible,
.site-back-button:hover,
.site-back-button:focus-visible {
    border-color: var(--nov-ink);
    background: #fff;
    color: var(--nov-ink);
    box-shadow: none;
    transform: none;
}

.site-back-button:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 3px;
}

.guide-article__back.site-back-button {
    display: flex;
    width: min(260px, 100%);
    min-width: 0;
    height: 48px;
    margin: 16px auto 0;
    font-size: 13px;
}

.guide-policy__back.site-back-button {
    display: flex;
    width: fit-content;
    margin: 45px auto 0;
}

.error-page__back.site-back-button {
    margin: 28px auto 0;
}

.portfolio-detail-nav__back:hover .portfolio-detail-nav__arrow {
    transform: none;
}

.portfolio-detail-nav--bottom {
    padding-top: 64px;
    padding-bottom: 70px;
}

.portfolio-detail-nav--bottom .portfolio-detail-nav__back {
    margin-top: 0;
}

.detail-gallery {
    padding: 0 12px;
}

.detail-grid {
    gap: 12px;
}

.detail-grid__item {
    border-radius: var(--nov-radius);
}

.detail-grid__item img {
    transition: transform 0.4s ease;
}

.detail-grid__item:hover img,
.detail-grid__item:focus-visible img {
    transform: scale(1.02);
}

.detail-grid__item:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 3px;
}

/* Guide index */
.guide-shell {
    width: min(var(--nov-shell), calc(100% - 64px));
    max-width: none;
}

.guide-index-hero {
    min-height: 0;
    padding: clamp(105px, 10vw, 150px) 0 clamp(92px, 9vw, 135px);
    background: var(--nov-paper);
    text-align: left;
}

.guide-index-hero .guide-shell {
    display: block;
    width: min(1120px, calc(100% - 64px));
}

.guide-eyebrow {
    color: var(--nov-brass);
    font-size: 10px;
    letter-spacing: 0.19em;
}

.guide-index-hero .guide-eyebrow {
    margin: 0 0 28px;
}

.guide-index-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--nov-ink);
    font-size: clamp(52px, 6vw, 84px);
    font-weight: 570;
    letter-spacing: -0.065em;
    line-height: 1.05;
}

.guide-index-hero h1 + p {
    max-width: 660px;
    margin: 34px 0 0;
    color: var(--nov-muted);
    font-size: 15px;
    line-height: 1.95;
    text-align: left;
    word-break: keep-all;
}

.guide-index-policy {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 34px 0 0;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid #9c9c98;
    border-radius: 0;
    background: transparent;
    color: var(--nov-copy);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    transition: border-color 0.18s ease, color 0.18s ease;
}

.guide-index-policy:hover,
.guide-index-policy:focus-visible {
    border-color: var(--nov-ink);
    background: transparent;
    color: var(--nov-ink);
}

.guide-index-content {
    padding: clamp(82px, 9vw, 130px) 0 clamp(110px, 11vw, 170px);
    background: var(--nov-white);
}

.guide-categories {
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 70px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--nov-line);
}

.guide-categories a {
    min-height: 42px;
    padding: 0 17px;
    border-color: var(--nov-line);
    border-radius: 2px;
    color: var(--nov-muted);
    font-size: 11px;
}

.guide-categories a:hover,
.guide-categories a.is-active {
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.guide-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(70px, 8vw, 110px) clamp(28px, 5vw, 72px);
}

.guide-card__link {
    display: block;
    color: inherit;
}

.guide-card__link:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 7px;
}

.guide-card__image {
    border-radius: var(--nov-radius);
    background: var(--nov-paper-deep);
}

.guide-card__image img {
    filter: saturate(0.92);
    transition: filter 0.35s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.guide-card:hover .guide-card__image img {
    filter: saturate(1);
    transform: scale(1.025);
}

.guide-card__body {
    padding-top: 24px;
}

.guide-card__meta {
    justify-content: flex-start;
    gap: 12px;
    color: var(--nov-muted);
    font-size: 10px;
    letter-spacing: 0.06em;
}

.guide-card__engagement {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: #84847f !important;
    font-size: 9px;
    font-variant-numeric: tabular-nums;
    font-weight: 560 !important;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
}

.guide-card__engagement > span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: inherit;
    font-weight: inherit;
}

.guide-card__engagement svg {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.guide-card__meta time {
    margin-left: 0;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.guide-card__number {
    min-width: 52px;
    min-height: 30px;
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.guide-card h2 {
    margin-top: 20px;
    color: var(--nov-ink);
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 590;
    letter-spacing: -0.05em;
    line-height: 1.35;
}

.guide-card__body > p {
    max-width: 580px;
    margin-top: 15px;
    color: var(--nov-muted);
    font-size: 14px;
    line-height: 1.85;
}

/* Guide article: preserve the chat concept, refine everything around it. */
.guide-article {
    padding-top: clamp(44px, 4vw, 64px);
}

.guide-article-shell {
    width: min(1120px, calc(100% - 64px));
}

.guide-article__header {
    width: min(980px, calc(100% - 64px));
    padding-top: 0;
    padding-bottom: 0;
}

.guide-breadcrumb {
    color: var(--nov-muted);
    font-size: 10px;
    letter-spacing: 0.06em;
}

.guide-article__header h1 {
    color: var(--nov-ink);
    font-size: clamp(40px, 5.3vw, 70px);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 1.16;
}

.guide-article__number {
    display: inline-flex;
    min-height: 32px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    border-radius: 2px;
    background: var(--nov-ink);
    color: #fff;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    font-weight: 750;
    letter-spacing: 0.14em;
    line-height: 1;
}

.guide-article__excerpt {
    color: var(--nov-muted);
    line-height: 1.9;
}

.guide-article__cover,
.guide-article__cover img {
    border-radius: var(--nov-radius);
}

.guide-content {
    padding-top: clamp(48px, 5vw, 72px);
    font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "Helvetica Neue", Arial, sans-serif;
}

.guide-chat {
    border-radius: 14px;
    background: #e9edf0;
    box-shadow: 0 26px 70px rgba(28, 30, 32, 0.07);
}

.guide-chat__bubble {
    box-shadow: 0 8px 24px rgba(28, 30, 32, 0.055);
}

.guide-article__footer {
    padding-top: clamp(40px, 4vw, 56px);
    padding-bottom: clamp(48px, 5vw, 68px);
}

.guide-provenance {
    margin-bottom: 32px;
    padding: 26px 20px 0;
    border: 0;
    border-top: 1px solid var(--nov-line);
    border-radius: 0;
    background: transparent;
}

.guide-provenance__title {
    color: var(--nov-ink);
    font-weight: 650;
}

.guide-provenance p {
    max-width: 600px;
}

.guide-article__back.site-back-button {
    margin-top: 18px;
}

.guide-related {
    padding-top: clamp(100px, 10vw, 150px);
    padding-bottom: clamp(110px, 11vw, 170px);
    background: var(--nov-paper);
}

.guide-related .guide-eyebrow {
    margin-bottom: 16px;
    text-align: center;
}

.guide-related h2 {
    margin-bottom: 60px;
    color: var(--nov-ink);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 590;
    letter-spacing: -0.05em;
}

.guide-related__grid {
    gap: 28px;
}

.guide-related article a {
    display: block;
}

.guide-related__image {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: var(--nov-radius);
    background: var(--nov-paper-deep);
}

.guide-related article img {
    margin-bottom: 0;
    border-radius: 0;
    filter: saturate(0.92);
    transition: filter 0.35s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.guide-related article a:hover img,
.guide-related article a:focus-visible img {
    filter: saturate(1);
    transform: scale(1.025);
}

.guide-related article a:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 6px;
}

.guide-related__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guide-related article .guide-related__number {
    color: var(--nov-brass-dark);
    font-variant-numeric: tabular-nums;
    font-weight: 750;
    letter-spacing: 0.1em;
}

/* Footer */
.site-footer {
    min-height: 0;
    padding: clamp(64px, 5vw, 80px) 32px 30px;
    background: #1b1b1a;
    color: #a7a69f;
    text-align: left;
}

.site-footer__inner {
    display: grid;
    width: min(var(--nov-shell), 100%);
    grid-template-columns: minmax(320px, 1.15fr) minmax(240px, 0.65fr) minmax(160px, 0.35fr);
    column-gap: clamp(50px, 8vw, 130px);
    row-gap: 0;
    margin: 0 auto;
}

.site-footer__eyebrow,
.site-footer__contact-label {
    margin: 0;
    color: #85847e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.site-footer__statement {
    margin: 28px 0 0;
    color: #d4d3cf;
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 430;
    letter-spacing: -0.035em;
    line-height: 1.5;
}

.site-footer__contact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.site-footer__contact-label {
    margin-bottom: 18px;
}

.site-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #deddd8;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    text-align: left;
}

.site-footer__email-address {
    color: inherit;
}

.site-footer__email-action {
    color: #85847e;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: color 0.2s ease;
}

.site-footer__email:hover,
.site-footer__email:focus-visible {
    color: #fff;
}

.site-footer__email:hover .site-footer__email-action,
.site-footer__email:focus-visible .site-footer__email-action,
.site-footer__email.is-copied .site-footer__email-action {
    color: #fff;
}

.site-footer__email:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 5px;
}

.site-footer__nav {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.site-footer__nav a {
    padding: 3px 0;
    color: #a7a69f;
    font-size: 12px;
}

.site-footer__bottom {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer__name,
.site-footer__copyright {
    margin: 0;
    color: #77766f;
    font-size: 9px;
    letter-spacing: 0.12em;
}

@media (max-width: 991.98px) {
    .site-header,
    .site-nav {
        height: 68px;
    }

    .site-nav {
        width: calc(100% - 40px);
    }

    .home-slider,
    .home-slider .carousel,
    .home-slider .carousel-inner,
    .home-slider .carousel-item {
        min-height: 650px;
        aspect-ratio: auto;
    }

    .home-slider__image {
        object-position: center;
    }

    .home-statement__inner,
    .home-statement__copy {
        grid-template-columns: 1fr;
    }

    .home-statement__inner {
        gap: 42px;
    }

    .home-statement__copy {
        gap: 34px;
    }

    .home-guide-invite__inner,
    .about-guide-invite__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-guide-invite__label,
    .about-guide-invite .about-eyebrow {
        padding-top: 0;
    }

    .about-intro__inner,
    .about-video__inner {
        grid-template-columns: 1fr;
    }

    .about-video__media {
        width: 100%;
    }

    .about-copy,
    .about-video__copy {
        max-width: 680px;
    }

    .about-sessions__grid {
        grid-template-columns: 1fr;
    }

    .about-session {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--nov-line);
    }

    .about-session:last-child {
        border-bottom: 0;
    }

    .about-contact__inner {
        grid-template-columns: 1fr;
    }

    .guide-index-hero .guide-shell {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .guide-index-hero h1 + p,
    .guide-index-policy {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .guide-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 70px 28px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }

    .site-footer__brand,
    .site-footer__bottom {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        margin-top: 4px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    .site-header,
    .site-nav {
        height: 64px;
    }

    .site-logo,
    .site-logo img {
        width: 82px;
    }

    .mobile-menu .offcanvas-header {
        height: 64px;
    }

    .home-slider {
        height: calc(100svh - 64px);
        min-height: 560px;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .home-slider .carousel,
    .home-slider .carousel-inner,
    .home-slider .carousel-item {
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
    }

    .home-slider__image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-slider::after {
        background:
            linear-gradient(90deg, rgba(9, 10, 10, 0.38), rgba(9, 10, 10, 0.08)),
            linear-gradient(0deg, rgba(7, 8, 8, 0.62), transparent 68%);
    }

    .home-hero-copy {
        bottom: 58px;
        left: 24px;
        width: calc(100% - 48px);
    }

    .home-hero-copy h1 {
        margin-top: 18px;
        font-size: clamp(39px, 12vw, 54px);
    }

    .home-hero-copy__description {
        margin-top: 20px;
        font-size: 13px;
    }

    .home-hero-copy__action {
        margin-top: 30px;
    }

    .home-statement,
    .home-categories,
    .home-guide-invite,
    .about-guide-invite,
    .site-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .home-statement h2 {
        font-size: 34px;
    }

    .home-categories__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .home-categories__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-category {
        aspect-ratio: 4 / 3;
    }

    .home-category__overlay {
        padding: 23px;
    }

    .home-category__title {
        font-size: 24px;
    }

    .home-guide-invite__inner,
    .about-guide-invite__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-guide-invite p,
    .about-guide-invite__content > p {
        margin-top: 22px;
    }

    .home-guide-invite__action,
    .about-guide-invite__action {
        justify-self: start;
    }

    .service-hero {
        height: calc(100svh - 64px);
        min-height: 590px;
    }

    .service-hero__content {
        width: calc(100% - 40px);
        margin-bottom: 46px;
    }

    .service-hero h1 {
        font-size: 42px;
    }

    .service-hero__description {
        margin-top: 26px;
        padding-top: 20px;
    }

    .service-hero__description p {
        font-size: 12px;
        line-height: 1.7;
    }

    .corporate-sections,
    .healthcare-index {
        padding-right: 20px;
        padding-left: 20px;
    }

    .corporate-section__head {
        margin-bottom: 34px;
        text-align: left;
    }

    .corporate-carousel .carousel-control-prev,
    .corporate-carousel .carousel-control-next {
        width: 42px;
        height: 58px;
    }

    .use-case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 54px 16px;
    }

    .commercial-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-right: 8px;
        padding-left: 8px;
    }

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

    .healthcare-card {
        aspect-ratio: 4 / 3;
    }

    .healthcare-card__label {
        gap: 5px;
        padding: 15px;
    }

    .healthcare-card__english {
        font-size: 7px;
        letter-spacing: 0.11em;
    }

    .healthcare-card__korean {
        font-size: 14px;
    }

    .video-gallery {
        width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-intro,
    .about-clients,
    .about-sessions,
    .about-video,
    .about-contact {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-intro {
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .about-clients {
        padding-top: 76px;
    }

    .about-intro__inner {
        gap: 54px;
    }

    .about-copy h1,
    .about-section-head h2,
    .about-video h2,
    .about-contact h2 {
        font-size: 42px;
    }

    .about-section-head--split {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
    }

    .about-section-lead {
        margin: 0;
        text-align: left;
    }

    .about-clients__logos {
        row-gap: 42px;
    }

    .about-client {
        flex-basis: 25%;
        padding: 0 9px;
    }

    .about-session {
        padding: 34px 0 42px;
    }

    .about-video__inner {
        gap: 50px;
    }

    .about-contact__inner {
        gap: 54px;
        padding: 42px 25px;
    }

    .about-contact__detail {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .portfolio-detail-nav {
        width: calc(100% - 40px);
    }

    .detail-gallery {
        padding: 0 8px;
    }

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

    .guide-shell,
    .guide-article-shell {
        width: calc(100% - 40px);
    }

    .guide-index-hero {
        min-height: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .guide-index-hero .guide-shell {
        width: calc(100% - 40px);
        gap: 28px;
    }

    .guide-index-hero h1 {
        font-size: 48px;
    }

    .guide-card-grid {
        grid-template-columns: 1fr;
        gap: 72px;
    }

    .guide-card h2 {
        font-size: 26px;
    }

    .guide-article__header h1 {
        font-size: 40px;
    }

    .guide-chat {
        border-radius: 10px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .site-footer__brand,
    .site-footer__bottom {
        grid-column: 1;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-category img,
    .guide-card__image img,
    .guide-related article img,
    .detail-grid__item img {
        transition: none;
    }
}

/* ========================================================================== */
/* UX normalization: one reading axis, restrained spacing and clear controls  */
/* ========================================================================== */

:root {
    --nov-paper: #f7f7f5;
    --nov-paper-deep: #eeeeeb;
    --nov-ink: #171716;
    --nov-copy: #444440;
    --nov-muted: #74746f;
    --nov-line: #d9d9d4;
    --nov-brass: #62625e;
    --nov-brass-dark: #252524;
    --nov-shell: 1200px;
    --nov-narrow: 820px;
    --nov-shadow: none;
}

::selection {
    color: #fff;
    background: #222;
}

a,
button,
[role="button"] {
    text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
    outline-color: #222;
}

.home-statement,
.home-guide-invite,
.guide-index-hero,
.guide-index-content,
.about-intro,
.about-clients,
.about-sessions,
.about-video,
.about-guide-invite,
.about-contact,
.guide-related {
    padding-left: 32px;
    padding-right: 32px;
}

/* Home: information follows the same left-hand reading axis. */
.home-statement {
    padding-top: 96px;
    padding-bottom: 96px;
}

.home-statement__inner {
    display: block;
    width: min(100%, var(--nov-shell));
    margin-inline: auto;
}

.home-statement__label {
    display: block;
    margin: 0 0 22px;
    color: var(--nov-muted);
}

.home-statement__copy {
    display: block;
    width: min(100%, var(--nov-narrow));
}

.home-statement h2,
.home-statement__copy > p {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.home-statement__copy > p {
    margin-top: 28px;
}

.home-guide-invite {
    padding-top: 88px;
    padding-bottom: 88px;
}

.home-guide-invite__inner {
    display: block;
    width: min(100%, var(--nov-shell));
    margin-inline: auto;
}

.home-guide-invite__label {
    display: block;
    margin: 0 0 20px;
    color: var(--nov-muted);
}

.home-guide-invite__content {
    display: block;
    width: min(100%, var(--nov-narrow));
}

.home-guide-invite__content h2,
.home-guide-invite__content p {
    max-width: 760px;
}

.home-guide-invite__content p {
    margin-top: 24px;
}

.home-guide-invite__action,
.about-guide-invite__action {
    display: inline-flex;
    min-height: 48px;
    margin-top: 30px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nov-ink);
    border-radius: 2px;
    color: #fff;
    background: var(--nov-ink);
    text-decoration: none;
    transform: none;
}

.home-guide-invite__action:hover,
.home-guide-invite__action:focus-visible,
.about-guide-invite__action:hover,
.about-guide-invite__action:focus-visible {
    color: var(--nov-ink);
    background: #fff;
    transform: none;
}

/* Service hero: retain impact without turning supporting copy into columns. */
.service-hero {
    height: clamp(540px, 72svh, 720px);
    min-height: 540px;
}

.service-hero__content {
    width: min(var(--nov-shell), calc(100% - 64px));
}

.service-hero__description {
    display: block;
    max-width: 760px;
    margin-top: 24px;
    padding-top: 20px;
}

.service-hero__description p {
    max-width: 720px;
}

.service-hero__description p + p {
    margin-top: 10px;
}

/* Portfolio and media areas can be wide; their headings still start together. */
.corporate-sections,
.video-gallery {
    width: min(var(--nov-shell), calc(100% - 64px));
}

.corporate-sections {
    margin-inline: auto;
    padding-top: 96px;
    padding-bottom: 104px;
}

.corporate-section,
.corporate-section--use-case {
    margin-bottom: 112px;
}

.corporate-section__head,
.corporate-section--use-case .corporate-section__head {
    width: min(100%, var(--nov-narrow));
    margin: 0 0 40px;
    text-align: left;
}

.video-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-top: 88px;
    padding-bottom: 104px;
}

.video-gallery__item,
.video-gallery__item:hover,
.video-gallery__item:focus-within {
    box-shadow: none;
    transform: none;
}

.video-gallery__play {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translate(-42%, -50%);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}

.video-gallery__play::before,
.video-gallery__play::after {
    display: none;
}

/* About: consistent section rhythm and a single baseline for information. */
.about-intro,
.about-clients,
.about-sessions,
.about-video,
.about-guide-invite,
.about-contact {
    padding-top: 96px;
    padding-bottom: 96px;
}

.about-intro__inner,
.about-clients__inner,
.about-sessions__inner,
.about-video__inner,
.about-guide-invite__inner,
.about-contact__inner {
    width: min(100%, var(--nov-shell));
    margin-inline: auto;
}

.about-intro__inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 72px;
    align-items: center;
}

.about-clients__head,
.about-sessions__head {
    display: block;
    width: min(100%, var(--nov-narrow));
    margin: 0 0 48px;
}

.about-clients__lead,
.about-sessions__head > p {
    max-width: 760px;
    margin-top: 22px;
}

.about-clients__grid {
    row-gap: 54px;
}

.about-sessions__grid {
    align-items: stretch;
}

.about-session {
    display: flex;
    min-height: 520px;
    flex-direction: column;
}

.about-session__uses {
    margin-top: 24px;
}

.about-video__inner {
    grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1fr);
    gap: 72px;
    align-items: center;
}

.about-video__media {
    width: 70%;
    max-width: 680px;
    justify-self: center;
    background: #fff;
    box-shadow: none;
}

.about-video__media img,
.about-video__media video {
    background: #fff;
    box-shadow: none;
}

.about-guide-invite__inner {
    display: flex;
    width: min(820px, 100%);
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-guide-invite__label {
    display: block;
    margin: 0 0 20px;
    color: var(--nov-muted);
}

.about-guide-invite__content {
    width: min(760px, 100%);
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.about-guide-invite__content p {
    max-width: 760px;
    margin: 24px auto 0;
}

.about-contact__inner {
    display: flex;
    width: min(920px, 100%);
    flex-direction: column;
    align-items: center;
    gap: 42px;
    text-align: center;
}

.about-contact__heading,
.about-contact__heading > p:last-child {
    margin-right: auto;
    margin-left: auto;
}

.about-contact__content {
    width: min(640px, 100%);
}

.about-contact__detail {
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    text-align: center;
}

.about-contact__detail,
.about-contact__detail:hover,
.about-contact__detail:focus-within,
.about-contact__email,
.about-contact__email:hover,
.about-contact__email:focus-visible {
    transform: none;
}

.about-contact__email:hover,
.about-contact__email:focus-visible {
    background: transparent;
}

/* Guide index and post: one shell and predictable vertical rhythm. */
.guide-shell {
    width: min(var(--nov-shell), calc(100% - 64px));
}

.guide-index-hero {
    min-height: 0;
    padding-top: 96px;
    padding-bottom: 88px;
}

.guide-index-hero .guide-shell {
    display: block;
}

.guide-index-hero .guide-eyebrow {
    margin-bottom: 20px;
}

.guide-index-hero h1,
.guide-index-hero__copy {
    width: min(100%, var(--nov-narrow));
}

.guide-index-hero__copy {
    margin-top: 24px;
}

.guide-index-hero__policy {
    display: inline-flex;
    min-height: 44px;
    margin-top: 28px;
    padding: 0 18px;
    align-items: center;
    border: 1px solid var(--nov-ink);
    border-radius: 2px;
    color: var(--nov-ink);
    background: transparent;
    text-decoration: none;
}

.guide-index-hero__policy:hover,
.guide-index-hero__policy:focus-visible {
    color: #fff;
    background: var(--nov-ink);
}

.guide-index-content {
    padding-top: 72px;
    padding-bottom: 104px;
}

.guide-card-grid {
    gap: 56px 28px;
}

.guide-card,
.guide-card:hover,
.guide-card:focus-within,
.guide-card__image,
.guide-card__image:hover {
    transform: none;
}

.guide-card > a:hover .guide-card__image img,
.guide-card > a:focus-visible .guide-card__image img,
.guide-related article > a:hover img,
.guide-related article > a:focus-visible img {
    transform: scale(1.025);
}

.guide-article-shell {
    width: min(1120px, calc(100% - 64px));
}

.guide-article__header {
    width: min(1120px, calc(100% - 64px));
    padding-top: 72px;
    padding-bottom: 72px;
}

.guide-breadcrumb {
    margin-bottom: 40px;
}

.guide-article__intro--with-cover {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.guide-article__intro--with-cover .guide-article__cover {
    grid-column: 1;
    grid-row: 1;
}

.guide-article__intro--with-cover .guide-article__intro-copy {
    grid-column: 2;
    grid-row: 1;
}

.guide-content {
    margin-top: 0;
    margin-bottom: 0;
}

.guide-article__footer {
    padding-top: 72px;
    padding-bottom: 88px;
}

.guide-provenance {
    width: min(100%, var(--nov-narrow));
    margin: 0 auto;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid var(--nov-line);
    border-radius: 0;
    background: transparent;
    color: #969691;
    text-align: left;
}

.guide-provenance__title {
    margin: 0 0 8px;
    color: #8f8f8a;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.guide-provenance p {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    color: #999994;
    font-size: 11px;
    line-height: 1.68;
}

.guide-provenance .guide-provenance__image-note {
    margin-top: 8px;
    color: #aaa9a4;
    font-size: 10px;
}

.guide-provenance a {
    margin-top: 8px;
    border-color: #d1d1cd;
    color: #999994;
    font-size: 10px;
}

.guide-provenance a:hover,
.guide-provenance a:focus-visible {
    border-color: #8a8a86;
    color: #73736f;
}

.guide-article__navigation {
    display: flex;
    width: min(100%, var(--nov-narrow));
    justify-content: center;
    margin: 30px auto 0;
}

.guide-article__navigation .guide-article__back.site-back-button {
    width: 250px;
    min-width: 0;
    margin: 0;
    background: var(--nov-ink);
    color: #fff;
}

.guide-related {
    padding-top: 80px;
    padding-bottom: 96px;
}

.guide-related__grid {
    gap: 28px;
}

.guide-related article,
.guide-related article:hover,
.guide-related article:focus-within {
    transform: none;
}

/* Footer: useful information, not another full-screen scene. */
.site-footer {
    min-height: 0;
    padding: 68px 32px 28px;
}

.site-footer__inner {
    width: min(100%, var(--nov-shell));
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.72fr) auto;
    gap: 48px;
}

.site-footer__statement {
    max-width: 620px;
    color: #d4d3cf;
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 430;
    letter-spacing: -0.035em;
    line-height: 1.5;
}

.site-footer__bottom {
    margin-top: 52px;
    padding-top: 24px;
}

@media (max-width: 1199.98px) {
    .about-intro__inner,
    .about-video__inner {
        gap: 48px;
    }

    .about-session {
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .home-statement,
    .home-guide-invite,
    .guide-index-hero,
    .guide-index-content,
    .about-intro,
    .about-clients,
    .about-sessions,
    .about-video,
    .about-guide-invite,
    .about-contact,
    .guide-related {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-intro__inner,
    .about-video__inner,
    .about-contact__inner {
        grid-template-columns: 1fr;
    }

    .about-video__media {
        width: min(70%, 620px);
        justify-self: start;
    }

    .about-session {
        min-height: 470px;
    }

    .guide-article-shell,
    .guide-article__header {
        width: min(1120px, calc(100% - 48px));
    }

    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__brand,
    .site-footer__bottom {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .home-statement,
    .home-guide-invite,
    .guide-index-hero,
    .guide-index-content,
    .about-intro,
    .about-clients,
    .about-sessions,
    .about-video,
    .about-guide-invite,
    .about-contact,
    .guide-related {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-statement,
    .home-guide-invite,
    .about-intro,
    .about-clients,
    .about-sessions,
    .about-video,
    .about-guide-invite,
    .about-contact {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .service-hero {
        height: min(680px, 74svh);
        min-height: 500px;
    }

    .service-hero__content {
        width: calc(100% - 40px);
    }

    .corporate-sections,
    .video-gallery,
    .guide-shell,
    .guide-article-shell,
    .guide-article__header {
        width: calc(100% - 40px);
    }

    .corporate-sections,
    .video-gallery {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .corporate-section,
    .corporate-section--use-case {
        margin-bottom: 76px;
    }

    .video-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-intro__inner,
    .about-video__inner,
    .about-contact__inner {
        gap: 36px;
    }

    .about-video__media {
        width: 70%;
        min-width: 0;
    }

    .about-contact__detail {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .about-session {
        min-height: 0;
    }

    .about-session__uses {
        margin-top: 36px;
    }

    .guide-index-hero {
        padding-top: 72px;
        padding-bottom: 64px;
    }

    .guide-index-content,
    .guide-related {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .guide-card-grid {
        gap: 48px;
    }

    .guide-article__header {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .guide-breadcrumb {
        margin-bottom: 28px;
    }

    .guide-article__intro--with-cover {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .guide-article__intro--with-cover .guide-article__cover,
    .guide-article__intro--with-cover .guide-article__intro-copy {
        grid-column: 1;
    }

    .guide-article__intro--with-cover .guide-article__cover {
        grid-row: 1;
    }

    .guide-article__intro--with-cover .guide-article__intro-copy {
        grid-row: 2;
    }

    .guide-article__footer {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .guide-article__navigation .guide-article__back.site-back-button {
        width: 100%;
    }

    .site-footer {
        padding: 56px 20px 24px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .site-footer__brand,
    .site-footer__bottom {
        grid-column: 1;
    }

    .site-footer__bottom {
        margin-top: 16px;
        padding-top: 20px;
    }
}

/* Corporate use cases: a quiet, self-contained closing chapter. */
.corporate-section:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: clamp(78px, 7vw, 108px);
}

.corporate-section.corporate-section--use-case {
    margin-bottom: -104px;
    padding: clamp(78px, 7vw, 104px) 0 clamp(96px, 8vw, 120px);
    background: #efefeb;
    box-shadow: 0 0 0 100vmax #efefeb;
    clip-path: inset(0 -100vmax);
}

.corporate-section--use-case .corporate-section__head {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin: 0 0 clamp(30px, 3vw, 42px);
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(23, 23, 22, 0.16);
}

.corporate-section--use-case .corporate-section__head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 620;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.corporate-section--use-case .corporate-section__head p {
    padding-bottom: 2px;
    color: #77766f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.corporate-section--use-case .use-case-grid {
    gap: clamp(18px, 2vw, 28px);
    padding: 0;
}

.corporate-section--use-case .use-case-grid__item {
    min-width: 0;
    padding: 8px 8px 13px;
    border: 1px solid rgba(23, 23, 22, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.88);
    text-align: left;
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease;
}

.corporate-section--use-case .use-case-grid__media {
    border-radius: 2px;
    background: #e8e8e3;
}

.corporate-section--use-case .use-case-grid__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 4px 0;
    color: #343431;
    font-size: 12px;
    font-weight: 590;
    letter-spacing: -0.01em;
    line-height: 1.45;
}

.corporate-section--use-case .use-case-grid__caption::after {
    flex: 0 0 auto;
    color: #98978f;
    content: "\2197";
    font-size: 13px;
    font-weight: 400;
}

.corporate-section--use-case .use-case-grid__item:hover,
.corporate-section--use-case .use-case-grid__item:focus-visible {
    border-color: rgba(23, 23, 22, 0.2);
    box-shadow: 0 14px 34px rgba(23, 23, 22, 0.08);
    transform: translateY(-3px);
}

@media (max-width: 767.98px) {
    .corporate-section:nth-last-child(2) {
        padding-bottom: 64px;
    }

    .corporate-section.corporate-section--use-case {
        margin-bottom: -72px;
        padding-top: 60px;
        padding-bottom: 72px;
    }

    .corporate-section--use-case .corporate-section__head {
        gap: 16px;
        margin-bottom: 26px;
        padding-bottom: 18px;
    }

    .corporate-section--use-case .corporate-section__head h2 {
        font-size: 32px;
    }

    .corporate-section--use-case .use-case-grid {
        gap: 14px;
    }

    .corporate-section--use-case .use-case-grid__item {
        padding: 6px 6px 10px;
    }

    .corporate-section--use-case .use-case-grid__caption {
        gap: 6px;
        padding: 9px 2px 0;
        font-size: 11px;
    }
}

/* Final alignment pass: use the actual public-view class names. */
.about-section-inner {
    width: min(100%, var(--nov-shell));
    margin-right: auto;
    margin-left: auto;
}

.about-section-head,
.about-section-head.about-section-head--split {
    display: block;
    width: min(100%, var(--nov-narrow));
    margin: 0 0 56px;
    text-align: left;
}

.about-section-head.about-section-head--split > div {
    width: auto;
}

.about-section-head__description,
.about-section-lead {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--nov-muted);
    line-height: 1.8;
    text-align: left;
}

.about-contact__detail:focus-visible {
    outline-color: rgba(255, 255, 255, 0.9) !important;
}

/* A guide opens with the article, not with a presentation-sized void. */
.guide-article {
    padding-top: 0;
}

.guide-article__header,
.guide-article__header--with-cover {
    width: min(1120px, calc(100% - 64px));
    padding-top: 52px;
    padding-bottom: 52px;
}

.guide-breadcrumb {
    margin-bottom: 30px;
}

.guide-article__header h1,
.guide-article__header--with-cover h1 {
    font-size: clamp(38px, 4.4vw, 58px);
    line-height: 1.18;
}

.guide-article__excerpt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
}

.guide-article__meta {
    margin-top: 22px;
}

.guide-article__intro--with-cover {
    width: min(980px, 100%);
    margin-inline: auto;
}

.guide-content {
    padding-top: 24px;
}

.guide-article__footer {
    padding-top: 56px;
    padding-bottom: 68px;
}

.guide-related__image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.guide-related__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* A standard, quiet play mark: no circle, tile or decorative frame. */
.video-gallery .video-gallery__play {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 16px solid #fff !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.video-gallery .video-gallery__play::before,
.video-gallery .video-gallery__play::after {
    display: none !important;
}

@media (max-width: 767.98px) {
    .about-section-head,
    .about-section-head.about-section-head--split {
        margin-bottom: 36px;
    }

    .guide-article__header,
    .guide-article__header--with-cover {
        width: calc(100% - 40px);
        padding-top: 36px;
        padding-bottom: 40px;
    }

.guide-content {
    padding-top: 12px;
}
}

/* Healthcare detail: bilingual editorial introduction and image-first grid. */
.portfolio-detail-hero {
    padding: clamp(68px, 7vw, 96px) 32px clamp(62px, 6vw, 82px);
    background: var(--nov-paper);
}

.portfolio-detail-hero__inner {
    width: min(var(--nov-shell), 100%);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
    gap: clamp(64px, 9vw, 132px);
}

.portfolio-detail-hero__breadcrumb {
    color: var(--nov-muted-light);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.portfolio-detail-hero__breadcrumb a:hover,
.portfolio-detail-hero__breadcrumb a:focus-visible {
    color: var(--nov-ink);
}

.portfolio-detail-hero h1 {
    margin-top: clamp(36px, 4vw, 52px);
    gap: 12px;
}

.portfolio-detail-hero__english {
    color: var(--nov-brass-dark);
    font-size: 10px;
    letter-spacing: 0.2em;
}

.portfolio-detail-hero h1 strong {
    color: var(--nov-ink);
    font-size: clamp(52px, 6.2vw, 82px);
    font-weight: 540;
}

.portfolio-detail-hero__intro {
    padding-left: clamp(34px, 4.5vw, 58px);
    border-color: var(--nov-line);
}

.portfolio-detail-hero__intro > p:first-child {
    color: var(--nov-muted);
    font-size: 13px;
    line-height: 1.85;
}

.portfolio-detail-hero__count {
    color: var(--nov-muted-light);
}

.portfolio-detail-hero__count strong {
    color: var(--nov-ink);
}

.portfolio-detail-hero .portfolio-detail-nav__back.site-back-button {
    margin-top: 30px;
    border-color: var(--nov-line-strong);
    background: transparent;
    color: var(--nov-ink);
}

.portfolio-detail-hero .portfolio-detail-nav__back.site-back-button:hover,
.portfolio-detail-hero .portfolio-detail-nav__back.site-back-button:focus-visible {
    border-color: var(--nov-ink);
    background: var(--nov-ink);
    color: #fff;
}

.detail-gallery {
    padding: 18px 18px 0;
}

.detail-grid {
    gap: 14px;
}

.detail-grid__item {
    border-radius: 5px;
    background: var(--nov-paper-deep);
}

.portfolio-detail-nav--bottom {
    padding-top: 74px;
    padding-bottom: 82px;
}

@media (max-width: 991.98px) {
    .portfolio-detail-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
        gap: 48px;
    }

    .detail-grid {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .portfolio-detail-hero {
        padding: 52px 20px 48px;
    }

    .portfolio-detail-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .portfolio-detail-hero h1 {
        margin-top: 30px;
    }

    .portfolio-detail-hero h1 strong {
        font-size: 46px;
    }

    .portfolio-detail-hero__intro {
        padding: 25px 0 0;
        border-top: 1px solid var(--nov-line);
        border-left: 0;
    }

    .portfolio-detail-hero .portfolio-detail-nav__back.site-back-button {
        width: 100%;
    }

    .detail-gallery {
        padding: 8px 8px 0;
    }

    .detail-grid {
        gap: 8px;
    }

    .portfolio-detail-nav--bottom {
        padding-top: 56px;
        padding-bottom: 64px;
    }
}

/* Guide detail: full-bleed cover with one continuous chat window above it. */
.guide-article--with-cover {
    --guide-stage-width: 980px;
    --guide-stage-padding: clamp(34px, 5vw, 58px);
}

.guide-article--with-cover .guide-article__header,
.guide-article--with-cover .guide-article__header--with-cover {
    display: flex;
    width: 100%;
    min-height: clamp(620px, 76svh, 860px);
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    background: #141514;
    text-align: left;
}

.guide-article--with-cover .guide-article__header--with-cover::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 11, 10, 0.58) 0%, rgba(10, 11, 10, 0.56) 42%, rgba(10, 11, 10, 0.94) 100%),
        linear-gradient(90deg, rgba(10, 11, 10, 0.62) 0%, rgba(10, 11, 10, 0.16) 78%);
    content: "";
}

.guide-article--with-cover .guide-article__cover {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
}

.guide-article--with-cover .guide-article__cover img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    filter: brightness(0.68) saturate(0.74) contrast(1.03);
    object-fit: cover;
    object-position: center;
}

.guide-article--with-cover .guide-article__header-inner {
    box-sizing: border-box;
    width: min(var(--guide-stage-width), calc(100vw - 64px));
    padding: clamp(112px, 14vw, 190px) var(--guide-stage-padding) clamp(164px, 15vw, 206px);
}

.guide-article--with-cover .guide-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.62);
}

.guide-article--with-cover .guide-breadcrumb a:hover,
.guide-article--with-cover .guide-breadcrumb a:focus-visible {
    color: #fff;
}

.guide-article--with-cover .guide-article__intro--with-cover {
    display: block;
    width: min(680px, 100%);
    max-width: none;
    margin: 0;
}

.guide-article--with-cover .guide-article__intro-copy {
    width: 100%;
}

.guide-article--with-cover .guide-article__number {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.92);
    color: #181918;
}

.guide-article--with-cover .guide-article__header h1,
.guide-article--with-cover .guide-article__header--with-cover h1 {
    width: 100%;
    max-width: none;
    color: #fff;
    font-size: clamp(44px, 5.8vw, 74px);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 1.13;
    text-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
}

.guide-article--with-cover .guide-article__excerpt {
    width: 100%;
    max-width: none;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.78;
}

.guide-article--with-cover .guide-article__meta {
    justify-content: flex-start;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.58);
}

.guide-article--with-cover .guide-content--over-hero {
    z-index: 2;
    padding-top: 0;
}

.guide-article--with-cover .guide-content--over-hero > .guide-chat:first-child {
    box-sizing: border-box;
    width: min(var(--guide-stage-width), calc(100vw - 64px));
    margin-top: -104px;
    margin-bottom: 86px;
    padding-right: var(--guide-stage-padding);
    padding-left: var(--guide-stage-padding);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 24px;
    background: #e9edf0;
    box-shadow: 0 36px 100px rgba(16, 18, 19, 0.2);
}

@media (max-width: 991.98px) {
    .guide-article--with-cover .guide-article__header-inner {
        width: calc(100vw - 40px);
    }

    .guide-article--with-cover .guide-content--over-hero > .guide-chat:first-child {
        width: calc(100vw - 40px);
    }
}

@media (max-width: 767.98px) {
    .guide-article--with-cover {
        --guide-stage-padding: 20px;
    }

    .guide-article--with-cover .guide-article__header,
    .guide-article--with-cover .guide-article__header--with-cover {
        min-height: min(680px, 82svh);
    }

    .guide-article--with-cover .guide-article__header--with-cover::after {
        background:
            linear-gradient(180deg, rgba(10, 11, 10, 0.62) 0%, rgba(10, 11, 10, 0.6) 36%, rgba(10, 11, 10, 0.95) 100%),
            linear-gradient(90deg, rgba(10, 11, 10, 0.58) 0%, rgba(10, 11, 10, 0.16) 100%);
    }

    .guide-article--with-cover .guide-article__header-inner {
        width: calc(100vw - 16px);
        padding: 96px var(--guide-stage-padding) 98px;
    }

    .guide-article--with-cover .guide-breadcrumb {
        margin-bottom: 26px;
    }

    .guide-article--with-cover .guide-article__header h1,
    .guide-article--with-cover .guide-article__header--with-cover h1 {
        font-size: clamp(36px, 10.8vw, 48px);
        line-height: 1.18;
    }

    .guide-article--with-cover .guide-article__excerpt {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.72;
    }

    .guide-article--with-cover .guide-article__meta {
        margin-top: 19px;
    }

    .guide-article--with-cover .guide-content--over-hero > .guide-chat:first-child {
        width: calc(100vw - 16px);
        margin-top: -46px;
        margin-bottom: 58px;
        border-radius: 16px;
        box-shadow: 0 24px 64px rgba(16, 18, 19, 0.18);
    }
}

/* Guide detail: close with an unmistakable path to the complete guide archive. */
.guide-all-cta {
    padding: clamp(88px, 9vw, 132px) 0 clamp(110px, 11vw, 170px);
    background: var(--nov-paper);
}

.guide-all-cta--after-related {
    padding-top: 0;
}

.guide-all-cta__card {
    position: relative;
    display: flex;
    min-height: clamp(420px, 42vw, 560px);
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(76px, 9vw, 126px) clamp(32px, 8vw, 112px);
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.085), transparent 28%),
        radial-gradient(circle at 88% 88%, rgba(195, 155, 90, 0.16), transparent 30%),
        #191a19;
    color: #fff;
    text-align: center;
}

.guide-all-cta__card::before {
    position: absolute;
    width: min(52vw, 620px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    transform: translate(56%, -42%);
}

.guide-all-cta__card > * {
    position: relative;
    z-index: 1;
}

.guide-all-cta__eyebrow {
    margin: 0 0 20px;
    color: #d4af72;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.22em;
}

.guide-all-cta__card h2 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 590;
    letter-spacing: -0.06em;
    line-height: 1.16;
    word-break: keep-all;
}

.guide-all-cta__description {
    max-width: 680px;
    margin: 27px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.82;
    word-break: keep-all;
}

.guide-all-cta .guide-article__navigation {
    width: 100%;
    margin: 38px 0 0;
}

.cta-action-button {
    display: flex;
    width: min(300px, 100%);
    min-height: 62px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 24px;
    border: 1px solid #d4d4cf;
    border-radius: 4px;
    appearance: none;
    background: #fff;
    color: #181918;
    box-shadow: 0 10px 28px rgba(16, 17, 16, 0.08);
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    transition:
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 220ms ease,
        transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cta-action-button > span:last-child {
    flex: 0 0 auto;
    font-size: 16px;
    transition: transform 180ms ease;
}

.cta-action-button:hover,
.cta-action-button:focus-visible {
    border-color: #f2d071;
    background: #f2d071;
    color: #181918;
    box-shadow: 0 14px 34px rgba(16, 17, 16, 0.16);
    transform: translateY(-2px);
}

.cta-action-button:hover > span:last-child,
.cta-action-button:focus-visible > span:last-child {
    transform: translateX(4px);
}

.cta-action-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.cta-action-button:disabled {
    cursor: wait;
    opacity: 1;
}

.guide-all-cta .cta-action-button {
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .guide-all-cta {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 767.98px) {
    .guide-all-cta {
        padding: 68px 8px 88px;
    }

    .guide-all-cta--after-related {
        padding-top: 0;
    }

    .guide-all-cta__card {
        min-height: 430px;
        padding: 68px 20px;
        border-radius: 20px;
    }

    .guide-all-cta__eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
    }

    .guide-all-cta__card h2 {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.2;
    }

    .guide-all-cta__description {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.75;
    }

    .guide-all-cta .guide-article__navigation {
        margin-top: 32px;
    }

    .guide-all-cta .cta-action-button {
        width: min(290px, 100%);
        min-height: 58px;
    }
}

/* Guide character avatars: quiet idle motion and ten short, playful reactions. */
.guide-chat__avatar--interactive {
    --guide-avatar-idle-duration: 10.5s;
    --guide-avatar-idle-delay: 0s;
    --guide-avatar-idle-tilt: 0.7deg;
    position: relative;
    cursor: pointer;
    touch-action: manipulation;
    transform-origin: 50% 78px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.guide-chat__avatar--interactive img {
    animation: nov-guide-avatar-idle var(--guide-avatar-idle-duration) ease-in-out
        var(--guide-avatar-idle-delay) infinite;
    transform-origin: 50% 82%;
    transition: box-shadow 280ms ease, filter 280ms ease;
    will-change: transform;
}

.guide-chat__avatar-image--interactive {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.guide-chat__avatar--interactive:hover img,
.guide-chat__avatar--interactive:focus-within img {
    box-shadow: 0 12px 28px rgba(44, 55, 61, 0.18);
    filter: brightness(1.018);
}

.guide-chat__avatar-image--interactive:focus-visible {
    outline: 2px solid #20201f;
    outline-offset: 4px;
}

.guide-avatar-react--nod {
    animation: nov-guide-avatar-nod 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--tilt-left {
    animation: nov-guide-avatar-tilt-left 940ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--tilt-right {
    animation: nov-guide-avatar-tilt-right 940ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--hop {
    animation: nov-guide-avatar-hop 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--wiggle {
    animation: nov-guide-avatar-wiggle 760ms ease-in-out both;
}

.guide-avatar-react--squish {
    animation: nov-guide-avatar-squish 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--peek {
    animation: nov-guide-avatar-peek 960ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--twirl {
    animation: nov-guide-avatar-twirl 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--float {
    animation: nov-guide-avatar-float 1040ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-react--double-hop {
    animation: nov-guide-avatar-double-hop 1060ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes nov-guide-avatar-idle {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    46% { transform: translateY(-2.5px) rotate(var(--guide-avatar-idle-tilt)) scale(1.008); }
    68% { transform: translateY(-1px) rotate(0deg) scale(1.003); }
}

@keyframes nov-guide-avatar-nod {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    28% { transform: translateY(3px) rotate(2deg); }
    54% { transform: translateY(-3px) rotate(-1.5deg); }
    74% { transform: translateY(1px) rotate(0.8deg); }
}

@keyframes nov-guide-avatar-tilt-left {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    34%, 62% { transform: translate(-5px, -2px) rotate(-10deg); }
    80% { transform: translate(1px, 0) rotate(2deg); }
}

@keyframes nov-guide-avatar-tilt-right {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    34%, 62% { transform: translate(5px, -2px) rotate(10deg); }
    80% { transform: translate(-1px, 0) rotate(-2deg); }
}

@keyframes nov-guide-avatar-hop {
    0%, 100% { transform: translateY(0) scale(1); }
    18% { transform: translateY(2px) scale(1.04, 0.96); }
    46% { transform: translateY(-14px) scale(0.98, 1.03); }
    72% { transform: translateY(1px) scale(1.02, 0.98); }
}

@keyframes nov-guide-avatar-wiggle {
    0%, 100% { transform: rotate(0deg); }
    18% { transform: rotate(-6deg); }
    36% { transform: rotate(6deg); }
    54% { transform: rotate(-4deg); }
    72% { transform: rotate(3deg); }
}

@keyframes nov-guide-avatar-squish {
    0%, 100% { transform: scale(1); }
    25% { transform: translateY(3px) scale(1.08, 0.92); }
    52% { transform: translateY(-4px) scale(0.94, 1.07); }
    76% { transform: translateY(1px) scale(1.025, 0.98); }
}

@keyframes nov-guide-avatar-peek {
    0%, 100% { transform: translateX(0) rotate(0deg); }
    30%, 62% { transform: translateX(13px) rotate(7deg); }
    80% { transform: translateX(-2px) rotate(-2deg); }
}

@keyframes nov-guide-avatar-twirl {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    28% { transform: translateY(-5px) rotate(-12deg) scale(1.03); }
    56% { transform: translateY(-7px) rotate(11deg) scale(1.045); }
    78% { transform: translateY(-2px) rotate(-3deg) scale(1.01); }
}

@keyframes nov-guide-avatar-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    30% { transform: translateY(-10px) rotate(-3deg); }
    56% { transform: translateY(-13px) rotate(2deg); }
    78% { transform: translateY(-5px) rotate(-1deg); }
}

@keyframes nov-guide-avatar-double-hop {
    0%, 100% { transform: translateY(0) scale(1); }
    18% { transform: translateY(-10px) scale(0.98, 1.025); }
    36% { transform: translateY(1px) scale(1.02, 0.98); }
    55% { transform: translateY(-7px) scale(0.99, 1.018); }
    74% { transform: translateY(1px) scale(1.012, 0.99); }
}

.guide-avatar-emoji-scene {
    position: fixed;
    z-index: 2147482500;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.guide-avatar-emoji-scene i {
    position: absolute;
    left: var(--emoji-x);
    top: var(--emoji-y);
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: var(--emoji-size, 44px);
    font-style: normal;
    line-height: 1;
    opacity: 0;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
    transform: translate(-50%, -50%) scale(0.2);
    transform-origin: center;
    will-change: transform, opacity, filter;
}

.guide-avatar-emoji-scene--drop i {
    animation: nov-guide-emoji-drop 2700ms cubic-bezier(0.22, 0.72, 0.24, 1)
        var(--emoji-delay) both;
}

.guide-avatar-emoji-scene--balloon i {
    animation: nov-guide-emoji-balloon 2600ms cubic-bezier(0.16, 1, 0.3, 1)
        var(--emoji-delay) both;
}

.guide-avatar-emoji-scene--screen-pop i {
    animation: nov-guide-emoji-screen-pop 2500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.guide-avatar-emoji-scene--bounce i {
    animation: nov-guide-emoji-bounce 2650ms cubic-bezier(0.2, 0.78, 0.22, 1)
        var(--emoji-delay) both;
}

.guide-avatar-emoji-scene--orbit i {
    animation: nov-guide-emoji-orbit 2500ms cubic-bezier(0.16, 1, 0.3, 1)
        var(--emoji-delay) both;
}

.guide-avatar-emoji-scene--slingshot i {
    animation: nov-guide-emoji-slingshot 2600ms cubic-bezier(0.12, 0.72, 0.16, 1)
        var(--emoji-delay) both;
}

.guide-avatar-emoji-scene--storm i {
    animation: nov-guide-emoji-storm 2200ms cubic-bezier(0.16, 1, 0.3, 1)
        var(--emoji-delay) both;
}

@keyframes nov-guide-emoji-drop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(10px) rotate(0deg) scale(0.2);
    }
    15% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-scatter-x), var(--emoji-arc-y)) rotate(-18deg) scale(1.35);
    }
    28% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-scatter-x), calc(var(--emoji-arc-y) + 22px)) rotate(16deg) scale(1.05);
    }
    86% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(var(--emoji-end-x), calc(116vh - var(--emoji-y))) rotate(var(--emoji-spin)) scale(0.82);
    }
}

@keyframes nov-guide-emoji-balloon {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(8px) rotate(0deg) scale(0.18);
    }
    16% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(-18px, -44px) rotate(-9deg) scale(1.25);
    }
    44% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-scatter-x), -38vh) rotate(8deg) scale(1.08);
    }
    80% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translate(var(--emoji-end-x), var(--emoji-top-y)) rotate(-14deg) scale(0.78);
    }
}

@keyframes nov-guide-emoji-screen-pop {
    0% {
        opacity: 0;
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
        transform: translate(-50%, -50%) scale(0.12) rotate(-12deg);
    }
    18% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.4) rotate(6deg);
    }
    52% {
        opacity: 1;
        filter: drop-shadow(0 32px 46px rgba(0, 0, 0, 0.28));
        transform: translate(-50%, -50%) translate(var(--emoji-center-x), var(--emoji-center-y)) scale(7.5) rotate(-3deg);
    }
    72% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-center-x), var(--emoji-center-y)) scale(10.5) rotate(2deg);
    }
    82% {
        opacity: 0.95;
        filter: drop-shadow(0 40px 64px rgba(0, 0, 0, 0.22));
        transform: translate(-50%, -50%) translate(var(--emoji-center-x), var(--emoji-center-y)) scale(9) rotate(0deg);
    }
    100% {
        opacity: 0;
        filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.08));
        transform: translate(-50%, -50%) translate(var(--emoji-center-x), var(--emoji-center-y)) scale(15) rotate(var(--emoji-spin));
    }
}

@keyframes nov-guide-emoji-bounce {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.2); }
    14% { opacity: 1; transform: translate(-50%, -50%) translateY(-88px) rotate(-16deg) scale(1.32); }
    34% { opacity: 1; transform: translate(-50%, -50%) translate(var(--emoji-scatter-x), 34vh) rotate(14deg) scale(0.9, 1.12); }
    52% { opacity: 1; transform: translate(-50%, -50%) translate(var(--emoji-scatter-x), -18vh) rotate(-10deg) scale(1.12, 0.9); }
    76% { opacity: 1; transform: translate(-50%, -50%) translate(var(--emoji-flight-x), 42vh) rotate(18deg) scale(0.92, 1.08); }
    100% { opacity: 0; transform: translate(-50%, -50%) translate(var(--emoji-flight-x), 72vh) rotate(var(--emoji-spin)) scale(0.6); }
}

@keyframes nov-guide-emoji-orbit {
    0% { opacity: 0; transform: translate(-50%, -50%) rotate(0deg) translateX(0) scale(0.2); }
    16% { opacity: 1; transform: translate(-50%, -50%) rotate(60deg) translateX(var(--emoji-orbit-radius)) rotate(-60deg) scale(1.15); }
    46% { opacity: 1; transform: translate(-50%, -50%) rotate(320deg) translateX(var(--emoji-orbit-radius)) rotate(-320deg) scale(1); }
    78% { opacity: 1; transform: translate(-50%, -50%) rotate(670deg) translateX(calc(var(--emoji-orbit-radius) + 42px)) rotate(-670deg) scale(1.25); }
    100% { opacity: 0; transform: translate(-50%, -50%) rotate(900deg) translateX(calc(var(--emoji-orbit-radius) + 130px)) rotate(-900deg) scale(0.45); }
}

@keyframes nov-guide-emoji-slingshot {
    0% { opacity: 0; transform: translate(-50%, -50%) translateX(0) rotate(0deg) scale(0.2); }
    16% { opacity: 1; transform: translate(-50%, -50%) translateX(-36px) rotate(-20deg) scale(1.35); }
    28% { opacity: 1; transform: translate(-50%, -50%) translateX(18px) rotate(12deg) scale(0.9); }
    82% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, -50%) translate(var(--emoji-flight-x), var(--emoji-top-y)) rotate(var(--emoji-spin)) scale(1.75); }
}

@keyframes nov-guide-emoji-storm {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.1);
    }
    18% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-arc-y), var(--emoji-arc-y)) rotate(-18deg) scale(1.4);
    }
    58% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-storm-x), var(--emoji-storm-y)) rotate(var(--emoji-spin)) scale(1.15);
    }
    78% {
        opacity: 1;
        transform: translate(-50%, -50%) translate(var(--emoji-storm-x), var(--emoji-storm-y)) rotate(0deg) scale(2.5);
    }
    100% {
        opacity: 0;
        filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.12));
        transform: translate(-50%, -50%) translate(var(--emoji-storm-x), var(--emoji-storm-y)) rotate(var(--emoji-spin)) scale(5);
    }
}

@media (max-width: 767.98px) {
    .guide-chat__avatar--interactive {
        transform-origin: 50% 48px;
    }
}

/* Home Field Notes: a centered, full-card invitation. */
.home-guide-invite {
    padding-top: clamp(88px, 9vw, 136px);
    padding-bottom: clamp(88px, 9vw, 136px);
    background: #efefeb;
}

.home-guide-invite__inner {
    position: relative;
    isolation: isolate;
    display: flex;
    width: min(1120px, 100%);
    min-height: clamp(420px, 42vw, 540px);
    margin-inline: auto;
    padding: clamp(58px, 7vw, 92px) clamp(28px, 7vw, 92px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    border: 1px solid #252524;
    border-radius: 32px;
    background:
        radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.14), transparent 42%),
        linear-gradient(145deg, #20201f 0%, #111 72%);
    box-shadow: 0 32px 86px rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition:
        border-color 320ms ease,
        box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-guide-invite__inner::before {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -0.16em;
    color: rgba(255, 255, 255, 0.035);
    content: "FIELD NOTES";
    font-size: clamp(88px, 14vw, 210px);
    font-weight: 750;
    letter-spacing: -0.07em;
    line-height: 0.8;
    white-space: nowrap;
    transform: translateX(-50%);
}

.home-guide-invite__inner::after {
    position: absolute;
    z-index: -1;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    content: "";
    pointer-events: none;
}

.home-guide-invite__inner:hover {
    border-color: #090909;
    box-shadow: 0 42px 100px rgba(0, 0, 0, 0.23);
    color: #fff;
    transform: translateY(-6px);
}

.home-guide-invite__inner:focus-visible {
    outline: 3px solid #111;
    outline-offset: 6px;
}

.home-guide-invite__label {
    position: relative;
    display: inline-flex;
    margin: 0 0 26px;
    padding: 8px 12px 7px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 1;
}

.home-guide-invite__content {
    position: relative;
    display: flex;
    width: min(820px, 100%);
    max-width: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-guide-invite__content h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(38px, 5.2vw, 68px);
    font-weight: 590;
    letter-spacing: -0.055em;
    line-height: 1.08;
    text-wrap: balance;
}

.home-guide-invite__content p {
    max-width: 720px;
    margin: 26px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.9;
    text-align: center;
    word-break: keep-all;
}

.home-guide-invite__action {
    display: inline-flex;
    width: min(320px, 100%);
    min-height: 64px;
    margin: 40px auto 0;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 730;
    letter-spacing: -0.01em;
    transition:
        background-color 260ms ease,
        color 260ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-guide-invite__action-arrow {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-guide-invite__inner:hover .home-guide-invite__action,
.home-guide-invite__inner:focus-visible .home-guide-invite__action {
    background: #e7e7e3;
    color: #050505;
    transform: scale(1.025);
}

.home-guide-invite__inner:hover .home-guide-invite__action-arrow,
.home-guide-invite__inner:focus-visible .home-guide-invite__action-arrow {
    transform: translate(4px, -4px);
}

@media (max-width: 767.98px) {
    .home-guide-invite {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .home-guide-invite__inner {
        min-height: 430px;
        padding: 54px 22px;
        border-radius: 22px;
    }

    .home-guide-invite__inner::after {
        inset: 8px;
        border-radius: 15px;
    }

    .home-guide-invite__label {
        margin-bottom: 22px;
    }

    .home-guide-invite__content h2 {
        font-size: clamp(34px, 10.5vw, 46px);
    }

    .home-guide-invite__content p {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.78;
    }

    .home-guide-invite__action {
        width: 100%;
        min-height: 58px;
        margin-top: 32px;
    }
}

/* Email copy: monochrome controls, a star-led button burst and soft full-screen snowfall. */
.about-contact__content {
    width: min(720px, 100%);
}

.about-contact__details {
    border-top: 0;
}

.about-contact__email,
.about-contact__email:hover,
.about-contact__email:focus-visible {
    position: relative;
    isolation: isolate;
    min-height: 84px;
    grid-template-columns: 88px minmax(0, 1fr) 84px;
    gap: 18px;
    padding: 14px 16px 14px 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 46px rgba(0, 0, 0, 0.18);
    transform: translateY(0);
    transition:
        border-color 260ms ease,
        background-color 260ms ease,
        box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1),
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-contact__email::before {
    position: absolute;
    z-index: -1;
    inset: -80% -20%;
    background:
        radial-gradient(circle at 72% 50%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(104deg, transparent 37%, rgba(255, 255, 255, 0.12) 49%, transparent 61%);
    content: "";
    opacity: 0;
    transform: translateX(-12%);
    transition: opacity 320ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.about-contact__email:hover,
.about-contact__email:focus-visible {
    border-color: rgba(255, 255, 255, 0.72);
    background-color: rgba(255, 255, 255, 0.055);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 24px 58px rgba(0, 0, 0, 0.24),
        0 0 0 4px rgba(255, 255, 255, 0.045);
    transform: translateY(-3px);
}

.about-contact__email:hover::before,
.about-contact__email:focus-visible::before,
.about-contact__email.is-copied::before {
    opacity: 1;
    transform: translateX(12%);
}

.about-contact__email .about-contact__detail-label {
    color: #b8b8b4;
    font-size: 9px;
    letter-spacing: 0.2em;
}

.about-contact__email strong {
    font-size: clamp(17px, 2vw, 24px);
    font-weight: 530;
    letter-spacing: -0.025em;
}

.about-contact__email .about-contact__detail-action {
    display: inline-flex;
    min-width: 76px;
    min-height: 40px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #d9d7d1;
    font-size: 8px;
    letter-spacing: 0.15em;
}

.about-contact__email:hover .about-contact__detail-action,
.about-contact__email:focus-visible .about-contact__detail-action,
.about-contact__email.is-copied .about-contact__detail-action {
    border-color: #fff;
    background: #fff;
    color: #171717;
}

.about-contact__email.is-copied {
    border-color: rgba(255, 255, 255, 0.95);
    animation: nov-email-control-hit 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-footer__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.82fr) auto;
}

.site-footer__contact {
    min-width: 0;
}

.site-footer__email {
    position: relative;
    min-height: 58px;
    max-width: 100%;
    gap: 12px;
    padding: 0 10px 0 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #f2f1ed;
    font-size: clamp(14px, 1.25vw, 17px);
    font-weight: 520;
    letter-spacing: -0.015em;
    transition:
        border-color 260ms ease,
        background-color 260ms ease,
        box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1),
        color 260ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-footer__email-address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-footer__email-action {
    display: inline-flex;
    min-width: 58px;
    min-height: 38px;
    padding: 0 10px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #aaa8a0;
    font-size: 8px;
    letter-spacing: 0.14em;
    transition:
        border-color 260ms ease,
        background-color 260ms ease,
        color 260ms ease,
        transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-footer__email:hover,
.site-footer__email:focus-visible {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.075);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 16px 36px rgba(0, 0, 0, 0.2),
        0 0 0 4px rgba(255, 255, 255, 0.04);
    color: #fff;
    transform: translateY(-2px);
}

.site-footer__email:hover .site-footer__email-action,
.site-footer__email:focus-visible .site-footer__email-action,
.site-footer__email.is-copied .site-footer__email-action {
    border-color: #fff;
    background: #fff;
    color: #171717;
}

.site-footer__email.is-copied {
    border-color: rgba(255, 255, 255, 0.95);
    animation: nov-email-control-hit 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.email-copy-impact {
    --copy-x: 50vw;
    --copy-y: 50vh;
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.email-copy-impact__particles,
.email-copy-impact__particles i,
.email-copy-impact__sparkles,
.email-copy-impact__sparkles i,
.email-copy-impact__label {
    position: absolute;
    left: var(--copy-x);
    top: var(--copy-y);
}

.email-copy-impact__particles {
    width: 0;
    height: 0;
    mix-blend-mode: difference;
}

.email-copy-impact__particles i {
    --particle-angle: 0deg;
    --particle-distance: 92px;
    --particle-delay: 0ms;
    left: 0;
    top: 0;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 46%, #fff 100%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.42);
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--particle-angle)) translateX(20px) scaleX(0.2);
    transform-origin: left center;
    animation: nov-email-particle 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--particle-delay) both;
}

.email-copy-impact__label {
    min-width: max-content;
    padding: 9px 14px 8px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.24);
    color: #111;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.18em;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.78);
    animation: nov-email-label 980ms cubic-bezier(0.16, 1, 0.3, 1) 45ms both;
}

.email-copy-impact__sparkles {
    width: 0;
    height: 0;
    mix-blend-mode: difference;
}

.email-copy-impact__sparkles i {
    --sparkle-angle: 0deg;
    --sparkle-distance: 66px;
    --sparkle-size: 14px;
    --sparkle-delay: 0ms;
    left: 0;
    top: 0;
    width: var(--sparkle-size);
    height: var(--sparkle-size);
    background: #fff;
    clip-path: polygon(50% 0, 59% 39%, 100% 50%, 59% 61%, 50% 100%, 41% 61%, 0 50%, 41% 39%);
    opacity: 0;
    transform:
        translate(-50%, -50%)
        rotate(var(--sparkle-angle))
        translateX(18px)
        rotate(calc(var(--sparkle-angle) * -1))
        scale(0.2);
    animation: nov-email-sparkle 880ms cubic-bezier(0.16, 1, 0.3, 1) var(--sparkle-delay) both;
}

.email-copy-impact__snow {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.email-copy-impact__snow i {
    --snow-x: 50vw;
    --snow-sway: 0px;
    --snow-drift: 0px;
    --snow-delay: 0ms;
    --snow-duration: 5000ms;
    --snow-size: 9px;
    --snow-blur: 0px;
    --snow-opacity: 0.72;
    position: absolute;
    left: var(--snow-x);
    top: -14vh;
    width: var(--snow-size);
    height: var(--snow-size);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 1px 5px rgba(0, 0, 0, 0.2),
        0 0 14px rgba(255, 255, 255, 0.72),
        inset 0 0 3px rgba(255, 255, 255, 0.78);
    filter: blur(var(--snow-blur));
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.82);
    animation: nov-email-snow var(--snow-duration) ease-in-out var(--snow-delay) infinite;
}

@keyframes nov-email-control-hit {
    0%, 100% { transform: translateY(0) scale(1); }
    28% { transform: translateY(-3px) scale(1.018); }
}

@keyframes nov-email-particle {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--particle-angle)) translateX(20px) scaleX(0.2);
    }
    24% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--particle-angle)) translateX(var(--particle-distance)) scaleX(0.85);
    }
}

@keyframes nov-email-sparkle {
    0% {
        opacity: 0;
        transform:
            translate(-50%, -50%)
            rotate(var(--sparkle-angle))
            translateX(18px)
            rotate(calc(var(--sparkle-angle) * -1))
            scale(0.2);
    }
    24%, 58% { opacity: 1; }
    100% {
        opacity: 0;
        transform:
            translate(-50%, -50%)
            rotate(var(--sparkle-angle))
            translateX(var(--sparkle-distance))
            rotate(calc(var(--sparkle-angle) * -1 + 36deg))
            scale(1.08);
    }
}

@keyframes nov-email-snow {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.82);
    }
    10%, 82% {
        opacity: var(--snow-opacity);
    }
    46% {
        transform: translate3d(var(--snow-sway), 56vh, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--snow-drift), 120vh, 0) scale(0.9);
    }
}

@keyframes nov-email-label {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.78); }
    20%, 68% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0; transform: translate(-50%, calc(-50% - 18px)) scale(0.96); }
}

@media (max-width: 991.98px) {
    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .about-contact__email,
    .about-contact__email:hover,
    .about-contact__email:focus-visible {
        min-height: 76px;
        grid-template-columns: minmax(0, 1fr) 60px;
        gap: 8px;
        padding: 10px 8px 10px 16px;
    }

    .about-contact__email .about-contact__detail-label {
        display: none;
    }

    .about-contact__email strong {
        font-size: 15px;
        text-align: left;
    }

    .about-contact__email .about-contact__detail-action {
        min-width: 60px;
        min-height: 36px;
        padding: 0 8px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .site-footer__email {
        width: min(100%, 340px);
        min-height: 56px;
        justify-content: space-between;
        font-size: 15px;
    }

    .email-copy-impact__particles i {
        width: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .guide-chat__avatar--interactive,
    .guide-chat__avatar--interactive img,
    .home-guide-invite__inner,
    .home-guide-invite__action,
    .home-guide-invite__action-arrow,
    .about-contact__email,
    .site-footer__email {
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .guide-avatar-emoji-scene {
        display: none;
    }

    .email-copy-impact {
        display: none;
    }
}

/* Footer sitemap: separate portfolio work from editorial tools and studio information. */
.site-footer__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr) minmax(260px, 0.55fr);
    column-gap: clamp(40px, 5vw, 76px);
}

.site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(92px, 1fr));
    align-items: start;
    gap: 34px;
}

.site-footer__nav-group {
    min-width: 0;
}

.site-footer__nav-label {
    margin: 0 0 17px;
    color: #85847e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

.site-footer__nav-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.site-footer__nav .site-footer__nav-links a {
    position: relative;
    display: inline-flex;
    padding: 2px 0;
    color: #b5b4ae;
    font-size: 13px;
    line-height: 1.55;
    transition: color 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-footer__nav .site-footer__nav-links a:hover,
.site-footer__nav .site-footer__nav-links a:focus-visible {
    color: #fff;
    transform: translateX(3px);
}

.site-footer__nav .site-footer__nav-links a:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
}

.site-footer__nav .site-footer__nav-links .site-footer__rss {
    margin-top: 4px;
    color: #85847e;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
    .site-footer__inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    }

    .site-footer__brand,
    .site-footer__bottom {
        grid-column: 1 / -1;
    }

    .site-footer__nav {
        gap: 28px;
    }
}

@media (max-width: 767.98px) {
    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__brand,
    .site-footer__contact,
    .site-footer__nav,
    .site-footer__bottom {
        grid-column: 1;
    }

    .site-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
        margin-top: 2px;
        padding-top: 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    .site-footer__nav .site-footer__nav-links a {
        min-height: 30px;
        align-items: center;
        font-size: 14px;
    }

    .site-footer__nav .site-footer__nav-links .site-footer__rss {
        font-size: 10px;
    }
}

/* High-intent guides may continue into a matching estimator preset. */
.guide-estimate-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    overflow: hidden;
    width: min(100%, var(--nov-narrow));
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 36px;
    align-items: center;
    margin: 0 auto 64px;
    padding: 34px;
    border: 1px solid var(--nov-line);
    border-radius: 8px;
    background: #f5f5f2;
}

.guide-estimate-cta__media {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(62%, 760px);
    overflow: hidden;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 18%, #000 52%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 18%, #000 52%);
}

.guide-estimate-cta__media::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(245, 245, 242, 0.18), rgba(245, 245, 242, 0.5));
}

.guide-estimate-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
    filter: grayscale(1) contrast(0.82);
    opacity: 0.42;
    transform: scale(1.025);
}

.guide-estimate-cta__copy,
.guide-estimate-cta__action {
    position: relative;
    z-index: 1;
}

.guide-estimate-cta__eyebrow {
    margin: 0 0 10px;
    color: #85857f;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.guide-estimate-cta h2 {
    margin: 0;
    color: var(--nov-ink);
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 590;
    letter-spacing: -0.055em;
    line-height: 1.18;
    text-wrap: balance;
    word-break: keep-all;
}

.guide-estimate-cta__copy > p:last-child {
    margin: 15px 0 0;
    color: #686863;
    font-size: 13px;
    line-height: 1.72;
    word-break: keep-all;
}

.guide-estimate-cta__action {
    display: flex;
    min-height: 78px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border: 1px solid var(--nov-ink);
    border-radius: 3px;
    background: var(--nov-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 680;
    line-height: 1.45;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 220ms ease;
}

.guide-estimate-cta__action > span:last-child {
    flex: 0 0 auto;
    font-size: 20px;
    transition: transform 220ms ease;
}

.guide-estimate-cta__action:hover,
.guide-estimate-cta__action:focus-visible {
    background: #fff;
    color: var(--nov-ink);
    transform: translateY(-2px);
}

.guide-estimate-cta__action:hover > span:last-child,
.guide-estimate-cta__action:focus-visible > span:last-child {
    transform: translateX(4px);
}

.guide-estimate-cta__action:focus-visible {
    outline: 2px solid var(--nov-ink);
    outline-offset: 4px;
}

@media (max-width: 767.98px) {
    .guide-estimate-cta {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        margin-bottom: 48px;
        padding: 26px 22px;
    }

    .guide-estimate-cta__media {
        width: 100%;
        opacity: 0.46;
        -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.3) 45%, transparent 82%);
        mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.3) 45%, transparent 82%);
    }

    .guide-estimate-cta__media img {
        object-position: 60% center;
        opacity: 0.24;
    }

    .guide-estimate-cta__action {
        width: 100%;
        min-height: 72px;
    }
}

/* ========================================================================== */
/* Shared next-step system: relevant CTAs follow one calm, repeatable grammar. */
/* ========================================================================== */

.conversion-path {
    position: relative;
    padding: clamp(104px, 11vw, 164px) 32px;
    overflow: hidden;
    border-top: 1px solid #e3e3de;
    background: #f7f7f5;
}

.conversion-path__inner {
    width: min(1200px, 100%);
    margin-inline: auto;
}

.conversion-path__head {
    width: min(790px, 100%);
    margin: 0 auto clamp(52px, 6vw, 78px);
    text-align: center;
}

.conversion-path__eyebrow {
    margin: 0;
    color: #777771;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.22em;
}

.conversion-path__head h2 {
    margin: 18px 0 0;
    color: #171817;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 590;
    letter-spacing: -0.068em;
    line-height: 1.08;
    text-wrap: balance;
}

.conversion-path__head > p:last-child {
    width: min(660px, 100%);
    margin: 27px auto 0;
    color: #686863;
    font-size: 13px;
    line-height: 1.9;
    word-break: keep-all;
}

.conversion-path__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

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

.conversion-path__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.conversion-path__grid--5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.conversion-path__grid--5 > .conversion-card:nth-child(-n + 2) {
    grid-column: span 3;
}

.conversion-path__grid--5 > .conversion-card:nth-child(n + 3) {
    grid-column: span 2;
}

.conversion-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 470px;
    padding: 34px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dcdcd7;
    border-radius: 24px;
    background: #fff;
    color: #171817;
    box-shadow: 0 18px 48px rgba(23, 24, 23, 0.055);
    text-align: center;
}

.conversion-card::before {
    position: absolute;
    inset: auto -25% -45% 25%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 24, 23, 0.035), transparent 68%);
    content: "";
    pointer-events: none;
}

.conversion-card--estimate {
    border-color: #e3ddbd;
    background: #f3f0e3;
}

.conversion-card--work {
    border-color: #d6d7d3;
    background: #ecece9;
}

.conversion-card--about {
    background: #fff;
}

.conversion-card--inquiry {
    border-color: #171817;
    background: #171817;
    color: #fff;
    box-shadow: 0 24px 54px rgba(23, 24, 23, 0.16);
}

.conversion-card--estimate::before {
    background: radial-gradient(circle, rgba(154, 124, 26, 0.07), transparent 68%);
}

.conversion-card--inquiry::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.045), transparent 68%);
}

.conversion-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.conversion-card__number,
.conversion-card__eyebrow {
    color: #85857f;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.16em;
}

.conversion-card--estimate .conversion-card__number,
.conversion-card--estimate .conversion-card__eyebrow {
    color: #81722b;
}

.conversion-card--work .conversion-card__number,
.conversion-card--work .conversion-card__eyebrow {
    color: #676863;
}

.conversion-card--inquiry .conversion-card__number,
.conversion-card--inquiry .conversion-card__eyebrow {
    color: #9b9b96;
}

.conversion-card__copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 68px;
}

.conversion-card__copy > strong {
    display: block;
    max-width: 330px;
    font-size: clamp(27px, 2.2vw, 35px);
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.18;
    word-break: keep-all;
}

.conversion-card__copy > span {
    display: block;
    max-width: 320px;
    margin-top: 20px;
    color: #696963;
    font-size: 12px;
    line-height: 1.82;
    word-break: keep-all;
}

.conversion-card--estimate .conversion-card__copy > span {
    color: #69613d;
}

.conversion-card--inquiry .conversion-card__copy > span {
    color: #aaa9a4;
}

.conversion-card .cta-action-button {
    position: relative;
    z-index: 2;
    margin-top: auto;
    align-self: center;
}

.conversion-card--inquiry .cta-action-button > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 12px;
}

.conversion-card--inquiry .cta-action-button > span:last-child {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.conversion-card .cta-action-button.is-copied {
    border-color: #f2d071;
    background: #f2d071;
}

.conversion-card .cta-action-button.is-copied > span:first-child {
    color: #171817;
}

@media (max-width: 991.98px) {
    .conversion-path__grid,
    .conversion-path__grid--2,
    .conversion-path__grid--4,
    .conversion-path__grid--5 {
        grid-template-columns: minmax(0, 1fr);
    }

    .conversion-path__grid--5 > .conversion-card:nth-child(n) {
        grid-column: auto;
    }

    .conversion-card {
        min-height: 400px;
    }

    .conversion-card__copy > strong,
    .conversion-card__copy > span {
        max-width: min(82%, 510px);
    }
}

@media (max-width: 767.98px) {
    .conversion-path {
        padding: 84px 20px;
    }

    .conversion-path__head {
        margin-bottom: 40px;
    }

    .conversion-path__head h2 {
        font-size: 42px;
    }

    .conversion-path__head > p:last-child {
        margin-top: 22px;
        font-size: 12px;
        line-height: 1.8;
    }

    .conversion-path__grid {
        gap: 10px;
    }

    .conversion-card {
        min-height: 365px;
        padding: 25px;
        border-radius: 18px;
    }

    .conversion-card__copy {
        margin-top: 44px;
    }

    .conversion-card__copy > strong {
        max-width: 92%;
        font-size: 29px;
    }

    .conversion-card__copy > span {
        max-width: 92%;
        margin-top: 17px;
        font-size: 11.5px;
    }

    .conversion-card .cta-action-button {
        min-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta-action-button,
    .cta-action-button > span:last-child {
        transition: none;
    }
}

/* One wide CTA panel: one action per row, one visual language. */
.conversion-panel {
    overflow: hidden;
    border: 1px solid #252624;
    border-radius: 30px;
    background: #191a19;
    box-shadow: 0 28px 72px rgba(18, 19, 18, 0.14);
    color: #fff;
}

.conversion-action {
    position: relative;
    display: grid;
    min-height: 190px;
    grid-template-columns: 84px minmax(0, 1fr) minmax(260px, 300px);
    gap: clamp(30px, 4vw, 64px);
    align-items: center;
    padding: clamp(38px, 4vw, 56px) clamp(34px, 5vw, 66px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.conversion-action:last-child {
    border-bottom: 0;
}

.conversion-action__top {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
    align-self: start;
    padding-top: 4px;
}

.conversion-action__number,
.conversion-action__eyebrow {
    color: #a7a7a1;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.17em;
}

.conversion-action__copy {
    display: block;
    min-width: 0;
}

.conversion-action__copy > strong {
    display: block;
    max-width: 520px;
    color: #fff;
    font-size: clamp(27px, 2.65vw, 39px);
    font-weight: 590;
    letter-spacing: -0.06em;
    line-height: 1.18;
    word-break: keep-all;
}

.conversion-action__copy > span {
    display: block;
    max-width: 620px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12.5px;
    line-height: 1.8;
    word-break: keep-all;
}

.conversion-action .cta-action-button {
    width: 100%;
    margin: 0;
    justify-self: end;
}

.conversion-action--inquiry .cta-action-button > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 12px;
}

.conversion-action--inquiry .cta-action-button > span:last-child {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.conversion-action .cta-action-button.is-copied {
    border-color: #f2d071;
    background: #f2d071;
}

@media (max-width: 991.98px) {
    .conversion-action {
        min-height: 0;
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 28px;
    }

    .conversion-action .cta-action-button {
        width: min(300px, 100%);
        grid-column: 2;
        justify-self: start;
        margin-top: 2px;
    }
}

@media (max-width: 767.98px) {
    .conversion-panel {
        border-radius: 20px;
    }

    .conversion-action {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        padding: 34px 24px;
    }

    .conversion-action__top {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        padding: 0;
    }

    .conversion-action__copy {
        margin-top: 32px;
    }

    .conversion-action__copy > strong {
        font-size: 29px;
    }

    .conversion-action__copy > span {
        margin-top: 15px;
        font-size: 11.5px;
    }

    .conversion-action .cta-action-button {
        width: 100%;
        margin-top: 30px;
    }
}
