.n6d-service-ads-v2 .n6d-entry-content {
  max-width: none;
}

.n6d-ads2 {
  --n6d-ink: #20221f;
  --n6d-muted: #686b64;
  --n6d-line: #d9dbd4;
  --n6d-paper: #f4f3ee;
  --n6d-accent: #7a6b4f;
  --n6d-dark: #171a17;
  --n6d-white: #fff;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  color: var(--n6d-ink);
  font-size: 17px;
  line-height: 1.64;
}

.n6d-ads2 *,
.n6d-ads2 *::before,
.n6d-ads2 *::after {
  box-sizing: border-box;
}

.n6d-ads2 h2,
.n6d-ads2 h3,
.n6d-ads2 p,
.n6d-ads2 dl,
.n6d-ads2 dd,
.n6d-ads2 figure {
  margin-top: 0;
}

.n6d-ads2 h2,
.n6d-ads2 h3 {
  color: inherit;
  letter-spacing: -.025em;
  text-transform: none;
}

.n6d-ads2 h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.8vw, 52px);
  font-weight: 560;
  line-height: 1.12;
  text-wrap: balance;
}

.n6d-ads2 h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.n6d-ads2 p {
  margin-bottom: 15px;
  text-wrap: pretty;
}

.n6d-ads2 a {
  color: inherit;
  text-decoration: none;
}

.n6d-ads2 a:focus-visible,
.n6d-ads2 summary:focus-visible {
  outline: 3px solid #b99658;
  outline-offset: 4px;
}

.n6d-ads2-kicker,
.n6d-ads2-heading > p:first-child,
.n6d-ads2-heading > div > p:first-child,
.n6d-ads2-project > div > p,
.n6d-ads2-cta > p:first-child {
  margin-bottom: 15px;
  color: var(--n6d-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.n6d-ads2-intro {
  max-width: 980px;
  padding: clamp(48px, 6vw, 78px) 0 40px;
}

.n6d-ads2-intro h2 {
  max-width: 960px;
  font-size: clamp(38px, 4.8vw, 66px);
}

.n6d-ads2-lead {
  max-width: 890px;
  color: #50534d;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.58;
}

.n6d-ads2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.n6d-ads2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 20px;
  border: 1px solid var(--n6d-dark);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
  line-height: 1.35;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.n6d-ads2-button--primary {
  background: var(--n6d-dark);
  color: var(--n6d-white) !important;
}

.n6d-ads2-button--ghost:hover,
.n6d-ads2-button--primary:hover {
  border-color: var(--n6d-accent);
  background: var(--n6d-accent);
  color: var(--n6d-white) !important;
}

.n6d-ads2-signals {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--n6d-line);
  border-bottom: 1px solid var(--n6d-line);
  grid-template-columns: repeat(3, 1fr);
}

.n6d-ads2-signals > div {
  padding: 20px 24px 22px 0;
}

.n6d-ads2-signals > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--n6d-line);
}

.n6d-ads2-signals dt {
  margin-bottom: 7px;
  color: var(--n6d-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.n6d-ads2-signals dd {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.n6d-ads2-jump {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 0;
  scrollbar-width: thin;
  white-space: nowrap;
}

.n6d-ads2-jump a {
  padding: 8px 13px;
  border: 1px solid var(--n6d-line);
  border-radius: 999px;
  color: #4f514c;
  font-size: 12px;
  font-weight: 650;
}

.n6d-ads2-jump a:hover {
  border-color: var(--n6d-dark);
  color: var(--n6d-dark);
}

.n6d-ads2-section {
  padding: clamp(52px, 6vw, 78px) 0;
  scroll-margin-top: 100px;
}

.n6d-ads2-section + .n6d-ads2-section {
  border-top: 1px solid var(--n6d-line);
}

.n6d-ads2-section--soft {
  margin-top: 18px;
  padding-right: clamp(22px, 4vw, 52px);
  padding-left: clamp(22px, 4vw, 52px);
  background: var(--n6d-paper);
}

.n6d-ads2-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.n6d-ads2-heading h2 {
  max-width: 900px;
  font-size: clamp(30px, 3.5vw, 46px);
}

.n6d-ads2-heading > p:not(:first-child),
.n6d-ads2-heading__aside,
.n6d-ads2-richtext {
  color: var(--n6d-muted);
}

.n6d-ads2-richtext p:last-child,
.n6d-ads2-heading > p:last-child,
.n6d-ads2-heading__aside:last-child {
  margin-bottom: 0;
}

.n6d-ads2-richtext p,
.n6d-ads2-heading > p:not(:first-child) {
  max-width: 78ch;
}

.n6d-ads2-heading--split {
  display: grid;
  max-width: none;
  align-items: start;
  gap: 44px;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
}

.n6d-ads2-heading--split h2 {
  margin-bottom: 0;
}

.n6d-ads2-grid {
  display: grid;
  gap: 14px;
}

.n6d-ads2-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.n6d-ads2-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.n6d-ads2-card {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--n6d-line);
  border-top: 3px solid #b9ad95;
  background: var(--n6d-white);
}

.n6d-ads2-card__number {
  display: inline-flex;
  min-width: 34px;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eee9df;
  color: #67583f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.n6d-ads2-card p {
  margin-bottom: 0;
  color: var(--n6d-muted);
  font-size: 15px;
}

.n6d-ads2-grid--scope .n6d-ads2-card {
  min-height: 0;
}

.n6d-ads2-visual {
  padding-top: 20px;
  border-top: 0 !important;
}

.n6d-ads2-media-grid {
  display: grid;
  gap: 18px;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.n6d-ads2-media {
  grid-column: auto;
}

.n6d-ads2-media--feature {
  grid-column: auto;
}

.n6d-ads2-media__frame {
  position: relative;
  overflow: hidden;
  background: #ecece8;
}

.n6d-ads2-media--feature .n6d-ads2-media__frame {
  aspect-ratio: auto;
}

.n6d-ads2-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.n6d-ads2-media figcaption {
  margin-top: 11px;
  color: var(--n6d-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.n6d-ads2-visual-note {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--n6d-muted);
  font-size: 12px;
  font-style: italic;
}

.n6d-ads2-section--dark {
  width: calc(100% + 48px);
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 0 !important;
  background: var(--n6d-dark);
  color: #f6f4ee;
}

.n6d-ads2-section--dark .n6d-ads2-heading > p:not(:first-child) {
  color: #b9bbb5;
}

.n6d-ads2-table-wrap {
  overflow-x: auto;
  border-top: 1px solid #424740;
  scrollbar-width: thin;
}

.n6d-ads2-table {
  width: 100%;
  min-width: 760px;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  color: inherit;
  text-align: left;
}

.n6d-ads2-table th,
.n6d-ads2-table td {
  padding: 16px 18px 16px 0;
  border: 0;
  border-bottom: 1px solid #343934;
  background: transparent;
  vertical-align: top;
}

.n6d-ads2-table thead th {
  color: #aeb1aa;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.n6d-ads2-table tbody th {
  width: 23%;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.n6d-ads2-table tbody td {
  width: 38.5%;
  color: #c9cbc5;
  font-size: 14px;
  line-height: 1.65;
}

.n6d-ads2-process {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--n6d-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.n6d-ads2-process li {
  display: grid;
  min-height: 0;
  gap: 20px;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--n6d-line);
  grid-template-columns: 40px 1fr;
}

.n6d-ads2-process li:nth-child(even) {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid var(--n6d-line);
}

.n6d-ads2-process li > span {
  color: var(--n6d-accent);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
}

.n6d-ads2-process p {
  margin-bottom: 0;
  color: var(--n6d-muted);
  font-size: 15px;
}

.n6d-ads2-budget .n6d-ads2-card {
  padding: 22px;
}

.n6d-ads2-budget .n6d-ads2-card__number {
  margin-bottom: 18px;
}

.n6d-ads2-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 3px solid var(--n6d-accent);
  background: var(--n6d-paper);
  color: var(--n6d-muted);
  font-size: 14px;
}

.n6d-ads2-note strong {
  color: var(--n6d-ink);
}

.n6d-ads2-project-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.n6d-ads2-project {
  overflow: hidden;
  border: 1px solid var(--n6d-line);
  background: var(--n6d-white);
}

.n6d-ads2-project__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ecece8;
}

.n6d-ads2-project__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.n6d-ads2-project:hover .n6d-ads2-project__image img {
  transform: scale(1.025);
}

.n6d-ads2-project > div {
  padding: 20px;
}

.n6d-ads2-project > div > p {
  margin-bottom: 10px;
  font-size: 10px;
}

.n6d-ads2-project h3 {
  min-height: 0;
  margin-bottom: 18px;
  font-size: 19px;
}

.n6d-ads2-project h3 a:hover,
.n6d-ads2-text-link:hover,
.n6d-ads2-all-projects:hover {
  color: var(--n6d-accent);
}

.n6d-ads2-text-link,
.n6d-ads2-all-projects {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.n6d-ads2-all-projects {
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.n6d-ads2-faq-list {
  border-top: 1px solid var(--n6d-line);
}

.n6d-ads2-faq details {
  border-bottom: 1px solid var(--n6d-line);
}

.n6d-ads2-faq summary {
  display: grid;
  cursor: pointer;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 650;
  list-style: none;
  grid-template-columns: 1fr 24px;
}

.n6d-ads2-faq summary::-webkit-details-marker {
  display: none;
}

.n6d-ads2-faq summary span {
  color: var(--n6d-accent);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  transition: transform .2s ease;
}

.n6d-ads2-faq details[open] summary span {
  transform: rotate(45deg);
}

.n6d-ads2-faq details p {
  max-width: 860px;
  margin: -4px 0 22px;
  color: var(--n6d-muted);
}

.n6d-ads2-cta {
  width: calc(100% + 48px);
  margin: 0 0 clamp(58px, 7vw, 90px) -24px;
  padding: clamp(48px, 6vw, 72px) 24px;
  background: var(--n6d-accent);
  color: #fff;
}

.n6d-ads2-cta h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4.5vw, 54px);
}

.n6d-ads2-cta > p:not(:first-child) {
  max-width: 760px;
  color: #f0ece4;
}

.n6d-ads2-cta > p:first-child {
  color: #f0e6d7;
}

.n6d-ads2-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--n6d-dark) !important;
}

.n6d-ads2-button--light:hover {
  border-color: var(--n6d-dark);
  background: var(--n6d-dark);
  color: #fff !important;
}

.n6d-ads2-button--line {
  border-color: rgba(255,255,255,.7);
  color: #fff !important;
}

.n6d-ads2-button--line:hover {
  border-color: #fff;
  background: #fff;
  color: var(--n6d-dark) !important;
}

.n6d-ads2-cta small {
  display: block;
  max-width: 900px;
  margin-top: 28px;
  color: #e4ddd2;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .n6d-ads2-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n6d-ads2-heading--split {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .n6d-ads2-heading__aside {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .n6d-ads2 {
    width: min(100% - 28px, 1180px);
    font-size: 16px;
  }

  .n6d-ads2-intro {
    padding-top: 42px;
  }

  .n6d-ads2-intro h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .n6d-ads2-actions,
  .n6d-ads2-button {
    width: 100%;
  }

  .n6d-ads2-signals {
    grid-template-columns: 1fr;
  }

  .n6d-ads2-signals > div,
  .n6d-ads2-signals > div + div {
    padding: 18px 0;
    border-left: 0;
  }

  .n6d-ads2-signals > div + div {
    border-top: 1px solid var(--n6d-line);
  }

  .n6d-ads2-section--soft {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .n6d-ads2-grid--3,
  .n6d-ads2-grid--4,
  .n6d-ads2-project-grid,
  .n6d-ads2-process {
    grid-template-columns: 1fr;
  }

  .n6d-ads2-card,
  .n6d-ads2-grid--scope .n6d-ads2-card {
    min-height: 0;
  }

  .n6d-ads2-card__number {
    margin-bottom: 28px;
  }

  .n6d-ads2-media,
  .n6d-ads2-media--feature {
    grid-column: 1 / -1;
  }

  .n6d-ads2-section--dark,
  .n6d-ads2-cta {
    width: calc(100% + 28px);
    margin-left: -14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .n6d-ads2-process li,
  .n6d-ads2-process li:nth-child(even) {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
  }

  .n6d-ads2-project h3 {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n6d-ads2 *,
  .n6d-ads2 *::before,
  .n6d-ads2 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
