:root {
  --sh-gold: #c6a15b;
  --sh-ink: #101114;
  --sh-cream: #f5f1e8;
  --sh-white: #ffffff;
  --sh-muted: #6e6e70;
  --sh-line: rgba(16, 17, 20, 0.14);
  --sh-width: 1240px;
  --sh-serif: Marcellus, Georgia, "Times New Roman", serif;
  --sh-sans: "DM Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --sh-shadow: 0 24px 70px rgba(16, 17, 20, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sh-white);
  color: var(--sh-ink);
  font-family: var(--sh-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--sh-gold); }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .55em;
  color: inherit;
  font-family: var(--sh-serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(3.25rem, 7vw, 7.5rem); }
h2 { font-size: clamp(2.55rem, 5vw, 5.5rem); }
h3 { font-size: clamp(1.6rem, 2.8vw, 2.65rem); }
h4 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin: 0 0 1.35em; }
ul, ol { padding-left: 1.25em; }
::selection { background: var(--sh-gold); color: var(--sh-ink); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.sh-skip-link { position: fixed; top: -100px; left: 20px; z-index: 10000; background: var(--sh-white); padding: 12px 18px; }
.sh-skip-link:focus { top: 20px; }
.sh-container { width: min(calc(100% - 48px), var(--sh-width)); margin-inline: auto; }
.sh-site-main { overflow: hidden; }

.sh-announcement {
  position: relative;
  z-index: 1002;
  padding: 9px 0;
  background: var(--sh-ink);
  color: var(--sh-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sh-announcement .sh-container { display: flex; justify-content: space-between; gap: 24px; }
.sh-announcement a { color: var(--sh-gold); text-decoration: none; }

.sh-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(16,17,20,.08);
  transition: box-shadow .3s ease, transform .3s ease;
}
.sh-site-header.is-sticky { position: fixed; top: 0; box-shadow: 0 12px 40px rgba(16,17,20,.1); }
.admin-bar .sh-site-header.is-sticky { top: 32px; }
.sh-header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sh-brand { flex: 0 0 auto; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 240px; max-height: 76px; }
.sh-wordmark { display: flex; flex-direction: column; color: var(--sh-ink); text-decoration: none; line-height: 1; }
.sh-wordmark > span { font-family: var(--sh-serif); font-size: 37px; letter-spacing: -.05em; }
.sh-wordmark > small { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.sh-navigation { margin-left: auto; }
.sh-menu, .sh-navigation .menu { display: flex; align-items: center; gap: 33px; margin: 0; padding: 0; list-style: none; }
.sh-menu > li, .sh-navigation .menu > li { position: relative; }
.sh-menu a, .sh-navigation .menu a {
  display: block;
  padding: 38px 0 36px;
  color: var(--sh-ink);
  font-family: var(--sh-serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}
.sh-menu > li:not(:last-child) > a::after {
  content: ""; position: absolute; left: 0; bottom: 28px; width: 0; height: 1px;
  background: var(--sh-gold); transition: width .25s ease;
}
.sh-menu > li:hover > a::after, .sh-menu > .current-menu-item > a::after, .sh-menu > .current-menu-ancestor > a::after { width: 100%; }
.sh-menu > li:last-child > a {
  padding: 13px 19px;
  color: var(--sh-white);
  background: var(--sh-ink);
  border: 1px solid var(--sh-ink);
  font-family: var(--sh-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.sh-menu > li:last-child > a:hover { background: var(--sh-gold); border-color: var(--sh-gold); color: var(--sh-ink); }
.sh-menu .sub-menu {
  position: absolute; left: -24px; top: calc(100% - 18px); width: 265px;
  margin: 0; padding: 16px 0; list-style: none; background: var(--sh-ink); color: var(--sh-white);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s ease; box-shadow: var(--sh-shadow);
}
.sh-menu li:hover > .sub-menu, .sh-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sh-menu .sub-menu a { padding: 11px 24px; color: rgba(255,255,255,.82); line-height: 1.35; }
.sh-menu .sub-menu a:hover { color: var(--sh-gold); }
.sh-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; background: transparent; border: 0; }
.sh-menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--sh-ink); transition: .25s ease; }

.sh-hero { position: relative; min-height: min(830px, calc(100vh - 133px)); background: var(--sh-cream); }
.sh-hero-slides { min-height: inherit; }
.sh-hero-slide { display: none; min-height: inherit; grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr); }
.sh-hero-slide.is-active { display: grid; animation: shFade .65s ease both; }
.sh-hero-panel { order: 1; position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 6vw, 110px) 110px max(24px, calc((100vw - var(--sh-width)) / 2)); }
.sh-hero-media { order: 2; position: relative; z-index: 1; min-height: 680px; overflow: hidden; background: var(--sh-ink); }
.sh-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,232,.55), transparent 30%); }
.sh-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.sh-hero-panel h1, .sh-hero-panel h2 { position: relative; z-index: 4; width: 148%; max-width: 1000px; font-size: clamp(3.5rem, 5.8vw, 6.5rem); }
.sh-hero-copy { max-width: 620px; color: #525254; font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.sh-eyebrow { margin-bottom: 22px; color: var(--sh-gold); font-size: 11px !important; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.sh-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 18px; }
.sh-button, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 15px 25px; background: var(--sh-ink); border: 1px solid var(--sh-ink); border-radius: 0;
  color: var(--sh-white); font-size: 12px; font-weight: 750; letter-spacing: .11em; line-height: 1.2; text-decoration: none; text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.sh-button:hover, .wp-block-button__link:hover { background: var(--sh-gold); border-color: var(--sh-gold); color: var(--sh-ink); transform: translateY(-2px); }
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: var(--sh-ink); }
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: var(--sh-ink); color: var(--sh-white); }
.sh-text-link { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.sh-hero-controls {
  position: absolute; right: clamp(30px, 5vw, 80px); bottom: 46px; z-index: 4;
  display: flex; align-items: center; gap: 18px; color: var(--sh-white);
}
.sh-hero-controls > button { width: 52px; height: 52px; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(16,17,20,.15); color: inherit; font-size: 22px; cursor: pointer; }
.sh-hero-controls > button:hover { background: var(--sh-gold); color: var(--sh-ink); border-color: var(--sh-gold); }
.sh-hero-dots { display: flex; gap: 7px; }
.sh-hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; }
.sh-hero-dots button.is-active { background: var(--sh-gold); transform: scale(1.35); }
.sh-hero-index { position: absolute; left: max(24px, calc((100vw - var(--sh-width)) / 2)); bottom: 50px; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.sh-hero-index i { display: block; width: 70px; height: 1px; background: var(--sh-line); }
@keyframes shFade { from { opacity: .25; } to { opacity: 1; } }

.sh-trust-strip { padding: 24px; border-bottom: 1px solid var(--sh-line); }
.sh-trust-strip p { margin: 0; color: #747477; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.sh-section { padding: clamp(90px, 10vw, 165px) 24px; }
.sh-section > .wp-block-columns,
.sh-section > .wp-block-group__inner-container > .wp-block-columns { width: min(100%, var(--sh-width)); margin-inline: auto; }
.sh-section--cream { background: var(--sh-cream); }
.sh-section--dark { background: var(--sh-ink); color: var(--sh-white); }
.sh-section--dark p { color: rgba(255,255,255,.69); }
.sh-intro .wp-block-columns { gap: clamp(50px, 8vw, 130px); }
.sh-intro h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.sh-editorial-image { position: relative; margin: 0; }
.sh-editorial-image::before { content: ""; position: absolute; left: -23px; bottom: -23px; width: 62%; height: 62%; border: 1px solid var(--sh-gold); z-index: -1; }
.sh-editorial-image img { width: 100%; min-height: 590px; object-fit: cover; }
.sh-card-grid { margin-top: 68px; gap: 18px; }
.sh-service-card { height: 100%; background: var(--sh-white); box-shadow: 0 8px 32px rgba(16,17,20,.04); transition: transform .3s ease, box-shadow .3s ease; }
.sh-service-card:hover { transform: translateY(-9px); box-shadow: var(--sh-shadow); }
.sh-service-card figure { margin: 0; overflow: hidden; }
.sh-service-card figure img { width: 100%; aspect-ratio: .82; object-fit: cover; transition: transform .6s ease; }
.sh-service-card:hover figure img { transform: scale(1.03); }
.sh-service-card > h3, .sh-service-card > p { margin-left: 26px; margin-right: 26px; }
.sh-service-card > h3 { margin-top: 28px; font-size: 2rem; }
.sh-service-card > p { color: var(--sh-muted); font-size: 14px; line-height: 1.65; }
.sh-service-card > .sh-text-link { padding-bottom: 25px; color: var(--sh-ink); }
.sh-marquee { overflow: hidden; padding: 26px 0; background: var(--sh-gold); color: var(--sh-ink); white-space: nowrap; }
.sh-marquee p { width: max-content; margin: 0; font-family: var(--sh-serif); font-size: clamp(2rem, 4vw, 4.8rem); line-height: 1; animation: shMarquee 24s linear infinite; }
@keyframes shMarquee { to { transform: translateX(-50%); } }
.sh-proof { min-height: 760px; display: flex; align-items: center; }
.sh-proof .wp-block-columns { gap: clamp(60px, 10vw, 150px); }
.sh-check-list { margin: 36px 0; padding: 0; list-style: none; }
.sh-check-list li { position: relative; margin: 13px 0; padding-left: 31px; }
.sh-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sh-gold); font-weight: 800; }
.sh-stat-panel { padding: 46px; border: 1px solid rgba(255,255,255,.17); }
.sh-stat-panel h3 { margin-bottom: 0; color: var(--sh-gold); font-size: 5rem; }
.sh-stat-panel hr { margin: 34px 0; border-color: rgba(255,255,255,.15); }
.sh-pricing-grid { margin-top: 65px; gap: 22px; align-items: stretch !important; }
.sh-price-card { height: 100%; padding: clamp(32px, 4vw, 54px); border: 1px solid var(--sh-line); background: var(--sh-white); }
.sh-price-card h3 { min-height: 2.1em; font-size: clamp(2rem, 3vw, 3.3rem); }
.sh-price-card h4 { margin: 28px 0; color: var(--sh-gold); font-family: var(--sh-sans); font-size: 2rem; font-weight: 700; }
.sh-price-card--featured { background: var(--sh-ink); color: var(--sh-white); transform: translateY(-18px); box-shadow: var(--sh-shadow); }
.sh-price-card--featured p { color: rgba(255,255,255,.7); }
.sh-price-card--featured .wp-block-button__link { background: var(--sh-gold); color: var(--sh-ink); border-color: var(--sh-gold); }
.sh-small-note { margin-top: 36px; color: var(--sh-muted); font-size: 12px; }
.sh-event-grid { margin-top: 55px; gap: 18px; }
.sh-event-card { overflow: hidden; }
.sh-event-card .wp-block-cover__image-background { transition: transform .7s ease; }
.sh-event-card:hover .wp-block-cover__image-background { transform: scale(1.05); }
.sh-event-card h3 { align-self: flex-end; margin: 0; font-size: clamp(2rem, 3vw, 3.4rem); }
.sh-testimonial { text-align: center; }
.sh-testimonial blockquote { max-width: 1040px; margin: 30px auto 0; }
.sh-testimonial blockquote p { font-family: var(--sh-serif); font-size: clamp(2.2rem, 4.7vw, 5.1rem); line-height: 1.08; }
.sh-testimonial cite { color: var(--sh-muted); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.sh-final-cta { text-align: center; }
.sh-final-cta h2 { max-width: 980px; margin-inline: auto; }
.sh-final-cta > p:not(.sh-eyebrow) { max-width: 660px; margin-inline: auto; }
.sh-section--dark .wp-block-button__link { background: var(--sh-gold); border-color: var(--sh-gold); color: var(--sh-ink); }

.sh-page-hero {
  min-height: 480px; display: flex; align-items: flex-end; padding: 130px 0 78px;
  background-color: var(--sh-ink); background-position: center; background-size: cover; color: var(--sh-white);
}
.sh-page-hero h1 { max-width: 1040px; font-size: clamp(3.7rem, 7vw, 7.4rem); }
.sh-page-content > *:not(.alignfull):not(.alignwide) { width: min(calc(100% - 48px), 850px); margin-left: auto; margin-right: auto; }
.sh-page-content > .alignwide { width: min(calc(100% - 48px), var(--sh-width)); margin-left: auto; margin-right: auto; }
.sh-page-intro { padding-bottom: 80px; text-align: center; }
.sh-page-intro h2 { max-width: 1050px; margin-inline: auto; }
.sh-page-intro .has-large-font-size { max-width: 780px; margin-inline: auto; color: var(--sh-muted); }
.sh-gallery-section .wp-block-gallery { gap: 18px !important; }
.sh-gallery-section .wp-block-image img { min-height: 420px; object-fit: cover; }
.sh-faq details { margin: 0 auto; max-width: 920px; padding: 24px 0; border-bottom: 1px solid var(--sh-line); }
.sh-faq summary { cursor: pointer; font-family: var(--sh-serif); font-size: 1.8rem; }
.sh-faq details p { padding-top: 18px; color: var(--sh-muted); }

.sh-enquiry-wrap { margin: 0; }
.sh-enquiry label { display: block; color: var(--sh-ink); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.sh-enquiry input:not([type="checkbox"]), .sh-enquiry select, .sh-enquiry textarea {
  width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid rgba(16,17,20,.22); border-radius: 0; background: var(--sh-white); color: var(--sh-ink); font: inherit;
}
.sh-enquiry input:focus, .sh-enquiry select:focus, .sh-enquiry textarea:focus { outline: 2px solid var(--sh-gold); outline-offset: 1px; }
.sh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.sh-form-consent { font-size: 12px; }
.sh-honeypot { position: absolute; left: -10000px; }
.sh-form-message { margin-bottom: 25px; padding: 16px 18px; border-left: 4px solid; }
.sh-form-message--success { background: #eef8ef; border-color: #2b8a3e; }
.sh-form-message--error { background: #fff0f0; border-color: #b42318; }

/* Elementor starter layouts. Every visible text, image and button remains
   selectable in Elementor; these classes supply the shared SnapHaus styling. */
.elementor-section.sh-el-section { padding: clamp(90px, 10vw, 150px) 24px; }
.elementor-section.sh-el-section > .elementor-container,
.elementor-section.sh-el-cards > .elementor-container,
.elementor-section.sh-el-pricing > .elementor-container,
.elementor-section.sh-el-events > .elementor-container { width: min(100%, var(--sh-width)); margin-inline: auto; }
.elementor-section.sh-el-cream,
.elementor-section.sh-el-cards.sh-el-cream,
.elementor-section.sh-el-events.sh-el-cream { background: var(--sh-cream); }
.elementor-section.sh-el-dark { background: var(--sh-ink); color: var(--sh-white); }
.elementor-section.sh-el-dark h1,
.elementor-section.sh-el-dark h2,
.elementor-section.sh-el-dark h3,
.elementor-section.sh-el-dark h4 { color: var(--sh-white); }
.elementor-section.sh-el-dark .elementor-widget-text-editor { color: rgba(255,255,255,.7); }
.elementor-section.sh-el-center { text-align: center; }
.elementor-section.sh-el-center .elementor-widget-heading .elementor-heading-title { margin-inline: auto; }
.elementor-section.sh-el-intro .elementor-container { gap: clamp(50px, 8vw, 120px); }
.sh-el-copy .elementor-widget-heading .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(2.65rem, 4.8vw, 5rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.sh-el-copy .elementor-widget-text-editor { color: var(--sh-muted); font-size: 18px; }
.sh-el-editorial-image img { width: 100%; min-height: 600px; object-fit: cover; }
.elementor-section.sh-el-cards { padding: 0 24px clamp(90px, 10vw, 150px); background: var(--sh-white); }
.elementor-section.sh-el-cards > .elementor-container { gap: 18px; }
.sh-el-card { height: 100%; padding-bottom: 26px; background: var(--sh-white); box-shadow: 0 8px 32px rgba(16,17,20,.06); transition: transform .3s ease, box-shadow .3s ease; }
.sh-el-card:hover { transform: translateY(-8px); box-shadow: var(--sh-shadow); }
.sh-el-card .elementor-widget-image img { width: 100%; aspect-ratio: .82; object-fit: cover; }
.sh-el-card .elementor-widget-heading,
.sh-el-card .elementor-widget-text-editor,
.sh-el-card .elementor-widget-button { padding-inline: 24px; }
.sh-el-card .elementor-widget-heading { margin-top: 24px; }
.sh-el-card .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(1.65rem, 2.3vw, 2.3rem); font-weight: 400; }
.sh-el-card .elementor-widget-text-editor { color: var(--sh-muted); font-size: 14px; }
.sh-el-stat { padding: 45px; border: 1px solid rgba(255,255,255,.18); }
.sh-el-stat .elementor-heading-title { color: var(--sh-gold) !important; font-family: var(--sh-serif); font-size: 5rem; }
.sh-el-stat strong { color: var(--sh-gold); font-family: var(--sh-serif); font-size: 4rem; font-weight: 400; }
.elementor-section.sh-el-pricing { padding: 0 24px clamp(90px, 10vw, 150px); }
.elementor-section.sh-el-pricing > .elementor-container { gap: 22px; align-items: stretch; }
.sh-el-price-card { height: 100%; padding: clamp(32px, 4vw, 52px); border: 1px solid var(--sh-line); }
.sh-el-price-card .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; }
.sh-el-price .elementor-heading-title { color: var(--sh-gold); font-family: var(--sh-sans); font-size: 2rem; font-weight: 700; }
.sh-el-price-card-featured { background: var(--sh-ink); color: var(--sh-white); box-shadow: var(--sh-shadow); transform: translateY(-15px); }
.sh-el-price-card-featured .elementor-heading-title { color: var(--sh-white); }
.sh-el-price-card-featured .elementor-widget-text-editor { color: rgba(255,255,255,.7); }
.elementor-section.sh-el-events { padding: 0 24px clamp(90px, 10vw, 150px); }
.elementor-section.sh-el-events > .elementor-container { gap: 18px; }
.sh-el-event-card { overflow: hidden; background: var(--sh-ink); color: var(--sh-white); }
.sh-el-event-card .elementor-widget-image img { width: 100%; min-height: 480px; object-fit: cover; }
.sh-el-event-card .elementor-widget-heading,
.sh-el-event-card .elementor-widget-button { padding-inline: 26px; }
.sh-el-event-card .elementor-widget-heading { margin-top: 25px; }
.sh-el-event-card .elementor-heading-title { color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; }
.sh-el-event-card .elementor-widget-button { padding-bottom: 30px; }
.sh-el-testimonial .elementor-widget-heading .elementor-heading-title { max-width: 1050px; font-family: var(--sh-serif); font-size: clamp(2.2rem, 4.7vw, 5rem); font-weight: 400; line-height: 1.08; }
.sh-el-testimonial .elementor-widget-text-editor { color: var(--sh-muted); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.elementor-section.sh-el-cta .elementor-heading-title { max-width: 950px; font-family: var(--sh-serif); font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 400; }
.elementor-section.sh-el-cta .elementor-widget-text-editor { max-width: 680px; margin-inline: auto; }
.elementor-section.sh-el-page-hero { min-height: 550px; padding: 140px 24px 85px; display: flex; align-items: flex-end; }
.elementor-section.sh-el-page-hero > .elementor-container { width: min(100%, var(--sh-width)); }
.elementor-section.sh-el-page-hero .elementor-heading-title { max-width: 1080px; color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(3.7rem, 7vw, 7.4rem); font-weight: 400; line-height: 1; }
.elementor-section.sh-el-page-hero .elementor-widget-text-editor { max-width: 760px; color: rgba(255,255,255,.68); font-size: 19px; }
.sh-el-trust { padding: 23px 24px; border-bottom: 1px solid var(--sh-line); text-align: center; }
.sh-el-trust p { margin: 0; color: var(--sh-muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.sh-el-hero .elementor-widget-container { overflow: hidden; }
.elementor-editor-active .sh-elementor-hero .sh-hero-slide:not(.is-active) { display: none; }

/* Elementor 3.x compatibility: deterministic IDs ensure the original starter
   pages keep their premium styling even when imported CSS class settings are
   ignored by a particular Elementor build. */
.elementor-element-4a59712,
.elementor-element-a9c4d30,
.elementor-element-8294747,
.elementor-element-399b3bd,
.elementor-element-8ede1df,
.elementor-element-48c3d1b,
.elementor-element-131e883 { padding: clamp(95px, 10vw, 155px) 32px; }
.elementor-element-4a59712 > .elementor-container,
.elementor-element-a9c4d30 > .elementor-container,
.elementor-element-d7a3053 > .elementor-container,
.elementor-element-8294747 > .elementor-container,
.elementor-element-399b3bd > .elementor-container,
.elementor-element-26f4e36 > .elementor-container,
.elementor-element-8ede1df > .elementor-container,
.elementor-element-40f382d > .elementor-container,
.elementor-element-48c3d1b > .elementor-container,
.elementor-element-131e883 > .elementor-container { width: min(100%, var(--sh-width)); margin-inline: auto; }
.elementor-element-f6819cc { padding: 23px 32px; border-bottom: 1px solid var(--sh-line); text-align: center; }
.elementor-element-f6819cc p { margin: 0; color: var(--sh-muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.elementor-element-4a59712 > .elementor-container { gap: clamp(55px, 8vw, 120px); align-items: center; }
.elementor-element-8a1ccbc .elementor-widget-heading .elementor-heading-title,
.elementor-element-640b649 .elementor-widget-heading .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.elementor-element-8a1ccbc .elementor-widget-text-editor,
.elementor-element-640b649 .elementor-widget-text-editor { color: var(--sh-muted); font-size: 18px; }
.elementor-element-a77cfdb img { width: 100%; min-height: 610px; object-fit: cover; }
.elementor-element-a9c4d30 { padding-bottom: 65px; background: var(--sh-cream); text-align: center; }
.elementor-element-a9c4d30 .elementor-heading-title,
.elementor-element-399b3bd .elementor-heading-title,
.elementor-element-8ede1df .elementor-heading-title { max-width: 1050px; margin-inline: auto; font-family: var(--sh-serif); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 400; }
.elementor-element-d7a3053 { padding: 0 32px clamp(95px, 10vw, 155px); background: var(--sh-cream); }
.elementor-element-d7a3053 > .elementor-container { display: flex; flex-wrap: nowrap; gap: 18px; }
.elementor-element-f52589c,
.elementor-element-99f7b93,
.elementor-element-4b53ba9,
.elementor-element-f94b2d9 { width: calc(25% - 14px) !important; padding-bottom: 30px; background: var(--sh-white); box-shadow: 0 12px 42px rgba(16,17,20,.07); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.elementor-element-f52589c:hover,
.elementor-element-99f7b93:hover,
.elementor-element-4b53ba9:hover,
.elementor-element-f94b2d9:hover { transform: translateY(-8px); box-shadow: var(--sh-shadow); }
.elementor-element-f52589c img,
.elementor-element-99f7b93 img,
.elementor-element-4b53ba9 img,
.elementor-element-f94b2d9 img { width: 100%; aspect-ratio: .82; object-fit: cover; }
.elementor-element-f52589c .elementor-widget-heading,
.elementor-element-f52589c .elementor-widget-text-editor,
.elementor-element-f52589c .elementor-widget-button,
.elementor-element-99f7b93 .elementor-widget-heading,
.elementor-element-99f7b93 .elementor-widget-text-editor,
.elementor-element-99f7b93 .elementor-widget-button,
.elementor-element-4b53ba9 .elementor-widget-heading,
.elementor-element-4b53ba9 .elementor-widget-text-editor,
.elementor-element-4b53ba9 .elementor-widget-button,
.elementor-element-f94b2d9 .elementor-widget-heading,
.elementor-element-f94b2d9 .elementor-widget-text-editor,
.elementor-element-f94b2d9 .elementor-widget-button { padding-inline: 34px; }
.elementor-element-f52589c .elementor-widget-heading,
.elementor-element-99f7b93 .elementor-widget-heading,
.elementor-element-4b53ba9 .elementor-widget-heading,
.elementor-element-f94b2d9 .elementor-widget-heading { margin-top: 28px; }
.elementor-element-f52589c .elementor-heading-title,
.elementor-element-99f7b93 .elementor-heading-title,
.elementor-element-4b53ba9 .elementor-heading-title,
.elementor-element-f94b2d9 .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 400; }
.elementor-element-8294747 { min-height: 760px; display: flex; align-items: center; background: var(--sh-ink); color: var(--sh-white); }
.elementor-element-8294747 h2,
.elementor-element-8294747 h3 { color: var(--sh-white); }
.elementor-element-8294747 .elementor-widget-text-editor { color: rgba(255,255,255,.72); }
.elementor-element-8294747 > .elementor-container { gap: clamp(60px, 9vw, 135px); align-items: center; }
.elementor-element-2bbe657 { padding: 45px; border: 1px solid rgba(255,255,255,.17); }
.elementor-element-2bbe657 .elementor-heading-title { color: var(--sh-gold) !important; font-family: var(--sh-serif); font-size: 5rem; font-weight: 400; }
.elementor-element-2bbe657 strong { color: var(--sh-gold); font-family: var(--sh-serif); font-size: 4rem; font-weight: 400; }
.elementor-element-399b3bd { padding-bottom: 55px; text-align: center; }
.elementor-element-26f4e36 { padding: 0 32px clamp(95px, 10vw, 155px); }
.elementor-element-26f4e36 > .elementor-container { gap: 24px; align-items: stretch; }
.elementor-element-94f6b5e,
.elementor-element-28de8db,
.elementor-element-6de7dc8 { padding: clamp(34px, 4vw, 54px); border: 1px solid var(--sh-line); }
.elementor-element-28de8db { background: var(--sh-ink); color: var(--sh-white); box-shadow: var(--sh-shadow); transform: translateY(-16px); }
.elementor-element-28de8db .elementor-heading-title { color: var(--sh-white); }
.elementor-element-28de8db .elementor-widget-text-editor { color: rgba(255,255,255,.72); }
.elementor-element-94f6b5e .elementor-heading-title,
.elementor-element-28de8db .elementor-heading-title,
.elementor-element-6de7dc8 .elementor-heading-title { font-family: var(--sh-serif); font-weight: 400; }
.elementor-element-8ede1df { padding-bottom: 55px; background: var(--sh-cream); text-align: center; }
.elementor-element-40f382d { padding: 0 32px clamp(95px, 10vw, 155px); background: var(--sh-cream); }
.elementor-element-40f382d > .elementor-container { gap: 22px; }
.elementor-element-9072204,
.elementor-element-75bfdab,
.elementor-element-30f670a { padding-bottom: 30px; overflow: hidden; background: var(--sh-ink); color: var(--sh-white); }
.elementor-element-9072204 img,
.elementor-element-75bfdab img,
.elementor-element-30f670a img { width: 100%; min-height: 490px; object-fit: cover; }
.elementor-element-9072204 .elementor-widget-heading,
.elementor-element-9072204 .elementor-widget-button,
.elementor-element-75bfdab .elementor-widget-heading,
.elementor-element-75bfdab .elementor-widget-button,
.elementor-element-30f670a .elementor-widget-heading,
.elementor-element-30f670a .elementor-widget-button { padding-inline: 28px; }
.elementor-element-9072204 .elementor-heading-title,
.elementor-element-75bfdab .elementor-heading-title,
.elementor-element-30f670a .elementor-heading-title { color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; }
.elementor-element-48c3d1b { text-align: center; }
.elementor-element-48c3d1b .elementor-widget-heading .elementor-heading-title { max-width: 1080px; margin-inline: auto; font-family: var(--sh-serif); font-size: clamp(2.2rem, 4.7vw, 5rem); font-weight: 400; line-height: 1.08; }
.elementor-element-131e883 { background: var(--sh-ink); color: var(--sh-white); text-align: center; }
.elementor-element-131e883 .elementor-heading-title { max-width: 980px; margin-inline: auto; color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(2.8rem, 5vw, 5.3rem); font-weight: 400; }
.elementor-element-131e883 .elementor-widget-text-editor { max-width: 680px; margin-inline: auto; color: rgba(255,255,255,.72); }
.elementor .elementor-button { min-height: 52px; padding: 16px 24px; border-radius: 0; background: var(--sh-ink); color: var(--sh-white); font-family: var(--sh-sans); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.elementor .elementor-button:hover { background: var(--sh-gold); color: var(--sh-ink); }
.elementor-element-8294747 .elementor-button,
.elementor-element-28de8db .elementor-button,
.elementor-element-131e883 .elementor-button { background: var(--sh-gold); color: var(--sh-ink); }

/* Scrolling text. */
.sh-el-marquee { width: 100%; overflow: hidden; padding: 25px 0 29px; white-space: nowrap; }
.sh-el-marquee__track { display: flex; width: max-content; animation: shElementorMarquee var(--sh-marquee-speed,22s) linear infinite; }
.sh-el-marquee span { padding-right: .45em; font-family: var(--sh-serif); font-size: clamp(3rem, 6vw, 6.8rem); line-height: 1; letter-spacing: -.02em; }
@keyframes shElementorMarquee { to { transform: translateX(-50%); } }

/* Client logo carousel. */
.sh-logo-carousel { display: grid; grid-template-columns: minmax(0,1fr) 240px; align-items: center; gap: 45px; padding: 58px max(24px,calc((100vw - var(--sh-width))/2)); background: var(--sh-white); border-bottom: 1px solid var(--sh-line); overflow: hidden; }
.sh-logo-window { overflow: hidden; }
.sh-logo-track { display: flex; align-items: center; width: max-content; animation: shLogoScroll var(--sh-logo-speed,32s) linear infinite; }
.sh-logo-copy { display: flex; align-items: center; }
.sh-logo-item { display: flex; align-items: center; justify-content: center; width: 210px; padding: 0 26px; flex: 0 0 210px; }
.sh-logo-item img { width: 100%; max-width: 170px; height: 88px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: .25s ease; }
.sh-logo-item:hover img { filter: none; opacity: 1; }
.sh-logo-heading { margin: 0; font-family: var(--sh-serif); font-size: 1.45rem; line-height: 1.25; }
.sh-editor-note { padding: 12px; color: var(--sh-muted); font-size: 12px; text-align: center; }
@keyframes shLogoScroll { to { transform: translateX(-50%); } }

/* Dynamic blog cards. */
.sh-blog-widget { width: min(100%,var(--sh-width)); margin-inline: auto; }
.sh-blog-widget > header { margin-bottom: 52px; text-align: center; }
.sh-blog-widget > header h2 { font-size: clamp(2.8rem,5vw,5rem); }
.sh-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.sh-blog-card { background: var(--sh-white); box-shadow: 0 12px 38px rgba(16,17,20,.07); }
.sh-blog-card__image { position: relative; display: block; overflow: hidden; }
.sh-blog-card__image img { width: 100%; aspect-ratio: 1.12; object-fit: cover; transition: transform .6s ease; }
.sh-blog-card:hover .sh-blog-card__image img { transform: scale(1.035); }
.sh-blog-date { position: absolute; right: 28px; bottom: -1px; display: flex; width: 74px; height: 80px; flex-direction: column; align-items: center; justify-content: center; background: var(--sh-ink); color: var(--sh-white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.sh-blog-date strong { font-family: var(--sh-serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.sh-blog-card__body { padding: 32px 34px 38px; }
.sh-blog-meta { color: var(--sh-muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.sh-blog-meta a { text-decoration: none; }
.sh-blog-card h3 { font-size: clamp(1.75rem,2.6vw,2.55rem); }
.sh-blog-card h3 a { text-decoration: none; }

/* Team page. */
.elementor-section.sh-el-team-grid { padding: 0 32px clamp(95px,10vw,155px); background: var(--sh-cream); }
.elementor-section.sh-el-team-grid > .elementor-container { width: min(100%,var(--sh-width)); margin-inline: auto; gap: 24px; align-items: stretch; }
.sh-el-team-card { padding-bottom: 34px; background: var(--sh-white); }
.sh-el-team-card img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.sh-el-team-card .elementor-widget-heading,
.sh-el-team-card .elementor-widget-text-editor { padding-inline: 30px; }
.sh-el-team-card .elementor-widget-heading { margin-top: 28px; }
.sh-el-team-card .elementor-heading-title { font-family: var(--sh-serif); font-size: clamp(2rem,3vw,3rem); font-weight: 400; }
.elementor-element-728f123,
.elementor-element-318c0b1 { min-height: 550px; display: flex; align-items: flex-end; padding: 140px 32px 85px; background: var(--sh-ink); color: var(--sh-white); }
.elementor-element-728f123 > .elementor-container,
.elementor-element-318c0b1 > .elementor-container,
.elementor-element-ec6d361 > .elementor-container,
.elementor-element-e89d2d7 > .elementor-container,
.elementor-element-8c4c4f4 > .elementor-container,
.elementor-element-4a5564f > .elementor-container { width: min(100%,var(--sh-width)); margin-inline: auto; }
.elementor-element-728f123 .elementor-heading-title,
.elementor-element-318c0b1 .elementor-heading-title { max-width: 1080px; color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(3.7rem,7vw,7.4rem); font-weight: 400; line-height: 1; }
.elementor-element-728f123 .elementor-widget-text-editor,
.elementor-element-318c0b1 .elementor-widget-text-editor { max-width: 760px; color: rgba(255,255,255,.7); font-size: 19px; }
.elementor-element-ec6d361 { padding: clamp(90px,10vw,150px) 32px; text-align: center; }
.elementor-element-ec6d361 .elementor-heading-title { max-width: 1000px; margin-inline: auto; font-family: var(--sh-serif); font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; }
.elementor-element-e89d2d7 { padding: 0 32px clamp(95px,10vw,155px); background: var(--sh-cream); }
.elementor-element-e89d2d7 > .elementor-container { gap: 24px; align-items: stretch; }
.elementor-element-550c41a,
.elementor-element-28f2fe7,
.elementor-element-122e488 { padding-bottom: 34px; background: var(--sh-white); }
.elementor-element-550c41a img,
.elementor-element-28f2fe7 img,
.elementor-element-122e488 img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.elementor-element-550c41a .elementor-widget-heading,
.elementor-element-550c41a .elementor-widget-text-editor,
.elementor-element-28f2fe7 .elementor-widget-heading,
.elementor-element-28f2fe7 .elementor-widget-text-editor,
.elementor-element-122e488 .elementor-widget-heading,
.elementor-element-122e488 .elementor-widget-text-editor { padding-inline: 30px; }
.elementor-element-550c41a .elementor-widget-heading,
.elementor-element-28f2fe7 .elementor-widget-heading,
.elementor-element-122e488 .elementor-widget-heading { margin-top: 28px; }
.elementor-element-8c4c4f4 { padding: clamp(90px,10vw,150px) 32px; background: var(--sh-ink); text-align: center; }
.elementor-element-8c4c4f4 .elementor-heading-title { max-width: 950px; margin-inline: auto; color: var(--sh-white); font-family: var(--sh-serif); font-size: clamp(2.8rem,5vw,5rem); font-weight: 400; }
.elementor-element-4a5564f,
.elementor-element-c29743b { padding: clamp(90px,10vw,150px) 32px; background: var(--sh-cream); }

.sh-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 100px; padding-bottom: 130px; }
.sh-post-card { padding-bottom: 32px; border-bottom: 1px solid var(--sh-line); }
.sh-post-card img { width: 100%; aspect-ratio: 1.2; object-fit: cover; margin-bottom: 28px; }
.sh-post-card h2 { font-size: 2.4rem; }
.sh-post-card h2 a { text-decoration: none; }
.sh-single-content { max-width: 900px; padding-top: 90px; padding-bottom: 130px; }
.sh-single-featured { margin: 0 0 60px; }
.sh-empty-state { min-height: 70vh; display: flex; align-items: center; }

.sh-site-footer { padding: 95px 0 30px; background: #0a0b0d; color: rgba(255,255,255,.65); }
.sh-footer-main { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: clamp(45px, 8vw, 130px); }
.sh-wordmark--footer { color: var(--sh-white); }
.sh-footer-brand p { max-width: 420px; margin-top: 27px; }
.sh-site-footer h2 { color: var(--sh-white); font-family: var(--sh-sans); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.sh-site-footer a { color: rgba(255,255,255,.78); text-decoration: none; }
.sh-site-footer a:hover { color: var(--sh-gold); }
.sh-footer-menu { margin: 0; padding: 0; list-style: none; }
.sh-footer-menu li { margin: 9px 0; }
.sh-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 72px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .06em; }
.sh-footer-bottom p { margin: 0; }
.sh-whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 999; display: flex; align-items: center; gap: 9px;
  min-height: 52px; padding: 11px 17px; border-radius: 30px; background: #25d366; color: #0b2e16; box-shadow: 0 13px 36px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; text-decoration: none;
}
.sh-whatsapp-float:hover { color: #0b2e16; transform: translateY(-2px); }
.sh-whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

.sh-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.sh-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .sh-menu, .sh-navigation .menu { gap: 20px; }
  .sh-menu a, .sh-navigation .menu a { font-size: 12px; }
  .sh-card-grid--four { flex-wrap: wrap !important; }
  .sh-card-grid--four > .wp-block-column { flex-basis: calc(50% - 18px) !important; }
}

@media (max-width: 960px) {
  .admin-bar .sh-site-header.is-sticky { top: 46px; }
  .sh-header-inner { min-height: 78px; }
  .sh-menu-toggle { display: block; margin-left: auto; }
  .sh-navigation {
    position: fixed; inset: 0; z-index: -1; display: flex; align-items: center; justify-content: center;
    padding: 110px 30px 50px; background: var(--sh-ink); opacity: 0; visibility: hidden; transition: .3s ease;
  }
  .menu-open .sh-navigation { z-index: 999; opacity: 1; visibility: visible; }
  .menu-open .sh-menu-toggle { position: relative; z-index: 1000; }
  .menu-open .sh-menu-toggle > span:not(.screen-reader-text) { background: var(--sh-white); }
  .menu-open .sh-menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .sh-menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .sh-menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .sh-menu, .sh-navigation .menu { display: block; width: min(100%, 560px); max-height: 100%; overflow-y: auto; }
  .sh-menu a, .sh-navigation .menu a { padding: 12px 0; color: var(--sh-white); font-family: var(--sh-serif); font-size: 2rem; font-weight: 400; }
  .sh-menu > li:last-child > a { display: inline-block; margin-top: 18px; padding: 14px 20px; background: var(--sh-gold); color: var(--sh-ink); font-family: var(--sh-sans); font-size: 11px; font-weight: 750; }
  .sh-menu .sub-menu { position: static; width: auto; padding: 0 0 10px 22px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .sh-menu .sub-menu a { padding: 5px 0; font-family: var(--sh-sans); font-size: 13px; }
  .sh-hero { min-height: auto; }
  .sh-hero-slide { grid-template-columns: 1fr; }
  .sh-hero-panel { order: 2; padding: 60px 30px 100px; }
  .sh-hero-panel h1, .sh-hero-panel h2 { width: 100%; max-width: 100%; }
  .sh-hero-media { order: 1; min-height: 54vw; max-height: 590px; }
  .sh-hero-controls { right: 30px; bottom: 30px; color: var(--sh-ink); }
  .sh-hero-controls > button { border-color: rgba(16,17,20,.3); }
  .sh-hero-dots button { background: rgba(16,17,20,.25); }
  .sh-hero-index { display: none; }
  .sh-pricing-grid { flex-wrap: wrap !important; }
  .sh-pricing-grid > .wp-block-column { flex-basis: calc(50% - 12px) !important; }
  .sh-price-card--featured { transform: none; }
  .sh-footer-main { grid-template-columns: 1fr 1fr; }
  .sh-footer-brand { grid-column: 1 / -1; }
  .sh-post-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-el-price-card-featured { transform: none; }
  .elementor-element-d7a3053 > .elementor-container { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .elementor-element-f52589c,
  .elementor-element-99f7b93,
  .elementor-element-4b53ba9,
  .elementor-element-f94b2d9 { width: 100% !important; }
  .elementor-element-28de8db { transform: none; }
  .sh-logo-carousel { grid-template-columns: 1fr; }
  .sh-logo-heading { text-align: center; }
  .sh-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .sh-container { width: min(calc(100% - 32px), var(--sh-width)); }
  .sh-announcement .sh-container { justify-content: center; text-align: center; }
  .sh-announcement a { display: none; }
  .sh-wordmark > span { font-size: 31px; }
  .sh-wordmark > small { font-size: 6.5px; }
  .custom-logo { max-width: 190px; max-height: 62px; }
  .sh-hero-media { min-height: 72vw; }
  .sh-hero-panel { padding: 48px 22px 100px; }
  .sh-hero-panel h1, .sh-hero-panel h2 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .sh-hero-panel h1, .sh-hero-panel h2 { width: 100%; max-width: 100%; }
  .sh-hero-actions { align-items: flex-start; flex-direction: column; }
  .sh-hero-controls { right: 18px; bottom: 26px; }
  .sh-hero-controls > button { width: 44px; height: 44px; }
  .sh-trust-strip { display: none; }
  .sh-section { padding: 78px 16px; }
  .sh-section .wp-block-columns { gap: 42px; }
  .sh-card-grid--four > .wp-block-column,
  .sh-pricing-grid > .wp-block-column { flex-basis: 100% !important; }
  .sh-editorial-image img { min-height: 420px; }
  .sh-marquee p { font-size: 2.3rem; }
  .sh-proof { min-height: 0; }
  .sh-stat-panel { padding: 30px; }
  .sh-event-grid { gap: 16px !important; }
  .sh-event-card { min-height: 430px !important; }
  .sh-page-hero { min-height: 390px; padding: 100px 0 55px; }
  .sh-page-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .sh-form-grid { grid-template-columns: 1fr; }
  .sh-post-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .sh-footer-main { grid-template-columns: 1fr; }
  .sh-footer-brand { grid-column: auto; }
  .sh-footer-bottom { flex-direction: column; }
  .sh-whatsapp-float { right: 14px; bottom: 14px; width: 52px; justify-content: center; padding: 0; }
  .sh-whatsapp-float span { display: none; }
  .elementor-section.sh-el-section { padding: 78px 16px; }
  .elementor-section.sh-el-cards,
  .elementor-section.sh-el-pricing,
  .elementor-section.sh-el-events { padding-left: 16px; padding-right: 16px; padding-bottom: 78px; }
  .sh-el-editorial-image img { min-height: 420px; }
  .elementor-section.sh-el-page-hero { min-height: 430px; padding: 110px 16px 55px; }
  .elementor-element-4a59712,
  .elementor-element-a9c4d30,
  .elementor-element-8294747,
  .elementor-element-399b3bd,
  .elementor-element-8ede1df,
  .elementor-element-48c3d1b,
  .elementor-element-131e883 { padding: 78px 16px; }
  .elementor-element-d7a3053,
  .elementor-element-26f4e36,
  .elementor-element-40f382d { padding-left: 16px; padding-right: 16px; padding-bottom: 78px; }
  .elementor-element-d7a3053 > .elementor-container { grid-template-columns: 1fr; }
  .sh-logo-carousel { padding: 45px 16px; }
  .sh-blog-grid { grid-template-columns: 1fr; }
  .elementor-section.sh-el-team-grid { padding: 0 16px 78px; }
}

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