body.stoy-home-layout {
  --st-bg: #1f1f1f;
  --st-bg-soft: #2a2a2a;
  --st-panel: linear-gradient(180deg, rgba(44, 44, 44, 0.96), rgba(29, 29, 29, 0.96));
  --st-border: rgba(255, 255, 255, 0.08);
  --st-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
  --st-accent: #f05a28;
  --st-accent-soft: #ff9468;
  --st-text: #ffffff;
  --st-muted: #d9d9d9;
  --st-radius-xl: 28px;
  --st-radius-lg: 22px;
  --st-radius-md: 18px;
  --st-radius-sm: 14px;
  overflow-x: clip;
}

body.stoy-home-layout .st-home-main,
body.stoy-home-layout .st-home-main * {
  min-width: 0;
}

body.stoy-home-layout .st-home-main {
  position: relative;
  overflow: hidden;
}

body.stoy-home-layout .project-manager-float {
  display: none;
}

@media (min-width: 1920px) {
  body.stoy-home-layout .project-manager-float {
    display: block;
    position: fixed;
    top: max(180px, 52%);
    right: max(24px, calc((100vw - 1280px) / 2 - 304px));
    width: 280px;
    z-index: 32;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + 18px)) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  body.stoy-home-layout .project-manager-float.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
  }
}

body.stoy-home-layout .project-manager-float__card {
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 241, 241, 0.94));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  color: #1f1f1f;
}

body.stoy-home-layout .project-manager-float__media {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(45, 45, 45, 0.98), rgba(99, 99, 99, 0.82));
}

body.stoy-home-layout .project-manager-float__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
}

body.stoy-home-layout .project-manager-float__photo img,
body.stoy-home-layout .st-media-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

body.stoy-home-layout .project-manager-float__photo img {
  height: 100%;
}

body.stoy-home-layout .project-manager-float__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  gap: 8px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(240, 90, 40, 0.28), rgba(31, 31, 31, 0.88));
}

body.stoy-home-layout .project-manager-float__placeholder span {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

body.stoy-home-layout .project-manager-float__placeholder small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

body.stoy-home-layout .project-manager-float__media-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: grid;
  gap: 2px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.stoy-home-layout .project-manager-float__media-caption strong {
  font-size: 1rem;
}

body.stoy-home-layout .project-manager-float__media-caption span {
  font-size: 0.8rem;
  opacity: 0.9;
}

body.stoy-home-layout .project-manager-float__badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(240, 90, 40, 0.12);
  color: #1f1f1f;
  font-size: 0.78rem;
  font-weight: 700;
}

body.stoy-home-layout .project-manager-float h2 {
  margin: 0 0 10px;
  color: #1f1f1f;
  font-size: 1.65rem;
  line-height: 1.04;
}

body.stoy-home-layout .project-manager-float p {
  color: rgba(31, 31, 31, 0.72);
  margin-bottom: 0;
}

body.stoy-home-layout .project-manager-float__form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

body.stoy-home-layout .project-manager-float__form .field {
  gap: 0;
}

body.stoy-home-layout .project-manager-float__form input[type='text'],
body.stoy-home-layout .project-manager-float__form input[type='tel'] {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  background: #fff;
  color: #1f1f1f;
}

body.stoy-home-layout .project-manager-float__agreement {
  align-items: flex-start;
  color: rgba(31, 31, 31, 0.8);
}

body.stoy-home-layout .project-manager-float__agreement span {
  font-size: 0.9rem;
  line-height: 1.5;
}

body.stoy-home-layout .project-manager-float__agreement a {
  color: #1f1f1f;
  text-decoration: underline;
}

body.stoy-home-layout .project-manager-float__cta {
  width: 100%;
  min-height: 52px;
}

body.stoy-home-layout .st-section,
body.stoy-home-layout .st-hero {
  position: relative;
}

body.stoy-home-layout .st-section {
  padding: 88px 0;
}

body.stoy-home-layout .st-section::before {
  content: '';
  position: absolute;
  inset: 18px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.03), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(240, 90, 40, 0.07), transparent 24%);
  pointer-events: none;
}

body.stoy-home-layout .lazy-block,
body.stoy-home-layout .lazy-element {
  opacity: 1;
  transform: none;
}

body.stoy-home-layout.is-motion-ready .lazy-block,
body.stoy-home-layout.is-motion-ready .lazy-element {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.stoy-home-layout.is-motion-ready .lazy-block.is-visible,
body.stoy-home-layout.is-motion-ready .lazy-element.is-visible {
  opacity: 1;
  transform: none;
}

body.stoy-home-layout .st-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--st-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.stoy-home-layout .st-section-kicker::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

body.stoy-home-layout .st-hero {
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding: 54px 0 82px;
  overflow: hidden;
}

body.stoy-home-layout .st-hero-media,
body.stoy-home-layout .st-hero-overlay,
body.stoy-home-layout .st-hero-media img {
  position: absolute;
  inset: 0;
}

body.stoy-home-layout .st-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.stoy-home-layout .st-hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 15, 15, 0.88) 0%, rgba(18, 18, 18, 0.68) 45%, rgba(18, 18, 18, 0.24) 100%),
    linear-gradient(180deg, rgba(31, 31, 31, 0.04) 0%, rgba(31, 31, 31, 0.54) 100%);
}

body.stoy-home-layout .st-hero-grid,
body.stoy-home-layout .st-two-column,
body.stoy-home-layout .st-guarantees-layout,
body.stoy-home-layout .st-showcase-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
}

body.stoy-home-layout .st-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.82fr);
  align-items: end;
}

body.stoy-home-layout .st-hero-copy {
  max-width: 760px;
  color: var(--st-text);
  padding: 46px 0;
}

body.stoy-home-layout .st-hero-copy .st-section-kicker,
body.stoy-home-layout .st-hero-copy p,
body.stoy-home-layout .st-hero-copy li {
  color: rgba(255, 255, 255, 0.84);
}

body.stoy-home-layout .st-hero-copy h1,
body.stoy-home-layout .st-hero-card h2,
body.stoy-home-layout .st-text-card h2,
body.stoy-home-layout .st-section-heading h2,
body.stoy-home-layout .st-cta-band h2,
body.stoy-home-layout .st-showcase-copy h3,
body.stoy-home-layout .st-office-showcase h3,
body.stoy-home-layout .st-final-copy h2 {
  margin: 0 0 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

body.stoy-home-layout .st-hero-copy h1 {
  font-size: clamp(2.5rem, 5.1vw, 5rem);
}

body.stoy-home-layout .st-hero-card h2 {
  color: var(--st-text);
  font-size: clamp(1.85rem, 3vw, 3rem);
}

body.stoy-home-layout .st-hero-lead {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: 1.18rem;
  line-height: 1.66;
}

body.stoy-home-layout .st-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body.stoy-home-layout .st-hero-points,
body.stoy-home-layout .st-bullet-list,
body.stoy-home-layout .st-faq-answer ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

body.stoy-home-layout .st-hero-points li,
body.stoy-home-layout .st-bullet-list li,
body.stoy-home-layout .st-faq-answer li {
  position: relative;
  padding-left: 26px;
  color: var(--st-muted);
  line-height: 1.66;
}

body.stoy-home-layout .st-hero-points li::before,
body.stoy-home-layout .st-bullet-list li::before,
body.stoy-home-layout .st-faq-answer li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--st-accent-soft), var(--st-accent));
  box-shadow: 0 0 0 4px rgba(240, 90, 40, 0.1);
}

body.stoy-home-layout .st-surface,
body.stoy-home-layout .st-hero-card,
body.stoy-home-layout .st-media-card,
body.stoy-home-layout .st-text-card,
body.stoy-home-layout .st-process-note,
body.stoy-home-layout .st-cta-band,
body.stoy-home-layout .st-showcase-card,
body.stoy-home-layout .st-guarantee-card,
body.stoy-home-layout .st-office-showcase,
body.stoy-home-layout .st-contact-card,
body.stoy-home-layout .st-contact-map-card,
body.stoy-home-layout .st-faq-item,
body.stoy-home-layout .st-final-card {
  border-radius: var(--st-radius-xl);
  border: 1px solid var(--st-border);
  background: var(--st-panel);
  box-shadow: var(--st-shadow);
}

body.stoy-home-layout .st-hero-card,
body.stoy-home-layout .st-text-card,
body.stoy-home-layout .st-process-note,
body.stoy-home-layout .st-cta-band,
body.stoy-home-layout .st-showcase-card,
body.stoy-home-layout .st-office-showcase,
body.stoy-home-layout .st-final-card {
  padding: 30px;
}

body.stoy-home-layout .st-hero-card {
  color: var(--st-text);
}

body.stoy-home-layout .st-hero-card-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(240, 90, 40, 0.12);
  color: var(--st-text);
  font-size: 0.84rem;
  font-weight: 600;
}

body.stoy-home-layout .st-hero-card p,
body.stoy-home-layout .st-text-card p,
body.stoy-home-layout .st-process-note p,
body.stoy-home-layout .st-cta-band p,
body.stoy-home-layout .st-showcase-copy p,
body.stoy-home-layout .st-office-showcase p,
body.stoy-home-layout .st-contact-card p,
body.stoy-home-layout .st-faq-answer p,
body.stoy-home-layout .st-faq-answer div,
body.stoy-home-layout .st-final-copy p {
  color: var(--st-muted);
  line-height: 1.72;
}

body.stoy-home-layout .st-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.stoy-home-layout .st-hero-metrics > div {
  padding: 14px;
  border-radius: var(--st-radius-md);
  background: rgba(255, 255, 255, 0.05);
}

body.stoy-home-layout .st-hero-metrics dt {
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--st-text);
}

body.stoy-home-layout .st-hero-metrics dd {
  margin: 0;
  color: var(--st-muted);
  font-size: 0.92rem;
}

body.stoy-home-layout .st-two-column {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

body.stoy-home-layout .st-media-card {
  overflow: hidden;
  padding: 12px;
}

body.stoy-home-layout .st-media-card img {
  height: auto;
  aspect-ratio: 4 / 5;
  min-height: 420px;
  border-radius: calc(var(--st-radius-xl) - 12px);
}

body.stoy-home-layout .st-founder-placeholder,
body.stoy-home-layout .st-office-showcase-media,
body.stoy-home-layout .st-video-placeholder {
  height: 100%;
  min-height: 420px;
  border-radius: calc(var(--st-radius-xl) - 12px);
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(240, 90, 40, 0.18), rgba(31, 31, 31, 0.84));
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}

body.stoy-home-layout .st-founder-initial {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--st-text);
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

body.stoy-home-layout .st-founder-note {
  max-width: 340px;
  margin-top: 16px;
  color: var(--st-muted);
}

body.stoy-home-layout .st-lead-quote {
  color: var(--st-text);
  font-size: 1.14rem;
}

body.stoy-home-layout .st-quote-sign {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.stoy-home-layout .st-quote-sign strong {
  color: var(--st-text);
  font-size: 1.05rem;
}

body.stoy-home-layout .st-quote-sign span,
body.stoy-home-layout .st-quote-sign a {
  color: var(--st-muted);
}

body.stoy-home-layout .st-quote-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

body.stoy-home-layout .st-quote-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.stoy-home-layout .st-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

body.stoy-home-layout .st-section-heading h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  color: var(--st-text);
}

body.stoy-home-layout .st-section-heading p {
  color: var(--st-muted);
}

body.stoy-home-layout .st-service-grid {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

body.stoy-home-layout .st-process-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

body.stoy-home-layout .st-process-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.stoy-home-layout .st-process-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--st-text);
  font-size: 0.9rem;
  white-space: normal;
  text-align: center;
  justify-content: center;
}

body.stoy-home-layout .st-cta-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

body.stoy-home-layout .st-cta-band-excursion {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 360px);
  align-items: stretch;
}

body.stoy-home-layout .st-excursion-copy {
  display: grid;
  align-content: center;
  gap: 0;
}

body.stoy-home-layout .st-excursion-copy .button {
  margin-top: 12px;
  justify-self: start;
}

body.stoy-home-layout .st-excursion-card {
  display: grid;
  gap: 16px;
}

body.stoy-home-layout .st-excursion-media {
  overflow: hidden;
  border-radius: var(--st-radius-lg);
  border: 1px solid var(--st-border);
  background: rgba(255, 255, 255, 0.04);
}

body.stoy-home-layout .st-excursion-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

body.stoy-home-layout .st-excursion-info {
  display: grid;
  gap: 10px;
}

body.stoy-home-layout .st-excursion-info h3 {
  margin: 0;
  color: var(--st-text);
  font-size: 1.5rem;
}

body.stoy-home-layout .st-excursion-info p {
  margin: 0;
}

body.stoy-home-layout .st-portfolio-grid,
body.stoy-home-layout .st-guarantee-grid,
body.stoy-home-layout .st-contacts-grid,
body.stoy-home-layout .st-faq-list,
body.stoy-home-layout .st-thumb-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

body.stoy-home-layout .st-portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.stoy-home-layout .st-portfolio-thumb,
body.stoy-home-layout .st-thumb-grid button,
body.stoy-home-layout .st-review-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--st-radius-lg);
  border: 1px solid var(--st-border);
  background: rgba(255, 255, 255, 0.03);
}

body.stoy-home-layout .st-portfolio-thumb img,
body.stoy-home-layout .st-thumb-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

body.stoy-home-layout .st-showcase-card {
  margin-top: 22px;
}

body.stoy-home-layout .st-showcase-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr);
  align-items: stretch;
}

body.stoy-home-layout .st-showcase-copy {
  display: flex;
  flex-direction: column;
}

body.stoy-home-layout .st-process-note h3,
body.stoy-home-layout .st-showcase-copy h3 {
  margin: 0 0 12px;
}

body.stoy-home-layout .st-showcase-media,
body.stoy-home-layout .st-office-showcase-media {
  overflow: hidden;
  border-radius: var(--st-radius-lg);
  border: 1px solid var(--st-border);
  background: rgba(255, 255, 255, 0.04);
}

body.stoy-home-layout .st-showcase-media video,
body.stoy-home-layout .st-office-showcase-media img {
  width: 100%;
  object-fit: cover;
  display: block;
}

body.stoy-home-layout .st-showcase-media video {
  height: 100%;
}

body.stoy-home-layout .st-office-showcase-media img {
  height: auto;
  aspect-ratio: 4 / 5;
}

body.stoy-home-layout .st-thumb-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

body.stoy-home-layout .st-reviews-proof {
  margin-top: 22px;
}

body.stoy-home-layout .st-reviews-proof .kr-reviews-grid {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

body.stoy-home-layout .st-reviews-proof .kr-review-card {
  aspect-ratio: auto;
  display: grid;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  align-self: start;
}

body.stoy-home-layout .st-reviews-proof .kr-review-card::after {
  display: none;
}

body.stoy-home-layout .st-reviews-proof .kr-review-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

body.stoy-home-layout .st-reviews-proof .kr-review-card span {
  position: static;
  padding: 0 6px 4px;
  color: #1f1f1f;
  font-size: 0.95rem;
  font-weight: 600;
}

body.stoy-home-layout .st-guarantees-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: stretch;
}

body.stoy-home-layout .st-guarantee-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.stoy-home-layout .st-guarantee-card,
body.stoy-home-layout .st-contact-card {
  padding: 26px 24px;
  text-align: center;
}

body.stoy-home-layout .st-guarantee-icon,
body.stoy-home-layout .st-contact-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(240, 90, 40, 0.16), rgba(255, 255, 255, 0.05));
  color: var(--st-accent);
  font-size: 1.4rem;
  font-weight: 600;
}

body.stoy-home-layout .st-guarantee-card h3,
body.stoy-home-layout .st-contact-card h3,
body.stoy-home-layout .st-showcase-copy h3,
body.stoy-home-layout .st-office-showcase h3 {
  color: var(--st-text);
  font-size: 1.18rem;
}

body.stoy-home-layout .st-office-showcase p {
  margin-top: 16px;
}

body.stoy-home-layout .st-contacts-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.stoy-home-layout .st-contact-card a,
body.stoy-home-layout .st-contact-card strong,
body.stoy-home-layout .st-contact-card p,
body.stoy-home-layout .st-contact-card li {
  color: var(--st-text);
}

body.stoy-home-layout .st-contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.stoy-home-layout .st-contact-card .st-contact-subtle {
  color: var(--st-muted);
}

body.stoy-home-layout .st-contact-map-card {
  grid-column: span 4;
  overflow: hidden;
  min-height: 360px;
}

body.stoy-home-layout .st-contact-map-card .st-map-shell,
body.stoy-home-layout .st-contact-map-card .st-map-shell > *,
body.stoy-home-layout .st-contact-map-card .st-map-shell [style] {
  width: 100%;
  height: 100% !important;
}

body.stoy-home-layout .st-faq-list {
  grid-template-columns: 1fr;
}

body.stoy-home-layout .st-faq-item {
  padding: 0;
  overflow: hidden;
}

body.stoy-home-layout .st-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 26px;
  border: 0;
  background: transparent;
  color: var(--st-text);
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
}

body.stoy-home-layout .st-faq-question > span:first-child,
body.stoy-home-layout .kr-service-body h3,
body.stoy-home-layout .kr-service-body p,
body.stoy-home-layout .st-section-heading h2,
body.stoy-home-layout .st-showcase-copy h3,
body.stoy-home-layout .st-hero-card h2,
body.stoy-home-layout .st-text-card h2 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.stoy-home-layout .st-faq-plus {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

body.stoy-home-layout .st-faq-plus::before,
body.stoy-home-layout .st-faq-plus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--st-accent);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.stoy-home-layout .st-faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.stoy-home-layout .st-faq-item.is-open .st-faq-plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

body.stoy-home-layout .st-faq-answer {
  padding: 0 26px 24px;
}

body.stoy-home-layout .st-faq-answer p:last-child,
body.stoy-home-layout .st-faq-answer div:last-child {
  margin-bottom: 0;
}

body.stoy-home-layout .st-faq-answer p + p,
body.stoy-home-layout .st-faq-answer p + ul {
  margin-top: 12px;
}

body.stoy-home-layout .st-faq-answer ul {
  margin: 12px 0 0;
}

body.stoy-home-layout .st-faq-answer li + li {
  margin-top: 8px;
}

body.stoy-home-layout .st-final-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
  align-items: start;
}

body.stoy-home-layout .st-final-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--st-text);
}

body.stoy-home-layout .st-final-copy ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.stoy-home-layout .st-final-copy li {
  color: var(--st-muted);
}

body.stoy-home-layout .st-final-card .kr-application-box {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.stoy-home-layout .st-final-card .kr-application-box h2,
body.stoy-home-layout .st-final-card .kr-application-box > p {
  display: none;
}

body.stoy-home-layout .kr-footer-top {
  display: none;
}

body.stoy-home-layout .kr-footer-bottom {
  padding-top: 24px;
}

@media (max-width: 1180px) {
  body.stoy-home-layout .st-hero-grid,
  body.stoy-home-layout .st-two-column,
  body.stoy-home-layout .st-guarantees-layout,
  body.stoy-home-layout .st-showcase-layout,
  body.stoy-home-layout .st-final-card {
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-contacts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stoy-home-layout .st-contact-map-card {
    grid-column: span 2;
  }

  body.stoy-home-layout .st-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.stoy-home-layout .st-reviews-proof .kr-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.stoy-home-layout .st-section {
    padding: 74px 0;
  }

  body.stoy-home-layout .st-hero {
    min-height: auto;
    padding: 34px 0 64px;
  }

  body.stoy-home-layout .st-hero-copy h1 {
    font-size: clamp(2.2rem, 7vw, 3.6rem);
  }

  body.stoy-home-layout .st-process-note,
  body.stoy-home-layout .st-cta-band {
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-guarantee-grid,
  body.stoy-home-layout .st-contacts-grid {
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-contact-map-card {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  body.stoy-home-layout {
    overflow-x: hidden;
  }

  body.stoy-home-layout .st-hero-copy {
    padding: 34px 0 0;
  }

  body.stoy-home-layout .st-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-hero-metrics,
  body.stoy-home-layout .st-thumb-grid,
  body.stoy-home-layout .st-portfolio-grid {
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-reviews-proof .kr-reviews-grid {
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-hero-card,
  body.stoy-home-layout .st-text-card,
  body.stoy-home-layout .st-process-note,
  body.stoy-home-layout .st-cta-band,
  body.stoy-home-layout .st-showcase-card,
  body.stoy-home-layout .st-office-showcase,
  body.stoy-home-layout .st-final-card {
    padding: 22px;
  }

  body.stoy-home-layout .st-founder-placeholder,
  body.stoy-home-layout .st-office-showcase-media,
  body.stoy-home-layout .st-video-placeholder,
  body.stoy-home-layout .st-contact-map-card {
    min-height: 280px;
  }

  body.stoy-home-layout .st-media-card img {
    min-height: 280px;
  }

  body.stoy-home-layout .st-quote-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.stoy-home-layout .st-quote-links a,
  body.stoy-home-layout .st-process-pill-list span,
  body.stoy-home-layout .st-portfolio-thumb,
  body.stoy-home-layout .kr-service-card,
  body.stoy-home-layout .st-showcase-card,
  body.stoy-home-layout .st-faq-item {
    max-width: 100%;
  }

  body.stoy-home-layout .st-faq-question {
    padding: 20px 20px;
    font-size: 0.96rem;
  }

  body.stoy-home-layout .st-faq-answer {
    padding: 0 20px 20px;
  }
}
