.reservation-guide .phone-link:hover {
    background-color: #e85a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hours-info {
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
    color: #ff6b2b;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .contact-card {
        padding: 1.5rem;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .contact-title {
        font-size: 1.2rem;
    }
}

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

/* Staff Section */
.staff-feature {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto 0.5rem;
}

.staff-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.feature-image {
    width: 100%;
    max-width: 600px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.staff-info {
    text-align: center;
    margin-bottom: 0.5rem;
}

.staff-info h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.staff-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #ff6b2b;
}

.staff-others {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.our-story {
    max-width: 800px;
    margin: 1.5rem auto;
    padding: 1.5rem;
    background-color: #222425;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.our-story h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.our-story p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ccc;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-image {
        height: 300px;
    }
    
    .staff-info h3 {
        font-size: 1.8rem;
    }
    
    .our-story {
        padding: 1.5rem;
    }
    
    .our-story h3 {
        font-size: 1.5rem;
    }
    
    .our-story p {
        font-size: 1rem;
    }
    
    /* Staff description text */
    .staff-card .staff-desc {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .our-story {
        padding: 1.2rem;
    }
    
    .our-story h3 {
        font-size: 1.4rem;
    }
    
    .our-story p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Staff description text */
    .staff-card .staff-desc {
        font-size: 0.8rem;
        line-height: 1.3;
    }
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto 0.5rem;
    padding: 0 1rem;
    width: 100%;
}

.staff-item {
    text-align: center;
    transition: transform 0.3s ease;
    width: 100%;
}

.staff-item:hover {
    transform: translateY(-5px);
}

.staff-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.3rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.staff-item h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    margin: 0 0 0.3rem 0;
}

.staff-item-title {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #ff6b2b;
    font-style: italic;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .staff-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .staff-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    
    .staff-item {
        margin-bottom: 1.8rem;
        width: 90%;
        max-width: 500px;
    }
    
    .staff-image {
        height: 200px;
        margin-bottom: 0.15rem;
    }
    
    .staff-item h4 {
        font-size: 0.95rem;
        margin-top: 0.15rem;
        margin-bottom: 0.2rem;
    }
    
    .staff-item-title {
        font-size: 0.8rem;
        margin-top: 0;
    }
    
    .staff-feature {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .feature-image {
        height: 200px;
        max-width: 100%;
    }
    
    /* Staff description text */
    .staff-card .staff-desc {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.7rem;
    }
}

@media (max-width: 480px) {
    .staff-grid {
        max-width: 100%;
        width: 100%;
        gap: 1.5rem;
    }
    
    .staff-item {
        width: 95%;
        max-width: none;
        margin-bottom: 1.5rem;
    }
    
    .staff-feature {
        max-width: 95%;
    }
    
    .staff-image {
        height: 160px;
        margin-bottom: 0.08rem;
    }
    
    .staff-item h4 {
        font-size: 0.8rem;
        margin-top: 0.08rem;
        margin-bottom: 0.15rem;
    }
    
    .staff-item-title {
        font-size: 0.75rem;
        margin-top: 0;
    }
    
    /* Staff description text */
    .staff-card .staff-desc {
        font-size: 0.85rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }
}

/* Menu Scroll Section */
.menu-scroll-container {
    width: 100%;
    overflow-x: auto;
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 1200px;
    scrollbar-width: thin;
    scrollbar-color: #ff6b2b #f8f8f8;
}

.menu-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.menu-scroll-container::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 4px;
}

.menu-scroll-container::-webkit-scrollbar-thumb {
    background-color: #ff6b2b;
    border-radius: 4px;
}

.menu-scroll {
    display: flex;
    gap: 2rem;
    padding: 0 1rem;
    width: fit-content;
}

.menu-item {
    background-color: #1c1e20;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Create a wrapper for the menu image to contain the zoom effect */
.menu-image-container {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}

/* Style the menu image for the zoom effect */
.menu-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

/* Apply the zoom effect on hover */
.menu-item:hover .menu-image {
    transform: scale(1.1);
}

.menu-info {
    background-color: #1c1e20;
    padding: 1.2rem;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Take up remaining space */
}

.menu-info h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    min-height: 3rem; /* Fixed height for titles - adjust as needed */
    display: flex;
    align-items: flex-start;
}

.price-container {
    margin-top: auto; /* Push to bottom of flex container */
    text-align: left;
}

.price-option {
    margin-bottom: 5px;
    display: flex;
}

.price-label {
    color: #ccc;
    margin-right: 5px;
}

.price-label:after {
    content: ":";
}

.price {
    color: #ff6b2b;
    font-weight: 500;
}

/* Single price items */
.single-price {
    color: #ff6b2b;
    font-weight: 500;
    display: block;
    margin-top: auto; /* Push to bottom if it's a single price */
}

/* Menu grid layout */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 0.5rem;
}

/* Additional classes for consistent heights */
.menu-title {
    min-height: 3rem; /* Consistent height for titles */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.menu-price-area {
    margin-top: auto; /* Push to bottom */
}

/* Menu section heading */
.menu-section h2 {
    color: #fff;
    margin-bottom: 2rem;
}

/* Menu Categories */
.menu-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.category-btn {
    background-color: #f5f5f5;
    border: none;
    border-radius: 30px;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn.active, .category-btn:hover {
    background-color: #ff6b2b;
    color: white;
}

/* Extended Menu Styles */
.protein-options {
    margin-top: 0.8rem;
}

.protein-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #eee;
}

.protein-option:last-child {
    border-bottom: none;
}

.price-options {
    display: flex;
    gap: 1rem;
}

.tax-notice {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #666;
}

/* Menu Layout */
.menu-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2rem;
}

/* Menu List (Left Column) */
.menu-list {
    background-color: #121212;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: white;
}

.menu-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #333;
}

.menu-list-item:last-child {
    border-bottom: none;
}

.item-name {
    font-weight: 500;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    color: white;
}

.japanese-name {
    font-size: 0.8rem;
    color: #aaa;
    margin-top: 0.2rem;
}

.item-price {
    font-weight: 600;
    color: #ff6b2b;
}

/* Featured Items (Right Column) */
.featured-items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.featured-items h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    color: white;
}

.featured-item {
    background-color: #121212;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.featured-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.featured-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.featured-info {
    padding: 1.5rem;
    color: white;
}

.featured-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: white;
}

.featured-info p {
    color: #ccc;
    margin-bottom: 0.8rem;
}

.featured-price {
    font-weight: 600;
    color: #ff6b2b;
    font-size: 1.2rem;
}

.tax-notice {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 992px) {
    .menu-layout {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .featured-items {
        order: -1;
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .menu-list {
        width: 100%;
        padding-top: 1rem;
        border-top: 1px solid #333;
    }
    
    .featured-item {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #333;
    }
    
    .featured-item:last-child {
        border-bottom: none;
    }
    
    .featured-img {
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .menu-list-title {
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        padding-top: 0.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .featured-items h2 {
        margin-bottom: 1.5rem;
    }
    
    .featured-info {
        padding: 1rem 0.5rem;
    }
    
    .featured-info h3 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    
    .menu-list {
        padding: 1.5rem 0.5rem;
    }
    
    .menu-list-item {
        padding: 0.8rem 0;
    }
    
    .item-price-vertical {
        margin-top: 0.5rem;
    }
    
    .tax-notice {
        margin-top: 2rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .featured-img {
        height: 180px;
    }
    
    .featured-info h3 {
        font-size: 1.3rem;
    }
    
    .menu-list-title {
        font-size: 1.6rem;
    }
}

/* Menu Section Headers */
.menu-section {
    margin-bottom: 2rem;
}

.menu-section:last-child {
    margin-bottom: 0;
}

.section-title {
    display: none;
}

.menu-section {
    margin-bottom: 0;
}

/* Ensure consistent spacing between all items */
.menu-list-item {
    padding: 0.8rem 0;
    border-bottom: 1px solid #333;
}

.menu-list-item:last-child {
    border-bottom: none;
}

/* Vertical price format for menu items */
.vertical-prices {
    align-items: flex-start !important;
}

.item-price-vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.price-row {
    margin-bottom: 0.3rem;
    color: #ccc;
}

.price-row:last-child {
    margin-bottom: 0;
}

.price-row .price {
    color: #ff6b2b;
    font-weight: 600;
    margin-left: 0.3rem;
}

/* Add a bit more padding for items with vertical */

/* Featured Staff Section */
.staff-preview {
    background-color: #121212;
    padding: 4rem 2rem;
}

/* Footer Styles */
.site-footer {
    background-color: #1c1e20;
    padding: 1.5rem 0;
    border-top: 1px solid #333;
    margin-top: 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.social-media-section {
    margin-bottom: 1rem;
}

.social-media-section p {
    color: #fff;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.social-link {
    width: 50px;
    height: 50px;
    background-color: #ff6b2b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 1.5rem;
}

.social-link:hover {
    background-color: #e85a1a;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.copyright {
    color: #777;
    font-size: 0.9rem;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

/* Menu section container on index.html */
.menu-section,
.menu-preview,
section.preview-section.menu-preview {
    background-color: #121212;
    padding: 4rem 2rem;
    margin-top: 0;
}

/* Menu section header */
.menu-section .section-header h2,
.menu-preview .section-header h2 {
    color: #fff;
    margin-top: 0;
}

.menu-section .section-header p,
.menu-preview .section-header p {
    color: #ccc;
}

/* Menu grid container */
.menu-grid,
.menu-preview .menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Ensure consistent spacing for menu section */
.menu-preview {
    padding: 4rem 2rem;
    margin-top: 0;
}

.menu-preview .section-header {
    margin-top: 0;
    margin-bottom: 3rem;
}

/* "View Full Menu" button */
.view-more-btn {
    display: block;
    width: fit-content;
    margin: 1.5rem auto 0;
    padding: 0.8rem 2rem;
    background-color: #ff6b2b;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #e85a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Featured price container styling */
.featured-price-container {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.featured-price-row {
    display: flex;
    margin-bottom: 0.3rem;
    justify-content: space-between;
    align-items: center;
}

.featured-price-label {
    color: #ccc;
    margin-right: 0.5rem;
    min-width: 70px;
    display: inline-block;
}

.featured-price-value {
    color: #ff6b2b;
    font-weight: 600;
    text-align: right;
}

/* For single price items */
.featured-single-price {
    color: #ff6b2b;
    font-weight: 600;
    margin-top: 1rem;
    display: block;
}

/* Match the heading style for both sections */
.menu-list h2,
.featured-items h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.menu-list-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
    color: white;
    font-family: 'Playfair Display', serif;
}

/* Ensure main content fills available space */
main {
    flex: 1;
}

/* Footer should be flush with the bottom */
.site-footer {
    margin-top: auto;
}

/* Additional fixes for any remaining gaps */
.reservation-guide + .site-footer {
    margin-top: -1px; /* Slightly overlap to prevent any gap */
}

/* Remove any default margins that might be causing gaps */
section, div, footer {
    margin-bottom: 0;
}

/* Ensure consistent background color throughout */
.reservation-guide, .site-footer {
    background-color: #121212;
}

/* Add spacing gap to match the top section spacing */
.spacing-gap {
    height: 30px;
    width: 100%;
}

/* Ensure consistent spacing in the reservation section */
.reservation-guide {
    padding: 1.5rem 2rem 0;
}

.reservation-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0; /* Remove default margin */
}

/* Footer adjustments to ensure proper connection */
.site-footer {
    margin-top: 0;
    padding-top: 30px; /* Add some padding at the top of the footer */
}

/* Our Story section - lighter gray */
.story-preview {
    background-color: #1c1e20;
    padding: 4rem 2rem;
}

/* Menu section - darker gray */
.menu-preview {
    background-color: #121212;
}

/* Craft Beers section - lighter gray */
.beers-preview {
    background-color: #1c1e20;
}

/* Staff section - darker gray */
.staff-preview {
    background-color: #121212;
}

/* Contact section - lighter gray */
.contact-section {
    background-color: #1c1e20;
    padding: 4rem 2rem;
}

/* Reservation Guide */
.reservation-guide {
    padding: 1.5rem 2rem 0;
    background-color: #121212;
    color: #ff6b2b;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reservation-guide .section-header h2,
.reservation-guide .section-header p {
    color: #ff6b2b;
}

.reservation-info {
    max-width: 600px;
    margin: 0 auto;
}

.reservation-guide .section-header {
    margin-bottom: 1rem;
}

.reservation-guide .phone-link {
    display: inline-block;
    background-color: #ff6b2b;
    color: #fff;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.reservation-guide .phone-link:hover {
    background-color: #e85a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hours-info {
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
    color: #ff6b2b;
    line-height: 1.6;
}

/* Mobile-friendly reservation styles */
@media (max-width: 768px) {
    .reservation-guide {
        padding: 1.2rem 1.5rem 0;
    }
    
    .reservation-guide .section-header h2 {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    
    .reservation-guide .phone-link {
        padding: 0.8rem 2rem;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .hours-info {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: 0.7rem;
    }
    
    .spacing-gap {
        height: 20px;
    }
}

@media (max-width: 480px) {
    .reservation-guide {
        padding: 1rem 1rem 0;
    }
    
    .reservation-guide .section-header h2 {
        font-size: 1.6rem;
        margin-bottom: 0.7rem;
    }
    
    .reservation-guide .phone-link {
        padding: 0.7rem 1.5rem;
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
    
    .hours-info {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-top: 0.6rem;
    }
    
    .spacing-gap {
        height: 15px;
    }
}

/* Common styles for all pages */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1c1e1f;
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Update section spacing to be consistent */
section {
  padding: 4rem 0;
  margin-top: 70px;
}

/* Remove any conflicting padding from preview sections */
.preview-section {
  padding: 4rem 2rem;
}

/* Ensure consistent spacing for all sections */
.story-preview,
.menu-preview,
.beers-preview,
.staff-preview,
.contact-section,
.reservation-guide {
  padding: 4rem 2rem;
  margin-top: 0;
}

/* Remove any extra margins that might affect spacing */
section + section {
  margin-top: 0;
}

/* Ensure the first section after header has proper spacing */
header + section {
  margin-top: 70px;
}

/* Header and Navigation */
header {
  background-color: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-container {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  height: 70px;
  max-width: 1400px;
  margin: 0 auto;
}

.logo-link {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-container .logo-image {
  height: 50px;
  display: block;
  transition: all 0.3s ease;
}

.header-container .logo-image:hover {
  transform: scale(1.02);
}

.nav-links {
  display: flex;
  list-style: none;
  align-items: center;
  height: 100%;
  margin: 0;
  background-color: transparent;
}

.nav-links li {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-links li:last-child {
  margin-left: 2rem;
}

.nav-links a {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  color: #ff6b2b;
}

.hamburger {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Button */
.button {
  display: inline-block;
  background-color: #ff6b2b;
  color: #fff;
  font-weight: 500;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: #e85a1a;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #121212;
  padding: 2rem;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  color: #fff;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #ccc;
}

.modal-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.5rem;
  color: #ff6b2b;
  margin-bottom: 1.5rem;
}

.modal-content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #ccc;
}

.modal-content .phone-link {
  display: inline-block;
  background-color: #ff6b2b;
  color: #fff;
  font-weight: 500;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.8rem;
}

.modal-content .phone-link:hover {
  background-color: #e85a1a;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.modal .social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

.modal .social-link {
  width: 40px;
  height: 40px;
  background-color: #ff6b2b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.modal .social-link:hover {
  background-color: #e85a1a;
  transform: translateY(-3px);
}

/* Mobile-friendly modal styles */
@media (max-width: 768px) {
  .modal-content {
    padding: 1.5rem;
    width: 95%;
    max-width: 450px;
  }
  
  .modal-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  
  .modal-content .phone-link {
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
    margin: 0.7rem 0;
  }
  
  .modal-content .hours-info {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 0.7rem;
  }
  
  .close-button {
    top: 8px;
    right: 12px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 1.2rem;
    width: 95%;
    max-width: 400px;
  }
  
  .modal-content h2 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  
  .modal-content .phone-link {
    padding: 0.7rem 1.5rem;
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }
  
  .modal-content .hours-info {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* Full-screen Slideshow */
.fullscreen-slideshow {
  height: calc(100vh - 70px);
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 0;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  overflow: hidden;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: slow-zoom 15s linear forwards;
}


@keyframes slow-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

.slide-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 100;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}

.slide-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slide-dot.active {
  background-color: #fff;
  transform: scale(1.2);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
  width: 80%;
  max-width: 800px;
}

.hero-content h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  color: #ff6b2b;
  line-height: 1.2;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* Page Title */
.page-title {
  text-align: center;
  margin-bottom: 3rem;
}

.page-title h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
}

.page-title p {
  font-size: 1.2rem;
  color: #ccc;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

/* Contact Cards styles */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create a 2x2 grid */
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-card {
  background-color: #121212;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background-color: #ff6b2b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
  background-color: #e85a1a;
  transform: scale(1.1);
}

.contact-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.contact-info {
  color: #ccc;
  line-height: 1.8;
}

.contact-text {
  color: #ccc;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-text {
  color: #c0392b;
}

.contact-link {
  color: #ff6b2b;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #e85a1a;
  text-decoration: underline;
}

.contact-card .button {
  margin-top: 2rem;
}

/* Medium screens - tablets */
@media (max-width: 992px) {
  .contact-grid {
      grid-template-columns: repeat(2, 1fr);
      max-width: 700px;
  }
}

@media (max-width: 768px) {
  /* Remove references to text logo in media queries */
  /* .header-container .logo,
  .header-container .logo span {
    font-size: 1.4rem; 
  } */
}

@media (max-width: 480px) {
  .contact-grid {
      grid-template-columns: 1fr;
      max-width: 320px;
  }
  
  .page-title h1 {
    font-size: 1.0rem;
  }
}

/* Mobile Navigation - Full screen overlay */
@media (max-width: 768px) {
  .hamburger {
      display: block;
      z-index: 1001;
      position: fixed;
      top: 20px;
      right: 2rem;
  }

  .nav-links {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(18, 18, 18, 0.98) 100%);
      backdrop-filter: blur(10px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      transform: translateX(100%);
      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      z-index: 1000;
      padding: 2rem;
      gap: 0.4rem;
  }

  .nav-links.active {
      transform: translateX(0);
  }

  .nav-links li {
      margin: 0;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s ease;
  }

  .nav-links.active li {
      opacity: 1;
      transform: translateY(0);
  }

  .nav-links li:nth-child(1) { transition-delay: 0.1s; }
  .nav-links li:nth-child(2) { transition-delay: 0.2s; }
  .nav-links li:nth-child(3) { transition-delay: 0.3s; }
  .nav-links li:nth-child(4) { transition-delay: 0.4s; }
  .nav-links li:nth-child(5) { transition-delay: 0.5s; }

  .nav-links li a {
      font-size: 1.8rem;
      padding: 1rem 2rem;
      border-radius: 50px;
      transition: all 0.3s ease;
      display: inline-block;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 1px;
  }

  .nav-links .button {
      background-color: #ff6b2b;
      color: #fff;
      font-size: 1.5rem;
      padding: 1rem 2.5rem;
      letter-spacing: 2px;
  }

  .nav-links .button:hover {
      background-color: #e85a1a;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .language-selector {
      position: relative;
      left: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 1rem -2rem 0.5rem -2rem;
      padding: 0 2rem;
      gap: 0.5rem;
      width: 100vw;
      transform: none;
  }

  .lang-btn {
      margin: 0;
      font-size: 1.1rem;
      padding: 0.5rem 1.2rem;
      /* Ensure buttons are equal width for perfect centering */
      min-width: 80px;
      text-align: center;
  }

  /* Double the logo size in mobile nav - was min(400px, 80vw) ¡ß min(200px, 20vh), now doubled */
  .nav-links::after {
    content: '';
    background-image: url('images/Logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(800px, 160vw); /* Doubled from 400px, 80vw */
    height: min(400px, 40vh); /* Doubled from 200px, 20vh */
    margin-top: auto;
    margin-bottom: 2rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }

  .nav-links.active::after {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .hamburger {
      top: 18px;
      right: 1.5rem;
  }

  .nav-links {
      padding: 1.5rem;
  }

  .nav-links li {
      margin: 0;
  }
  
  .nav-links li a {
    font-size: 1.3rem;
    padding: 0.7rem 1.5rem;
    min-height: 45px;
    letter-spacing: 0.5px;
  }
  
  .nav-links .button {
    font-size: 1.2rem;
    padding: 0.8rem 1.8rem;
    letter-spacing: 1px;
  }
  
  .language-selector {
    position: relative;
    left: auto;
    margin: 0.8rem -1.5rem 0.8rem -1.5rem;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100vw;
    transform: none;
  }
  
  .language-selector .lang-btn {
    min-width: 60px;
    height: 35px;
    font-size: 0.9rem;
    padding: 0 0.8rem;
  }

  /* Double the smaller logo for mobile - was min(300px, 70vw) ¡ß min(150px, 15vh), now doubled */
  .nav-links::after {
    width: min(600px, 140vw); /* Doubled from 300px, 70vw */
    height: min(300px, 30vh); /* Doubled from 150px, 15vh */
    margin-bottom: 1.5rem;
  }
}

/* Language section */

.language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
}

.lang-btn {
  /* Set fixed dimensions */
  min-width: 60px;
  height: 30px;
  
  /* Center the text */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Styling */
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0 8px;
  
  /* Prevent text size from affecting button size */
  box-sizing: border-box;
}

.lang-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.lang-btn.active {
  border-color: #e74c3c;
  background-color: #e74c3c;
  box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.4);
  
  /* Important: Don't change the size when active */
  transform: none;
}

/* Add to your mobile media query */
@media (max-width: 768px) {
  .language-selector {
    margin: 12px 0;
  }
}

/* This ensures content with Japanese text has enough space */
[data-lang-key] {
  min-height: 1.2em;
}

/* Preview Sections */
.preview-section {
    padding: 1.5rem 2rem 0.5rem;
}


.section-header {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
}

.section-header h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.section-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #ccc;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.preview-item {
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 0;
}

.preview-item:hover {
    transform: translateY(-5px);
}

.preview-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.preview-item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.preview-item p {
    font-family: 'Roboto', sans-serif;
    color: #666;
}

.view-more-btn {
    display: block;
    width: fit-content;
    margin: 3rem auto 0;
    padding: 0.8rem 2rem;
    background-color: #ff6b2b;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #e85a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Special spacing for craft beer section button */
.beers-preview .view-more-btn {
  margin: 3rem auto 3rem;
}

/* Ensure consistent bottom spacing for sections with buttons */
section:has(.view-more-btn),
section:has(.button) {
  padding-bottom: 4rem;
}

/* Ensure consistent bottom spacing for sections with other buttons */
section:has(.button) {
  padding-bottom: 4rem;
}

/* Contact Section */
.contact-section {
    padding: 0.8rem 2rem 1rem;
    background-color: #1c1e20;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 0.5rem;
}

.contact-card {
    background-color: #121212;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background-color: #ff6b2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
    background-color: #e85a1a;
    transform: scale(1.1);
}

.contact-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.contact-info {
    color: #ccc;
    line-height: 1.8;
}

.contact-link {
    color: #ff6b2b;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-link:hover {
    color: #e85a1a;
    text-decoration: underline;
}

/* Reservation Guide */
.reservation-guide {
    padding: 1.5rem 2rem 0;
    background-color: #121212;
    color: #ff6b2b;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reservation-guide .section-header h2,
.reservation-guide .section-header p {
    color: #ff6b2b;
}

.reservation-info {
    max-width: 600px;
    margin: 0 auto;
}

.reservation-guide .section-header {
    margin-bottom: 1rem;
}

.reservation-guide .phone-link {
    display: inline-block;
    background-color: #ff6b2b;
    color: #fff;
    font-weight: 500;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.reservation-guide .phone-link:hover {
    background-color: #e85a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* Our Story section - lighter gray */
.story-preview {
    background-color: #1c1e20;
    padding: 4rem 2rem;
}

/* Menu section - darker gray */
.menu-preview {
    background-color: #121212;
}

/* Craft Beers section - lighter gray */
.beers-preview {
    background-color: #1c1e20;
}

/* Staff section - darker gray */
.staff-preview {
    background-color: #121212;
}

/* Contact section - lighter gray */
.contact-section {
    background-color: #1c1e20;
    padding: 4rem 2rem;
}

/* Reservation Guide - darker gray */
.reservation-guide {
    background-color: #121212;
    color: #ff6b2b;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Override the existing styles */
.preview-section {
    padding: 1.5rem 2rem 0.5rem;
}


/* Footer styling adjustment */
.site-footer {
    background-color: #1c1e20;
    padding: 1.5rem 0;
    border-top: 1px solid #333;
    margin-top: 0;
}

.modal-content .hours-info {
  font-family: 'Roboto', sans-serif;
  margin-top: 1rem;
  color: #ff6b2b;
}

.beer-table-container {
    padding: 1.5rem !important;
    margin: 1.5rem auto !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.beer-section {
    margin-bottom: 0.2rem;
}

/* Mobile-friendly reservation styles */
@media (max-width: 768px) {
    .reservation-guide {
        padding: 1.2rem 1.5rem 0;
    }
    
    .reservation-guide .section-header h2 {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    
    .reservation-guide .phone-link {
        padding: 0.8rem 2rem;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .hours-info {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: 0.7rem;
    }
    
    .spacing-gap {
        height: 20px;
    }
}

@media (max-width: 480px) {
    .reservation-guide {
        padding: 1rem 1rem 0;
    }
    
    .reservation-guide .section-header h2 {
        font-size: 1.6rem;
        margin-bottom: 0.7rem;
    }
    
    .reservation-guide .phone-link {
        padding: 0.7rem 1.5rem;
        font-size: 1.2rem;
        margin-bottom: 0.7rem;
    }
    
    .hours-info {
        font-size: 0.85rem;
        line-height: 1.4;
        margin-top: 0.6rem;
    }
    
    .spacing-gap {
        height: 15px;
    }
}

/* Mobile-friendly beer table styles for both index.html and craft-beers.html */
@media (max-width: 768px) {
    .beer-table-container,
    .beers-preview .beer-table-container {
        padding: 1.2rem 0.3rem !important;
        margin: 1rem auto !important;
        width: calc(100% - 0.6rem) !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .beer-section {
        padding: 0 0.3rem !important;
    }
    
    .craft-beers {
        padding: 3rem 0.3rem 1.5rem !important;
    }
    
    .beer-table th, 
    .beer-table td {
        padding: 0.6rem 0.3rem !important;
        font-size: 0.95rem !important;
    }
    
    /* Add more left padding to the first column (Brew/Name) */
    .beer-table th:first-child,
    .beer-table td:first-child {
        padding-left: 0.8rem !important;
    }
    
    /* Increase spacing between ABV and Style columns */
    .beer-table th:nth-child(2),
    .beer-table td:nth-child(2) {
        padding-left: 0.6rem !important;
    }
    
    /* Increase spacing between IBU and Size columns */
    .beer-table th:nth-child(5),
    .beer-table td:nth-child(5) {
        padding-left: 1rem !important;
    }
    
    .beer-sizes {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }
    
    .size-price {
        margin-bottom: 0.15rem !important;
        white-space: nowrap !important;
        display: block !important;
    }
    
    /* Ensure S, R, P and prices stay on same line */
    .beer-table td:nth-child(5) {
        min-width: 90px !important;
        white-space: nowrap !important;
    }
    
    .size-legend {
        margin-top: 1rem !important;
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
    }
    
    /* Make size legend display on separate lines for mobile */
    .size-legend p {
        white-space: pre-line !important;
    }
}

@media (max-width: 480px) {
    .beer-table-container,
    .beers-preview .beer-table-container {
        padding: 0.8rem 0.2rem !important;
        margin: 0.8rem auto !important;
        width: calc(100% - 0.4rem) !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .beer-section {
        padding: 0 0.2rem !important;
    }
    
    .craft-beers {
        padding: 2.5rem 0.2rem 1.5rem !important;
    }
    
    .beer-table th, 
    .beer-table td {
        padding: 0.5rem 0.15rem !important;
        font-size: 0.85rem !important;
    }
    
    /* Add more left padding to the first column (Brew/Name) on small mobile */
    .beer-table th:first-child,
    .beer-table td:first-child {
        padding-left: 0.6rem !important;
    }
    
    /* Increase spacing between ABV and Style columns on small mobile */
    .beer-table th:nth-child(2),
    .beer-table td:nth-child(2) {
        padding-left: 0.4rem !important;
    }
    
    /* Increase spacing between IBU and Size columns on small mobile */
    .beer-table th:nth-child(5),
    .beer-table td:nth-child(5) {
        padding-left: 0.8rem !important;
    }
    
    .beer-sizes {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    .size-price {
        margin-bottom: 0.1rem !important;
        white-space: nowrap !important;
        display: block !important;
    }
    
    /* Ensure S, R, P and prices stay on same line on small mobile */
    .beer-table td:nth-child(5) {
        min-width: 85px !important;
        white-space: nowrap !important;
    }
    
    .size-legend {
        font-size: 0.75rem !important;
        margin-top: 0.8rem !important;
        line-height: 1.5 !important;
    }
    
    /* Make size legend display on separate lines for small mobile */
    .size-legend p {
        white-space: pre-line !important;
    }
}

.beer-table td:nth-child(3) {
    white-space: nowrap;
    font-weight: 500;
    color: #333;
}

.beer-table td:nth-child(3) span {
    color: #FF6B00;
    font-weight: 600;
    margin-right: 2px;
}

/* Ensure price and size stay on same line */
.beer-table td:nth-child(3) {
    white-space: nowrap !important;
    min-width: 80px;
}

/* Add a minimum width to the price column to prevent wrapping */
.beer-table th:nth-child(3),
.beer-table td:nth-child(3) {
    min-width: 80px;
    white-space: nowrap;
}

/* Ensure price and size stay on same line on mobile */
@media (max-width: 768px) {
    .beer-table th:nth-child(3),
    .beer-table td:nth-child(3) {
        min-width: 80px;
        white-space: nowrap !important;
    }
    
    .beer-table td:nth-child(3) span {
        display: inline-block;
        margin-right: 2px;
    }
}

/* Consistent section spacing for all sections */
section,
.story-preview,
.menu-preview,
.beers-preview,
.staff-preview,
.contact-section,
.reservation-guide {
  padding: 4rem 2rem;
  margin-top: 0;
}

/* Only the first section after the header gets extra top margin */
header + section,
header + .story-preview,
header + .menu-preview,
header + .beers-preview,
header + .staff-preview,
header + .contact-section,
header + .reservation-guide {
  margin-top: 70px;
}

/* Remove extra bottom padding for sections with buttons (handled by base padding) */
section:has(.view-more-btn),
section:has(.button) {
  padding-bottom: 4rem;
}

/* Remove any extra margin between sections */
section + section,
.story-preview + .menu-preview,
.menu-preview + .beers-preview,
.beers-preview + .staff-preview,
.staff-preview + .contact-section {
  margin-top: 0;
}

/* Section header spacing */
.section-header {
  margin-top: 0;
  margin-bottom: 3rem;
}

/* Make S, R, P size labels orange in beer tables */
.size-label {
  color: #ff6b2b !important;
  font-weight: 600;
}

/* Make ABV value orange in beer tables */
.beer-abv {
  color: #ff6b2b !important;
  font-weight: 600;
}

.beers-preview .size-label, .beer-table .size-label {
  color: #ff6b2b !important;
  font-weight: 600;
}

/* Ensure size labels are orange on mobile for both index.html and craft-beers.html */
@media (max-width: 768px) {
    .size-label,
    .beer-table .size-label,
    .beers-preview .size-label {
        color: #ff6b2b !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 480px) {
    .size-label,
    .beer-table .size-label,
    .beers-preview .size-label {
        color: #ff6b2b !important;
        font-weight: 600 !important;
    }
}

/* Add desktop spacing for IBU-Size gap */
.beer-table th:nth-child(5),
.beer-table td:nth-child(5) {
    padding-left: 1.2rem !important;
}

/* Center language switcher and enlarge logo in mobile nav */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem !important; /* Reduce vertical gap between nav buttons */
  }
  .nav-links li {
    margin-bottom: 0 !important;
  }
  .language-selector {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0.5rem 0;
    gap: 0.5rem;
    position: relative;
    transform: none;
  }
  .lang-btn {
    margin: 0;
    font-size: 1.1rem;
    padding: 0.5rem 1.2rem;
    /* Ensure buttons are equal width for perfect centering */
    min-width: 80px;
    text-align: center;
  }
  .logo-link {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.2rem 0 0.8rem 0;
  }
  .logo-image {
    max-width: 220px !important;
    width: 80vw !important;
    height: auto !important;
    transition: max-width 0.2s;
  }
  /* Make sure the logo at the bottom of the nav is large and visible */
  .site-footer .footer-logo {
    max-width: 120px !important;
    width: 30vw !important;
    height: auto !important;
    display: block;
    margin: 0 auto 1.5rem auto;
  }
}

/* Large Screen Layout - 1400px and above */
@media (min-width: 1400px) {
  .header-container {
    max-width: none;
    padding: 0 3rem;
    justify-content: space-between;
  }
  
  .logo-link {
    margin-right: auto;
  }
  
  .nav-links {
    margin-left: auto;
  }
}

/* Extra Large Screen Layout - 1600px and above */
@media (min-width: 1600px) {
  .header-container {
    padding: 0 4rem;
  }
}

/* Ensure mobile small screens keep logo on left */
@media (max-width: 480px) {
  .header-container {
    justify-content: space-between;
    padding: 0 1rem;
  }
  
  .logo-link {
    justify-content: flex-start;
  }
  
  .hamburger {
    margin-left: auto;
  }
}

/* Responsive logo sizing for mobile */
@media (max-width: 768px) {
  .header-container .logo-image {
    height: 40px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .header-container .logo-image {
    height: 35px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (max-width: 360px) {
  .header-container .logo-image {
    height: 30px !important;
    width: auto !important;
    object-fit: contain;
  }
}

/* Ensure logo stays left-aligned on all mobile screens */
@media (max-width: 768px) {
  .header-container {
    justify-content: space-between;
  }
  
  .logo-link {
    justify-content: flex-start;
    margin-right: auto;
  }
  
  .header-container .logo-image {
    height: 40px !important;
    width: auto !important;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .header-container {
    justify-content: space-between;
    padding: 0 1rem;
  }
  
  .logo-link {
    justify-content: flex-start;
  }
  
  .hamburger {
    margin-left: auto;
  }
  
  .header-container .logo-image {
    height: 35px !important;
    width: auto !important;
    object-fit: contain;
  }
}

/* Responsive hero content sizing */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
    line-height: 1.1;
  }
  
  .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
  
  .hero-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  .hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  
  .hero-content p {
    font-size: 0.9rem;
    margin-bottom: 1.3rem;
  }
}
