:root {
    --bg-color: #FDF3E7;
    --brand-red: #D9443D;
    --brand-yellow: #FCE588;
    --text-color: #4A2C2A;
    --black: #000;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    min-height: 100vh; 
    height: 100vh; 
    height: 100dvh; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden; 
    overflow-y: hidden;
    overscroll-behavior: none;
}

@supports (height: 100svh) {
  body { height: 100svh; }
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 2vw, 2.5rem);
    padding: clamp(1rem, 3vw, 2.5rem);
    padding-bottom: clamp(3rem, 8vh, 6rem); 
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}

.content-left {
    flex: 1; 
    min-width: 300px;
    padding-right: 2rem;
    text-align: center; 
    display: flex;
    flex-direction: column;
}

.content-right {
    flex: 1; 
    min-width: 300px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    font-family: 'Fredoka One', cursive;
    font-size: clamp(3rem, 8vw, 6rem);
    color: var(--brand-red);
    line-height: 1;
    margin-bottom: clamp(0.75rem, 2vw, 1.5rem);
}

.logo-accent {
    color: var(--brand-yellow);
}

.tagline {
    font-size: clamp(1rem, 2.2vw, 1.75rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--black);
    max-width: 40ch; 
    margin: 0 auto;
}

.logo-img {
    display: block;
    width: clamp(180px, 24vw, 360px);
    height: auto;
}

.chef-wrapper {
    width: 100%;
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chef-image {
    max-width: 100%;
    width: clamp(260px, 32vw, 420px);
    height: auto;
    display: block;
}

.contact-info {
    position: fixed; 
    bottom: calc(1rem + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    z-index: 3;
    margin: 0;
}

.contact-info .fa-whatsapp {
    font-size: 2.5rem; 
    color: var(--brand-red); 
}

.contact-text {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem; 
    font-weight: 600;
    line-height: 1.3;
    color: var(--brand-red);
    align-items: center;
    text-align: center;
}

.contact-text span {
    font-weight: 400;
}

.swoosh {
    position: absolute;
    width: min(40vw, 480px);
    height: min(24vw, 260px);
    z-index: 1;
}

.swoosh path {
    fill: var(--brand-red);
}

.top-right {
    top: -8vw;
    right: -10vw;
}

.bottom-left {
    bottom: -8vw;
    left: -10vw;
}

@media (max-width: 992px) {
    .container {
        flex-direction: column; 
        text-align: center;
        padding-top: clamp(2rem, 7vw, 5rem);
        padding-bottom: clamp(3.5rem, 10vw, 6rem); 
    }
    
    .content-left {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2; 
    }

    .content-right {
        order: 1; 
        display: flex;
        align-items: center; 
        justify-content: center;
    }

    .logo {
        font-size: 4.5rem;
    }

    .tagline {
        font-size: 1.25rem;
    }

    .chef-placeholder {
        width: 90%;
        max-width: 300px;
        height: 300px;
    }
    
    .contact-info {
        position: static; 
        justify-content: center;
        width: auto;
        padding: 0;
        left: auto; 
        bottom: auto; 
        transform: none; 
        margin-top: clamp(0.5rem, 3vh, 1.25rem);
        align-self: center; 
        text-align: center;
        order: 3; 
    }

    .swoosh {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
  .content-left, .content-right { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .swoosh { display: block; width: min(34vw, 400px); height: min(20vw, 240px); }
  .top-right { top: -7vw; right: -9vw; }
  .bottom-left { bottom: -7vw; left: -9vw; }
}

@media (max-height: 600px) {
  body { overflow-y: hidden; } 
  .chef-image { width: clamp(220px, 26vw, 340px); }
  .tagline { font-size: clamp(0.95rem, 2vw, 1.5rem); }
  .container { padding-bottom: 0; }
  .content-left, .content-right { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .contact-info { position: static; left: auto; transform: none; bottom: auto; margin-top: clamp(0.5rem, 5vh, 8rem); align-self: center; text-align: center; }
}

@media (max-width: 992px) {
  .container {
    gap: clamp(0.5rem, 2vw, 1.5rem);
    padding-top: clamp(1rem, 5vw, 3rem);
    padding-bottom: 0;
  }
  .logo { font-size: clamp(2.5rem, 7vw, 4rem); }
  .tagline { font-size: clamp(0.95rem, 1.8vw, 1.25rem); line-height: 1.3; }
  .tagline br { display: none; }
  .logo-img { width: clamp(150px, 22vw, 300px); }
  .chef-image { width: clamp(200px, 26vw, 300px); }
}

@media (max-width: 992px) and (max-height: 700px) {
  body { overflow-y: hidden; }
  .container { padding-top: clamp(0.5rem, 3vw, 2rem); padding-bottom: 0; }
  .logo { font-size: clamp(2.2rem, 6vw, 3.5rem); }
  .logo-img { width: clamp(140px, 20vw, 280px); }
  .tagline { font-size: clamp(0.9rem, 1.6vw, 1.1rem); }
  .chef-image { width: clamp(180px, 24vw, 280px); }
  .content-left, .content-right { display: flex; flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 576px) {
    .tagline br { display: none; }
    .tagline { line-height: 1.3; }
}

@media (min-width: 1400px) {
    .container { max-width: 1400px; }
    .swoosh { width: min(36vw, 560px); height: min(22vw, 320px); }
}

@media (min-width: 1400px) {
    .logo-img { width: 420px; }
    .chef-image { width: clamp(420px, 28vw, 560px); }
}