:root {
  --sommore-black: #050505;
  --sommore-charcoal: #0d0d0d;
  --sommore-gold: #D6B25E;
  --sommore-gold-light: #F0D28A;
  --sommore-white: #ffffff;
  --sommore-muted: #c9c4ba;
}

body.home {
  background: var(--sommore-black) !important;
  color: var(--sommore-white);
  font-family: Lato, Arial, sans-serif !important;
}
body.home *, body.home input, body.home button { font-family: Lato, Arial, sans-serif; box-sizing: border-box; }
body.home #headerwrap, body.home #header, body.home .mobile-menu-module, body.home #menu-icon,
body.home .navbar-wrapper, body.home .header-widget { display: none !important; }
body.home #pagewrap, body.home #body, body.home #layout, body.home #content,
body.home .tb_first { margin-top: 0 !important; padding-top: 0 !important; }
body.home .module_row { position: relative; }
body.home .module_row h1, body.home .module_row h2, body.home .module_row h3 {
  font-family: Lato, Arial, sans-serif !important;
  letter-spacing: .055em;
  line-height: 1.08;
}
body.home .tb_first {
  min-height: min(64vw, 940px) !important;
  background-image: url("https://sommore.com/wp-content/uploads/2026/09/Sommore-Homepage-Hero-–-Desktop.webp") !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
body.home .tb_first .row_inner { min-height: inherit; }
body.home .tb_qmai096 { display: none !important; }

.sommore-section {
  background: var(--sommore-black);
  color: var(--sommore-white);
  border-top: 1px solid rgba(214,178,94,.55);
  border-bottom: 1px solid rgba(214,178,94,.3);
  padding: clamp(56px, 7vw, 96px) 24px;
  text-align: center;
}
.sommore-section-inner, .sommore-footer-inner { width: min(1120px, 100%); margin: 0 auto; }
.sommore-kicker {
  color: var(--sommore-gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .24em;
  margin: 0 0 12px;
}
.sommore-section h2, .sommore-restored-footer h2 {
  color: var(--sommore-white);
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  font-weight: 900;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.sommore-updates-subtitle { color: var(--sommore-white); font-size: clamp(1rem, 2vw, 1.25rem); margin: 0 auto 34px; }
.sommore-updates-form { width: min(780px, 100%); margin: 0 auto; text-align: left; }
.sommore-contact-choice {
  border: 0; margin: 0 0 22px; padding: 0; text-align: center;
}
.sommore-contact-choice legend { color: var(--sommore-gold-light); font-size: 1rem; font-weight: 700; margin: 0 auto 12px; }
.sommore-contact-choice label { display: inline-flex; gap: 8px; align-items: center; margin: 0 14px; color: var(--sommore-white); }
.sommore-contact-choice input, .sommore-consent input, .sommore-footer-consents input { accent-color: var(--sommore-gold); }
.sommore-form-grid, .sommore-footer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sommore-field, .sommore-footer-grid label { display: grid; gap: 8px; color: var(--sommore-gold-light); font-size: .88rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.sommore-field input, .sommore-footer-grid input {
  width: 100%; min-height: 52px; border: 1px solid var(--sommore-gold); border-radius: 0;
  background: #090909; color: #fff; font-size: 1rem; padding: 12px 14px; outline: none;
}
.sommore-field input:focus, .sommore-footer-grid input:focus { border-color: var(--sommore-gold-light); box-shadow: 0 0 0 2px rgba(240,210,138,.22); }
.sommore-consent { display: flex; align-items: flex-start; gap: 10px; color: #d8d5ce; font-size: .82rem; line-height: 1.5; margin: 20px 0 8px; }
.sommore-consent input { margin-top: 4px; }
.sommore-form-legal { color: var(--sommore-muted); font-size: .8rem; margin: 0 0 22px; }
.sommore-form-legal a, .sommore-footer-links a { color: var(--sommore-gold-light); text-decoration: none; }
.sommore-gold-button, body.home .module-buttons a, body.home a.tb_default_color {
  appearance: none; border: 1px solid var(--sommore-gold-light) !important; border-radius: 0 !important;
  background: linear-gradient(135deg, var(--sommore-gold-light), var(--sommore-gold)) !important;
  color: #050505 !important; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  font-size: .9rem; font-weight: 900; letter-spacing: .12em; min-height: 50px; padding: 13px 28px !important;
  text-decoration: none !important; text-transform: uppercase; transition: filter .2s ease, transform .2s ease;
}
.sommore-gold-button:hover, body.home .module-buttons a:hover { filter: brightness(1.12); transform: translateY(-1px); }
.sommore-form-status { margin: 0 auto 22px; padding: 12px 16px; width: min(780px, 100%); }
.sommore-form-status.success { border: 1px solid var(--sommore-gold); color: var(--sommore-gold-light); }
.sommore-form-status.error { border: 1px solid #c86060; color: #ffd1d1; }

/* First Get Updates form — styled to the approved visual reference. */
.sommore-updates {
  background-color: #0a0810;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,.055) 0 1px, transparent 1.5px),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,.035) 0 1px, transparent 1.5px),
    linear-gradient(135deg, rgba(255,255,255,.018) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.018) 75%);
  background-size: 8px 8px, 8px 8px, 12px 12px;
  border-top: 0;
  border-bottom: 0;
  padding: clamp(42px, 6vw, 78px) 24px clamp(62px, 8vw, 104px);
}
.sommore-updates .sommore-section-inner {
  width: min(960px, 100%);
}
.sommore-updates .sommore-kicker,
.sommore-updates .sommore-contact-choice legend,
.sommore-updates .sommore-field > span {
  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;
}
.sommore-updates h2 {
  color: #fff;
  font-size: clamp(2.35rem, 4.6vw, 4rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
  margin: 0 0 14px;
}
.sommore-updates-subtitle {
  color: #efedf1;
  font-size: clamp(.92rem, 1.6vw, 1.13rem);
  font-weight: 500;
  letter-spacing: .025em;
  margin: 0 auto 40px;
  text-transform: uppercase;
}
.sommore-updates-form {
  width: 100%;
}
.sommore-updates .sommore-contact-choice {
  background: rgba(84,80,91,.62);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin: 0 auto 30px;
  padding: 6px;
  width: min(360px, 100%);
}
.sommore-updates .sommore-contact-choice label {
  border: 2px solid transparent;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  margin: 0;
  min-height: 51px;
  padding: 13px 20px;
  position: relative;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.sommore-updates .sommore-contact-choice label:has(input:checked) {
  background: #fff;
  border-color: #1d1921;
  color: #09070c;
  box-shadow: 0 1px 6px rgba(0,0,0,.45);
}
.sommore-updates .sommore-contact-choice input {
  inset: 0;
  opacity: 0;
  position: absolute;
}
.sommore-updates .sommore-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}
.sommore-updates .sommore-field input {
  background: rgba(48,43,54,.72);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  min-height: 66px;
  padding: 17px 20px;
}
.sommore-updates .sommore-field input::placeholder {
  color: #aaa5af;
  opacity: 1;
}
.sommore-updates .sommore-field input:focus {
  border-color: #f58220;
  box-shadow: 0 0 0 3px rgba(245,130,32,.22);
}
.sommore-updates .sommore-consent {
  color: #f2eff3;
  font-size: .92rem;
  font-weight: 600;
  gap: 14px;
  line-height: 1.45;
  margin: 23px 0 30px;
}
.sommore-updates .sommore-consent input {
  accent-color: #f58220;
  flex: 0 0 auto;
  height: 19px;
  margin-top: 2px;
  width: 19px;
}
.sommore-updates .sommore-form-legal {
  color: #fff;
  font-size: .84rem;
  margin: 0 0 31px;
  text-align: center;
}
.sommore-updates .sommore-form-legal a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #2b8fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.sommore-updates .sommore-gold-button {
  background: #f58220 !important;
  border: 1px solid #f58220 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 1.22rem;
  min-height: 64px;
  width: 100%;
}
.sommore-updates .sommore-gold-button:hover,
.sommore-updates .sommore-gold-button:focus {
  background: #ff932e !important;
  border-color: #ff932e !important;
  filter: none;
}

@media (max-width: 600px) {
  .sommore-updates { padding: 40px 16px 62px; }
  .sommore-updates h2 { font-size: 2.35rem; }
  .sommore-updates-subtitle { font-size: .82rem; line-height: 1.45; margin-bottom: 28px; }
  .sommore-updates .sommore-contact-choice { margin-bottom: 22px; }
  .sommore-updates .sommore-contact-choice label { min-height: 48px; padding-inline: 10px; }
  .sommore-updates .sommore-field input { min-height: 59px; padding: 15px 16px; }
  .sommore-updates .sommore-consent { font-size: .84rem; margin-bottom: 24px; }
  .sommore-updates .sommore-gold-button { min-height: 58px; }
}

/* Tour presentation */
body.home a[href*="etix.com"], body.home a[href*="pompanobeacharts.org"] { text-decoration: none; }
body.home .module_row .tb_text_wrap a:not(.sommore-social-links a):hover { color: var(--sommore-gold-light); }
body.home .module_row hr { border-color: rgba(214,178,94,.55) !important; }
body.home .module_row .module-icon, body.home .module_row .module-icon-item,
body.home .module_row h3 { color: var(--sommore-gold) !important; }

/* Netflix card / section */
body.home .tb_fnz9133 { text-align: center; }
body.home .tb_fnz9133::before {
  content: "NETFLIX"; display: block; color: #E50914; font-family: Arial Black, Lato, sans-serif;
  font-size: clamp(3.4rem, 9vw, 8.5rem); font-weight: 900; letter-spacing: -.07em;
  line-height: .85; margin: 0 auto clamp(24px, 4vw, 54px); text-align: center;
}

/* Follow Sommore */
.sommore-follow { background: #020202; }
.sommore-social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.sommore-social-links a {
  border: 1px solid var(--sommore-gold); color: var(--sommore-gold-light); min-width: 150px;
  padding: 14px 22px; text-decoration: none; text-transform: uppercase; font-size: .88rem;
  font-weight: 800; letter-spacing: .1em; transition: background .2s ease, color .2s ease;
}
.sommore-social-links a:hover { background: var(--sommore-gold); color: #050505; }

/* Hide the replaced legacy footer and render the approved footer */
html body.home #pagewrap #footer > .footer-widgets,
html body.home #pagewrap #footer > ul#footer-nav.footer-nav,
html body.home #pagewrap #footer > .footer-text { display: none !important; }
.sommore-restored-footer { background: #080808; color: #fff; border-top: 1px solid var(--sommore-gold); padding: clamp(50px, 7vw, 90px) 24px 34px; }
.sommore-footer-signup { margin: 0 auto 48px; width: min(940px, 100%); text-align: center; }
.sommore-restored-footer h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.sommore-footer-grid { margin: 28px 0 18px; text-align: left; }
.sommore-footer-consents { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 30px; margin: 0 0 24px; color: #ddd; }
.sommore-footer-consents label { display: inline-flex; align-items: center; gap: 8px; }
.sommore-footer-links { border-top: 1px solid rgba(214,178,94,.35); display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; padding-top: 30px; }
.sommore-footer-links a { font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sommore-copyright { color: #8f8c86; font-size: .75rem; margin: 24px 0 0; text-align: center; }

@media (max-width: 760px) {
  body.home .tb_first {
    min-height: 125vw !important;
    max-height: 760px;
    background-image: url("https://sommore.com/wp-content/uploads/2026/09/Sommore-Homepage-Hero-–-Mobile.webp") !important;
    background-position: center top !important;
  }
  .sommore-section { padding: 48px 18px; }
  .sommore-form-grid, .sommore-footer-grid { grid-template-columns: 1fr; gap: 14px; }
  .sommore-social-links { display: grid; grid-template-columns: 1fr 1fr; }
  .sommore-social-links a { min-width: 0; padding-inline: 12px; }
  .sommore-gold-button { width: 100%; }
}
/* The approved checkpoint removed the Press band and the legacy theme footer completely. */
html body.home #pagewrap #body #content .tb_qmai096 { display: none !important; }
html body.home #pagewrap > #footerwrap { display: none !important; }

/* Lato is the approved typeface throughout the homepage, including older builder modules. */
html body.home #pagewrap #body #content .module_row h1,
html body.home #pagewrap #body #content .module_row h2,
html body.home #pagewrap #body #content .module_row h3,
html body.home #pagewrap #body #content .module_row h4,
html body.home #pagewrap #body #content .module_row p,
html body.home #pagewrap #body #content .module_row a,
html body.home #pagewrap #body #content .module_row button {
  font-family: Lato, Arial, sans-serif !important;
}
html body.home #pagewrap #body #content .tb_fnz9133 .tb_kkf9133 h2 {
  font-family: Lato, Arial, sans-serif !important;
}

@media (max-width: 430px) {
  .sommore-social-links { grid-template-columns: 1fr; }
  .sommore-section h2 { font-size: 2.25rem; }
}
