/*
Theme Name: pine
Theme URI: https://pine.pt/
Author: pine
Author URI: https://pine.pt/
Description: pine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pine
*/

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  overflow-x: hidden;
 
}

h1 {
  font-weight: 300 !important;
  font-size: 8rem !important;
  color:#FFF !important;
  text-transform: uppercase;
}

h2 {
    font-weight: 300 !important;
    font-size: 4rem !important;
    color:#1E1512 !important;
    text-transform: uppercase !important;
    margin-bottom: 40px !important;
}

h2 span {
    color:#D0A4A1 !important;
}

.full-image {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 400px;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.full-image-content {
   display: flex;
   justify-content: flex-start;
   align-items: flex-end;
   height: 100%;
   padding-bottom: 100px;
}

/* Header */
.site-header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header-content {
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu-wrapper,
.header-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.top-menu,
.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.top-menu li,
.header-menu li {
    margin: 0;
}

.top-menu a,
.header-menu a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.63px;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.top-menu a:hover,
.top-menu a:focus,
.top-menu .current-menu-item a,
.header-menu a:hover,
.header-menu a:focus,
.header-menu .current-menu-item a {
    text-decoration: underline;
}

.btn-agendar-visita {
    display: inline-block;
    background-color: #E0B3B3;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.63px;
    text-decoration: none !important;
    padding: 12px 24px;
    border-radius: 6px;
    transition: opacity 0.2s ease;
}

.btn-agendar-visita:hover {
    opacity: 0.9;
}

/* Footer */
.site-footer {
    background-color: #fff;
    padding: 48px 0 40px;
}

.footer-inner {
    border-top: 2px solid #D0A4A1;
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
}

.footer-left {
    flex-shrink: 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-height: 100px;
    width: auto;
}

.footer-contact {
    margin-bottom: 0px;
}

.footer-contact p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #415457;
}

.footer-contact a {
    color: #415457;
    text-decoration: none;
}

.footer-contact .footer-email a {
    text-decoration: underline;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 16px;
}

.footer-social a {
    color: #D0A4A1;
    transition: opacity 0.2s ease;
}

.footer-social a:hover {
    opacity: 0.8;
}



.footer-menu {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.footer-menu li {
    margin: 0 0 8px;
}

.footer-menu a {
    color: #415457;
    font-size: 14px;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
    text-transform: uppercase;
}

.footer-menu a:hover,
.footer-menu .current-menu-item a {
    text-decoration: underline;
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.5;
    color: #415457;
    text-transform: uppercase;
}

.footer-copyright a {
    color: #415457;
    text-decoration: underline;
}

.footer-copyright a:hover {
    opacity: 0.8;
}

.kitchen-content {
    padding: 100px 0;
}

.p-section {
    padding-bottom: 100px;
}


