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

    html, body {
      overflow-x: hidden;
      font-family: 'Work Sans', sans-serif;
      font-size: 16px;
      color: #333;
      background: #dad8cb;
    }

    /* ── HEADER ── */

header {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 50px;

  margin-top: 50px;
  padding: 0 8vw;

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

  z-index: 10;
}

header .logo {
  height: 48px;
  width: auto;
}

/* ── HERO ── */

.hero {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    overflow: hidden;
}


.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


/* esconder mobile por defeito */
.hero-video-mobile {
    display: none;
}


    .btn-reservar {
      display: inline-block;
      margin-top: 1.5rem;
      font-family: 'Work Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      color: #dad8cb;
      border: 1px solid #dad8cb;
      padding: 0.65rem 1.4rem;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
      background-color: transparent;
    }
    .btn-reservar:hover { background: #dad8cb; color: #fff; 
}


    /* ── QUOTE ── */
.quote-section {
    position: absolute;
    z-index: 2;

    left: 50%;
    bottom: 10%;

    transform: translateX(-50%);

    width: 80%;
    max-width: 950px;

    background: transparent;

    text-align: center;
    color: white;
}


.quote-section p {
    font-size: 1.4rem;
          font-family: 'EB Garamond', serif;
    line-height: 1.6;
    font-weight: 300;
}

    /* ── SOBRE ── */
    .sobre-section {
      background: #dad8cb;
      padding: 5rem 8vw;
    }

    .sobre-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      max-width: 1100px;
      margin: 0 auto;
    }

    .sobre-col p {
      font-size: 0.9rem;
      line-height: 1.8;
      color: #444;
    }

    .sobre-col p + p { margin-top: 1rem; }

    .sobre-col strong { font-weight: 700; color: #333; }

    .btn-carta {
      display: inline-block;
      margin-top: 1.5rem;
      font-family: 'Work Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      color: #333;
      border: 1px solid #333;
      padding: 0.65rem 1.4rem;
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
    .btn-carta:hover { background: #333; color: #dad8cb; }

    /* ── GALERIA ── */
    .galeria-section {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .galeria-item {
      aspect-ratio: 3/4;
      overflow: hidden;
      background: #3a3530;
      position: relative;
    }

    .galeria-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }


    .galeria-item:hover img { transform: scale(1.05); }

    .galeria-placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.65rem;
      color: rgba(255,255,255,0.25);
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .galeria-item:nth-child(1) { background: #2e2a26; }
    .galeria-item:nth-child(2) { background: #3a3530; }
    .galeria-item:nth-child(3) { background: #2a2e28; }
    .galeria-item:nth-child(4) { background: #353028; }
    .galeria-item:nth-child(5) { background: #302e2a; }

    /* ── MENUS ── */
    .menus-section {
      background: #4a5244;
      padding: 5rem 8vw;
    }

    .menus-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      max-width: 1100px;
      margin: 0 auto;
    }

    .menu-col p {
      font-size: 0.88rem;
      line-height: 1.8;
      color: #c8c5bc;
    }

    .menu-col p + p { margin-top: 1rem; }

    .menu-col strong {
      font-weight: 700;
      color: #dcd9d5;
      font-style: normal;
    }

    .menu-col em {
      font-style: normal;
      font-weight: 700;
      color: #dcd9d5;
    }

    /* ── TAKEAWAY ── */
    .takeaway-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 520px;
    }

    .takeaway-img {
      background: #2a2520 url('../img/LAGO-sushi-1.jpg') center/cover no-repeat;
      position: relative;
      min-height: 400px;
    }


    .takeaway-img-placeholder {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #1e1a14 0%, #2e2820 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.65rem;
      color: rgba(255,255,255,0.2);
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .takeaway-content {
      background: #dad8cb;
      display: flex;
      align-items: center;
      padding: 4rem 5rem;
    }

    .takeaway-content-inner h2 {
      font-family: 'EB Garamond', serif;
      font-size: clamp(1.4rem, 2.5vw, 2rem);
      font-weight: 400;
      color: #333;
      line-height: 1;
      margin-bottom: 1.5rem;
    }

    .takeaway-content-inner p {
      font-size: 0.88rem;
      line-height: 1.8;
      color: #555;
      margin-bottom: 0.9rem;
    }

    .takeaway-content-inner strong { color: #333; font-weight: 700; }

        /* ── FOOTER INFO ── */
    .footer-info {
      background: #dad8cb;
      border-top: 1px solid #c8c5bc;
      padding: 3.5rem 8vw 3rem;
    }
 
    .footer-info-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 3rem;
      max-width: 1100px;
      margin: 0 auto;
    }
 
    .footer-info-col h4 {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #333;
      margin-bottom: 0.75rem;
    }
 
    .footer-info-col p,
    .footer-info-col a {
      font-size: 0.82rem;
      line-height: 1.9;
      color: #555;
      text-decoration: none;
      display: block;
    }
 
    .footer-info-col a:hover { color: #333; text-decoration: underline; }
 
    .footer-info-col strong {
      font-weight: 700;
      color: #333;
      display: block;
      margin-top: 0.75rem;
    }
    .footer-info-col strong:first-of-type { margin-top: 0; }

    /* ── BRAND STRIP ── */
    .brand-strip {
      width: 100%;
      background: #4a5244;
      padding: 40px 20px;
    }

    .brand-strip-content {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 30px;
    }

.brand-text {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #dcd9d5;
  text-align: center;
}

    .brand-logos {
      display: flex;
      gap: 50px;
      align-items: center;
    }

    .brand-logo-link { text-decoration: none; }
    .logo-small { height: 50px; }
        .logo-small2 { height: 40px; }
    .logo-large { height: 70px; }

    /* ── FOOTER GRUPO ── */
    footer {
      background-color: rgba(220, 217, 213, 0.9);
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
    }

    .footer-content {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 0 120px;
      font-family: 'Work Sans', sans-serif;
      font-size: 8pt;
      color: #333;
    }

    .footer-links a {
      margin-left: 20px;
      text-decoration: none;
      color: #333;
    }
    .footer-links a:hover { text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {

    header {
        margin-top: 20px;
        padding: 0 20px;

        flex-direction: column;
        gap: 15px;

        height: auto;
    }

    header .logo {
        height: 48px;
    }


    /* HERO VIDEO */
    .hero-video-desktop {
        display: none;
    }

    .hero-video-mobile {
        display: block;
    }


    .hero {
        height: 70vh;
         min-height: 70dvh;
    }


    /* QUOTE SOBRE O VIDEO */
    .quote-section {
        position: absolute;

        width: 90%;
        left: 50%;
        bottom: 8%;

        transform: translateX(-50%);

        padding: 0;

        text-align: center;
    }

    .quote-section p {
        font-size: 1.05rem;
        line-height: 1.5;
        margin: 0;
    }


    .sobre-grid,
    .menus-grid,
    .footer-info-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }


    .galeria-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .galeria-item:nth-child(5) {
        display: none;
    }


    .takeaway-section {
        grid-template-columns: 1fr;
    }


    .takeaway-img {
        min-height: 300px;
    }


    .takeaway-content {
        padding: 2.5rem 1.5rem;
    }


    .sobre-section,
    .menus-section,
    .footer-info {
        padding: 3.5rem 1.5rem;
    }


    .footer-content {
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 6px;

        text-align: center;

        height: auto;
    }


    .footer-links a {
        margin: 0 8px;
    }


    .brand-logos {
        flex-direction: column;
        gap: 24px;
    }

}



@media (max-width: 560px) {


    .hero {
        height: 75vh;
        min-height: 500px;
    }


    .quote-section {
        display: none;
        width: 88%;
        bottom: 6%;
    }


    .quote-section p {
        font-size: 0.95rem;
        line-height: 1.45;
    }


    .galeria-section {
        grid-template-columns: 1fr 1fr;
    }

}