:root {
    --smiths-gold: #C9A87F;
    --smiths-gold-light: #E7D6BE;
    --smiths-dark: #2A0A11;
    --smiths-dark-soft: #3A0D15;
    --smiths-cream: #F6EEE2;
    --smiths-page: #EFE9DE;
    --smiths-muted: rgba(246, 238, 226, 0.78);
    --smiths-border: rgba(138, 107, 76, 0.45);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Jost', 'Helvetica Neue', Arial, sans-serif;
    --smiths-green-rgb: 42, 10, 17;
    --smiths-cream-border: rgba(138, 107, 76, 0.28);
    --smiths-cream-text: rgba(42, 10, 17, 0.78);
    --smiths-rule: #8A6B4C;
    --smiths-link: #6E1B2A;
    --smiths-link-hover: #3A0D15;
    --smiths-btn: #3A0D15;
}

body.smiths-body .form-control,
body.smiths-body .form-select,
body.smiths-body textarea.form-control {
    border: 1px solid rgba(36, 0, 11, 0.35);
    border-radius: 0;
    box-shadow: none;
}

body.smiths-body .form-control:focus,
body.smiths-body .form-select:focus,
body.smiths-body textarea.form-control:focus {
    border-color: rgba(36, 0, 11, 0.7);
    box-shadow: none;
}

.smiths-band--green .form-control,
.smiths-band--green .form-select,
.smiths-band--green textarea.form-control,
.smiths-footer .form-control {
    border-color: rgba(251, 248, 244, 0.45);
    color: var(--smiths-cream);
    background: transparent;
}

.smiths-band--green .form-control:focus,
.smiths-band--green .form-select:focus,
.smiths-band--green textarea.form-control:focus,
.smiths-footer .form-control:focus {
    border-color: rgba(251, 248, 244, 0.85);
    color: var(--smiths-cream);
    background: transparent;
}

/* Alternating section bands — green and cream only */
section.smiths-band--green,
.smiths-band--green {
    background-color: var(--smiths-dark) !important;
    color: var(--smiths-cream);
}

section.smiths-band--cream,
.smiths-band--cream {
    background-color: var(--smiths-cream) !important;
    color: var(--smiths-dark);
    border-bottom-color: var(--smiths-cream-border);
}

.smiths-band--green .smiths-section-title,
.smiths-band--green .smiths-info-title,
.smiths-band--green .smiths-info-label,
.smiths-band--green .smiths-book-widget-title,
.smiths-band--green .smiths-pronunciation-word,
.smiths-band--green .smiths-contact-detail-label {
    color: var(--smiths-cream);
}

.smiths-band--green .smiths-prose p,
.smiths-band--green .smiths-prose li,
.smiths-band--green .smiths-pronunciation-text,
.smiths-band--green .smiths-pronunciation-phonetic,
.smiths-band--green .smiths-cta-text,
.smiths-band--green .smiths-book-note,
.smiths-band--green .smiths-book-widget-text,
.smiths-band--green .smiths-subscribe-note,
.smiths-band--green .smiths-contact-detail-text,
.smiths-band--green .text-secondary {
    color: var(--smiths-muted);
}

.smiths-band--green .smiths-home-about .btn-smiths:not(.btn-smiths-solid),
.smiths-band--green .smiths-home-split .btn-smiths:not(.btn-smiths-solid),
body.smiths-body .smiths-band--green .smiths-home-about a.btn-smiths:not(.btn-smiths-solid),
body.smiths-body .smiths-band--green .smiths-home-split a.btn-smiths:not(.btn-smiths-solid) {
    border-color: var(--smiths-gold);
    color: var(--smiths-cream);
}

.smiths-band--green .smiths-prose h2,
.smiths-band--green .smiths-prose h3,
.smiths-band--green .smiths-prose h4 {
    color: var(--smiths-cream);
}

.smiths-band--cream .smiths-section-title,
.smiths-band--cream .smiths-info-title,
.smiths-band--cream .smiths-info-label,
.smiths-band--cream .smiths-book-widget-title,
.smiths-band--cream .smiths-pronunciation-word {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-prose p,
.smiths-band--cream .smiths-prose li,
.smiths-band--cream .smiths-home-split-text,
.smiths-band--cream .smiths-pronunciation-text,
.smiths-band--cream .smiths-pronunciation-phonetic,
.smiths-band--cream .smiths-cta-text,
.smiths-band--cream .smiths-book-note,
.smiths-band--cream .smiths-book-widget-text,
.smiths-band--cream .smiths-subscribe-note,
.smiths-band--cream .text-secondary {
    color: var(--smiths-cream-text);
}

.smiths-band--cream .smiths-prose h2,
.smiths-band--cream .smiths-prose h3,
.smiths-band--cream .smiths-prose h4 {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-contact-detail-label {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-contact-detail-text,
.smiths-band--cream .smiths-hours-note {
    color: var(--smiths-cream-text);
}

.smiths-band--cream .smiths-contact-detail-text a,
.smiths-band--cream .smiths-contact-detail-label a {
    color: var(--smiths-link);
}

.smiths-band--cream .smiths-contact-detail-text a:hover,
.smiths-band--cream .smiths-contact-detail-label a:hover {
    color: var(--smiths-link-hover);
}

.smiths-band--cream .smiths-blog-lead {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-offer-card,
.smiths-band--cream .smiths-offer-card--featured,
.smiths-band--cream .smiths-schedule-item,
.smiths-band--cream .smiths-blog-terms,
.smiths-band--cream .smiths-offer-highlight {
    background: var(--smiths-dark-soft);
}

.smiths-band--cream .smiths-prose .smiths-offer-card h3,
.smiths-band--cream .smiths-prose .smiths-offer-card--featured h3,
.smiths-band--cream .smiths-prose .smiths-offer-highlight p {
    color: var(--smiths-cream);
}

.smiths-band--cream .smiths-prose .smiths-offer-card p,
.smiths-band--cream .smiths-prose .smiths-offer-card--featured p,
.smiths-band--cream .smiths-prose .smiths-schedule-item span,
.smiths-band--cream .smiths-prose .smiths-blog-terms p {
    color: var(--smiths-muted);
}

.smiths-band--cream .smiths-prose .smiths-schedule-item strong,
.smiths-band--cream .smiths-prose .smiths-blog-terms h4 {
    color: var(--smiths-gold);
}

.smiths-band--cream .smiths-subscribe-form label {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-subscribe-form .form-control {
    border: 1px solid rgba(36, 0, 11, 0.35);
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-subscribe-form .form-control::placeholder {
    color: rgba(42, 10, 17, 0.4);
}

.smiths-band--cream .smiths-offers-ticker-slide strong {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-offers-ticker-slide span {
    color: rgba(42, 10, 17, 0.65);
}

.smiths-band--cream .smiths-offers-ticker-dot {
    background: rgba(42, 10, 17, 0.15);
}

.smiths-band--cream .btn-smiths:not(.btn-smiths-solid),
body.smiths-body .smiths-band--cream a.btn-smiths:not(.btn-smiths-solid) {
    border-color: rgba(201, 168, 127, 0.5);
    background: var(--smiths-btn);
    color: var(--smiths-cream);
}

.smiths-band--cream .btn-smiths:not(.btn-smiths-solid):hover,
body.smiths-body .smiths-band--cream a.btn-smiths:not(.btn-smiths-solid):hover {
    background: var(--smiths-dark);
    color: var(--smiths-cream);
}

.smiths-band--green .smiths-home-split-text {
    color: rgba(250, 244, 233, 0.88);
}

.smiths-home-events.smiths-band--green,
.smiths-home-events.smiths-band--cream {
    background-color: transparent !important;
    color: var(--smiths-cream);
}

.smiths-home-events .smiths-section-title,
.smiths-home-events .smiths-info-label,
.smiths-home-events .smiths-info-label--lined {
    color: var(--smiths-cream);
}

.smiths-home-events .smiths-home-events-content p {
    color: rgba(250, 244, 233, 0.88);
}

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

html {
    scroll-behavior: smooth;
}

body.smiths-body {
    font-family: var(--font-body);
    background: var(--smiths-cream);
    color: var(--smiths-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

body.smiths-body a:not(.btn-smiths):not(.dropdown-item) {
    color: inherit;
    text-decoration: none;
}

body.smiths-body img {
    max-width: 100%;
    height: auto;
}

.smiths-display {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

.text-gold {
    color: var(--smiths-gold) !important;
}

.btn-smiths,
body.smiths-body a.btn-smiths,
.btn-smiths-solid,
body.smiths-body a.btn-smiths-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border: 1px solid rgba(201, 168, 127, 0.5);
    background: var(--smiths-btn);
    color: var(--smiths-cream);
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-smiths:hover,
.btn-smiths:focus,
body.smiths-body a.btn-smiths:hover,
body.smiths-body a.btn-smiths:focus,
.btn-smiths-solid:hover,
.btn-smiths-solid:focus,
body.smiths-body a.btn-smiths-solid:hover,
body.smiths-body a.btn-smiths-solid:focus {
    background: var(--smiths-dark);
    border-color: var(--smiths-gold);
    color: var(--smiths-cream);
}

.btn-smiths-header {
    padding: 0.55rem 1.15rem;
    font-size: 0.72rem;
    color: #fff;
}

.smiths-header .btn-smiths-solid,
body.smiths-body .smiths-header a.btn-smiths-solid {
    color: #fff;
}

/* Header */
.smiths-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.smiths-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(
        to bottom,
        rgba(var(--smiths-green-rgb), 0.72) 0%,
        rgba(var(--smiths-green-rgb), 0.28) 55%,
        rgba(var(--smiths-green-rgb), 0) 100%
    );
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.smiths-header.is-scrolled::before {
    opacity: 0;
}

.smiths-header-bar {
    position: relative;
    z-index: 2;
    padding: 1.25rem 0;
    transition: padding 0.35s ease;
}

.smiths-header.is-scrolled .smiths-header-bar {
    padding: 0.65rem 0;
}

.smiths-header.is-scrolled {
    background: rgba(var(--smiths-green-rgb), 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--smiths-border);
}

.smiths-header.is-scrolled.is-nav-open {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.smiths-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.smiths-header-nav--left {
    justify-self: start;
    grid-column: 1;
    justify-content: flex-start;
    margin-right: 0;
}

.smiths-header-left {
    justify-self: start;
    grid-column: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.smiths-header-right {
    justify-self: end;
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    min-width: 0;
}

.smiths-header-nav--right {
    margin-right: 0;
    justify-content: flex-end;
}

.smiths-header-logo {
    justify-self: center;
    grid-column: 2;
    position: relative;
    display: block;
    line-height: 0;
    z-index: 1;
}

.smiths-header-logo img {
    width: auto;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.smiths-header-logo .smiths-logo-mark,
.smiths-header-logo .smiths-logo-text,
body.smiths-body .smiths-header-logo img.smiths-logo-mark {
    height: clamp(36px, 4.5vw, 52px);
    width: auto;
    max-width: min(220px, 42vw);
    max-height: 52px;
    opacity: 1;
    transform: scale(1);
    /* Knock out black logo plate on dark header */
    mix-blend-mode: lighten;
}

.smiths-header-nav {
    display: flex;
    align-items: center;
    gap: 0.15rem 1rem;
    margin-right: 0.35rem;
}

.smiths-header-nav a {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    opacity: 0.9;
    white-space: nowrap;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.smiths-header-nav a:hover {
    opacity: 1;
    color: var(--smiths-gold-light);
}

.smiths-hero-brand-logo,
body.smiths-body img.smiths-hero-brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 48px;
    max-width: min(220px, 70vw);
    margin: 0 auto 1.25rem;
    object-fit: contain;
    mix-blend-mode: lighten;
}

@media (min-width: 992px) {
    .smiths-hero-brand-logo,
    body.smiths-body img.smiths-hero-brand-logo {
        max-height: 56px;
        max-width: 260px;
    }
}

.smiths-home-banner {
    position: relative;
    width: 100%;
    max-height: min(52vh, 520px);
    overflow: hidden;
}

.smiths-home-banner img {
    display: block;
    width: 100%;
    height: min(52vh, 520px);
    object-fit: cover;
}

.smiths-home-feature-row .smiths-feature-card {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.smiths-feature-card-image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 1rem;
    background: var(--smiths-dark-soft);
}

.smiths-feature-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.smiths-feature-card:hover .smiths-feature-card-image img {
    transform: scale(1.04);
}

.smiths-feature-card h3 {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    margin-bottom: 0.4rem;
}

.smiths-feature-card p {
    font-size: 0.92rem;
    opacity: 0.8;
    margin-bottom: 0.65rem;
}

.smiths-feature-card-link {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.15rem;
}

.smiths-home-feature-row {
    padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.smiths-feature-row-header {
    max-width: 36rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.smiths-feature-row-header .smiths-info-label {
    justify-content: center;
}

.smiths-feature-row-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.25rem) clamp(1rem, 2.5vw, 1.75rem);
}

@media (min-width: 992px) {
    .smiths-feature-row-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem 1.5rem;
    }
}

.smiths-feature-tile {
    display: flex;
    flex-direction: column;
    color: var(--smiths-dark);
    text-decoration: none;
    min-width: 0;
}

.smiths-feature-tile-media {
    margin: 0 0 1.15rem;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(36, 0, 11, 0.06);
}

.smiths-feature-tile-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.smiths-feature-tile:hover .smiths-feature-tile-media img {
    transform: scale(1.05);
}

.smiths-feature-tile-copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-inline: 0.15rem;
}

.smiths-feature-tile-copy h3 {
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0.55rem;
    color: var(--smiths-dark);
}

.smiths-feature-tile-copy p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--smiths-cream-text);
    margin: 0 0 1rem;
}

.smiths-feature-tile-link {
    margin-top: auto;
    align-self: flex-start;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--smiths-dark);
    border-bottom: 1px solid rgba(36, 0, 11, 0.35);
    padding-bottom: 0.2rem;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.smiths-feature-tile:hover .smiths-feature-tile-link {
    color: var(--smiths-gold);
    border-bottom-color: var(--smiths-gold);
}

@media (min-width: 992px) {
    .smiths-header-logo .smiths-logo-text {
        height: clamp(48px, 5vw, 72px);
    }
}

.smiths-header-logo .smiths-logo-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    pointer-events: none;
}

.smiths-header.is-scrolled .smiths-header-logo .smiths-logo-text {
    opacity: 0;
    transform: scale(0.96);
}

.smiths-header.is-scrolled .smiths-header-logo .smiths-logo-symbol {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 992px) {
    .smiths-header.is-scrolled .smiths-header-logo .smiths-logo-symbol {
        height: 52px;
    }
}

.smiths-nav-dropdown {
    --bs-dropdown-bg: var(--smiths-dark-soft);
    --bs-dropdown-link-color: var(--smiths-cream);
    --bs-dropdown-link-hover-color: var(--smiths-gold);
    --bs-dropdown-link-hover-bg: rgba(154, 115, 50, 0.15);
    --bs-dropdown-link-active-color: var(--smiths-gold);
    --bs-dropdown-link-active-bg: rgba(154, 115, 50, 0.12);
    background: var(--smiths-dark-soft);
    border: 1px solid var(--smiths-border);
    border-radius: 0;
    padding: 0.35rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.smiths-nav-dropdown .dropdown-item,
body.smiths-body .smiths-nav-dropdown .dropdown-item {
    color: var(--smiths-cream);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    padding: 0.55rem 1.25rem;
    background: transparent;
}

.smiths-nav-dropdown .dropdown-item:hover,
.smiths-nav-dropdown .dropdown-item:focus,
.smiths-nav-dropdown .dropdown-item.active,
body.smiths-body .smiths-nav-dropdown .dropdown-item:hover,
body.smiths-body .smiths-nav-dropdown .dropdown-item:focus {
    background: rgba(154, 115, 50, 0.15);
    color: var(--smiths-gold);
}

.smiths-nav-link {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    padding: 0.5rem 0.85rem;
    opacity: 0.88;
    transition: opacity 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .smiths-header-nav .smiths-nav-link {
        font-size: 16px;
    }
}

.smiths-nav-link:hover,
.smiths-nav-link.active {
    opacity: 1;
    color: var(--smiths-gold);
}

.smiths-nav-link.dropdown-toggle::after {
    margin-left: 0.35rem;
    vertical-align: 0.15em;
    border-top-color: currentColor;
    opacity: 0.7;
}

.smiths-nav-toggle {
    border: none;
    background: transparent;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.smiths-nav-toggle:focus {
    box-shadow: none;
    outline: none;
}

.smiths-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 26px;
}

.smiths-hamburger span {
    display: block;
    height: 1.5px;
    width: 100%;
    background: var(--smiths-cream);
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.25s ease, width 0.3s ease;
}

.smiths-hamburger span:nth-child(2) {
    width: 70%;
    margin-left: auto;
}

.smiths-nav-toggle[aria-expanded="true"] .smiths-hamburger span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.smiths-nav-toggle[aria-expanded="true"] .smiths-hamburger span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.smiths-nav-toggle[aria-expanded="true"] .smiths-hamburger span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.smiths-nav-close {
    display: none;
    font-size: 1.5rem;
    color: var(--smiths-cream);
    line-height: 1;
    opacity: 0;
    transform: rotate(-45deg) scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.smiths-nav-toggle[aria-expanded="true"] .smiths-hamburger {
    display: none;
}

.smiths-nav-toggle[aria-expanded="true"] .smiths-nav-close {
    display: block;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Fullscreen navigation overlay */
.smiths-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #2A0A11;
    padding: calc(var(--smiths-header-height, 88px) + 1rem) 2rem 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.42s ease, visibility 0.42s ease;
}

.smiths-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.smiths-nav-overlay-panel {
    width: 100%;
    max-width: 900px;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.smiths-nav-overlay.is-open .smiths-nav-overlay-panel {
    opacity: 1;
    transform: none;
}

.smiths-nav-est {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin: 0;
}

.smiths-nav-columns {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 4rem;
    width: 100%;
}

.smiths-nav-group {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.smiths-nav-group--right {
    text-align: right;
    align-items: flex-end;
}

.smiths-nav-group-label {
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-bottom: 12px;
}

.smiths-nav-divider {
    width: 1px;
    height: 240px;
    background: linear-gradient(to bottom, rgba(138,107,76,0) 0%, #8A6B4C 50%, rgba(138,107,76,0) 100%);
}

.smiths-nav-overlay-link {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.4vw, 1.7rem);
    color: var(--smiths-cream);
    line-height: 1.45;
    animation: navRise 0.5s ease both;
}

body.smiths-body .smiths-nav-overlay a.smiths-nav-overlay-link {
    color: var(--smiths-cream);
}

body.smiths-body .smiths-nav-overlay a.smiths-nav-overlay-link:hover {
    color: var(--smiths-gold);
}

.smiths-nav-overlay.is-open .smiths-nav-group a:nth-child(2) { animation-delay: 0.05s; }
.smiths-nav-overlay.is-open .smiths-nav-group a:nth-child(3) { animation-delay: 0.12s; }
.smiths-nav-overlay.is-open .smiths-nav-group a:nth-child(4) { animation-delay: 0.19s; }
.smiths-nav-overlay.is-open .smiths-nav-group a:nth-child(5) { animation-delay: 0.26s; }
.smiths-nav-overlay.is-open .smiths-nav-group a:nth-child(6) { animation-delay: 0.33s; }

.smiths-nav-overlay-link:hover {
    color: var(--smiths-gold);
}

.smiths-nav-cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.smiths-nav-cta-phone {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1rem;
    color: var(--smiths-gold);
}

.smiths-nav-cta-phone a {
    color: inherit;
}

.smiths-nav-overlay-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 2.75rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--smiths-gold);
}

.smiths-nav-social {
    display: flex;
    gap: 0.85rem;
}

.smiths-nav-social a,
.smiths-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(231, 214, 190, 0.4);
    border-radius: 999px;
    color: var(--smiths-gold-light);
    transition: all 0.25s ease;
}

.smiths-nav-social a:hover,
.smiths-footer-social a:hover {
    color: #2A0A11;
    background: var(--smiths-gold);
    border-color: var(--smiths-gold);
}

@keyframes navRise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 767.98px) {
    .smiths-nav-overlay {
        padding: calc(var(--smiths-header-height, 88px) + 0.5rem) 1.25rem 1rem;
        align-items: flex-start;
    }

    .smiths-nav-overlay-panel {
        justify-content: flex-start;
        gap: 1.25rem;
        padding-bottom: 1rem;
    }

    .smiths-nav-columns {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        text-align: center;
    }

    .smiths-nav-group,
    .smiths-nav-group--right {
        align-items: center;
        text-align: center;
    }

    .smiths-nav-overlay-link {
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .smiths-nav-divider {
        display: none;
    }

    .smiths-nav-cta {
        flex-direction: column;
        gap: 0.65rem;
        margin-top: 0.25rem;
    }

    .smiths-nav-overlay-footer {
        position: static;
        flex-direction: column;
        padding: 0;
        text-align: center;
        gap: 0.75rem;
    }

    .smiths-nav-overlay-footer span {
        max-width: 16rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
    }
}

body.smiths-nav-open {
    overflow: hidden;
}

.smiths-header.is-nav-open {
    z-index: 1050;
}

.smiths-header.is-nav-open .smiths-header-bar {
    background: transparent;
}

.smiths-header.is-nav-open.is-scrolled .smiths-header-bar {
    background: transparent;
}

/* Hero */
.smiths-hero {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.smiths-hero .swiper,
.smiths-hero .swiper-wrapper,
.smiths-hero .swiper-slide,
.smiths-hero-slide,
.smiths-hero-content {
    height: 100%;
    min-height: 100%;
}

.smiths-hero-slide {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.smiths-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(24, 6, 10, 0.55) 0%,
        rgba(24, 6, 10, 0) 62%
    );
}

.smiths-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--smiths-header-height, 88px) + 1.5rem) 0 5rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .smiths-hero-content {
        align-items: flex-end;
        padding-bottom: 5.5rem;
    }

    .smiths-hero-scroll {
        bottom: 0.85rem;
    }

    .smiths-hero-scroll-line {
        height: 28px;
    }
}

.smiths-hero-welcome {
    font-size: clamp(3rem, 10vw, 6rem);
    line-height: 1;
    color: var(--smiths-cream);
    margin-bottom: 1.5rem;
    min-height: clamp(3rem, 10vw, 6rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.smiths-hero-welcome--rotating {
    display: grid;
    grid-template-areas: 'stack';
    align-items: center;
    justify-items: center;
}

.smiths-hero-welcome-layer {
    grid-area: stack;
    opacity: 0;
    transition: opacity 0.55s ease;
    pointer-events: none;
    white-space: nowrap;
}

.smiths-hero-welcome-layer--ja {
    font-size: 0.72em;
}

.smiths-hero-welcome-layer.is-visible {
    opacity: 1;
}

.smiths-hero-content .smiths-hero-text {
    max-width: 640px;
}

.smiths-hero-content a {
    pointer-events: auto;
}

.smiths-hero-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(251, 248, 244, 0.88);
    margin-bottom: 1rem;
}

.smiths-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 52px);
    line-height: 1.15;
    font-weight: 500;
    max-width: 18ch;
    margin: 0 auto 1.25rem;
    color: var(--smiths-cream);
}

.smiths-hero-text {
    font-size: 1.05rem;
    color: var(--smiths-muted);
    max-width: 520px;
    margin-bottom: 2rem;
}

.smiths-hero .swiper-pagination {
    z-index: 4;
}

.smiths-hero .swiper-pagination-bullet {
    background: var(--smiths-cream);
    opacity: 0.35;
}

.smiths-hero .swiper-pagination-bullet-active {
    background: var(--smiths-gold);
    opacity: 1;
}

/* Intro */
.smiths-intro {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-intro p {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.55;
    color: var(--smiths-muted);
    max-width: 780px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.smiths-intro p:last-child {
    margin-bottom: 0;
}

/* Feature cards */
.smiths-cards {
    padding: 0;
}

.smiths-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.smiths-card-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.smiths-card:hover .smiths-card-image {
    transform: scale(1.06);
}

.smiths-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--smiths-green-rgb), 0.92) 0%, rgba(var(--smiths-green-rgb), 0.2) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: background 0.4s ease;
}

.smiths-card:hover .smiths-card-overlay {
    background: linear-gradient(to top, rgba(var(--smiths-green-rgb), 0.95) 0%, rgba(var(--smiths-green-rgb), 0.45) 100%);
}

.smiths-card-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.smiths-card-link {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.smiths-card:hover .smiths-card-link {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    .smiths-card-link {
        opacity: 1;
        transform: none;
    }
}

/* Info section */
.smiths-info {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-info-block {
    height: 100%;
}

.smiths-info-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-bottom: 1.25rem;
}

.smiths-info-title {
    font-family: var(--font-display);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.smiths-hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.smiths-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--smiths-border);
    font-size: 0.95rem;
}

.smiths-hours-list li span:first-child {
    color: var(--smiths-muted);
}

.smiths-hours-note {
    font-size: 0.85rem;
    color: var(--smiths-muted);
    font-style: italic;
}

.smiths-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: var(--smiths-muted);
}

.smiths-contact-item i {
    color: var(--smiths-gold);
    margin-top: 0.2rem;
    width: 1rem;
}

.smiths-contact-item a:hover {
    color: var(--smiths-gold);
}

.smiths-social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.smiths-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--smiths-border);
    color: var(--smiths-gold);
    transition: all 0.25s ease;
}

.smiths-social-links a:hover {
    background: var(--smiths-gold);
    color: var(--smiths-dark);
}

/* Subscribe */
.smiths-subscribe {
    padding: 5rem 0;
    border-top: 1px solid var(--smiths-border);
}

.smiths-subscribe-form .form-control,
body.smiths-body .smiths-subscribe-form .form-control {
    background: #fff;
    border: 1px solid rgba(36, 0, 11, 0.55);
    color: var(--smiths-dark);
    padding: 0.85rem 1rem;
    border-radius: 0;
}

.smiths-subscribe-form .form-control::placeholder,
body.smiths-body .smiths-subscribe-form .form-control::placeholder {
    color: rgba(36, 0, 11, 0.4);
}

.smiths-subscribe-form .form-control:focus,
body.smiths-body .smiths-subscribe-form .form-control:focus {
    background: #fff;
    border-color: var(--smiths-dark);
    color: var(--smiths-dark);
    box-shadow: none;
    outline: none;
}

.smiths-subscribe-form label,
body.smiths-body .smiths-subscribe-form label {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--smiths-dark);
    margin-bottom: 0.35rem;
}

.smiths-band--cream .smiths-subscribe-form .form-control,
.smiths-band--green .smiths-subscribe-form .form-control {
    background: #fff;
    border: 1px solid rgba(36, 0, 11, 0.55);
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-subscribe-form .form-control:focus,
.smiths-band--green .smiths-subscribe-form .form-control:focus {
    border-color: var(--smiths-dark);
    color: var(--smiths-dark);
    background: #fff;
}

.smiths-band--cream .smiths-subscribe-form label,
.smiths-band--green .smiths-subscribe-form label {
    color: var(--smiths-dark);
}

.smiths-subscribe-note {
    font-size: 0.85rem;
    color: var(--smiths-muted);
    margin-top: 1rem;
}

.smiths-subscribe-note a {
    color: var(--smiths-gold);
    text-decoration: underline;
}

/* Award */
.smiths-award {
    padding: 3rem 0 4rem;
    text-align: center;
}

.smiths-award img {
    max-height: 80px;
    opacity: 0.9;
}

/* Footer layout lives with the later .smiths-footer block. */

/* Inner pages */
.smiths-page-hero {
    position: relative;
    min-height: 55vh;
    min-height: 55dvh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    padding: 8rem 0 4rem;
}

.smiths-page-hero-overlay {
    display: none;
}

.smiths-page-hero-content {
    position: relative;
    z-index: 2;
}

.smiths-page-hero-title {
    font-size: clamp(2rem, 5vw, 52px);
    line-height: 1.15;
    max-width: 18ch;
    margin: 0;
    color: var(--smiths-cream);
    text-shadow: 0 12px 40px rgba(24, 6, 10, 0.55);
}

.smiths-page-hero--about .smiths-page-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    max-width: 22ch;
}

.smiths-about-page .smiths-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.smiths-page-body {
    background: var(--smiths-dark);
}

.smiths-content-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-content-section--alt {
    /* legacy alias — use smiths-band--* instead */
}

.smiths-section-title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 1.75rem;
    color: inherit;
}

.smiths-prose p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--smiths-muted);
    margin-bottom: 1.25rem;
}

.smiths-prose p:last-child {
    margin-bottom: 0;
}

.smiths-prose strong {
    color: var(--smiths-gold);
    font-weight: 500;
}

.smiths-team-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-team-card {
    height: 100%;
    background: var(--smiths-dark);
    border: 1px solid var(--smiths-border);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.smiths-team-card:hover {
    border-color: rgba(201, 169, 98, 0.5);
}

.smiths-team-card-image {
    position: relative;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.smiths-team-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 8%;
    transition: transform 0.6s ease;
}

.smiths-team-card:hover .smiths-team-card-image img {
    transform: scale(1.04);
}

.smiths-team-card-body {
    padding: 1.75rem;
    color: var(--smiths-muted);
}

.smiths-team-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--smiths-gold);
}

.smiths-team-bio {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-team-card .smiths-team-bio,
.smiths-team-card .smiths-team-bio p,
.smiths-team-card .smiths-team-bio li,
.smiths-band--cream .smiths-team-card .smiths-team-bio,
.smiths-band--cream .smiths-team-card .smiths-team-bio p,
.smiths-band--cream .smiths-team-card .smiths-team-bio li,
.smiths-band--green .smiths-team-card .smiths-team-bio,
.smiths-band--green .smiths-team-card .smiths-team-bio p,
.smiths-band--green .smiths-team-card .smiths-team-bio li {
    color: rgba(246, 238, 226, 0.92) !important;
}

.smiths-team-card .smiths-team-bio a,
.smiths-band--cream .smiths-team-card .smiths-team-bio a,
.smiths-band--green .smiths-team-card .smiths-team-bio a {
    color: var(--smiths-gold) !important;
}

.smiths-team-card .smiths-team-bio strong,
.smiths-band--cream .smiths-team-card .smiths-team-bio strong,
.smiths-band--green .smiths-team-card .smiths-team-bio strong {
    color: var(--smiths-gold) !important;
}

.smiths-quote-section {
    padding: 4rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-quote {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.55;
    text-align: center;
    color: var(--smiths-cream-text);
    margin: 0;
    padding: 0;
    border: none;
}

.smiths-quote em {
    color: var(--smiths-gold);
    font-style: italic;
}

.smiths-cta-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-cta-text {
    font-size: 1.1rem;
    color: var(--smiths-cream-text);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.smiths-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .smiths-cta-links .btn-smiths {
        width: 100%;
    }
}

/* Compact page hero */
.smiths-page-hero--compact {
    min-height: 40vh;
    min-height: 40dvh;
    padding: 7rem 0 3rem;
    background-color: var(--smiths-dark);
}

.smiths-page-hero--compact .smiths-page-hero-overlay {
    background: linear-gradient(to bottom, rgba(var(--smiths-green-rgb), 0.2), rgba(var(--smiths-green-rgb), 0.85));
}

.smiths-page-hero--book {
    background-position: center 30%;
}

.smiths-page-hero--landscape {
    background-size: cover;
    background-position: center center;
}

.smiths-page-hero--blog {
    display: block;
    min-height: 0;
    background: var(--smiths-page);
    background-image: none;
    padding: calc(var(--smiths-header-height, 88px) + 0.75rem) 0 0;
    align-items: unset;
}

.smiths-page-hero--blog .smiths-page-hero-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(56vh, 640px);
    overflow: hidden;
}

.smiths-page-hero--blog .smiths-page-hero-media img,
body.smiths-body .smiths-page-hero--blog .smiths-page-hero-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
}

.smiths-page-hero--blog .container {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
}

.smiths-page-hero--blog .smiths-page-hero-title {
    color: var(--smiths-dark);
    text-shadow: none;
    max-width: 22ch;
}

.smiths-page-hero--blog .smiths-hero-label {
    color: var(--smiths-gold);
}

body.smiths-body .smiths-page-hero--blog a.smiths-breadcrumb-link,
body.smiths-body .smiths-page-hero--blog .smiths-hero-label a.smiths-breadcrumb-link {
    color: var(--smiths-link);
}

body.smiths-body .smiths-page-hero--blog a.smiths-breadcrumb-link:hover,
body.smiths-body .smiths-page-hero--blog .smiths-hero-label a.smiths-breadcrumb-link:hover {
    color: var(--smiths-link-hover);
}

.smiths-page-hero--portrait {
    min-height: auto;
    display: block;
    padding: calc(var(--smiths-header-height, 88px) + 2rem) 0 3.5rem;
    background: var(--smiths-dark);
}

.smiths-page-hero--portrait .smiths-page-hero-media {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--smiths-border);
}

.smiths-page-hero--portrait .smiths-page-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.smiths-page-hero--portrait .smiths-page-hero-content {
    padding-bottom: 0.25rem;
}

.smiths-page-hero--portrait .smiths-page-hero-title {
    max-width: none;
}

@media (max-width: 991.98px) {
    .smiths-page-hero--portrait .smiths-page-hero-media {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.smiths-prose--lead p {
    font-size: 1.15rem;
    text-align: center;
    color: var(--smiths-cream);
    opacity: 0.92;
}

.smiths-band--cream .smiths-prose--lead p {
    color: var(--smiths-dark);
    opacity: 0.88;
}

body.smiths-body a.smiths-breadcrumb-link,
body.smiths-body .smiths-hero-label a.smiths-breadcrumb-link {
    color: rgba(251, 248, 244, 0.92);
    letter-spacing: inherit;
    text-transform: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

body.smiths-body a.smiths-breadcrumb-link:hover,
body.smiths-body .smiths-hero-label a.smiths-breadcrumb-link:hover {
    color: #fff;
}

/* Blog listing */
.smiths-blog-grid-section {
    padding: 3rem 0 5rem;
}

.smiths-blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem 1.5rem;
}

@media (min-width: 768px) {
    .smiths-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.75rem 1.75rem;
    }
}

@media (min-width: 1200px) {
    .smiths-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3rem 2rem;
    }
}

.smiths-blog-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: inherit;
}

.smiths-blog-tile-media {
    display: block;
    margin: 0 0 1.15rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.smiths-blog-tile-media .smiths-blog-card-image,
.smiths-blog-tile-media .smiths-blog-card-image--landscape,
.smiths-blog-tile-media .smiths-blog-card-image--portrait {
    aspect-ratio: 4 / 5;
    background: rgba(36, 0, 11, 0.08);
}

.smiths-blog-tile-media .smiths-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
}

.smiths-blog-tile:hover .smiths-blog-tile-media img {
    transform: scale(1.04);
}

.smiths-blog-tile-copy {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-inline: 0.1rem;
}

.smiths-blog-tile-title {
    font-size: clamp(1.2rem, 1.7vw, 1.45rem);
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 0.65rem;
}

.smiths-blog-tile-title a {
    color: var(--smiths-cream);
    transition: color 0.25s ease;
}

.smiths-blog-tile-title a:hover {
    color: #fff;
}

.smiths-blog-tile-excerpt {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--smiths-muted);
    margin: 0 0 1.1rem;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.smiths-blog-tile-link {
    align-self: flex-start;
    margin-top: auto;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    border-bottom: 1px solid rgba(251, 248, 244, 0.4);
    padding-bottom: 0.15rem;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.smiths-blog-tile:hover .smiths-blog-tile-link,
.smiths-blog-tile-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.smiths-band--cream .smiths-blog-tile-title a {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-blog-tile-title a:hover {
    color: var(--smiths-gold);
}

.smiths-band--cream .smiths-blog-tile-excerpt {
    color: var(--smiths-cream-text);
}

.smiths-band--cream .smiths-blog-tile-link {
    color: var(--smiths-dark);
    border-bottom-color: rgba(36, 0, 11, 0.35);
}

.smiths-band--cream .smiths-blog-tile:hover .smiths-blog-tile-link,
.smiths-band--cream .smiths-blog-tile-link:hover {
    color: var(--smiths-gold);
    border-bottom-color: var(--smiths-gold);
}

/* Legacy card styles (detail / related) */
.smiths-blog-masonry {
    display: block;
}

.smiths-blog-masonry:not(.is-masonry-ready) .smiths-blog-masonry-item + .smiths-blog-masonry-item {
    margin-top: 1.5rem;
}

.smiths-blog-masonry-item {
    display: block;
    width: 100%;
    min-width: 0;
}

.smiths-blog-masonry-item .smiths-blog-card {
    height: auto;
}

.smiths-blog-masonry.is-masonry-ready {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.smiths-blog-masonry.is-masonry-ready .smiths-blog-masonry-item + .smiths-blog-masonry-item {
    margin-top: 0;
}

.smiths-blog-masonry-column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .smiths-blog-masonry:not(.is-masonry-ready) .smiths-blog-masonry-item + .smiths-blog-masonry-item {
        margin-top: 2rem;
    }

    .smiths-blog-masonry.is-masonry-ready {
        gap: 2rem;
    }

    .smiths-blog-masonry-column {
        gap: 2rem;
    }
}

@media (min-width: 1200px) {
    .smiths-blog-masonry:not(.is-masonry-ready) .smiths-blog-masonry-item + .smiths-blog-masonry-item {
        margin-top: 2.5rem;
    }

    .smiths-blog-masonry.is-masonry-ready {
        gap: 2.5rem;
    }

    .smiths-blog-masonry-column {
        gap: 2.5rem;
    }
}

.smiths-blog-masonry .smiths-blog-card:hover {
    transform: none;
}

.smiths-blog-masonry .smiths-blog-card:hover .smiths-blog-card-image img {
    transform: none;
}

.smiths-blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--smiths-cream);
    border: 1px solid var(--smiths-cream-border);
    color: var(--smiths-dark);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.smiths-blog-card:hover {
    border-color: rgba(107, 26, 42, 0.35);
    transform: translateY(-4px);
}

.smiths-blog-card-image-link {
    display: block;
}

.smiths-blog-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(36, 0, 11, 0.06);
}

.smiths-blog-card-image--landscape {
    aspect-ratio: 16 / 10;
}

.smiths-blog-card-image--portrait {
    aspect-ratio: 3 / 4;
}

.smiths-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s ease;
}

.smiths-blog-card-image--portrait img {
    object-fit: contain;
}

.smiths-blog-card:hover .smiths-blog-card-image img {
    transform: scale(1.05);
}

.smiths-blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.smiths-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--smiths-muted);
    margin-bottom: 0.85rem;
}

.smiths-blog-meta--hero {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.smiths-blog-meta--hero span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.smiths-blog-card-title {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

.smiths-blog-card-title a {
    color: var(--smiths-dark);
    transition: color 0.25s ease;
}

.smiths-blog-card-title a:hover {
    color: var(--smiths-gold);
}

.smiths-blog-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--smiths-cream-text);
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.smiths-blog-read-more {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-top: auto;
}

.smiths-blog-read-more:hover {
    color: var(--smiths-gold-light);
}

.smiths-pagination-wrap {
    margin-top: 3.5rem;
}

.smiths-pagination .page-link {
    background: transparent;
    border-color: var(--smiths-border);
    color: var(--smiths-muted);
    padding: 0.65rem 1rem;
    border-radius: 0;
}

.smiths-pagination .page-item.active .page-link {
    background: var(--smiths-gold);
    border-color: var(--smiths-gold);
    color: var(--smiths-dark);
}

.smiths-pagination .page-link:hover {
    background: rgba(201, 169, 98, 0.15);
    border-color: var(--smiths-gold);
    color: var(--smiths-gold);
}

.smiths-pagination .page-item.disabled .page-link {
    background: transparent;
    color: rgba(245, 240, 232, 0.3);
}

/* Blog post */
.smiths-blog-lead {
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1.55;
    color: var(--smiths-cream);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-prose h2 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    color: var(--smiths-gold);
    margin: 2.25rem 0 1rem;
}

.smiths-prose h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--smiths-gold);
    margin: 2rem 0 1rem;
}

.smiths-prose ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.smiths-prose ul li,
.smiths-prose ol li {
    color: var(--smiths-muted);
    margin-bottom: 0.5rem;
}

.smiths-table-wrap {
    overflow-x: auto;
    margin: 0 0 1.5rem;
    -webkit-overflow-scrolling: touch;
}

.smiths-prose table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    margin: 0;
    font-size: 0.95rem;
}

.smiths-prose th,
.smiths-prose td {
    text-align: left;
    vertical-align: top;
    padding: 0.75rem 1rem 0.75rem 0;
    border-bottom: 1px solid var(--smiths-border);
    color: var(--smiths-muted);
}

.smiths-prose thead th {
    color: var(--smiths-gold);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.smiths-prose tbody th {
    color: var(--smiths-gold-light);
    font-weight: 500;
    white-space: nowrap;
    padding-right: 1.25rem;
}

.smiths-band--cream .smiths-prose th,
.smiths-band--cream .smiths-prose thead th,
.smiths-band--cream .smiths-prose tbody th {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-prose td {
    color: var(--smiths-cream-text);
}

.smiths-blog-post-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--smiths-border);
}

.smiths-blog-related {
    padding: 4rem 0 5rem;
    border-top: 1px solid var(--smiths-border);
}

.smiths-blog-related .col-md-4 {
    display: flex;
}

.smiths-blog-related .smiths-blog-card {
    width: 100%;
}

.smiths-blog-related .smiths-blog-card-image,
.smiths-blog-related .smiths-blog-card-image--portrait,
.smiths-blog-related .smiths-blog-card-image--landscape {
    aspect-ratio: 4 / 3;
}

.smiths-blog-related .smiths-blog-card-image img {
    object-fit: cover;
}

.smiths-blog-card--compact .smiths-blog-card-body {
    padding: 1.25rem;
}

.smiths-blog-card--compact .smiths-blog-card-title {
    font-size: 1.15rem;
}

/* Blog offer components */
.smiths-offer-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.smiths-offer-card {
    padding: 1.5rem;
    border: 1px solid var(--smiths-border);
    background: rgba(255, 255, 255, 0.02);
}

.smiths-offer-card--featured {
    border-color: var(--smiths-gold);
    background: rgba(201, 169, 98, 0.06);
}

.smiths-offer-price {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--smiths-gold);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.smiths-offer-card h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--smiths-cream);
    margin: 0 0 0.75rem;
}

.smiths-offer-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-offer-highlight {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    margin: 2rem 0;
    border: 1px solid var(--smiths-gold);
    background: rgba(201, 169, 98, 0.06);
}

.smiths-offer-highlight-price {
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--smiths-gold);
    line-height: 1;
}

.smiths-offer-highlight p {
    margin: 0;
    color: var(--smiths-cream);
    font-size: 1.05rem;
    line-height: 1.5;
}

.smiths-schedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.smiths-schedule-item {
    text-align: center;
    padding: 1rem;
    border: 1px solid var(--smiths-border);
    background: rgba(255, 255, 255, 0.02);
}

.smiths-schedule-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--smiths-gold);
    margin-bottom: 0.25rem;
}

.smiths-schedule-item span {
    font-size: 0.85rem;
    color: var(--smiths-muted);
}

.smiths-blog-terms {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border: 1px solid var(--smiths-border);
    background: rgba(255, 255, 255, 0.02);
}

.smiths-blog-terms h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--smiths-gold);
    margin: 0 0 0.75rem;
}

.smiths-blog-terms p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-blog-note {
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--smiths-gold);
    background: rgba(201, 169, 98, 0.06);
    color: var(--smiths-muted);
}

@media (max-width: 767.98px) {
    .smiths-offer-cards {
        grid-template-columns: 1fr;
    }

    .smiths-schedule {
        grid-template-columns: 1fr;
    }

    .smiths-offer-highlight {
        flex-direction: column;
        text-align: center;
    }
}

/* Menu page */
.smiths-page-hero--menu {
    min-height: 65vh;
    min-height: 65dvh;
}

.smiths-menu-intro {
    padding: calc(var(--smiths-header-height, 148px) + 2.5rem) 0 2.25rem;
}

.smiths-menu-intro .smiths-section-title {
    margin-bottom: 0;
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
}

.smiths-menu-outro {
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(251, 248, 244, 0.14);
}

.smiths-menu-outro .smiths-prose--lead {
    margin: 0;
}

.smiths-band--cream.smiths-menu-outro .smiths-prose--lead,
.smiths-band--cream.smiths-menu-outro .smiths-prose--lead p {
    color: var(--smiths-cream-text);
}

.smiths-band--green.smiths-menu-outro .smiths-prose--lead,
.smiths-band--green.smiths-menu-outro .smiths-prose--lead p {
    color: var(--smiths-cream);
    opacity: 0.92;
}

.smiths-accordion .accordion-body a {
    color: var(--smiths-cream);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.smiths-band--cream .smiths-accordion .accordion-body a {
    color: var(--smiths-link);
}

.smiths-accordion .accordion-body a:hover {
    color: #fff;
}

.smiths-band--cream .smiths-accordion .accordion-body a:hover {
    color: var(--smiths-link-hover);
}

.smiths-menu-hero-text {
    max-width: 640px;
    margin-top: 1.25rem;
}

.smiths-menu-hero-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--smiths-muted);
    margin-bottom: 0.85rem;
}

.smiths-menu-hero-text p:last-child {
    margin-bottom: 0;
}

.smiths-menu-nav-wrap {
    position: sticky;
    top: var(--smiths-header-height, 148px);
    z-index: 1020;
    margin-top: 0;
    background: var(--smiths-cream);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(42, 10, 17, 0.12);
}

.smiths-menu-nav-wrap.is-stuck {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.smiths-menu-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
}

.smiths-menu-nav-link {
    display: inline-block;
    padding: 0.65rem 1.1rem;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(42, 10, 17, 0.65);
    white-space: nowrap;
    border: 1px solid rgba(42, 10, 17, 0.15);
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
}

.smiths-menu-nav-link:hover,
.smiths-menu-nav-link.active {
    color: var(--smiths-dark);
    border-color: var(--smiths-gold);
    background: rgba(154, 115, 50, 0.12);
}

.smiths-menu-body {
    background: var(--smiths-page);
}

.smiths-menu-panels {
    min-height: 420px;
}

.smiths-menu-section,
.smiths-menu-faq[data-menu-panel] {
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid var(--smiths-cream-border);
    background: var(--smiths-page);
    color: var(--smiths-dark);
    scroll-margin-top: calc(var(--smiths-header-height, 148px) + 5rem);
}

.smiths-menu-section.is-active,
.smiths-menu-faq[data-menu-panel].is-active {
    display: block;
}

.smiths-menu-section-header {
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
    text-align: center;
}

.smiths-menu-section .smiths-section-title {
    color: var(--smiths-dark);
}

.smiths-menu-section-subtitle {
    color: var(--smiths-cream-text);
    margin: 0;
}

.smiths-menu-section-note {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--smiths-rule);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--smiths-dark);
}

.smiths-menu-subsection {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--smiths-dark);
    margin: 2.5rem 0 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--smiths-cream-border);
}

.smiths-menu-subsection:first-of-type {
    margin-top: 0;
}

.smiths-menu-subsection-note {
    max-width: 820px;
    margin: -0.35rem auto 1.5rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--smiths-cream-text);
}

.smiths-menu-items {
    max-width: 820px;
    margin: 0 auto;
}

.smiths-menu-item {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--smiths-cream-border);
}

.smiths-menu-item:last-child {
    border-bottom: none;
}

.smiths-menu-item-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.smiths-menu-item-name {
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--smiths-dark);
    min-width: 0;
}

.smiths-menu-dietary {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: var(--smiths-cream-text);
    text-transform: uppercase;
}

.smiths-menu-item-price {
    font-size: 1rem;
    font-weight: 500;
    color: var(--smiths-dark);
    white-space: nowrap;
}

.smiths-menu-item-details {
    margin-top: 0.4rem;
    padding-right: 4rem;
}

.smiths-menu-item-desc,
.smiths-menu-item-note {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--smiths-cream-text);
    margin: 0;
}

.smiths-menu-item-note {
    font-style: italic;
    margin-top: 0.25rem;
}

.smiths-menu-signatures {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-signature-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.smiths-signature-carousel::-webkit-scrollbar {
    height: 6px;
}

.smiths-signature-carousel::-webkit-scrollbar-thumb {
    background: var(--smiths-gold);
    border-radius: 3px;
}

.smiths-signature-dish {
    margin: 0;
    text-align: center;
    flex: 0 0 min(280px, 78vw);
    scroll-snap-align: start;
}

.smiths-signature-dish-image {
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--smiths-border);
    margin-bottom: 0.75rem;
}

body.smiths-body .smiths-signature-dish-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.smiths-signature-dish:hover .smiths-signature-dish-image img {
    transform: scale(1.05);
}

.smiths-signature-dish figcaption {
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    margin: 0;
}

.smiths-band--green .smiths-signature-dish figcaption {
    color: var(--smiths-cream);
}

.smiths-band--cream .smiths-signature-dish figcaption {
    color: var(--smiths-dark);
}

.smiths-menu-faq {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-accordion .accordion-item {
    background: var(--smiths-dark);
    border: 1px solid rgba(251, 248, 244, 0.28);
    margin-bottom: 0.75rem;
}

.smiths-accordion .accordion-button {
    background: transparent;
    color: var(--smiths-cream) !important;
    font-family: var(--font-display);
    font-size: 1.15rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
}

.smiths-accordion .accordion-button:not(.collapsed) {
    background: rgba(251, 248, 244, 0.08);
    color: var(--smiths-cream) !important;
}

.smiths-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.smiths-accordion .accordion-body {
    color: var(--smiths-muted);
    line-height: 1.7;
    padding: 0.75rem 1.5rem 1.25rem;
}

@media (max-width: 767.98px) {
    .smiths-menu-item-details {
        padding-right: 0;
    }

    .smiths-menu-item-main {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .smiths-menu-item-price {
        align-self: auto;
        color: var(--smiths-dark);
        flex-shrink: 0;
        font-size: 0.95rem;
        white-space: nowrap;
    }
}

/* Private dining */
.smiths-pd-intro {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-pd-intro-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border: 1px solid var(--smiths-border);
}

body.smiths-body .smiths-pd-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.smiths-pd-intro .smiths-section-title {
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}

.smiths-pd-intro .smiths-prose p {
    font-size: 1.02rem;
    line-height: 1.7;
}

/* Same-element band classes: use .band.pd-intro, not .band .pd-intro */
.smiths-band--green.smiths-pd-intro .smiths-section-title {
    color: var(--smiths-cream);
}

.smiths-band--green.smiths-pd-intro .smiths-prose p {
    color: rgba(251, 248, 244, 0.9);
}

.smiths-band--green.smiths-pd-intro .smiths-prose strong {
    color: #fff;
}

.smiths-band--cream.smiths-pd-intro .smiths-section-title {
    color: var(--smiths-dark);
}

.smiths-band--cream.smiths-pd-intro .smiths-prose p {
    color: var(--smiths-cream-text);
}

.smiths-band--cream.smiths-pd-intro .smiths-prose strong {
    color: var(--smiths-dark);
}

.smiths-band--cream.smiths-pd-cards .smiths-section-title,
.smiths-band--cream.smiths-pd-features .smiths-section-title,
.smiths-band--cream.smiths-pd-gallery .smiths-section-title {
    color: var(--smiths-dark);
}

.smiths-band--cream.smiths-pd-cards .smiths-pd-card {
    background: #fff;
    border-color: var(--smiths-cream-border);
}

.smiths-band--cream.smiths-pd-cards .smiths-pd-card-title {
    color: var(--smiths-dark);
}

.smiths-band--cream.smiths-pd-cards .smiths-pd-card-text {
    color: var(--smiths-cream-text);
}

.smiths-pd-cards .smiths-section-title,
.smiths-pd-features .smiths-section-title,
.smiths-pd-gallery .smiths-section-title {
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}

.smiths-pd-cards {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-pd-card {
    height: 100%;
    padding: 2rem;
    background: var(--smiths-dark);
    border: 1px solid var(--smiths-border);
    transition: border-color 0.3s ease;
}

.smiths-pd-card:hover {
    border-color: rgba(107, 26, 42, 0.45);
}

.smiths-pd-card-title {
    font-size: 1.15rem;
    color: var(--smiths-cream);
    margin-bottom: 1rem;
}

.smiths-pd-card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(251, 248, 244, 0.78);
    margin: 0;
}

.smiths-pd-features {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-pd-feature {
    height: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid var(--smiths-cream-border);
    background: var(--smiths-cream);
}

.smiths-pd-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1.25rem;
    border: 1px solid var(--smiths-border);
    color: var(--smiths-gold);
    font-size: 1.25rem;
}

.smiths-pd-feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
    color: var(--smiths-dark);
}

.smiths-pd-feature-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--smiths-cream-text);
    margin: 0;
}

.smiths-band--cream .smiths-pd-feature {
    background: var(--smiths-dark);
    border-color: var(--smiths-border);
}

.smiths-band--cream .smiths-pd-feature-title {
    color: var(--smiths-gold);
}

.smiths-band--cream .smiths-pd-feature-text {
    color: var(--smiths-muted);
}

.smiths-pd-gallery {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-pd-gallery-item {
    margin: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid var(--smiths-border);
}

body.smiths-body .smiths-pd-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    transition: transform 0.6s ease;
}

.smiths-pd-gallery-item:hover img {
    transform: scale(1.04);
}

/* Book page */
.smiths-book-main {
    padding: 4rem 0 5rem;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-book-note {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--smiths-muted);
}

.smiths-book-widget {
    background: var(--smiths-cream);
    border: 1px solid var(--smiths-cream-border);
}

.smiths-book-widget-header {
    padding: 1.75rem 1.75rem 0;
}

.smiths-book-widget-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--smiths-cream);
}

.smiths-book-widget-text {
    font-size: 0.95rem;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-book-widget-frame {
    position: relative;
    padding: 1.25rem 1.75rem 1.75rem;
}

.smiths-book-widget-frame.is-loading #ot-booking-frame {
    opacity: 0.4;
}

.smiths-book-widget-frame.is-loading::before {
    content: 'Loading reservations…';
    position: absolute;
    inset: 1.25rem 1.75rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--smiths-cream-text);
    pointer-events: none;
    z-index: 1;
}

.smiths-book-widget-fallback {
    margin-top: 1rem;
    text-align: center;
}

.smiths-book-widget-fallback p {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--smiths-cream-text);
}

.smiths-band--green .smiths-book-widget-fallback p {
    color: var(--smiths-muted);
}

#ot-booking-frame {
    display: block;
    width: 100%;
    min-height: 600px;
    height: 600px;
    background: #fff;
    border: 1px solid rgba(201, 169, 98, 0.2);
    border-radius: 2px;
}

.smiths-book-sidebar {
    height: 100%;
    padding: 2rem;
    background: var(--smiths-cream);
    border: 1px solid var(--smiths-cream-border);
    color: var(--smiths-dark);
}

.smiths-book-sidebar .smiths-book-sidebar-title,
.smiths-book-sidebar .smiths-book-sidebar-item a {
    color: var(--smiths-dark);
}

.smiths-book-sidebar .smiths-book-sidebar-text,
.smiths-book-sidebar .smiths-book-sidebar-item,
.smiths-book-entertainment {
    color: var(--smiths-cream-text);
}

.smiths-book-sidebar-block + .smiths-book-sidebar-block {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--smiths-border);
}

.smiths-book-sidebar-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--smiths-dark);
}

.smiths-book-sidebar-label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-bottom: 0.85rem;
}

.smiths-book-sidebar-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-book-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--smiths-muted);
}

.smiths-book-sidebar-item + .smiths-book-sidebar-item {
    margin-top: 0.85rem;
}

.smiths-book-sidebar-item i {
    color: var(--smiths-gold);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.smiths-book-sidebar-item a {
    color: var(--smiths-dark);
    transition: color 0.25s ease;
}

.smiths-book-sidebar-item a:hover {
    color: var(--smiths-gold);
}

.smiths-hours-list--compact li {
    padding: 0.55rem 0;
    font-size: 0.92rem;
}

.smiths-book-sidebar .smiths-hours-list li span:first-child {
    color: rgba(42, 10, 17, 0.55);
}

.smiths-book-sidebar .smiths-hours-list li span:last-child {
    color: var(--smiths-dark);
}

.smiths-book-sidebar .smiths-hours-note {
    color: rgba(42, 10, 17, 0.55);
}

.smiths-book-entertainment {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smiths-book-entertainment li {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--smiths-border);
    font-size: 0.92rem;
    color: var(--smiths-cream-text);
}

.smiths-book-entertainment a {
    color: var(--smiths-dark);
    transition: color 0.25s ease;
}

.smiths-book-entertainment a:hover {
    color: var(--smiths-gold);
}

.smiths-book-sidebar .btn-smiths {
    margin-top: 1.5rem;
}

.smiths-book-entertainment li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.smiths-book-entertainment strong {
    color: var(--smiths-dark);
    font-weight: 500;
}

.smiths-book-enquiry {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-book-enquiry-card {
    padding: 2.5rem;
    background: var(--smiths-dark);
    border: 1px solid var(--smiths-border);
}

.smiths-book-enquiry-card--inline {
    margin-top: 1.5rem;
}

.smiths-book-enquiry-title {
    font-size: 1.75rem;
    color: var(--smiths-cream);
    margin: 0;
}

.smiths-book-enquiry-text {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-book-form .form-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    margin-bottom: 0.45rem;
}

.smiths-book-form .form-label .smiths-label-optional {
    color: rgba(251, 248, 244, 0.62);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.smiths-book-form .form-control {
    background: var(--smiths-dark-soft);
    border: 1px solid rgba(251, 248, 244, 0.4);
    color: var(--smiths-cream);
    border-radius: 0;
    padding: 0.85rem 1rem;
}

.smiths-book-form .form-control::placeholder {
    color: rgba(245, 240, 232, 0.35);
}

.smiths-book-form .form-control:focus {
    background: var(--smiths-dark-soft);
    border-color: rgba(251, 248, 244, 0.85);
    color: var(--smiths-cream);
    box-shadow: none;
}

.smiths-book-form .smiths-newsletter-opt-in {
    margin: 0.25rem 0 0.5rem;
}

.smiths-book-form .smiths-newsletter-opt-in .form-check-label {
    color: var(--smiths-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.smiths-book-form .smiths-newsletter-opt-in .form-check-input {
    border-color: var(--smiths-border);
}

.smiths-book-form .smiths-newsletter-opt-in .form-check-input:checked {
    background-color: var(--smiths-gold);
    border-color: var(--smiths-gold);
}

.smiths-book-form .smiths-newsletter-opt-in .form-check-input:focus {
    border-color: var(--smiths-gold);
    box-shadow: none;
}

.smiths-book-alert {
    border-radius: 0;
    border: 1px solid var(--smiths-border);
    background: var(--smiths-dark-soft);
    color: var(--smiths-cream);
}

.smiths-rating-gate.is-hidden,
.smiths-rating-form.is-hidden {
    display: none;
}

.smiths-rating-stars {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.smiths-rating-star {
    appearance: none;
    background: none;
    border: 0;
    padding: 0.35rem;
    color: rgba(250, 244, 233, 0.22);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.smiths-rating-star:hover,
.smiths-rating-star:focus-visible,
.smiths-rating-star.is-active {
    color: var(--smiths-gold);
    outline: none;
}

.smiths-rating-star:hover,
.smiths-rating-star:focus-visible {
    transform: translateY(-2px) scale(1.06);
}

.smiths-rating-hint {
    font-size: 0.92rem;
    color: var(--smiths-muted);
}

.smiths-rating-selected {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.85rem 0 0.35rem;
    color: var(--smiths-gold);
    font-size: 1.15rem;
}

.smiths-rating-selected .is-empty {
    color: rgba(250, 244, 233, 0.22);
}

.smiths-rating-change {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    color: var(--smiths-gold);
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.smiths-rating-change:hover,
.smiths-rating-change:focus-visible {
    color: var(--smiths-gold-light);
    outline: none;
}

@media (max-width: 991.98px) {
    .smiths-book-sidebar {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .smiths-book-enquiry-card {
        padding: 1.5rem;
    }

    .smiths-book-widget-header,
    .smiths-book-widget-frame {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* Content pages */
.smiths-faq-section,
.smiths-gallery-section,
.smiths-press-section,
.smiths-recipes-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(251, 248, 244, 0.28);
    --bs-accordion-btn-bg: var(--smiths-dark-soft);
    --bs-accordion-active-bg: var(--smiths-dark-soft);
    --bs-accordion-btn-color: var(--smiths-cream);
    --bs-accordion-active-color: var(--smiths-cream);
    --bs-accordion-btn-focus-box-shadow: none;
}

.smiths-band--cream .smiths-accordion {
    --bs-accordion-border-color: rgba(36, 0, 11, 0.28);
    --bs-accordion-btn-bg: var(--smiths-cream);
    --bs-accordion-active-bg: rgba(36, 0, 11, 0.04);
    --bs-accordion-btn-color: var(--smiths-dark);
    --bs-accordion-active-color: var(--smiths-dark);
    --bs-accordion-body-color: var(--smiths-cream-text);
}

.smiths-band--cream .smiths-accordion .accordion-item {
    background: transparent;
    border-color: rgba(36, 0, 11, 0.28);
}

.smiths-band--cream .smiths-accordion .accordion-button,
.smiths-band--cream .smiths-accordion .accordion-button:not(.collapsed) {
    color: var(--smiths-dark) !important;
    background: transparent;
}

.smiths-band--cream .smiths-accordion .accordion-button:not(.collapsed) {
    background: rgba(36, 0, 11, 0.04);
}

.smiths-band--cream .smiths-accordion .accordion-button::after {
    filter: none;
    opacity: 0.7;
}

.smiths-band--cream .smiths-accordion .accordion-body {
    color: var(--smiths-cream-text);
}

.smiths-accordion-item {
    background: transparent;
    border: 1px solid rgba(251, 248, 244, 0.28);
    border-radius: 0 !important;
    margin-bottom: 0.75rem;
}

.smiths-accordion-button {
    font-family: var(--font-display);
    font-size: 1.05rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
    color: var(--smiths-cream) !important;
}

.smiths-accordion-button:not(.collapsed) {
    color: var(--smiths-cream) !important;
}

.smiths-accordion-button::after {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.smiths-band--cream .smiths-accordion-button,
.smiths-band--cream .smiths-accordion-button:not(.collapsed) {
    color: var(--smiths-dark) !important;
}

.smiths-band--cream .smiths-accordion-button::after {
    filter: none;
    opacity: 0.7;
}

.smiths-gallery-tabs {
    border-bottom: 1px solid var(--smiths-border);
    gap: 0.5rem;
}

.smiths-gallery-tabs .nav-link {
    color: var(--smiths-muted);
    border: none;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.smiths-gallery-tabs .nav-link.active,
.smiths-gallery-tabs .nav-link:hover {
    color: var(--smiths-gold);
    background: transparent;
    border-bottom: 2px solid var(--smiths-gold);
}

.smiths-band--cream .smiths-gallery-tabs .nav-link {
    color: rgba(42, 10, 17, 0.65);
}

.smiths-band--cream .smiths-gallery-tabs .nav-link.active,
.smiths-band--cream .smiths-gallery-tabs .nav-link:hover {
    color: var(--smiths-gold);
}

.smiths-band--cream .smiths-gallery-category-title {
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-gallery-category-intro,
.smiths-band--cream .smiths-gallery-empty {
    color: var(--smiths-cream-text);
}

.smiths-gallery-item {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--smiths-border);
}

.smiths-gallery-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

body.smiths-body .smiths-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.smiths-gallery-trigger:hover img {
    transform: scale(1.04);
}

.smiths-gallery-zoom {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(var(--smiths-green-rgb), 0.72);
    border: 1px solid var(--smiths-border);
    color: var(--smiths-gold);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.smiths-gallery-trigger:hover .smiths-gallery-zoom,
.smiths-gallery-trigger:focus-visible .smiths-gallery-zoom {
    opacity: 1;
}

.smiths-gallery-category-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--smiths-cream);
}

.smiths-gallery-category-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--smiths-muted);
    margin: 0;
}

.smiths-gallery-empty {
    color: var(--smiths-muted);
    padding: 2rem 0;
}

body.smiths-lightbox-open {
    overflow: hidden;
}

.smiths-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
}

.smiths-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
}

.smiths-lightbox-dialog {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 4rem 1.5rem 2rem;
}

.smiths-lightbox-figure {
    margin: 0;
    max-width: min(96vw, 1400px);
    text-align: center;
}

.smiths-lightbox-image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: calc(100vh - 8rem);
    margin: 0 auto;
    border: 1px solid var(--smiths-border);
}

.smiths-lightbox-caption {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--smiths-muted);
}

.smiths-lightbox-close,
.smiths-lightbox-nav {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--smiths-border);
    background: rgba(var(--smiths-green-rgb), 0.85);
    color: var(--smiths-cream);
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.smiths-lightbox-close:hover,
.smiths-lightbox-nav:hover {
    color: var(--smiths-gold);
    border-color: rgba(201, 169, 98, 0.5);
}

.smiths-lightbox-close {
    top: 1rem;
    right: 1rem;
}

.smiths-lightbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.smiths-lightbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .smiths-lightbox-prev {
        left: 0.5rem;
    }

    .smiths-lightbox-next {
        right: 0.5rem;
    }
}

.smiths-recaptcha-notice {
    margin: 0 0 1rem;
    color: var(--smiths-muted);
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
}

.smiths-recaptcha-notice a {
    color: inherit;
    text-decoration: underline;
}

.smiths-press-intro {
    color: var(--smiths-muted);
    font-size: 1.05rem;
}

.smiths-press-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smiths-press-list li {
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-press-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 0;
    color: var(--smiths-cream);
    transition: color 0.25s ease;
}

.smiths-press-list a:hover {
    color: var(--smiths-gold);
}

.smiths-press-list-title {
    font-size: 1rem;
}

.smiths-recipe-card {
    height: 100%;
    background: var(--smiths-dark-soft);
    border: 1px solid var(--smiths-border);
}

.smiths-recipe-card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.smiths-recipe-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smiths-recipe-card-body {
    padding: 1.75rem;
}

.smiths-recipe-card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--smiths-cream);
}

.smiths-recipe-card .smiths-prose p {
    color: var(--smiths-muted);
}

.smiths-recipe-card .smiths-prose strong {
    color: var(--smiths-gold);
}

.smiths-contact-map {
    width: 100%;
    padding: 0;
}

.smiths-location-map {
    width: 100%;
    max-width: 420px;
    border: 1px solid var(--smiths-border);
    margin: 0 auto;
}

.smiths-location-map iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
    background: var(--smiths-dark-soft);
}

.smiths-location-map-link {
    display: block;
    padding: 0.7rem 1rem;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--smiths-cream);
    background: var(--smiths-dark-soft);
    border-top: 1px solid rgba(251, 248, 244, 0.14);
    transition: color 0.2s ease, background 0.2s ease;
}

.smiths-location-map-link:hover {
    color: #fff;
    background: var(--smiths-dark);
}

.smiths-location-map--inline {
    max-width: 100%;
    margin: 1.5rem 0 0;
}

.smiths-location-map--inline iframe {
    height: 260px;
}

.smiths-location-map--section {
    max-width: 720px;
    margin: 0 auto;
}

.smiths-location-map--section iframe {
    height: clamp(280px, 40vw, 420px);
}

.smiths-content-with-map .smiths-location-map--inline {
    margin: 0;
    max-width: 100%;
}

.smiths-content-with-map .smiths-section-title {
    margin-bottom: 1.5rem;
}

.smiths-band--cream .smiths-location-map {
    border-color: var(--smiths-cream-border);
}

.smiths-band--cream .smiths-location-map-link {
    color: var(--smiths-dark);
    background: #fff;
    border-top-color: var(--smiths-cream-border);
}

.smiths-band--cream .smiths-location-map--image .smiths-location-map-link {
    background: transparent;
    border: 0;
}

.smiths-band--cream .smiths-location-map-link:hover {
    color: var(--smiths-gold);
    background: var(--smiths-cream);
}

.smiths-contact-map-inner {
    position: relative;
    width: 100%;
    height: clamp(280px, 40vw, 460px);
    overflow: hidden;
    border-top: 1px solid var(--smiths-border);
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.smiths-contact-main {
    padding: 4rem 0 5rem;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-contact-details {
    height: 100%;
}

.smiths-contact-detail-block + .smiths-contact-detail-block {
    margin-top: 1.75rem;
}

.smiths-contact-detail-label {
    font-weight: 700;
    color: var(--smiths-cream);
    margin-bottom: 0.35rem;
}

.smiths-contact-detail-text {
    color: var(--smiths-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.smiths-contact-detail-text a {
    color: var(--smiths-cream);
    transition: color 0.25s ease;
}

.smiths-contact-detail-text a:hover {
    color: var(--smiths-gold);
}

.smiths-contact-detail-sep {
    margin: 0 0.5rem;
    color: var(--smiths-border);
}

.smiths-contact-form-wrap {
    background: var(--smiths-cream);
    border: 1px solid var(--smiths-cream-border);
    color: var(--smiths-dark);
    padding: 2.5rem;
}

.smiths-contact-form-wrap .smiths-section-title {
    color: var(--smiths-dark);
}

.smiths-contact-form-wrap .smiths-book-enquiry-text {
    color: var(--smiths-cream-text);
}

.smiths-contact-form-wrap .smiths-book-form .form-label {
    color: var(--smiths-dark);
}

.smiths-contact-form-wrap .smiths-book-form .form-label .smiths-label-optional {
    color: rgba(36, 0, 11, 0.55);
}

.smiths-contact-form-wrap .smiths-book-form .form-control {
    background: #fff;
    border: 1px solid rgba(36, 0, 11, 0.35);
    color: var(--smiths-dark);
}

.smiths-contact-form-wrap .smiths-book-form .form-control::placeholder {
    color: rgba(42, 10, 17, 0.4);
}

.smiths-contact-form-wrap .smiths-book-form .form-control:focus {
    background: #fff;
    border-color: rgba(36, 0, 11, 0.7);
    color: var(--smiths-dark);
    box-shadow: none;
}

.smiths-contact-form-wrap .smiths-book-form .smiths-newsletter-opt-in .form-check-label {
    color: var(--smiths-cream-text);
}

.smiths-contact-form-wrap .smiths-book-form .smiths-newsletter-opt-in .form-check-input {
    border-color: rgba(42, 10, 17, 0.25);
}

@media (max-width: 991.98px) {
    .smiths-contact-form-wrap {
        padding: 1.75rem;
    }
}

.smiths-contact-form-card {
    height: 100%;
}

.smiths-contact-sidebar {
    height: 100%;
}

.smiths-contact-info {
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-prose a {
    color: var(--smiths-gold);
}

/* Shop pages */
.smiths-shop-section {
    padding: 4rem 0 5rem;
    background: var(--smiths-dark);
}

.smiths-shop-sidebar {
    background: var(--smiths-dark-soft);
    border: 1px solid var(--smiths-border);
    padding: 1.5rem;
}

.smiths-shop-sidebar h3 {
    font-family: var(--smiths-font-display);
    font-size: 1.25rem;
    color: var(--smiths-cream);
    margin-bottom: 1rem;
}

.smiths-shop-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smiths-shop-categories li + li {
    margin-top: 0.5rem;
}

.smiths-shop-categories a {
    color: var(--smiths-muted);
    transition: color 0.25s ease;
}

.smiths-shop-categories a:hover,
.smiths-shop-categories a.active {
    color: var(--smiths-gold);
}

.smiths-shop-card {
    height: 100%;
    background: var(--smiths-dark-soft);
    border: 1px solid var(--smiths-border);
    transition: border-color 0.3s ease;
}

.smiths-shop-card:hover {
    border-color: rgba(201, 169, 98, 0.5);
}

.smiths-shop-empty {
    text-align: center;
    color: var(--smiths-muted);
    padding: 3rem 0;
}

.smiths-shop-card-image {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.smiths-shop-card-body {
    padding: 1.25rem;
}

.smiths-shop-card-title {
    font-size: 1.1rem;
    color: var(--smiths-cream);
    margin-bottom: 0.5rem;
}

.smiths-shop-card-price {
    color: var(--smiths-gold);
    margin-bottom: 0.75rem;
}

.smiths-shop-card-link {
    font-size: 0.85rem;
    color: var(--smiths-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.smiths-shop-card:hover .smiths-shop-card-link {
    color: var(--smiths-gold);
}

/* Homepage — moodboard sections */
.smiths-home-about,
.smiths-home-split,
.smiths-home-feature,
.smiths-home-book {
    padding: 5rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-band--cream .smiths-home-about .btn-smiths:not(.btn-smiths-solid),
.smiths-band--cream .smiths-home-split .btn-smiths:not(.btn-smiths-solid),
body.smiths-body .smiths-band--cream .smiths-home-about a.btn-smiths:not(.btn-smiths-solid),
body.smiths-body .smiths-band--cream .smiths-home-split a.btn-smiths:not(.btn-smiths-solid) {
    border-color: var(--smiths-gold);
    color: var(--smiths-dark);
}

.smiths-band--cream .smiths-home-about .btn-smiths:not(.btn-smiths-solid):hover,
.smiths-band--cream .smiths-home-split .btn-smiths:not(.btn-smiths-solid):hover,
body.smiths-body .smiths-band--cream .smiths-home-about a.btn-smiths:not(.btn-smiths-solid):hover,
body.smiths-body .smiths-band--cream .smiths-home-split a.btn-smiths:not(.btn-smiths-solid):hover {
    background: var(--smiths-gold);
    color: var(--smiths-cream);
}

.smiths-home-about .btn-smiths-solid,
.smiths-home-split .btn-smiths-solid,
body.smiths-body .smiths-home-about a.btn-smiths-solid,
body.smiths-body .smiths-home-split a.btn-smiths-solid {
    color: #fff;
}

.smiths-home-split-text {
    line-height: 1.75;
}

.smiths-home-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.smiths-home-gallery-item:first-child {
    grid-column: 1 / -1;
}

.smiths-home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

/* gallery images now inside .smiths-img-frame__inner */
.smiths-home-gallery .smiths-img-frame__inner img,
.smiths-home-split-image .smiths-img-frame__inner img {
    object-position: center;
}

.smiths-feature-tile-media img {
    object-position: center 30%;
}

.smiths-home-banner img {
    object-position: center center;
}

.smiths-home-pronunciation {
    padding: 4rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-pronunciation-word {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 0.5rem;
}

.smiths-pronunciation-syllables {
    font-size: 1.25rem;
    color: var(--smiths-gold);
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
    text-transform: none;
}

.smiths-pronunciation-phonetic {
    color: var(--smiths-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.smiths-pronunciation-text {
    max-width: 560px;
}

.smiths-home-about .smiths-home-split-image .smiths-img-frame__inner img,
.smiths-home-split-image .smiths-img-frame__inner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.smiths-home-split-image--portrait .smiths-img-frame__inner img {
    object-position: center 28%;
}

.smiths-home-events {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-home-events-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(24, 6, 10, 0.88), rgba(24, 6, 10, 0.35));
}

.smiths-home-events-content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding: 4rem 0;
}

.smiths-home-highlights {
    border-bottom: 1px solid var(--smiths-border);
}

/* Rotating offers ticker — below hero */
.smiths-offers-ticker {
    border-bottom: 1px solid var(--smiths-border);
    position: relative;
    z-index: 5;
}

.smiths-offers-ticker .container {
    padding-top: 1.35rem;
    padding-bottom: 1.1rem;
}

.smiths-offers-ticker-viewport {
    position: relative;
    min-height: 3.5rem;
}

.smiths-offers-ticker-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.smiths-offers-ticker-slide strong {
    color: var(--smiths-cream);
    font-size: clamp(0.78rem, 2vw, 0.9rem);
    letter-spacing: 0.14em;
    font-weight: 500;
}

.smiths-offers-ticker-slide span {
    color: var(--smiths-muted);
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}

.smiths-offers-ticker-slide:hover strong {
    color: var(--smiths-gold);
}

@media (max-width: 991.98px) {
    .smiths-offers-ticker-viewport {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .smiths-offers-ticker-viewport::-webkit-scrollbar {
        display: none;
    }

    .smiths-offers-ticker-slide {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-height: 3.5rem;
        padding: 0 0.5rem;
    }
}

.smiths-offers-ticker-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.smiths-offers-ticker-dot {
    width: 1.5rem;
    height: 2px;
    padding: 0;
    border: none;
    background: rgba(250, 244, 233, 0.2);
    cursor: pointer;
    transition: background 0.3s ease, width 0.3s ease;
}

.smiths-offers-ticker-dot.is-active {
    background: var(--smiths-gold);
    width: 2rem;
}

@media (min-width: 992px) {
    .smiths-offers-ticker-viewport {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        min-height: 0;
    }

    .smiths-offers-ticker-slide {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        padding: 0.5rem 1.5rem;
        border-right: 1px solid var(--smiths-border);
    }

    .smiths-offers-ticker-slide:last-child {
        border-right: none;
    }

    .smiths-offers-ticker-dots {
        display: none;
    }
}

.smiths-home-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-right: 1px solid var(--smiths-border);
    transition: background 0.25s ease;
    min-height: 100%;
}

.smiths-home-highlight:last-child {
    border-right: none;
}

.smiths-home-highlight:hover {
    background: rgba(154, 115, 50, 0.08);
}

.smiths-home-highlight strong {
    color: var(--smiths-cream);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.smiths-home-highlight span {
    color: var(--smiths-muted);
    font-size: 0.95rem;
}

.smiths-home-feature--reverse {
    /* band colour applied via smiths-band--* */
}

.smiths-home-book {
    position: relative;
}

.smiths-home-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.smiths-home-collage-item .smiths-img-frame__inner img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.smiths-footer-divider {
    height: 1px;
    background: var(--smiths-border);
}

.smiths-footer > .container {
    padding-top: 3rem;
}

.smiths-footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.smiths-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--smiths-border);
    color: var(--smiths-gold);
    transition: all 0.25s ease;
}

.smiths-footer-social a:hover {
    background: var(--smiths-cream);
    border-color: var(--smiths-cream);
    color: var(--smiths-dark);
}

.smiths-footer-address,
.smiths-footer-hours {
    font-size: 0.9rem;
    color: var(--smiths-muted);
    line-height: 1.7;
}

.smiths-team-social {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--smiths-gold);
}

.smiths-team-social:hover {
    color: var(--smiths-gold-light);
}

.smiths-team-card-image--igor img {
    object-position: center 6%;
}

.smiths-team-card-image--sandesh img {
    object-position: center 6%;
}

@media (max-width: 767.98px) {
    .smiths-home-highlight {
        border-right: none;
        border-bottom: 1px solid var(--smiths-border);
    }
}

/* Cookie consent */
.smiths-consent {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1200;
    pointer-events: none;
}

.smiths-consent.is-open {
    pointer-events: auto;
}

.smiths-consent-banner,
.smiths-consent-panel {
    background: #2A0A11;
    border-top: 1px solid var(--smiths-rule);
    box-shadow: 0 -12px 40px rgba(24, 6, 10, 0.45);
}

.smiths-consent-inner,
.smiths-consent-panel-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 1.5rem;
}

.smiths-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
}

.smiths-consent-title {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--smiths-cream);
}

.smiths-consent-text {
    margin: 0;
    max-width: 760px;
    color: var(--smiths-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.smiths-consent-text a {
    color: var(--smiths-gold);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.smiths-consent-text a:hover {
    color: var(--smiths-gold-light);
}

.smiths-consent-actions,
.smiths-consent-panel-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.smiths-consent-manage {
    border: none;
    background: transparent;
    color: var(--smiths-muted);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.25s ease;
}

.smiths-consent-manage:hover {
    color: var(--smiths-gold);
}

.smiths-consent-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-consent-option:first-of-type {
    border-top: 1px solid var(--smiths-border);
}

.smiths-consent-option-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.smiths-consent-option-copy strong {
    color: var(--smiths-cream);
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.smiths-consent-option-copy span {
    color: var(--smiths-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.smiths-consent-badge {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    white-space: nowrap;
}

.smiths-consent-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.smiths-consent-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.smiths-consent-toggle-ui {
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: rgba(250, 244, 233, 0.15);
    border: 1px solid var(--smiths-border);
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.smiths-consent-toggle-ui::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--smiths-cream);
    transition: transform 0.25s ease, background 0.25s ease;
}

.smiths-consent-toggle input:checked + .smiths-consent-toggle-ui {
    background: rgba(154, 115, 50, 0.35);
    border-color: var(--smiths-gold);
}

.smiths-consent-toggle input:checked + .smiths-consent-toggle-ui::after {
    transform: translateX(20px);
    background: var(--smiths-gold);
}

.smiths-consent-panel-actions {
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .smiths-consent-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .smiths-consent-actions,
    .smiths-consent-panel-actions {
        width: 100%;
    }

    .smiths-consent-actions .btn,
    .smiths-consent-panel-actions .btn {
        flex: 1 1 auto;
    }
}

/* —— Premium landing experience —— */
.smiths-motifs-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.smiths-motif {
    position: absolute;
    pointer-events: none;
    color: var(--smiths-gold);
    opacity: 0.22;
    z-index: 1;
}

.smiths-motif--hero-enso {
    top: 18%;
    right: clamp(1rem, 6vw, 5rem);
    width: 72px;
    height: 72px;
    opacity: 0.18;
}

.smiths-motif--section-sakura {
    top: 2.5rem;
    right: clamp(1rem, 5vw, 4rem);
    width: 40px;
    height: 40px;
    opacity: 0.28;
}

.smiths-motif--pronunciation-enso {
    top: 50%;
    left: clamp(1rem, 8vw, 6rem);
    transform: translateY(-50%);
    width: 88px;
    height: 88px;
    opacity: 0.14;
}

.smiths-motif--book-wave {
    bottom: 2rem;
    right: clamp(1rem, 6vw, 5rem);
    width: 100px;
    opacity: 0.2;
}

.smiths-hero--premium .smiths-hero-slide::before {
    background: linear-gradient(
        to top,
        rgba(24, 6, 10, 0.5) 0%,
        rgba(24, 6, 10, 0) 62%
    );
}

.smiths-hero--premium .smiths-hero-slide {
    background-position: center 35%;
}

.smiths-hero--premium .swiper-pagination:has(.swiper-pagination-bullet:only-child),
.smiths-hero--premium .swiper-pagination-bullet:only-child {
    display: none;
}

.smiths-hero-panel,
.smiths-hero-copy {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.smiths-hero-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 1.75rem;
    max-width: 280px;
}

.smiths-hero-rule::before,
.smiths-hero-rule::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(36, 0, 11, 0.45), transparent);
}

.smiths-hero-rule span {
    width: 6px;
    height: 6px;
    border: 1px solid rgba(36, 0, 11, 0.5);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.smiths-hero .smiths-hero-rule::before,
.smiths-hero .smiths-hero-rule::after,
.smiths-band--green .smiths-hero-rule::before,
.smiths-band--green .smiths-hero-rule::after {
    background: linear-gradient(90deg, transparent, rgba(251, 248, 244, 0.85), transparent);
}

.smiths-hero .smiths-hero-rule span,
.smiths-band--green .smiths-hero-rule span {
    border-color: rgba(251, 248, 244, 0.9);
}

.smiths-hero-rule--compact {
    max-width: 120px;
    margin-bottom: 1.25rem;
}

.smiths-hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
}

.smiths-hero-scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(251, 248, 244, 0.9), transparent);
    animation: smiths-scroll-pulse 2.2s ease-in-out infinite;
}

.smiths-hero-scroll-text {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(250, 244, 233, 0.55);
}

@keyframes smiths-scroll-pulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.85); }
    50% { opacity: 1; transform: scaleY(1); }
}

.smiths-info-label--lined {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.smiths-info-label--lined::after {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: currentColor;
    opacity: 0.7;
}

.smiths-band--cream .smiths-info-label--lined::after,
.smiths-home-about .smiths-info-label--lined::after {
    background: var(--smiths-dark);
    opacity: 0.45;
}

.smiths-band--green .smiths-info-label--lined::after,
.smiths-home-events .smiths-info-label--lined::after {
    background: var(--smiths-cream);
    opacity: 0.75;
}

.smiths-img-frame {
    position: relative;
    padding: 0.65rem;
}

.smiths-img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(36, 0, 11, 0.28);
    pointer-events: none;
    z-index: 2;
}

.smiths-img-frame::after {
    content: '';
    position: absolute;
    inset: 0.4rem;
    border: 1px solid rgba(36, 0, 11, 0.14);
    pointer-events: none;
    z-index: 2;
}

.smiths-band--green .smiths-img-frame::before {
    border-color: rgba(251, 248, 244, 0.35);
}

.smiths-band--green .smiths-img-frame::after {
    border-color: rgba(251, 248, 244, 0.18);
}

.smiths-home-about .smiths-img-frame::before {
    border-color: rgba(36, 0, 11, 0.32);
}

.smiths-home-about .smiths-img-frame::after {
    border-color: rgba(36, 0, 11, 0.16);
}

.smiths-img-frame__inner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.smiths-img-frame__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.smiths-img-frame:hover .smiths-img-frame__inner img {
    transform: scale(1.03);
}

.smiths-img-frame--offset-right {
    margin-right: 1.25rem;
}

.smiths-img-frame--offset-left {
    margin-left: 1.25rem;
}

.smiths-img-frame--compact {
    padding: 0.45rem;
}

.smiths-home-section {
    position: relative;
    overflow: hidden;
}

.smiths-section-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cg fill='none' stroke='%239A7332' stroke-width='0.8'%3E%3Cpath d='M0 40 Q20 20 40 40 T80 40'/%3E%3Cpath d='M0 32 Q20 16 40 32 T80 32'/%3E%3Cpath d='M0 24 Q20 12 40 24 T80 24'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 40px;
    pointer-events: none;
}

.smiths-home-pronunciation {
    position: relative;
}

.smiths-home-highlights {
    border-top: 1px solid var(--smiths-border);
}

.smiths-home-highlight {
    position: relative;
}

.smiths-home-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 1.5rem;
    background: var(--smiths-gold);
    opacity: 0.5;
}

.smiths-home-book {
    position: relative;
}

.smiths-home-feature .smiths-section-title::after,
.smiths-home-book .smiths-section-title::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 1px;
    background: var(--smiths-gold);
    margin-top: 1rem;
    opacity: 0.7;
}

.smiths-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.smiths-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.smiths-reveal--delay {
    transition-delay: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .smiths-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .smiths-hero-scroll-line {
        animation: none;
    }

    .smiths-img-frame__inner img {
        transition: none;
    }

    .smiths-nav-overlay,
    .smiths-nav-overlay-inner,
    .smiths-nav-overlay-link,
    .smiths-nav-close {
        transition: none;
    }

    .smiths-nav-overlay-inner,
    .smiths-nav-overlay-link {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .smiths-hero.smiths-hero--premium {
        height: 92svh;
        height: var(--smiths-mobile-hero-h, 92svh);
        min-height: 92svh;
        min-height: var(--smiths-mobile-hero-h, 92svh);
    }

    .smiths-hero.smiths-hero--premium .swiper,
    .smiths-hero.smiths-hero--premium .swiper-wrapper,
    .smiths-hero.smiths-hero--premium .swiper-slide,
    .smiths-hero.smiths-hero--premium .smiths-hero-slide,
    .smiths-hero.smiths-hero--premium .smiths-hero-content {
        height: 100%;
        min-height: 100%;
    }

    .smiths-hero.smiths-hero--premium .smiths-hero-content {
        padding-bottom: 3.25rem;
    }

    .smiths-hero.smiths-hero--premium::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2.5rem;
        background: linear-gradient(to bottom, transparent, var(--smiths-cream));
        z-index: 3;
        pointer-events: none;
    }
}

@media (max-width: 767.98px) {
    .smiths-hero-content .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .smiths-hero-panel {
        padding: 1.75rem 1.25rem;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .smiths-motif--hero-enso,
    .smiths-motif--section-sakura,
    .smiths-motif--pronunciation-enso {
        display: none;
    }

    .smiths-img-frame--offset-right,
    .smiths-img-frame--offset-left {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Journal — What's On */
.smiths-journal {
    padding: 4.5rem 0 5rem;
    background: #2A0A11;
    color: var(--smiths-cream);
}

.smiths-journal-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(138, 107, 76, 0.6);
    padding-bottom: 18px;
    margin-bottom: 36px;
}

.smiths-journal-kicker {
    display: block;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-bottom: 10px;
}

.smiths-journal-title {
    margin: 0;
    font-size: 30px;
    color: var(--smiths-cream);
    line-height: 1.1;
}

.smiths-journal-all {
    font-size: 10px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--smiths-gold-light);
    border-bottom: 1px solid rgba(201, 168, 127, 0.5);
    padding-bottom: 4px;
}

.smiths-journal-all:hover {
    color: var(--smiths-gold);
    border-color: var(--smiths-gold);
}

.smiths-journal-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: start;
}

.smiths-journal-lead {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: inherit;
}

.smiths-journal-lead-media {
    position: relative;
    width: 100%;
    height: 300px;
    background: #18060A;
    overflow: hidden;
}

.smiths-journal-lead-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    aspect-ratio: unset;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.smiths-journal-lead-media img.is-portrait {
    object-position: center 40%;
}

.smiths-journal-lead-media img.is-active {
    opacity: 1;
}

.smiths-journal-lead-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(24, 6, 10, 0.94) 0%, rgba(24, 6, 10, 0) 62%);
    pointer-events: none;
}

.smiths-journal-lead-meta {
    position: absolute;
    left: 18px;
    bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    pointer-events: none;
    z-index: 1;
}

.smiths-journal-lead-copy h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    color: var(--smiths-cream);
    line-height: 1.25;
}

.smiths-journal-lead-copy p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.65;
    color: var(--smiths-gold-light);
    max-width: 44ch;
}

.smiths-journal-read {
    font-size: 10px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--smiths-gold);
}

.smiths-journal-list {
    display: flex;
    flex-direction: column;
}

.smiths-journal-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: center;
    padding: 16px 8px;
    border-bottom: 1px solid rgba(138, 107, 76, 0.4);
    color: inherit;
    transition: background 0.3s ease;
}

.smiths-journal-row.is-active,
.smiths-journal-row:hover {
    background: rgba(231, 214, 190, 0.06);
}

.smiths-journal-thumb {
    position: relative;
    width: 88px;
    height: 66px;
    overflow: hidden;
    opacity: 0.6;
    aspect-ratio: auto;
    transition: opacity 0.3s ease;
}

.smiths-journal-row.is-active .smiths-journal-thumb {
    opacity: 1;
}

.smiths-journal-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translate(-50%, -50%);
}

.smiths-journal-thumb.is-portrait img {
    object-position: center 40%;
}

.smiths-journal-row-meta {
    display: block;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--smiths-gold);
    margin-bottom: 5px;
}

.smiths-journal-row-title {
    display: block;
    font-size: 18px;
    color: var(--smiths-cream);
    line-height: 1.3;
}

.smiths-journal-row-summary {
    display: block;
    font-size: 12px;
    line-height: 1.55;
    color: var(--smiths-gold-light);
    margin-top: 4px;
}

@media (max-width: 991.98px) {
    .smiths-journal-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Footer */
.smiths-footer {
    padding: 4.75rem 0 2.5rem;
    background: #24000B;
    color: #D8D1D3;
    border-top: none;
}

.smiths-footer-rule,
.smiths-footer-divider {
    display: none;
}

.smiths-footer > .container {
    padding-top: 0;
}

.smiths-footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    text-align: center;
}

.smiths-footer-mark {
    font-family: var(--font-display);
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #D8D1D3;
    text-decoration: none;
}

.smiths-footer-mark:hover {
    color: var(--smiths-gold);
    text-decoration: none;
}

.smiths-footer-tagline {
    display: flex;
    align-items: center;
    gap: 1.375rem;
    width: 100%;
    max-width: 760px;
}

.smiths-footer-tagline-rule {
    flex: 1;
    height: 1px;
    background: #8A6B4C;
}

.smiths-footer-tagline-text {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(216, 209, 211, 0.62);
    white-space: nowrap;
}

.smiths-footer-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.125rem;
    margin-top: 0.875rem;
}

.smiths-footer-reserve {
    border: 1px solid #8A6B4C;
    padding: 14px 34px;
    font-size: 0.8125rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #D8D1D3;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.smiths-footer-reserve:hover {
    background: #8A6B4C;
    color: #D8D1D3;
    text-decoration: none;
}

.smiths-footer-cta-sep {
    width: 1px;
    height: 26px;
    background: #8A6B4C;
}

.smiths-footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 0;
}

.smiths-footer-social a,
body.smiths-body .smiths-footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #8A6B4C;
    border-radius: 50%;
    color: #D8D1D3;
    background: transparent;
}

.smiths-footer-social a:hover,
body.smiths-body .smiths-footer-social a:hover {
    background: #8A6B4C;
    border-color: #8A6B4C;
    color: #D8D1D3;
    text-decoration: none;
}

.smiths-footer-info {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 2rem;
    text-align: center;
    align-items: start;
}

.smiths-footer-col {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.smiths-footer-col--hours {
    border-left: 1px solid #8A6B4C;
    border-right: 1px solid #8A6B4C;
    padding: 0 1.75rem;
    min-width: 0;
}

.smiths-footer-label {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(216, 209, 211, 0.55);
    margin: 0;
}

.smiths-footer-address,
.smiths-footer-hours {
    font-size: 1.0625rem;
    color: rgba(216, 209, 211, 0.78);
    line-height: 1.6;
    margin: 0;
}

.smiths-footer-hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    line-height: 1.5;
    font-size: 0.92rem;
}

.smiths-footer-hours p {
    margin: 0;
}

@media (min-width: 1200px) {
    .smiths-footer-hours p {
        white-space: nowrap;
    }
}

.smiths-footer-hours span {
    color: #D8D1D3;
}

.smiths-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    font-size: 1.0625rem;
    margin: 0;
}

.smiths-footer a {
    color: #D8D1D3;
    text-decoration: none;
}

.smiths-footer a:hover {
    color: #C9A87C;
    text-decoration: underline;
    text-decoration-color: #8A6B4C;
    text-underline-offset: 4px;
}

.smiths-footer a.smiths-footer-mark:hover,
.smiths-footer a.smiths-footer-reserve:hover,
.smiths-footer .smiths-footer-social a:hover {
    color: #D8D1D3;
    text-decoration: none;
}

.smiths-footer a.smiths-footer-reserve:hover {
    background: #8A6B4C;
}

.smiths-footer-nav {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem 2.25rem;
    list-style: none;
    padding: 0;
}

.smiths-footer-nav a {
    font-size: 0.875rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #D8D1D3;
}

.smiths-footer-bottom {
    margin-top: 2.75rem;
    padding-top: 1.375rem;
    border-top: 1px solid #8A6B4C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #8A6B4C;
}

.smiths-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    align-items: center;
}

.smiths-footer-bottom a,
.smiths-footer-legal a {
    color: #8A6B4C;
}

.smiths-footer-bottom a:hover,
.smiths-footer-legal a:hover {
    color: #C9A87C;
}

@media (max-width: 991.98px) {
    .smiths-footer {
        padding: 3.5rem 0 2rem;
    }

    .smiths-footer-tagline-text {
        white-space: normal;
        text-align: center;
    }

    .smiths-footer-info {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
    }

    .smiths-footer-col--hours {
        border-left: none;
        border-right: none;
        border-top: 1px solid #8A6B4C;
        border-bottom: 1px solid #8A6B4C;
        padding: 1.5rem 0;
    }

    .smiths-footer-cta-sep {
        display: none;
    }

    .smiths-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .smiths-footer-legal {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .smiths-footer-mark {
        font-size: 2.25rem;
    }

    .smiths-footer-nav {
        gap: 0.9rem 1.25rem;
    }
}

/* Award divider + tighter gap */
.smiths-award {
    border-top: 1px solid #3D1D27;
    padding: 2rem 0 2.5rem;
}

.smiths-blog-related {
    border-top: 1px solid #3D1D27;
    padding-top: 3rem;
}

.smiths-blog-related .smiths-section-title {
    font-size: 22px;
    margin-bottom: 2rem;
}

img.is-portrait {
    object-fit: cover;
    object-position: center 28%;
    width: 100%;
    height: 100%;
}

img.is-landscape {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.smiths-img-frame--portrait .smiths-img-frame__inner {
    aspect-ratio: 3 / 4;
}

.smiths-img-frame--landscape .smiths-img-frame__inner {
    aspect-ratio: 4 / 3;
}

.smiths-location-map--image {
    display: block;
    overflow: hidden;
    background: #f3eadc;
}

.smiths-location-map--image .smiths-location-map-link {
    padding: 0;
    background: transparent;
    border: 0;
}

.smiths-location-map--image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: auto;
    object-fit: contain;
}

.smiths-location-map-link {
    display: block;
}

.smiths-pd-feature-text {
    color: var(--smiths-dark);
}

.smiths-band--green .smiths-pd-feature-text {
    color: var(--smiths-dark);
}

.smiths-pd-spaces {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.smiths-pd-space-card {
    display: block;
    color: inherit;
}

.smiths-pd-space-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 1rem;
}

.smiths-pd-gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.smiths-sample-menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 991.98px) {
    .smiths-pd-spaces,
    .smiths-sample-menus {
        grid-template-columns: 1fr;
    }
}

.smiths-consent-inner {
    border-top: 1px solid var(--smiths-rule);
}

.smiths-hero-label {
    color: var(--smiths-gold);
}

.smiths-band--cream .btn-smiths,
body.smiths-body .smiths-band--cream a.btn-smiths,
body.smiths-body .smiths-blog-post-footer a.btn-smiths {
    background: var(--smiths-btn);
    color: var(--smiths-cream);
    border-color: rgba(201, 168, 127, 0.5);
}

.smiths-expand {
    margin-top: 0.25rem;
}

.smiths-expand__more {
    display: none;
}

.smiths-expand.is-open .smiths-expand__more {
    display: block;
}

.smiths-expand-toggle {
    margin-top: 1.25rem;
}

.smiths-menu-outro .smiths-expand {
    text-align: center;
}

body.smiths-body .smiths-band--green.smiths-menu-outro .btn-smiths,
body.smiths-body .smiths-band--green.smiths-menu-outro a.btn-smiths {
    background: transparent;
    border-color: var(--smiths-cream);
    color: var(--smiths-cream);
}

body.smiths-body .smiths-band--green.smiths-menu-outro .btn-smiths:hover,
body.smiths-body .smiths-band--green.smiths-menu-outro .btn-smiths:focus,
body.smiths-body .smiths-band--green.smiths-menu-outro a.btn-smiths:hover,
body.smiths-body .smiths-band--green.smiths-menu-outro a.btn-smiths:focus {
    background: var(--smiths-cream);
    border-color: var(--smiths-cream);
    color: var(--smiths-dark);
}

.smiths-expand.is-open .smiths-expand-toggle__more,
.smiths-expand:not(.is-open) .smiths-expand-toggle__less {
    display: none;
}

body.smiths-body .smiths-prose a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-home-split-text a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-accordion-body a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-accordion .accordion-body a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-cta-text a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-blog-lead a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-expand a:not(.btn):not(.btn-smiths) {
    color: var(--smiths-gold);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 0.09em;
    text-underline-offset: 0.2em;
}

body.smiths-body .smiths-band--cream .smiths-prose a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-home-split-text a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-accordion-body a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-accordion .accordion-body a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-cta-text a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-blog-lead a:not(.btn):not(.btn-smiths),
body.smiths-body .smiths-band--cream .smiths-expand a:not(.btn):not(.btn-smiths) {
    color: var(--smiths-link);
    text-decoration-color: var(--smiths-link);
}

body.smiths-body .smiths-band--cream .smiths-prose a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-home-split-text a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-accordion-body a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-accordion .accordion-body a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-cta-text a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-blog-lead a:not(.btn):not(.btn-smiths):hover,
body.smiths-body .smiths-band--cream .smiths-expand a:not(.btn):not(.btn-smiths):hover {
    color: var(--smiths-link-hover);
    text-decoration-color: var(--smiths-link-hover);
}

.smiths-prose .btn,
.smiths-prose .smiths-inline-actions a.btn {
    text-decoration: none;
}

.smiths-inline-actions,
.smiths-prose p.smiths-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin: 1.5rem 0;
}

.smiths-home-split .smiths-cta-links,
.smiths-home-about .smiths-cta-links,
.smiths-home-feature .smiths-cta-links,
.smiths-home-book .smiths-cta-links {
    justify-content: flex-start;
    margin-top: 1.25rem;
}

.smiths-menu-outro .smiths-cta-links,
.smiths-menu-widgets {
    justify-content: center;
    margin-top: 1.25rem;
}

.smiths-pdf-embed {
    margin: 1.75rem 0;
}

.smiths-pdf-embed iframe {
    width: 100%;
    min-height: 70vh;
    border: 1px solid var(--smiths-cream-border);
    background: #fff;
}

.smiths-experience {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.smiths-experience-panel {
    width: 100%;
    min-width: min(100%, 520px);
}

.smiths-experience-panel iframe {
    width: 100%;
    min-height: 560px;
    border: 1px solid var(--smiths-border);
    background: #fff;
}

.smiths-experience-fallback {
    margin: 0.5rem 0 0;
    font-size: 0.88rem;
}

.smiths-experience-fallback a {
    color: var(--smiths-gold);
    text-decoration: underline;
}

.smiths-inline-actions {
    margin: 1.5rem 0;
}

.smiths-accordion-body a {
    color: var(--smiths-gold);
}

.smiths-band--cream .smiths-accordion-body a {
    color: var(--smiths-link);
}

.smiths-team-bio.smiths-prose p {
    margin-bottom: 0.85rem;
}

.smiths-hours-block p,
.smiths-hours-block span {
    display: block;
}

.smiths-content-hours {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.smiths-content-hours li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--smiths-border);
}

.smiths-home-services .smiths-home-split-text {
    margin-bottom: 0;
}

.smiths-prize-popup-open,
html.smiths-prize-popup-open body {
    overflow: hidden;
}

.smiths-prize-popup {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.smiths-prize-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.smiths-prize-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(36, 0, 11, 0.72);
    backdrop-filter: blur(2px);
}

.smiths-prize-popup-dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    width: min(880px, 100%);
    max-height: 92vh;
    background: var(--smiths-dark);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    transform: translateY(18px) scale(0.98);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.smiths-prize-popup.is-open .smiths-prize-popup-dialog {
    transform: translateY(0) scale(1);
}

.smiths-prize-popup-close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(246, 238, 226, 0.55);
    background: transparent;
    color: var(--smiths-cream);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.smiths-prize-popup-close:hover,
.smiths-prize-popup-close:focus-visible {
    border-color: var(--smiths-gold);
    color: var(--smiths-gold);
    background: rgba(201, 168, 127, 0.12);
    outline: none;
}

.smiths-prize-popup-media {
    position: relative;
    min-height: 0;
    min-width: 0;
    height: 100%;
    align-self: stretch;
    overflow: hidden;
    background: #000;
}

.smiths-prize-popup-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 38%;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.smiths-prize-popup-media img.is-active {
    opacity: 1;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .smiths-prize-popup-media img {
        transition: none;
    }
}

.smiths-prize-popup-panel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    max-height: 92vh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: var(--smiths-dark);
}

.smiths-prize-popup-panel-inner {
    width: 100%;
    max-width: 22rem;
    margin-block: auto;
    padding: 2.75rem 1.75rem 2rem;
    text-align: center;
}

.smiths-prize-popup-title {
    margin: 0 0 1rem;
    color: var(--smiths-gold);
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.smiths-prize-popup-copy {
    margin-bottom: 1.35rem;
}

.smiths-prize-popup-copy p {
    margin: 0 0 0.7rem;
    color: rgba(246, 238, 226, 0.92);
    font-size: 0.95rem;
    line-height: 1.45;
}

.smiths-prize-popup-copy p:last-child {
    margin-bottom: 0;
}

.smiths-prize-popup-form {
    display: grid;
    gap: 0.75rem;
}

.smiths-prize-popup-name-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.75rem;
}

.smiths-prize-popup-input.form-control,
body.smiths-body .smiths-prize-popup-input.form-control {
    height: 3rem;
    padding: 0.7rem 0.95rem;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--smiths-dark);
    font-size: 0.95rem;
    box-shadow: none;
}

.smiths-prize-popup-input.form-control::placeholder,
body.smiths-body .smiths-prize-popup-input.form-control::placeholder {
    color: rgba(42, 10, 17, 0.45);
}

.smiths-prize-popup-input.form-control:focus,
body.smiths-body .smiths-prize-popup-input.form-control:focus {
    border: 0;
    box-shadow: 0 0 0 2px rgba(201, 168, 127, 0.45);
}

.smiths-prize-popup-input.form-control.is-invalid,
body.smiths-body .smiths-prize-popup-input.form-control.is-invalid {
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.55);
}

.smiths-prize-popup-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0.15rem 0 0;
    text-align: left;
    color: rgba(246, 238, 226, 0.82);
    font-size: 0.78rem;
    line-height: 1.4;
    cursor: pointer;
}

.smiths-prize-popup-terms-check input {
    flex: 0 0 auto;
    margin-top: 0.15rem;
    accent-color: var(--smiths-gold);
}

.smiths-prize-popup-terms-toggle {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: var(--smiths-gold);
    text-decoration: underline;
    text-underline-offset: 0.15em;
    font: inherit;
    cursor: pointer;
}

.smiths-prize-popup-terms-toggle:hover,
.smiths-prize-popup-terms-toggle:focus-visible {
    color: var(--smiths-gold-light);
    outline: none;
}

.smiths-prize-popup-terms {
    max-height: none;
    overflow: visible;
    padding: 0.75rem 0.85rem;
    text-align: left;
    border: 1px solid rgba(201, 168, 127, 0.35);
    background: rgba(0, 0, 0, 0.22);
}

.smiths-prize-popup-terms-title {
    margin: 0 0 0.55rem;
    color: var(--smiths-cream);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.smiths-prize-popup-terms ul {
    margin: 0;
    padding-left: 1rem;
}

.smiths-prize-popup-terms li {
    margin-bottom: 0.45rem;
    color: rgba(246, 238, 226, 0.78);
    font-size: 0.72rem;
    line-height: 1.4;
}

.smiths-prize-popup-terms li:last-child {
    margin-bottom: 0;
}

.smiths-prize-popup-terms a {
    color: var(--smiths-gold);
}

.smiths-prize-popup .smiths-recaptcha-notice {
    margin: 0;
    color: rgba(246, 238, 226, 0.55);
    font-size: 0.62rem;
    line-height: 1.35;
}

.smiths-prize-popup .smiths-recaptcha-notice a {
    color: rgba(246, 238, 226, 0.75);
}

.smiths-prize-popup-submit {
    width: 100%;
    min-height: 3rem;
    margin-top: 0.15rem;
}

.smiths-prize-popup-privacy {
    margin: 0.95rem 0 0;
    color: rgba(246, 238, 226, 0.72);
    font-size: 0.8rem;
}

.smiths-prize-popup [data-smiths-form-messages] .alert {
    margin-bottom: 0.85rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .smiths-prize-popup {
        padding: 0;
        align-items: stretch;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .smiths-prize-popup-dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: none;
        min-height: 100%;
        max-height: none;
        overflow: visible;
        transform: none;
    }

    .smiths-prize-popup.is-open .smiths-prize-popup-dialog {
        transform: none;
    }

    .smiths-prize-popup-media {
        display: none;
    }

    .smiths-prize-popup-panel {
        max-height: none;
        overflow: visible;
        width: 100%;
    }

    .smiths-prize-popup-panel-inner {
        max-width: none;
        width: 100%;
        margin-block: 0;
        padding: 2.75rem 1.25rem max(1.5rem, env(safe-area-inset-bottom));
    }

    .smiths-prize-popup-close {
        top: 0.85rem;
        right: 0.85rem;
        background: transparent;
    }
}
