/* Stone Surface: a contemporary showroom, with product photography and useful detail. */
@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #fff;
  --white: #fff;
  --ink: #252727;
  --muted: #555c5d;
  --wine: #521f2a;
  --wine-hover: #74313f;
  --clay: #edf0f0;
  --line: #d8dddd;
  --display: "DM Sans", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --gutter: clamp(22px, 4.4vw, 64px);
  --radius: 3px;
  --header-height: 84px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
:is(body.ss-site, .editor-styles-wrapper) a {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
:is(body.ss-site, .editor-styles-wrapper) button,
:is(body.ss-site, .editor-styles-wrapper) input,
:is(body.ss-site, .editor-styles-wrapper) select,
:is(body.ss-site, .editor-styles-wrapper) textarea {
  font: inherit;
}
:is(body.ss-site, .editor-styles-wrapper) button,
:is(body.ss-site, .editor-styles-wrapper) a,
:is(body.ss-site, .editor-styles-wrapper) input,
:is(body.ss-site, .editor-styles-wrapper) select,
:is(body.ss-site, .editor-styles-wrapper) textarea,
:is(body.ss-site, .editor-styles-wrapper) summary {
  -webkit-tap-highlight-color: transparent;
}
:is(body.ss-site, .editor-styles-wrapper) button,
:is(body.ss-site, .editor-styles-wrapper) a {
  touch-action: manipulation;
}
:is(body.ss-site, .editor-styles-wrapper) button {
  cursor: pointer;
}
:is(body.ss-site, .editor-styles-wrapper) img {
  max-width: 100%;
  height: auto;
  display: block;
}
:is(body.ss-site, .editor-styles-wrapper) figure {
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) p {
  margin: 0 0 1.15em;
}
:is(body.ss-site, .editor-styles-wrapper) p:last-child {
  margin-bottom: 0;
}
:is(body.ss-site, .editor-styles-wrapper) h1,
:is(body.ss-site, .editor-styles-wrapper) h2,
:is(body.ss-site, .editor-styles-wrapper) h3,
:is(body.ss-site, .editor-styles-wrapper) h4 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.13;
  margin: 0 0 0.55em;
  text-wrap: balance;
  letter-spacing: -0.025em;
}
:is(body.ss-site, .editor-styles-wrapper) h1 {
  font-size: clamp(2.35rem, 4vw, 3.75rem);
}
:is(body.ss-site, .editor-styles-wrapper) h2 {
  font-size: clamp(1.8rem, 2.75vw, 2.6rem);
  letter-spacing: -0.02em;
}
:is(body.ss-site, .editor-styles-wrapper) h3 {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
:is(body.ss-site, .editor-styles-wrapper) h4 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}
:is(body.ss-site, .editor-styles-wrapper) :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #996325;
  outline-offset: 5px;
}
:is(body.ss-site, .editor-styles-wrapper) .screen-reader-text,
:is(body.ss-site, .editor-styles-wrapper) .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 20px;
  background: #fff;
  color: var(--wine);
}
:is(body.ss-site, .editor-styles-wrapper) [hidden] {
  display: none !important;
}
:is(body.ss-site, .editor-styles-wrapper) .shell {
  max-width: 1480px;
  padding-inline: var(--gutter);
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .section {
  padding-block: 72px;
}
:is(body.ss-site, .editor-styles-wrapper) .utility {
  background: var(--wine);
  color: #fff;
  font-size: 0.8125rem;
}
:is(body.ss-site, .editor-styles-wrapper) .utility > .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
}
:is(body.ss-site, .editor-styles-wrapper) .utility a {
  text-decoration: none;
}
:is(body.ss-site, .editor-styles-wrapper) .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
body.ss-site.admin-bar .site-header {
  top: 32px;
}
:is(body.ss-site, .editor-styles-wrapper) .header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
:is(body.ss-site, .editor-styles-wrapper) .brand,
:is(body.ss-site, .editor-styles-wrapper) .custom-logo-link {
  display: inline-block;
  flex-shrink: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .brand img,
:is(body.ss-site, .editor-styles-wrapper) .custom-logo {
  width: 190px;
  height: 62px;
  object-fit: contain;
}
:is(body.ss-site, .editor-styles-wrapper) .primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
:is(body.ss-site, .editor-styles-wrapper) .nav-menu a {
  text-decoration: none;
  font-size: 0.9375rem;
  white-space: nowrap;
  position: relative;
  display: block;
  padding-block: 12px;
}
:is(body.ss-site, .editor-styles-wrapper) .nav-menu a:after {
  content: "";
  height: 2px;
  background: var(--wine);
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
:is(body.ss-site, .editor-styles-wrapper) .nav-menu a:hover:after,
:is(body.ss-site, .editor-styles-wrapper) .nav-menu a[aria-current="page"]:after,
:is(body.ss-site, .editor-styles-wrapper) .nav-menu .current-menu-item > a:after,
:is(body.ss-site, .editor-styles-wrapper) .nav-menu .current-page-ancestor > a:after {
  transform: scaleX(1);
}
:is(body.ss-site, .editor-styles-wrapper) .nav-menu .sub-menu {
  display: none;
}
:is(body.ss-site, .editor-styles-wrapper) .menu-toggle,
:is(body.ss-site, .editor-styles-wrapper) .mobile-quote {
  display: none;
}
:is(body.ss-site, .editor-styles-wrapper) .button,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: #fff;
  border-radius: var(--radius);
  text-decoration: none;
  font-family: var(--body);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.4;
  min-height: 50px;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  box-shadow: none;
}
:is(body.ss-site, .editor-styles-wrapper) .button:hover,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-button__link:hover {
  background: var(--wine-hover);
  border-color: var(--wine-hover);
  color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .button svg {
  width: 18px;
  height: 18px;
}
:is(body.ss-site, .editor-styles-wrapper) .nav-quote {
  padding: 12px 18px;
  min-height: 46px;
}
:is(body.ss-site, .editor-styles-wrapper) .button-light,
:is(body.ss-site, .editor-styles-wrapper) .button-light .wp-block-button__link {
  background: #fff;
  color: var(--wine);
  border-color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .button-light:hover,
:is(body.ss-site, .editor-styles-wrapper) .button-light .wp-block-button__link:hover {
  background: #eee7e9;
  border-color: #eee7e9;
  color: var(--wine);
}
:is(body.ss-site, .editor-styles-wrapper) .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--ink);
  border-color: #929b9c;
}
:is(body.ss-site, .editor-styles-wrapper) .is-style-outline .wp-block-button__link:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .actions,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-buttons.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 25px;
}
:is(body.ss-site, .editor-styles-wrapper) .wp-block-button__link span {
  margin-left: 8px;
}
:is(body.ss-site, .editor-styles-wrapper) .text-link {
  font-size: 1rem;
  text-decoration: underline;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-secondary .wp-block-button__link {
  background: transparent;
  border-color: transparent;
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-inline: 4px;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-secondary .wp-block-button__link:hover {
  text-decoration-thickness: 2px;
}
:is(body.ss-site, .editor-styles-wrapper) .mobile-quote { display: none; }

/* One composition on desktop, compact copy followed by a purposeful crop on mobile. */
:is(body.ss-site, .editor-styles-wrapper) .home-hero {
  padding-top: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: var(--wine);
  color: #fff;
  overflow: hidden;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-copy {
  padding: clamp(32px, 4vw, 58px);
  align-self: center;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-copy h1 {
  font-size: clamp(2.15rem, 3.45vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 11.5em;
  margin-bottom: 24px;
  text-wrap: pretty;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-copy p {
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 34em;
  color: #f1e8eb;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-copy .actions {
  gap: 10px;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-copy .wp-block-button__link {
  font-size: 0.875rem;
  padding-inline: 16px;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-secondary .wp-block-button__link {
  padding-inline: 4px;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-image {
  min-width: 0;
  min-height: 540px;
  height: 100%;
  position: relative;
}
:is(body.ss-site, .editor-styles-wrapper) .hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
}
:is(body.ss-site, .editor-styles-wrapper) .home-hero :focus-visible {
  outline-color: #f5c599;
}
:is(body.ss-site, .editor-styles-wrapper) .assurance-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-block: 24px;
  font-size: 0.875rem;
  color: var(--muted);
}
:is(body.ss-site, .editor-styles-wrapper) .assurance-strip p {
  margin: 0;
  text-align: center;
}
:is(body.ss-site, .editor-styles-wrapper) .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 32px;
}
:is(body.ss-site, .editor-styles-wrapper) .section-heading h2 {
  max-width: 18em;
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .section-heading > p {
  max-width: 370px;
  color: var(--muted);
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .section-heading .actions {
  margin: 0;
  flex-shrink: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .services-intro {
  padding-top: 48px;
  padding-bottom: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 72px;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card {
  min-width: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card figure {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  aspect-ratio: 4/3;
  background: var(--clay);
}
:is(body.ss-site, .editor-styles-wrapper) .service-card figure a {
  display: block;
  width: 100%;
  height: 100%;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card:nth-child(1) img {
  object-position: 50% 58%;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card:nth-child(3) img {
  object-position: 50% 48%;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card:hover img {
  transform: scale(1.025);
}
:is(body.ss-site, .editor-styles-wrapper) .service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card h3 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-height: 32px;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card h3 span {
  font-size: 1.15rem;
}
:is(body.ss-site, .editor-styles-wrapper) .service-card p {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 28em;
}
:is(body.ss-site, .editor-styles-wrapper) .materials-section {
  background: var(--clay);
  max-width: none;
  padding-block: 64px;
}
:is(body.ss-site, .editor-styles-wrapper) .materials-section > .section-heading,
:is(body.ss-site, .editor-styles-wrapper) .materials-section > .material-selector {
  max-width: 1352px;
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .material-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #bfc8c8;
}
:is(body.ss-site, .editor-styles-wrapper) .material-tabs button {
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 12px 26px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  min-height: 48px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
:is(body.ss-site, .editor-styles-wrapper) .material-tabs button:first-child {
  padding-left: 0;
  padding-right: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .material-tabs button[aria-selected="true"] {
  border-color: var(--wine);
  color: var(--wine);
  font-weight: 600;
}
:is(body.ss-site, .editor-styles-wrapper) .material-tabs button:hover {
  color: var(--wine);
}
:is(body.ss-site, .editor-styles-wrapper) .material-panel {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 0;
  background: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .material-panel + .material-panel {
  margin-top: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .material-selector.is-enhanced .material-panel {
  margin-top: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .material-image {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background: #e4e8e7;
}
:is(body.ss-site, .editor-styles-wrapper) .material-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 50% 70%;
}
:is(body.ss-site, .editor-styles-wrapper) .material-copy {
  padding: 36px clamp(28px, 3.2vw, 48px);
  align-self: center;
}
:is(body.ss-site, .editor-styles-wrapper) .material-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wine);
  margin-bottom: 12px;
}
:is(body.ss-site, .editor-styles-wrapper) .material-headline {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
:is(body.ss-site, .editor-styles-wrapper) .material-copy > p {
  font-size: 1rem;
  color: var(--muted);
}
:is(body.ss-site, .editor-styles-wrapper) .material-copy > .material-name {
  color: var(--wine);
  font-size: 0.875rem;
}
:is(body.ss-site, .editor-styles-wrapper) .material-points {
  margin: 20px 0;
}
:is(body.ss-site, .editor-styles-wrapper) .material-point {
  margin: 0;
  padding: 6px 0;
  font-size: 0.875rem;
}
:is(body.ss-site, .editor-styles-wrapper) .material-point:before {
  content: "•";
  margin-right: 12px;
  color: var(--wine);
}
:is(body.ss-site, .editor-styles-wrapper) .material-copy .actions {
  margin-top: 22px;
}
:is(body.ss-site, .editor-styles-wrapper) .project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .project-card {
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 4/3;
  background: var(--clay);
}
:is(body.ss-site, .editor-styles-wrapper) .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
:is(body.ss-site, .editor-styles-wrapper) .project-card:hover img {
  transform: scale(1.02);
}
:is(body.ss-site, .editor-styles-wrapper) .project-card:focus-visible {
  outline-offset: 6px;
}
:is(body.ss-site, .editor-styles-wrapper) .project-card:after {
  content: "↗";
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #fff;
  color: var(--wine);
  border-radius: 2px;
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.2s;
}
:is(body.ss-site, .editor-styles-wrapper) .project-card:hover:after,
:is(body.ss-site, .editor-styles-wrapper) .project-card:focus-visible:after {
  opacity: 1;
}
:is(body.ss-site, .editor-styles-wrapper) .project-title-fallback {
  padding: 24px;
  display: block;
}
:is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
  grid-template-columns: 1.3fr 1fr 1fr;
}
:is(body.ss-site, .editor-styles-wrapper) .project-section .project-card {
  aspect-ratio: auto;
  height: 330px;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-section {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  background: #eef1f1;
  color: var(--ink);
  max-width: 1480px;
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy {
  padding: 48px var(--gutter);
  align-self: center;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy h2 {
  max-width: 12em;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy > p {
  color: var(--muted);
  font-size: 1rem;
  max-width: 430px;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy .showroom-meta {
  font-size: 0.875rem;
  margin-top: 22px;
  line-height: 1.75;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy .button-light .wp-block-button__link {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy .button-light .wp-block-button__link:hover {
  background: var(--wine-hover);
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-image {
  min-height: 420px;
  height: 100%;
  position: relative;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
}
:is(body.ss-site, .editor-styles-wrapper) .overline {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
}
:is(body.ss-site, .editor-styles-wrapper) .process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-top: 8px;
}
:is(body.ss-site, .editor-styles-wrapper) .step-number {
  font-size: 0.875rem;
  color: var(--wine);
  margin: 0 0 16px;
  font-weight: 600;
}
:is(body.ss-site, .editor-styles-wrapper) .process-step {
  border-top: 2px solid var(--line);
  padding-top: 20px;
}
:is(body.ss-site, .editor-styles-wrapper) .process-step h3 {
  font-size: 1.3rem;
}
:is(body.ss-site, .editor-styles-wrapper) .process-step > p:not(.step-number) {
  color: var(--muted);
  font-size: 1rem;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  padding-top: 28px;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-intro h2 {
  max-width: 14em;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-intro p {
  max-width: 320px;
  color: var(--muted);
}
:is(body.ss-site, .editor-styles-wrapper) .faq-list {
  border-top: 1px solid var(--line);
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0;
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item summary {
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  cursor: pointer;
  padding: 20px 35px 20px 0;
  position: relative;
  line-height: 1.5;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item summary::-webkit-details-marker {
  display: none;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  font-size: 24px;
  font-weight: 400;
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item[open] summary:after {
  content: "−";
}
:is(body.ss-site, .editor-styles-wrapper) .faq-item p {
  font-size: 1rem;
  color: var(--muted);
  padding-right: 30px;
  margin: 0 0 22px;
  line-height: 1.65;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-section {
  background: var(--wine);
  color: #fff;
  padding: 64px 0;
  scroll-margin-top: 20px;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 90px;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  max-width: 11em;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-copy > p {
  font-size: 1rem;
  max-width: 350px;
  color: #f1e8eb;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-direct {
  margin-top: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-direct a {
  white-space: nowrap;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry {
  display: grid;
  gap: 20px;
}
:is(body.ss-site, .editor-styles-wrapper) .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 7px;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry .optional {
  font-weight: 400;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry input:not([type="hidden"]),
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry select,
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry textarea,
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper select,
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  color: var(--ink);
  padding: 12px 14px;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 50px;
  box-shadow: none;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry textarea {
  resize: vertical;
  min-height: 116px;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry textarea::placeholder {
  color: #656c6d;
  font-size: 0.9375rem;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry select option {
  color: var(--ink);
  background: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry .form-note {
  font-size: 0.8125rem;
  color: #f1e8eb;
  margin: 0;
  line-height: 1.6;
}
:is(body.ss-site, .editor-styles-wrapper) #ss-message-help {
  font-size: 0.875rem;
  margin-top: 8px;
}
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry .button {
  justify-self: start;
}
:is(body.ss-site, .editor-styles-wrapper) .honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
:is(body.ss-site, .editor-styles-wrapper) .preview-note {
  font-size: 0.8125rem;
  color: #f1e8eb;
  padding: 8px 12px;
  margin: 0;
  border: 1px solid #a37781;
  border-radius: 2px;
}
:is(body.ss-site, .editor-styles-wrapper) .client-status:empty {
  display: none;
}
:is(body.ss-site, .editor-styles-wrapper) .client-status,
:is(body.ss-site, .editor-styles-wrapper) .form-status {
  font-size: 1rem;
  background: #fff;
  color: var(--ink);
  padding: 18px;
  line-height: 1.6;
  border-radius: 2px;
}
:is(body.ss-site, .editor-styles-wrapper) .form-status {
  margin-bottom: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .form-status.error {
  border: 1px solid #b35b2c;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-section :focus-visible,
:is(body.ss-site, .editor-styles-wrapper) .home-hero :focus-visible {
  outline-color: #f5c599;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper {
  --gf-ctrl-label-color-primary: #fff;
  --gf-ctrl-color: #252727;
  --gf-color-primary: #fff;
  --gf-color-primary-contrast: #521f2a;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper label,
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper legend {
  color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper input[type="checkbox"],
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper input[type="radio"] {
  visibility: visible !important;
  opacity: 1;
  appearance: auto;
  position: static;
  width: 20px;
  height: 20px;
  accent-color: #eee;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper input[type="submit"] {
  background: #fff;
  color: var(--wine);
  border: 0;
  padding: 15px 24px;
  border-radius: 2px;
  cursor: pointer;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper .validation_message,
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper .gfield_validation_message,
:is(body.ss-site, .editor-styles-wrapper) .gform_wrapper .gform_validation_errors {
  background: #fff;
  color: #8d1a25;
}
:is(body.ss-site, .editor-styles-wrapper) .gform_confirmation_message {
  background: #fff;
  color: var(--wine);
  padding: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .site-footer {
  background: #f3f5f5;
  padding-top: 52px;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.15fr 1.2fr;
  gap: 40px;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-brand .brand img,
:is(body.ss-site, .editor-styles-wrapper) .footer-brand .custom-logo {
  width: 190px;
  height: 62px;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-brand p {
  color: var(--muted);
  margin-top: 20px;
  font-size: 0.875rem;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-grid h2 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 12px 0 16px;
  line-height: 1.4;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-grid > div > a:not(.brand):not(.custom-logo-link) {
  display: block;
  font-size: 0.875rem;
  text-decoration: none;
  padding-block: 7px;
  min-height: 36px;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-grid > div > a:hover {
  text-decoration: underline;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-grid > div > p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.8;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-bottom {
  display: flex;
  gap: 25px;
  align-items: center;
  border-top: 1px solid var(--line);
  margin-top: 36px;
  min-height: 68px;
  font-size: 0.8125rem;
  color: var(--muted);
  flex-wrap: wrap;
  padding-block: 16px;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-bottom > span:last-child {
  margin-left: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .footer-bottom a {
  text-decoration: none;
}
/* Keep the interior headline, explanation and action in one reading path. */
:is(body.ss-site, .editor-styles-wrapper) .page-intro {
  padding-block: 38px;
}
:is(body.ss-site, .editor-styles-wrapper) .page-heading {
  display: block;
}
:is(body.ss-site, .editor-styles-wrapper) .page-heading h1 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  max-width: 16em;
}
:is(body.ss-site, .editor-styles-wrapper) .page-intro-copy {
  max-width: 640px;
  margin-top: 18px;
}
:is(body.ss-site, .editor-styles-wrapper) .page-heading .lead {
  font-size: 1.0625rem;
  color: var(--muted);
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .page-intro-copy .actions {
  margin-top: 22px;
}
:is(body.ss-site, .editor-styles-wrapper) .page-banner {
  overflow: hidden;
  background: var(--clay);
}
:is(body.ss-site, .editor-styles-wrapper) .page-banner img {
  width: 100%;
  height: clamp(330px, 35vw, 500px);
  object-fit: cover;
  object-position: center;
}
:is(body.ss-site, .editor-styles-wrapper) .page-banner img[src*="tile-shower"] {
  object-position: 50% 43%;
}
:is(body.ss-site, .editor-styles-wrapper) .page-banner img[src*="showroom"] {
  object-position: 50% 53%;
}
:is(body.ss-site, .editor-styles-wrapper) .page-banner img[src*="slab"] {
  object-fit: contain;
  background: #e8eceb;
}
:is(body.ss-site, .editor-styles-wrapper) .split {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 72px;
  align-items: center;
}
:is(body.ss-site, .editor-styles-wrapper) .split.reverse .split-image {
  order: 2;
}
:is(body.ss-site, .editor-styles-wrapper) .split-image {
  height: 440px;
  overflow: hidden;
}
:is(body.ss-site, .editor-styles-wrapper) .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:is(body.ss-site, .editor-styles-wrapper) .split-copy {
  max-width: 470px;
}
:is(body.ss-site, .editor-styles-wrapper) .split-copy p {
  color: var(--muted);
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-callout {
  background: var(--clay);
  max-width: 1352px;
  padding: 48px max(25px, 7%);
  text-align: left;
  margin-bottom: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-callout h2 {
  max-width: 23em;
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-callout p {
  max-width: 740px;
}
:is(body.ss-site, .editor-styles-wrapper) .next-step {
  max-width: 940px;
  text-align: center;
  padding-top: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .next-step .actions {
  justify-content: center;
}
:is(body.ss-site, .editor-styles-wrapper) .brand-section {
  padding-top: 30px;
  padding-bottom: 45px;
}
:is(body.ss-site, .editor-styles-wrapper) .brand-section > p {
  color: var(--muted);
  max-width: 750px;
}
:is(body.ss-site, .editor-styles-wrapper) .brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0 12px;
  align-items: center;
}
:is(body.ss-site, .editor-styles-wrapper) .brand-list h3 {
  font-size: 1.4rem;
  margin: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
:is(body.ss-site, .editor-styles-wrapper) .three-col p {
  color: var(--muted);
  font-size: 1rem;
}
:is(body.ss-site, .editor-styles-wrapper) .story-section {
  background: var(--clay);
  max-width: 1352px;
}
:is(body.ss-site, .editor-styles-wrapper) .story-section p {
  max-width: 760px;
}
:is(body.ss-site, .editor-styles-wrapper) .portfolio-section {
  padding-top: 0;
  padding-bottom: 32px;
}
:is(body.ss-site, .editor-styles-wrapper) .portfolio-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
:is(body.ss-site, .editor-styles-wrapper) .filter-button {
  border: 1px solid #a4acad;
  background: transparent;
  color: var(--ink);
  border-radius: 3px;
  padding: 10px 22px;
  font-size: 0.875rem;
  min-height: 46px;
}
:is(body.ss-site, .editor-styles-wrapper) .filter-button[aria-pressed="true"],
:is(body.ss-site, .editor-styles-wrapper) .filter-button:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: #fff;
}
:is(body.ss-site, .editor-styles-wrapper) .project-count {
  margin-left: auto;
  font-size: 0.875rem;
  color: var(--muted);
}
:is(body.ss-site, .editor-styles-wrapper) [data-portfolio]:not(.is-enhanced) > .portfolio-toolbar {
  display: none;
}
:is(body.ss-site, .editor-styles-wrapper) .project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 48px;
  align-items: start;
}
:is(body.ss-site, .editor-styles-wrapper) .project-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
:is(body.ss-site, .editor-styles-wrapper) .project-gallery figure:only-child {
  grid-column: 1/-1;
  max-width: 1050px;
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 70px;
  padding-top: 12px;
  padding-bottom: 48px;
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-factor {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-factor p:not(.step-number) {
  color: var(--muted);
  max-width: 500px;
}
:is(body.ss-site, .editor-styles-wrapper) .pricing-factor h3 {
  font-size: 1.4rem;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 70px;
  padding-top: 8px;
  padding-bottom: 40px;
  align-items: center;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-copy {
  padding: 24px 0;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-copy .address-large {
  font-size: 1.4rem;
  line-height: 1.5;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-copy .address-phone {
  font-size: 1.25rem;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-copy .address-phone a {
  text-decoration: none;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-copy > p:last-child {
  color: var(--muted);
  max-width: 360px;
  margin-top: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-image {
  height: 440px;
}
:is(body.ss-site, .editor-styles-wrapper) .visit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:is(body.ss-site, .editor-styles-wrapper) .prose {
  max-width: 940px;
}
:is(body.ss-site, .editor-styles-wrapper) .prose h2 {
  font-size: 1.8rem;
  margin-top: 1.7em;
}
:is(body.ss-site, .editor-styles-wrapper) .prose p {
  max-width: 720px;
}
:is(body.ss-site, .editor-styles-wrapper) .prose img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
:is(body.ss-site, .editor-styles-wrapper) .post-grid h2 {
  font-size: 1.6rem;
  margin-top: 18px;
}
:is(body.ss-site, .editor-styles-wrapper) .not-found {
  min-height: 450px;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs {
  font-size: 0.8125rem;
  color: var(--muted);
  padding-top: 18px;
  margin-bottom: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  min-height: 28px;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs li {
  line-height: 28px;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs li + li:before {
  content: "/";
  margin-right: 10px;
  color: #7a8586;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  min-height: 28px;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs a:hover {
  text-decoration: underline;
}
:is(body.ss-site, .editor-styles-wrapper) .breadcrumbs + article > .page-intro:first-child {
  padding-top: 24px;
}
:is(body.ss-site, .editor-styles-wrapper) .wp-block-group,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-image,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-buttons,
:is(body.ss-site, .editor-styles-wrapper) .wp-block-button {
  margin-block-start: 0;
}
:is(body.ss-site, .editor-styles-wrapper) .wp-block-details > :last-child {
  margin-bottom: 22px;
}
:is(body.ss-site, .editor-styles-wrapper) .wp-block-image img {
  box-sizing: border-box;
}
:is(body.ss-site, .editor-styles-wrapper) .page-content > .wp-block-paragraph,
:is(body.ss-site, .editor-styles-wrapper) .page-content > p,
:is(body.ss-site, .editor-styles-wrapper) .page-content > .wp-block-heading {
  max-width: 760px;
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .alignwide {
  max-width: 1320px;
  margin-inline: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .alignfull {
  width: 100%;
}
:is(body.ss-site, .editor-styles-wrapper) .wp-caption-text {
  font-size: 0.875rem;
}
@media (min-width: 901px) and (max-width: 1150px) {
  :is(body.ss-site, .editor-styles-wrapper) .header-inner {
    gap: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .brand img,
  :is(body.ss-site, .editor-styles-wrapper) .custom-logo {
    width: 166px;
    height: 54px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .primary-nav {
    gap: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu {
    gap: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu a {
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-layout {
    grid-template-columns: 1fr 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy {
    padding: 32px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy h1 {
    font-size: 2.4rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image {
    min-height: 530px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-secondary .wp-block-button__link {
    padding-inline: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-grid {
    gap: 55px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid {
    gap: 26px;
  }
}
@media (max-width: 900px) {
  :root {
    --gutter: 28px;
    --header-height: 76px;
  }
  html {
    scroll-padding-top: 96px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .header-inner {
    gap: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .brand img,
  :is(body.ss-site, .editor-styles-wrapper) .custom-logo {
    width: 175px;
    height: 57px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .mobile-quote {
    display: inline-flex;
    margin-left: auto;
    padding: 11px 15px;
    min-height: 46px;
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 48px;
    min-height: 46px;
    padding: 10px 4px;
    border: 0;
    background: none;
    color: var(--ink);
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-icon {
    width: 24px;
    height: 16px;
    position: relative;
    display: block;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-icon:before,
  :is(body.ss-site, .editor-styles-wrapper) .menu-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 1.5px;
    background: currentColor;
    transition:
      transform 0.2s,
      top 0.2s;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-icon:before {
    top: 3px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-icon:after {
    top: 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle[aria-expanded="true"] .menu-icon:before {
    top: 8px;
    transform: rotate(45deg);
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle[aria-expanded="true"] .menu-icon:after {
    top: 8px;
    transform: rotate(-45deg);
  }
  :is(body.ss-site, .editor-styles-wrapper) .primary-nav {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px var(--gutter) 24px;
    border-bottom: 1px solid var(--line);
    max-height: calc(100dvh - var(--header-height));
    overflow: auto;
  }
  :is(body.ss-site, .editor-styles-wrapper) .primary-nav.is-open {
    display: block;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu {
    display: block;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu li {
    border-bottom: 1px solid var(--line);
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu a {
    font-size: 1.0625rem;
    padding-block: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu a:after {
    display: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu .current-menu-item > a,
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu .current-page-ancestor > a,
  :is(body.ss-site, .editor-styles-wrapper) .nav-menu a[aria-current="page"] {
    color: var(--wine);
    font-weight: 600;
  }
  :is(body.ss-site, .editor-styles-wrapper) .nav-quote {
    margin-top: 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section {
    padding-block: 56px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .home-hero {
    padding-top: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy {
    padding: 32px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy h1 {
    font-size: 2.35rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy p {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-layout {
    grid-template-columns: 1fr 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image {
    min-height: 500px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy .actions {
    gap: 8px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy .hero-secondary {
    display: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .assurance-strip {
    gap: 15px;
    font-size: 0.8125rem;
    padding-block: 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section-heading {
    gap: 28px;
    align-items: center;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section-heading > p {
    max-width: 300px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .services-intro {
    padding-top: 35px;
    padding-bottom: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    padding-bottom: 56px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card figure {
    aspect-ratio: 3/2;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card h3 {
    font-size: 1.3rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card p {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-panel {
    grid-template-columns: 1fr 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy {
    padding: 28px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-image {
    min-height: 400px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-headline {
    font-size: 1.6rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
    grid-template-columns: 1fr 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card:first-child {
    grid-column: 1/-1;
    height: 360px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card {
    height: 255px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-copy {
    padding: 36px 28px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-section {
    grid-template-columns: 1fr 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-image {
    min-height: 430px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-grid {
    gap: 28px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-step h3 {
    font-size: 1.2rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-grid {
    gap: 40px;
    grid-template-columns: 0.9fr 1.2fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-grid {
    gap: 40px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .form-row {
    gap: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 48px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-bottom > span:last-child {
    margin-left: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading h1 {
    font-size: 2.25rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading .lead {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-banner img {
    height: 360px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split {
    gap: 38px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split-image {
    height: 400px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .three-col {
    gap: 26px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .visit-grid {
    gap: 36px;
    grid-template-columns: 1fr 1.2fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .visit-image {
    height: 400px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .pricing-callout,
  :is(body.ss-site, .editor-styles-wrapper) .story-section {
    margin-inline: var(--gutter);
  }
  :is(body.ss-site, .editor-styles-wrapper) .pricing-factors {
    gap: 32px 40px;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 22px;
    --header-height: 72px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .utility > .shell {
    justify-content: center;
    min-height: 28px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .utility {
    font-size: 0.75rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .utility a {
    display: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .header-inner {
    gap: 10px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .brand img,
  :is(body.ss-site, .editor-styles-wrapper) .custom-logo {
    width: 142px;
    height: 48px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .mobile-quote {
    padding: 10px 12px;
    font-size: 0.875rem;
    min-height: 44px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle {
    min-width: 44px;
    padding: 8px 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  :is(body.ss-site, .editor-styles-wrapper) .primary-nav {
    padding-inline: 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .home-hero {
    padding-inline: 12px;
    padding-top: 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-layout {
    display: flex;
    flex-direction: column;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy {
    padding: 26px 22px 28px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy h1 {
    font-size: 2rem;
    letter-spacing: -0.025em;
    max-width: 14em;
    line-height: 1.12;
    margin-bottom: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy p {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy .actions {
    margin-top: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy .wp-block-button__link {
    font-size: 0.9375rem;
    min-height: 48px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image {
    height: 270px;
    min-height: 270px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image img {
    object-position: 50% 58%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .assurance-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 8px;
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .assurance-strip p {
    text-align: left;
  }
  :is(body.ss-site, .editor-styles-wrapper) .assurance-strip p:nth-child(3) {
    display: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  :is(body.ss-site, .editor-styles-wrapper) h3 {
    font-size: 1.25rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section {
    padding-block: 44px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section-heading > p {
    margin-top: 15px;
    max-width: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section-heading .actions {
    margin-top: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .services-intro {
    padding-top: 38px;
    padding-bottom: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-grid {
    gap: 26px 16px;
    padding-bottom: 44px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card figure {
    aspect-ratio: 1/1;
    margin-bottom: 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card h3 {
    font-size: 1.0625rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card h3 a {
    gap: 5px;
    min-height: 36px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card h3 span {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card p {
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  :is(body.ss-site, .editor-styles-wrapper) .materials-section {
    padding-block: 40px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs button,
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs button:first-child {
    padding: 10px 14px;
    font-size: 1rem;
    min-height: 46px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs button:first-child {
    padding-left: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-panel {
    display: flex;
    flex-direction: column;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-image {
    height: 210px;
    min-height: 210px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy {
    padding: 24px 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-headline {
    font-size: 1.5rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy > p {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy > .material-name {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-points {
    margin: 16px 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-point {
    font-size: 0.875rem;
    padding-block: 4px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy .actions {
    margin-top: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card,
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card:first-child {
    height: auto;
    aspect-ratio: 3/2;
    grid-column: auto;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-card {
    aspect-ratio: 3/2;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-card:after {
    opacity: 1;
    width: 38px;
    height: 38px;
    right: 12px;
    bottom: 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-section {
    display: flex;
    flex-direction: column;
    margin-inline: 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-copy {
    padding: 30px 24px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-copy h2 {
    max-width: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-copy > p {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-copy .showroom-meta {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-image {
    height: 245px;
    min-height: 245px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-image img {
    object-position: 50% 53%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-step {
    padding-top: 17px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 14px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-step .step-number {
    grid-row: 1/3;
    margin: 4px 0 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-step h3 {
    font-size: 1.2rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .process-step > p:not(.step-number) {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-grid {
    display: block;
    padding-top: 16px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-intro {
    margin-bottom: 24px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-intro p {
    max-width: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-item summary {
    padding-block: 19px;
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .faq-item p {
    padding-right: 12px;
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-section {
    padding-block: 40px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-grid {
    display: block;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-copy h2 {
    font-size: 2rem;
    max-width: none;
    margin-bottom: 14px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-copy > p {
    max-width: none;
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .quote-copy .quote-direct {
    font-size: 0.875rem;
    margin: 16px 0 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry {
    gap: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry label {
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry input:not([type="hidden"]),
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry select,
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry textarea {
    font-size: 1rem;
    min-height: 50px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry .button {
    width: 100%;
    justify-content: space-between;
  }
  :is(body.ss-site, .editor-styles-wrapper) .ss-inquiry .form-note,
  :is(body.ss-site, .editor-styles-wrapper) .preview-note {
    font-size: 0.8125rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .site-footer {
    padding-top: 36px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-brand {
    grid-column: 1/-1;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-brand p {
    margin-top: 14px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid h2 {
    font-size: 0.875rem;
    margin: 0 0 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid > div > a:not(.brand):not(.custom-logo-link) {
    font-size: 0.875rem;
    min-height: 42px;
    padding-block: 9px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-grid > div > p {
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-bottom {
    gap: 14px 20px;
    font-size: 0.75rem;
    margin-top: 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .footer-bottom > span:last-child {
    flex-basis: 100%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-intro {
    padding-block: 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading {
    display: block;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading h1 {
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.025em;
    max-width: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-intro-copy {
    max-width: none;
    margin-top: 17px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading .lead {
    font-size: 1rem;
    line-height: 1.6;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-intro-copy .actions {
    margin-top: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-banner img {
    height: 270px;
    object-position: center;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-banner img[src*="tile-shower"] {
    object-position: 50% 40%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-banner img[src*="slab"] {
    height: auto;
    max-height: 350px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split,
  :is(body.ss-site, .editor-styles-wrapper) .visit-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split.reverse .split-image {
    order: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split-image {
    height: 280px;
    width: 100%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .split-copy {
    max-width: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .pricing-callout {
    padding: 30px 24px;
    margin-bottom: 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .next-step {
    text-align: left;
    padding-top: 24px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .next-step .actions {
    justify-content: flex-start;
  }
  :is(body.ss-site, .editor-styles-wrapper) .brand-list {
    gap: 20px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .three-col {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .story-section {
    padding: 30px 24px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .portfolio-toolbar {
    gap: 8px;
    margin-bottom: 22px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .filter-button {
    padding: 10px 13px;
    min-height: 44px;
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-count {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 3px;
    font-size: 0.8125rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .pricing-factors {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 8px;
    padding-bottom: 35px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .pricing-factor h3 {
    font-size: 1.35rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .visit-copy {
    padding: 0;
    width: 100%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .visit-copy .address-large {
    font-size: 1.3rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .visit-image {
    height: 265px;
    width: 100%;
  }
  :is(body.ss-site, .editor-styles-wrapper) .prose h2 {
    font-size: 1.6rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .post-grid {
    grid-template-columns: 1fr;
  }
  :is(body.ss-site, .editor-styles-wrapper) .breadcrumbs {
    padding-top: 12px;
    font-size: 0.75rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .breadcrumbs li:last-child {
    display: none;
  }
  :is(body.ss-site, .editor-styles-wrapper) .breadcrumbs + article > .page-intro:first-child {
    padding-top: 17px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .not-found {
    min-height: 360px;
  }
}
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .header-inner {
    gap: 8px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .brand img,
  :is(body.ss-site, .editor-styles-wrapper) .custom-logo {
    width: 110px;
    height: 42px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .mobile-quote {
    padding-inline: 10px;
    font-size: 0.875rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .menu-toggle {
    min-width: 44px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy {
    padding: 24px 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy h1 {
    font-size: 1.85rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image {
    height: 235px;
    min-height: 235px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-grid {
    gap: 24px 12px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .service-card h3 {
    font-size: 1rem;
  }
  :is(body.ss-site, .editor-styles-wrapper) .filter-button {
    padding-inline: 10px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy {
    padding: 22px 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .page-heading h1 {
    font-size: 1.85rem;
  }
}
@media (hover: none) {
  :is(body.ss-site, .editor-styles-wrapper) .project-card:after {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  :is(body.ss-site, .editor-styles-wrapper) .site-header,
  :is(body.ss-site, .editor-styles-wrapper) .utility,
  :is(body.ss-site, .editor-styles-wrapper) .quote-section,
  :is(body.ss-site, .editor-styles-wrapper) .site-footer,
  :is(body.ss-site, .editor-styles-wrapper) .actions,
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs,
  :is(body.ss-site, .editor-styles-wrapper) .portfolio-toolbar {
    display: none !important;
  }
  :is(body.ss-site, .editor-styles-wrapper) .section {
    padding: 20px 0;
  }
  :is(body.ss-site, .editor-styles-wrapper) .shell {
    padding: 0;
  }
  body {
    background: #fff;
  }
  :is(body.ss-site, .editor-styles-wrapper) .material-panel[hidden] {
    display: grid !important;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-layout {
    color: #000;
    background: #fff;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-copy p {
    color: #000;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image {
    min-height: 300px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .hero-image img {
    height: 300px;
  }
}
/* Keep the original founder portrait at its useful resolution. */
:is(body.ss-site, .editor-styles-wrapper) .split-image img[src*="greg-smith"] { object-fit: contain; }
/* The dedicated estimate page already introduces the form above. */
:is(body.ss-site, .editor-styles-wrapper) .quote-standalone .quote-grid { display: block; max-width: 860px; }
:is(body.ss-site, .editor-styles-wrapper) .quote-standalone .quote-copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* v1.5: material-led composition, shared edges, and quieter section transitions. */
:is(body.ss-site, .editor-styles-wrapper) { --radius: 6px; }
:is(body.ss-site, .editor-styles-wrapper) .wp-block-button__link,
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry input:not([type="hidden"]),
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry select,
:is(body.ss-site, .editor-styles-wrapper) .ss-inquiry textarea { border-radius: 6px; }
:is(body.ss-site, .editor-styles-wrapper) .service-card figure,
:is(body.ss-site, .editor-styles-wrapper) .material-image,
:is(body.ss-site, .editor-styles-wrapper) .project-card,
:is(body.ss-site, .editor-styles-wrapper) .split-image,
:is(body.ss-site, .editor-styles-wrapper) .showroom-image { border-radius: 8px; overflow: hidden; }
:is(body.ss-site, .editor-styles-wrapper) .material-panel {
  background: transparent;
  gap: clamp(28px, 4vw, 60px);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}
:is(body.ss-site, .editor-styles-wrapper) .material-copy { padding: 16px 0; }
:is(body.ss-site, .editor-styles-wrapper) .material-copy > p { max-width: 36em; }
:is(body.ss-site, .editor-styles-wrapper) .material-image { min-height: 390px; }
:is(body.ss-site, .editor-styles-wrapper) .material-tabs { margin-bottom: 30px; }
:is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
:is(body.ss-site, .editor-styles-wrapper) .project-section .project-card {
  height: auto;
  aspect-ratio: 1.9;
}
:is(body.ss-site, .editor-styles-wrapper) .project-section .project-card:first-child {
  grid-row: 1 / span 2;
  grid-column: 1;
  aspect-ratio: auto;
}
:is(body.ss-site, .editor-styles-wrapper) .project-card:after { border-radius: 6px; }
:is(body.ss-site, .editor-styles-wrapper) .showroom-section {
  max-width: 1480px;
  padding: 0 var(--gutter) 24px;
  margin-inline: auto;
  background: #fff;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy { padding: 0; }
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy h2 { max-width: 16em; }
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy > p { max-width: 33em; }
:is(body.ss-site, .editor-styles-wrapper) .showroom-copy .showroom-meta {
  margin-top: 20px; margin-bottom: 22px; font-size: 1rem; line-height: 1.65;
}
:is(body.ss-site, .editor-styles-wrapper) .showroom-image {
  min-height: 320px; height: 100%; max-height: 380px;
}
:is(body.ss-site, .editor-styles-wrapper) .quote-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 5vw, 72px);
}
:is(body.ss-site, .editor-styles-wrapper) .quote-copy h2 { max-width: 12em; }
@media (min-width: 601px) and (max-width: 900px) {
  :is(body.ss-site, .editor-styles-wrapper) .material-panel { gap: 28px; }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
    grid-template-columns: 1fr 1fr; grid-template-rows: auto auto;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card:first-child {
    grid-column: 1 / -1; grid-row: auto; aspect-ratio: 1.8;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card { aspect-ratio: 1.4; }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-section { gap: 32px; }
}
@media (max-width: 600px) {
  :is(body.ss-site, .editor-styles-wrapper) .material-panel { gap: 22px; }
  :is(body.ss-site, .editor-styles-wrapper) .material-image { min-height: 210px; }
  :is(body.ss-site, .editor-styles-wrapper) .material-copy { padding: 0; }
  :is(body.ss-site, .editor-styles-wrapper) .material-tabs { margin-bottom: 20px; }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-grid {
    grid-template-columns: 1fr; grid-template-rows: auto; gap: 18px;
  }
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card,
  :is(body.ss-site, .editor-styles-wrapper) .project-section .project-card:first-child {
    grid-row: auto; grid-column: auto; aspect-ratio: 1.5;
  }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-section { gap: 28px; padding-bottom: 0; }
  :is(body.ss-site, .editor-styles-wrapper) .showroom-image { height: 230px; min-height: 230px; width: 100%; }
}

:is(body.ss-site, .editor-styles-wrapper) .button { border-radius: 6px; }

/* Product discovery uses ordinary editable blocks and links, not a carousel. */
:is(body.ss-site, .editor-styles-wrapper) .catalog-navigation { padding-block: 20px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-navigation h2 { font-size: 1.25rem; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px 28px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-card { min-width: 0; display: flex; flex-direction: column; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-card h3 { font-size: 1.25rem; margin-bottom: 16px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-image { aspect-ratio: 4/3; background: var(--clay); border-radius: 8px; overflow: hidden; margin: 0; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-image a { display: block; width: 100%; height: 100%; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-image img { width: 100%; height: 100%; object-fit: contain; }
:is(body.ss-site, .editor-styles-wrapper) .sink-product { background: #fff; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-details { margin-top: 14px; margin-bottom: 16px; font-size: .9375rem; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-card .actions { margin-top: auto; padding-top: 16px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-group > h2 { margin-bottom: 28px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-navigation .actions { gap: 12px; }
:is(body.ss-site, .editor-styles-wrapper) .customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
:is(body.ss-site, .editor-styles-wrapper) .customer-story { padding: 0; }
:is(body.ss-site, .editor-styles-wrapper) .customer-quote { font-size: clamp(1.25rem,1.8vw,1.65rem); line-height: 1.5; max-width: 28em; }
:is(body.ss-site, .editor-styles-wrapper) .customer-name { font-size: 1rem; margin-bottom: 0; color: var(--muted); }
:is(body.ss-site, .editor-styles-wrapper) .price-group-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px; margin-block: 28px; }
:is(body.ss-site, .editor-styles-wrapper) .price-group h3 { font-size: 1.15rem; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-group { scroll-margin-top: 110px; }
@media(max-width:900px) {
 :is(body.ss-site, .editor-styles-wrapper) .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 22px; }
 :is(body.ss-site, .editor-styles-wrapper) .price-group-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media(max-width:600px) {
 :is(body.ss-site, .editor-styles-wrapper) .catalog-grid,
 :is(body.ss-site, .editor-styles-wrapper) .customer-grid { grid-template-columns: 1fr; gap: 32px; }
 :is(body.ss-site, .editor-styles-wrapper) .price-group-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 :is(body.ss-site, .editor-styles-wrapper) .catalog-card .actions { gap: 12px; }
}
:is(body.ss-site, .editor-styles-wrapper) .catalog-search { display: grid; grid-template-columns: minmax(0,600px) auto; gap: 12px; justify-content: start; margin-top: 28px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-search label { grid-column: 1 / -1; font-weight: 600; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-search input { font: inherit; font-size: 1rem; min-height: 48px; width: 100%; min-width: 0; padding: 12px 16px; border: 1px solid #687172; border-radius: 6px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-search-status { grid-column: 1 / -1; font-size: .9375rem; margin: 0; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-card[hidden],
:is(body.ss-site, .editor-styles-wrapper) .catalog-group[hidden] { display: none; }
@media(max-width:600px) {
 :is(body.ss-site, .editor-styles-wrapper) .catalog-search { grid-template-columns: 1fr; }
 :is(body.ss-site, .editor-styles-wrapper) .catalog-search button { justify-self: start; }
}

:is(body.ss-site, .editor-styles-wrapper) .catalog-navigation > .actions { margin-top: 24px; }
@media(max-width:600px) {
 :is(body.ss-site, .editor-styles-wrapper) .catalog-navigation > .actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
 :is(body.ss-site, .editor-styles-wrapper) .catalog-navigation > .actions .wp-block-button__link { width: 100%; padding-inline: 12px; }
}

:is(body.ss-site, .editor-styles-wrapper) .catalog-group { padding-block: 36px; }
:is(body.ss-site, .editor-styles-wrapper) .catalog-intro > p { max-width: 70ch; }
:is(body.ss-site, .editor-styles-wrapper) .section:has(> .sink-grid) > p { max-width: 72ch; }
:is(body.ss-site, .editor-styles-wrapper) .three-col + .section:has(> .sink-grid) { padding-top: 24px; }
