/* Body */
.main-body {
    
    background-image: url('../images/smenu-bg.png');
    background-attachment: fixed !important;
}

.main-body .body-banner {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.body-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #D9D9D9;
    z-index: 1;
    opacity: 70%;
}

.main-body .body-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-body .body-banner p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    margin: 0;
    font-family: 'Inria Serif';
    z-index: 2;
}

.main-content {
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto;
}

.main-content-title {
    max-width: 520px;
    margin: 10px 0 32px;
}

.title-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.title-label .line {
    width: 36px;
    height: 1px;
    background-color: #000;
}

.title-label .label-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Inria Sans';
    color: #000;
}

.main-content-title h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    font-family: 'Inria Sans';
}

/* ===========================
   ABOUT BASIC
   =========================== */

.about-basic {
    display: flex;
    align-items: flex-end;
    margin: 50px auto 0 auto;
    max-width: 900px;
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}

.about-basic-left img {
    width: 373px;
    height: 524px;
}

.about-basic-right img {
    width: 500px;
    height: 320px;
    object-fit: cover;
}

.about-basic-right {
    position: absolute;
    left: 420px;
    top: 50px;
    width: 500px;
}

.about-basic-right .about-basic-right-content .context {
    margin-bottom: 34px;
}

.about-basic-right .about-basic-right-content .context h2 {
    font-family: 'Italianno';
    font-size: 40px;
    font-weight: 400;
    color: #014F86;
    margin-bottom: 14px;
}

.about-basic-right .about-basic-right-content .context h3 {
    font-family: 'Inria Serif';
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 14px;
}

.about-basic-right .about-basic-right-content .context p {
    font-family: 'Inria Serif';
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 34px;
}

.about-basic-right .about-basic-right-content .context a {
    text-decoration: none;
    border: 1px solid #014F86;
    color: white;
    background-color: #014F86;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 200;
    display: inline-block;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

/* ===========================
   BREAK IMAGE
   =========================== */

.break-img {
    width: 100%;
    height: 300px;
    margin-top: 200px;
}

.break-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* ===========================
   ABOUT PROMISE
   =========================== */

.about-basic-promise {
    display: flex;
    gap: 50px;
    width: 100%;
    max-width: 900px;
    margin: 96px auto 0 auto;
}

.about-basic-promise-left img {
    width: 541px;
    height: 330px;
    object-fit: cover;
    object-position: center 70%;
}

.about-basic-promise-left h2 {
    font-family: 'Inria Serif';
    font-size: 24px;
    font-weight: 400;
    margin-top: 53px;
    margin-bottom: 14px;
    padding-left: 30px;
}

.about-basic-promise-left p {
    font-size: 16px;
    font-family: 'Inria Serif';
    font-style: italic;
    width: 450px;
    padding-left: 30px;
}

.about-basic-promise-right img {
    width: 334px;
    height: 538px;
    object-fit: cover;
}

/* ===========================
   ABOUT QUALITY
   =========================== */

.about-basic-quality-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
    margin-bottom: 100px;
}

.about-basic-quality-main-left {
    position: relative;
}

.about-basic-quality-main-left .img-main {
    width: 100%;
    object-fit: cover;
    display: block;
}

.about-basic-quality-main-left .img-thumb-wrapper {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 42%;
    border: 4px solid #f5f2ed;
    box-shadow: 0 4px 20px rgba(0,0,0,0.14);
    z-index: 2;
}

.about-basic-quality-main-left .img-thumb-wrapper img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.about-basic-quality-main-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 100px;
    position: relative;
}

.about-basic-quality-main-right h3 {
    font-family: 'inria serif';
    font-size: 24px;
    font-weight: 400;
}

.about-basic-quality-main-right p {
    font-family: 'inria serif';
    font-size: 16px;
    color: #666;
    font-style: italic;
    font-weight: 300;
}

.about-basic-quality-main-right .img-right {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

/* ===========================
   TESTIMONIALS
   =========================== */

.about-basic-testimonials-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.t-images {
    overflow: hidden;
    position: relative;
}

.t-images-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}

.t-images-track img {
    min-width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.t-content {
    background: #fff;
    padding: 52px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.t-text-wrapper {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.t-text-track {
    display: flex;
    flex-direction: column;
    transition: transform 0.55s cubic-bezier(0.77, 0, 0.18, 1);
}

.t-item {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    flex-shrink: 0;
}

.quote-mark {
    font-size: 64px;
    color: #014F86;
    line-height: 1;
    margin-bottom: -16px;
}

.t-item p {
    font-style: italic;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.t-item .author {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.t-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

.t-dots { display: flex; gap: 8px; }

.dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}

.dot.active { background: #014F86; transform: scale(1.2); }

.t-arrows { display: flex; gap: 10px; }

.arrow {
    width: 38px; height: 38px;
    border: 1px solid #ccc;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
}

.arrow:hover { background: #2c2c2c; border-color: #2c2c2c; }
.arrow:hover svg path { stroke: #fff; }
.arrow svg { width: 16px; height: 16px; }
.arrow svg path { stroke: #444; stroke-width: 1.5; fill: none; transition: stroke 0.2s; }

/* ===========================
   MOBILE (≤ 768px)
   =========================== */

@media (max-width: 768px) {

    /* Banner */
    .main-body .body-banner {
        height: 150px;
    }
    .main-body .body-banner p {
        font-size: 46px;
        white-space: nowrap;
    }

    .main-content {
        padding: 0 16px;
    }

    .main-content-title {
        max-width: 100%;
        margin: 24px 0 20px;
    }

    .main-content-title h2 {
        font-size: 26px;
    }

    .title-label .label-text {
        font-size: 13px;
    }

    /* ---- ABOUT BASIC ---- */
    .about-basic {
        flex-direction: column;
        position: static;
        margin: 32px auto 40px;
        align-items: stretch;
        gap: 24px;
    }

    /* Ảnh trái → full width, lên trước */
    .about-basic-left {
        order: 1;
        width: 100%;
    }
    .about-basic-left img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    /* Content phải → xuống sau */
    .about-basic-right {
        order: 2;
        position: static;
        left: unset;
        top: unset;
        width: 100%;
    }

    .about-basic-right .about-basic-right-content {
        display: flex;
        flex-direction: column;
    }

    /* Ảnh trong right → lên trước text */
    .about-basic-right .about-basic-right-content img {
        order: 1;
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .about-basic-right .about-basic-right-content .context {
        order: 2;
        margin-bottom: 0;
    }

    .about-basic-right .about-basic-right-content .context h2 {
        font-size: 32px;
    }

    .about-basic-right .about-basic-right-content .context h3 {
        font-size: 18px;
    }

    .about-basic-right .about-basic-right-content .context p {
        font-size: 15px;
    }

    .about-basic-right .about-basic-right-content .context a {
        width: 100%;
        display: block;
        text-align: center;
    }

    /* ---- BREAK IMAGE ---- */
    .break-img {
        height: 180px;
        margin-top: 40px;
    }

    /* ---- ABOUT PROMISE ---- */
    .about-basic-promise {
        flex-direction: column;
        gap: 0;
        margin: 40px auto 0;
    }

    /* Ảnh lớn trái → full width, lên trước */
    .about-basic-promise-left {
        order: 1;
        width: 100%;
    }
    .about-basic-promise-left img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .about-basic-promise-left h2 {
        font-size: 20px;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-basic-promise-left p {
        width: 100%;
        padding-left: 0;
        font-size: 15px;
    }

    /* Ảnh phải → xuống sau */
    .about-basic-promise-right {
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
    .about-basic-promise-right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    /* ---- ABOUT QUALITY ---- */
    .about-basic-quality-main {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 60px;
    }

    /* Ảnh trái → lên trước */
    .about-basic-quality-main-left {
        order: 1;
        margin-bottom: 60px; /* chừa chỗ cho thumb overlay */
    }

    .about-basic-quality-main-left .img-thumb-wrapper {
        bottom: -30px;
        left: 10px;
        width: 35%;
    }

    /* Chữ + ảnh phải → xuống sau */
    .about-basic-quality-main-right {
        order: 2;
        position: static;
        top: unset;
        gap: 16px;
    }

    .about-basic-quality-main-right h3 {
        font-size: 20px;
    }

    .about-basic-quality-main-right p {
        font-size: 15px;
    }

    /* ---- TESTIMONIALS ---- */
    .about-basic-testimonials-main {
        grid-template-columns: 1fr;
    }

    .t-images {
        order: 1;
    }

    .t-images-track img {
        height: 260px;
    }

    .t-content {
        order: 2;
        padding: 32px 20px;
    }

    /* ĐÂY LÀ PHẦN SỬA - giữ overflow: hidden và height cố định */
    .t-text-wrapper {
        overflow: hidden;        /* bắt buộc để ẩn các item khác */
        position: relative;
        height: 240px;           /* đủ để chứa 1 item */
    }

    .t-item {
        height: 240px;           /* phải bằng với t-text-wrapper */
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        flex-shrink: 0;
    }

    .quote-mark {
        font-size: 48px;
    }

    .t-item p {
        font-size: 14px;
        line-height: 1.8;
    }

    .t-controls {
        margin-top: 20px;
    }
}

/* ===========================
   MOBILE NHỎ (≤ 480px)
   =========================== */

@media (max-width: 480px) {
    .main-body .body-banner {
        height: 120px;
    }
    .main-body .body-banner p {
        font-size: 36px;
    }
    .main-content-title h2 {
        font-size: 22px;
    }
    .about-basic-left img {
        height: 220px;
    }
    .about-basic-promise-left img {
        height: 200px;
    }
    .t-images-track img {
        height: 220px;
    }
}   

/* ==========================================================================
   About Page Banner Custom
   ========================================================================== */
.main-body .body-banner.about-banner-custom {
    height: 400px; /* Made taller */
    position: relative;
    overflow: hidden;
}

.banner-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
    transform: rotate(180deg);
    
    /* Inherit the exact background image and properties from the body */
    background-image: url("../images/smenu-bg.png");
    background-attachment: fixed !important;
    background-color: var(--color-bg);

    /* Use the SVG wave as a mask so only the wave shape shows the background */
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23000" /><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23000" /><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23000" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%23000" /><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%23000" /><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23000" /></svg>');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

@media (max-width: 991px) {
    .main-body .body-banner.about-banner-custom {
        height: 300px;
    }
    .banner-wave {
        height: 40px;
    }
}


/* ==========================================================================
   Story Section (Replaces About Basic)
   ========================================================================== */
.about-story-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1100px;
    margin: 80px auto 120px;
    padding: 0 20px;
}

.story-text .story-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-primary, #014F86);
    margin-bottom: 12px;
}

.story-text h2 {
    font-family: 'Inria Serif', 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-primary, #014F86);
    margin: 0 0 24px 0;
}

.story-text p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #555;
}

.story-images {
    position: relative;
    width: 100%;
    padding: 25px; /* Offset for the blocks to stick out */
}

.story-images::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: var(--color-primary, #014F86); /* Top-left block */
    z-index: 0;
}

.story-images::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #EBE6DF; /* Bottom-right beige block */
    z-index: 0;
}

.story-images .img-single {
    width: 100%;
    height: 480px; /* Let it be a rectangle, not squished into a square */
    object-fit: cover;
    z-index: 1;
    position: relative;
    display: block;
    border: none; /* No white border */
    border-radius: 0; /* Sharp corners */
    box-shadow: none; /* Removed the previous shadow */
}

@media (max-width: 991px) {
    .about-story-section {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 50px auto 25px;
    }
    .story-images {
        min-height: 450px;
    }
}


/* ==========================================================================
   Culinary Philosophy Section
   ========================================================================== */
.culinary-philosophy-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 100px 0;
    background: #fff;
    font-family: 'Inter', sans-serif;
}

.phil-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.phil-top {
    background-color: #F4F4F4; /* Light gray from screenshot */
    padding: 60px 10%; /* Reduced padding to lower overall height */
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phil-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 500;
}

.phil-top h2 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    margin: 0 0 24px 0;
}

.phil-top p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.phil-bottom {
    display: flex;
    flex-direction: row;
    height: auto;
    min-height: 350px; /* Allow height to grow based on text, but ensure a good minimum for the image */
}

.phil-img-small {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.phil-img-small img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.phil-features {
    width: 50%;
    height: auto;
    background-color: #799CB3; /* Slate blue from screenshot */
    padding: 60px 10%; /* Increased padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.feature-item h4 {
    font-size: 17px; /* Larger font */
    color: #fff;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.feature-item p {
    font-size: 15px; /* Larger font */
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    margin: 0;
}

.phil-right {
    width: 50%;
    position: relative; /* Make it relative to contain the absolute image */
    overflow: hidden;
}

.phil-right .img-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .culinary-philosophy-section {
        flex-direction: column;
        margin: 25px 0 60px;
    }
    .phil-left, .phil-right {
        width: 100%;
    }
    .phil-bottom {
        flex-direction: column;
        height: auto;
    }
    .phil-img-small, .phil-features {
        width: 100%;
    }
    .phil-img-small {
        height: 300px;
    }
    .phil-right {
        height: 400px;
    }
}


/* ==========================================================================
   Past & Present Section
   ========================================================================== */
.past-present-section {
    max-width: 1200px;
    margin: 60px auto 100px; /* Reduced top margin */
    padding: 0 20px;
    background: transparent; /* Removed white background */
    border-radius: 0;
    text-align: center;
}

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

.pp-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-primary, #014F86);
    margin-bottom: 15px;
}

.pp-header h2 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 46px;
    font-weight: 600;
    color: #111;
    margin: 0 0 20px 0;
}

.pp-header p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pp-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.pp-card {
    flex: 1;
    text-align: left;
}

.pp-img-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
}

.pp-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
}

.pp-card:hover .pp-img-wrapper img {
    transform: scale(1.05);
}

/* Magic: Removed old photograph effect per user request */
.past-card .pp-img-wrapper img {
    filter: none;
}

.pp-content {
    padding: 0 10px;
}

.pp-year {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-accent, #D4AF37);
    margin-bottom: 10px;
    border-bottom: 2px solid var(--color-accent, #D4AF37);
    padding-bottom: 5px;
}

.pp-content h3 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin: 0 0 15px 0;
}

.pp-content p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

@media (max-width: 768px) {
    .pp-grid {
        flex-direction: column;
    }
    .pp-img-wrapper {
        height: 350px;
    }
}


/* ==========================================================================
   Sea to Table Section
   ========================================================================== */
.sea-to-table-section {
    max-width: 1200px;
    margin: 80px auto 80px;
    padding: 0 20px;
    text-align: center;
}

.stt-header {
    margin-bottom: 50px;
}

.stt-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #014F86; /* Blue color per user request */
    margin-bottom: 15px;
}

.stt-header h2 {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 46px;
    font-weight: 600;
    color: #111;
    margin: 0 0 20px 0;
}

.stt-header p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.stt-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

.stt-item {
    position: relative;
    border-radius: 0; /* Removed rounded corners */
    overflow: hidden;
}

.stt-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.stt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 79, 134, 0.5); /* Blue overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stt-item:hover .stt-overlay {
    opacity: 1;
}

.stt-overlay h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.stt-item:hover .stt-overlay h4 {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .stt-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .stt-gallery {
        grid-template-columns: 1fr;
    }
}



/* ==========================================================================
   Editorial Letter — Hallmark Signature
   23+ Dropcap with flowing text & handwritten signature
   ========================================================================== */

/* Import signature font */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

.about-story-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    max-width: 1100px;
    margin: 80px auto 120px;
    padding: 0 20px;
}

.editorial-letter {
    position: relative;
}

/* — The dropcap block — */
.letter-body {
    position: relative;
    overflow: hidden;
}

.dropcap-num {
    font-family: 'Times New Roman', Times, serif;
    font-size: 11rem;
    font-weight: 700;
    color: var(--color-primary, #014F86);
    float: left;
    line-height: 0.82;
    margin-right: 0;
    margin-top: 4px;
    letter-spacing: -5px;
}

.dropcap-plus {
    font-family: 'Times New Roman', Times, serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--color-primary, #014F86);
    float: left;
    line-height: 1;
    margin-right: 16px;
    margin-top: 12px;
}

/* — Body text — */
.letter-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    color: #222;
    margin: 0 0 20px 0;
    text-align: justify;
}

.letter-closing {
    clear: both;
}

.letter-closing .letter-text {
    margin-bottom: 0;
}

/* — Signature block — */
.letter-sign {
    margin-top: 50px;
    text-align: right;
    position: relative;
    padding-right: 10px;
}

.sign-line {
    display: block;
    width: 80px;
    height: 1px;
    background: var(--color-primary, #014F86);
    margin-left: auto;
    margin-bottom: 20px;
    opacity: 0.4;
}

.sign-script {
    display: block;
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-primary, #014F86);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sign-role {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #888;
}

/* — Responsive: Mobile — */
@media (max-width: 991px) {
    .about-story-section {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 50px auto 25px;
    }

    .dropcap-num {
        font-size: 7rem;
        letter-spacing: -3px;
    }

    .dropcap-plus {
        font-size: 3.5rem;
        margin-right: 12px;
        margin-top: 8px;
    }

    .letter-text {
        font-size: 14px;
    }

    .sign-script {
        font-size: 1.5rem;
    }

    .letter-sign {
        margin-top: 35px;
    }
}