: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;
}

/* 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%;
    /* height: 50px; */
    z-index: 100;
    display: none;
}

/* Scroll to top icon */
.scroll-top {
    position: absolute;
    left: 20px;
    top: 20px;
    margin-bottom: 15px;
    /* display: inline-block;
      margin-right: 15px;
      cursor: pointer;
      font-size: 20px;
      transition: opacity 0.3s; */
}

.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;
    /* margin-top: -5px; */
}

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

/* ── 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;
    /* margin-bottom: 28px; */
}

.logo-tn {
    width: 80px;
    /* margin-bottom: 28px; */
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    letter-spacing: 0.12em;
    font-weight: 400;
    margin-bottom: 28px;
    color: rgba(230, 222, 212, 0.85);
}

.hero p {
    font-family: 'Playfair Display', 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: 'Playfair Display', 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: 'Playfair Display', serif;
    text-align: center;
    color: var(--brown);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
}

/* ── 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);
}

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

/* ── SECTION HEADINGS ─────────────────── */
h3 {
    font-family: 'Playfair Display', serif;
    color: var(--brown);
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: 0.05em;
}

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;
}

/* ── 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: 'Playfair Display', 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;
}

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

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

.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;
}

#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;
}