/* ═══════════════════════════════════════════════════════════════
   HOME.CSS — Butcher's Burger & Steak House
   Αρχική σελίδα — όλα τα sections
   DynaWasp © 2026
═══════════════════════════════════════════════════════════════ */

/* ── Shared ─────────────────────────────────────────────────── */

.section-red   { background-color: var(--color-primary); }
.section-black { background-color: var(--color-secondary); }

.page-home section {
    position: relative;
    width: 100%;
    color: var(--color-white);
}

/* ════════════════════════════════════════════════════════════════
   HERO
════════════════════════════════════════════════════════════════ */

.hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.55)  0%,
        rgba(0,0,0,.0)   35%,
        rgba(0,0,0,.0)   60%,
        rgba(0,0,0,.72) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero h1 {
    position: relative;
    z-index: 2;
    margin: 0 0 clamp(60px, 8vh, 120px);
    font-family: var(--font-display);
    font-size: var(--fs-h1);
    line-height: 85%;
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--color-white);
    text-shadow: 0 2px 20px rgba(0,0,0,.5);
}

/* ════════════════════════════════════════════════════════════════
   INTRO
════════════════════════════════════════════════════════════════ */

.intro {
    padding: clamp(56px, 8vw, 100px) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(32px, 5vw, 60px);
}

.intro h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    line-height: 88%;
    font-weight: 400;
    text-align: center;
    letter-spacing: .01em;
    padding: 0 var(--container-pad);
}

.icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(32px, 8vw, 120px);
    padding: 0 var(--container-pad);
}

.drawing-burger {
    width: clamp(80px, 18vw, 280px);
    height: auto;
    object-fit: contain;
}

.drawing-cleaver {
    width: clamp(70px, 16vw, 260px);
    height: auto;
    object-fit: contain;
}

/* ════════════════════════════════════════════════════════════════
   ABOUT
════════════════════════════════════════════════════════════════ */

.about {
    padding: clamp(48px, 6vw, 90px) 0;
}

.about > h3 {
    max-width: var(--container-max);
    margin: 0 auto clamp(28px, 4vw, 52px);
    padding: 0 var(--container-pad);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: var(--fs-h3);
    line-height: 1;
    letter-spacing: -.07em;
}

.about-grid {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
    display: grid;
    grid-template-columns: 1fr 296px;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.about-text p {
    font-family: var(--font-mono);
    font-weight: 400;
    font-size: var(--fs-h4);
    line-height: 1.4;
    letter-spacing: -.04em;
    margin-bottom: 16px;
}

.about-text p:last-child { margin-bottom: 0; }

.about-media{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    min-height:560px;
}

.video-card {
    position:relative;
    z-index:2;
    display:block;
    width:100%;
    max-width:296px;
    height:470px;
    object-fit:cover;
    border-radius:2px;
}

/* BASE */
.doodle {
    position:absolute;
    z-index:3;
    pointer-events:none;
    opacity:1;
}

/* TOP LEFT */
.doodle-1 {
    top: 40px;
    left: -60px;
}

/* RIGHT */
.doodle-2 {
    top: 120px;
    right: -70px;
}

/* LEFT BOTTOM */
.doodle-3 {
    bottom: 60px;
    left: -81px;
}

/* BOTTOM RIGHT */
.doodle-4 {
    bottom:-10px;
    right:-53px;
}

/* ════════════════════════════════════════════════════════════════
   MENU PREVIEW
════════════════════════════════════════════════════════════════ */

.menu-preview {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(60px, 8vw, 100px) var(--container-pad) 0;
    overflow: hidden;
}

.small-icons {
    display: flex;
    justify-content: space-around;
	align-items: center;
	width: 100%;
}

.small-icons--left {
	transform: rotate(-30deg);
}

.small-icons--right {
	transform: rotate(30deg);
}

.menu-preview h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    line-height: 88%;
    font-weight: 400;
    letter-spacing: .01em;
}

.menu-preview h3 {
    position: relative;
    z-index: 1;
    margin: clamp(28px, 4vw, 58px) 0 clamp(20px, 3vw, 44px);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: var(--fs-h3);
    line-height: 1.05;
    letter-spacing: -.06em;
    color: var(--color-white);
}

.menu-container-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.menu-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: clamp(28px, 4vw, 48px);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 35px;
    color: var(--color-white);
    transition: color var(--tr-fast);
}

.menu-link:hover { color: var(--color-primary); }

/* City Tabs */
.city-tabs{
    position:relative;
    z-index:1;

    display:grid;
    grid-template-columns:1fr 1fr;

    width:100%;
    background:var(--color-white);
    overflow:hidden;
}

.city-tabs a {
    position:relative;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

    min-height:80px;

    background:var(--color-white);
    color:var(--color-secondary);

    text-decoration:none;
}

/* WORD */
.city-tabs a span {
    position:absolute;

    font-family:var(--font-mono);
    font-weight:600;

    font-size:var(--fs-stores-name);
    line-height:1;

    transition:
        font-size 300ms ease-out,
        color 300ms ease-out;
}

/* LEFT TAB */
.city-tabs a:first-child span{
    left:50%;
    transform:translateX(-50%);
}

/* RIGHT TAB */
.city-tabs a:last-child span{
    right:50%;
    transform:translateX(50%);
}

/* HOVER */
.city-tabs a:hover{
    background:var(--color-primary);
}

.city-tabs a:hover span{
    font-size: 220px;
}

/* LEFT */

.city-tabs a:first-child:hover span{
    left:50%;
    transform:translateX(-50%);
}

/* RIGHT */

.city-tabs a:last-child:hover span{
    right:auto;
    left:50%;
    transform:translateX(-50%);
}

/* ════════════════════════════════════════════════════════════════
   GALLERY
════════════════════════════════════════════════════════════════ */

.gallery {
    padding: clamp(48px, 6vw, 80px) 0 0;
    overflow: hidden;
	--ellipse-height:112px;
	--ellipse-overlap:.5;
}

.gallery h2 {
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    line-height: 88%;
    font-weight: 400;
    text-align: center;
    letter-spacing: .01em;
    padding: 0 var(--container-pad);
}

.red-ellipse {
	z-index: 10;
    position: relative;
	display:block;
    width:100%;
    height:var(--ellipse-height);
}

.red-ellipse--bottom {
    margin-top:calc(var(--ellipse-height) * -1 * var(--ellipse-overlap));
}
	
.gallery-swiper {
    width:100%;
    max-width:100%;
    overflow:hidden;
    margin-top:calc(var(--ellipse-height) * -1 * var(--ellipse-overlap));
}

.gallery-swiper .swiper-wrapper {
    align-items:center;
}

.gallery-swiper .swiper-slide {
    width:305px !important;
    height:475px;
    margin:0;
    overflow:hidden;
    border-radius:2px;
    background:var(--color-secondary);
}

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

@media (max-width:768px){
    .gallery {
        --ellipse-height:72px;
    }
	
    .gallery-swiper {
        margin-top:calc(var(--ellipse-height) * -0.50);
    }
}

/* ════════════════════════════════════════════════════════════════
   ORDER ONLINE
════════════════════════════════════════════════════════════════ */

.order-section {
    padding: 0 var(--container-pad) clamp(48px, 28vw, 250px);
    display: grid;
    place-items: center;
}

.order-card {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
    gap: 20px;
    width: min(600px, 100%);
    min-height: 220px;
    padding: clamp(32px, 5vw, 50px) clamp(24px, 5vw, 60px);
    border-radius: 105px;
    background-color: var(--color-white);
    color: var(--color-primary);
    text-align: center;
    transition: transform var(--tr-page), background-color var(--tr-page), color var(--tr-page);
}

.order-card:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.order-card span {
    font-family: var(--font-display);
    font-size: clamp(36px, 6vw, 82px);
    line-height: .9;
}

.efood-logo {
    width: clamp(100px, 14vw, 160px);
    height: auto;
    transition: filter var(--tr-page);
}

.order-card:hover .efood-logo {
    filter: brightness(0) invert(1);
}

/* ════════════════════════════════════════════════════════════════
   STORES
════════════════════════════════════════════════════════════════ */

.stores{
    position:relative;
    padding:0 0 clamp(48px, 6vw, 80px);
    text-align:center;
    z-index:2;
}

.stores-title{

    position:relative;
    z-index:3;
    margin:0 0 clamp(20px,3vw,40px);
    transform:translateY(-41%);
    font-family:var(--font-display);
    font-size:var(--fs-stores-hero);
    line-height:88%;
    font-weight:400;
    color:var(--color-white);
    padding:0 var(--container-pad);

}

.stores-list {
    max-width: var(--container-max);
    margin: clamp(20px, 3vw, 40px) auto clamp(24px, 4vw, 48px);
    padding: 0 var(--container-pad);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px clamp(24px, 6vw, 90px);
}

/* LEFT COLUMN */
.stores-list a:nth-child(odd){
    justify-self: start;
    text-align: left;
}

/* RIGHT COLUMN */
.stores-list a:nth-child(even){
    justify-self:end;
    text-align:right;
}

.stores-list a {
    font-family: var(--font-mono);
    font-weight: 300;
    font-size: var(--fs-stores-name);
    line-height: 1.1;
    color: var(--color-grey);
    transition: color var(--tr-hover);
}

.stores-list a:hover {
    color: var(--color-white);
}

.stores-list a:not(:hover) {
    transition: none; /* instant on leave */
}

.map-link {
    display: inline-block;
    padding: 6px 18px;
    background-color: var(--color-white);
    color: var(--color-secondary);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    transition: background-color var(--tr-fast), color var(--tr-fast);
}

.map-link:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

/* ════════════════════════════════════════════════════════════════
   SOCIAL
════════════════════════════════════════════════════════════════ */

.social-section {
    padding: clamp(56px, 8vw, 100px) 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-section h2 {
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    line-height: 88%;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 0 var(--container-pad);
}

.social-label {
    position:relative;
    z-index:4;
    margin:16px 0 -44px;
    font-family:var(--font-display);
    font-size:clamp(48px,7vw,82px);
    line-height:88%;
    font-weight:400;
    color:rgba(255,255,255,.68);
    pointer-events:none;
}

.social-layout{
    position:relative;
    display:grid;
    grid-template-columns:1fr clamp(200px,22vw,296px) 1fr;
    gap:clamp(24px,5vw,60px);
    align-items:center;
    max-width:var(--container-max);
    width:100%;
    padding:0 var(--container-pad);
    margin:0 auto;
}

.social-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-size: var(--fs-social-name);
    line-height: 1;
    color: var(--color-white);
    transition: color var(--tr-fast);
}

.social-name:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
	text-decoration-thickness: 3px;
}

.social-drawing {
    width: clamp(48px, 7vw, 80px);
    height: auto;
    object-fit: contain;
    opacity: .85;
}

.social-center-photo {
    width: 100%;
    height: clamp(300px, 38vw, 470px);
    border-radius: 2px;
    overflow: hidden;
	position:relative;
    z-index:2;
}

.social-center-photo .video-card {
    display:block;
    width:100%;
    height:470px;
    object-fit:cover;
}

.social-tiktok {
    margin-top: clamp(16px, 3vw, 32px);
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════════ */

/* ── md: 768px–1024px ─────────────────────────────────────── */
@media (max-width: 1024px) {

    .about-grid {
        grid-template-columns: 1fr;
    }
	
	.doodle-1 {
		display: none;
	}
	.doodle-2 {
		display: none;
	}
	.doodle-3 {
		display: none;
	}
	.doodle-4 {
    	display: none;
	}

    .video-card { max-width: 240px; height: 380px; }
    .hand-arrow { right: -28px; }

    .gallery-grid { grid-template-columns: repeat(4, 1fr); }

    .social-layout { grid-template-columns: 1fr 200px 1fr; }
    .social-center-photo { height: 320px; }
}

/* ── sm: < 768px ──────────────────────────────────────────── */
@media (max-width: 768px) {

    /* Intro */
    .icon-row { gap: 24px; }
    .drawing-burger,
    .drawing-cleaver { width: clamp(60px, 22vw, 120px); }

    /* About */
    .about-grid {
        grid-template-columns: 1fr;
    }
    .about-text p { font-size: 17px; }
    .video-card {
        width:min(72vw,280px);
        aspect-ratio:9 / 16;
        height:auto;
        object-fit:cover;

    }
	.doodle-1 {
		display: none;
	}
	.doodle-2 {
		display: none;
	}
	.doodle-3 {
		display: none;
	}
	.doodle-4 {
    	display: none;
	}
    .hand-arrow { display: none; }

    /* Menu preview */
    .small-icons { 
		flex-direction: column;
	}
	
	.small-icons--left {
		display: none;
	}
	.menu-preview h2 {
    	line-height: inherit;
	}
	
	.small-icons--right {
		transform: rotate(0);
	}
	.menu-link-icon:last-child {
		display: none;
	}
	.city-tabs {
		grid-template-columns: 1fr;
	}
    .menu-preview { padding-bottom: 0; min-height: 100%; }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-grid figure { height: clamp(140px, 40vw, 260px); }

    /* Stores */
    .stores-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
	
	.stores-list a:nth-child(odd),
	.stores-list a:nth-child(even) {
		justify-self: center;
	}

    /* Social */
    .social-layout {
        grid-template-columns: 1fr;
        justify-items: center;
    }
	
	.social-label {
		margin: 16px 0 -24px;
	}
	
    .social-center-photo {
        width: min(240px, 80vw);
        height: 380px;
        order: -1;
    }
}