/*
Theme Name: Wagatomo Astra Child
Theme URI: https://www.wagatomo.com/
Author: Restore build
Description: Astra child theme templates for Wagatomo Izakaya.
Template: astra
Version: 0.2.0.0.0.5
Text Domain: wagatomo-astra-child
*/

:root {
    --waga-paper: #fff7e8;
    --waga-panel: #fffaf1;
    --waga-gray: #8a8580;
    --waga-red: #8c0707;
    --waga-orange: #ff5a12;
    --waga-ink: #121212;
}

.home .site-content,
.front-page .site-content,
body:has(.waga-home) .site-content {
    padding: 0;
}

.waga-front-page,
.waga-front-page .site,
.waga-front-page .site-content,
.waga-front-page .ast-container,
.waga-front-page #primary,
.waga-front-page .content-area,
.waga-front-page .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.waga-front-page .site {
    overflow-x: hidden;
}

.waga-front-page .ast-article-single {
    padding: 0;
}

body:has(.waga-home) .site,
body:has(.waga-home) .site-content,
body:has(.waga-home) .ast-container,
body:has(.waga-home) #primary,
body:has(.waga-home) .content-area,
body:has(.waga-home) .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.waga-home {
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: var(--waga-paper);
    color: var(--waga-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.waga-home *,
.waga-home *::before,
.waga-home *::after {
    box-sizing: border-box;
}

.waga-home img {
    display: block;
    max-width: 100%;
}

.waga-home a {
    color: inherit;
}

.waga-site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: var(--waga-paper);
}

.waga-header-brand {
    display: grid;
    justify-items: center;
    width: 100%;
    padding: 32px 18px 28px;
    color: #050505;
    text-decoration: none;
}

.waga-header-brand img {
        width: 268px;
    height: 124px;
    object-fit: cover;
}

.waga-header-brand span {
    margin-top: 28px;
    color: #050505;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5em;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 0.95;
    text-align: center;
    text-transform: uppercase;
}

.waga-main-nav {
    display: flex;
    width: 100%;
    min-height: 70px;
    align-items: stretch;
    justify-content: center;
    border-top: 1px solid #141414;
    background: var(--waga-paper);
}

.waga-main-nav a {
    display: grid;
    min-width: 86px;
    place-items: center;
    padding: 0 20px;
    color: #050505;
    font-size: clamp(20px, 1.35vw, 27px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.waga-main-nav a.is-active {
    background: #3a3633;
    color: #ff5a1f;
}

.waga-hero-section {
    position: relative;
    min-height: clamp(760px, 76vw, 1060px);
    background-color: #050505;
    background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.76fr) minmax(420px, 1.24fr);
    gap: clamp(36px, 5vw, 88px);
    width: min(1780px, 100%);
    min-height: clamp(760px, 76vw, 1060px);
    margin: 0 auto;
    padding: clamp(48px, 4.6vw, 86px) clamp(34px, 5.6vw, 112px) clamp(70px, 7vw, 140px);
}

.waga-hero-left {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: clamp(34px, 4vw, 70px);
}

.waga-hero-title {
    display: grid;
    justify-items: center;
    color: #fff;
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    font-weight: 900;
    line-height: 0.94;
    text-transform: uppercase;
}

.waga-hero-title strong {
    font-size: clamp(76px, 6.9vw, 140px);
    letter-spacing: 0.02em;
}

.waga-hero-title span {
    margin-top: clamp(18px, 2.4vw, 42px);
    font-size: clamp(42px, 3.8vw, 76px);
    letter-spacing: 0.05em;
}

.waga-hero-photo {
    width: 100%;
    object-fit: cover;
}

.waga-hero-photo-small {
    max-width: 420px;
    aspect-ratio: 417 / 284;
}

.waga-hero-photo-large {
    max-width: 720px;
    aspect-ratio: 440 / 291;
}

.waga-hero-copy {
    align-self: start;
    padding-top: clamp(76px, 8vw, 146px);
    padding-right: clamp(34px, 5vw, 130px);
}

.waga-hero-copy p {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    font-size: clamp(34px, 3.4vw, 66px);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.waga-hero-mascot {
    position: absolute;
    right: clamp(-38px, -1.2vw, 8px);
    bottom: 0;
    width: clamp(210px, 19vw, 390px);
}

.waga-booking-section {
    padding: clamp(68px, 7vw, 96px) clamp(42px, 4vw, 84px);
    background-color: #0e161c;
    background-image: var(--waga-dark-bg);
    background-position: center;
    background-size: cover;
}

.waga-booking-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(430px, 0.95fr);
    width: min(1790px, 100%);
    min-height: clamp(620px, 38vw, 760px);
    margin: 0 auto;
    background: var(--waga-panel);
}

.waga-booking-copy {
    position: relative;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: clamp(70px, 7vw, 120px) clamp(54px, 7vw, 130px);
    text-align: center;
}

.waga-copy-line {
    width: min(585px, 70%);
    height: 4px;
    margin-bottom: 38px;
    background: #24201c;
}

.waga-booking-copy p {
    max-width: 790px;
    margin: 0;
    color: #121212;
    font-size: clamp(22px, 1.75vw, 33px);
    font-weight: 700;
    line-height: 1.88;
}

.waga-socials {
    display: flex;
    gap: 20px;
    margin: 54px 0 36px;
}

.waga-socials a {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 999px;
    color: #111;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.waga-socials img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: contain;
}

.waga-book-button {
    display: inline-grid;
    min-width: min(360px, 70vw);
    min-height: 72px;
    place-items: center;
    padding: 0 42px;
    border: 2px solid var(--waga-red);
    outline: 2px solid #fff4e2;
    outline-offset: -6px;
    background: var(--waga-red);
    color: #fff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 1.45vw, 30px);
    letter-spacing: 0.2em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.waga-booking-mascot {
    position: absolute;
    right: -8px;
    bottom: -7px;
    z-index: 2;
    width: clamp(185px, 12vw, 260px);
}

.waga-booking-image {
    min-height: 100%;
    background-image: var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-place-section {
    padding: clamp(62px, 6vw, 96px) 0 clamp(46px, 5vw, 74px);
    background: var(--waga-paper);
    text-align: center;
}

.waga-place-slider {
    position: relative;
    width: 100vw;
    margin: 0 auto;
}

.waga-place-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.waga-place-viewport::-webkit-scrollbar {
    display: none;
}

.waga-place-track {
    display: flex;
    gap: clamp(16px, 1.2vw, 24px);
    width: max-content;
    padding-left: clamp(90px, 8.6vw, 170px);
    padding-right: clamp(90px, 8.6vw, 170px);
}

.waga-place-slide {
    flex: 0 0 min(820px, 39vw);
    margin: 0;
    padding: 0;
    scroll-snap-align: start;
}

.waga-place-slide img {
    width: 100%;
    height: clamp(300px, 26vw, 540px);
    object-fit: cover;
}

.waga-slider-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: clamp(42px, 3vw, 62px);
    height: clamp(74px, 7vw, 116px);
    border: 0;
    background: rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.waga-slider-arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    width: clamp(18px, 1.5vw, 28px);
    height: clamp(18px, 1.5vw, 28px);
    margin: auto;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}

.waga-slider-arrow-prev {
    left: clamp(14px, 3vw, 54px);
}

.waga-slider-arrow-prev::before {
    transform: rotate(-45deg);
}

.waga-slider-arrow-next {
    right: clamp(14px, 3vw, 54px);
}

.waga-slider-arrow-next::before {
    transform: rotate(135deg);
}

.waga-place-caption {
    margin: 24px 0 0;
    color: var(--waga-red);
    font-size: 13px;
    font-weight: 700;
}

.waga-gallery-section {
    padding: clamp(46px, 5vw, 84px) 0 clamp(42px, 5vw, 72px);
    background: var(--waga-paper);
    text-align: center;
}

.waga-gallery-section h2 {
    margin: 0 0 clamp(42px, 4.4vw, 70px);
    color: var(--waga-ink);
    font-size: clamp(58px, 5vw, 92px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.waga-gallery-slider {
    width: 100vw;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.waga-gallery-slider::-webkit-scrollbar {
    display: none;
}

.waga-gallery-slider.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.waga-gallery-track {
    display: flex;
    gap: clamp(12px, 0.9vw, 18px);
    min-width: max-content;
    padding-left: 0;
    padding-right: 0;
}

.waga-gallery-slide {
    flex: 0 0 clamp(350px, 19vw, 520px);
    margin: 0;
    scroll-snap-align: center;
}

.waga-gallery-slide img {
    width: 100%;
    height: clamp(520px, 34vw, 720px);
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.waga-contact-section {
    position: relative;
    display: grid;
    align-items: start;
    padding: 60px 60px 15em;
    background-color: #0e161c;
    background-image: var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-contact-section::before {
    display: none;
}

.waga-contact-content {
    width: min(1320px, 100%);
    margin: 0 auto;
    text-align: center;
}

.waga-contact-content h2 {
    margin: 0 0 clamp(74px, 5vw, 132px);
    color: #fff;
    font-size: clamp(56px, 4.2vw, 100px);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 0.95;
    text-transform: uppercase;
}

.waga-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(54px, 8vw, 140px);
    text-align: left;
}

.waga-contact-grid h3 {
    margin: 0 0 clamp(34px, 3.2vw, 58px);
    color: #fff;
    font-size: clamp(30px, 2.4vw, 46px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.waga-contact-grid p {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 800;
    line-height: 1.55;
    text-transform: none;
} 

.waga-site-footer {
    display: grid;
    min-height: 165px;
    gap: 20px;
    place-items: center;
    padding: 30px 18px;
    background: var(--waga-paper);
}

.waga-site-footer img {
    width: 369px;
    height: 171px;
    object-fit: cover;}

.waga-footer-nav,
.waga-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.waga-footer-nav a,
.waga-footer-menu a {
    color: #050505;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.waga-footer-nav a.is-active,
.waga-footer-menu .current-menu-item > a {
    color: var(--waga-orange);
}

 @media (max-width: 920px) {
    .waga-hero-inner {
        grid-template-columns: 1fr;
    }

    .waga-hero-copy {
        padding-top: 0;
        padding-right: 0;
        text-align: center;
    }

    .waga-hero-copy p {
        max-width: 900px;
        margin: 0 auto;
    }

    .waga-booking-section {
        padding: 32px 18px;
    }

    .waga-booking-panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .waga-booking-image {
        min-height: 420px;
    }

    .waga-booking-mascot {
        right: 14px;
    }

    .waga-contact-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }
}

@media (max-width: 620px) {
    .waga-site-header {
        min-height: 0;
    }

    .waga-header-brand {
        padding: 24px 16px 20px;
    }

    .waga-header-brand img {
        width: 150px;
        height: auto;
    }

    .waga-header-brand span {
        margin-top: 18px;
        font-size: 38px;
    }

    .waga-main-nav {
        min-height: 56px;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .waga-main-nav::-webkit-scrollbar {
        display: none;
    }

    .waga-main-nav a {
        min-width: auto;
        flex: 0 0 auto;
        padding: 0 16px;
        font-size: 18px;
    }

    .waga-hero-section,
    .waga-hero-inner {
        min-height: 0;
    }

    .waga-hero-inner {
        padding: 36px 20px 92px;
    }

    .waga-hero-left {
        gap: 28px;
    }

    .waga-hero-title strong {
        font-size: 54px;
    }

    .waga-hero-title span {
        margin-top: 12px;
        font-size: 32px;
    }

    .waga-hero-copy p {
        font-size: 28px;
        line-height: 1.3;
    }

    .waga-hero-mascot {
        right: -22px;
        width: 150px;
        transform: none;
    }

    .waga-booking-section {
        padding: 16px;
    }

    .waga-booking-copy {
        padding: 48px 22px;
    }

    .waga-booking-copy p {
        font-size: 16px;
    }

    .waga-copy-line {
        height: 2px;
        margin-bottom: 24px;
    }

    .waga-socials {
        gap: 12px;
        margin: 28px 0 24px;
    }

    .waga-socials a {
        width: 34px;
        height: 34px;
    }

    .waga-book-button {
        min-height: 56px;
        font-size: 18px;
    }

    .waga-booking-mascot {
        display: none;
    }

    .waga-booking-image {
        min-height: 300px;
    }

    .waga-place-slider {
        width: 100vw;
    }

    .waga-slider-arrow-prev {
        left: 8px;
    }

    .waga-slider-arrow-next {
        right: 8px;
    }

    .waga-place-track {
        padding-left: 18px;
        padding-right: 18px;
    }

    .waga-place-slide {
        flex-basis: 82vw;
    }

    .waga-place-slide img {
        height: 260px;
    }

    .waga-gallery-slide {
        flex-basis: 76vw;
    }

    .waga-gallery-slide img {
        height: 460px;
    }

    .waga-contact-section {
        min-height: 640px;
        padding: 48px 22px;
    }

    .waga-contact-content h2 {
        margin-bottom: 48px;
        font-size: 48px;
    }

    .waga-contact-grid h3 {
        margin-bottom: 18px;
        font-size: 28px;
    }

    .waga-contact-grid p {
        font-size: 16px;
    }
}

.waga-menu-page {
    overflow: hidden;
    background: #061817;
    color: #fff;
}

.waga-page {
    min-height: 70vh;
    padding: clamp(120px, 12vw, 190px) clamp(22px, 6vw, 92px) 80px;
    background: var(--waga-paper);
    color: var(--waga-ink);
}

.waga-page__article {
    width: min(920px, 100%);
    margin: 0 auto;
}

.waga-page__header h1 {
    margin: 0 0 32px;
    color: var(--waga-orange);
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    font-size: clamp(48px, 6vw, 96px);
    line-height: 1;
    text-transform: uppercase;
}

.waga-page__content {
    font-size: 18px;
    line-height: 1.7;
}

.waga-blog-page,
.waga-single-page {
    background: var(--waga-paper);
    color: var(--waga-ink);
}

.waga-blog-hero {
    padding: clamp(72px, 8vw, 130px) 24px clamp(56px, 6vw, 96px);
    background-color: #14100e;
    text-align: center;
}

.waga-blog-hero__inner p {
    margin: 0 0 18px;
    color: var(--waga-orange);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.6vw, 30px);
    font-weight: 900;
}

.waga-blog-hero__inner h1 {
    margin: 0;
    color: #fff;
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    font-size: clamp(68px, 7vw, 136px);
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.waga-blog-list {
    width: min(1440px, calc(100% - 44px));
    margin: 0 auto;
    padding: clamp(48px, 5vw, 86px) 0;
}

.waga-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 2.4vw, 42px);
}

.waga-blog-card {
    display: grid;
    overflow: hidden;
    background: #fffaf1;
}

.waga-blog-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #1a1613;
}

.waga-blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.waga-blog-card__body {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 24px;
}

.waga-blog-card__meta,
.waga-single-meta {
    margin: 0;
    color: var(--waga-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.waga-blog-card h2 {
    margin: 0;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 1.8vw, 34px);
    line-height: 1.08;
}

.waga-blog-card h2 a,
.waga-blog-card__link,
.waga-single-nav a {
    color: inherit;
    text-decoration: none;
}

.waga-blog-card__excerpt {
    color: #403936;
    font-size: 16px;
    line-height: 1.6;
}

.waga-blog-card__excerpt p {
    margin: 0;
}

.waga-blog-card__link {
    justify-self: start;
    color: var(--waga-red);
    font-weight: 900;
}

.waga-blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 44px;
}

.waga-blog-pagination .page-numbers {
    display: grid;
    min-width: 42px;
    min-height: 42px;
    place-items: center;
    padding: 0 14px;
    background: #fffaf1;
    color: #111;
    font-weight: 900;
    text-decoration: none;
}

.waga-blog-pagination .current {
    background: var(--waga-orange);
    color: #fff;
}

.waga-blog-empty {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
}

.waga-single-article {
    margin: 0;
}

.waga-single-hero {
    display: grid;
    min-height: clamp(420px, 42vw, 760px);
    place-items: end center;
    padding: clamp(72px, 8vw, 128px) 24px clamp(56px, 6vw, 104px);
    background-color: #15110f;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.56)),
        var(--waga-bg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.waga-single-hero__inner {
    display: grid;
    justify-items: center;
    gap: 20px;
    width: min(1040px, 100%);
}

.waga-single-meta {
    margin: 0;
    color: var(--waga-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.waga-single-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.8vw, 104px);
    font-weight: 900;
    line-height: 0.98;
    text-wrap: balance;
}

.waga-single-excerpt {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(18px, 1.55vw, 26px);
    font-weight: 700;
    line-height: 1.48;
}

.waga-single-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.waga-single-categories a {
    display: inline-grid;
    min-height: 36px;
    place-items: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.waga-single-shell {
    width: min(1040px, calc(100% - 44px));
    margin: clamp(-54px, -4vw, -28px) auto 0;
    padding: clamp(28px, 4vw, 58px);
    background: var(--waga-panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.waga-single-featured {
    margin: 0 0 clamp(36px, 4vw, 66px);
    overflow: hidden;
    background: #17120f;
}

.waga-single-featured img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.waga-single-content {
    width: min(780px, 100%);
    margin: 0 auto;
    color: #211c19;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 1.82;
}

.waga-single-content > * {
    margin-top: 0;
    margin-bottom: 1.35em;
}

.waga-single-content h2,
.waga-single-content h3,
.waga-single-content h4 {
    margin-top: 1.8em;
    color: #111;
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.05;
}

.waga-single-content h2 {
    font-size: clamp(34px, 3vw, 58px);
}

.waga-single-content h3 {
    font-size: clamp(28px, 2.4vw, 44px);
}

.waga-single-content p {
    overflow-wrap: anywhere;
}

.waga-single-content a {
    color: var(--waga-red);
    font-weight: 900;
}

.waga-single-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.waga-single-content .wp-caption,
.waga-single-content figure,
.waga-single-content .wp-block-image {
    width: min(1000px, calc(100vw - 44px)) !important;
    max-width: none;
    margin: clamp(34px, 4vw, 62px) 50% clamp(34px, 4vw, 62px);
    transform: translateX(-50%);
}

.waga-single-content figure img,
.waga-single-content .wp-caption img,
.waga-single-content .wp-block-image img,
.waga-single-content p > img:only-child {
    width: 100%;
    height: auto;
}

.waga-single-content p:has(> img:only-child) {
    width: min(1000px, calc(100vw - 44px));
    max-width: none;
    margin: clamp(34px, 4vw, 62px) 50%;
    transform: translateX(-50%);
}

.waga-single-content figcaption,
.waga-single-content .wp-caption-text {
    margin-top: 12px;
    color: #7d6d63;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
}

.waga-single-content blockquote {
    margin: clamp(34px, 4vw, 58px) 0;
    padding: 8px 0 8px clamp(22px, 3vw, 40px);
    border-left: 6px solid var(--waga-orange);
    color: #3b312c;
    font-size: clamp(23px, 2vw, 34px);
    font-weight: 900;
    line-height: 1.32;
}

.waga-single-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: min(780px, 100%);
    margin: clamp(42px, 5vw, 78px) auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    color: var(--waga-red);
    font-weight: 900;
}

.waga-promotions-page {
    overflow: hidden;
    background: #090908;
    color: #fff;
}

.waga-promotions-section {
    min-height: clamp(720px, 55vw, 980px);
    padding: clamp(46px, 4.6vw, 84px) clamp(30px, 3.7vw, 72px);
    background-color: #090908;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.72)),
        var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-promotions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(34px, 3vw, 56px) clamp(28px, 2.8vw, 54px);
    width: min(1940px, 100%);
    margin: 0 auto;
}

.waga-promotion-card {
    display: grid;
    min-height: clamp(220px, 20vw, 410px);
    margin: 0;
    overflow: hidden;
    place-items: center;
    background: rgba(0, 0, 0, 0.78);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.waga-promotion-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.waga-promotion-card span {
    padding: 24px;
    color: #ffcf25;
    font-size: clamp(20px, 1.5vw, 30px);
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.waga-contact-page {
    overflow: hidden;
    background: #1f1026;
    color: #fff;
}

.waga-contact-hero {
    min-height: clamp(760px, 56vw, 980px);
    padding: clamp(34px, 3vw, 58px) 24px clamp(28px, 3vw, 54px);
    background-color: #34155a;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.84)),
        var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-contact-panel {
    display: grid;
    justify-items: center;
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
}

.waga-contact-heading h1 {
    margin: 0 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 3.4vw, 72px);
    font-weight: 900;
    line-height: 1;
}

.waga-contact-heading p {
    margin: 0 0 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.waga-contact-heading .waga-contact-place {
    margin-bottom: 20px;
    color: #ffcf25;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2vw, 42px);
    font-weight: 900;
}

.waga-contact-hours {
    display: inline-grid;
    min-width: min(440px, 86vw);
    min-height: 42px;
    place-items: center;
    margin-top: 4px;
    border: 4px solid #ffb29e;
    background: #ff4d14;
    color: #fff;
    font-size: clamp(17px, 1.2vw, 25px);
    font-weight: 900;
    letter-spacing: 0.18em;
}

.waga-contact-delivery {
    display: grid;
    justify-items: center;
    gap: 28px;
    margin: 34px 0 34px;
}

.waga-contact-delivery h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 1.55vw, 34px);
    font-weight: 900;
}

.waga-contact-delivery a {
    display: inline-grid;
    min-width: 160px;
    min-height: 46px;
    place-items: center;
    border-radius: 999px;
    background: #19dc61;
    color: #fff !important;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.waga-contact-methods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 70px;
    width: min(990px, 100%);
    margin-bottom: 30px;
}

.waga-contact-methods a {
    display: grid;
    grid-template-columns: 42px 1fr;
    min-height: 56px;
    align-items: center;
    padding: 0 18px;
    border-radius: 3px;
    background: #fff7e8;
    color: #9a512e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
}

.waga-contact-methods a svg {
        width: 100%;
    height: 100%;
}

.waga-contact-methods a svg path {
    fill:#000;
}

.waga-contact-methods span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.waga-contact-methods a:nth-child(5) span {
    font-size: 10px;
}

.waga-contact-form {
    display: grid;
    gap: 22px;
    width: min(490px, 100%);
    padding: 28px 24px 24px;
    background: #fff2e9;
    color: #273042;
    text-align: left;
}

.waga-contact-form h2 {
    margin: 0;
    color: #273042;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 1.7vw, 35px);
    font-weight: 900;
}

.waga-contact-form label,
.waga-contact-form legend {
    color: #111;
    font-size: 12px;
    font-weight: 800;
}

.waga-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.waga-contact-form input,
.waga-contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: #ffd9c8;
    color: #111;
    font: inherit;
}

.waga-contact-form input {
    min-height: 52px;
    padding: 0 14px;
}

.waga-contact-form textarea {
    min-height: 128px;
    padding: 18px;
    resize: vertical;
}

.waga-form-row-rating {
    align-items: end;
}

.waga-contact-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.waga-rating {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    color: #ff8d47;
    font-size: 25px;
    line-height: 1;
}

.waga-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.waga-form-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.waga-form-consent input {
    width: 24px;
    min-height: 24px;
    margin: 0;
    accent-color: #ffad83;
}

.waga-contact-form button {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
}

.waga-menu-hero {
    min-height: clamp(720px, 61vw, 980px);
    display: grid;
    align-items: center;
    background-color: #061817;
    background-image:
        linear-gradient(90deg, rgba(0, 78, 63, 0.72), rgba(0, 17, 28, 0.8)),
        var(--waga-bg);
    background-position: center;
    background-size: cover;
}

.waga-menu-hero__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1fr);
    gap: clamp(52px, 7vw, 120px);
    width: min(1440px, calc(100% - clamp(40px, 8vw, 150px)));
    margin: 0 auto;
    padding: clamp(64px, 6vw, 110px) 0;
}

.waga-menu-hero__copy {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.waga-menu-hero__copy h1 {
    margin: 0;
    color: #ff5a12;
    font-family: Impact, "Arial Black", "Oswald", Arial, sans-serif;
    font-size: clamp(76px, 6vw, 128px);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.waga-menu-hero__dash {
    width: min(520px, 82%);
    height: 0;
    margin: clamp(52px, 5vw, 88px) 0 clamp(70px, 6vw, 110px);
    border-top: 7px dashed #fff;
}

.waga-menu-actions {
    display: grid;
    gap: clamp(44px, 4.8vw, 82px);
    justify-items: center;
    width: min(390px, 100%);
}

.waga-menu-button {
    display: inline-grid;
    grid-template-columns: 1fr auto;
    min-width: min(380px, 82vw);
    min-height: 68px;
    align-items: center;
    gap: 18px;
    padding: 0 38px;
    border: 4px solid #ff5a12;
    border-radius: 999px;
    font-size: clamp(26px, 2.1vw, 38px);
    line-height: 1;
    text-decoration: none;
}

.waga-menu-button--primary {
    background: #ff5a12;
    color: #fff !important;
}

.waga-menu-button--light {
    background: var(--waga-panel);
    color: #ff5a12 !important;
}

.waga-menu-button__icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #ff5a12;
    font-size: 18px;
    line-height: 1;
}

.waga-menu-button--light .waga-menu-button__icon {
    background: #9a7a68;
    color: #fff;
}

.waga-menu-hero__media img {
    width: 100%;
    min-height: clamp(580px, 50vw, 860px);
    object-fit: cover;
}

@media (max-width: 920px) {
    .waga-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .waga-contact-methods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .waga-promotions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .waga-menu-hero__inner {
        grid-template-columns: 1fr;
        width: min(760px, calc(100% - 36px));
    }

    .waga-menu-hero__media img {
        min-height: 420px;
    }
}

@media (max-width: 620px) {
    .waga-blog-list {
        width: min(100% - 28px, 520px);
    }

    .waga-blog-grid {
        grid-template-columns: 1fr;
    }

    .waga-blog-card__body {
        padding: 20px;
    }

    .waga-single-article {
        width: 100%;
    }

    .waga-single-hero {
        min-height: 360px;
        padding: 54px 16px 72px;
    }

    .waga-single-shell {
        width: min(calc(100% - 28px), 720px);
        margin-top: -34px;
        padding: 20px 16px 28px;
    }

    .waga-single-content .wp-caption,
    .waga-single-content figure,
    .waga-single-content .wp-block-image,
    .waga-single-content p:has(> img:only-child) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        transform: none;
    }

    .waga-single-nav {
        flex-direction: column;
    }

    .waga-contact-hero {
        padding: 32px 16px;
    }

    .waga-contact-methods,
    .waga-form-row {
        grid-template-columns: 1fr;
    }

    .waga-contact-methods {
        gap: 14px;
    }

    .waga-contact-form {
        padding: 22px 18px;
    }

    .waga-form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .waga-promotions-section {
        padding: 24px 16px;
    }

    .waga-promotions-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .waga-promotion-card {
        min-height: 260px;
    }

    .waga-menu-hero {
        min-height: 0;
    }

    .waga-menu-hero__inner {
        padding: 48px 0;
    }

    .waga-menu-hero__dash {
        margin: 36px 0 48px;
    }

    .waga-menu-button {
        min-height: 58px;
        padding: 0 26px;
    }

    .waga-menu-hero__media img {
        min-height: 320px;
    }
}
