/* 
    Custom Styles for Awards, Tea Room, and Teawares & Accessories 
*/

/* --- General Utilities --- */
.page-header-title { font-size: 42px; font-weight: 700; color: #111; }
.page-header-subtitle { font-size: 18px; line-height: 1.8; color: #555; max-width: 800px; margin: 0 auto; }
.bg-light-custom { background-color: #f7f9fa; }

/* --- Awards Page --- */
.award-showcase { padding: 80px 0; overflow: hidden; }
.award-content { padding: 30px; }
.award-content h3 { font-size: 32px; font-weight: 600; margin-bottom: 25px; color: #222; }
.award-content p { font-size: 16px; line-height: 1.8; color: #666; margin-bottom: 20px; }
.award-img-wrapper { border-radius: 12px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08); position: relative; }
.award-img-wrapper img { width: 100%; height: auto; transition: transform 0.6s ease; }
.award-img-wrapper:hover img { transform: scale(1.04); }
.cert-card { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.04); margin-bottom: 30px; text-align: center; transition: all 0.3s ease; height: 100%; }
.cert-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1); transform: translateY(-5px); }
.cert-card img { width: 100%; height: 220px; object-fit: contain; background: #fafafa; border-radius: 5px; margin-bottom: 20px; }
.cert-card h5 { font-size: 18px; font-weight: 600; color: #333; margin: 0; }
.cert-card p { font-size: 14px; color: #888; margin-top: 10px; margin-bottom: 0; }

/* --- Tea Room Page --- */
.tearoom-hero { position: relative; padding: 180px 0 160px; text-align: center; color: #fff; background-size: cover; background-position: center center; }
.tearoom-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); }
.tearoom-hero .container { position: relative; z-index: 2; }
.tearoom-title { font-size: 64px; font-weight: 400; letter-spacing: 5px; margin-bottom: 25px; text-transform: uppercase; text-shadow: 2px 2px 10px rgba(0,0,0,0.3); }
.tearoom-subtitle { font-size: 22px; font-weight: 300; max-width: 800px; margin: 0 auto; line-height: 1.8; text-shadow: 1px 1px 5px rgba(0,0,0,0.5); }
.tr-feature { padding: 100px 0; overflow: hidden; }
.tr-feature-content { padding: 30px 40px; }
.tr-feature-content span { display: inline-block; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: #888; margin-bottom: 15px; font-weight: 600; }
.tr-feature-content h3 { font-size: 38px; font-weight: 600; margin-bottom: 25px; color: #111; }
.tr-feature-content p { font-size: 17px; line-height: 1.9; color: #555; margin-bottom: 20px; }
.tr-image-wrapper { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 15px 45px rgba(0,0,0,0.08); }
.tr-image-wrapper img { width: 100%; height: auto; transition: transform 0.8s ease; }
.tr-image-wrapper:hover img { transform: scale(1.03); }
.tr-menu-highlight { background-color: #fcfbf9; padding: 100px 0; }
.tr-menu-highlight .section-title h2 { font-size: 42px; font-weight: 600; color: #111; }
.tr-menu-highlight .section-title p { font-size: 18px; color: #666; margin-top: 15px; }
.menu-card { background: #fff; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); transition: all 0.4s ease; height: 100%; overflow: hidden; }
.menu-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.12); transform: translateY(-8px); }
.menu-card img { width: 100%; height: 320px; object-fit: cover; }
.menu-card-body { padding: 35px 25px; text-align: center; }
.menu-card-body h4 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #222; }
.menu-card-body p { font-size: 15px; color: #777; line-height: 1.8; margin: 0; }
.tr-cta { background-color: #111; color: #fff; padding: 100px 0; text-align: center; }
.tr-cta h2 { font-size: 42px; font-weight: 400; margin-bottom: 25px; color: #fff; letter-spacing: 1px; }
.tr-cta p { font-size: 18px; color: #bbb; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.tr-cta .btn-gold { background-color: #d4af37; color: #fff; padding: 16px 45px; font-size: 16px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border-radius: 30px; border: none; transition: background 0.3s; }
.tr-cta .btn-gold:hover { background-color: #b5952f; color: #fff; }
#tr-gallery-container { padding: 80px 0; background: #fff; }

/* --- Teawares & Accessories Page --- */
.split-hero { display: flex; min-height: 85vh; background: #fff; border-bottom: 1px solid #eaeaea; }
.split-hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 10% 8%; background-color: #faf8f5; }
.split-hero-content h6 { font-size: 14px; letter-spacing: 4px; color: #888; text-transform: uppercase; margin-bottom: 25px; font-weight: 600; }
.split-hero-content h1 { font-size: 5vw; font-weight: 300; line-height: 1.1; color: #111; margin-bottom: 30px; }
.split-hero-content p { font-size: 18px; line-height: 1.8; color: #666; max-width: 550px; margin-bottom: 40px; }
.btn-discover { display: inline-block; border: 1px solid #111; color: #111; padding: 15px 40px; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; font-weight: 600; text-align: center; transition: all 0.3s; width: max-content; }
.btn-discover:hover { background: #111; color: #fff; text-decoration: none; }
.split-hero-image { flex: 1.2; background-size: cover; background-position: center; background-repeat: no-repeat; }
.mosaic-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 320px; gap: 20px; padding: 60px 0 100px 0; }
.mosaic-item { position: relative; overflow: hidden; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.mosaic-item:hover img { transform: scale(1.06); }
.mosaic-hover { position: absolute; bottom: 20px; left: 20px; background: rgba(255,255,255,0.95); padding: 10px 20px; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: #111; opacity: 0; transform: translateY(15px); transition: all 0.4s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.mosaic-item:hover .mosaic-hover { opacity: 1; transform: translateY(0); }
.mosaic-item-1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.mosaic-item-2 { grid-column: 3 / 4; grid-row: 1 / 2; }
.mosaic-item-3 { grid-column: 4 / 5; grid-row: 1 / 2; }
.mosaic-item-4 { grid-column: 3 / 5; grid-row: 2 / 3; }
.mosaic-item-5 { grid-column: 1 / 3; grid-row: 3 / 4; }
.mosaic-item-6 { grid-column: 3 / 5; grid-row: 3 / 4; }
.crafters-note { position: relative; padding: 140px 0; background-attachment: fixed; background-size: cover; background-position: center; color: #fff; }
.crafters-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(17, 17, 17, 0.8); }
.note-icon { font-size: 45px; color: #d4af37; margin-bottom: 30px; }
.note-title { font-size: 42px; font-weight: 300; margin-bottom: 25px; color: #fff; letter-spacing: 1px; }
.note-text { font-size: 24px; font-family: 'Georgia', serif; font-style: italic; line-height: 1.8; color: #e0e0e0; margin-bottom: 35px; }
.note-author { font-size: 14px; text-transform: uppercase; letter-spacing: 4px; color: #d4af37; }
.spotlight-section { padding: 120px 0; background: #f9f9f9; }
.spotlight-card { position: relative; overflow: hidden; border-radius: 6px; height: 480px; box-shadow: 0 15px 40px rgba(0,0,0,0.05); }
.spotlight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.spotlight-card:hover img { transform: scale(1.05); }
.spotlight-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); color: #fff; }
.spotlight-overlay h3 { font-size: 32px; font-weight: 400; margin-bottom: 12px; color: #fff; letter-spacing: 1px; }
.spotlight-overlay p { font-size: 16px; color: #e2e2e2; margin-bottom: 20px; line-height: 1.6; }
.spotlight-link { color: #fff; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 600; text-decoration: none; display: inline-block; border-bottom: 1px solid #d4af37; padding-bottom: 5px; transition: color 0.3s; }
.spotlight-link:hover { color: #d4af37; text-decoration: none; }

/* Responsive Overrides for Splithero and Mosaic */
@media(max-width: 991px) {
    .split-hero { flex-direction: column; min-height: auto; }
    .split-hero-content { padding: 60px 30px; }
    .split-hero-content h1 { font-size: 42px; }
    .split-hero-image { min-height: 450px; }
    .mosaic-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto auto; }
    .mosaic-item-1 { grid-column: 1 / 3; grid-row: 1 / 2; height: 350px; }
    .mosaic-item-2 { grid-column: 1 / 2; grid-row: 2 / 3; height: 300px; }
    .mosaic-item-3 { grid-column: 2 / 3; grid-row: 2 / 3; height: 300px; }
    .mosaic-item-4 { grid-column: 1 / 3; grid-row: 3 / 4; height: 300px; }
    .note-text { font-size: 20px; }
}
