html { font-display: swap; }
img, iframe { display: block; max-width: 100%; height: auto; }

@font-face {
  font-display: swap;
}

body {
  font-family: 'Work Sans', sans-serif;
	 font-size: 1rem !important;
  font-weight: 400;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

body, html {
  width: 100%;
  min-width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6,
.button-primary,
.cta-button,
.hero-button,
.hero-title,
.section-title {
  font-family: "EB Garamond SC", serif;
  font-variant: small-caps;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 500;
}

a {
  font-size: inherit;
  line-height: inherit;
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.intro-text a, .step-description a, .p-justify a,
p {
  font-size: inherit !important;
  line-height: inherit !important;
}

li, li a {
  font-size: inherit !important;
  line-height: inherit !important;
}

p {
  line-height: 1.6;
}

.p-justify {
  text-align: justify;
}

.section-subtitle {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

.section-subtitle a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
  font-family: inherit;
}

.section-subtitle a:hover {
  text-decoration: underline;
  color: #333;
}

.section-subtitle p {
  padding: 1rem;
}

ul, ol {
  list-style-type: disc;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 25px;
}


/* Hero */

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-attachment: scroll !important;
  will-change: transform, opacity;
  -webkit-background-clip: border-box;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.hero .wp-block-cover__image-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

@supports (-webkit-touch-callout: none) {
  .hero {
    background-attachment: scroll !important;
    -webkit-background-clip: border-box !important;
  }
}

.hero-content {
  position: relative;
  max-width: 80%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.6rem;
  margin-bottom: 5px;
  color: #000;
  font-family: 'EB Garamond SC', serif;
  text-transform: none;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 1.5;
}

.hero-button {
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  font-family: 'EB Garamond SC', serif;
  text-transform: none;
  padding: 8px 18px;
  margin: 5px 0;
}

.hero-button:hover {
  transform: scale(1.05);
}


/* Trust bar */

.proof-strip {
  width: 100%;
  padding: 24px 16px;
  background: transparent;
}

.proof-strip-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  list-style: none;
  padding: 0;
}

.proof-strip-list li {
  font-size: 0.88rem;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.proof-strip-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #D3A92C;
}


/* Process container */

.process-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #f9f4ef;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.step-block {
  display: flex;
  align-items: center;
  margin: 40px 50px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  transition: box-shadow 0.3s ease;
  max-width: 90%;
  box-sizing: border-box;
}

.step-block:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.step-block img {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-block .step-content {
  margin-top: 20px;
}

.step-block .step-title {
  font-size: 1.75rem;
  color: #000;
  margin-bottom: 10px;
}

.step-block .step-description {
  font-size: 1rem;
  line-height: 1.6;
}

.step-image {
  width: 100%;
  border-radius: 10px;
}

.step-content {
  color: #555;
  padding: 20px;
}

.step-content h3 {
  font-size: 1.75rem;
  color: #000;
  margin-bottom: 10px;
}

.step-content p a li ul ol {
  font-size: 0.9rem;
  line-height: 1.6;
}

.bespoke-process {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.process-summary {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 820px;
  margin-bottom: 2.5rem;
  color: #2b2b2b;
}

.process-steps {
  counter-reset: step;
  margin: 2rem 0 3rem;
  padding-left: 0;
}

.process-steps li {
  list-style: none;
  counter-increment: step;
  margin-bottom: 1.75rem;
  padding-left: 3rem;
  position: relative;
}

.process-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d3a92c;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-clarity {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.process-clarity h4 {
  margin-bottom: 0.75rem;
}


/* Intro sections */

.intro-section {
  background-color: #f9f4ef;
  padding: 25px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
  max-width: 85%;
}

.intro-section-white {
  background-color: #fff;
  padding: 25px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.intro-section-category-heading {
  background-color: #cfcabe;
}

.intro-section-category-body {
  background-color: #ffffff;
}

.intro-section,
.intro-section-white,
.intro-section-category-heading,
.intro-section-category-body {
  text-align: left;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  align-items: center;
}

.intro-section:hover,
.intro-section-white:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.intro-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.intro-hero {
  text-align: center;
}

.intro-text, .intro-hero {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0 20px;
}


/* Floating CTA */

.floating-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #B88A302B;
  color: #111;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.floating-cta:hover {
  background-color: #D3A92C;
  transform: scale(1.05);
}


/* Buttons and CTAs */

.wp-element-button:hover {
  background-color: #D3A92C;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.timeline-entry:hover {
  background-color: #D3A92C;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button-primary {
  font-size: 1.05rem;
  color: #fff;
  background-color: #b88a30;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
}

.button-primary:hover {
  background-color: #D3A92C;
}

.secondary-cta {
  display: block;
  text-align: center;
  color: #fff;
  background: #3B3B3B;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
}

.secondary-cta:hover {
  background: #5A5A5A;
}

.cta-button {
  background-color: #d4a373;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 20px auto;
}

.cta-button:hover {
  background-color: #b3885a;
  color: #fff;
  transform: scale(1.05);
}

.cta {
  text-align: center;
  margin-top: 20px;
}

.cta-heading {
  text-align: center;
  font-size: 2rem;
  color: #000;
  margin-bottom: 20px;
}

.wp-block-image a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-anchor-button {
  background-color: #e6e6e6;
  border: 1px solid #aaaaaa;
  font-size: 12px !important;
  font-family: inherit;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 30px;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 15px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
}


/* Cover images */

.cover-image-overlay {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cover-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.cover-image-overlay:hover {
  transform: scale(1.01);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


/* Testimonials */

.slide-cover-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  background: #f8f8f8;
  font-family: 'EB Garamond', serif;
  text-align: center;
  gap: 40px;
}

.slide-cover-text {
  font-size: 28px;
  color: #111;
}

.slide-cover-arrow {
  position: relative;
  width: 90px;
  height: 2px;
  background: #111;
}

.slide-cover-arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  border-left: 8px solid #111;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.editorial-micro-link {
  margin-top: 1.5rem;
  text-align: center;
}

.editorial-micro-link a {
  font-family: inherit;
  font-size: 0.95rem;
  color: #4f4f4f;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.editorial-micro-link a:hover {
  color: #000;
  border-bottom-color: rgba(0,0,0,0.6);
}

.experience-label {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 8px;
  text-align: center;
}

.testimonial-context-label,
.testimonial-context-label p,
.testimonial-context-label * {
  font-size: 0.72rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
  text-align: center;
}

.experience-label,
.experience-label p,
.experience-label * {
  font-size: 0.75rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
  text-align: center;
}
.testimonial-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 7;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  padding: 0 !important;
}

.testimonial-container.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.testimonial-container.is-layout-constrained > * {
  max-width: none !important;
}

.testimonial-container .testimonial-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.testimonial-container .testimonial-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.testimonial-container .testimonial-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.testimonial-container .testimonial-overlay > .wp-block-group {
  width: min(80%, 520px);
  max-height: 90%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  text-align: center;
  line-height: 1.6;
}

@media (hover: hover) and (pointer: fine) {
  .testimonial-container:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0,0,0,.20);
  }

  .testimonial-container:hover .testimonial-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.testimonial-author,
.testimonial-text,
.testimonial-stars {
  max-width: 100%;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
  overflow-wrap: break-word;
}

.testimonial-stars {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #d4af37;
  display: flex;
  justify-content: center;
}

.testimonial-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
}

.testimonial-column {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  min-width: 300px;
}

.hover-instruction {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #505050;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hover-instruction:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.art-rugs-testimonial-cover {
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.48) !important;
  padding: 1.25em 2.375em;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03rem;
  word-break: break-word;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}

.art-rugs-testimonial-cover a:hover {
  color: #004d40;
  background: #FFFFFFD9;
}

.testimonial-context-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
  text-align: center;
}

.testimonial-insight-cluster {
  margin: 64px auto;
  padding: 32px 24px;
  background-color: #f6f4f3;
  border-radius: 10px;
  text-align: center;
}

.clients-subtitle {
  font-style: italic;
  color: #777;
  margin-bottom: 12px;
}

.insight-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
}

.section-insight-line {
  font-size: 1.1rem;
  font-style: italic;
  color: #5f5f5f;
  text-align: center;
  margin: 24px auto 0;
  letter-spacing: 0.01rem;
}

.highlight-quote {
  font-size: 1.2rem;
  font-style: italic;
  color: #555;
  margin-bottom: 10px;
}

.sr-only {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/* Miscellaneous */

.back-to-top {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 50%;
  bottom: 35px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  color: #333;
  display: none;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  width: 40px;
  z-index: 9999;
}

.back-to-top:hover {
  background-color: #333;
  color: #fff;
  transform: scale(1.1);
}

.back-to-top a {
  text-decoration: none;
  color: inherit;
}

.back-to-top.show {
  display: block;
  opacity: 0.9;
}

.woocommerce-breadcrumb {
  color: #555;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.woocommerce-breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  color: #005580;
}

.short-description {
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}

.centered-group {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
}

.width-175 {
  width: 175px;
  height: auto;
}

.rylink-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
  align-items: center;
}

.rylink-row .rylink {
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #D3A92C;
  padding-bottom: 2px;
  transition: all 0.2s ease;
}

.rylink-row .rylink:hover {
  border-bottom: 1px solid #005580;
}

.form-note {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f9f4ef;
  border-radius: 8px;
  color: #3e3e3e;
}

.form-note p a {
  font-size: 1rem;
  line-height: 1.5;
}

.form-note a {
  color: #00695c;
  text-decoration: none;
  border-bottom: 1px solid #00695c;
  font-weight: bold;
}

.form-note a:hover {
  color: #004d40;
  border-bottom: 1px solid #004d40;
}

.video-banner {
  width: 70%;
  align-items: center;
}

.benefit-column-img {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-title {
  font-size: 2.0rem;
  letter-spacing: 0.03rem;
  text-align: center;
}

.section-background {
  background-color: #fdf8f3;
}

.section-background-white {
  background-color: #f2f0ef;
}

.section-background,
.section-background-white {
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.section-background:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.section-background-white:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.image-center {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.column-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.column-text {
  line-height: 1.8;
}

.column-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.column-image {
  width: 100%;
  max-width: 400px;
  height: 0;
  position: relative;
  border-radius: 10px;
}

.about-us-section {
  padding: 60px 20px;
  background-color: #f9f4ef;
  border-radius: 8px;
  text-align: center;
  max-width: 90%;
}

.about-us-heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-us-subheadline, .section-subheadline {
  font-size: 1.2rem;
  font-style: italic;
  margin: 20px;
  text-align: center;
}

.about-us-divider {
  width: 80px;
  height: 1px;
  background-color: #b8a78c;
  margin: 20px auto;
}

.about-us-image {
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-us-note {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.about-us-highlights {
  font-size: 1rem;
  color: #555;
  margin: 20px auto;
  max-width: 800px;
  list-style: disc inside;
  text-align: left;
}

.about-intro, .about-journey {
  margin: 50px auto;
  background: linear-gradient(to bottom, #f9f4ef, #fffdf9);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.about-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}

.quote-subtitle, .quote-block, .quote-block-smaller {
  font-style: italic;
  color: #707070;
  text-align: center;
  margin: 20px auto;
  max-width: 900px;
}

.quote-block-smaller {
  font-size: 1.3rem;
}

.quote-subtitle {
  font-size: 1.3rem;
}

.bespoke-introduction {
  background: #f8f8f8;
  padding: 80px 20px;
  text-align: center;
  margin-top: -20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.bespoke-introduction p a li {
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.artist-section-title {
  font-size: 2.2rem;
  letter-spacing: 0.03rem;
  text-align: center;
}

.benefit-column-white {
  background-color: #fff;
}

.benefit-column, .client-column, .rug-category-column {
  background-color: #fff;
}

.benefit-column,
.client-column,
.rug-category-column,
.benefit-column-white {
  flex: 1;
  max-width: 30%;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.benefit-column:hover,
.client-column:hover,
.benefit-column-white:hover {
  transform: scale(1.03);
}

.specs-fact-sheet {
  background-color: #faf5f04a;
  flex: 1;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.specs-fact-sheet:hover {
  transform: scale(1.03);
}

.benefit-column-white img,
.client-column img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.trade-benefits-columns,
.clients-columns,
.rug-categories-columns,
.guarantees-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.guarantee-column-clear {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.guarantee-column {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.guarantee-column-clear:hover,
.guarantee-column:hover {
  transform: scale(1.01);
}

.benefit-title, .clients-title, .rug-category-title, .guarantee-title {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.benefit-list, .rug-category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.benefit-list li {
  margin-bottom: 10px;
}

.faq-search-bar {
  margin: 20px auto;
  text-align: center;
}

.faq-search-bar .faq-search-input {
  width: 100%;
  max-width: 600px;
  padding: 10px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  outline: none;
  transition: border-color 0.3s;
}

.faq-search-bar .faq-search-input:focus {
  border-color: #b88a30;
}

.faq-section-summary {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 68ch;
  margin: 0.75rem 0 2rem;
  padding-left: 1.25rem;
  border-left: 3px solid #D3A92C;
  color: #2b2b2b;
  font-style: italic;
  opacity: 0.92;
}

.faq-section-summary::before {
  content: "overview";
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #9a9a9a;
  font-style: normal;
}

li {
  margin-bottom: 10px;
}

.faq-group {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 12px;
  background-color: #f5f1eb;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.faq-section {
  padding: 40px;
  background-color: #f9f4ef;
  border-radius: 12px;
}

.faq-item {
  font-size: 1.1rem;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  display: block;
}

.faq-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.faq-answer {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-question:hover {
  color: #b88a30;
}

.slide-title {
  font-style: bold;
  font-size: 1.1rem;
}

.samples-grid {
  max-width: 350px;
}

.slide img {
  max-width: 350px;
}

.toc-label {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  margin-bottom: 1rem;
}

.toc-label a {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
  margin-bottom: 1rem;
}

.tech-card {
  max-width: 1400px;
  margin: 32px auto;
  padding: 28px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.tech-card .wp-block-columns { gap: 28px; align-items: start; }
.tech-card .wp-block-image img { border-radius: 12px; }
.tech-card p { line-height: 1.7; }
.tech-card ul { margin: 0.5rem 0 0; padding-left: 20px; }
.tech-card h3, .tech-card h4 { padding-top: 0.25rem; padding-bottom: 0.5rem; }

.tech-specs {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #faf5f04a;
  border: 1px solid rgba(0,0,0,0.08);
}

.tech-specs ul { margin: 0; }
.tech-specs li { margin-bottom: 6px; }

.tech-card details {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f9f4ef;
}

.tech-card summary {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
}


/* Responsive — max 1200px */

@media (max-width: 1200px) {
  .hero {
    min-height: 95vh;
  }

  .hero-content {
    width: 90%;
    max-width: 90%;
    padding: 12px;
  }

  .hero-button {
    padding: 7px 14px;
  }

  .intro-section,
  .intro-section-white {
    max-width: 95% !important;
    padding: 20px 25px !important;
    margin: 15px auto !important;
  }

  .intro-section p {
    line-height: 1.6 !important;
    padding: 0 10px;
  }

  p {
    line-height: 1.6;
  }

  .benefit-column-white,
  .benefit-column,
  .client-column {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .benefit-column-white img,
  .client-column img {
    width: 100%;
    height: auto;
  }

  .trade-benefits-columns,
  .clients-columns,
  .rug-categories-columns,
  .guarantees-columns {
    flex-direction: column;
    gap: 10px;
  }

  .benefit-column,
  .client-column,
  .rug-category-column,
  .guarantee-column {
    max-width: 100%;
  }

  .video-banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}


/* Responsive — max 1300px and min 1001px (testimonials) */

@media (max-width: 1300px) and (min-width: 1001px) {
  .testimonial-container {
    max-width: 70%;
  }
}


/* Responsive — max 1000px (testimonials mobile) */

@media (max-width: 1000px) {
  .testimonial-container {
    max-width: 100%;
    aspect-ratio: 3 / 5;
  }

  .testimonial-container .testimonial-overlay {
    opacity: 1;
    visibility: visible;
  }

  .testimonial-container .testimonial-overlay > .wp-block-group {
    width: 92%;
    padding: 18px;
  }

  .hover-instruction {
    display: none !important;
  }
}


/* Responsive — max 900px (tech card) */

@media (max-width: 900px) {
  .tech-card { padding: 18px; }
  .tech-card .wp-block-columns { gap: 16px; }
}


/* Responsive — max 860px (trust bar) */

@media (max-width: 860px) {
  .proof-strip-list {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px 0 !important;
    text-align: center !important;
  }

  .proof-strip-list li {
    padding-left: 18px;
    text-align: left;
  }
}

@media (min-width: 860px) {
  .proof-strip-list {
    flex-wrap: nowrap;
    gap: 0 32px;
  }
}


/* Responsive — max 768px */

@media (max-width: 768px) {
  .hero {
    padding: 0;
    justify-content: center;
    min-height: 90vh;
  }

  .hero-content {
    width: 92% !important;
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 16px 14px !important;
    text-align: center !important;
  }

  .hero-button {
    padding: 6px 12px;
  }

  .process-container {
    padding: 40px 15px;
  }

  .step-block {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin: 10px auto;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .step-block img {
    width: 100%;
    max-height: none;
    border-radius: 8px;
  }

  .step-content {
    text-align: center;
    margin: 0;
  }

  .video-banner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .video-banner video {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-container-art {
    transform: none;
    cursor: default;
  }

  .testimonial-overlay-art {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .wp-block-button__link,
  .wp-element-button,
  button,
  .button {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-align: center;
  }

  .floating-cta {
    font-size: 11px !important;
    padding: 8px 14px !important;
    bottom: 12px !important;
    left: 12px !important;
    max-width: 180px !important;
  }
}


/* Responsive — max 600px */

@media (max-width: 600px) {
  .hero-title,
  .hero-content h1 {
    font-size: 1.8rem !important;
    line-height: 1.15 !important;
    margin-bottom: 0.5rem !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }
}

/* Rug size calculator */

.ryl-rugcalc {
  --text: #111111;
  --bg: #ffffff;
  --link: #d3a92c;
  --cap: #636363;
  --border: rgba(17,17,17,.12);
  --soft: rgba(17,17,17,.06);
  --ctrl-bg: rgba(17,17,17,.03);
  --gold: rgba(211,169,44,1);
  --gold-light: rgba(211,169,44,.08);
  --gold-border: rgba(211,169,44,.65);
  font-family: "Work Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.ryl-rugcalc, .ryl-rugcalc * { box-sizing: border-box; }
.ryl-rugcalc .ryl-card { float: none !important; clear: both; }
.ryl-rugcalc .ryl-divider { clear: both; }

.ryl-guide {
  margin: 36px 0 0;
  padding: 0 2px 0 12px;
  border-left: 2px solid var(--gold-border);
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--cap);
  font-style: italic;
  transition: color .2s, border-color .2s;
}

.ryl-guide[data-guide-step="results"] {
  border-left-color: rgba(40,160,90,.5);
  color: #2a7a45;
}

.ryl-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(17,17,17,.06);
  padding: 24px;
  width: 100%;
  max-width: 100%;
}

.ryl-rugcalc form,
.ryl-rugcalc form *,
.ryl-rugcalc .ryl-col-left,
.ryl-rugcalc .ryl-col-left * {
  max-width: none !important;
  box-sizing: border-box !important;
}

.ryl-rugcalc .ryl-form { width: 100% !important; display: block !important; }
.ryl-rugcalc .ryl-leftinner { width: 100% !important; }

.ryl-twocol {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px;
  align-items: start;
}

.ryl-col-left { min-width: 0; display: block !important; }

.ryl-col-right {
  min-width: 0;
  border-left: 1px solid var(--soft);
  padding-left: 20px;
  display: block !important;
}

.ryl-leftinner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px;
  align-items: start;
}

.ryl-leftinner-1, .ryl-leftinner-2 { min-width: 0; display: block !important; }
.ryl-stack { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.ryl-groupTitle { font-family: "Cardo", serif; font-size: 17px; margin: 0; }
.ryl-form { margin-top: 0; }
.ryl-field { display: flex; flex-direction: column; margin: 0; min-width: 0; }
.ryl-field > span { font-size: 13px; color: var(--cap); margin-bottom: 5px; }

.ryl-input {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 9px 11px;
  font-size: 14px;
  background: #fff;
  color: var(--text);
  outline: none;
  width: 100%;
}

.ryl-input:focus { border-color: var(--gold-border); box-shadow: 0 0 0 4px rgba(211,169,44,.12); }
.ryl-dyn { display: flex; flex-direction: column; gap: 10px; }
.ryl-divider { height: 1px; background: var(--soft); margin: 12px 0; }
.ryl-results { margin-top: 0; min-width: 0; width: 100%; }
.ryl-cardInvite { font-size: 12px; color: var(--cap); margin-bottom: 8px; font-style: italic; }
.ryl-resultTitle { font-family: "Cardo", serif; font-size: 17px; margin: 0 0 4px; }

.ryl-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.ryl-miniWrap { position: relative; display: flex; flex-direction: column; }
.ryl-miniWrap .ryl-copyBtn { position: absolute; bottom: 8px; right: 8px; }

.ryl-mini {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 10px 11px;
  background: #fff;
  min-width: 0;
  width: 100%;
  transition: border-color .15s, background .15s, box-shadow .15s, transform .15s;
}

.ryl-mini:hover { border-color: var(--gold-border); background: rgba(211,169,44,.03); }

.ryl-mini[aria-pressed="true"] {
  border-color: var(--border);
  background: #fff;
  box-shadow: 0 6px 20px rgba(17,17,17,.13), 0 2px 6px rgba(17,17,17,.08);
  transform: translateY(-2px);
}

.ryl-mini[data-unavailable="true"] { opacity: .45; cursor: default; pointer-events: none; }
.ryl-miniTitle { font-size: 11px; color: var(--cap); margin-bottom: 5px; }
.ryl-miniValue { font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.ryl-miniNote { font-size: 11px; color: var(--cap); margin-top: 4px; overflow-wrap: anywhere; }
.ryl-mini[data-card="primary"] .ryl-miniNote:not(:empty) { color: #b07d10; font-style: italic; }
.ryl-note { margin-top: 8px; color: var(--cap); font-size: 12px; line-height: 1.35; }
.ryl-vizWrap { min-width: 0; width: 100%; }
.ryl-vizTitle { font-family: "Cardo", serif; font-size: 17px; margin-bottom: 2px; }
.ryl-vizInvite { font-size: 12px; color: var(--cap); margin-bottom: 6px; font-style: italic; }
.ryl-vizTitleSub { font-family: "Work Sans", sans-serif; font-size: 12px; color: var(--cap); font-weight: 400; }
.ryl-viz { border: none; border-radius: 0; padding: 0; background: transparent; overflow: hidden; width: 100%; margin-top: 8px; }
.ryl-viz svg rect:not([data-svg]) { display: none !important; }

.ryl-vizLegend {
  margin-top: 8px; color: var(--cap); font-size: 11px; line-height: 1.4;
  display: flex; flex-wrap: wrap; gap: 4px 14px;
}

.ryl-vizLegend > div { display: flex; align-items: center; }
.ryl-dot { width: 9px; height: 9px; border-radius: 999px; display: inline-block; margin-right: 6px; flex-shrink: 0; }
.ryl-dot-room { background: rgba(17,17,17,.10); border: 1px solid rgba(17,17,17,.20); }
.ryl-dot-rug { background: rgba(211,169,44,.18); border: 1px solid var(--gold-border); }
.ryl-dot-furn { background: rgba(30,120,140,.10); border: 1px solid rgba(30,120,140,.28); }
.ryl-caption { margin-top: 6px; color: var(--cap); font-size: 11px; }
.ryl-svg-room { fill: rgba(17,17,17,.02); stroke: rgba(17,17,17,.12); stroke-width: 2; }
.ryl-svg-fzone { fill: rgba(30,120,140,.10); stroke: rgba(30,120,140,.28); stroke-width: 2; }
.ryl-svg-rug { fill: rgba(211,169,44,.18); stroke: var(--gold-border); stroke-width: 3; }
.ryl-vizCtrl { margin: 0; }

.ryl-vizCtrlPanel {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: var(--ctrl-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 8px 10px;
}

.ryl-vizPick { display: flex; flex-direction: column; gap: 5px; }
.ryl-vizCtrlSep { width: 1px; align-self: stretch; background: var(--border); flex-shrink: 0; }

.ryl-btn {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1;
  transition: background .12s, border-color .12s, box-shadow .12s;
}

.ryl-btn:hover { background: rgba(17,17,17,.04); }
.ryl-vizPickBtn { border-radius: 10px; padding: 6px 12px; font-size: 12px; text-align: center; }

.ryl-vizPickBtn[aria-pressed="true"] {
  border-color: var(--gold-border);
  box-shadow: 0 3px 8px rgba(211,169,44,.14);
  background: var(--gold-light);
}

.ryl-movepad { display: inline-flex; }

.ryl-movepad-grid {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  grid-template-rows: repeat(3, 34px);
  gap: 3px;
}

.ryl-vizBtn {
  width: 34px; height: 34px; padding: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9px; background: #fff;
}

.ryl-vizBtn:hover { background: rgba(17,17,17,.05); }
.ryl-rotBtn { border-color: rgba(211,169,44,.5); color: rgba(120,85,5,1); }
.ryl-rotBtn:hover { background: rgba(211,169,44,.09); }
.ryl-customWrap { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--soft); }
.ryl-customTitle { font-family: "Cardo", serif; font-size: 17px; margin: 0 0 6px; color: var(--text); }
.ryl-customRow { display: flex; align-items: flex-end; gap: 8px; flex-wrap: wrap; }
.ryl-customField { flex: 1 1 70px; min-width: 64px; }
.ryl-customX { font-size: 16px; color: var(--cap); padding-bottom: 10px; flex-shrink: 0; }

.ryl-customBtn {
  flex-shrink: 0;
  padding: 9px 16px;
  font-size: 13px;
  border-radius: 12px;
  border-color: var(--gold-border);
  color: #7a5c00;
  align-self: flex-end;
}

.ryl-customBtn:hover { background: var(--gold-light); }

.ryl-customBtn[aria-pressed="true"] {
  background: var(--gold-light);
  border-color: var(--gold);
  box-shadow: 0 3px 8px rgba(211,169,44,.14);
}

.ryl-svg-chair { fill: rgba(30,120,140,.13); stroke: rgba(30,120,140,.35); stroke-width: 1.5; }
.ryl-vizPickRoom { border-color: var(--border); color: var(--cap); }

.ryl-vizPickRoom[aria-pressed="true"] {
  border-color: rgba(80,80,80,.4);
  background: rgba(17,17,17,.05);
  box-shadow: none;
}

.ryl-warn {
  margin: 8px 0 4px;
  padding: 9px 13px;
  border-radius: 10px;
  border: 1px solid rgba(200,120,20,.30);
  background: rgba(255,180,40,.07);
  color: #8a5500;
  font-size: 12.5px;
  line-height: 1.5;
}

.ryl-warn::before { content: "⚠ "; opacity: .7; }

.ryl-svg-lbl {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  dominant-baseline: middle;
  text-anchor: middle;
  pointer-events: none;
  user-select: none;
}

.ryl-svg-lbl-room { fill: rgba(80,90,100,.28); font-size: 11px; }
.ryl-svg-lbl-furn { fill: rgba(30,110,130,.52); }
.ryl-svg-lbl-rug { fill: rgba(155,115,0,.52); }
.ryl-headRow { display: block; }
.ryl-headText { display: block; }
.ryl-titleRow { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.ryl-unitToggle {
  flex-shrink: 0;
  padding: 4px 12px;
  font-size: 11.5px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid var(--border);
  color: var(--cap);
  white-space: nowrap;
  transition: background .15s, border-color .15s, color .15s;
}

.ryl-unitToggle:hover { background: rgba(17,17,17,.05); border-color: rgba(17,17,17,.18); }

.ryl-unitToggle[aria-pressed="true"] {
  background: var(--gold-light);
  border-color: var(--gold-border);
  color: #7a5c00;
  font-weight: 600;
}

.ryl-copyBtn {
  flex-shrink: 0;
  padding: 3px;
  border: none;
  background: transparent;
  color: var(--cap);
  cursor: pointer;
  border-radius: 5px;
  line-height: 0;
  opacity: 0.45;
  transition: opacity .15s, color .15s;
}

.ryl-copyBtn:hover { opacity: 1; color: var(--gold); background: transparent; }
.ryl-checkIcon { color: var(--gold); }
.ryl-head { display: block; margin-bottom: 12px; }
.ryl-title { font-family: "Cardo", serif; font-size: 22px; line-height: 1.2; margin: 0; }
.ryl-sub { color: var(--cap); font-size: 13px; margin-top: 6px; }

/* Responsive — max 560px */

@media (max-width: 560px) {
  .ryl-leftinner { grid-template-columns: 1fr !important; }
  .ryl-cards { grid-template-columns: 1fr !important; }
  .ryl-miniWrap .ryl-copyBtn { bottom: 6px; right: 6px; }
  .ryl-vizCtrlPanel { flex-wrap: wrap; }
  .ryl-vizCtrlSep { display: none; }
  .ryl-card { padding: 14px; }
}

/* Responsive — rug calculator max 900px */

@media (max-width: 900px) {
  .ryl-twocol { grid-template-columns: 1fr !important; }
  .ryl-col-right { border-left: none; padding-left: 0; border-top: 1px solid var(--soft); padding-top: 14px; }
}