:root {
    --bg: #f4ebdf;
    --paper: #fbfaf8;
    --line: #ddcdbb;
    --line-soft: #eadccd;
    --text: #06101b;
    --muted: #7b736c;
    --red: #98160f;
    --gold: #c9954d;
    --black: #111113;
    --green: #14bd5b;
    --blue: #2384d8;
    --shadow: 0 16px 34px rgba(38, 28, 20, .08);
    --font-body: "Lato", "Helvetica Neue", Arial, sans-serif;
    --font-display: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.shell {
    width: min(636px, calc(100vw - 32px));
    margin: 0 auto;
}

.site-header {
    background: #fbfaf8;
    border-bottom: 1px solid var(--line);
}

.header-shell {
    padding: 34px 0 18px;
}

.unit-link {
    display: inline-block;
    margin-bottom: 28px;
    color: #8c8580;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-decoration: none;
}

.brand-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    color: #060b14;
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5.1px;
    text-decoration: none;
}

.event-badge,
.suite-tag,
.pix-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 0 14px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.2px;
}

.progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.progress span {
    height: 3px;
    background: #ded2c2;
}

.progress span.is-active {
    background: var(--red);
}

.step-label {
    margin: 10px 0 0;
    color: #8c8580;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.1px;
}

.page {
    min-height: 980px;
}

.booking-step {
    padding: 30px 0 86px;
}

.first-step {
    padding-top: 42px;
}

.event-line,
.passo,
.section-kicker,
.small-kicker {
    margin: 0 0 16px;
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4.8px;
}

h1 {
    margin: 0 0 14px;
    color: #020a13;
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.2px;
}

.subtitle {
    margin: 0 0 32px;
    color: #29313a;
    font-size: 15px;
    font-weight: 300;
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 4px;
}

.date-card {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 92px;
    border: 1px solid var(--line);
    background: #fff;
    transition: border-color .2s, background .2s, color .2s;
}

.date-card.is-soldout {
    cursor: not-allowed;
    background: #f7f3ed;
    opacity: .72;
}

.date-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.date-card .dow {
    color: #8b8178;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.date-card strong {
    margin-top: -4px;
    color: #020912;
    font-family: var(--font-body);
    font-size: 27px;
    font-weight: 400;
}

.date-card small {
    color: #91877d;
    font-size: 11px;
    font-weight: 400;
}

.date-card.is-soldout small {
    color: var(--red);
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.date-card.is-soldout .dow,
.date-card.is-soldout strong {
    color: #8a8178;
}

.date-card.is-selected {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.date-card.is-selected .dow,
.date-card.is-selected strong,
.date-card.is-selected small {
    color: #fff;
}

.date-ribbon {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 70px;
    background: #c49654;
    color: #000;
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.heart {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
}

.date-note,
.warning {
    color: var(--red);
}

.teaser-list {
    display: grid;
    gap: 22px;
    margin: 28px 0 34px;
}

.teaser-card,
.extra-card,
.checkout-card,
.pix-card,
.how-to-pay,
.result-card,
.detail-card {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .74);
}

.teaser-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 112px;
    padding: 16px;
}

.teaser-card img {
    width: 86px;
    height: 78px;
    object-fit: cover;
}

.teaser-card h2,
.extra-card strong,
.how-to-pay h2 {
    margin: 0 0 8px;
    color: #001122;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3.7px;
}

.teaser-card p {
    margin: 0;
    color: #524a43;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.red {
    color: var(--red);
}

.teaser-soft {
    grid-template-columns: 110px 1fr;
}

.mini-collage {
    display: flex;
}

.mini-collage img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.mini-collage img + img {
    margin-left: -14px;
}

.arrival-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.arrival-grid label {
    position: relative;
}

.arrival-grid input {
    position: absolute;
    opacity: 0;
}

.arrival-grid span {
    display: grid;
    place-items: center;
    min-height: 78px;
    border: 1px solid var(--line);
    background: #fff;
}

.arrival-grid strong {
    font-size: 23px;
    font-weight: 400;
}

.arrival-grid small {
    color: #6f6761;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
}

.arrival-grid input:checked + span {
    border-color: var(--red);
    box-shadow: inset 0 0 0 2px rgba(152, 22, 15, .12);
}

.primary-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 26px;
    border: 0;
    background: var(--black);
    color: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
}

.black-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    margin-bottom: 28px;
    padding: 0 25px;
    background: var(--black);
    color: #fff;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 4.5px;
}

.black-date a {
    font-size: 14px;
}

.suite-list {
    display: grid;
    gap: 32px;
}

.suite-card {
    background: #fff;
    box-shadow: var(--shadow);
}

.suite-photo {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #1f1f1f;
}

.suite-photo img,
.checkout-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.suite-tag {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    min-height: 20px;
    font-size: 10px;
}

.slide-count {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-size: 12px;
}

.photo-nav {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .38);
    color: #fff;
    font-size: 28px;
    transform: translateY(-50%);
}

.photo-nav.left {
    left: 14px;
}

.photo-nav.right {
    right: 14px;
}

.dots {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: calc(var(--dot-count, 10) * 12px);
    max-width: 170px;
    height: 8px;
    transform: translateX(-50%);
    background: radial-gradient(circle, #fff 35%, transparent 39%) 0 0 / 12px 8px repeat-x;
    opacity: .8;
}

.dots::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(var(--dot-index, 0) * 12px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .45);
}

.suite-body {
    padding: 17px 22px 18px;
}

.suite-body h2,
.checkout-summary h2 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4.8px;
}

.suite-body p {
    margin: 0 0 14px;
    color: #4c5560;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.suite-body h3 {
    margin: 14px 0 10px;
    color: #706a66;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3.2px;
}

.package-row {
    margin: 0 0 8px;
}

.package-row button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--line-soft);
    background: #fff;
    color: #333;
    padding: 0 14px;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.package-row.is-featured button {
    background: #f7f1e9;
    border-left: 2px solid var(--gold);
    color: var(--red);
}

.availability {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    color: #777;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2.8px;
}

.availability strong {
    padding: 4px 6px;
    background: #e52626;
    color: #fff;
    font-size: 9px;
}

.extras-list {
    display: grid;
    gap: 14px;
}

.extra-card {
    display: grid;
    grid-template-columns: 112px 1fr 130px 24px;
    gap: 20px;
    align-items: center;
    min-height: 142px;
    padding: 20px;
}

.extra-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.extra-card small {
    display: block;
    color: #33505a;
    font-size: 13px;
    font-weight: 400;
}

.extra-price {
    font-size: 22px;
    font-weight: 400;
    text-align: right;
}

.extra-card input,
.terms input {
    width: 24px;
    height: 24px;
    accent-color: var(--red);
}

.sticky-total {
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(251, 250, 248, .96);
}

.sticky-total .primary-action {
    grid-column: 1 / -1;
    margin: 0;
}

.checkout-card {
    overflow: hidden;
}

.checkout-card > img {
    height: 320px;
}

.checkout-summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
}

.checkout-summary p,
.summary-lines p {
    margin: 0;
    color: #2d3237;
    font-size: 13px;
}

.checkout-summary strong {
    font-size: 30px;
    font-weight: 400;
}

.summary-lines {
    display: grid;
    gap: 12px;
    padding: 16px 20px 22px;
}

.summary-lines p:first-child,
.summary-lines p:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.whatsapp-box {
    display: block;
    margin: 20px 0;
    padding: 16px 18px;
    border: 1px solid #a5e2b5;
    background: #eef8e8;
    color: #29422d;
    font-size: 13px;
    text-decoration: none;
}

.whatsapp-box > strong {
    color: var(--green);
    font-weight: 700;
    text-decoration: none;
}

.customer-form,
.lookup-form {
    display: grid;
    gap: 18px;
}

.customer-form input:not([type="checkbox"]),
.lookup-form input,
.copy-row textarea {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: #0d1720;
    font-size: 18px;
    font-weight: 300;
    outline: none;
}

.customer-form input::placeholder,
.lookup-form input::placeholder {
    color: #a99d94;
}

.customer-form small {
    margin-top: -12px;
    color: #948981;
}

.terms {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    background: #fff;
}

.alert-error {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #e7aba7;
    background: #fff4f3;
    color: var(--red);
}

.alert-success {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #9eddb2;
    background: #eef8e8;
    color: #17723a;
}

.reserved-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-bottom: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .45);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
}

.pix-card {
    padding: 26px;
    background: #fff;
}

.pix-head,
.pix-row,
.pix-payment-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.pix-head p {
    margin: 0;
    text-align: right;
}

.pix-row {
    padding-top: 18px;
}

.pix-payment-row {
    padding-top: 18px;
}

.pix-payment-row h2 {
    margin: 0;
    color: var(--red);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
}

.pix-payment-row p {
    margin: 4px 0 0;
}

.pix-payment-row strong {
    color: var(--red);
    font-size: 32px;
    font-weight: 400;
}

.qr {
    display: grid;
    grid-template-columns: repeat(29, 7px);
    gap: 2px;
    width: max-content;
    margin: 26px auto 18px;
    padding: 12px;
    background: #fff;
}

.qr span {
    width: 7px;
    height: 7px;
    background: #fff;
}

.qr span.on {
    background: #000;
}

.qr-image-wrap {
    display: flex;
    justify-content: center;
    margin: 26px auto 18px;
}

.qr-image {
    width: 260px;
    max-width: 100%;
    height: auto;
    display: block;
}

.pix-copy-title {
    margin: 8px 0 12px;
    text-align: center;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
}

.copy-row {
    display: grid;
    grid-template-columns: 1fr 112px;
    gap: 10px;
}

.copy-row textarea {
    min-height: 74px;
    padding: 12px;
    border: 1px solid var(--line);
    background: #f3ece3;
    font-family: Consolas, monospace;
    font-size: 14px;
    resize: none;
}

.copy-row button {
    border: 1px solid var(--line);
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
}

.expires {
    width: max-content;
    margin: 20px auto;
    padding: 14px 20px;
    border: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
}

.waiting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.waiting span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue);
}

.how-to-pay {
    margin-top: 24px;
    padding: 22px;
}

.how-to-pay p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
    font-size: 15px;
}

.how-to-pay p span {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid var(--line);
}

.payment-code {
    text-align: center;
}

.result-card,
.detail-card {
    margin-top: 24px;
    padding: 22px;
}

.result-card h2,
.detail-card h2 {
    margin-top: 0;
    letter-spacing: 4px;
}

.paid,
.status.is-paid {
    color: var(--green);
}

.pending,
.status.is-pending {
    color: var(--red);
}

.admin-shell {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 34px 0 80px;
}

.admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.admin-top h1 {
    margin-bottom: 0;
}

.admin-top a,
.admin-filters a,
.actions a,
.actions button {
    border: 1px solid var(--line);
    background: #fff;
    color: #111;
    padding: 10px 12px;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 500;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.stat-grid article {
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
}

.stat-grid span {
    display: block;
    color: var(--muted);
    margin-bottom: 12px;
}

.stat-grid strong {
    font-size: 28px;
    font-weight: 400;
}

.admin-filters {
    display: flex;
    gap: 10px;
    margin: 18px 0;
}

.admin-filters a.is-active {
    background: var(--black);
    color: #fff;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    background: #fff;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.admin-table th,
.admin-table td {
    padding: 14px;
    border-bottom: 1px solid var(--line-soft);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: #6c625b;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
}

.admin-table small {
    display: block;
    margin-top: 5px;
    color: #777;
}

.status {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid currentColor;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.actions form {
    margin: 0;
}

.site-footer {
    display: grid;
    place-items: center;
    gap: 18px;
    min-height: 154px;
    padding: 28px 16px;
    border-top: 1px solid var(--line);
    color: #81776f;
    text-align: center;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.site-footer a {
    text-decoration: none;
}

.consult-link {
    color: #06101b;
    text-decoration: underline !important;
}

.footer-lock,
.site-footer small {
    color: #a39b93;
}

code {
    background: #fff;
    padding: 2px 5px;
}

@media (max-width: 760px) {
    .header-shell {
        padding: 24px 0 14px;
    }

    .unit-link,
    .step-label,
    .event-line,
    .passo,
    .section-kicker,
    .small-kicker {
        letter-spacing: 2px;
    }

    .brand-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .brand {
        font-size: 23px;
        letter-spacing: 4px;
    }

    h1 {
        font-size: 28px;
    }

    .date-grid {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 18px;
    }

    .date-card {
        min-height: 86px;
    }

    .teaser-card,
    .extra-card {
        grid-template-columns: 78px 1fr;
        gap: 14px;
    }

    .teaser-card img,
    .extra-card img {
        width: 72px;
        height: 72px;
    }

    .extra-price,
    .extra-card input {
        grid-column: 2;
    }

    .extra-price {
        text-align: left;
        font-size: 20px;
    }

    .arrival-grid,
    .copy-row,
    .stat-grid {
        grid-template-columns: 1fr;
    }

    .black-date {
        padding: 0 16px;
        font-size: 15px;
        letter-spacing: 3px;
    }

    .suite-photo {
        height: min(360px, 56vw);
    }

    .checkout-card > img {
        height: min(320px, 58vw);
    }

    .checkout-summary,
    .pix-head,
    .pix-row,
    .pix-payment-row,
    .admin-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .pix-head p {
        text-align: left;
    }

    .qr {
        grid-template-columns: repeat(29, 5px);
        gap: 1px;
    }

    .qr span {
        width: 5px;
        height: 5px;
    }

    .site-footer {
        letter-spacing: 2px;
    }
}
