:root {
  --tsm-navy: #061b33;
  --tsm-navy-2: #0a2947;
  --tsm-blue: #123f62;
  --tsm-teal: #0d6976;
  --tsm-teal-2: #178c93;
  --tsm-seafoam: #a8d7d5;
  --tsm-gold: #d5a24d;
  --tsm-gold-2: #f0c66f;
  --tsm-sand: #f4efe5;
  --tsm-cream: #fffaf1;
  --tsm-white: #ffffff;
  --tsm-ink: #102231;
  --tsm-muted: #60717e;
  --tsm-line: rgba(8, 36, 58, .14);
  --tsm-shadow: 0 24px 70px rgba(1, 16, 30, .16);
  --tsm-radius: 22px;
  --tsm-radius-sm: 13px;
  --tsm-shell: 1240px;
}

html { scroll-behavior: smooth; }
body.tsm-site-active {
  margin: 0 !important;
  background: var(--tsm-cream) !important;
  color: var(--tsm-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  overflow-x: hidden;
}
body.tsm-site-active *, body.tsm-site-active *::before, body.tsm-site-active *::after { box-sizing: border-box; }
body.tsm-site-active img { max-width: 100%; height: auto; }
body.tsm-site-active a { color: inherit; text-decoration: none; }
body.tsm-site-active button, body.tsm-site-active input, body.tsm-site-active textarea, body.tsm-site-active select { font: inherit; }
body.tsm-site-active h1, body.tsm-site-active h2, body.tsm-site-active h3, body.tsm-site-active h4, body.tsm-site-active p { margin-top: 0; }
body.tsm-site-active h1, body.tsm-site-active h2, body.tsm-site-active h3 { color: inherit; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; line-height: 1.08; }
body.tsm-site-active h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
body.tsm-site-active h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); }
body.tsm-site-active h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
body.tsm-site-active svg { width: 1.25em; height: 1.25em; display: inline-block; flex: 0 0 auto; }
body.tsm-site-active ::selection { background: var(--tsm-gold-2); color: var(--tsm-navy); }
body.tsm-site-active :focus-visible { outline: 3px solid var(--tsm-gold-2); outline-offset: 3px; }

.tsm-sr-only, .tsm-skip-link:not(:focus) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.tsm-skip-link:focus { position: fixed; z-index: 999999; top: 10px; left: 10px; padding: 12px 18px; background: #fff; color: #000; border-radius: 6px; }
.tsm-shell { width: min(calc(100% - 40px), var(--tsm-shell)); margin-inline: auto; }
.tsm-main { min-height: 60vh; }
.tsm-section { position: relative; padding: clamp(74px, 8vw, 120px) 0; }
.tsm-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--tsm-teal); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.tsm-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--tsm-gold); }
.tsm-eyebrow-light { color: var(--tsm-gold-2); }
.tsm-section-heading { max-width: 760px; margin-bottom: 42px; }
.tsm-section-heading h2 { margin-bottom: 16px; }
.tsm-section-heading p { color: var(--tsm-muted); font-size: 1.1rem; margin-bottom: 0; }
.tsm-section-heading-row { max-width: none; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.tsm-section-heading-row > div { max-width: 790px; }
.tsm-section-heading-row .tsm-button { flex: 0 0 auto; margin-bottom: 8px; }

.tsm-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--tsm-navy); border-radius: 999px; background: var(--tsm-navy); color: #fff !important; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; cursor: pointer; }
.tsm-button:hover { transform: translateY(-2px); background: var(--tsm-teal); border-color: var(--tsm-teal); box-shadow: 0 12px 30px rgba(4, 29, 49, .18); }
.tsm-button svg { width: 18px; height: 18px; }
.tsm-button-small { min-height: 42px; padding: 9px 17px; font-size: .82rem; }
.tsm-button-gold { background: linear-gradient(135deg, var(--tsm-gold-2), var(--tsm-gold)); border-color: var(--tsm-gold); color: var(--tsm-navy) !important; box-shadow: 0 10px 28px rgba(213, 162, 77, .24); }
.tsm-button-gold:hover { background: #fff0c8; border-color: #fff0c8; color: var(--tsm-navy) !important; }
.tsm-button-ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); color: #fff !important; backdrop-filter: blur(10px); }
.tsm-button-ghost:hover { background: #fff; border-color: #fff; color: var(--tsm-navy) !important; }
.tsm-button-outline { background: transparent; color: var(--tsm-navy) !important; }
.tsm-button-outline:hover { color: #fff !important; }
.tsm-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.tsm-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--tsm-teal) !important; font-size: .9rem; font-weight: 850; }
.tsm-text-link svg { transition: transform .2s ease; }
.tsm-text-link:hover svg { transform: translateX(4px); }

.tsm-preview-bar { position: relative; z-index: 100001; display: flex; justify-content: center; align-items: center; gap: 16px; min-height: 42px; padding: 8px 20px; background: #f4c95d; color: #152637; font-size: .84rem; }
.tsm-preview-bar a { text-decoration: underline !important; font-weight: 800; }
.tsm-topbar { position: relative; z-index: 70; background: var(--tsm-navy); color: rgba(255,255,255,.88); font-size: .78rem; }
.tsm-topbar-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.tsm-topbar-left { display: flex; align-items: center; gap: 26px; }
.tsm-topbar a, .tsm-topbar-hours { display: inline-flex; align-items: center; gap: 8px; }
.tsm-topbar svg { color: var(--tsm-gold-2); }
.tsm-topbar em { margin: 0 5px; color: rgba(255,255,255,.4); font-style: normal; }
.tsm-social-links { display: flex; gap: 9px; }
.tsm-social-links a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: background .2s ease, border .2s ease; }
.tsm-social-links a:hover { background: var(--tsm-teal); border-color: var(--tsm-teal); }

.tsm-header { position: sticky; z-index: 10000; top: 0; height: 92px; background: rgba(255,250,241,.96); border-bottom: 1px solid rgba(8,36,58,.1); box-shadow: 0 12px 30px rgba(3,21,38,.08); backdrop-filter: blur(15px); }
.admin-bar .tsm-header { top: 32px; }
.tsm-header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.tsm-brand { flex: 0 1 310px; min-width: 235px; max-width: 310px; display: flex; align-items: center; color: var(--tsm-navy) !important; transition: color .2s ease, transform .2s ease; }
.tsm-brand:hover { color: var(--tsm-teal) !important; transform: translateY(-1px); }
.tsm-brand span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.45vw, 1.42rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.tsm-desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin-left: auto; }
.tsm-desktop-nav a { position: relative; padding: 32px 0 30px; color: #233746; font-size: .83rem; font-weight: 800; letter-spacing: .025em; }
.tsm-desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 22px; width: 0; height: 2px; background: var(--tsm-gold); transform: translateX(-50%); transition: width .2s ease; }
.tsm-desktop-nav a:hover, .tsm-desktop-nav a.is-current { color: var(--tsm-teal); }
.tsm-desktop-nav a:hover::after, .tsm-desktop-nav a.is-current::after { width: 100%; }
.tsm-header-actions { display: flex; align-items: center; gap: 12px; }
.tsm-mobile-toggle { display: none; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid var(--tsm-line); border-radius: 50%; background: #fff; color: var(--tsm-navy); cursor: pointer; }
.tsm-menu-close-icon { display: none !important; }
.tsm-mobile-toggle[aria-expanded="true"] .tsm-menu-open-icon { display: none !important; }
.tsm-mobile-toggle[aria-expanded="true"] .tsm-menu-close-icon { display: inline-block !important; }
.tsm-mobile-menu { position: absolute; top: 92px; left: 0; right: 0; padding: 18px 20px 28px; background: var(--tsm-cream); border-top: 1px solid var(--tsm-line); box-shadow: 0 22px 35px rgba(3,21,38,.14); }
.tsm-mobile-menu[hidden] { display: none; }
.tsm-mobile-menu nav { display: grid; }
.tsm-mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--tsm-line); color: var(--tsm-navy); font-weight: 800; }
.tsm-mobile-menu nav a.is-current { color: var(--tsm-teal); }
.tsm-mobile-contact { display: grid; gap: 12px; margin-top: 20px; }
.tsm-mobile-contact a { display: flex; align-items: center; gap: 10px; color: var(--tsm-teal); font-weight: 750; }

.tsm-home-hero { position: relative; min-height: 720px; display: grid; align-items: center; background: var(--tsm-navy); isolation: isolate; }
.tsm-home-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--tsm-hero-image); background-size: cover; background-position: center; }
.tsm-home-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(2,14,28,.78) 0%, rgba(2,20,36,.47) 45%, rgba(3,22,38,.72) 100%), linear-gradient(0deg, rgba(6,27,51,.72) 0%, transparent 54%); }
.tsm-home-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 23% 38%, rgba(24,140,147,.28), transparent 30%), radial-gradient(circle at 80% 35%, rgba(213,162,77,.18), transparent 26%); }
.tsm-home-hero-grid { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(430px, 1.15fr); gap: clamp(50px, 7vw, 105px); align-items: center; padding-top: 60px; padding-bottom: 100px; }
.tsm-hero-logo-card { justify-self: center; width: min(100%, 480px); padding: clamp(12px, 2vw, 22px); border-radius: 48%; background: rgba(255,255,255,.94); box-shadow: 0 30px 90px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.8); backdrop-filter: blur(4px); transform: rotate(-1.2deg); }
.tsm-hero-logo-card img { display: block; width: 100%; }
.tsm-hero-copy { max-width: 720px; color: #fff; }
.tsm-hero-copy h1 { margin-bottom: 22px; color: #fff !important; text-shadow: 0 4px 24px rgba(0,0,0,.28); }
.tsm-hero-copy > p { max-width: 660px; margin-bottom: 31px; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.tsm-hero-quick-info { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); }
.tsm-hero-quick-info a { display: flex; align-items: center; gap: 12px; color: #fff; }
.tsm-hero-quick-info svg { width: 24px; height: 24px; color: var(--tsm-gold-2); }
.tsm-hero-quick-info span { display: grid; line-height: 1.25; font-weight: 750; }
.tsm-hero-quick-info small { margin-bottom: 3px; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.tsm-feature-strip { position: relative; z-index: 8; margin-top: -55px; }
.tsm-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--tsm-radius); overflow: hidden; box-shadow: var(--tsm-shadow); }
.tsm-feature-card { min-height: 160px; padding: 25px 22px; display: flex; align-items: flex-start; gap: 15px; background: var(--tsm-gold-2); color: var(--tsm-navy); border-right: 1px solid rgba(6,27,51,.12); transition: background .2s ease, transform .2s ease; }
.tsm-feature-card:nth-child(2) { background: #e5b758; }
.tsm-feature-card:nth-child(3) { background: #c9953f; }
.tsm-feature-card:nth-child(4) { background: #b98535; color: #fff; }
.tsm-feature-card:last-child { border-right: 0; }
.tsm-feature-card:hover { position: relative; z-index: 2; background: var(--tsm-teal); color: #fff; transform: translateY(-5px); }
.tsm-feature-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px; border-radius: 50%; background: rgba(255,255,255,.55); }
.tsm-feature-card strong, .tsm-feature-card small { display: block; }
.tsm-feature-card strong { margin: 2px 0 8px; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.15; }
.tsm-feature-card small { font-size: .78rem; line-height: 1.45; }
.tsm-feature-arrow { width: 18px !important; height: 18px !important; margin-left: auto; margin-top: 6px; opacity: .55; }

.tsm-intro-section { padding-top: clamp(100px, 10vw, 150px); }
.tsm-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.tsm-section-copy h2 { margin-bottom: 24px; }
.tsm-rich-text { color: #405360; }
.tsm-rich-text p { margin-bottom: 18px; }
.tsm-rich-text h2, .tsm-rich-text h3 { color: var(--tsm-navy); margin: 34px 0 15px; }
.tsm-rich-text ul { padding-left: 22px; }
.tsm-rich-text li { margin-bottom: 8px; }
.tsm-rich-text blockquote { position: relative; margin: 32px 0; padding: 24px 28px; border-left: 5px solid var(--tsm-gold); background: var(--tsm-sand); color: var(--tsm-navy); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.35; }
.tsm-rich-text-large { font-size: 1.07rem; }
.tsm-section-copy .tsm-button-row { margin-top: 30px; }
.tsm-intro-visual { position: relative; min-height: 590px; }
.tsm-intro-photo { position: absolute; inset: 0 70px 60px 0; border-radius: 42% 42% var(--tsm-radius) var(--tsm-radius); background-size: cover; background-position: center; box-shadow: var(--tsm-shadow); }
.tsm-intro-photo::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.tsm-intro-visual blockquote { position: absolute; right: 0; bottom: 0; width: min(390px, 82%); margin: 0; padding: 28px 30px; border-radius: var(--tsm-radius); background: var(--tsm-navy); color: #fff; box-shadow: var(--tsm-shadow); font-family: Georgia, serif; font-size: 1.32rem; line-height: 1.35; }
.tsm-intro-visual blockquote span { display: block; height: 34px; color: var(--tsm-gold-2); font-size: 4.2rem; line-height: .9; }

.tsm-menu-preview-section { background: var(--tsm-sand); }
.tsm-menu-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tsm-menu-preview-card { padding: 32px; border: 1px solid rgba(10,45,65,.11); border-radius: var(--tsm-radius); background: #fff; box-shadow: 0 18px 50px rgba(7,30,50,.07); }
.tsm-menu-preview-title { display: flex; align-items: center; gap: 12px; }
.tsm-menu-preview-title span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e8f4f2; color: var(--tsm-teal); }
.tsm-menu-preview-title h3 { margin: 0; color: var(--tsm-navy); font-size: 1.65rem; }
.tsm-menu-section-note { min-height: 44px; margin: 13px 0 21px; color: var(--tsm-muted); font-size: .83rem; }
.tsm-menu-preview-card ul { margin: 0 0 22px; padding: 0; list-style: none; }
.tsm-menu-preview-card li { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 17px 0; border-top: 1px dashed rgba(8,36,58,.17); }
.tsm-menu-preview-card li span { display: grid; gap: 4px; }
.tsm-menu-preview-card li strong { color: var(--tsm-navy); font-size: .92rem; }
.tsm-menu-preview-card li small { color: var(--tsm-muted); font-size: .74rem; line-height: 1.35; }
.tsm-menu-preview-card li b { color: var(--tsm-teal); font-size: .86rem; white-space: nowrap; }

.tsm-events-preview-section { overflow: hidden; background: var(--tsm-navy); color: #fff; }
.tsm-events-preview-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 10%, rgba(24,140,147,.25), transparent 28%), radial-gradient(circle at 90% 80%, rgba(213,162,77,.17), transparent 28%); }
.tsm-events-preview-section .tsm-shell { position: relative; }
.tsm-events-preview-section h2 { color: #fff !important; }
.tsm-events-preview-section .tsm-section-heading p { color: rgba(255,255,255,.7); }
.tsm-event-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.tsm-event-card { overflow: hidden; border: 1px solid rgba(8,36,58,.11); border-radius: var(--tsm-radius); background: #fff; color: var(--tsm-ink); box-shadow: 0 18px 50px rgba(0,0,0,.13); }
.tsm-event-card-image { height: 210px; display: grid; place-items: center; background-size: cover; background-position: center; }
.tsm-event-card-placeholder { background: linear-gradient(135deg, var(--tsm-teal), var(--tsm-navy-2)); color: rgba(255,255,255,.75); }
.tsm-event-card-placeholder svg { width: 72px; height: 72px; }
.tsm-event-card-body { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 26px; }
.tsm-event-date-block { height: 72px; display: grid; place-items: center; align-content: center; border-radius: 14px; background: var(--tsm-gold-2); color: var(--tsm-navy); line-height: 1; }
.tsm-event-date-block strong { margin-bottom: 5px; font-size: .68rem; letter-spacing: .15em; }
.tsm-event-date-block span { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 800; }
.tsm-event-card-copy h3 { margin: 5px 0 7px; color: var(--tsm-navy); font-size: 1.55rem; }
.tsm-event-card-copy > p:not(.tsm-event-time) { color: var(--tsm-muted); font-size: .84rem; }
.tsm-event-time { display: flex; align-items: center; gap: 7px; margin-bottom: 11px; color: var(--tsm-teal); font-size: .78rem; font-weight: 750; }
.tsm-event-repeat { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e2f3f1; color: var(--tsm-teal); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.tsm-empty-state { padding: 55px 30px; border: 1px dashed rgba(255,255,255,.28); border-radius: var(--tsm-radius); text-align: center; }
.tsm-empty-state > span { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--tsm-gold-2); }
.tsm-empty-state > span svg { width: 34px; height: 34px; }
.tsm-empty-state h3 { margin-bottom: 10px; color: inherit; }
.tsm-empty-state p { margin: 0; opacity: .72; }

.tsm-gallery-preview-section { background: var(--tsm-cream); }
.tsm-home-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 260px); gap: 14px; }
.tsm-gallery-tile { position: relative; min-height: 220px; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background-size: cover; background-position: center; cursor: zoom-in; }
.tsm-gallery-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,17,31,.78), transparent 55%); transition: background .2s ease; }
.tsm-gallery-tile:hover::after { background: rgba(13,105,118,.32); }
.tsm-gallery-tile span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; color: #fff; font-size: .8rem; font-weight: 800; text-align: left; }
.tsm-gallery-tile-1 { grid-column: span 5; grid-row: span 2; }
.tsm-gallery-tile-2, .tsm-gallery-tile-3 { grid-column: span 4; }
.tsm-gallery-tile-4, .tsm-gallery-tile-5, .tsm-gallery-tile-6 { grid-column: span 3; }

.tsm-visit-section { background: linear-gradient(180deg, var(--tsm-cream) 0 50%, var(--tsm-sand) 50%); }
.tsm-visit-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 30px; background: var(--tsm-teal); color: #fff; box-shadow: var(--tsm-shadow); }
.tsm-visit-copy { padding: clamp(40px, 6vw, 72px); background: linear-gradient(135deg, var(--tsm-navy), var(--tsm-teal)); }
.tsm-visit-copy h2 { margin-bottom: 17px; color: #fff !important; }
.tsm-visit-copy p { max-width: 620px; margin-bottom: 28px; color: rgba(255,255,255,.78); }
.tsm-visit-details { padding: 48px; display: grid; align-content: center; gap: 28px; }
.tsm-visit-details > div { display: flex; align-items: center; gap: 16px; }
.tsm-visit-details > div > svg { width: 29px; height: 29px; color: var(--tsm-gold-2); }
.tsm-visit-details span { display: grid; }
.tsm-visit-details strong { font-size: .95rem; }
.tsm-visit-details small { color: rgba(255,255,255,.7); }

.tsm-page-hero { position: relative; min-height: 420px; display: grid; align-items: center; overflow: hidden; background: var(--tsm-navy); isolation: isolate; }
.tsm-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--tsm-page-bg); background-size: cover; background-position: center 52%; filter: saturate(.9); transform: scale(1.02); }
.tsm-page-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2,17,32,.9), rgba(4,35,55,.62), rgba(4,28,47,.8)); }
.tsm-page-hero-inner { padding: 75px 0; color: #fff; }
.tsm-page-hero h1 { max-width: 900px; margin: 0 0 18px; color: #fff !important; }
.tsm-page-hero p { max-width: 770px; margin: 0; color: rgba(255,255,255,.83); font-size: 1.1rem; }
.tsm-page-extra-copy { max-width: 850px; margin: 0 auto 50px; }

.tsm-about-layout { align-items: start; }
.tsm-about-aside { position: sticky; top: 130px; }
.tsm-about-logo { padding: 28px; border-radius: var(--tsm-radius); background: #fff; box-shadow: var(--tsm-shadow); }
.tsm-about-logo img { display: block; width: 100%; max-height: 430px; object-fit: contain; }
.tsm-about-facts { display: grid; gap: 12px; margin-top: 18px; }
.tsm-about-facts > div { display: flex; gap: 13px; padding: 18px; border: 1px solid var(--tsm-line); border-radius: var(--tsm-radius-sm); background: var(--tsm-sand); }
.tsm-about-facts svg { margin-top: 3px; color: var(--tsm-teal); }
.tsm-about-facts span { display: grid; }
.tsm-about-facts small { color: var(--tsm-muted); }
.tsm-about-bottom { background: var(--tsm-navy); color: #fff; }
.tsm-about-bottom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.tsm-about-bottom h2 { color: #fff !important; }
.tsm-about-bottom p { color: rgba(255,255,255,.73); }
.tsm-about-photo { min-height: 440px; border-radius: 30px; background-size: cover; background-position: center; box-shadow: 0 20px 55px rgba(0,0,0,.27); }

.tsm-menu-masthead { position: relative; overflow: hidden; border-bottom: 1px solid rgba(6,27,51,.15); background: #fbf5e8; color: var(--tsm-navy); isolation: isolate; }
.tsm-menu-paper-texture { position: absolute; z-index: -1; inset: 0; opacity: .55; pointer-events: none; background-image: radial-gradient(circle at 12% 20%, rgba(13,105,118,.07) 0 1px, transparent 1.5px), radial-gradient(circle at 78% 45%, rgba(6,27,51,.045) 0 1px, transparent 1.7px), linear-gradient(110deg, rgba(255,255,255,.45), transparent 38%, rgba(213,162,77,.05)); background-size: 33px 33px, 47px 47px, auto; }
.tsm-menu-masthead-grid { position: relative; display: grid; grid-template-columns: minmax(250px,1fr) 250px minmax(250px,1fr); gap: clamp(28px,5vw,76px); align-items: center; padding: 48px 0 30px; }
.tsm-menu-masthead-info { display: grid; gap: 17px; color: #163a55; }
.tsm-menu-masthead-info > div, .tsm-menu-masthead-info > a { display: flex; align-items: flex-start; gap: 13px; }
.tsm-menu-masthead-info svg { width: 29px; height: 29px; margin-top: 2px; color: var(--tsm-teal); }
.tsm-menu-masthead-info span { display: grid; gap: 2px; font-size: .86rem; line-height: 1.42; }
.tsm-menu-masthead-info strong { color: var(--tsm-navy); font-size: .88rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.tsm-menu-masthead-info b { color: #163a55; font-size: .98rem; font-weight: 800; }
.tsm-menu-masthead-info p { margin: 2px 0 0 42px; color: var(--tsm-teal); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tsm-menu-masthead-info.is-contact { justify-self: end; min-width: 255px; }
.tsm-menu-masthead-info.is-contact a:hover strong, .tsm-menu-masthead-info.is-contact a:hover span { color: var(--tsm-teal); }
.tsm-menu-masthead-brand { display: grid; justify-items: center; text-align: center; }
.tsm-menu-masthead-brand img { width: 160px; height: 160px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(6,27,51,.15)); }
.tsm-menu-masthead-brand > span { margin-top: 5px; color: var(--tsm-teal); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tsm-menu-masthead-brand h1 { margin: 7px 0 0; color: var(--tsm-navy) !important; font-size: clamp(2rem,3.5vw,3rem) !important; letter-spacing: -.045em; }
.tsm-menu-wave-band { height: 33px; border-top: 3px solid var(--tsm-teal); border-bottom: 1px solid rgba(13,105,118,.4); background-color: rgba(255,255,255,.4); background-image: radial-gradient(circle at 20px -5px, transparent 21px, rgba(13,105,118,.32) 22px, rgba(13,105,118,.32) 23px, transparent 24px), radial-gradient(circle at 0 28px, transparent 19px, rgba(6,27,51,.15) 20px, rgba(6,27,51,.15) 21px, transparent 22px); background-size: 40px 26px, 40px 26px; background-repeat: repeat-x; }
.tsm-menu-masthead-copy { max-width: 900px; padding-top: 25px; padding-bottom: 31px; text-align: center; }
.tsm-menu-masthead-copy > span { display: inline-block; margin-bottom: 8px; color: var(--tsm-teal); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.tsm-menu-masthead-copy p { margin: 0; color: #4f6571; font-size: .98rem; }

.tsm-menu-jump { position: relative; z-index: 5; top: auto !important; overflow-x: auto; border-bottom: 1px solid rgba(6,27,51,.13); background: #fffaf1; }
.admin-bar .tsm-menu-jump { top: auto !important; }
.tsm-menu-jump .tsm-shell { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; white-space: nowrap; }
.tsm-menu-jump span { margin-right: 5px; color: var(--tsm-muted); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tsm-menu-jump i { color: rgba(13,105,118,.45); font-size: .7rem; font-style: normal; }
.tsm-menu-jump a { padding: 5px 1px; border-bottom: 1px solid transparent; color: var(--tsm-navy); font-size: .72rem; font-weight: 850; }
.tsm-menu-jump a:hover { border-bottom-color: var(--tsm-teal); color: var(--tsm-teal); }

.tsm-menu-page-section { padding-top: 55px; background: #e9e1d3; }
.tsm-print-menu-paper { position: relative; overflow: hidden; padding: 70px 44px 82px; border: 1px solid rgba(6,27,51,.18); background-color: #fff9ed; background-image: radial-gradient(circle at 15% 13%, rgba(13,105,118,.045) 0 1px, transparent 1.6px), radial-gradient(circle at 76% 42%, rgba(213,162,77,.06) 0 1px, transparent 1.7px), linear-gradient(100deg, rgba(255,255,255,.4), transparent 42%, rgba(6,27,51,.018)); background-size: 31px 31px, 43px 43px, auto; box-shadow: 0 26px 72px rgba(4,24,42,.15); }
.tsm-print-menu-top-wave, .tsm-print-menu-bottom-wave { position: absolute; left: 0; right: 0; height: 37px; opacity: .65; background-image: radial-gradient(circle at 20px -5px, transparent 21px, rgba(13,105,118,.25) 22px, rgba(13,105,118,.25) 23px, transparent 24px), radial-gradient(circle at 0 29px, transparent 20px, rgba(6,27,51,.13) 21px, rgba(6,27,51,.13) 22px, transparent 23px); background-size: 40px 28px; background-repeat: repeat-x; }
.tsm-print-menu-top-wave { top: 0; border-top: 4px solid var(--tsm-teal); }
.tsm-print-menu-bottom-wave { bottom: 0; transform: rotate(180deg); border-top: 4px solid var(--tsm-teal); }
.tsm-print-menu-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; }
.tsm-print-menu-column { min-width: 0; padding: 0 32px; border-right: 1px solid rgba(13,105,118,.52); }
.tsm-print-menu-column:first-child { padding-left: 0; }
.tsm-print-menu-column:last-child { padding-right: 0; border-right: 0; }
.tsm-print-menu-section { scroll-margin-top: 125px; margin: 0 0 44px; break-inside: avoid; }
.tsm-print-menu-section:last-child { margin-bottom: 0; }
.tsm-print-menu-heading { margin-bottom: 20px; text-align: center; }
body.tsm-site-active .tsm-print-menu-heading h2 { margin: 0; color: var(--tsm-navy) !important; font-family: "Lobster Two", "Brush Script MT", "Segoe Script", cursive !important; font-size: clamp(1.72rem,2.35vw,2.15rem) !important; font-style: italic; font-weight: 700; letter-spacing: 0; line-height: 1.08; text-transform: none; }
.tsm-print-menu-anchor { position: relative; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center; margin: 4px auto -15px; border-radius: 50%; background: #fff9ed; color: var(--tsm-teal); }
.tsm-print-menu-anchor svg { width: 20px; height: 20px; stroke-width: 2; }
.tsm-print-menu-rule { display: block; border-top: 3px dotted rgba(13,105,118,.58); }
body.tsm-site-active .tsm-print-menu-heading p { margin: 13px auto 0; color: #536672; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .69rem; line-height: 1.4; }
.tsm-print-menu-items { display: grid; gap: 15px; }
.tsm-print-menu-item { break-inside: avoid; }
.tsm-print-menu-item-row { display: flex; align-items: baseline; gap: 7px; }
body.tsm-site-active .tsm-print-menu-item h3 { flex: 0 1 auto; margin: 0; color: #102d48 !important; font-family: "Roboto Condensed", "Arial Narrow", "Liberation Sans Narrow", Arial, sans-serif !important; font-size: .9rem !important; font-style: normal; font-weight: 600; letter-spacing: .012em; line-height: 1.25; text-transform: uppercase; }
body.tsm-site-active .tsm-print-menu-item h3 span { display: inline-block; margin-left: 5px; padding: 1px 5px; border-radius: 999px; background: #dcefed; color: var(--tsm-teal); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .47rem; font-style: normal; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; vertical-align: 2px; }
.tsm-print-menu-leader { min-width: 12px; flex: 1 1 auto; border-bottom: 1px dotted rgba(27,55,73,.48); transform: translateY(-3px); }
body.tsm-site-active .tsm-print-menu-item b { flex: 0 0 auto; color: #bd8200; font-family: "Lobster Two", "Brush Script MT", "Segoe Script", cursive; font-size: 1.05rem; font-style: italic; font-weight: 700; letter-spacing: .01em; line-height: 1.1; white-space: nowrap; }
body.tsm-site-active .tsm-print-menu-item > p { margin: 4px 0 0; color: #596873; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .68rem; font-weight: 400; line-height: 1.42; }
.tsm-print-menu-empty { color: var(--tsm-muted); font-size: .75rem; text-align: center; }
.tsm-print-menu-section.is-boxed { padding: 18px 18px 20px; border: 2px solid rgba(13,105,118,.42); border-radius: 14px; background: rgba(255,255,255,.35); }
.tsm-print-menu-section.is-boxed .tsm-print-menu-heading { margin-bottom: 15px; }
.tsm-print-menu-section.is-compact .tsm-print-menu-items { gap: 9px; }
body.tsm-site-active .tsm-print-menu-section.is-compact .tsm-print-menu-item > p { font-size: .64rem; }
.tsm-menu-disclaimer { max-width: 900px; margin: 46px auto 0; padding: 19px 23px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid rgba(13,105,118,.28); border-radius: 12px; background: rgba(220,239,237,.52); color: #315260; }
.tsm-menu-disclaimer svg { width: 25px; height: 25px; color: var(--tsm-teal); }
.tsm-menu-disclaimer p { margin: 0; font-size: .74rem; line-height: 1.5; }

.tsm-calendar-section { background: var(--tsm-sand); }
.tsm-calendar-toolbar { display: flex; align-items: center; justify-content: center; gap: 25px; margin-bottom: 30px; }
.tsm-calendar-toolbar h2 { min-width: 320px; margin: 0; color: var(--tsm-navy); text-align: center; font-size: 2.55rem; }
.tsm-calendar-nav { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--tsm-line); border-radius: 50%; background: #fff; color: var(--tsm-navy) !important; font-size: 2rem; line-height: 1; }
.tsm-calendar-nav:hover { background: var(--tsm-teal); color: #fff !important; }
.tsm-calendar { min-width: 900px; display: grid; grid-template-columns: repeat(7, 1fr); overflow: hidden; border: 1px solid var(--tsm-line); border-radius: var(--tsm-radius); background: #fff; box-shadow: 0 16px 50px rgba(7,30,50,.07); }
.tsm-calendar-section .tsm-shell { overflow-x: auto; padding-bottom: 6px; }
.tsm-calendar-weekday { padding: 14px; background: var(--tsm-navy); color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.tsm-calendar-day { min-height: 145px; padding: 11px; border-right: 1px solid var(--tsm-line); border-bottom: 1px solid var(--tsm-line); background: #fff; }
.tsm-calendar-day:nth-child(7n+7) { border-right: 0; }
.tsm-calendar-day.is-outside { background: #f6f4ef; color: #9a9a92; }
.tsm-calendar-day.is-today .tsm-calendar-number { background: var(--tsm-gold-2); color: var(--tsm-navy); }
.tsm-calendar-number { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; font-size: .78rem; font-weight: 800; }
.tsm-calendar-events { display: grid; gap: 6px; margin-top: 8px; }
.tsm-calendar-event { --tsm-event-accent: var(--tsm-teal); --tsm-event-bg: #e6f3f1; min-width: 0; padding: 6px 7px 6px 5px; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 7px; border-left: 3px solid var(--tsm-event-accent); border-radius: 9px; background: var(--tsm-event-bg); color: var(--tsm-event-accent) !important; font-size: .68rem; line-height: 1.22; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.tsm-calendar-event:hover { transform: translateY(-1px); background: var(--tsm-event-accent); color: #fff !important; box-shadow: 0 6px 14px rgba(6,27,51,.14); }
.tsm-calendar-event-icon { width: 32px; height: 32px; display: block; border-radius: 50%; overflow: visible; background: transparent; }
.tsm-calendar-event-icon img { width: 32px; height: 32px; display: block; filter: drop-shadow(0 2px 2px rgba(6,27,51,.18)); }
.tsm-calendar-event-copy { min-width: 0; display: grid; gap: 1px; }
.tsm-calendar-event time { color: inherit; font-size: .56rem; font-weight: 850; letter-spacing: .015em; text-transform: uppercase; opacity: .8; }
.tsm-calendar-event-title { color: inherit; font-weight: 850; overflow-wrap: anywhere; }
.tsm-calendar-event-category { width: fit-content; display: inline-flex; align-items: center; padding: 2px 6px; border-radius: 999px; background: #c53a32; color: #fff !important; box-shadow: 0 2px 5px rgba(112,24,20,.2); font-size: .5rem; font-weight: 950; letter-spacing: .075em; line-height: 1.25; text-transform: uppercase; }
.tsm-calendar-event.is-type-live-music .tsm-calendar-event-copy { gap: 1px; }
.tsm-calendar-event.is-type-live-music .tsm-calendar-event-category { position: absolute; top: 5px; left: 5px; right: 7px; width: auto; justify-content: center; }
.tsm-calendar-event.is-type-live-music .tsm-calendar-event-title { order: 1; }
.tsm-calendar-event.is-type-live-music time { order: 2; font-size: .5rem; letter-spacing: 0; }
.tsm-calendar-event:hover .tsm-calendar-event-category { background: #fff; color: #a62f29 !important; }
.tsm-calendar-event.is-type-live-music { --tsm-event-accent: #123f62; --tsm-event-bg: #e7eef5; position: relative; padding-top: 26px; grid-template-columns: 32px minmax(0, 1fr); gap: 5px; }
.tsm-calendar-event.is-type-bingo { --tsm-event-accent: #6d3c78; --tsm-event-bg: #f0e9f4; }
.tsm-calendar-event.is-type-trivia { --tsm-event-accent: #39733b; --tsm-event-bg: #eaf3e8; }
.tsm-calendar-event.is-type-karaoke { --tsm-event-accent: #c5572d; --tsm-event-bg: #f9e9e1; }
.tsm-calendar-event.is-type-flip-night { --tsm-event-accent: #8a3f64; --tsm-event-bg: #f6e8f0; }
.tsm-calendar-event.is-type-sports { --tsm-event-accent: #175f6e; --tsm-event-bg: #e6f1f3; }
.tsm-calendar-event.is-type-happy-hour { --tsm-event-accent: #16858d; --tsm-event-bg: #e5f3f4; }
.tsm-calendar-event.is-type-special { --tsm-event-accent: #8a641f; --tsm-event-bg: #fbf0d8; }
.tsm-calendar-legend { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; color: var(--tsm-muted); }
.tsm-calendar-legend-title { margin-right: 2px; color: var(--tsm-navy); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tsm-calendar-legend-item { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px 5px 6px; border: 1px solid var(--tsm-line); border-radius: 999px; background: rgba(255,255,255,.82); color: var(--tsm-navy); font-size: .68rem; font-weight: 800; }
.tsm-calendar-legend-item img { width: 27px; height: 27px; display: block; border-radius: 50%; filter: drop-shadow(0 1px 1px rgba(6,27,51,.16)); }
.tsm-upcoming-section { background: var(--tsm-navy); color: #fff; }
.tsm-upcoming-section h2 { color: #fff !important; }
.tsm-upcoming-section .tsm-section-heading p { color: rgba(255,255,255,.7); }

.tsm-gallery-page-section { background: var(--tsm-sand); }
.tsm-gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 34px; }
.tsm-gallery-filters button { padding: 10px 16px; border: 1px solid var(--tsm-line); border-radius: 999px; background: #fff; color: var(--tsm-navy); font-size: .78rem; font-weight: 800; cursor: pointer; }
.tsm-gallery-filters button:hover, .tsm-gallery-filters button.is-active { background: var(--tsm-teal); border-color: var(--tsm-teal); color: #fff; }
.tsm-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.tsm-gallery-item { position: relative; min-height: 310px; padding: 0; overflow: hidden; border: 0; border-radius: 18px; background: var(--tsm-navy); cursor: zoom-in; }
.tsm-gallery-item[hidden] { display: none; }
.tsm-gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.tsm-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,17,31,.78), transparent 55%); }
.tsm-gallery-item span { position: absolute; z-index: 2; left: 19px; right: 19px; bottom: 17px; color: #fff; font-size: .82rem; font-weight: 800; text-align: left; }
.tsm-gallery-item:hover img { transform: scale(1.045); }

.tsm-nightlife-intro { background: var(--tsm-sand); }
.tsm-nightlife-intro .tsm-split { align-items: start; }
.tsm-nightlife-features { display: grid; gap: 13px; }
.tsm-nightlife-features > div { display: flex; gap: 17px; padding: 22px; border: 1px solid var(--tsm-line); border-radius: var(--tsm-radius-sm); background: #fff; }
.tsm-nightlife-features svg { width: 32px; height: 32px; color: var(--tsm-teal); }
.tsm-nightlife-features span { display: grid; }
.tsm-nightlife-features strong { color: var(--tsm-navy); }
.tsm-nightlife-features small { margin-top: 4px; color: var(--tsm-muted); }
.tsm-nightlife-gallery-section { background: var(--tsm-navy); color: #fff; }
.tsm-nightlife-gallery-section h2 { color: #fff !important; }
.tsm-nightlife-gallery-section .tsm-section-heading p { color: rgba(255,255,255,.7); }
.tsm-nightlife-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tsm-nightlife-grid button { position: relative; min-height: 240px; padding: 0; overflow: hidden; border: 0; border-radius: 15px; background: #0b2b47; cursor: zoom-in; }
.tsm-nightlife-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.tsm-nightlife-grid button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,15,28,.8), transparent 55%); }
.tsm-nightlife-grid span { position: absolute; z-index: 2; bottom: 15px; left: 15px; right: 15px; color: #fff; font-size: .75rem; font-weight: 800; text-align: left; }
.tsm-nightlife-grid button:hover img { transform: scale(1.05); }
.tsm-nightlife-cta { background: var(--tsm-teal); color: #fff; }
.tsm-nightlife-cta .tsm-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.tsm-nightlife-cta h2 { margin-bottom: 13px; color: #fff !important; }
.tsm-nightlife-cta p { margin: 0; color: rgba(255,255,255,.75); }

.tsm-testimonials-section { background: var(--tsm-sand); }
.tsm-google-reviews-wrap { padding: 24px; border-radius: var(--tsm-radius); background: #fff; box-shadow: 0 16px 50px rgba(7,30,50,.07); }
.tsm-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.tsm-testimonial-card { padding: 30px; border: 1px solid var(--tsm-line); border-radius: var(--tsm-radius); background: #fff; box-shadow: 0 16px 45px rgba(7,30,50,.06); }
.tsm-stars { color: #e2aa3f; letter-spacing: .08em; }
.tsm-testimonial-card blockquote { margin: 18px 0 24px; color: #3d505d; }
.tsm-testimonial-card blockquote p:last-child { margin-bottom: 0; }
.tsm-testimonial-card footer { display: grid; padding-top: 18px; border-top: 1px solid var(--tsm-line); }
.tsm-testimonial-card footer strong { color: var(--tsm-navy); }
.tsm-testimonial-card footer span { color: var(--tsm-muted); font-size: .75rem; }
.tsm-review-callout { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 48px; border-radius: 28px; background: #fff; box-shadow: var(--tsm-shadow); }
.tsm-review-callout h2 { margin: 8px 0 12px; color: var(--tsm-navy); font-size: 2.4rem; }
.tsm-review-callout p { max-width: 690px; margin: 0; color: var(--tsm-muted); }

.tsm-contact-section { background: var(--tsm-sand); }
.tsm-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: -145px; position: relative; z-index: 3; }
.tsm-contact-cards > * { min-height: 150px; padding: 25px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--tsm-radius); background: #fff; box-shadow: var(--tsm-shadow); }
.tsm-contact-cards svg { width: 37px; height: 37px; color: var(--tsm-teal); }
.tsm-contact-cards span { display: grid; }
.tsm-contact-cards small { color: var(--tsm-muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tsm-contact-cards strong { color: var(--tsm-navy); font-family: Georgia, serif; font-size: 1.2rem; }
.tsm-contact-cards em { color: var(--tsm-muted); font-size: .76rem; font-style: normal; }
.tsm-contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; margin-top: 60px; align-items: start; }
.tsm-contact-form-card, .tsm-contact-map-card { overflow: hidden; border-radius: var(--tsm-radius); background: #fff; box-shadow: 0 16px 50px rgba(7,30,50,.07); }
.tsm-contact-form-card { padding: clamp(30px, 5vw, 52px); }
.tsm-contact-form-card h2 { margin-bottom: 27px; color: var(--tsm-navy); }
.tsm-contact-form { display: grid; gap: 18px; }
.tsm-contact-form label { display: grid; gap: 7px; color: var(--tsm-navy); font-size: .76rem; font-weight: 800; }
.tsm-contact-form input, .tsm-contact-form textarea { width: 100%; border: 1px solid #cbd4d8; border-radius: 11px; background: #fbfcfc; color: var(--tsm-ink); padding: 13px 14px; }
.tsm-contact-form textarea { resize: vertical; }
.tsm-contact-form input:focus, .tsm-contact-form textarea:focus { border-color: var(--tsm-teal); outline: 2px solid rgba(13,105,118,.15); }
.tsm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.tsm-honeypot { position: absolute !important; left: -10000px !important; }
.tsm-form-note { margin: -5px 0 0; color: var(--tsm-muted); font-size: .75rem; }
.tsm-form-alert { margin-bottom: 22px; padding: 15px 17px; border-radius: 10px; font-size: .83rem; }
.tsm-form-alert.is-success { background: #e3f4eb; color: #1e6541; }
.tsm-form-alert.is-error { background: #f9e7e4; color: #8a3e36; }
.tsm-contact-map-card iframe { width: 100%; height: 400px; display: block; border: 0; }
.tsm-contact-hours { padding: 30px; }
.tsm-contact-hours h2 { color: var(--tsm-navy); font-size: 2rem; }
.tsm-contact-hours > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 18px; padding: 15px 0; border-top: 1px solid var(--tsm-line); }
.tsm-contact-hours > div strong { grid-column: 1 / -1; color: var(--tsm-teal); }
.tsm-contact-hours > div span { color: var(--tsm-muted); }
.tsm-contact-hours > div b { color: var(--tsm-navy); }
.tsm-contact-hours .tsm-text-link { margin-top: 18px; }

.tsm-event-single-hero { position: relative; min-height: 520px; display: grid; align-items: end; padding: 90px 0 70px; background: var(--tsm-navy); isolation: isolate; }
.tsm-event-single-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--tsm-event-image, url('../images/tides-hero.webp')); background-size: cover; background-position: center; }
.tsm-event-single-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(2,17,31,.94), rgba(2,17,31,.28)); }
.tsm-event-single-hero h1 { max-width: 850px; margin: 15px 0 18px; color: #fff !important; }
.tsm-event-single-hero p { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.84); }
.tsm-event-single-hero p svg { color: var(--tsm-gold-2); }
.tsm-back-link { color: var(--tsm-gold-2) !important; font-size: .82rem; font-weight: 800; }
.tsm-event-single-grid { display: grid; grid-template-columns: 1fr 370px; gap: 70px; align-items: start; }
.tsm-event-detail-card { position: sticky; top: 130px; padding: 30px; border-radius: var(--tsm-radius); background: var(--tsm-sand); }
.tsm-event-detail-card h2 { color: var(--tsm-navy); font-size: 2rem; }
.tsm-event-detail-card p { display: flex; gap: 12px; padding: 16px 0; border-top: 1px solid var(--tsm-line); }
.tsm-event-detail-card p > svg { color: var(--tsm-teal); }
.tsm-event-detail-card p span { display: grid; }
.tsm-event-detail-card small { color: var(--tsm-muted); }
.tsm-event-detail-card .tsm-button { width: 100%; margin-top: 10px; }

.tsm-lightbox { position: fixed; z-index: 200000; inset: 0; padding: 70px 30px 30px; display: grid; place-items: center; background: rgba(1,11,22,.93); }
.tsm-lightbox[hidden] { display: none; }
.tsm-lightbox figure { max-width: min(1100px, 92vw); max-height: 84vh; margin: 0; display: grid; gap: 12px; }
.tsm-lightbox img { max-width: 100%; max-height: 78vh; margin: auto; border-radius: 12px; box-shadow: 0 25px 90px rgba(0,0,0,.5); }
.tsm-lightbox figcaption { color: rgba(255,255,255,.78); text-align: center; }
.tsm-lightbox-close { position: absolute; top: 22px; right: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }

.tsm-footer { position: relative; overflow: hidden; padding-top: 70px; background: #041527; color: rgba(255,255,255,.75); }
.tsm-footer-wave { position: absolute; top: -1px; left: 0; right: 0; height: 40px; background: var(--tsm-sand); clip-path: polygon(0 0, 100% 0, 100% 10%, 88% 35%, 75% 10%, 61% 38%, 48% 12%, 34% 36%, 18% 10%, 0 38%); }
.tsm-footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr 1fr; gap: 50px; padding-bottom: 55px; }
.tsm-footer h2 { margin-bottom: 18px; color: #fff !important; font-family: Inter, ui-sans-serif, system-ui, sans-serif !important; font-size: 1.02rem !important; font-weight: 850; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.tsm-footer-brand img { width: 170px; max-height: 170px; object-fit: contain; filter: drop-shadow(0 12px 25px rgba(0,0,0,.25)); }
.tsm-footer-brand p { max-width: 360px; font-size: .86rem; }
.tsm-footer-social { display: flex; gap: 9px; }
.tsm-footer-social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.tsm-footer-social a:hover { background: var(--tsm-teal); color: #fff; }
.tsm-footer-links, .tsm-footer-contact { margin: 0; padding: 0; list-style: none; }
.tsm-footer-links li { margin-bottom: 10px; }
.tsm-footer-links a:hover { color: var(--tsm-gold-2); }
.tsm-footer-hours p { display: grid; margin-bottom: 18px; }
.tsm-footer-hours strong { color: #fff; }
.tsm-footer-hours span { font-size: .84rem; }
.tsm-footer .tsm-text-link { color: var(--tsm-gold-2) !important; }
.tsm-footer-contact { display: grid; gap: 16px; margin-bottom: 25px; }
.tsm-footer-contact li { display: flex; gap: 11px; }
.tsm-footer-contact svg { margin-top: 3px; color: var(--tsm-gold-2); }
.tsm-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.tsm-footer-bottom .tsm-shell { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tsm-footer-bottom a { color: var(--tsm-gold-2); }

@media (max-width: 1120px) {
  .tsm-desktop-nav { gap: 16px; }
  .tsm-desktop-nav a { font-size: .78rem; }
  .tsm-header-actions .tsm-button { display: none; }
  .tsm-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .tsm-feature-card:nth-child(2) { border-right: 0; }
  .tsm-home-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .tsm-footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .tsm-footer-grid > div:last-child { grid-column: 2 / 4; }
  .tsm-nightlife-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .tsm-desktop-nav { display: none; }
  .tsm-mobile-toggle { display: grid; }
  .tsm-header-actions .tsm-button { display: inline-flex; }
  .tsm-home-hero { min-height: auto; }
  .tsm-home-hero-grid { grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 120px; text-align: center; }
  .tsm-hero-logo-card { width: min(70vw, 390px); }
  .tsm-hero-copy { margin: auto; }
  .tsm-hero-copy > p { margin-inline: auto; }
  .tsm-hero-copy .tsm-button-row, .tsm-hero-quick-info { justify-content: center; }
  .tsm-split, .tsm-about-bottom-grid, .tsm-contact-grid, .tsm-event-single-grid { grid-template-columns: 1fr; }
  .tsm-intro-visual { min-height: 540px; }
  .tsm-menu-preview-grid { grid-template-columns: 1fr; }
  .tsm-menu-preview-card { display: grid; grid-template-columns: 1fr 1.5fr; gap: 0 30px; }
  .tsm-menu-preview-title, .tsm-menu-preview-card > p, .tsm-menu-preview-card > a { grid-column: 1; }
  .tsm-menu-preview-card ul { grid-column: 2; grid-row: 1 / span 4; }
  .tsm-menu-page-grid { grid-template-columns: 1fr; }
  .tsm-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .tsm-contact-cards { margin-top: -100px; }
  .tsm-about-aside, .tsm-event-detail-card { position: static; }
  .tsm-about-logo { max-width: 520px; margin: auto; }
}

@media (max-width: 782px) {
  .admin-bar .tsm-header { top: 46px; }
  .admin-bar .tsm-menu-jump { top: 138px; }
}

@media (max-width: 760px) {
  .tsm-shell { width: min(calc(100% - 28px), var(--tsm-shell)); }
  .tsm-section { padding: 70px 0; }
  .tsm-topbar-hours { display: none; }
  .tsm-header-actions .tsm-button { display: none; }
  .tsm-preview-bar { align-items: flex-start; gap: 5px; flex-direction: column; padding-block: 8px; }
  .tsm-page-hero { min-height: 360px; }
  .tsm-home-hero-grid { gap: 35px; padding-top: 55px; }
  .tsm-hero-logo-card { width: min(78vw, 350px); border-radius: 42%; }
  .tsm-hero-copy h1 { font-size: clamp(2.9rem, 13vw, 4.4rem); }
  .tsm-hero-quick-info { flex-direction: column; align-items: center; }
  .tsm-feature-strip { margin-top: -40px; }
  .tsm-feature-grid { grid-template-columns: 1fr; }
  .tsm-feature-card { min-height: 128px; border-right: 0; border-bottom: 1px solid rgba(6,27,51,.12); }
  .tsm-section-heading-row { display: grid; align-items: start; }
  .tsm-section-heading-row .tsm-button { justify-self: start; }
  .tsm-intro-visual { min-height: 460px; }
  .tsm-intro-photo { inset: 0 30px 70px 0; }
  .tsm-intro-visual blockquote { width: 90%; padding: 22px; font-size: 1.1rem; }
  .tsm-menu-preview-card { display: block; }
  .tsm-event-card-grid { grid-template-columns: 1fr; }
  .tsm-home-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 220px); }
  .tsm-gallery-tile { grid-column: auto !important; grid-row: auto !important; }
  .tsm-visit-card { grid-template-columns: 1fr; }
  .tsm-visit-details { padding: 35px; }
  .tsm-contact-cards { grid-template-columns: 1fr; margin-top: -65px; }
  .tsm-contact-cards > * { min-height: 105px; }
  .tsm-gallery-grid, .tsm-testimonial-grid { grid-template-columns: 1fr; }
  .tsm-gallery-item { min-height: 360px; }
  .tsm-nightlife-grid { grid-template-columns: repeat(2, 1fr); }
  .tsm-nightlife-cta .tsm-shell, .tsm-review-callout { align-items: flex-start; flex-direction: column; }
  .tsm-form-row { grid-template-columns: 1fr; }
  .tsm-footer-grid { grid-template-columns: 1fr 1fr; }
  .tsm-footer-grid > div:first-child { grid-column: 1 / -1; }
  .tsm-footer-grid > div:last-child { grid-column: auto; }
  .tsm-footer-bottom .tsm-shell { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .tsm-topbar-inner { justify-content: center; }
  .tsm-social-links { display: none; }
  .tsm-brand { width: auto; height: auto; min-width: 0; max-width: 230px; flex-basis: 230px; }
  .tsm-brand span { font-size: 1.02rem; }
  .tsm-header, .tsm-header-inner { height: 82px; }
  .tsm-mobile-menu { top: 82px; }
  .tsm-menu-jump { top: 82px; }
  .admin-bar .tsm-menu-jump { top: 128px; }
  .tsm-home-hero-grid { padding-bottom: 105px; }
  .tsm-hero-logo-card { width: min(84vw, 320px); }
  .tsm-button-row { align-items: stretch; flex-direction: column; }
  .tsm-button-row .tsm-button { width: 100%; }
  .tsm-feature-card { padding: 22px 18px; }
  .tsm-intro-visual { min-height: 400px; }
  .tsm-home-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .tsm-gallery-tile { min-height: 270px; }
  .tsm-menu-section-card > header { padding: 26px 22px 20px; }
  .tsm-menu-section-card > header p { margin-left: 0; }
  .tsm-menu-items { padding-inline: 22px; }
  .tsm-calendar-toolbar h2 { min-width: 0; font-size: 2rem; }
  .tsm-event-card-body { grid-template-columns: 55px 1fr; gap: 15px; padding: 20px; }
  .tsm-event-date-block { height: 62px; }
  .tsm-gallery-item { min-height: 300px; }
  .tsm-nightlife-grid { grid-template-columns: 1fr; }
  .tsm-contact-form-card { padding: 27px 20px; }
  .tsm-review-callout { padding: 32px 24px; }
  .tsm-footer-grid { grid-template-columns: 1fr; }
  .tsm-footer-grid > div:first-child, .tsm-footer-grid > div:last-child { grid-column: auto; }
}


@media (max-width: 1180px) {
  .tsm-brand { min-width: 205px; max-width: 250px; flex-basis: 250px; }
  .tsm-brand span { font-size: 1.12rem; }
  .tsm-menu-masthead-grid { grid-template-columns: minmax(220px,1fr) 215px minmax(220px,1fr); gap: 28px; }
  .tsm-menu-masthead-brand img { width: 145px; height: 145px; }
  .tsm-print-menu-paper { padding-inline: 28px; }
  .tsm-print-menu-column { padding-inline: 22px; }
}

@media (max-width: 900px) {
  .tsm-menu-masthead-grid { grid-template-columns: 1fr 190px 1fr; gap: 20px; }
  .tsm-menu-masthead-info.is-contact { min-width: 0; }
  .tsm-menu-masthead-info span { font-size: .76rem; }
  .tsm-menu-masthead-info strong { font-size: .78rem; }
  .tsm-menu-masthead-info b { font-size: .82rem; }
  .tsm-menu-masthead-info p { margin-left: 0; }
  .tsm-menu-masthead-brand img { width: 128px; height: 128px; }
  .tsm-print-menu-grid { grid-template-columns: 1fr; }
  .tsm-print-menu-column { padding: 0 0 36px; border-right: 0; border-bottom: 1px solid rgba(13,105,118,.38); }
  .tsm-print-menu-column + .tsm-print-menu-column { padding-top: 42px; }
  .tsm-print-menu-column:last-child { padding-bottom: 0; border-bottom: 0; }
  .tsm-print-menu-section { max-width: 680px; margin-inline: auto; }
}

@media (max-width: 700px) {
  .tsm-menu-masthead-grid { grid-template-columns: 1fr; padding-top: 34px; text-align: center; }
  .tsm-menu-masthead-brand { grid-row: 1; }
  .tsm-menu-masthead-info { justify-self: center !important; width: min(100%, 360px); text-align: left; }
  .tsm-menu-masthead-info.is-hours { grid-row: 2; }
  .tsm-menu-masthead-info.is-contact { grid-row: 3; }
  .tsm-menu-masthead-info p { text-align: center; }
  .tsm-menu-jump .tsm-shell { justify-content: flex-start; }
  .tsm-print-menu-paper { padding: 58px 22px 72px; }
}

@media (max-width: 520px) {
  .tsm-brand { max-width: 205px; flex-basis: 205px; }
  .tsm-brand span { font-size: .94rem; }
  .tsm-print-menu-paper { padding-inline: 17px; }
  .tsm-print-menu-section.is-boxed { padding-inline: 14px; }
  body.tsm-site-active .tsm-print-menu-item h3 { font-size: .84rem !important; }
  body.tsm-site-active .tsm-print-menu-item b { font-size: .96rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Interactive states and dynamic hour rows. */
.tsm-header.is-scrolled { box-shadow: 0 16px 38px rgba(3,21,38,.14); }
body.tsm-site-active.tsm-menu-open,
body.tsm-site-active.tsm-lightbox-open { overflow: hidden; }
.tsm-gallery-item[hidden] { display: none !important; }
.tsm-contact-hours .tsm-hours-group > span { display: grid; grid-template-columns: 1fr auto; gap: 5px 16px; }
.tsm-contact-hours .tsm-hours-group > span em { color: var(--tsm-muted); font-style: normal; font-weight: 500; }
.tsm-contact-hours .tsm-hours-group > span b { text-align: right; }
