body {
    background:
        radial-gradient(circle at top left, rgba(203, 170, 96, 0.16), transparent 26%),
        linear-gradient(180deg, #f4f1ea 0%, #fbfaf7 100%);
    color: #1f1b17;
}

.demo-ribbon {
    text-align: center;
    padding: 8px 12px;
    background: #2a2118;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    letter-spacing: 0.6px;
}

.martin-shell {
    position: relative;
}

.martin-hero {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 236, 0.98)),
        linear-gradient(135deg, #f0ece2, #faf7f0);
    border: 1px solid rgba(195, 181, 158, 0.6);
    border-radius: 36px;
    padding: 40px;
    box-shadow: 0 24px 70px rgba(60, 46, 24, 0.12);
}

.martin-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.martin-kicker span,
.martin-panel-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(64, 48, 29, 0.08);
    border: 1px solid rgba(64, 48, 29, 0.12);
    color: #5e4b2f;
    font-size: 13px;
    font-weight: 700;
}

.martin-copy h1 {
    font-size: clamp(38px, 6vw, 62px);
    line-height: 1.02;
    max-width: 12ch;
    margin-bottom: 18px;
    color: #2b231b;
}

.martin-lead {
    font-size: 18px;
    color: #5e5043;
    max-width: 58ch;
}

.martin-actions,
.martin-banner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.martin-primary,
.martin-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.martin-primary:hover,
.martin-secondary:hover {
    transform: translateY(-1px);
}

.martin-primary {
    background: linear-gradient(135deg, #b58d42, #8e6a26);
    color: #fff;
    box-shadow: 0 16px 34px rgba(181, 141, 66, 0.24);
}

.martin-secondary {
    border: 1px solid rgba(110, 91, 60, 0.2);
    color: #4e3d27;
    background: rgba(255, 255, 255, 0.74);
}

.martin-proof {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-top: 28px;
}

.martin-proof div,
.martin-contact-card {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(195, 181, 158, 0.55);
}

.martin-proof strong {
    display: block;
    margin-bottom: 4px;
    color: #8e6a26;
}

.martin-panel {
    padding: 24px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(31, 27, 23, 0.95), rgba(49, 40, 29, 0.98)),
        linear-gradient(135deg, #2f261d, #41331f);
    color: #f6f1e8;
    display: grid;
    gap: 18px;
}

.martin-panel h2 {
    font-size: 28px;
    line-height: 1.1;
}

.martin-list {
    list-style: none;
    display: grid;
    gap: 10px;
}

.martin-list li {
    padding-left: 22px;
    position: relative;
    color: rgba(246, 241, 232, 0.86);
}

.martin-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d9bd7a;
}

.martin-contact-card {
    background: rgba(255, 255, 255, 0.08);
    color: #f6f1e8;
}

.martin-grid-3 {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.martin-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(200, 188, 168, 0.7);
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(45, 34, 19, 0.08);
}

.martin-card h3 {
    color: #2b231b;
    margin-bottom: 10px;
}

.martin-card p {
    color: #625446;
}

.martin-card.dark {
    background: #2d241c;
    border-color: rgba(217, 189, 122, 0.18);
}

.martin-card.dark h3,
.martin-card.dark p {
    color: #f5efe5;
}

.martin-layout,
.martin-contact-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    align-items: start;
}

.martin-gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 18px;
}

.martin-gallery article {
    min-height: 220px;
    border-radius: 28px;
    padding: 22px;
    display: grid;
    align-content: end;
    background:
        linear-gradient(180deg, rgba(18, 15, 12, 0.08), rgba(18, 15, 12, 0.68)),
        linear-gradient(135deg, #cab38c, #8e6a26 70%, #5f4720 100%);
    color: #fff;
    box-shadow: 0 22px 45px rgba(61, 48, 29, 0.15);
}

.martin-gallery strong {
    font-size: 18px;
    margin-bottom: 6px;
}

.martin-method,
.martin-form-card {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, #fff 0%, #f7f3ec 100%);
    border: 1px solid rgba(200, 188, 168, 0.7);
    box-shadow: 0 16px 34px rgba(45, 34, 19, 0.08);
}

.martin-method h2,
.martin-form-card h2 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.martin-method ol {
    display: grid;
    gap: 12px;
    padding-left: 20px;
    color: #5f503f;
    margin-bottom: 22px;
}

.martin-contact-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.martin-form-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.martin-form-card label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    font-weight: 600;
}

.martin-form-card input,
.martin-form-card textarea {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(170, 154, 127, 0.5);
    background: rgba(255, 255, 255, 0.94);
}

.martin-banner {
    padding: 44px 0;
    background: linear-gradient(135deg, #221a14, #35291d);
    color: #fff;
}

.martin-banner h2 {
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.08;
}

.martin-banner p {
    color: rgba(255, 255, 255, 0.84);
}

.demo-footnote a {
    color: #5c4a2f;
}

@media (max-width: 900px) {
    .martin-hero,
    .martin-layout,
    .martin-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .martin-hero,
    .martin-method,
    .martin-form-card {
        padding: 24px;
        border-radius: 28px;
    }

    .martin-copy h1 {
        max-width: none;
        font-size: 34px;
    }

    .martin-actions,
    .martin-banner-actions {
        flex-direction: column;
    }
}
