:root {
    --bg-main: #FCFCFA;
    --bg-section: rgba(20, 19, 17, 0.96);
    --text-primary: #F5F2EC;
    --text-secondary: #DED8CC;
    --text-muted: #BEB6A8;
    --line: rgba(255, 255, 255, 0.28);
    --line-warm: rgba(255, 255, 255, 0.34);
    --accent: #C8AA74;
    --font-body: "Inter", sans-serif;
    --font-heading: "Barlow Condensed", sans-serif;
    --site-bg-image: url("../img/bg1.jpg");
    --nav-bg: rgba(20, 19, 17, 0.96);
    --nav-border: #444038;
    --nav-icon: #f4c542;
}

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

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-main);
    background-image: var(--site-bg-image);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.52;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1140px;
}

.home-shell,
.reviews-section,
.tattooers-section,
.guest-calendar-section {
    max-width: 1140px !important;
}

main.business-card,
.section-panel {
    width: 100%;
}

.home-shell {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.page-surface,
.booking-form-shell {
    background: var(--bg-section);
    border: 1px solid var(--line);
}

.home-shell {
    background: transparent;
    border: 0;
}

.page-surface {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.business-card {
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(1, 1, 1, 0.98);
    border: 1px solid var(--line-warm);
}

.business-card-left,
.business-card-right {
    padding: 1rem;
}

.business-card-left {
    border-bottom: 1px solid var(--line);
}

.business-card-right {
    background: #f8f7f3;
    color: #171717;
}

.business-brand {
    text-align: center;
}

.business-logo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-bottom: 0.6rem;
}

.business-brand h1 {
    margin-bottom: 0.35rem;
}

.business-brand p {
    margin-bottom: 0.8rem;
    color: var(--text-muted);
}

.business-info,
.business-social,
.business-ratings {
    border-top: 1px solid var(--line);
    padding-top: 0.7rem;
    margin-top: 0.7rem;
}

.business-info p,
.business-ratings p {
    margin: 0 0 0.38rem;
}

.business-info a {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.copy-email-btn {
    border: 0 !important;
    background: transparent !important;
    color: var(--text-primary) !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: var(--font-body);
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.45) !important;
}

.copy-email-btn:hover {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.copy-inline-btn {
    border: 0 !important;
    background: transparent !important;
    padding: 0 0 0 0.28rem !important;
    margin: 0 !important;
    color: #f4c542 !important;
    font-size: 0.86rem;
    line-height: 1;
    cursor: pointer;
}

.copy-inline-btn:hover {
    color: #ffffff !important;
}

.copy-email-dark {
    color: #171717 !important;
    border-bottom-color: rgba(23, 23, 23, 0.45) !important;
}

.copy-email-dark:hover {
    color: #000 !important;
    border-bottom-color: #000 !important;
}

.home-notice {
    margin-bottom: 0.65rem;
    padding: 0.5rem 0.6rem;
    border-left: 4px solid var(--accent);
    border: 1px solid var(--line-warm);
    background: rgba(200, 170, 116, 0.16);
}

.home-notice-text {
    color: var(--text-primary);
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.35;
}

.home-notice-yellow {
    border-left-color: #c8aa74;
}

.home-notice-red {
    border-left-color: #c07b74;
}

.home-notice-green {
    border-left-color: #88b48c;
}

.home-notice-blue {
    border-left-color: #85a3b2;
}

.home-notice-gray {
    border-left-color: #9b9388;
}

.business-info i,
.business-ratings i,
.business-social i {
    color: #f4c542;
    width: 14px;
    margin-right: 0.3rem;
}

.business-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.9rem;
}

.business-social a {
    border-bottom: 0;
}

.business-ratings a {
    color: var(--text-primary);
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

.google-rating-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rating-value {
    color: var(--text-primary);
    font-weight: 600;
}

.google-line-star {
    color: #f4c542 !important;
}

.google-stars-inline {
    margin: -0.1rem 0 0.25rem !important;
}

.google-stars-inline i {
    color: #f4c542 !important;
    margin-right: 0.14rem;
    font-size: 0.78rem;
}

.social-handle {
    margin-top: -0.25rem !important;
    color: var(--text-muted);
    font-size: 0.78rem;
    padding-left: 1.25rem;
}

.review-slider {
    margin-top: 0.55rem;
    border: 0;
    background: transparent;
    padding: 0.35rem 0 2.7rem;
    position: relative;
}

.review-box {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    margin-top: 0.7rem;
    padding: 0.65rem 0.7rem;
    min-height: 190px;
}

.reviews-section {
    margin-top: 0;
}

.section-panel {
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.contact-card {
    display: flex;
    flex-direction: column;
}

.contact-card .section-body {
    flex: 1;
    min-height: 0;
}

.contact-card-announcement .section-body {
    min-height: 0;
}

.contact-card .section-body p {
    margin-left: 0.1rem;
}

.contact-map-embed {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-map-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
    overflow: hidden;
}

.contact-card-map .section-body {
    padding: 0;
    overflow: hidden;
}

.contact-notice {
    border-left: 4px solid #c8aa74;
    background: rgba(255, 255, 255, 0.04);
    padding: 0.45rem 0.55rem;
    margin-bottom: 0.45rem;
}

.contact-notice:last-child {
    margin-bottom: 0;
}

.contact-notice-yellow { border-left-color: #c8aa74; }
.contact-notice-green { border-left-color: #88b48c; }
.contact-notice-red { border-left-color: #c07b74; }
.contact-notice-blue { border-left-color: #85a3b2; }
.contact-notice-gray { border-left-color: #9b9388; }

.reception-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    align-items: start;
}

.reception-person {
    text-align: center;
}

.reception-photo {
    width: 100%;
    max-width: 170px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.reception-name {
    margin-top: 0.45rem;
    color: var(--text-primary);
    font-weight: 500;
}

.reception-link {
    margin-top: 0.2rem;
    font-size: 0.82rem;
}

.reception-link a {
    color: var(--text-muted);
    border-bottom: 0;
}

.reception-link a:hover {
    color: var(--text-primary);
}

.section-band {
    background: #070707;
    color: #ffffff;
    padding: 0.55rem 0.8rem;
    font-family: var(--font-heading);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.section-body {
    background: var(--bg-section);
    color: var(--text-primary);
    padding: 1rem 1.05rem;
    border: 1px solid var(--line);
    border-top: 0;
}

.section-body p,
.section-body .review-author,
.section-body .review-slide p {
    color: var(--text-secondary) !important;
}

.review-photo {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid var(--line);
    margin-bottom: 0.5rem;
    display: block;
}

.section-body .review-box {
    border: 0;
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.section-body .review-arrow {
    color: var(--text-primary) !important;
}

.section-body .review-dot {
    border-color: rgba(255, 255, 255, 0.65) !important;
}

.reviews-section .section-body {
    padding: 1rem 1rem 0.95rem;
}

.reviews-section .review-box {
    min-height: 250px;
    height: 250px;
    overflow: hidden;
}

.reviews-section .review-slide p {
    font-size: 1.12rem;
    line-height: 1.62;
    color: var(--text-secondary) !important;
}

.reviews-section .review-author {
    margin-top: 0.55rem !important;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reviews-section .review-photo {
    width: 86px;
    height: 86px;
    margin-bottom: 0;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.35);
}

.review-layout {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 0.95rem;
    align-items: start;
}

.review-photo-fallback {
    display: inline-grid;
    place-items: center;
    background: rgba(255,255,255,0.08);
}

.review-content {
    min-width: 0;
}

.tattooers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.8rem;
}

.tattooer-chip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    border: 0;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.7rem 0.65rem;
    color: #171717 !important;
}

.tattooer-chip:hover {
    background: rgba(255, 255, 255, 0.08);
}

.tattooer-avatar {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    object-fit: cover;
    justify-self: center;
    border: 0;
    background: #fff;
}

.tattooer-avatar-fallback {
    display: inline-grid;
    place-items: center;
    font-weight: 600;
    background: #efefef;
    color: #333;
}

.tattooer-name {
    color: var(--text-primary);
    text-align: center;
    font-weight: 500;
    font-size: 0.96rem;
    letter-spacing: 0.01em;
}

.tattooer-subtitle {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.guest-calendar {
    width: 100%;
}

.guest-month-form {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.8rem;
}

.guest-month-form select {
    max-width: 220px;
}

.archive-list {
    display: grid;
    gap: 0.65rem;
}

.tattooers-block {
    margin-bottom: 1rem;
    border: 0;
    background: transparent;
}

.tattooers-block .section-header {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    border-bottom: 1px solid var(--line);
}

.tattooers-block .artists-grid,
.tattooers-block .guest-calendar,
.tattooers-block .archive-list,
.tattooers-block .guest-month-form,
.tattooers-block .empty {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.upcoming-mobile-list {
    display: none;
    padding: 0;
}

.upcoming-mobile-table {
    width: 100%;
    border-collapse: collapse;
}

.upcoming-mobile-table th,
.upcoming-mobile-table td {
    border-top: 1px solid var(--line);
    padding: 0.45rem 0.2rem;
    text-align: left;
    vertical-align: top;
}

.archive-item-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    padding: 0.55rem 0.6rem;
}

.archive-thumb {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    display: grid;
    place-items: center;
}

.archive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-thumb-empty {
    font-size: 0.68rem;
    color: var(--text-muted);
}

.archive-meta h3 {
    margin: 0 0 0.18rem;
    font-size: 1rem;
}

.calendar-weekdays,
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
}

.calendar-weekdays div {
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.calendar-cell {
    border: 1px solid var(--line);
    min-height: 100px;
    padding: 0.32rem;
    background: rgba(255, 255, 255, 0.02);
}

.calendar-cell.empty {
    border: 0;
    background: transparent;
}

.calendar-day {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.18rem;
    font-size: 0.82rem;
}

.calendar-cell.has-arrival {
    border-color: #8f7448;
    background: rgba(143, 116, 72, 0.2);
}

.arrival-name {
    display: block;
    font-size: 0.76rem;
    line-height: 1.3;
    color: var(--text-primary);
    margin-top: 0.14rem;
}

.arrival-item {
    display: flex;
    gap: 0.35rem;
    align-items: center;
    margin-top: 0.2rem;
}

.arrival-item-link {
    text-decoration: none;
    border-bottom: 0;
}

.arrival-item-link:hover .arrival-name {
    color: #8f7448;
}

.business-card-right .business-actions .button:first-child {
    border: 1px solid #6f1f2b !important;
    background: #7d2432 !important;
    color: #f8f2f0 !important;
}

.business-card-right .business-actions .button:first-child:hover {
    background: #631b27 !important;
    color: #fff !important;
}

.back-to-top {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid #6f1f2b !important;
    background: #7d2432 !important;
    color: #f8f2f0 !important;
    display: none;
    place-items: center;
    z-index: 1050;
    border-radius: 0 !important;
    padding: 0 !important;
}

.back-to-top.show {
    display: inline-grid;
}

.back-to-top:hover {
    background: #631b27 !important;
}

.arrival-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #d8d8d8;
    flex-shrink: 0;
}

.arrival-avatar-fallback {
    display: inline-grid;
    place-items: center;
    font-size: 0.68rem;
    font-weight: 600;
    background: #efefef;
    color: #333;
}

.arrival-meta {
    min-width: 0;
}

.arrival-date {
    font-size: 0.68rem;
    color: var(--text-muted);
    line-height: 1.2;
}

.visit-lines p {
    margin: 0.22rem 0;
    color: var(--text-secondary);
}

.visit-line-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.22rem 0;
    border-bottom: 0;
}

.visit-line-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.35);
    flex-shrink: 0;
}

.visit-line-avatar-fallback {
    display: inline-grid;
    place-items: center;
    background: rgba(255,255,255,0.08);
    color: #f1ece1;
    font-size: 0.65rem;
}

.visit-line-date {
    color: var(--text-primary);
    font-weight: 500;
    min-width: 28px;
}

.visit-line-name {
    color: var(--text-secondary);
}

.booking-embed-section .section-body {
    padding: 0;
}

.booking-embed-frame {
    width: 100%;
    min-height: 880px;
    height: 880px;
    border: 0;
    display: block;
    background: transparent;
    overflow: hidden;
}

body.booking-embed-page {
    background: transparent;
    min-height: auto;
    overflow: hidden;
}

body.booking-embed-page .booking-form-shell {
    border: 0;
    background: transparent;
    padding: 0.4rem 0.6rem;
}

.review-slide {
    display: none;
}

.review-slide.active {
    display: block;
}

.review-slide p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.84rem;
    line-height: 1.45;
    font-style: normal;
    font-family: var(--font-body);
}

.review-author {
    margin-top: 0.4rem !important;
    color: var(--text-primary) !important;
    font-weight: 500;
}

.review-slider-controls {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    position: absolute;
    left: 50%;
    bottom: 0.25rem;
    transform: translateX(-50%);
    width: max-content;
    z-index: 4;
}

.review-arrow {
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #f1ece1 !important;
    display: inline-grid;
    place-items: center;
}

.review-arrow:hover {
    background: transparent !important;
    color: #f4c542 !important;
}

.review-arrow i {
    font-size: 1rem;
}

.review-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    background: transparent !important;
}

.review-dot.active {
    background: #f4c542 !important;
    border-color: #f4c542 !important;
}

.business-block {
    border-bottom: 1px solid var(--line);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.business-block h2 {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: #171717;
}

.business-block h2 i {
    color: #f4c542;
    font-size: 0.86em;
}

.fa-solid,
.fa-regular,
.fa-brands {
    color: #f4c542;
}

.business-block:last-of-type {
    margin-bottom: 0.65rem;
}

.business-block p {
    margin-bottom: 0;
    color: #2a2a2a;
}

.micro-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.micro-gallery-item {
    border: 1px solid var(--line);
    background: transparent;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    min-height: 120px;
}

.micro-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.micro-gallery-item:hover img {
    transform: scale(1.02);
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 2000;
}

.gallery-lightbox.show {
    display: flex;
}

.gallery-lightbox-inner {
    position: relative;
    width: min(760px, 100%);
    background: rgba(2, 2, 2, 0.98);
    border: 1px solid var(--line);
    padding: 0.75rem;
}

.gallery-lightbox-close {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    border: 0;
    background: transparent;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
}

.gallery-lightbox-close i {
    margin: 0;
    line-height: 1;
}

#galleryLightboxImage {
    width: 100%;
    max-height: 76vh;
    object-fit: contain;
    display: block;
}

.gallery-lightbox-desc {
    margin: 0.6rem 0 0;
    color: var(--text-secondary);
}

body.no-scroll {
    overflow: hidden;
}

.business-card-right a {
    color: #171717;
}

.business-card-right a:hover {
    color: #171717;
    border-bottom-color: #8f7448;
}

.business-card-right .button {
    border: 1px solid #171717 !important;
    color: #171717 !important;
    background: transparent !important;
}

.business-card-right .button:hover {
    background: #171717 !important;
    color: #ffffff !important;
}

.business-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    font-weight: 500;
    line-height: 1.06;
}

h1 {
    font-size: 17px;
}

h2 {
    font-size: 16px;
    margin-bottom: 0.6rem;
}

h3 {
    font-size: 15px;
}

p,
li,
input,
select,
textarea,
button,
a,
label {
    font-family: var(--font-body);
}

p,
li {
    color: var(--text-secondary);
}

a {
    color: var(--text-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s ease;
}

a:hover {
    color: var(--text-primary);
    border-bottom-color: var(--accent);
}

.site-header {
    border-bottom: 1px solid var(--nav-border);
    background: var(--nav-bg);
    backdrop-filter: blur(2px);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #f1ece1;
}

.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent !important;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-title {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.055em;
    font-size: 1.45rem;
    font-weight: 500;
    color: #f1ece1;
}

.brand-subtitle {
    color: #c9c0b2;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
}

.site-nav a {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.96rem;
    padding: 0.1rem 0;
    border-bottom: 1px solid transparent;
    color: #f1ece1;
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
}

.site-nav a:hover {
    border-bottom-color: #f1ece1;
}

.site-nav .nav-booking {
    margin-left: auto;
    border: 1px solid #6f1f2b;
    background: #7d2432;
    color: #f8f2f0;
    padding: 0.28rem 0.62rem;
    border-bottom-color: #6f1f2b;
}

.site-nav .nav-booking:hover {
    background: #631b27;
    border-bottom-color: #6f1f2b;
    color: #ffffff;
}

.site-nav .nav-booking i {
    color: var(--nav-icon);
}

.site-nav i {
    color: var(--nav-icon);
    font-size: 0.9rem;
}

.menu-toggle {
    display: none;
    width: 100%;
    border: 1px solid var(--line-warm);
    background: transparent;
    color: #f1ece1;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.88rem;
    padding: 0.38rem 0.55rem;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
}

.menu-toggle i {
    color: var(--nav-icon);
}

.notifications {
    margin-top: 1rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg-section);
}

.top-notice {
    --notice-bg: #2e2b26;
    --notice-border: #3d382f;
    --notice-fg: #f1ece1;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid var(--notice-border);
    background: var(--notice-bg);
    color: var(--notice-fg);
}

.top-notice-inner {
    min-height: 30px;
    padding: 0.28rem 0.85rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.top-notice-text {
    text-align: center;
    font-size: 0.82rem;
    letter-spacing: 0.025em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-notice-close {
    border: 0 !important;
    background: transparent !important;
    color: var(--notice-fg) !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 1;
    font-size: 1rem;
    font-family: var(--font-body);
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
}

.top-notice-close:hover {
    color: #ffffff !important;
    background: transparent !important;
}

.top-notice-reopen {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1px solid var(--notice-border) !important;
    background: var(--notice-bg) !important;
    color: var(--notice-fg) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    place-items: center;
    z-index: 1045;
}

.top-notice-reopen i {
    font-size: 0.78rem;
    color: inherit;
}

.top-notice-reopen:hover {
    background: #1f1d19 !important;
    color: #ffffff !important;
}

.top-notice-yellow {
    --notice-bg: #5a4c32;
    --notice-border: #756240;
}

.top-notice-red {
    --notice-bg: #5a3330;
    --notice-border: #754542;
}

.top-notice-green {
    --notice-bg: #324935;
    --notice-border: #456149;
}

.top-notice-blue {
    --notice-bg: #34464f;
    --notice-border: #4c6672;
}

.top-notice-gray {
    --notice-bg: #3f3b35;
    --notice-border: #5c5650;
}

.notification-item {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--line);
    border-left: 3px solid transparent;
}

.notification-item:last-child {
    border-bottom: 0;
}

.notification-title {
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
}

.notification-text,
.notification-date {
    color: var(--text-secondary);
}

.notification-date {
    margin-top: 0.3rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.notification-date i {
    color: var(--accent);
    margin-right: 0.2rem;
}

.notification-item.color-yellow {
    background: #f7f0e4;
    border-left-color: #a98a5a;
}

.notification-item.color-red {
    background: #f8e9e7;
    border-left-color: #9a5c54;
}

.notification-item.color-green {
    background: #eaf2e8;
    border-left-color: #5f7860;
}

.notification-item.color-blue {
    background: #e8eff4;
    border-left-color: #5f737c;
}

.notification-item.color-gray {
    background: #efede8;
    border-left-color: #777068;
}

.hero {
    padding: 4.4rem 0 2.8rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.hero p {
    margin: 0 0 1.25rem;
    max-width: 720px;
    color: var(--text-secondary);
    font-size: 1.04rem;
}

.section-block {
    padding: 2.8rem 0;
    border-bottom: 1px solid var(--line);
}

.section-block.alt {
    background: var(--bg-section);
}

.content {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.content h2,
.section-header h2 {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.content h2::after,
.section-header h2::after {
    content: "";
    display: inline-block;
    width: 30px;
    border-top: 1px solid var(--accent);
    transform: translateY(1px);
}

.faq-item h3 {
    margin: 0 0 0.35rem;
}

.faq-item p {
    margin: 0;
    color: var(--text-secondary);
}

.faq-divider {
    height: 1px;
    background: var(--line);
    margin: 0.95rem 0;
}

.faq-contact-box {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.faq-contact-short {
    margin-top: 0.45rem !important;
}

.faq-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.button,
button,
.booking-link {
    border: 1px solid #f1ece1 !important;
    background: transparent !important;
    color: #f1ece1 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.58rem 1.05rem !important;
    box-shadow: none !important;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button:hover,
button:hover,
.booking-link:hover {
    background: #f1ece1 !important;
    color: #111 !important;
}

form {
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 0;
    padding: 1.3rem;
}

#bookingForm {
    display: grid;
    gap: 0.2rem;
}

#bookingForm .form-group {
    margin-bottom: 0.95rem;
}

#bookingForm .checkbox-group {
    margin-top: 0.42rem;
}

#bookingForm .checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-right: 0;
    font-size: 0.96rem;
    color: var(--text-secondary);
}

#bookingForm .checkbox-group input[type="checkbox"] {
    margin-top: 0.22rem;
    width: 16px;
    height: 16px;
}

#bookingForm .required-field > label {
    color: var(--text-primary);
    position: relative;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
}

#bookingForm .required-field > label .required {
    color: #8f6b35;
    font-weight: 600;
}

#bookingForm .required-field input,
#bookingForm .required-field textarea,
#bookingForm .required-field select {
    border-color: #cfba95;
}

#bookingForm .help-text {
    margin-top: 0.32rem;
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.35;
}

#bookingForm textarea {
    min-height: 140px;
}

#bookingForm button[type="submit"] {
    margin-top: 0.7rem;
}

.booking-container {
    max-width: 980px !important;
    margin: 0 auto;
}

.booking-form-shell {
    max-width: 860px !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.booking-header {
    margin-bottom: 1.4rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line);
}

.booking-header h1 {
    margin: 0;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
    letter-spacing: 0.045em;
}

.booking-header p {
    margin: 0.42rem 0 0;
    color: var(--text-muted);
    font-size: 0.98rem;
}

#bookingForm {
    border: 1px solid var(--line);
    padding: 1.4rem 1.3rem 1.2rem;
    background: rgba(0, 0, 0, 0.98);
}

#bookingForm .booking-field {
    padding-bottom: 0.55rem;
}

#bookingForm label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.94rem;
    color: var(--text-primary);
}

#bookingForm input[type="text"],
#bookingForm input[type="email"],
#bookingForm input[type="tel"],
#bookingForm input[type="date"],
#bookingForm input[type="file"],
#bookingForm select,
#bookingForm textarea {
    width: 100%;
    min-height: 42px;
    padding: 0.6rem 0.7rem;
    border: 1px solid var(--line-warm);
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    font-size: 0.95rem;
}

#bookingForm textarea {
    min-height: 130px;
    resize: vertical;
}

#bookingForm .checkbox-group {
    margin-top: 0.5rem;
    padding: 0.25rem 0;
}

#bookingForm .checkbox-group label {
    margin-bottom: 0;
    line-height: 1.45;
}

#bookingForm .checkbox-group input[type="checkbox"] {
    margin-top: 0.14rem;
}

#bookingForm .required-field > label .required {
    color: #8a2330;
}

#bookingForm button[type="submit"] {
    min-width: 220px;
    justify-self: start;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (min-width: 900px) {
    #bookingForm {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.35rem;
        row-gap: 0.3rem;
    }

    #bookingForm .form-half {
        grid-column: span 1;
    }

    #bookingForm .form-group:not(.form-half) {
        grid-column: 1 / -1;
    }

    .micro-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

label {
    color: var(--text-primary);
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line-warm);
    border-radius: 0;
    color: var(--text-primary);
    padding: 0.72rem 0.85rem;
    line-height: 1.45;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #f1ece1;
    box-shadow: none;
}

::placeholder {
    color: #d4ccbe;
    opacity: 1;
}

.required {
    color: #f4e7d2;
}

.message {
    display: none;
    margin-bottom: 1rem;
    padding: 0.75rem 0.95rem;
    border: 1px solid var(--line);
    border-left-width: 3px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.98);
}

.message.show {
    display: block;
}

.message.success {
    border-left-color: #5b7652;
}

.message.error {
    border-left-color: #8a5a52;
}

.message.info {
    border-left-color: #667680;
}

.artists-grid,
.portfolio-grid {
    display: grid;
    gap: 1.25rem;
}

.artists-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media (min-width: 992px) {
    .main-tattooers .artists-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.8rem;
    }

    .tattooers-page .artists-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.8rem;
    }
}

.portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.artist-card,
.artist-header,
.portfolio-section,
.booking-section {
    background: rgba(1, 1, 1, 0.98);
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}

.nav-back {
    margin-bottom: 1rem;
}

.artist-header {
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 1.25rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
}

.portfolio-section,
.booking-section {
    padding: 1rem;
}

.portfolio-section {
    margin-bottom: 1.25rem;
}

.portfolio-section h2,
.booking-section h2 {
    margin: 0 0 0.75rem;
}

.booking-section p {
    margin: 0 0 0.8rem;
}

.booking-section .booking-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
}

.artist-details p {
    margin: 0.5rem 0;
}

.artist-info-item {
    margin-top: 0.85rem;
}

.artist-info-item strong {
    display: block;
}

.styles-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.artist-links a {
    margin-right: 0.8rem;
}

.artist-card {
    overflow: hidden;
    transition: border-color 0.16s ease;
}

.artist-card:hover {
    border-color: #CFC8B8;
}

.artist-image {
    background: rgba(0, 0, 0, 0.65);
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artist-info {
    padding: 1rem;
}

.artist-info h3,
.artist-details h1,
.artist-info-item,
.artist-info-item strong,
.artist-links strong,
.style-tag,
.nav-back a,
.section-desc,
.empty p {
    color: var(--text-primary);
}

.style-tag {
    background: rgba(255, 255, 255, 0.08);
}

.artist-header .artist-image {
    min-height: 440px;
    aspect-ratio: auto;
}

.portfolio-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.artist-bio,
.artist-dates,
.artist-instagram,
.section-desc,
.empty {
    color: var(--text-secondary);
}

.empty-spaced {
    margin-top: 3rem;
}

.style-tag {
    border: 1px solid var(--line-warm);
    background: transparent;
    border-radius: 0;
}

.section-header {
    margin-top: 2.35rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 0.55rem;
}

.footer {
    margin-top: auto;
    padding: 1.2rem 0;
    border-top: 1px solid #444038;
    background: rgba(20, 19, 17, 0.96);
    backdrop-filter: blur(2px);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.footer-col h3 {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    color: #f1ece1;
}

.footer-meta {
    color: #c9c0b2;
    font-size: 0.9rem;
    margin: 0.12rem 0;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
}

.footer-nav a {
    color: #f1ece1;
    border-bottom-color: transparent;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}

.footer-col .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.footer-legal-inline {
    margin-top: 0.5rem;
    font-size: 0.83rem;
    color: #c9c0b2;
}

.footer-legal-inline a {
    color: #f1ece1;
    border-bottom-color: transparent;
}

.footer-hours p {
    margin: 0.14rem 0;
    color: #c9c0b2;
    font-size: 0.86rem;
}

.footer-hours strong {
    color: #f1ece1;
    font-weight: 500;
}

.footer-hidden-login,
.footer-hidden-login:visited,
.footer-hidden-login:hover,
.footer-hidden-login:active,
.footer-hidden-login:focus {
    color: inherit !important;
    text-decoration: none !important;
    border: 0 !important;
    outline: none !important;
}

.footer-nav a:hover {
    color: #ffffff;
    border-bottom-color: var(--accent);
}

.contact-closing-note {
    margin-top: 1.8rem;
    color: var(--text-muted);
}

@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "hours contact"
            "reception map";
        grid-auto-rows: 360px;
    }

    .contact-card-reception { grid-area: reception; }
    .contact-card-contact { grid-area: contact; }
    .contact-card-hours { grid-area: hours; }
    .contact-card-map { grid-area: map; }

    .contact-card-hours .section-body,
    .contact-card-map .section-body {
        min-height: 360px;
    }

    .contact-card-announcement .section-body {
        min-height: 0;
    }

    .home-shell {
        padding-top: 1.35rem;
        padding-bottom: 2rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.25rem;
    }

    .business-card {
        grid-template-columns: minmax(280px, 34%) 1fr;
        min-height: 560px;
    }

    .business-card-left {
        border-bottom: 0;
        border-right: 1px solid var(--line);
    }

    .business-card-left,
    .business-card-right {
        padding: 1.45rem 1.3rem;
    }

    .business-brand {
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .site-header .container {
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav .nav-booking {
        margin-left: 0;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0.45rem;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
    }

    .hero {
        padding-top: 3.2rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .brand-logo {
        width: 46px;
        height: 46px;
    }

    .brand-title {
        font-size: 1.15rem;
    }

    .top-notice-inner {
        min-height: 28px;
        padding: 0.22rem 0.6rem;
        gap: 0.45rem;
    }

    .top-notice-text {
        font-size: 0.75rem;
    }

    .top-notice-reopen {
        top: 8px;
        right: 8px;
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .booking-form-shell {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .section-panel {
        margin-bottom: 0.7rem;
    }

    .reviews-section .review-box {
        min-height: 220px;
        height: 220px;
    }

    .reviews-section .review-photo {
        display: none !important;
    }

    .review-layout {
        grid-template-columns: 1fr;
    }

    .reviews-section .section-body {
        padding: 0.9rem 0.85rem 0.9rem;
    }

    .guest-calendar {
        display: none;
    }

    .guest-calendar-mobile {
        display: block;
    }

    .tattooers-page .guest-calendar {
        display: none;
    }

    .upcoming-mobile-list {
        display: block;
    }

    .artist-header {
        grid-template-columns: 1fr;
    }

    .artist-header .artist-image {
        min-height: 300px;
    }

    #bookingForm {
        padding: 1.1rem 0.95rem 1rem;
    }

    #bookingForm button[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}

.guest-calendar-mobile {
    display: none;
}
