:root {
  --syc-primary: #34a0a4;
  --syc-primary-dark: #247b7e;
  --syc-accent: #ef3f56;
  --syc-bg: #f8f4f0;
  --syc-surface: #ffffff;
  --syc-text: #141414;
  --syc-muted: #68635f;
  --syc-border: #e5dfda;
  --syc-star: #f6aa1c;
  --syc-radius: 8px;
  --syc-container: 1380px;
  --syc-section-pad: clamp(52px, 7vw, 96px);
  --syc-font-heading: "League Spartan", Arial, sans-serif;
  --syc-font-body: "DM Sans", Arial, sans-serif;
}

body.syc-page-site {
  background: var(--syc-bg);
  color: var(--syc-text);
  font-family: var(--syc-font-body);
}

.syc-page-site .site-header,
.syc-page-site .site-footer,
.syc-page-site .ast-mobile-header-wrap,
.syc-page-site .entry-header,
.syc-page-site .post-edit-link {
  display: none;
}

.syc-page-site .site-content,
.syc-page-site .site-main,
.syc-page-site .entry-content {
  margin: 0;
  padding: 0;
}

.syc-page-site .site-content .ast-container {
  display: block;
  max-width: none;
  padding: 0;
}

.syc-page-site .entry-content > .wp-block-group,
.syc-page-site .entry-content > .wp-block-cover {
  max-width: none;
}

.syc-page {
  background: var(--syc-bg);
  overflow: clip;
}

.syc-page a {
  color: inherit;
  text-decoration: none;
}

.syc-page h1,
.syc-page h2,
.syc-page h3,
.syc-page h4,
.syc-page h5,
.syc-page h6 {
  color: var(--syc-text);
  font-family: var(--syc-font-heading);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.syc-page p {
  color: var(--syc-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.syc-shell,
.syc-section,
.syc-footer-inner,
.syc-copyright-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--syc-container);
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  width: 100%;
}

.syc-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 50%;
  max-width: var(--syc-container);
  padding: 28px clamp(28px, 4vw, 48px);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
}

.syc-header .wp-block-image {
  flex: 0 0 auto;
  margin: 0;
}

.syc-logo img {
  display: block;
  height: 32px;
  object-fit: contain;
  width: auto;
}

.syc-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  justify-content: center;
}

.syc-nav a {
  color: #ffffff;
  font-family: var(--syc-font-heading);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.92;
  transition: color 180ms ease, opacity 180ms ease;
}

.syc-nav a:hover,
.syc-nav a:focus {
  color: var(--syc-primary);
  opacity: 1;
}

.syc-social {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  min-width: 120px;
}

.syc-social a {
  color: #ffffff;
  font-family: var(--syc-font-heading);
  font-size: 12px;
  opacity: 0.9;
  transition: color 180ms ease, transform 180ms ease;
}

.syc-social a:hover,
.syc-social a:focus {
  color: var(--syc-primary);
  transform: translateY(-1px);
}

.syc-hero {
  border-radius: var(--syc-radius);
  margin: 36px auto 0;
  max-width: calc(var(--syc-container) - 40px);
  min-height: clamp(520px, 56vw, 700px);
  overflow: hidden;
}

.syc-hero .wp-block-cover__background {
  background: rgba(0, 0, 0, 0.54);
}

.syc-hero .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding: 86px 24px 40px;
  text-align: center;
}

.syc-eyebrow {
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: var(--syc-font-heading);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 500;
  margin-bottom: 18px !important;
}

.syc-hero h1 {
  color: #ffffff;
  font-size: clamp(48px, 7vw, 90px);
  max-width: 980px;
}

.syc-button .wp-block-button__link,
.syc-search-button .wp-block-button__link {
  background: var(--syc-primary);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--syc-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 17px 28px 15px;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.syc-button .wp-block-button__link:hover,
.syc-button .wp-block-button__link:focus,
.syc-search-button .wp-block-button__link:hover,
.syc-search-button .wp-block-button__link:focus {
  background: var(--syc-primary-dark);
  box-shadow: 0 12px 24px rgba(36, 123, 126, 0.22);
  transform: translateY(-2px);
}

.syc-card-section,
.syc-white-panel {
  background: var(--syc-surface);
  border-radius: var(--syc-radius);
  box-sizing: border-box;
  margin-bottom: clamp(42px, 6vw, 80px);
  margin-top: clamp(42px, 6vw, 80px);
  padding-bottom: var(--syc-section-pad);
  padding-top: var(--syc-section-pad);
}

.syc-section-heading {
  margin-bottom: clamp(34px, 5vw, 66px);
  text-align: center;
}

.syc-section-heading h2 {
  font-size: clamp(38px, 5vw, 62px);
  margin-bottom: 18px;
}

.syc-section-heading p {
  margin: 0 auto;
  max-width: 640px;
}

.syc-rule {
  background: var(--syc-primary);
  display: block;
  height: 1px;
  margin: 24px auto 0;
  width: 46px;
}

.syc-services-grid {
  display: grid;
  gap: clamp(22px, 3vw, 44px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.syc-service-card {
  min-width: 0;
}

.syc-number,
.syc-meta {
  color: var(--syc-primary) !important;
  display: block;
  font-family: var(--syc-font-heading);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 18px !important;
  text-transform: uppercase;
}

.syc-service-card h3 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.syc-featured {
  padding-bottom: 0;
  padding-top: 0;
}

.syc-project-grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.syc-project-card {
  border-radius: var(--syc-radius);
  min-width: 0;
}

.syc-project-card .wp-block-image {
  aspect-ratio: 1.55 / 1;
  border-radius: var(--syc-radius);
  margin-bottom: 22px;
  overflow: hidden;
}

.syc-project-card img,
.syc-split-image img,
.syc-service-row .wp-block-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
  width: 100%;
}

.syc-project-card:hover img,
.syc-service-row:hover .wp-block-image img {
  filter: saturate(1.04);
  transform: scale(1.035);
}

.syc-project-card h3 {
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 14px;
}

.syc-price {
  color: var(--syc-primary) !important;
  font-family: var(--syc-font-heading);
  font-size: 15px !important;
  font-weight: 700;
  margin-top: 16px !important;
}

.syc-testimonials {
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: 0.9fr 1.1fr;
}

.syc-quote-mark {
  color: var(--syc-primary) !important;
  font-family: var(--syc-font-heading);
  font-size: 64px !important;
  line-height: 0.8 !important;
  margin-bottom: 24px !important;
}

.syc-testimonials h2,
.syc-split-copy h2 {
  font-size: clamp(38px, 5vw, 60px);
  margin-bottom: 24px;
}

.syc-testimonial-list {
  display: grid;
  gap: 24px;
}

.syc-testimonial-card {
  background: #ffffff;
  border: 1px solid var(--syc-border);
  border-radius: var(--syc-radius);
  padding: clamp(24px, 3vw, 34px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.syc-testimonial-card:hover {
  border-color: rgba(52, 160, 164, 0.28);
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
  transform: translateY(-3px);
}

.syc-stars {
  color: var(--syc-star) !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  margin-bottom: 14px !important;
}

.syc-author {
  color: var(--syc-primary) !important;
  font-family: var(--syc-font-heading);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 18px !important;
  text-transform: uppercase;
}

.syc-split {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: 1fr 0.95fr;
}

.syc-split-image {
  aspect-ratio: 1.35 / 1;
  border-radius: var(--syc-radius);
  margin: 0;
  overflow: hidden;
}

.syc-split-copy .wp-block-buttons {
  margin-top: 28px;
}

.syc-cta {
  border-radius: var(--syc-radius);
  margin: clamp(50px, 7vw, 82px) auto 0;
  max-width: calc(var(--syc-container) - 40px);
  min-height: clamp(340px, 36vw, 460px);
  overflow: hidden;
}

.syc-cta .wp-block-cover__background {
  background: rgba(0, 0, 0, 0.36);
}

.syc-cta-box {
  background: #ffffff;
  border-radius: var(--syc-radius);
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.12);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(38px, 5vw, 64px) clamp(28px, 5vw, 72px);
  text-align: center;
}

.syc-cta-box h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.syc-footer {
  margin-top: clamp(54px, 7vw, 86px);
  padding: 0;
}

.syc-footer-inner {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 0.8fr 1fr 1fr 1fr;
  padding-bottom: 58px;
  padding-top: 20px;
}

.syc-footer-logo img {
  height: 40px;
  object-fit: contain;
  width: auto;
}

.syc-footer h3 {
  font-size: 17px;
  margin-bottom: 18px;
}

.syc-footer p,
.syc-footer a {
  color: var(--syc-muted);
  font-size: 14px;
  line-height: 1.75;
}

.syc-footer a:hover,
.syc-footer a:focus {
  color: var(--syc-primary);
}

.syc-search {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.syc-search input {
  background: #ffffff;
  border: 1px solid var(--syc-border);
  border-radius: 2px;
  color: var(--syc-muted);
  font-size: 13px;
  min-height: 42px;
  padding: 10px 12px;
  width: min(190px, 100%);
}

.syc-search button {
  align-items: center;
  background: var(--syc-primary);
  border: 0;
  border-radius: 999px;
  color: transparent;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 52px;
  height: 42px;
  justify-content: center;
  transition: background-color 180ms ease, transform 180ms ease;
  width: 52px;
}

.syc-search button::after {
  color: #ffffff;
  content: "\2192";
  font-size: 18px;
}

.syc-search button:hover,
.syc-search button:focus {
  background: var(--syc-primary-dark);
  transform: translateY(-1px);
}

.syc-copyright {
  border-top: 1px solid var(--syc-border);
}

.syc-copyright-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}

.syc-copyright p {
  font-size: 13px;
}

.syc-page-hero {
  padding-bottom: clamp(52px, 7vw, 96px);
  padding-top: clamp(160px, 16vw, 230px);
  text-align: center;
}

.syc-page-hero .syc-eyebrow {
  color: var(--syc-primary) !important;
  font-size: 22px;
  margin-bottom: 16px !important;
}

.syc-page-hero h1 {
  font-size: clamp(52px, 8vw, 92px);
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
}

/* Inner Page Hero Optimization */
.syc-about-page,
.syc-services-page,
.syc-properties-page,
.syc-contact-page {
  padding-top: 0 !important;
}

.syc-inner-page-hero {
  border-radius: 18px;
  margin: 26px clamp(28px, 3.2vw, 48px) 0;
  margin-block-start: 26px !important;
  max-width: none;
  min-height: clamp(520px, 42vw, 620px) !important;
  overflow: hidden;
}

.syc-inner-page-hero .wp-block-cover__background {
  background: rgba(0, 0, 0, 0.48) !important;
}

.syc-inner-page-hero .wp-block-cover__inner-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 126px 24px 48px;
  text-align: center;
}

.syc-inner-page-hero .syc-eyebrow {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--syc-font-body);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 600;
  margin-bottom: 18px !important;
}

.syc-inner-page-hero h1 {
  color: #ffffff;
  font-family: var(--syc-font-heading);
  font-size: clamp(52px, 5.1vw, 64px);
  font-weight: 600;
  line-height: 1.02;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.syc-about-page > .syc-section,
.syc-services-page > .syc-section,
.syc-properties-page > .syc-section,
.syc-products-page > .syc-section,
.syc-contact-page > .syc-section {
	padding-top: clamp(70px, 8vw, 100px);
}

.syc-about-page .syc-site-header,
.syc-services-page .syc-site-header,
.syc-properties-page .syc-site-header,
.syc-products-page .syc-site-header,
.syc-contact-page .syc-site-header {
	top: clamp(74px, 5.5vw, 82px);
}

.syc-simple-header .syc-nav a,
.syc-simple-header .syc-social a {
  color: var(--syc-text);
}

.syc-simple-header {
  position: absolute;
}

.syc-wide-image,
.syc-about-portrait {
  border-radius: var(--syc-radius);
  margin: 0 auto clamp(48px, 6vw, 78px);
  max-width: calc(var(--syc-container) - 80px);
  overflow: hidden;
}

.syc-wide-image {
  aspect-ratio: 1.9 / 1;
}

.syc-about-portrait {
  aspect-ratio: 1.42 / 1;
}

.syc-wide-image img,
.syc-about-portrait img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.syc-text-split {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 0.45fr 1fr;
  margin-bottom: clamp(60px, 8vw, 110px);
}

.syc-text-split h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.syc-text-split h3 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  margin-bottom: 26px;
}

.syc-client-note {
  border-left: 2px solid var(--syc-primary);
  margin-top: clamp(34px, 4vw, 54px);
  padding-left: clamp(24px, 3vw, 42px);
}

.syc-client-note h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.syc-service-row {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(44px, 7vw, 86px);
}

.syc-service-row .wp-block-image {
  aspect-ratio: 1.85 / 1;
  border-radius: var(--syc-radius);
  margin: 0;
  overflow: hidden;
}

.syc-service-row h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 18px;
}

.syc-properties-page .syc-project-grid,
.syc-products-page .syc-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: clamp(44px, 5vw, 70px);
}

.syc-contact-grid {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 1fr 1.2fr;
  margin-bottom: clamp(58px, 8vw, 110px);
}

.syc-contact-lead h2,
.syc-contact-form h2 {
  font-size: clamp(34px, 5vw, 58px);
  margin-bottom: 22px;
}

.syc-contact-items {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.syc-contact-item h3 {
  color: var(--syc-primary);
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.syc-form-shell,
.syc-map-placeholder {
  background: #ffffff;
  border: 1px solid var(--syc-border);
  border-radius: var(--syc-radius);
  padding: clamp(24px, 4vw, 38px);
}

.syc-form-grid {
  display: grid;
  gap: 16px;
}

.syc-form-grid input,
.syc-form-grid textarea {
  border: 1px solid var(--syc-border);
  border-radius: 2px;
  color: var(--syc-text);
  font-size: 15px;
  padding: 14px 16px;
  width: 100%;
}

.syc-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.syc-map-placeholder {
  align-items: center;
  display: flex;
  min-height: 230px;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}

.syc-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.syc-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.syc-products-page,
.syc-product-detail-page {
  padding-bottom: clamp(64px, 8vw, 110px);
}

.syc-products-page__content {
  padding-top: clamp(58px, 6vw, 92px);
}

.syc-products-hero {
  display: flex;
  flex-direction: column;
  border-radius: clamp(14px, 2vw, 24px);
  margin: 26px clamp(28px, 3.2vw, 42px) 0;
  margin-block-start: 26px !important;
  min-height: clamp(500px, 38vw, 560px);
  overflow: hidden;
  position: relative;
}

.syc-products-hero__image {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.syc-products-hero__image::after {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  inset: 0;
  position: absolute;
}

.syc-products-hero .syc-site-header {
  flex: 0 0 auto;
  height: auto;
  left: auto;
  padding: 24px clamp(24px, 4.2vw, 70px) 0;
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
  z-index: 3;
}

.syc-products-hero .syc-site-header__inner {
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr) minmax(170px, 250px);
  height: 76px;
  max-width: 1280px;
}

.syc-products-hero .syc-header-logo-img {
  height: 48px;
  max-width: 170px;
}

.syc-products-hero__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(42px, 6vw, 78px) 24px clamp(72px, 8vw, 104px);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.syc-products-hero__content .syc-eyebrow {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--syc-font-body);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 700;
  margin-bottom: 18px !important;
}

.syc-products-hero__content h1 {
  color: #fff;
  font-family: var(--syc-font-heading);
  font-size: clamp(46px, 4.7vw, 62px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 auto;
  max-width: 900px;
}

.syc-product-toolbar {
  margin-bottom: clamp(26px, 3.4vw, 42px);
}

.syc-product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
}

.syc-product-filter {
  border: 1px solid rgba(12, 22, 26, 0.18);
  border-radius: 999px;
  color: var(--syc-text);
  font-family: var(--syc-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 10px 18px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.syc-product-filter:hover,
.syc-product-filter:focus,
.syc-product-filter.is-active {
  background: rgba(52, 160, 164, 0.12);
  border-color: rgba(52, 160, 164, 0.36);
  color: #138c98;
  transform: translateY(-1px);
}

.syc-product-grid {
  display: grid;
  gap: clamp(22px, 2.4vw, 32px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.syc-products-catalog {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(229, 223, 218, 0.82);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(17, 21, 24, 0.055);
  padding-bottom: clamp(28px, 4.5vw, 54px);
  padding-top: clamp(28px, 4.5vw, 54px);
}

.syc-product-card {
  background: #fff;
  border: 1px solid var(--syc-border);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(17, 21, 24, 0.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.syc-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(17, 21, 24, 0.12);
}

.syc-product-card__media {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
}

.syc-product-card__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 260ms ease;
}

.syc-product-card:hover .syc-product-card__image {
  transform: scale(1.04);
}

.syc-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
  padding: 22px 22px 24px;
}

.syc-product-card__category {
  color: var(--syc-primary);
  font-family: var(--syc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.syc-product-card__title {
  color: var(--syc-text);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
  margin: 0;
}

.syc-product-card__desc {
  color: var(--syc-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 0;
}

.syc-product-card__price {
  color: var(--syc-primary-dark);
  font-family: var(--syc-font-heading);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.syc-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.syc-product-card__actions .syc-btn,
.syc-product-card__actions .syc-btn-outline {
  flex: 1 1 auto;
  min-width: 130px;
  text-align: center;
}

.syc-commerce-page__content {
  background: #fff;
  border: 1px solid var(--syc-border);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(17, 21, 24, 0.06);
  padding-bottom: clamp(28px, 4vw, 46px);
  padding-top: clamp(28px, 4vw, 46px);
}

.syc-commerce-page .woocommerce table.shop_table {
  border-color: var(--syc-border);
  border-radius: 12px;
  overflow: hidden;
}

.syc-commerce-page .woocommerce table.shop_table th,
.syc-commerce-page .woocommerce table.shop_table td {
  border-color: var(--syc-border);
  color: var(--syc-text);
  font-family: var(--syc-font-body);
}

.syc-commerce-page .woocommerce form .form-row input.input-text,
.syc-commerce-page .woocommerce form .form-row textarea,
.syc-commerce-page .woocommerce form .form-row select,
.syc-commerce-page .select2-container .select2-selection--single {
  border: 1px solid var(--syc-border);
  border-radius: 8px;
  min-height: 44px;
}

.syc-commerce-page .woocommerce .cart_totals,
.syc-commerce-page .woocommerce-checkout-review-order,
.syc-commerce-page .woocommerce-billing-fields,
.syc-commerce-page .woocommerce-shipping-fields {
  color: var(--syc-text);
  font-family: var(--syc-font-body);
}

.syc-products-footer {
  background: transparent;
}

.syc-btn,
.woocommerce .single_add_to_cart_button,
.woocommerce .wc-proceed-to-checkout .checkout-button,
.woocommerce .button {
  align-items: center;
  background: #1ba6b2;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--syc-font-body);
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 42px;
  min-width: 120px;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.syc-btn:hover,
.syc-btn:focus,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .button:hover,
.woocommerce .single_add_to_cart_button:focus,
.woocommerce .wc-proceed-to-checkout .checkout-button:focus,
.woocommerce .button:focus {
  background: #138c98;
  color: #fff;
  transform: translateY(-2px);
}

.syc-btn-outline,
.woocommerce .wc-backward,
.woocommerce .return-to-shop .button {
  background: transparent;
  border: 1px solid #1ba6b2;
  color: #1ba6b2;
}

.syc-btn-outline:hover,
.syc-btn-outline:focus,
.woocommerce .wc-backward:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce .wc-backward:focus,
.woocommerce .return-to-shop .button:focus {
  background: #e9f8fa;
}

.syc-btn-soft {
  background: rgba(20, 20, 20, 0.08);
  color: var(--syc-text);
}

.syc-btn-soft:hover,
.syc-btn-soft:focus {
  background: rgba(20, 20, 20, 0.12);
}

.syc-product-layout {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 46px);
  grid-template-columns: 1.2fr 1fr;
}

.syc-product-main-image img {
  border-radius: 14px;
  display: block;
  width: 100%;
}

.syc-product-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.syc-product-thumbs a {
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.syc-product-thumbs img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.syc-product-summary-shell h1,
.syc-product-summary-shell h2,
.syc-product-summary-shell h3 {
  color: var(--syc-text);
}

.syc-product-summary-shell .quantity input {
  border: 1px solid var(--syc-border);
  border-radius: 4px;
  min-height: 40px;
  min-width: 82px;
  padding: 8px 10px;
}

.syc-product-summary__cat {
  color: var(--syc-primary-dark);
  font-family: var(--syc-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.syc-product-summary-shell .price {
  color: var(--syc-primary-dark);
  font-size: 28px;
  font-family: var(--syc-font-heading);
  margin: 0 0 14px;
}

.syc-product-summary__short p {
  margin-top: 0;
}

.syc-product-summary__actions {
  margin-top: 20px;
}

.syc-product-summary__actions .quantity {
  margin-right: 8px;
}

.syc-product-detail__extra {
  margin-top: clamp(36px, 4.8vw, 68px);
}

.syc-product-description,
.syc-product-spec {
  background: #fff;
  border: 1px solid var(--syc-border);
  border-radius: 14px;
  margin-bottom: 24px;
  padding: clamp(18px, 2.4vw, 26px);
}

.syc-product-description h2,
.syc-product-spec h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.syc-product-description p,
.syc-product-spec td {
  color: var(--syc-muted);
  font-size: 15px;
}

.syc-product-spec table {
  border-collapse: collapse;
  width: 100%;
}

.syc-product-spec tr + tr td {
  border-top: 1px solid var(--syc-border);
}

.syc-product-spec td {
  line-height: 1.7;
  padding-bottom: 12px;
  padding-top: 12px;
  vertical-align: top;
}

.syc-product-spec td:first-child {
  color: var(--syc-text);
  font-size: 14px;
  font-weight: 600;
  padding-right: 14px;
  width: 34%;
}

.syc-product-related {
  margin-top: clamp(44px, 6vw, 82px);
}

.syc-product-related .syc-product-grid {
  gap: 16px;
}

.syc-product-cta {
  margin-top: clamp(52px, 7vw, 82px);
  text-align: center;
}

.syc-product-cta h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 8px;
}

.syc-product-cta p {
  margin-bottom: 20px;
}

.syc-product-cta .syc-btn {
  min-width: 190px;
}

.syc-no-products {
  margin: 0;
  color: var(--syc-muted);
  font-size: 15px;
}

.syc-product-pagination .page-numbers {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.syc-product-pagination .page-numbers li {
  list-style: none;
}

.syc-product-pagination a,
.syc-product-pagination span {
  background: #fff;
  border-radius: 999px;
  color: var(--syc-text);
  display: inline-flex;
  font-size: 13px;
  margin: 0 3px;
  min-width: 34px;
  padding: 7px 11px;
  text-align: center;
  text-decoration: none;
}

.syc-product-pagination a:hover,
.syc-product-pagination a:focus {
  background: #1ba6b2;
  color: #fff;
}

.syc-product-pagination .current {
  background: #1ba6b2;
  color: #fff;
}

.single-product .woocommerce-product-gallery {
  float: none;
  margin: 0;
  width: auto;
}

@media (max-width: 1024px) {
  .syc-product-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .syc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .syc-product-grid {
    grid-template-columns: 1fr;
  }

  .syc-products-hero {
    margin: 16px 16px 0;
    min-height: 420px;
  }

  .syc-products-hero .syc-site-header {
    padding: 18px 18px 0;
    top: auto;
  }

  .syc-products-hero .syc-site-header__inner {
    height: 58px;
  }

  .syc-products-hero .syc-header-logo-img {
    height: 42px;
    max-width: 132px;
  }

  .syc-products-hero__content {
    padding: 46px 22px 64px;
  }

  .syc-products-hero__content h1 {
    font-size: clamp(32px, 8.5vw, 36px);
    line-height: 1.14;
  }

  .syc-products-page__content {
    padding-top: 44px;
  }

  .syc-product-description h2,
  .syc-product-spec h2,
  .syc-product-cta h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .syc-animate,
  .syc-project-card img,
  .syc-service-row .wp-block-image img,
  .syc-button .wp-block-button__link {
    transition: none;
  }

  .syc-animate {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .syc-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .syc-social {
    min-width: 0;
  }

  .syc-services-grid,
  .syc-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syc-project-grid,
  .syc-properties-page .syc-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .syc-testimonials,
  .syc-split,
  .syc-text-split,
  .syc-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .syc-shell,
  .syc-section,
  .syc-footer-inner,
  .syc-copyright-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .syc-header {
    justify-content: center;
    padding: 24px 22px;
    text-align: center;
  }

  .syc-logo {
    flex-basis: 100%;
  }

  .syc-logo img {
    margin: 0 auto;
  }

  .syc-nav {
    flex-wrap: wrap;
    gap: 13px 18px;
    order: 2;
  }

  .syc-social {
    display: none;
  }

  .syc-hero {
    border-radius: 0;
    margin-top: 0;
    max-width: none;
    min-height: 620px;
  }

  .syc-hero .wp-block-cover__inner-container {
    padding-top: 142px;
  }

  .syc-card-section,
  .syc-white-panel {
    border-radius: 0;
    margin-bottom: 42px;
    margin-top: 42px;
  }

  .syc-services-grid,
	.syc-project-grid,
	.syc-properties-page .syc-project-grid,
	.syc-products-page .syc-project-grid,
  .syc-footer-inner,
  .syc-service-row {
    grid-template-columns: 1fr;
  }

  .syc-service-row:nth-child(even) .syc-service-copy {
    order: 2;
  }

  .syc-service-row:nth-child(even) .wp-block-image {
    order: 1;
  }

  .syc-project-card .wp-block-image,
  .syc-service-row .wp-block-image,
  .syc-wide-image,
  .syc-about-portrait,
  .syc-split-image {
    aspect-ratio: 1.25 / 1;
  }

  .syc-cta {
    border-radius: 0;
    max-width: none;
  }

  .syc-cta-box {
    max-width: calc(100vw - 40px);
  }

  .syc-copyright-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    padding-bottom: 22px;
    padding-top: 22px;
  }

  .syc-page-hero {
    padding-top: 190px;
  }
}

@media (max-width: 430px) {
  .syc-page p {
    font-size: 15px;
  }

  .syc-hero h1 {
    font-size: 46px;
  }

  .syc-page-hero h1 {
    font-size: 48px;
  }

  .syc-nav a {
    font-size: 12px;
  }

  .syc-button .wp-block-button__link {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Real Estate Header & Hero Optimization */
.syc-site-header {
  box-sizing: border-box;
  height: 0;
  left: 50%;
  overflow: visible;
  padding: 0 clamp(24px, 3.4vw, 48px);
  position: absolute;
  top: clamp(28px, 3.4vw, 46px);
  transform: translateX(-50%);
  width: 100%;
  z-index: 50;
}

.syc-site-header__inner {
  align-items: center;
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
  grid-template-columns: minmax(190px, 270px) minmax(0, 1fr) minmax(176px, 240px);
  height: 80px;
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}

.syc-site-header__logo {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  min-width: 0;
}

.syc-header-logo-img {
  display: block;
  height: 54px;
  max-width: 210px;
  object-fit: contain;
  width: auto;
}

.syc-header-site-name {
  color: #ffffff;
  font-family: var(--syc-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.syc-header-nav {
  justify-self: center;
  min-width: 0;
}

.syc-header-menu {
  align-items: center;
  display: flex;
  gap: clamp(28px, 2.7vw, 36px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syc-header-menu li {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.syc-header-menu a {
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  font-family: var(--syc-font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 9px 0;
  position: relative;
  transition: color 180ms ease, opacity 180ms ease;
}

.syc-header-menu a::after {
  background: #20a7b0;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.syc-header-menu a:hover,
.syc-header-menu a:focus,
.syc-header-menu .current-menu-item > a,
.syc-header-menu .current_page_item > a {
  color: #20a7b0;
  opacity: 1;
}

.syc-header-menu a:hover::after,
.syc-header-menu a:focus::after,
.syc-header-menu .current-menu-item > a::after,
.syc-header-menu .current_page_item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.syc-header-tools {
  align-items: center;
  display: flex;
  gap: 11px;
  justify-content: flex-end;
  justify-self: end;
}

.syc-social-link,
.syc-search-toggle,
.syc-language {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--syc-font-heading);
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  min-width: 28px;
  padding: 0 5px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.syc-cart-link {
  position: relative;
}

.syc-cart-link .syc-cart-label {
  font-size: 12px;
  margin-right: 4px;
}

.syc-cart-count {
  align-items: center;
  background: #1ba6b2;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: var(--syc-font-body);
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  margin-left: 4px;
  min-width: 16px;
  padding: 0 4px;
  position: relative;
  top: -1px;
}

.syc-search-toggle {
  background: transparent;
  cursor: pointer;
  padding: 0;
  width: 30px;
}

.syc-social-link svg,
.syc-search-toggle svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.syc-search-toggle svg {
  height: 16px;
  width: 16px;
}

.syc-language {
  border-color: rgba(255, 255, 255, 0.2);
  font-family: var(--syc-font-body);
  font-size: 11px;
  letter-spacing: 0.04em;
  min-width: 36px;
  padding: 0 10px;
}

.syc-social-link:hover,
.syc-social-link:focus,
.syc-search-toggle:hover,
.syc-search-toggle:focus,
.syc-language:hover,
.syc-language:focus-within {
  background: rgba(32, 167, 176, 0.12);
  border-color: transparent;
  color: #20a7b0;
  transform: translateY(-1px);
}

.syc-language-weglot .wg-li,
.syc-language-weglot aside,
.syc-language-weglot div {
  margin: 0;
}

.syc-header-search {
  background: rgba(15, 20, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  opacity: 0;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: min(280px, calc(100vw - 48px));
}

.syc-site-header.is-search-open .syc-header-search {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.syc-header-search input {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  outline: 0;
  padding: 6px 8px;
  width: 100%;
}

.syc-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.syc-menu-toggle {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  width: 44px;
}

.syc-menu-toggle span:not(.screen-reader-text) {
  background: #ffffff;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 18px;
}

.syc-menu-toggle span:nth-child(2) {
  transform: translateY(-6px);
}

.syc-menu-toggle span:nth-child(4) {
  transform: translateY(6px);
}

.syc-site-header.is-menu-open .syc-menu-toggle span:nth-child(2) {
  transform: rotate(45deg);
}

.syc-site-header.is-menu-open .syc-menu-toggle span:nth-child(3) {
  opacity: 0;
}

.syc-site-header.is-menu-open .syc-menu-toggle span:nth-child(4) {
  transform: rotate(-45deg);
}

.syc-site-header--simple .syc-header-menu a,
.syc-site-header--simple .syc-header-site-name,
.syc-site-header--simple .syc-social-link,
.syc-site-header--simple .syc-search-toggle,
.syc-site-header--simple .syc-language {
  color: rgba(20, 20, 20, 0.86);
}

.syc-site-header--simple .syc-social-link,
.syc-site-header--simple .syc-search-toggle,
.syc-site-header--simple .syc-language,
.syc-site-header--simple .syc-menu-toggle {
  border-color: rgba(20, 20, 20, 0.16);
}

.syc-site-header--simple .syc-menu-toggle span:not(.screen-reader-text) {
  background: var(--syc-text);
}

.syc-home .syc-hero {
  border-radius: 24px;
  margin: 26px clamp(32px, 3.2vw, 48px) 0;
  margin-block-start: 26px !important;
  max-width: none;
  min-height: clamp(680px, 52vw, 760px) !important;
}

.syc-home {
  padding-top: 0 !important;
}

.syc-home .syc-hero .wp-block-cover__background {
  background: rgba(0, 0, 0, 0.45) !important;
}

.syc-home .syc-hero .wp-block-cover__inner-container {
  max-width: 980px;
  padding-top: 124px;
}

.syc-home .syc-hero .syc-eyebrow {
  font-size: clamp(20px, 1.8vw, 24px);
  margin-bottom: 20px !important;
}

.syc-home .syc-hero h1 {
  color: #ffffff;
  font-family: var(--syc-font-body);
  font-size: clamp(62px, 5.7vw, 82px);
  font-weight: 500;
  line-height: 1.02;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.syc-home .syc-hero .wp-block-buttons {
  margin-top: 34px;
}

.syc-home .syc-button .wp-block-button__link {
  background: #1ba6b2;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 16px 34px;
}

.syc-home .syc-button .wp-block-button__link:hover,
.syc-home .syc-button .wp-block-button__link:focus {
  background: #138c98;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .syc-site-header__inner {
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) minmax(104px, 160px);
  }

  .syc-header-menu {
    gap: 22px;
  }

  .syc-social-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .syc-site-header {
    height: auto;
    left: 0;
    padding: 0;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 99999;
  }

  .syc-site-header__inner {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 72px;
    max-width: none;
    padding: 16px 20px;
    width: 100%;
  }

  .syc-site-header.is-menu-open {
    background: rgba(8, 13, 15, 0.98);
    bottom: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
  }

  .syc-site-header.is-menu-open .syc-site-header__inner {
    box-sizing: border-box;
    height: 100dvh;
    min-height: 100vh;
    overflow: hidden;
  }

  .syc-site-header__logo {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
  }

  .syc-header-logo-img {
    height: 46px;
    max-width: 176px;
  }

  .syc-menu-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 2;
  }

  .syc-site-header.is-menu-open .syc-menu-toggle {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
  }

  .syc-header-nav,
  .syc-header-tools {
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    position: static;
    transform: none;
    transition: opacity 180ms ease;
    width: auto;
  }

  .syc-header-nav {
    align-self: stretch;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 22px;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 4px 22px;
  }

  .syc-header-tools {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    gap: 14px;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: center;
    padding: 16px 0 max(18px, env(safe-area-inset-bottom));
  }

  .syc-site-header.is-menu-open .syc-header-nav,
  .syc-site-header.is-menu-open .syc-header-tools {
    opacity: 1;
    pointer-events: auto;
  }

  .syc-header-menu {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
  }

  .syc-header-menu li {
    display: block;
    line-height: 1;
  }

  .syc-header-menu a {
    color: rgba(255, 255, 255, 0.96);
    display: flex;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 9px 0;
    text-align: center;
  }

  .syc-header-menu a::after {
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 64px;
  }

  .syc-header-menu a:hover::after,
  .syc-header-menu a:focus::after,
  .syc-header-menu .current-menu-item > a::after,
  .syc-header-menu .current_page_item > a::after {
    transform: translateX(-50%) scaleX(1);
  }

  .syc-social-link,
  .syc-cart-link {
    display: none;
  }

  .syc-search-toggle,
  .syc-language {
    border-color: rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.96);
    height: 44px;
    min-width: 44px;
  }

  .syc-language {
    min-width: 58px;
  }

  .syc-header-search {
    background: rgba(8, 13, 15, 0.98);
    bottom: max(78px, calc(env(safe-area-inset-bottom) + 72px));
    left: 20px;
    right: 20px;
    top: auto;
    width: auto;
    z-index: 3;
  }

  .syc-home .syc-hero {
    border-radius: 20px;
    margin: 16px 16px 0;
    margin-block-start: 16px !important;
    min-height: 560px !important;
  }

  .syc-home .syc-hero .wp-block-cover__inner-container {
    padding: 106px 22px 34px;
  }

  .syc-home .syc-hero h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .syc-home .syc-hero .syc-eyebrow {
    font-size: 19px;
  }

  .syc-inner-page-hero {
    border-radius: 16px;
    margin: 16px 16px 0;
    margin-block-start: 16px !important;
    min-height: 440px !important;
  }

  .syc-inner-page-hero .wp-block-cover__inner-container {
    padding: 104px 22px 34px;
  }

  .syc-inner-page-hero h1 {
    font-size: clamp(38px, 8.2vw, 44px);
  }

  .syc-about-page > .syc-section,
  .syc-services-page > .syc-section,
  .syc-properties-page > .syc-section,
  .syc-contact-page > .syc-section {
    padding-top: 64px;
  }

  .syc-about-page .syc-site-header,
  .syc-services-page .syc-site-header,
  .syc-properties-page .syc-site-header,
  .syc-products-page .syc-site-header,
  .syc-product-detail-page .syc-site-header,
  .syc-contact-page .syc-site-header {
    top: 0;
  }

  body.syc-menu-lock {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .syc-site-header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .syc-home .syc-hero {
    margin-left: 12px;
    margin-right: 12px;
  }

  .syc-inner-page-hero {
    margin-left: 12px;
    margin-right: 12px;
    min-height: 360px !important;
  }
}
@media (max-width: 768px) {
  .syc-products-hero .syc-site-header {
    top: auto;
  }
}
