/*
Theme Name: Cafe Schroedl
Template: astra
Version: 1.0.0
Description: Child theme for Cafe Konditorei Schroedl.
*/

:root {
  --schroedl-wine: #7b263a;
  --schroedl-wine-dark: #511626;
  --schroedl-gold: #c79a4a;
  --schroedl-cream: #fbf5eb;
  --schroedl-paper: #fffdf9;
  --schroedl-cocoa: #3c2924;
  --schroedl-muted: #746661;
  --schroedl-line: #eadfd1;
  --schroedl-shadow: 0 18px 55px rgba(60, 41, 36, 0.12);
}

body {
  color: var(--schroedl-cocoa);
  background: var(--schroedl-paper);
  font-family: Georgia, "Times New Roman", serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.site-title {
  color: var(--schroedl-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

a {
  color: var(--schroedl-wine);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.elementor-button:focus-visible,
.menu-link:focus-visible {
  outline: 3px solid var(--schroedl-gold);
  outline-offset: 4px;
  border-radius: 8px;
}

.sch-skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 999999;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 999px;
  color: white;
  background: var(--schroedl-wine-dark);
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--schroedl-shadow);
}

.sch-skip-link:focus {
  transform: translateY(0);
}

.ast-primary-header-bar {
  border-bottom: 1px solid rgba(123, 38, 58, 0.1);
  box-shadow: 0 6px 30px rgba(60, 41, 36, 0.06);
}

.site-header-primary-section-left img {
  max-height: 52px;
  width: auto;
}

.site-branding .site-title,
.site-branding .site-description {
  display: none !important;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: auto 1fr auto;
}

.ast-builder-menu-1 {
  width: 100%;
}

.main-header-menu {
  gap: 0;
  flex-wrap: nowrap;
}

.main-header-menu > .menu-item > .menu-link {
  color: var(--schroedl-cocoa);
  padding-right: 0.72em;
  padding-left: 0.72em;
  min-height: 44px;
  white-space: nowrap;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.main-header-menu > .current-menu-item > .menu-link,
.main-header-menu > .menu-item:hover > .menu-link {
  color: var(--schroedl-wine);
}

.site-content .ast-container,
.elementor-page .site-content .ast-container {
  max-width: none;
  padding: 0;
}

.elementor-page .entry-content {
  margin: 0;
}

.elementor-page .entry-content > .elementor {
  overflow: hidden;
}

.sch-page {
  overflow: hidden;
}

.sch-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.sch-wrap.e-con {
  width: min(1160px, calc(100% - 40px)) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.sch-section {
  padding: 96px 0;
}

.sch-section.e-con {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 96px 0 !important;
}

.sch-section--cream {
  background: var(--schroedl-cream);
}

.sch-section--cream.e-con {
  background: var(--schroedl-cream) !important;
}

.sch-section--wine {
  color: white;
  background: var(--schroedl-wine-dark);
}

.sch-section--wine.e-con {
  color: white !important;
  background: var(--schroedl-wine-dark) !important;
}

.sch-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--schroedl-wine);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sch-eyebrow .elementor-heading-title,
.elementor-widget-heading.sch-eyebrow .elementor-heading-title {
  margin: 0 0 14px !important;
  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.sch-section--wine .sch-eyebrow {
  color: #efca83;
}

.sch-eyebrow--hero {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.sch-title {
  max-width: 780px;
  margin: 0 0 22px;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: 1.05;
}

.sch-title .elementor-heading-title,
.elementor-widget-heading.sch-title .elementor-heading-title {
  max-width: 780px !important;
  margin: 0 0 22px !important;
  color: var(--schroedl-cocoa) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.15rem, 4vw, 4.25rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}

.sch-title--small {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.sch-title--small .elementor-heading-title,
.elementor-widget-heading.sch-title--small .elementor-heading-title {
  font-size: clamp(1.9rem, 3vw, 3rem) !important;
}

.sch-spaced-title {
  margin-top: 42px;
}

.sch-lead {
  max-width: 720px;
  margin: 0;
  color: var(--schroedl-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.sch-lead .elementor-widget-container,
.elementor-widget-text-editor.sch-lead {
  max-width: 720px !important;
  margin: 0 !important;
  color: var(--schroedl-muted) !important;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem) !important;
  line-height: 1.75 !important;
}

.sch-section--wine .sch-title,
.sch-section--wine .sch-lead {
  color: white;
}

.sch-section--wine .sch-title .elementor-heading-title,
.sch-section--wine .sch-lead .elementor-widget-container,
.sch-section--wine .elementor-widget-text-editor,
.sch-section--wine .elementor-heading-title {
  color: white !important;
}

.sch-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  color: white;
  background-position: center;
  background-size: cover;
}

.sch-hero.e-con {
  position: relative !important;
  display: grid !important;
  align-items: end !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 720px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: white !important;
  background-position: center !important;
  background-size: cover !important;
}

.sch-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 32% 58%, rgba(31, 18, 17, 0.78) 0%, rgba(31, 18, 17, 0.54) 34%, rgba(31, 18, 17, 0.08) 68%),
    linear-gradient(90deg, rgba(35, 19, 19, 0.92) 0%, rgba(35, 19, 19, 0.64) 45%, rgba(35, 19, 19, 0.16) 78%),
    linear-gradient(0deg, rgba(35, 19, 19, 0.18), rgba(35, 19, 19, 0.04));
}

.sch-hero.e-con::before {
  z-index: 0;
  pointer-events: none;
}

.sch-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 110px 0 105px;
}

.sch-hero__content.e-con {
  position: relative !important;
  z-index: 1 !important;
  align-items: flex-start !important;
  width: min(1160px, calc(100% - 40px)) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 110px 0 105px !important;
}

.sch-hero .elementor-widget-heading,
.sch-hero .elementor-widget-text-editor,
.sch-hero .elementor-widget-button {
  max-width: 760px !important;
}

.sch-hero h1 {
  margin: 0 0 24px;
  color: white;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.98;
}

.sch-hero h1.elementor-heading-title,
.sch-hero .elementor-widget-heading h1.elementor-heading-title {
  max-width: 760px !important;
  margin: 0 0 24px !important;
  color: white !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(3rem, 6vw, 6.2rem) !important;
  font-weight: 500 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.62),
    0 10px 32px rgba(0, 0, 0, 0.48) !important;
}

.sch-hero p {
  max-width: 650px;
  margin: 0 0 34px;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.7;
}

.sch-hero .elementor-widget-text-editor,
.sch-hero .elementor-widget-text-editor .elementor-widget-container {
  max-width: 650px !important;
  margin: 0 0 34px !important;
  color: white !important;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem) !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.78),
    0 8px 22px rgba(0, 0, 0, 0.46) !important;
}

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

.sch-actions.e-con {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  gap: 14px !important;
}

.sch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 25px;
  border: 1px solid var(--schroedl-wine);
  border-radius: 999px;
  color: white;
  background: var(--schroedl-wine);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.sch-button .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 13px 25px !important;
  border: 1px solid var(--schroedl-wine) !important;
  border-radius: 999px !important;
  color: white !important;
  background: var(--schroedl-wine) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.sch-button:hover {
  color: white;
  background: var(--schroedl-wine-dark);
  border-color: var(--schroedl-wine-dark);
}

.sch-button .elementor-button:hover {
  color: white !important;
  background: var(--schroedl-wine-dark) !important;
  border-color: var(--schroedl-wine-dark) !important;
}

.sch-button--light {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.sch-button--light .elementor-button {
  border-color: rgba(255, 255, 255, 0.75) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(8px);
}

.sch-grid {
  display: grid;
  gap: 28px;
}

.sch-grid.e-con {
  display: grid !important;
  gap: 28px !important;
}

.sch-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.sch-grid--3.e-con {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.sch-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.sch-grid--2.e-con {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.sch-intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}

.sch-intro-grid.e-con {
  display: grid !important;
  grid-template-columns: 0.8fr 1.2fr !important;
  align-items: center !important;
  gap: 70px !important;
}

.sch-card {
  overflow: hidden;
  border: 1px solid var(--schroedl-line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 40px rgba(60, 41, 36, 0.07);
}

.sch-card.e-con {
  display: block !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid var(--schroedl-line) !important;
  border-radius: 22px !important;
  background: white !important;
  box-shadow: 0 12px 40px rgba(60, 41, 36, 0.07) !important;
}

.sch-card img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.sch-card .elementor-widget-image img {
  height: 280px;
  object-fit: cover;
}

.sch-card .elementor-widget-image,
.sch-card .elementor-widget-image .elementor-widget-container {
  width: 100% !important;
}

.sch-card .elementor-widget-image img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
}

.sch-card__body {
  padding: 28px;
}

.sch-card__body.e-con {
  display: block !important;
  padding: 28px !important;
}

.sch-card h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

.sch-card h3.elementor-heading-title,
.sch-card .elementor-widget-heading h3.elementor-heading-title {
  margin: 0 0 12px !important;
  color: var(--schroedl-cocoa) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
}

.sch-card p {
  margin: 0 0 18px;
  color: var(--schroedl-muted);
  line-height: 1.7;
}

.sch-card .elementor-widget-text-editor,
.sch-card .elementor-widget-text-editor .elementor-widget-container {
  margin: 0 0 18px !important;
  color: var(--schroedl-muted) !important;
  line-height: 1.7 !important;
}

.sch-card a {
  font-weight: 800;
  text-decoration: none;
}

.sch-card .elementor-button {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--schroedl-wine) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 800 !important;
}

.sch-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--schroedl-shadow);
}

.sch-image img {
  display: block;
  width: 100%;
  height: auto;
}

.sch-image .elementor-widget-image img,
.sch-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.sch-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -1px;
  color: white;
  background: var(--schroedl-wine-dark);
}

.sch-facts.e-con {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  max-width: none !important;
  margin-top: -1px !important;
  padding: 0 !important;
  color: white !important;
  background: var(--schroedl-wine-dark) !important;
}

.sch-fact {
  padding: 34px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.sch-fact.e-con,
.sch-fact.elementor-widget-text-editor {
  display: block !important;
  padding: 34px 22px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: white !important;
  text-align: center !important;
}

.sch-fact:last-child {
  border-right: 0;
}

.sch-fact strong {
  display: block;
  margin-bottom: 5px;
  color: #efca83;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.sch-fact strong,
.sch-fact .elementor-widget-container strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: #efca83 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.45rem !important;
}

.sch-visit-strip.e-con {
  padding: 74px 0 !important;
}

.sch-visit-grid.e-con {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 28px !important;
}

.sch-visit-card.e-con {
  display: block !important;
  height: 100% !important;
  padding: 38px !important;
  border: 1px solid rgba(123, 38, 58, 0.14) !important;
  border-radius: 28px !important;
  background: rgba(255, 253, 249, 0.92) !important;
  box-shadow: var(--schroedl-shadow) !important;
}

.sch-visit-card--contact.e-con {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(123, 38, 58, 0.96), rgba(81, 22, 38, 0.98)) !important;
}

.sch-visit-card--contact .sch-eyebrow .elementor-heading-title,
.sch-visit-card--contact .elementor-heading-title,
.sch-visit-card--contact .elementor-widget-text-editor,
.sch-visit-card--contact .elementor-widget-container,
.sch-visit-card--contact a {
  color: white !important;
}

.sch-visit-card--contact .sch-title .elementor-heading-title,
.sch-visit-card--contact .sch-title--small .elementor-heading-title,
.sch-visit-card--contact h2.elementor-heading-title {
  color: white !important;
}

.sch-visit-card--contact .sch-eyebrow .elementor-heading-title {
  color: #efca83 !important;
}

.sch-visit-card .sch-title--small .elementor-heading-title {
  margin-bottom: 26px !important;
  font-size: clamp(1.85rem, 3vw, 2.75rem) !important;
}

.sch-hours--home {
  margin-top: 10px;
}

.sch-hours--home li {
  align-items: baseline;
  padding: 15px 0;
  font-size: 1.08rem;
}

.sch-hours--home li:first-child {
  border-top: 1px solid var(--schroedl-line);
}

.sch-hours--home strong {
  color: var(--schroedl-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.sch-hours--home span {
  color: var(--schroedl-wine-dark);
  font-weight: 800;
}

.sch-contact-actions.e-con {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 26px 0 18px !important;
}

.sch-contact-actions .elementor-widget-button {
  width: auto !important;
}

.sch-button--phone .elementor-button {
  border-color: #efca83 !important;
  color: var(--schroedl-wine-dark) !important;
  background: #efca83 !important;
}

.sch-button--phone .elementor-button:hover {
  color: var(--schroedl-wine-dark) !important;
  background: #f6d996 !important;
}

.sch-button--mail .elementor-button {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.sch-contact-line {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.sch-gallery,
.sch-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.sch-gallery.e-con {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin-top: 42px !important;
  padding: 0 !important;
}

.sch-gallery a,
.sch-gallery .gallery-item,
.sch-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: var(--schroedl-cream);
  height: 340px;
  margin: 0 !important;
}

.sch-gallery__item.e-con {
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 340px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px !important;
  background: var(--schroedl-cream) !important;
}

.sch-gallery img,
.sch-gallery .gallery-icon,
.sch-gallery .gallery-icon a,
.sch-gallery__item .elementor-widget-image,
.sch-gallery__item .elementor-widget-container,
.sch-gallery__item a {
  width: 100%;
  height: 100%;
}

.sch-gallery__item .elementor-widget-image,
.sch-gallery__item .elementor-widget-image .elementor-widget-container,
.sch-gallery__item .elementor-widget-image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.sch-gallery img,
.sch-gallery .gallery img,
.sch-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0 !important;
  transition: transform 250ms ease;
}

.sch-gallery__item .elementor-widget-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border: 0 !important;
  transition: transform 250ms ease;
}

.sch-gallery a:hover img,
.sch-gallery .gallery-item:hover img,
.sch-gallery__item:hover img {
  transform: scale(1.025);
}

.sch-gallery--featured {
  grid-template-columns: repeat(3, 1fr);
}

.sch-gallery--featured.e-con {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.sch-gallery--featured a,
.sch-gallery--featured .gallery-item,
.sch-gallery--featured .sch-gallery__item {
  height: 360px;
}

.sch-gallery--featured .sch-gallery__item.e-con {
  height: 360px !important;
}

.sch-gallery--posters a,
.sch-gallery--posters .gallery-item,
.sch-gallery--posters .sch-gallery__item {
  height: 460px;
}

.sch-gallery--posters .sch-gallery__item.e-con {
  height: 460px !important;
}

.sch-gallery--compact a,
.sch-gallery--compact .gallery-item,
.sch-gallery--compact .sch-gallery__item {
  height: 260px;
}

.sch-gallery--compact .sch-gallery__item.e-con {
  height: 260px !important;
}

.sch-menu-pages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 45px;
}

.sch-menu-pages.e-con {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin-top: 45px !important;
}

.sch-menu-pages a {
  overflow: hidden;
  border-radius: 18px;
  background: white;
  box-shadow: var(--schroedl-shadow);
}

.sch-menu-pages img {
  display: block;
  width: 100%;
  height: auto;
}

.sch-menu-pages .elementor-widget-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 18px !important;
  box-shadow: var(--schroedl-shadow) !important;
}

.sch-team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 45px;
}

.sch-team.e-con {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 30px !important;
  margin-top: 45px !important;
}

.sch-team__person {
  overflow: hidden;
  border-radius: 24px;
  background: white;
  box-shadow: var(--schroedl-shadow);
}

.sch-team__person.e-con {
  display: block !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 24px !important;
  background: white !important;
  box-shadow: var(--schroedl-shadow) !important;
}

.sch-team__person img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.sch-team__person .elementor-widget-image img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.35 !important;
  object-fit: cover !important;
}

.sch-team__person div {
  padding: 28px;
}

.sch-team__person h3 {
  margin: 0 0 8px;
}

.sch-team__person p {
  margin: 0;
  color: var(--schroedl-muted);
}

.sch-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.sch-contact-grid.e-con {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 70px !important;
}

.sch-contact-box {
  padding: 38px;
  border-radius: 24px;
  background: white;
  box-shadow: var(--schroedl-shadow);
}

.sch-contact-box h2,
.sch-contact-box h3 {
  margin-top: 0;
}

.sch-contact-box p {
  line-height: 1.8;
}

.sch-hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sch-hours li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--schroedl-line);
}

.sch-note {
  margin-top: 24px;
  padding: 20px;
  border-left: 4px solid var(--schroedl-gold);
  background: var(--schroedl-cream);
  line-height: 1.7;
}

.sch-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 44px;
}

.sch-testimonials.e-con {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  margin-top: 44px !important;
}

.sch-testimonials .elementor-widget-text-editor {
  padding: 28px !important;
  border: 1px solid var(--schroedl-line) !important;
  border-radius: 22px !important;
  background: white !important;
  box-shadow: 0 12px 40px rgba(60, 41, 36, 0.07) !important;
}

.sch-testimonials .elementor-widget-container {
  color: var(--schroedl-cocoa) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.sch-testimonials article {
  padding: 28px;
  border: 1px solid var(--schroedl-line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 40px rgba(60, 41, 36, 0.07);
}

.sch-testimonials img {
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 999px;
  object-fit: cover;
}

.sch-testimonials blockquote {
  margin: 0 0 18px;
  color: var(--schroedl-cocoa);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.65;
}

.sch-testimonials strong,
.sch-date {
  color: var(--schroedl-wine);
  font-weight: 800;
}

.sch-date {
  display: block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sch-news-card img {
  height: 250px;
}

.sch-contact-box code {
  padding: 2px 6px;
  border-radius: 5px;
  background: var(--schroedl-cream);
  color: var(--schroedl-wine-dark);
}

.sch-legal-text {
  max-width: 860px;
  color: var(--schroedl-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.sch-legal-text .elementor-widget-container {
  max-width: 860px !important;
  color: var(--schroedl-muted) !important;
  font-size: 1.05rem !important;
  line-height: 1.8 !important;
}

.sch-legal-text p {
  margin-bottom: 1.2em;
}

.sch-legal-text mark {
  display: inline-block;
  padding: 0.12em 0.35em;
  border-radius: 6px;
  color: var(--schroedl-cocoa);
  background: #fff1bf;
}

.sch-legal .sch-title--small {
  margin-top: 36px;
}

.sch-legal .sch-title--small .elementor-heading-title {
  margin-top: 36px !important;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem) !important;
}

.sch-legal a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sch-legal a:hover {
  color: var(--schroedl-wine-dark);
}

.sch-cta {
  padding: 82px 0;
  text-align: center;
}

.sch-cta .sch-title,
.sch-cta .sch-lead {
  margin-right: auto;
  margin-left: auto;
}

.sch-cta .sch-actions {
  justify-content: center;
  margin-top: 30px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background: #2d1e1b;
}

.site-footer a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer .ast-footer-copyright p {
  margin-bottom: 0;
}

.sch-social-section {
  background: var(--schroedl-paper);
}

.sch-social-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 34px;
  padding-top: 10px;
}

.sch-social-section__copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--schroedl-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.sch-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sch-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid var(--schroedl-line);
  border-radius: 8px;
  color: var(--schroedl-cocoa);
  background: white;
  box-shadow: 0 12px 34px rgba(60, 41, 36, 0.08);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sch-social-section .sch-social-links {
  justify-content: flex-end;
}

.sch-social-link:hover {
  color: var(--schroedl-wine-dark);
  border-color: rgba(123, 38, 58, 0.28);
  box-shadow: 0 18px 42px rgba(60, 41, 36, 0.14);
  transform: translateY(-2px);
}

.sch-social-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--schroedl-wine);
}

.sch-social-link__icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.sch-social-link--instagram .sch-social-link__icon {
  background: linear-gradient(135deg, #7b263a 0%, #c79a4a 100%);
}

.sch-social-link--facebook .sch-social-link__icon {
  background: #28589b;
}

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

@media (max-width: 920px) {
  .sch-grid--3,
  .sch-intro-grid,
  .sch-contact-grid,
  .sch-testimonials,
  .sch-social-section__inner {
    grid-template-columns: 1fr;
  }

  .sch-grid--3.e-con,
  .sch-intro-grid.e-con,
  .sch-contact-grid.e-con,
  .sch-testimonials.e-con {
    grid-template-columns: 1fr !important;
  }

  .sch-grid--2,
  .sch-team {
    grid-template-columns: 1fr;
  }

  .sch-grid--2.e-con,
  .sch-team.e-con {
    grid-template-columns: 1fr !important;
  }

  .sch-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .sch-gallery.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .main-header-menu > .menu-item > .menu-link {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 0.82rem;
  }

  .sch-hero {
    min-height: 650px;
  }

  .sch-hero.e-con {
    min-height: 650px !important;
  }

  .sch-social-section .sch-social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .sch-wrap {
    width: min(100% - 28px, 1160px);
  }

  .sch-wrap.e-con,
  .sch-hero__content.e-con {
    width: min(100% - 28px, 1160px) !important;
  }

  .sch-section {
    padding: 68px 0;
  }

  .sch-section.e-con {
    padding: 68px 0 !important;
  }

  .sch-hero {
    min-height: 610px;
    background-position: 62% center;
  }

  .sch-hero.e-con {
    min-height: 610px !important;
    background-position: 62% center !important;
  }

  .sch-hero::before {
    background: linear-gradient(90deg, rgba(35, 19, 19, 0.9), rgba(35, 19, 19, 0.48));
  }

  .sch-hero__content {
    padding: 80px 0 70px;
  }

  .sch-hero__content.e-con {
    padding: 80px 0 70px !important;
  }

  .sch-facts,
  .sch-visit-grid,
  .sch-gallery,
  .sch-menu-pages,
  .sch-contact-grid,
  .sch-team,
  .sch-testimonials,
  .sch-social-section__inner {
    grid-template-columns: 1fr;
  }

  .sch-facts.e-con,
  .sch-visit-grid.e-con,
  .sch-gallery.e-con,
  .sch-menu-pages.e-con,
  .sch-contact-grid.e-con,
  .sch-team.e-con,
  .sch-testimonials.e-con {
    grid-template-columns: 1fr !important;
  }

  .sch-hero h1.elementor-heading-title,
  .sch-hero .elementor-widget-heading h1.elementor-heading-title {
    max-width: 100% !important;
    display: block !important;
    font-size: clamp(2rem, 9.5vw, 2.55rem) !important;
    line-height: 1.04 !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .sch-hero .elementor-widget-heading,
  .sch-hero .elementor-widget-text-editor,
  .sch-hero .elementor-widget-text-editor .elementor-widget-container,
  .sch-hero .elementor-widget-button {
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .sch-hero__content.e-con > .elementor-element {
    --container-widget-width: 100% !important;
    --container-widget-flex-grow: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .sch-title .elementor-heading-title,
  .elementor-widget-heading.sch-title .elementor-heading-title {
    max-width: 100% !important;
    display: block !important;
    font-size: clamp(1.75rem, 8vw, 2.18rem) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .sch-actions.e-con {
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sch-actions .elementor-widget-button,
  .sch-button,
  .sch-button .elementor-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .sch-actions .elementor-widget-button {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sch-button .elementor-button {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .sch-card.e-con,
  .sch-visit-card.e-con,
  .sch-contact-box,
  .sch-team__person.e-con {
    border-radius: 18px !important;
  }

  .sch-visit-strip.e-con {
    padding: 54px 0 !important;
  }

  .sch-visit-card.e-con {
    padding: 26px 22px !important;
  }

  .sch-hours--home li {
    display: block;
    padding: 13px 0;
  }

  .sch-hours--home span {
    display: block;
    margin-top: 3px;
  }

  .sch-contact-actions.e-con {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .sch-contact-actions .elementor-widget-button,
  .sch-contact-actions .elementor-button {
    width: 100% !important;
  }

  .sch-fact {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .sch-gallery img {
    height: 300px;
  }

  .sch-gallery__item.e-con,
  .sch-gallery--featured .sch-gallery__item.e-con,
  .sch-gallery--posters .sch-gallery__item.e-con,
  .sch-gallery--compact .sch-gallery__item.e-con {
    height: 300px !important;
  }

  .sch-hours li {
    display: block;
  }

  .sch-legal-text,
  .sch-legal-text .elementor-widget-container {
    font-size: 1rem !important;
    line-height: 1.75 !important;
    overflow-wrap: anywhere;
  }

  .sch-social-section .sch-social-links,
  .sch-social-link {
    width: 100%;
  }

}

@media (max-width: 600px) {
  body.elementor-page .sch-hero .elementor-heading-title {
    display: block !important;
    width: min(320px, calc(100vw - 28px)) !important;
    max-width: min(320px, calc(100vw - 28px)) !important;
    font-size: 2rem !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  body.elementor-page .sch-hero .elementor-widget-text-editor,
  body.elementor-page .sch-hero .elementor-widget-text-editor .elementor-widget-container {
    width: min(340px, calc(100vw - 28px)) !important;
    max-width: min(340px, calc(100vw - 28px)) !important;
    white-space: normal !important;
  }

}
