:root {
    --brown: #3A2C25;
    --beige: #D8CEC1;
    --light: #F3EEE7;
    --text: #8c847b;
}

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

body {
    font-family: 'Inter', sans-serif;
    background: var(--beige);
    color: var(--text);
    line-height: 1.65;
}

body.explore {
    background: var(--light);
}

/* HEADER */
.header {
    background: var(--brown);
    color: white;
    padding: 15px 0 5px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 70px;
}

/* BOTTOM */
.bottom {
    background: var(--brown);
    color: white;
    padding: 15px 0 5px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

/* Scroll to top icon */
.scroll-top {
    position: absolute;
    left: 20px;
    top: 20px;
    margin-bottom: 15px;
}

.scroll-top a {
    font-size: 11px;
    display: block;
    padding: 0;
    color: var(--text);
    text-decoration: none;
    margin-top: -5px;
}

.scroll-top:hover {
    opacity: 0.7;
}

.bottom .lang {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 11px;
    letter-spacing: 0.08em;
    opacity: 1;
    color: var(--light);
    margin-bottom: 15px;
}

.bottom .lang a {
    font-size: 11px;
    padding: 0;
    color: var(--text);
    text-decoration: none;
}

/* ── HERO ─────────────────────────────── */
.hero {
    background: var(--brown);
    color: var(--light);
    padding: 30px 15px 54px;
    text-align: center;
    position: relative;
}

.lang {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 11px;
    letter-spacing: 0.08em;
    opacity: 0.7;
    color: var(--light);
}

.logo {
    margin-top: 8px;
    width: 150px;
}

.logo-tn {
    width: 80px;
}

.hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 28px;
    color: rgba(230, 222, 212, 0.85);
    line-height: 1.20;
}

.hero p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18.5px;
    line-height: 1.50;
    color: rgba(230, 222, 212, 0.85);
    letter-spacing: 0.03em;
}

.signature {
    margin-top: 36px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 19px;
    color: rgba(230, 222, 212, 0.6);
    letter-spacing: 0.12em;
}

/* ── SECTION ──────────────────────────── */
.section {
    padding: 32px 25px;
}

.page-title {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    text-transform: uppercase;
    color: var(--brown);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0em;
    margin-bottom: 28px;
    line-height: 1.20;
}

/* ── TOC MENU LIST ────────────────────── */
.toc {
    list-style: none;
    letter-spacing: 0.1em;
    font-size: 13px;
    line-height: 1.40;
    /* border-top: 1px solid #b5ab9f; */
}

/* .toc li {
      border-bottom: 1px solid #b5ab9f;
    } */

.toc li a {
    font-size: 18px;
    display: block;
    /* padding: 3px 0; */
    color: var(--text);
    text-decoration: none;
}

.toc li a:hover {
    color: var(--brown);
}
.toc-section-title {
    text-align: center;
    color: var(--brown);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: -20px;
    margin-bottom: 10px;
}

.toc-items {
    list-style: none;
    letter-spacing: 0.1em;
    font-size: 13px;
    line-height: 1.40;
}

.toc-items li {
    padding: 0;
}

.toc-items li a {
    font-size: 13px;
    display: block;
    color: var(--text);
    text-decoration: none;
    padding: 2px 0;
}

.toc-items li a:hover {
    color: var(--brown);
}

/* ── DIVIDER ──────────────────────────── */
hr {
    border: none;
    border-top: 1px solid #b5ab9f;
    margin: 28px 0;
}

.first {
    border: none;
    border-top: 1px solid #b5ab9f;
    margin-top: 0px;
    margin-bottom: 28px;
}

/* ── SECTION HEADINGS ─────────────────── */
h3 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--brown);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 14px;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    color: var(--brown);
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 20px;
    /* letter-spacing: 0.03em; */
}

p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    color: #6d645c;
    font-weight: 600;
}

/* ── LOCATION ITEM ────────────────────── */
.location-item {
    display: flex;
}

.location-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.location-icon {
    align-self: flex-end;
    flex-shrink: 0;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;
    position: relative;
    z-index: 10;

}

.location-icon img {
    width: 24px;
}

.location-content h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--brown);
}

.location-address {
    font-style: italic;
    color: var(--text);
    font-size: 13px;
    margin-bottom: 8px;
}

.location-content p {
    margin-bottom: 40px;
}

/* ── MENU SECTION ────────────────────── */
.menu-section {
    padding: 32px 25px;
    background: var(--light);
}

.menu-section-title {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--brown);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 2px 0;
    font-size: 14px;
    margin-bottom: 16px;
}

.menu-item-left {
    flex: 1;
}

.menu-item-name {
    font-weight: 600;
    color: #6d645c;
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.menu-item-desc {
    font-size: 12.5px;
    color: var(--text);
    line-height: 1.55;
    letter-spacing: 0.03em;
}

.menu-item-price {
    font-weight: 600;
    color: var(--brown);
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0.03em;
}

/* ── GRAZIE ───────────────────────────── */
.grazie {
    margin-top: 60px;
    margin-bottom: 60px;
    /* padding: 36px 25px 96px; */
    text-align: left;
    /* border-top: 1px solid #b5ab9f; */
    font-size: 20px;
    letter-spacing: 0.05em;
}

.grazie p {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    color: var(--text);
    letter-spacing: 0.03em;
}

/* ── MENU CHIARO ──────────────────────── */
.menu-chiaro {
    padding: 32px 25px;
    background: var(--light);
}

p .class-menu {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--brown);
    text-decoration: none;
    font-weight: 600;
}

.sub-section-testo {
    text-align: center;
}

#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: var(--brown);
    color: var(--light);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0.5;
}

#scrollTopBtn:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

/* ── CONTATTI TABLE ───────────────────── */
.contatti-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    letter-spacing: 0.03em;
}

/* .contatti-table tr {
      border-bottom: 1px solid #b5ab9f;
    } */

.contatti-table td {
    padding: 2px 0;
    color: var(--text);
}

.contatti-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: var(--brown);
}

/* ── LOGO EL PORTEÑO ──────────────────── */
.logo-portenyo {
    display: block;
    height: 60px;
    width: auto;
    margin: 16px 0 18px;
}

/* ── ROOM SERVICE BANNER ──────────────── */
.sic-banner {
    margin-bottom: 20px;
}

/* ── MENU ITEM ────────────────────────── */
.subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    color: var(--brown);
    margin: 28px 0 16px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 2px 0;
    /* border-bottom: 1px solid #b5ab9f; */
    font-size: 14px;
}

/* .menu-item:first-of-type {
      border-top: 1px solid #b5ab9f;
    } */

.menu-item-left {
    flex: 1;
}

.menu-item-name {
    font-weight: 600;
    color: #6d645c;
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.menu-item-desc {
    font-size: 12.5px;
    color: var(--text);
    line-height: 1.55;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.menu-item-price {
    font-weight: 600;
    color: var(--brown);
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.menu-chiaro {
    padding: 32px 25px;
    background: var(--light);
}

p .class-menu {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: var(--brown);
    text-decoration: none;
    font-weight: 600;
}