/* Base Styling */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fbf8f6;
}

.universe {
    width: 100%;
}

/* Announcement Stripe */
.announcement-stripe {
    background: linear-gradient(110deg, #845d4f 0%, #d86015 100%);
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 14px;
}

/* Hero Zone */
.hero-zone {
    background: linear-gradient(140deg, #f6eee9 0%, #fbe3d2 100%);
    padding: 80px 20px 60px;
    text-align: center;
    color: #222;
}

.hero-interior {
    max-width: 900px;
    margin: 0 auto;
}

.massive-title {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.descriptor-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.chip {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Metrics Row */
.metrics-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.metric-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 24px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 130px;
}

.metric-value {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.metric-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

/* Navigation Bar */
.navigation-bar {
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 14px 20px;
}

.navigation-bar a {
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.navigation-bar a:hover {
    background: #845d4f;
    color: white;
}

/* Main Content */
.segment {
    padding: 70px 22px;
}

.white-bg {
    background: white;
}

.gray-bg {
    background: #f7f8fa;
}

.segment-header {
    text-align: center;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 15px;
    color: #222;
}

.rotating-icon {
    display: inline-block;
}

.segment-tagline {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Drops Section */
.drops-panel {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 14px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(132, 93, 79, 0.18);
}

.drops-panel h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.drops-panel p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.drops-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #845d4f;
    color: white;
    padding: 12px 26px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
}

.drops-button:hover {
    background: #d86015;
    transform: translateY(-2px);
}

.drops-note {
    color: #845d4f;
    font-weight: 700;
    margin-top: 8px;
}

.drops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.drop-card {
    background: white;
    border-radius: 18px;
    padding: 22px;
    text-decoration: none;
    color: inherit;
    display: grid;
    gap: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(132, 93, 79, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.drop-button {
    border: 2px solid rgba(132, 93, 79, 0.35);
    box-shadow: 0 12px 28px rgba(132, 93, 79, 0.18);
}

.drop-button:focus-visible {
    outline: 3px solid rgba(216, 96, 21, 0.5);
    outline-offset: 4px;
}

.drop-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.drop-graphic {
    position: relative;
    height: 140px;
    border-radius: 14px;
    background: radial-gradient(circle at top, rgba(216, 96, 21, 0.35), rgba(132, 93, 79, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.drop-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba("255, 255, 255, 0.35"), transparent 70%); 
    animation: glowPulse 3s ease-in-out infinite;
}

.drop-spark {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff2e8;
    top: 22px;
    right: 26px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    animation: sparkFloat 2.6s ease-in-out infinite;
}

.drop-label {
    position: relative;
    background: #ffffff;
    color: #845d4f;
    font-weight: 800;
    padding: 10px 18px;
    border-radius: 24px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.drop-meta h2 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #222;
}

.drop-meta p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

@keyframes glowPulse {
    0%, 100% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1.05); opacity: 1; }
}

@keyframes sparkFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Story Grid */
.story-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.story-block {
    background: white;
    border-radius: 12px;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 3px solid #845d4f;
    transition: all 0.3s ease;
}

.story-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.story-heading {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #222;
}

.story-content p {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* Projects Layout */
.projects-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.project-tile {
    background: white;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.project-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.project-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.project-description {
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 15px;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.tech-tag {
    background: #845d4f;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.project-links {
    margin-bottom: 16px;
}

.project-link {
    color: #845d4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s ease;
}

.project-link:hover {
    color: #d86015;
}

.project-screenshot {
    margin-top: 16px;
}

.project-screenshot img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eef1f7;
    box-shadow: 0 10px 24px rgba(132, 93, 79, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-tile:hover .project-screenshot img {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(132, 93, 79, 0.28);
}

.screenshot-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #f0f4ff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d0d7e6;
}

.screenshot-icon {
    font-size: 48px;
    margin-bottom: 8px;
}

.screenshot-placeholder p {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}

/* YouTube Container */
.youtube-container {
    max-width: 700px;
    margin: 0 auto;
}

.youtube-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #ff0000;
    color: white;
    padding: 30px 35px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.youtube-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.35);
}

.yt-icon {
    font-size: 40px;
}

.yt-details {
    display: flex;
    flex-direction: column;
}

.yt-name {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 700;
}

.yt-subtitle {
    font-size: 14px;
    opacity: 0.95;
}

/* Tutoring Wrapper */
.tutoring-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.teaching-info,
.pricing-info {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.info-title {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #222;
}

.teaching-list {
    list-style: none;
}

.teaching-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 15px;
}

.teaching-list li:last-child {
    border-bottom: none;
}

.pricing-info {
    text-align: center;
}

.price-header h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222;
}

.price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 28px;
}

.currency-symbol {
    font-size: 24px;
    font-weight: 700;
    margin-right: 4px;
    color: #333;
}

.rate-number {
    font-size: 52px;
    font-weight: 800;
    color: #845d4f;
}

.rate-period {
    font-size: 18px;
    color: #999;
    margin-left: 4px;
}

.booking-button {
    display: inline-block;
    background: #845d4f;
    color: white;
    padding: 12px 32px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
}

.booking-button:hover {
    background: #d86015;
    transform: translateY(-2px);
}

/* Project Request Section */
.request-grid {
    max-width: 950px;
    margin: 0 auto 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.request-card {
    background: white;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(132, 93, 79, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.request-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.request-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #222;
}

.request-card p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 15px;
}

.request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.request-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #845d4f;
    color: white;
    padding: 10px 20px;
    border-radius: 22px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.request-button:hover {
    background: #d86015;
    transform: translateY(-2px);
}

.request-link {
    color: #845d4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.request-link:hover {
    color: #d86015;
}

.request-footer {
    text-align: center;
}

.request-external {
    color: #2c3e50;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.request-external:hover {
    color: #845d4f;
}

/* Custom Request Page */
.request-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.request-hero {
    text-align: center;
    padding: 70px 20px 30px;
}

.request-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    margin-bottom: 10px;
    font-weight: 800;
    color: #222;
}

.request-hero p {
    color: #666;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
}

.request-form {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(132, 93, 79, 0.16);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.form-field input,
.form-field textarea,
.form-field select {
    border: 1px solid #e2e6f1;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #fafbff;
}

.form-field textarea {
    min-height: 120px;
    resize: vertical;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 10px;
}

.form-note {
    font-size: 13px;
    color: #888;
}

/* Contact Grid */
.contact-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.contact-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-emoji {
    font-size: 42px;
    display: block;
    margin-bottom: 14px;
}

.contact-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #222;
}

.contact-card p {
    color: #666;
    margin-bottom: 8px;
    font-size: 15px;
}

.email-placeholder {
    font-style: italic;
    color: #999;
}

.contact-url {
    color: #845d4f;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.contact-url:hover {
    color: #d86015;
}

/* Page Footer */
.page-footer {
    background: #2c3e50;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-copyright {
    font-size: 14px;
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 800px) {
    .hero-zone {
        padding: 65px 18px 55px;
    }

    .massive-title {
        font-size: 2.8rem;
    }

    .descriptor-chips {
        flex-direction: column;
        gap: 8px;
    }

    .metrics-row {
        flex-direction: column;
        gap: 16px;
    }

    .navigation-bar a {
        padding: 8px 16px;
        font-size: 12px;
    }

    .segment {
        padding: 60px 16px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .tutoring-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .massive-title {
        font-size: 2.2rem;
    }

    .segment-header {
        font-size: 2rem;
    }

    .placeholder-graphic {
        width: 170px;
        height: 170px;
    }

    .youtube-link {
        flex-direction: column;
        padding: 26px 20px;
    }
}