/* Hero kısmı  */
.hero-section {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 85vh;
}

.hero-subtitle {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: var(--crimson);
    display: block;
    margin-bottom: 16px;
}

.hero-title {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 64px;
    color: var(--ink);
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    text-decoration: none;
    font-family: 'The Seasons', serif;
    font-weight: 700;
    padding: 14px 32px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: 0.3s;
    display: inline-block;
}

.btn-primary {
    background: var(--crimson);
    color: white;
    border: 2px solid var(--crimson);
    cursor: pointer;
}

.btn-primary:hover {
    background: transparent;
    color: var(--crimson);
}

.btn-secondary {
    border: 2px solid var(--ink);
    color: var(--ink);
}

.btn-secondary:hover {
    background: var(--ink);
    color: white;
}

/* Slider kısmı */
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.slider-wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.object-bottom { object-position: center bottom; }
.object-custom { object-position: 50% 65%; }

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.15);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    z-index: 20;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container:hover .slider-btn {
    opacity: 0.6;
}

.slider-btn:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev { left: 15px; }
.slider-btn.next { right: 15px; }

/* Hakkımızda kısmı*/
.about-section {
    position: relative;
    padding: 120px 8%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 200px;
    z-index: 1;
}
/* Şef kartı kısmı*/
.chef-board {
    flex: 0 0 380px;
    position: relative;
    z-index: 2;
}

.chef-board-inner {
    background: #fff;
    padding: 14px 14px 22px 14px;
    border-radius: 3px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.13);
    position: relative;
    z-index: 2;
}

.chef-image-box {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.chef-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.chef-badge {
    position: absolute;
    bottom: 18px;
    right: -8px;
    background: var(--crimson);
    color: white;
    padding: 8px 18px;
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    box-shadow: 0 4px 12px rgba(169, 17, 16, 0.35);
}

.about-text-content {
    flex: 1;
    max-width: 1000px;
}

.about-tag {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    color: var(--crimson);
    letter-spacing: 0.18em;
    display: block;
    margin-bottom: 20px;
}

.about-title {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 56px;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 30px;
}

.about-description {
    font-size: 19px;
    color: #1a1a1a;
    line-height: 1.8;
    opacity: 0.95;
    font-style: italic;
    margin-bottom: 44px;
}

.about-stats {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
    padding: 28px 0;
    border-top: 1px solid rgba(23, 23, 23, 0.1);
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}

.about-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat-number {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 42px;
    color: var(--crimson);
    line-height: 1;
}

.stat-label {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--gray);
    text-transform: uppercase;
}

.about-stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(23, 23, 23, 0.12);
}

/* Öne çıkanlar kısmı */
.featured-section {
    position: relative;
    padding: 100px 8%;
    text-align: center;
}

.featured-header {
    margin-bottom: 60px;
}

.featured-title {
    margin-bottom: 10px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
    justify-items: center;
}

.featured-card {
    width: 100%;
    max-width: 380px;
    height: 100%;
}

.featured-inner {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s;
    text-align: left;
}

.featured-card:hover .featured-inner {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.featured-img-box {
    width: 100%;
    height: 250px;
    flex: 0 0 250px;
    overflow: hidden;
}

.featured-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-text-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.featured-front {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.featured-card-title {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--ink);
    margin: 0;
    line-height: 1.1;
}

.featured-card-price {
    font-family: 'The Seasons', serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--crimson);
    background: rgba(169, 17, 16, 0.08);
    padding: 2px 12px;
    border-radius: 20px;
    margin: 0;
}

.featured-card-desc {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.featured-btn-container {
    margin-top: 20px;
}

/* Harita kısmı */
.map-scene {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 80px auto;
    aspect-ratio: 16 / 9;
    overflow: visible;
}

.torii-overlay {
    position: absolute;
    top: -25%;
    left: -92%;
    width: 216%;
    height: auto;
    z-index: 3;
    pointer-events: none;
}

.map-container {
    position: absolute;
    z-index: 2;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    top: 30%;
    left: 16.8%;
    width: 70%;
    height: 56%;
    overflow: hidden;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e0d5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder-dot {
    font-family: serif;
    color: #A91110;
    font-size: 15px;
    letter-spacing: 0.1em;
}

/* İletişim Kısmı */
.contact-section {
    position: relative;
    padding: 100px 8% 120px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    text-align: left;
}

.contact-info {
    flex: 0 0 380px;
    padding-top: 10px;
}

.contact-title {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 52px;
    color: var(--ink);
    line-height: 1.1;
    margin: 0 0 48px 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 20px;
    border-left: 3px solid var(--crimson);
}

.detail-label {
    font-family: 'The Seasons', serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.18em;
    color: var(--crimson);
}

.detail-value {
    font-family: 'Inria Serif', serif;
    font-size: 17px;
    color: var(--ink);
    line-height: 1.6;
}

.contact-form-wrapper {
    flex: 1;
    max-width: 620px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(169, 17, 16, 0.12);
    border-radius: 4px;
    padding: 48px 44px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Rezervasyon form kısmı */
.form-row {
    display: flex;
    gap: 20px;
}

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

.form-label {
    font-family: 'The Seasons', serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: var(--crimson);
}

.form-input {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(23, 23, 23, 0.2);
    border-radius: 2px;
    padding: 12px 16px;
    font-family: 'Inria Serif', serif;
    font-size: 15px;
    color: var(--ink);
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: rgba(77, 77, 77, 0.4);
}

.form-input:focus {
    border-color: var(--crimson);
    box-shadow: 0 0 0 3px rgba(169, 17, 16, 0.08);
}

.form-select {
    appearance: none;
    cursor: pointer;
}

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

.form-submit {
    align-self: flex-start;
    margin-top: 8px;
    font-size: 14px;
}

.form-success {
    font-style: italic;
    font-size: 14px;
    color: var(--crimson);
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.form-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.form-fieldset--rezervasyon {
    margin-top: 20px;
}

.form-legend {
    display: none;
}

.form-group--message {
    margin-top: 24px;
}
/* Tablet görünüm */
@media (max-width: 1024px) {
    .about-section {
        flex-direction: column;
        padding: 80px 6%;
        gap: 60px;
    }
    .chef-board {
        flex: none;
        width: 320px;
    }
    .about-text-content {
        text-align: center;
    }
    .about-stats {
        justify-content: center;
    }
    .contact-section {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }
    .contact-info {
        width: 100%;
        flex: none;
    }
}
/* Mobil Görünüm */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 72px;
    }
    .hero-title {
        font-size: 42px;
        padding: 0 15px;
    }
    .slider-container {
        margin-top: 30px;
        width: 95%;
    }
    .slide img {
        height: 350px;
    }
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .featured-inner {
        flex-direction: row;
        height: 130px;
        border-radius: 12px;
        align-items: center;
    }
    .featured-img-box {
        width: 120px;
        height: 100%;
        flex: 0 0 120px;
        border-radius: 12px 0 0 12px;
    }
    .featured-text-wrapper {
        padding: 10px 14px;
        justify-content: center;
    }
    .featured-front {
        margin-bottom: 6px;
        gap: 4px;
    }
    .featured-card-title {
        font-size: 16px;
    }
    .featured-card-price {
        font-size: 14px;
        padding: 2px 8px;
    }
    .featured-card-desc {
        font-size: 12px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .contact-section {
        padding: 60px 6% 80px 6%;
        gap: 30px;
    }
    .contact-title {
        font-size: 36px;
        margin-bottom: 0;
    }
    .contact-details,
    .contact-divider,
    .contact-note {
        display: none !important;
    }
    .form-group {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .form-input {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .contact-form-wrapper {
        max-width: 100%;
        padding: 30px 20px;
    }
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* Küçük mobil görünüm */
@media (max-width: 480px) {
    .about-title {
        font-size: 40px;
    }
    .stat-number {
        font-size: 34px;
    }
    .chef-board {
        width: 280px;
    }
}