body {
    background: var(--bg-dark);
    color: var(--text-light);
}

.omotenashi-page {
    padding-top: 0;
}

/* ============ HERO ============ */
.omotenashi-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 24px 120px;
    background: url('/images/Bar.jpg') center center / cover no-repeat;
    color: var(--text-light);
    text-align: center;
}

.omotenashi-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(10, 10, 10, 0.55) 0%, rgba(6, 6, 6, 0.88) 70%, rgba(0, 0, 0, 0.95) 100%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.4) 0%, rgba(10, 10, 10, 0.85) 100%);
}

.omotenashi-hero-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.omotenashi-kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

.omotenashi-hero h1 {
    font-size: clamp(2.6rem, 5.6vw, 4.4rem);
    margin-bottom: 22px;
    line-height: 1.1;
    color: #f5ecd8;
}

.omotenashi-hero-lede {
    max-width: 640px;
    margin: 0 auto 40px;
    color: rgba(245, 236, 216, 0.86);
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 300;
}

.omotenashi-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 16px 34px;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    background: transparent;
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.omotenashi-cta:hover {
    background: var(--secondary-color);
    color: var(--bg-dark);
    transform: translateY(-2px);
}

.omotenashi-cta--solid {
    background: var(--secondary-color);
    color: var(--bg-dark);
}

.omotenashi-cta--solid:hover {
    background: #d8bc86;
    color: var(--bg-dark);
}

/* ============ SHARED SECTION ============ */
.omotenashi-section {
    padding: 120px 0;
    position: relative;
}

.omotenashi-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.omotenashi-label {
    display: block;
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.omotenashi-section h2 {
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    color: #f5ecd8;
    margin-bottom: 28px;
    line-height: 1.2;
}

.omotenashi-section p {
    color: rgba(240, 232, 214, 0.78);
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 300;
}

.omotenashi-section p + p {
    margin-top: 18px;
}

/* ============ INTRO ============ */
.omotenashi-intro {
    background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
    border-top: 1px solid rgba(201, 169, 110, 0.14);
    border-bottom: 1px solid rgba(201, 169, 110, 0.14);
}

.omotenashi-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 70px;
    align-items: center;
}

.omotenashi-intro-text {
    max-width: 560px;
}

.omotenashi-pullout {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.6;
    color: #eadcb7;
    padding-left: 22px;
    border-left: 2px solid var(--secondary-color);
    margin-top: 28px;
}

.omotenashi-image {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}

.omotenashi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.12) contrast(1.02);
}

/* ============ DIRECTOR ============ */
.omotenashi-director {
    background: #0a0a0a;
}

.omotenashi-director-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 70px;
    align-items: center;
}

.omotenashi-director-layout .omotenashi-image {
    aspect-ratio: 4 / 5;
}

.omotenashi-director-name {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--secondary-color);
    letter-spacing: 1.4px;
    margin-top: 12px;
    margin-bottom: 24px;
}

/* ============ PHILOSOPHY / CALLOUT ============ */
.omotenashi-philosophy {
    padding: 120px 24px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(6, 6, 6, 0.88) 0%, rgba(6, 6, 6, 0.94) 100%),
        url('/images/BeautifulBackdrop.webp') center center / cover no-repeat fixed;
}

.omotenashi-philosophy-inner {
    max-width: 780px;
    margin: 0 auto;
}

.omotenashi-philosophy blockquote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    font-style: italic;
    line-height: 1.6;
    color: #eadcb7;
    margin: 28px 0 20px;
}

.omotenashi-philosophy-cite {
    display: block;
    color: var(--secondary-color);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ============ GUEST INFO ============ */
.omotenashi-info {
    background: #070707;
}

.omotenashi-info-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

.omotenashi-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.omotenashi-info-card {
    background: rgba(20, 20, 20, 0.85);
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 4px;
    padding: 36px 32px;
    transition: border-color 0.35s ease, transform 0.35s ease;
}

.omotenashi-info-card:hover {
    border-color: rgba(201, 169, 110, 0.5);
    transform: translateY(-2px);
}

.omotenashi-info-card h3 {
    font-size: 1.35rem;
    color: #f5ecd8;
    margin-bottom: 16px;
}

.omotenashi-info-card p {
    color: rgba(240, 232, 214, 0.72);
    font-size: 0.97rem;
    line-height: 1.85;
}

.omotenashi-info-card p + p {
    margin-top: 10px;
}

.omotenashi-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.omotenashi-info-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(240, 232, 214, 0.78);
    font-size: 0.97rem;
    line-height: 1.85;
}

.omotenashi-info-list li + li {
    margin-top: 10px;
}

.omotenashi-info-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 10px;
    height: 1px;
    background: var(--secondary-color);
}

.omotenashi-info-contact {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(201, 169, 110, 0.18);
    font-size: 0.9rem;
    color: rgba(240, 232, 214, 0.68);
    line-height: 1.8;
}

.omotenashi-info-contact a {
    color: var(--secondary-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 169, 110, 0.4);
    transition: border-color 0.2s ease;
}

.omotenashi-info-contact a:hover {
    border-bottom-color: var(--secondary-color);
}

/* ============ FINAL CTA ============ */
.omotenashi-final {
    padding: 140px 24px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.78) 0%, rgba(6, 6, 6, 0.92) 100%),
        url('/images/Bar.jpg') center center / cover no-repeat;
    border-top: 1px solid rgba(201, 169, 110, 0.14);
}

.omotenashi-final-inner {
    max-width: 720px;
    margin: 0 auto;
}

.omotenashi-final h2 {
    color: #f5ecd8;
    font-size: clamp(2.1rem, 4vw, 3rem);
    margin-bottom: 24px;
    line-height: 1.2;
}

.omotenashi-final p {
    color: rgba(240, 232, 214, 0.82);
    font-size: 1.08rem;
    line-height: 1.85;
    margin-bottom: 38px;
    font-weight: 300;
}

.omotenashi-final-meta {
    margin-top: 32px;
    font-size: 0.88rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(201, 169, 110, 0.7);
}

/* ============ FOOTER OVERRIDE (dark page) ============ */
.omotenashi-page + .footer {
    background: #050505;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .omotenashi-intro-layout,
    .omotenashi-director-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .omotenashi-director-layout {
        grid-template-areas:
            'image'
            'text';
    }

    .omotenashi-director-layout .omotenashi-image {
        grid-area: image;
        max-height: 520px;
    }

    .omotenashi-director-layout .omotenashi-intro-text {
        grid-area: text;
    }
}

@media (max-width: 768px) {
    .omotenashi-hero {
        min-height: 78vh;
        padding: 140px 20px 90px;
    }

    .omotenashi-section {
        padding: 80px 0;
    }

    .omotenashi-section .container {
        padding: 0 22px;
    }

    .omotenashi-philosophy,
    .omotenashi-final {
        padding: 90px 22px;
    }

    .omotenashi-info-grid {
        grid-template-columns: 1fr;
    }

    .omotenashi-pullout {
        font-size: 1.2rem;
    }

    .omotenashi-info-card {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .omotenashi-hero h1 {
        font-size: 2.2rem;
    }

    .omotenashi-hero-lede {
        font-size: 1rem;
    }

    .omotenashi-cta {
        width: 100%;
    }
}
