.gmr-sh-shell,
.gmr-sh-single {
    --gmr-sh-bg: #0b0806;
    --gmr-sh-panel: rgba(25, 18, 13, 0.94);
    --gmr-sh-panel-soft: rgba(34, 24, 17, 0.88);
    --gmr-sh-border: rgba(191, 143, 82, 0.2);
    --gmr-sh-border-soft: rgba(255, 244, 220, 0.08);
    --gmr-sh-text: #f4ead8;
    --gmr-sh-muted: rgba(244, 234, 216, 0.72);
    --gmr-sh-soft: rgba(244, 234, 216, 0.56);
    --gmr-sh-accent: #d6a85f;
    --gmr-sh-accent-soft: rgba(214, 168, 95, 0.18);
    color: var(--gmr-sh-text);
}

.gmr-sh-shell,
.gmr-sh-single {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(22px, 4vw, 48px);
}

.gmr-sh-single {
    display: grid;
    gap: clamp(18px, 3vw, 30px);
}

.gmr-sh-shell h1,
.gmr-sh-shell h2,
.gmr-sh-single h1,
.gmr-sh-single h2,
.gmr-sh-single h3 {
    color: var(--gmr-sh-text);
    letter-spacing: -0.02em;
}

.gmr-sh-shell p,
.gmr-sh-single p,
.gmr-sh-single dd,
.gmr-sh-single dt,
.gmr-sh-shell small,
.gmr-sh-form small {
    color: var(--gmr-sh-muted);
}

.gmr-sh-eyebrow {
    margin: 0 0 10px;
    color: var(--gmr-sh-accent) !important;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 800;
}

.gmr-sh-intro {
    max-width: 760px;
    font-size: 1.02rem;
    line-height: 1.7;
}

.gmr-sh-login-panel,
.gmr-sh-form-shell,
.gmr-sh-archive {
    background: linear-gradient(145deg, rgba(15, 10, 7, .98), rgba(33, 22, 15, .92));
    border: 1px solid var(--gmr-sh-border);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.gmr-sh-form {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.gmr-sh-form label,
.gmr-sh-panel {
    background: linear-gradient(145deg, var(--gmr-sh-panel), var(--gmr-sh-panel-soft));
    border: 1px solid var(--gmr-sh-border-soft);
    border-radius: 20px;
    padding: clamp(16px, 2.3vw, 24px);
}

.gmr-sh-form label span:first-child {
    display: block;
    color: var(--gmr-sh-text);
    font-weight: 750;
    margin-bottom: 8px;
}

.gmr-sh-form em {
    color: var(--gmr-sh-accent);
    font-style: normal;
    font-size: .78em;
    margin-left: 6px;
}

.gmr-sh-form input[type="text"],
.gmr-sh-form input[type="url"],
.gmr-sh-form input[type="file"],
.gmr-sh-form select,
.gmr-sh-form textarea {
    width: 100%;
    color: var(--gmr-sh-text);
    background: rgba(0, 0, 0, .26);
    border: 1px solid rgba(255, 244, 220, .12);
    border-radius: 14px;
    padding: 12px 14px;
    outline: none;
}

.gmr-sh-form input:focus,
.gmr-sh-form select:focus,
.gmr-sh-form textarea:focus {
    border-color: rgba(214, 168, 95, .55);
    box-shadow: 0 0 0 3px rgba(214, 168, 95, .13);
}

.gmr-sh-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gmr-sh-checkbox {
    display: flex !important;
    gap: 12px;
    align-items: flex-start;
}

.gmr-sh-checkbox input {
    margin-top: 4px;
}

.gmr-sh-button,
.gmr-sh-heart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    border: 1px solid rgba(214, 168, 95, .32);
    background: linear-gradient(145deg, rgba(214, 168, 95, .18), rgba(214, 168, 95, .08));
    color: var(--gmr-sh-text) !important;
    text-decoration: none !important;
    font-weight: 750;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.gmr-sh-button:hover,
.gmr-sh-heart-button:hover {
    transform: translateY(-1px);
    border-color: rgba(214, 168, 95, .62);
}

.gmr-sh-button-ghost {
    background: rgba(255, 244, 220, .04);
    border-color: rgba(255, 244, 220, .12);
}

.gmr-sh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.gmr-sh-message {
    margin: 18px 0;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid var(--gmr-sh-border);
    background: rgba(214, 168, 95, .1);
}

.gmr-sh-message-error {
    border-color: rgba(255, 120, 120, .35);
    background: rgba(120, 0, 0, .16);
}

.gmr-sh-message-success {
    border-color: rgba(110, 210, 150, .3);
    background: rgba(35, 110, 65, .16);
}

.gmr-sh-hero-photo {
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid var(--gmr-sh-border);
    background: #0b0806;
}

.gmr-sh-hero-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
}

.gmr-sh-hero-photo figcaption {
    padding: 10px 16px;
    color: var(--gmr-sh-soft);
    font-size: .9rem;
}

.gmr-sh-single-header {
    padding: clamp(16px, 3vw, 30px) 0 0;
}

.gmr-sh-single-header h1 {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.6rem);
    line-height: .97;
}

.gmr-sh-location-line {
    margin: 14px 0 0;
    color: var(--gmr-sh-muted) !important;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.gmr-sh-credit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.gmr-sh-credit-row span,
.gmr-sh-heart-count {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 244, 220, .1);
    border-radius: 999px;
    padding: 7px 12px;
    color: var(--gmr-sh-muted);
    background: rgba(255, 244, 220, .035);
}

.gmr-sh-panel h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.gmr-sh-panel p {
    margin-bottom: 0;
    line-height: 1.75;
}

.gmr-sh-location-panel dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.gmr-sh-location-panel dl > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 244, 220, .07);
    padding-bottom: 10px;
}

.gmr-sh-location-panel dt {
    font-weight: 800;
    color: var(--gmr-sh-text);
}

.gmr-sh-location-panel dd {
    margin: 0;
}

.gmr-sh-heart-button.is-active {
    background: linear-gradient(145deg, rgba(214, 75, 95, .28), rgba(214, 168, 95, .12));
    border-color: rgba(214, 75, 95, .42);
}

.gmr-sh-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.gmr-sh-card {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(145deg, var(--gmr-sh-panel), var(--gmr-sh-panel-soft));
    border: 1px solid var(--gmr-sh-border-soft);
}

.gmr-sh-card a {
    color: inherit !important;
    text-decoration: none !important;
}

.gmr-sh-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.gmr-sh-card-body {
    padding: 16px;
}

.gmr-sh-card h3 {
    margin: 0 0 8px;
}

@media (max-width: 760px) {
    .gmr-sh-shell,
    .gmr-sh-single {
        padding: 18px;
    }

    .gmr-sh-grid-2,
    .gmr-sh-card-grid {
        grid-template-columns: 1fr;
    }

    .gmr-sh-location-panel dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .gmr-sh-actions {
        flex-direction: column;
    }

    .gmr-sh-button,
    .gmr-sh-heart-button {
        width: 100%;
    }
}

/* v0.1.1: page-first SEO/content treatment and graceful empty state */
.gmr-sh-archive-hero {
    padding-bottom: clamp(20px, 3vw, 34px);
    border-bottom: 1px solid rgba(255, 244, 220, .08);
    margin-bottom: clamp(20px, 3vw, 34px);
}

.gmr-sh-archive-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(2.5rem, 6vw, 5.8rem);
    line-height: .94;
    letter-spacing: -0.055em;
}

.gmr-sh-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: clamp(18px, 3vw, 34px) 0;
}

.gmr-sh-seo-grid .gmr-sh-panel h2,
.gmr-sh-bottom-seo h2,
.gmr-sh-empty-state h3 {
    color: var(--gmr-sh-text);
}

.gmr-sh-section-head {
    margin: clamp(24px, 4vw, 44px) 0 0;
}

.gmr-sh-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.gmr-sh-empty-state {
    grid-column: 1 / -1;
    text-align: left;
}

.gmr-sh-empty-state h3 {
    margin-top: 0;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.gmr-sh-bottom-seo {
    margin-top: clamp(22px, 4vw, 44px);
}

.gmr-sh-bottom-seo p + p {
    margin-top: 14px;
}

@media (max-width: 900px) {
    .gmr-sh-seo-grid {
        grid-template-columns: 1fr;
    }
}

/* v0.1.2: world-class page ownership + premium noir redesign */
.gmr-sh-shell,
.gmr-sh-single {
    --gmr-sh-bg: #050505;
    --gmr-sh-panel: rgba(9, 9, 8, 0.96);
    --gmr-sh-panel-soft: rgba(16, 15, 13, 0.92);
    --gmr-sh-border: rgba(226, 198, 145, 0.16);
    --gmr-sh-border-soft: rgba(246, 236, 216, 0.075);
    --gmr-sh-text: #f1eadf;
    --gmr-sh-muted: rgba(241, 234, 223, 0.70);
    --gmr-sh-soft: rgba(241, 234, 223, 0.52);
    --gmr-sh-accent: #d8b879;
    --gmr-sh-accent-soft: rgba(216, 184, 121, 0.10);
}

.gmr-sh-archive.gmr-sh-shell {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-top: clamp(12px, 2.4vw, 26px) !important;
}

.gmr-sh-archive-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 clamp(28px, 5vw, 56px) !important;
    padding: clamp(24px, 5vw, 62px) !important;
    border: 1px solid rgba(246, 236, 216, 0.10) !important;
    border-radius: clamp(24px, 4vw, 38px);
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 184, 121, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(10, 10, 9, 0.98), rgba(18, 17, 15, 0.94)) !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.gmr-sh-archive-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(28px, 7vw, 90px);
    width: clamp(120px, 28vw, 310px);
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(216,184,121,.78), rgba(216,184,121,.14));
}

.gmr-sh-display-title {
    margin: 0 0 18px;
    max-width: 920px;
    color: var(--gmr-sh-text) !important;
    font-family: inherit;
    font-weight: 900;
    line-height: .92;
    letter-spacing: -0.065em;
    font-size: clamp(3rem, 8vw, 7.4rem);
}

.gmr-sh-archive-hero .gmr-sh-intro {
    max-width: 860px;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65;
    color: rgba(241, 234, 223, .76) !important;
}

.gmr-sh-hero-note {
    margin: 18px 0 0;
    color: rgba(216, 184, 121, .88) !important;
    font-weight: 800;
    letter-spacing: .04em;
}

.gmr-sh-panel,
.gmr-sh-card,
.gmr-sh-empty-state,
.gmr-sh-bottom-seo,
.gmr-sh-form label {
    background: linear-gradient(145deg, rgba(8, 8, 7, .96), rgba(15, 14, 12, .92)) !important;
    border-color: rgba(246, 236, 216, .075) !important;
    box-shadow: 0 20px 56px rgba(0, 0, 0, .22);
}

.gmr-sh-seo-grid .gmr-sh-panel {
    border-radius: 22px;
}

.gmr-sh-button,
.gmr-sh-heart-button {
    background: rgba(246, 236, 216, .035) !important;
    border-color: rgba(216, 184, 121, .24) !important;
    color: #f1eadf !important;
    box-shadow: none !important;
}

.gmr-sh-button:not(.gmr-sh-button-ghost) {
    background: linear-gradient(145deg, rgba(216, 184, 121, .18), rgba(216, 184, 121, .07)) !important;
}

.gmr-sh-button:hover,
.gmr-sh-heart-button:hover {
    border-color: rgba(216, 184, 121, .48) !important;
    background: rgba(216, 184, 121, .10) !important;
}

.gmr-sh-eyebrow {
    color: rgba(216, 184, 121, .92) !important;
    letter-spacing: .18em;
}

.gmr-sh-section-head {
    border-left: 1px solid rgba(216, 184, 121, .22);
    padding-left: clamp(16px, 3vw, 28px);
}

.gmr-sh-card {
    border-radius: 26px;
}

.gmr-sh-empty-state {
    border-style: solid !important;
}

.gmr-sh-bottom-seo {
    margin-top: clamp(30px, 5vw, 64px) !important;
}

@media (max-width: 760px) {
    .gmr-sh-archive.gmr-sh-shell {
        padding: 18px 20px !important;
    }

    .gmr-sh-archive-hero {
        padding: 28px 22px !important;
        border-radius: 26px;
    }

    .gmr-sh-display-title {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .gmr-sh-archive-hero .gmr-sh-intro {
        font-size: 1.05rem;
        line-height: 1.68;
    }
}

/* v0.1.3: account CTA placement + cleaner login gate */
.gmr-sh-login-panel {
    margin-top: clamp(26px, 5vw, 58px);
}

.gmr-sh-account-box {
    margin: 18px 0 4px;
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(246, 236, 216, .085);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(8, 8, 7, .94), rgba(15, 14, 12, .88));
}

.gmr-sh-account-box strong {
    color: var(--gmr-sh-text);
    font-size: 1.02rem;
}

.gmr-sh-account-box span {
    color: var(--gmr-sh-muted);
    line-height: 1.55;
}

.gmr-sh-account-actions .gmr-sh-button:first-child {
    border-color: rgba(216, 184, 121, .42) !important;
}
