body.work-atelier.atelier-page,
body.work-atelier.atelier-legacy {
  --atelier-shell-width: 1320px;
  color: var(--atelier-text);
}

body.work-atelier.atelier-page .atelier-page-main {
  padding: 42px 0 40px;
}

body.work-atelier.atelier-page .atelier-section {
  margin-bottom: 18px;
}

body.work-atelier.atelier-page .atelier-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.work-atelier.atelier-page .atelier-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.work-atelier.atelier-page .atelier-panel,
body.work-atelier.atelier-legacy .blog-post,
body.work-atelier.atelier-legacy .blog-post-content,
body.work-atelier.atelier-legacy article.right-sidebar > .col-12,
body.work-atelier.atelier-legacy aside > div,
body.work-atelier.atelier-legacy #comments-form,
body.work-atelier.atelier-legacy .comments-area > ul > li,
body.work-atelier.atelier-legacy .blog-nav-link {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--atelier-line-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow: var(--atelier-shadow);
}

body.work-atelier.atelier-page .atelier-panel {
  padding: clamp(22px, 2.4vw, 36px);
}

body.work-atelier.atelier-page .atelier-panel::before,
body.work-atelier.atelier-legacy .blog-post::before,
body.work-atelier.atelier-legacy .blog-post-content::before,
body.work-atelier.atelier-legacy aside > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 33, 79, 0.18), rgba(90, 129, 234, 0.08), transparent);
}

body.work-atelier.atelier-page .atelier-panel h2,
body.work-atelier.atelier-page .atelier-panel h3,
body.work-atelier.atelier-page .atelier-panel h4,
body.work-atelier.atelier-page .atelier-panel h5 {
  margin-top: 0;
  margin-bottom: 14px;
  color: #120f0d;
}

body.work-atelier.atelier-page .atelier-panel p,
body.work-atelier.atelier-page .atelier-panel li {
  color: var(--atelier-text-soft);
}

body.work-atelier.atelier-page .atelier-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(24, 20, 17, 0.08);
  background: rgba(255, 255, 255, 0.84);
  padding: 18px 18px 17px;
  box-shadow: 0 16px 32px rgba(34, 24, 14, 0.05);
}

body.work-atelier.atelier-page .atelier-card + .atelier-card {
  margin-top: 12px;
}

body.work-atelier.atelier-page .atelier-kpi {
  margin: 0 0 12px;
  color: rgba(24, 20, 17, 0.44);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.work-atelier.atelier-page .atelier-card-title {
  margin: 0 0 8px;
  color: #120f0d;
  font-size: 1.16rem;
}

body.work-atelier.atelier-page .atelier-card-text {
  margin: 0;
  color: var(--atelier-text-soft);
  line-height: 1.74;
}

body.work-atelier.atelier-page .atelier-number {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 33, 79, 0.9), rgba(255, 146, 162, 0.86));
  box-shadow: 0 14px 28px rgba(255, 33, 79, 0.18);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.work-atelier.atelier-page .atelier-quote {
  text-align: center;
  padding: clamp(32px, 4vw, 56px) 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.84)),
    radial-gradient(420px 180px at 0% 100%, rgba(90, 129, 234, 0.08), transparent 70%),
    radial-gradient(420px 180px at 100% 0%, rgba(255, 33, 79, 0.09), transparent 70%);
}

body.work-atelier.atelier-page .atelier-quote i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--base-color);
  box-shadow: 0 16px 32px rgba(34, 24, 14, 0.08);
}

body.work-atelier.atelier-page .atelier-quote h4 {
  margin: 0 0 12px;
  color: #120f0d;
  font-size: clamp(1.35rem, 2.1vw, 2.3rem);
}

body.work-atelier.atelier-page .atelier-quote span {
  color: rgba(24, 20, 17, 0.52);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

/* Contact — flip business card */
body.work-atelier.atelier-page .atelier-contact-business-card {
  text-align: center;
}

body.work-atelier.atelier-page .atelier-contact-business-card-hint {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(24, 20, 17, 0.45);
}

body.work-atelier.atelier-page .atelier-contact-business-card-scene {
  display: flex;
  justify-content: center;
  perspective: 1100px;
}

body.work-atelier.atelier-page .atelier-contact-business-card {
  max-width: min(440px, 92vw);
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 12px;
}

body.work-atelier.atelier-page .atelier-contact-business-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(24, 20, 17, 0.25);
}

body.work-atelier.atelier-page .atelier-contact-business-card-inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
}

body.work-atelier.atelier-page .atelier-contact-business-card.is-flipped .atelier-contact-business-card-inner {
  transform: rotateY(180deg);
}

@media (prefers-reduced-motion: reduce) {
  body.work-atelier.atelier-page .atelier-contact-business-card-inner {
    transition-duration: 0.01ms;
  }
}

body.work-atelier.atelier-page .atelier-contact-business-card-face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}

body.work-atelier.atelier-page .atelier-contact-business-card-front {
  position: relative;
}

body.work-atelier.atelier-page .atelier-contact-business-card-front img {
  display: block;
  width: 100%;
  height: auto;
}

body.work-atelier.atelier-page .atelier-contact-business-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  background: #f6f3ef;
  border: 1px solid rgba(24, 20, 17, 0.08);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 28px);
}

body.work-atelier.atelier-page .atelier-contact-business-card-back-inner {
  text-align: center;
  color: #120f0d;
}

body.work-atelier.atelier-page .atelier-contact-business-card-brand {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.work-atelier.atelier-page .atelier-contact-business-card-line {
  margin: 0 0 8px;
  font-size: clamp(0.78rem, 2vw, 0.9rem);
  line-height: 1.5;
  color: rgba(24, 20, 17, 0.82);
}

body.work-atelier.atelier-page .atelier-contact-business-card-line:last-of-type {
  margin-bottom: 0;
}

body.work-atelier.atelier-page .atelier-contact-business-card-line a {
  color: #120f0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.work-atelier.atelier-page .atelier-contact-business-card-sns {
  margin: 16px 0 0;
  font-size: 0.85rem;
}

body.work-atelier.atelier-page .atelier-contact-business-card-sns a {
  color: #120f0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.work-atelier.atelier-page .atelier-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.work-atelier.atelier-page .atelier-contact-cards .atelier-card {
  min-height: 210px;
}

body.work-atelier.atelier-page .atelier-contact-cards i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(24, 20, 17, 0.04);
  color: #120f0d;
}

body.work-atelier.atelier-page .atelier-contact-form input,
body.work-atelier.atelier-page .atelier-contact-form select,
body.work-atelier.atelier-page .atelier-contact-form textarea,
body.work-atelier.atelier-page .atelier-journal-side input,
body.work-atelier.atelier-legacy input.medium-input,
body.work-atelier.atelier-legacy textarea.medium-textarea,
body.work-atelier.atelier-legacy textarea,
body.work-atelier.atelier-legacy select {
  width: 100%;
  border: 1px solid rgba(24, 20, 17, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #120f0d;
  border-radius: 16px;
  padding: 13px 15px;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.work-atelier.atelier-page .atelier-contact-form select option {
  color: #120f0d;
}

body.work-atelier.atelier-page .atelier-contact-form textarea,
body.work-atelier.atelier-legacy textarea {
  min-height: 148px;
  resize: vertical;
}

body.work-atelier.atelier-page .atelier-contact-form input::placeholder,
body.work-atelier.atelier-page .atelier-contact-form textarea::placeholder,
body.work-atelier.atelier-page .atelier-journal-side input::placeholder,
body.work-atelier.atelier-legacy input::placeholder,
body.work-atelier.atelier-legacy textarea::placeholder {
  color: rgba(24, 20, 17, 0.42) !important;
}

body.work-atelier.atelier-page .atelier-contact-form .btn,
body.work-atelier.atelier-legacy .btn-dark-gray,
body.work-atelier.atelier-legacy .btn-black,
body.work-atelier.atelier-legacy .btn-transparent-white {
  border-radius: 999px;
  border-width: 1px;
  padding: 12px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.work-atelier.atelier-page .atelier-contact-form .btn,
body.work-atelier.atelier-legacy .btn-dark-gray,
body.work-atelier.atelier-legacy .btn-black {
  background: #120f0d;
  border-color: #120f0d;
  color: #fff;
  box-shadow: 0 18px 30px rgba(34, 24, 14, 0.12);
}

body.work-atelier.atelier-page .atelier-contact-form .btn:hover,
body.work-atelier.atelier-legacy .btn-dark-gray:hover,
body.work-atelier.atelier-legacy .btn-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

body.work-atelier.atelier-legacy .btn-transparent-white {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #120f0d;
}

body.work-atelier.atelier-page .atelier-map {
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(24, 20, 17, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.work-atelier.atelier-page .atelier-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body.work-atelier.atelier-page .atelier-journal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  gap: 18px;
}

body.work-atelier.atelier-page #blog-post-list .blog-post-content {
  margin-bottom: 18px;
  overflow: hidden;
}

body.work-atelier.atelier-page #blog-post-list .blog-image img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

body.work-atelier.atelier-page #blog-post-list .blog-text {
  border: 0 !important;
  background: transparent !important;
}

body.work-atelier.atelier-page #blog-post-list .content {
  padding: 26px !important;
}

body.work-atelier.atelier-page #blog-post-list .content a.text-extra-dark-gray,
body.work-atelier.atelier-page .atelier-journal-side .aside-title span,
body.work-atelier.atelier-page .atelier-journal-side .text-extra-dark-gray,
body.work-atelier.atelier-legacy .text-extra-dark-gray {
  color: #120f0d !important;
}

body.work-atelier.atelier-page #blog-post-list .content p,
body.work-atelier.atelier-page #blog-post-list .author span,
body.work-atelier.atelier-page #blog-post-list .author a,
body.work-atelier.atelier-page .atelier-journal-side a,
body.work-atelier.atelier-page .atelier-journal-side p,
body.work-atelier.atelier-page .atelier-journal-side li,
body.work-atelier.atelier-page .atelier-journal-side .list-style-6 span {
  color: var(--atelier-text-soft) !important;
}

body.work-atelier.atelier-page #blog-post-list .author {
  margin: 0;
  border-top: 1px solid rgba(24, 20, 17, 0.08) !important;
}

body.work-atelier.atelier-page #blog-post-list .author .name {
  border-color: rgba(24, 20, 17, 0.08) !important;
}

body.work-atelier.atelier-page .atelier-journal-side > div {
  margin-bottom: 28px !important;
}

body.work-atelier.atelier-page .atelier-journal-side .latest-post li,
body.work-atelier.atelier-page .atelier-journal-side .list-style-6 li,
body.work-atelier.atelier-legacy .latest-post li,
body.work-atelier.atelier-legacy .list-style-6 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(24, 20, 17, 0.08) !important;
}

body.work-atelier.atelier-page .atelier-journal-side .latest-post li:last-child,
body.work-atelier.atelier-page .atelier-journal-side .list-style-6 li:last-child,
body.work-atelier.atelier-legacy .latest-post li:last-child,
body.work-atelier.atelier-legacy .list-style-6 li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
}

body.work-atelier.atelier-page .atelier-journal-side .latest-post figure,
body.work-atelier.atelier-legacy .latest-post figure {
  width: 84px;
  height: 68px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

body.work-atelier.atelier-page .atelier-journal-side .latest-post img,
body.work-atelier.atelier-legacy .latest-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.work-atelier.atelier-page .atelier-journal-side .tag-cloud a,
body.work-atelier.atelier-legacy .tag-cloud a {
  display: inline-flex;
  margin: 0 8px 8px 0;
  padding: 9px 13px;
  border: 1px solid rgba(24, 20, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(24, 20, 17, 0.72) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.work-atelier.atelier-page .atelier-journal-side .tag-cloud a:hover,
body.work-atelier.atelier-legacy .tag-cloud a:hover {
  color: #120f0d !important;
  border-color: rgba(255, 33, 79, 0.16);
}

body.work-atelier.atelier-page .atelier-journal-side .search-button,
body.work-atelier.atelier-legacy .search-button {
  color: rgba(24, 20, 17, 0.56);
}

body.work-atelier.atelier-legacy {
  background:
    radial-gradient(760px 320px at 100% 0%, rgba(255, 214, 221, 0.14), transparent 58%),
    radial-gradient(720px 320px at 0% 18%, rgba(212, 228, 255, 0.16), transparent 58%),
    var(--atelier-bg);
}

body.work-atelier.atelier-legacy .atelier-legacy-hero {
  position: relative;
  overflow: hidden;
  padding-top: 154px !important;
  padding-bottom: 56px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)),
    radial-gradient(780px 320px at 98% 0%, rgba(255, 33, 79, 0.1), transparent 65%),
    radial-gradient(760px 320px at 0% 100%, rgba(90, 129, 234, 0.1), transparent 68%),
    var(--atelier-bg-strong) !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 20, 17, 0.14), transparent);
}

body.work-atelier.atelier-legacy .atelier-legacy-hero .opacity-medium.bg-extra-dark-gray {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.5)) !important;
  opacity: 1 !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-hero .container,
body.work-atelier.atelier-legacy .atelier-legacy-feed .container,
body.work-atelier.atelier-legacy .atelier-legacy-post .container,
body.work-atelier.atelier-legacy .atelier-legacy-search .container {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 3rem));
  max-width: none;
}

body.work-atelier.atelier-legacy .atelier-legacy-hero h1,
body.work-atelier.atelier-legacy .atelier-legacy-hero .page-title-large h1,
body.work-atelier.atelier-legacy .atelier-legacy-hero .page-title-small h1 {
  margin-bottom: 12px;
  color: #120f0d !important;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

body.work-atelier.atelier-legacy .atelier-legacy-hero span,
body.work-atelier.atelier-legacy .atelier-legacy-hero li,
body.work-atelier.atelier-legacy .atelier-legacy-hero a {
  color: rgba(24, 20, 17, 0.58) !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-feed,
body.work-atelier.atelier-legacy .atelier-legacy-post,
body.work-atelier.atelier-legacy .atelier-legacy-search {
  padding: 36px 0 54px;
  background: transparent !important;
}

body.work-atelier.atelier-legacy .blog-post-content,
body.work-atelier.atelier-legacy .blog-post {
  margin-bottom: 18px !important;
}

body.work-atelier.atelier-legacy .blog-post-images,
body.work-atelier.atelier-legacy .blog-image {
  border-radius: 24px;
  overflow: hidden;
}

body.work-atelier.atelier-legacy .blog-post-images img,
body.work-atelier.atelier-legacy .blog-image img,
body.work-atelier.atelier-legacy article .swiper img,
body.work-atelier.atelier-legacy article > img,
body.work-atelier.atelier-legacy article figure img {
  width: 100%;
  object-fit: cover;
}

body.work-atelier.atelier-legacy .blog-categories {
  top: 20px;
  left: 20px;
  border: 1px solid rgba(24, 20, 17, 0.08);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 14px 24px rgba(34, 24, 14, 0.08);
}

body.work-atelier.atelier-legacy .blog-categories a,
body.work-atelier.atelier-legacy .post-author,
body.work-atelier.atelier-legacy .text-medium-gray {
  color: rgba(24, 20, 17, 0.56) !important;
}

body.work-atelier.atelier-legacy .post-details,
body.work-atelier.atelier-legacy .blog-text,
body.work-atelier.atelier-legacy .content {
  background: transparent !important;
}

body.work-atelier.atelier-legacy .post-details,
body.work-atelier.atelier-legacy .content,
body.work-atelier.atelier-legacy .blog-details-text,
body.work-atelier.atelier-page .atelier-journal-side {
  color: var(--atelier-text-soft);
}

body.work-atelier.atelier-legacy .post-title,
body.work-atelier.atelier-legacy .blog-text a.text-extra-dark-gray,
body.work-atelier.atelier-legacy .blog-details-text h2,
body.work-atelier.atelier-legacy .blog-details-text h3,
body.work-atelier.atelier-legacy .blog-details-text h4,
body.work-atelier.atelier-legacy .blog-details-text h5,
body.work-atelier.atelier-legacy .blog-details-text h6,
body.work-atelier.atelier-legacy .blog-nav-link a {
  color: #120f0d !important;
}

body.work-atelier.atelier-legacy .separator-line-horrizontal-full,
body.work-atelier.atelier-legacy .divider-full {
  background: rgba(24, 20, 17, 0.1) !important;
}

body.work-atelier.atelier-legacy .pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  border: 1px solid rgba(24, 20, 17, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--atelier-shadow);
}

body.work-atelier.atelier-legacy .pagination li a {
  border-radius: 999px;
  color: rgba(24, 20, 17, 0.66);
}

body.work-atelier.atelier-legacy .pagination li.active a,
body.work-atelier.atelier-legacy .pagination li a:hover {
  background: #120f0d;
  color: #fff !important;
}

body.work-atelier.atelier-legacy article.right-sidebar,
body.work-atelier.atelier-legacy .atelier-legacy-post aside {
  display: grid;
  gap: 18px;
}

body.work-atelier.atelier-legacy article.right-sidebar > .col-12,
body.work-atelier.atelier-legacy .atelier-legacy-post .blog-details-text,
body.work-atelier.atelier-legacy .atelier-legacy-post .blog-post.blog-post-style1 {
  padding: 26px 28px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .blog-post-content {
  padding: 16px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .blog-post-content .blog-image img,
body.work-atelier.atelier-legacy .atelier-legacy-post .swiper {
  border-radius: 20px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .blog-details-text p,
body.work-atelier.atelier-legacy .atelier-legacy-post .blog-details-text li,
body.work-atelier.atelier-legacy .atelier-legacy-post .blog-details-text figcaption {
  color: var(--atelier-text-soft);
  line-height: 1.82;
}

body.work-atelier.atelier-legacy .atelier-legacy-post blockquote {
  margin: 34px 0;
  padding: 28px 32px;
  border-left: 3px solid var(--base-color);
  border-radius: 0 24px 24px 0;
  background: rgba(255, 247, 242, 0.92);
  color: #120f0d;
  box-shadow: 0 16px 32px rgba(34, 24, 14, 0.06);
}

body.work-atelier.atelier-legacy .atelier-legacy-post .first-letter-block {
  border-radius: 16px;
  background: #120f0d !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .social-icon-style-6 ul,
body.work-atelier.atelier-legacy .social-icon-style-1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .social-icon-style-6 a,
body.work-atelier.atelier-legacy .social-icon-style-1 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(24, 20, 17, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #120f0d !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .likes-count {
  width: auto !important;
  padding: 0 12px;
  gap: 8px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .blog-classic .blog-post {
  height: 100%;
  padding: 18px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .blog-post-style1 .blog-post-images {
  margin-bottom: 18px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post aside > div {
  padding: 24px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post aside img,
body.work-atelier.atelier-legacy .atelier-legacy-post .latest-post img {
  border-radius: 18px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .bg-deep-pink {
  background:
    linear-gradient(135deg, rgba(255, 245, 239, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(320px 140px at 100% 0%, rgba(255, 33, 79, 0.16), transparent 70%) !important;
  color: #120f0d !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .comments-area > ul > li,
body.work-atelier.atelier-legacy .atelier-legacy-post #comments-form {
  padding: 24px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .comments-area > ul > li + li {
  margin-top: 16px;
}

body.work-atelier.atelier-legacy .atelier-legacy-post .btn-reply {
  color: rgba(24, 20, 17, 0.58) !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-search #search-results-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-search #search-results-list > .blog-post-content {
  padding: 26px 28px;
}

body.work-atelier.atelier-legacy .atelier-legacy-search #search-results-list .blog-image {
  margin-right: 0 !important;
}

body.work-atelier.atelier-legacy .atelier-legacy-search #search-results-list .content {
  margin-bottom: 18px !important;
}

@media (max-width: 1100px) {
  body.work-atelier.atelier-page .atelier-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.work-atelier.atelier-page .atelier-contact-cards,
  body.work-atelier.atelier-page .atelier-journal-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.work-atelier.atelier-page .atelier-page-main,
  body.work-atelier.atelier-legacy .atelier-legacy-feed,
  body.work-atelier.atelier-legacy .atelier-legacy-post,
  body.work-atelier.atelier-legacy .atelier-legacy-search {
    padding-top: 26px;
    padding-bottom: 32px;
  }

  body.work-atelier.atelier-page .atelier-hero,
  body.work-atelier.atelier-legacy .atelier-legacy-hero {
    padding-top: 136px !important;
    padding-bottom: 44px !important;
  }

  body.work-atelier.atelier-page .atelier-panel,
  body.work-atelier.atelier-legacy .blog-post,
  body.work-atelier.atelier-legacy .blog-post-content,
  body.work-atelier.atelier-legacy article.right-sidebar > .col-12,
  body.work-atelier.atelier-legacy aside > div,
  body.work-atelier.atelier-legacy #comments-form,
  body.work-atelier.atelier-legacy .comments-area > ul > li {
    border-radius: 22px;
  }

  body.work-atelier.atelier-page .atelier-panel,
  body.work-atelier.atelier-legacy .atelier-legacy-post .blog-details-text,
  body.work-atelier.atelier-legacy article.right-sidebar > .col-12,
  body.work-atelier.atelier-legacy aside > div,
  body.work-atelier.atelier-legacy #comments-form,
  body.work-atelier.atelier-legacy .comments-area > ul > li,
  body.work-atelier.atelier-legacy .atelier-legacy-search #search-results-list > .blog-post-content {
    padding: 18px;
  }

  body.work-atelier.atelier-page .atelier-grid-2,
  body.work-atelier.atelier-page .atelier-grid-3,
  body.work-atelier.atelier-page .atelier-contact-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.work-atelier.atelier-page #blog-post-list .content,
  body.work-atelier.atelier-page #blog-post-list .author,
  body.work-atelier.atelier-legacy .atelier-legacy-post .blog-post-content {
    padding: 14px !important;
  }

  body.work-atelier.atelier-legacy .atelier-legacy-hero .container,
  body.work-atelier.atelier-legacy .atelier-legacy-feed .container,
  body.work-atelier.atelier-legacy .atelier-legacy-post .container,
  body.work-atelier.atelier-legacy .atelier-legacy-search .container {
    width: calc(100% - 1.4rem);
  }

  body.work-atelier.atelier-legacy .blog-post-images,
  body.work-atelier.atelier-legacy .blog-image {
    margin-bottom: 14px;
  }
}

/* SEGMENT Visual System - typography, spacing, colors (load last) */
@import url("segment-visual-system.css");
