:root {
  --s4y-orange: #f15a24;
  --s4y-orange-dark: #c93f0b;
  --s4y-ink: #172033;
  --s4y-muted: #5f6878;
  --s4y-soft: #f5f7fa;
  --s4y-line: #dfe4ea;
  --s4y-white: #fff;
  --s4y-radius: 18px;
  --s4y-shadow: 0 18px 55px rgba(23, 32, 51, .1);
  --s4y-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--s4y-ink);
  background: var(--s4y-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, video, iframe { max-width: 100%; height: auto; }
a { color: var(--s4y-orange-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--s4y-orange); }
:focus-visible { outline: 3px solid rgba(241, 90, 36, .42); outline-offset: 3px; }

.container { width: min(calc(100% - 32px), var(--s4y-content)); margin-inline: auto; }
.columns, .column { float: none !important; margin-inline: 0 !important; width: auto !important; }
.clear { clear: both; }

.topbar-wrapper { background: var(--s4y-ink); color: var(--s4y-white); }
#topbar { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .9rem; }
#topbar a { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; color: var(--s4y-white); text-decoration: none; font-weight: 750; }
#topbar img { width: 20px; height: 20px; filter: grayscale(1) brightness(3); }
.s4y-coverage { color: #cbd2dd; }

.header-wrapper { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,228,234,.85); backdrop-filter: blur(14px); }
.header-wrapper header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
#logo { display: flex; align-items: center; }
#logo img { display: block; width: 208px !important; height: auto !important; }
#slogan { display: none; }
.sf-menu { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sf-menu li { margin: 0; padding: 0; background: none; }
.sf-menu a { display: inline-flex; align-items: center; min-height: 44px; padding: 9px 14px; border-radius: 999px; color: var(--s4y-ink); text-decoration: none; font-weight: 700; }
.sf-menu a:hover, .sf-menu a[aria-current="page"] { color: var(--s4y-orange-dark); background: #fff1eb; }
.sf-menu .s4y-quote-cta a,
.sf-menu .s4y-quote-cta a:hover,
.sf-menu .s4y-quote-cta a[aria-current="page"] { color: var(--s4y-white); background: var(--s4y-orange); box-shadow: 0 8px 22px rgba(241,90,36,.24); }
.sf-menu .s4y-quote-cta a:hover { background: var(--s4y-orange-dark); transform: translateY(-1px); }

.fullwidthbanner-container { width: 100%; min-height: clamp(390px, 58vw, 620px); overflow: hidden; background: linear-gradient(135deg,#151d2d,#27334b); }
.fullwidthbanner, .fullwidthbanner > ul, .fullwidthbanner > ul > li { min-height: inherit; }
.fullwidthbanner > ul { position: relative; display: grid; margin: 0; padding: 0; list-style: none; }
.fullwidthbanner > ul > li { position: relative; grid-area: 1/1; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity .5s ease; }
.fullwidthbanner > ul > li:first-child, .fullwidthbanner > ul > li.s4y-active { opacity: 1; pointer-events: auto; }
.fullwidthbanner > ul > li > img:first-child { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .44; }
.fullwidthbanner > ul > li::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(12,18,31,.88),rgba(12,18,31,.22)); }
.fullwidthbanner .caption { position: relative !important; z-index: 2; inset: auto !important; width: min(calc(100% - 40px), 760px) !important; height: auto !important; margin-inline: max(20px, calc((100vw - var(--s4y-content))/2)); color: #fff; }
.fullwidthbanner .big_white, .fullwidthbanner .very_big_white, .fullwidthbanner .very_big_orange, .fullwidthbanner .big_orange { padding-top: clamp(70px, 10vw, 120px); font-size: clamp(2.25rem,7vw,5rem); line-height: 1.02; font-weight: 850; letter-spacing: -.055em; }
.fullwidthbanner .big_orange, .fullwidthbanner .very_big_orange { color: #ff7849; }
.fullwidthbanner .caption + .caption { padding-top: 8px; }
.fullwidthbanner .small_text { max-width: 660px; font-size: clamp(1rem,2vw,1.2rem); }
.fullwidthbanner .caption img:not(:first-child), .fullwidthbanner iframe { display: none; }
.slider_button, input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; border: 0; border-radius: 999px; color: #fff !important; background: var(--s4y-orange); text-decoration: none; font: 800 1rem/1.2 inherit; cursor: pointer; box-shadow: 0 9px 24px rgba(241,90,36,.28); }
.slider_button:hover, input[type="submit"]:hover { background: var(--s4y-orange-dark); }

.inner-bg { display: none; }
#content-wrapper { padding: 42px 0 72px; background: linear-gradient(#fff,#f8fafc); }
#content { display: grid; grid-template-columns: minmax(0,1fr); gap: 28px; }
#content > .sixteen.columns { grid-column: 1/-1; }
#content-top { display: flex; align-items: center; min-height: 28px; }
#breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--s4y-muted); font-size: .9rem; }
#breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #a3abb8; }
#breadcrumb a { color: var(--s4y-muted); }
#left { min-width: 0; }
#left > h1:first-child, #left > h2:first-child { margin-top: 0; }
h1,h2,h3,h4 { color: var(--s4y-ink); font-family: inherit; line-height: 1.16; text-wrap: balance; }
h1 { margin: 0 0 24px; font-size: clamp(2.1rem,6vw,4.2rem); letter-spacing: -.055em; }
h2 { margin: 1.6em 0 .6em; font-size: clamp(1.65rem,4vw,2.7rem); letter-spacing: -.035em; }
h3 { margin: 1.4em 0 .55em; font-size: clamp(1.25rem,3vw,1.75rem); letter-spacing: -.02em; }
h4 { font-size: 1.13rem; }
p, ul, ol { margin-block: 0 1.15em; }
#left > p, #left > ul, #left > ol { max-width: 76ch; }
#left li { margin-bottom: .45em; }
.text1 { font-size: 1.12rem; color: #333e52; }
.text2, .promo-text, .bigger { padding: 20px 22px; border-left: 4px solid var(--s4y-orange); border-radius: 0 14px 14px 0; background: #fff1eb; }
.s4y-location-intro { max-width: 78ch; margin: 0 0 34px; padding: clamp(20px,4vw,32px); border: 1px solid #ffd5c5; border-radius: var(--s4y-radius); background: linear-gradient(135deg,#fff8f5,#fff); box-shadow: 0 14px 42px rgba(23,32,51,.06); }
.s4y-location-intro p:last-child { margin-bottom: 0; }
.medium_separator, .big_separator, .white_space10, .white_space20 { display: none; }

aside { min-width: 0; }
#right { position: sticky; top: 116px; padding: 24px; border: 1px solid var(--s4y-line); border-radius: var(--s4y-radius); background: var(--s4y-white); box-shadow: var(--s4y-shadow); }
#right .scope { margin-top: 0; font-size: 1.25rem; }
#right ul { margin: 0 0 22px; padding: 0; list-style: none; }
#right li + li { border-top: 1px solid var(--s4y-line); }
#right li a { display: block; padding: 10px 0; color: var(--s4y-ink); text-decoration: none; font-weight: 650; }
#right > a { display: block; }
#right > a img { width: 100%; border-radius: 14px; }

#portfolio-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 24px 0; padding: 0; list-style: none; }
#portfolio-list li { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--s4y-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(23,32,51,.08); }
#portfolio-list img { display: block; width: 100%; height: auto; aspect-ratio: 201/175; object-fit: cover; transition: transform .35s ease; }
#portfolio-list li:hover img { transform: scale(1.035); }
#portfolio-list .overlay { position: absolute; right: 10px; bottom: 10px; }
#portfolio-list .overlay a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(23,32,51,.9); text-decoration: none; font-size: .78rem; font-weight: 800; }
#portfolio-list .overlay a::after { content: "View image"; }

.carousel-wrapper { position: relative; overflow: hidden; margin-top: 36px; padding: 18px 0; border-block: 1px solid var(--s4y-line); }
.carousel-wrapper .carousel { display: flex; gap: 12px; overflow-x: auto; margin: 0; padding: 8px 4px; list-style: none; scrollbar-width: thin; scroll-snap-type: x proximity; }
.carousel-wrapper .carousel li { flex: 0 0 132px; display: grid; place-items: center; min-height: 90px; margin: 0; padding: 12px; border: 1px solid var(--s4y-line); border-radius: 12px; background: #fff; scroll-snap-align: start; }
.carousel-wrapper .carousel img { max-height: 58px; width: auto; }
.carousel-wrapper .car-prev, .carousel-wrapper .car-next { display: none; }

.services_tabs .tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.services_tabs .tabs a { display: block; min-height: 48px; padding: 10px 16px; border: 1px solid var(--s4y-line); border-radius: 12px; color: var(--s4y-ink); background: #fff; text-decoration: none; font-weight: 750; }
.services_tabs .tabs a.current { color: #fff; border-color: var(--s4y-orange); background: var(--s4y-orange); }
.services_tabs .tabs span { display: block; font-size: .78rem; font-weight: 500; }
.panes > .pane { display: none; }
.panes > .pane:first-child, .panes > .pane.s4y-active { display: block; }
#pricing-table { display: grid; grid-template-columns: repeat(auto-fit,minmax(205px,1fr)); gap: 16px; }
#pricing-table .column { overflow: hidden; border: 1px solid var(--s4y-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 36px rgba(23,32,51,.08); }
#pricing-table ul { margin: 0; padding: 0; list-style: none; }
#pricing-table li { margin: 0; padding: 11px 18px; border-bottom: 1px solid var(--s4y-line); }
#pricing-table .table-head { color: #fff; background: var(--s4y-ink); }
#pricing-table .table-head h2 { margin: 0; color: #fff; font-size: 1.25rem; }
#pricing-table .table-footer { border: 0; }

form { max-width: 760px; }
.s4y-form { display: grid; grid-template-columns: 1fr; gap: 18px; }
.s4y-field { display: grid; gap: 6px; }
.s4y-field label { font-weight: 750; }
.s4y-field label span { color: var(--s4y-muted); font-size: .88em; font-weight: 500; }
fieldset.s4y-field { margin: 0; padding: 14px; border: 1px solid var(--s4y-line); border-radius: 12px; }
fieldset.s4y-field label { display: inline-flex; align-items: center; gap: 7px; margin-right: 18px; }
fieldset.s4y-field input[type="radio"] { width: 20px !important; min-height: 20px; }
.s4y-seo-quote { margin-top: 34px; padding: clamp(20px,4vw,34px); border: 1px solid var(--s4y-line); border-radius: var(--s4y-radius); background: #fff; box-shadow: var(--s4y-shadow); }
.s4y-seo-quote > h2 { margin-top: 0; }
.s4y-honeypot { position: absolute !important; inline-size: 1px !important; block-size: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }
.s4y-privacy { color: var(--s4y-muted); font-size: .9rem; }
.s4y-form-message { margin: 0 0 22px; padding: 16px 18px; border-radius: 12px; font-weight: 700; }
.s4y-form-message.success { color: #14532d; background: #dcfce7; }
.s4y-form-message.error { color: #7f1d1d; background: #fee2e2; }
.s4y-contact-card { margin-bottom: 34px; padding: 24px; border: 1px solid var(--s4y-line); border-radius: var(--s4y-radius); background: #fff; box-shadow: var(--s4y-shadow); }
.s4y-contact-card h2 { margin-top: 0; }
form table, form tbody, form tr, form td { display: block; width: 100%; }
form tr { margin-bottom: 18px; }
form td:first-child { margin-bottom: 6px; font-weight: 750; }
input, select, textarea { width: 100% !important; min-height: 48px; padding: 11px 13px; border: 1px solid #cbd2dc; border-radius: 10px; color: var(--s4y-ink); background: #fff; font: inherit; }
textarea { min-height: 130px; resize: vertical; }

#footer-wrapper { color: #d9deea; background: var(--s4y-ink); }
#footer-wrapper footer { padding-block: 46px; }
#footer-bottom { display: grid; gap: 22px; }
#copyright, #footer-menu { float: none; width: auto; }
#footer-wrapper a { color: #fff; }
#footer-menu ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
#footer-bottom-divider { display: none; }
.design { margin-top: 12px; color: #aeb6c6; }

@media (min-width: 760px) {
  .container { width: min(calc(100% - 56px), var(--s4y-content)); }
  #content { grid-template-columns: minmax(0,1fr) 280px; gap: 44px; }
  #portfolio-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  #footer-bottom { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .s4y-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .s4y-form .s4y-field:nth-of-type(6), .s4y-form .s4y-privacy, .s4y-form button { grid-column: 1/-1; }
}

@media (max-width: 759px) {
  .s4y-coverage { display: none; }
  #topbar { justify-content: center; }
  .header-wrapper { position: relative; }
  .header-wrapper header { min-height: 0; padding-block: 18px; flex-direction: column; align-items: stretch; }
  #logo { justify-content: center; }
  nav { width: 100% !important; }
  .sf-menu { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .sf-menu li { display: flex; }
  .sf-menu a { width: 100%; justify-content: center; padding-inline: 8px; }
  #content-wrapper { padding-top: 28px; }
  #content-top { display: none; }
  #right { position: static; }
  .fullwidthbanner-container { min-height: 430px; }
  .fullwidthbanner .caption { margin-inline: 20px; }
  .fullwidthbanner .big_white, .fullwidthbanner .very_big_white, .fullwidthbanner .very_big_orange, .fullwidthbanner .big_orange { padding-top: 54px; }
  #left > table, #left > div > table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 430px) {
  #portfolio-list { grid-template-columns: 1fr; }
}

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

@media print {
  .topbar-wrapper, .header-wrapper, .fullwidthbanner-container, aside, #footer-wrapper { display: none !important; }
  #content { display: block; }
}
