/*
Theme Name: SelfOn LLC
Theme URI: https://example.com/
Author: OpenAI Codex
Description: WordPress theme rebuilt from the current Archidex HTML set.
Version: 1.0.0
Text Domain: selfon-llc
*/

.archidex-wp-theme {
  background: #fff;
  --selfon-jp-font: "Inter", "Noto Sans JP",
    "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", "Meiryo", sans-serif;
}

.archidex-wp-theme .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.archidex-wp-theme .site-header .header-main {
  transition: background-color 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
}

.archidex-wp-theme .header-area-3 .main-menu > ul > li > a {
  color: #fff;
}

.archidex-wp-theme .header-area-3 .main-menu > ul > li > a:hover,
.archidex-wp-theme .header-area-3 .main-menu > ul > li > a[aria-current="page"] {
  color: #fff;
}

.archidex-wp-theme .header-area-3 .bar-icon span {
  background-color: #fff;
}

.archidex-wp-theme .site-header.selfon-header-scrolled {
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}

.archidex-wp-theme .site-header.selfon-header-scrolled .header-main {
  border-bottom-color: rgba(17, 17, 17, 0.08);
}

.archidex-wp-theme .site-header.selfon-header-scrolled .main-menu > ul > li > a {
  color: #111;
}

.archidex-wp-theme .site-header.selfon-header-scrolled .main-menu > ul > li:hover > a,
.archidex-wp-theme .site-header.selfon-header-scrolled .main-menu > ul > li > a[aria-current="page"] {
  color: #111;
}

.archidex-wp-theme .site-header.selfon-header-scrolled .bar-icon span {
  background-color: #111;
}

.archidex-wp-theme .site-header.selfon-header-scrolled .header__logo img {
  filter: brightness(0) saturate(100%);
}

.archidex-wp-theme main + .footer,
.archidex-wp-theme main + .footer-10 {
  margin-top: 64px;
}

.archidex-wp-theme .footer__inner {
  margin-top: 0;
}

.archidex-wp-theme .footer .footer-widget-box .title {
  margin-bottom: 18px;
}

.archidex-wp-theme .footer .footer-widget-box {
  padding-top: 28px;
  padding-bottom: 24px;
}

.archidex-wp-theme .footer .footer-widget-box .footer-nav-list,
.archidex-wp-theme .footer .footer-widget-box .footer-location {
  margin-top: 0;
}

.archidex-wp-theme .footer .footer-widget-box .copyright-text {
  margin-top: 0;
}

.archidex-wp-theme .footer-10 .footer-widget-box .copyright-text {
  margin-top: 72px;
}

.archidex-wp-theme .footer-10 .footer-widget-box .footer-nav-list,
.archidex-wp-theme .footer-10 .footer-widget-box .footer-location {
  margin-top: 28px;
}

.archidex-wp-theme .header__logo .selfon-logo {
  display: block;
}

.archidex-wp-theme .header-area-12 .header__navicon {
  margin-left: auto;
}

.archidex-wp-theme .mobile-menu.mean-container a.meanmenu-reveal {
  display: block !important;
}

.archidex-wp-theme .header-area-3 .header__logo img {
  max-width: 156px;
}

.archidex-wp-theme .offset-logo {
  width: 152px;
}

.archidex-wp-theme .breadcrumb {
  min-height: 420px;
}

.archidex-wp-theme .breadcrumb__bg img {
  height: 100%;
}

.archidex-wp-theme .index-hero-static {
  align-items: center;
  padding: 170px 0 120px;
}

.archidex-wp-theme .index-hero-static__inner {
  min-height: calc(100vh - 250px);
  align-items: center;
  justify-content: flex-start;
}

.archidex-wp-theme .index-hero-static__content {
  max-width: 980px;
}

.archidex-wp-theme .index-hero-static__title {
  max-width: none;
  white-space: nowrap;
}

.archidex-wp-theme .index-hero-static__desc {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.archidex-wp-theme .selfon-about-section .about-overview-9__wrap {
  gap: clamp(28px, 5vw, 88px);
  align-items: start;
  grid-template-columns: minmax(280px, 560px) minmax(0, 1fr);
}

.archidex-wp-theme .selfon-about-section .about-overview-9__content {
  gap: 0;
  max-width: none;
  padding-top: 0;
  margin-left: 0;
}

.archidex-wp-theme .selfon-about-section .about-overview-9__item {
  max-width: 760px;
}

.archidex-wp-theme .selfon-section-heading {
  margin-bottom: 46px;
}

.archidex-wp-theme .selfon-section-heading .sub-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

.archidex-wp-theme .selfon-section-heading .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--primary);
}

.archidex-wp-theme .selfon-section-heading .title {
  max-width: none;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  color: var(--primary);
  letter-spacing: -1.6px;
  font-family: var(--selfon-jp-font);
  font-style: normal;
}

.archidex-wp-theme .selfon-home-about__heading {
  margin-bottom: 34px;
}

.archidex-wp-theme .selfon-home-testimonial__heading,
.archidex-wp-theme .selfon-home-services__heading {
  margin-bottom: 54px;
}

.archidex-wp-theme .selfon-page-heading-section {
  padding-top: 96px;
}

.archidex-wp-theme .selfon-page-heading-section .selfon-section-heading,
.archidex-wp-theme .selfon-contact-heading {
  margin-bottom: 54px;
}

.archidex-wp-theme .selfon-service-businesses .projects-2__item .content .list {
  margin-top: 56px;
}

.archidex-wp-theme .selfon-about-section .about-overview-9__desc {
  max-width: 100%;
  margin: 0 0 18px;
  line-height: 1.85;
}

.archidex-wp-theme .selfon-about-section .about-overview-9__btn {
  margin-top: 30px;
}

.archidex-wp-theme .selfon-brand-story .container.rr-container-1650 {
  max-width: 1780px;
}

.archidex-wp-theme .selfon-brand-story .company-profile__heading {
  margin-bottom: 46px;
}

.archidex-wp-theme .selfon-brand-story .company-profile__heading .sub-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

.archidex-wp-theme .selfon-brand-story .company-profile__heading .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--primary);
}

.archidex-wp-theme .selfon-brand-story .company-profile__heading .title {
  max-width: none;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  color: var(--primary);
  letter-spacing: -1.6px;
  font-family: var(--selfon-jp-font);
  font-style: normal;
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper {
  gap: 50px 88px;
  margin-top: 0;
  margin-left: 0;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.15fr);
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .content {
  margin-top: 0;
}

.archidex-wp-theme .selfon-brand-story__copy {
  max-width: 100%;
  margin-right: 20px;
}

.archidex-wp-theme .selfon-brand-story__copy p {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.95;
  font-style: normal;
  color: var(--secondary);
  letter-spacing: 0;
  font-family: var(--selfon-jp-font);
  transform: none;
  writing-mode: horizontal-tb;
}

.archidex-wp-theme .selfon-brand-story__copy p:last-child {
  margin-bottom: 0;
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .content .author {
  margin-top: 36px;
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .content .author .name {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: var(--selfon-jp-font);
  font-style: normal;
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .content .author span {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: var(--selfon-jp-font);
  font-style: normal;
}

.archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .media .title {
  max-width: 100%;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--selfon-jp-font);
  font-style: normal;
  margin-top: 48px;
  margin-bottom: 0;
  text-wrap: pretty;
}

.archidex-wp-theme .company-profile .company-profile__inner {
  display: grid;
  gap: 50px 160px;
  padding-top: 96px;
  padding-left: 150px;
  grid-template-columns: 650px 1fr;
  border-bottom: 1px solid var(--border);
}

.archidex-wp-theme .company-profile .company-profile__inner.has--border {
  position: relative;
}

.archidex-wp-theme .company-profile .company-profile__inner.has--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px solid var(--border);
}

.archidex-wp-theme .company-profile .company-profile__content {
  padding-bottom: 70px;
}

.archidex-wp-theme .company-profile .company-profile__heading {
  margin-bottom: 46px;
}

.archidex-wp-theme .company-profile .company-profile__heading .sub-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.48px;
}

.archidex-wp-theme .company-profile .company-profile__heading .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--primary);
}

.archidex-wp-theme .company-profile .company-profile__heading .title {
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  color: var(--primary);
  letter-spacing: -1.6px;
  font-family: var(--font_bai);
}

.archidex-wp-theme .company-profile .award-box {
  display: grid;
  gap: 16px 28px;
  padding: 23px 0;
  align-items: start;
  border-top: 1px solid var(--border);
  grid-template-columns: 120px minmax(0, 1fr);
}

.archidex-wp-theme .company-profile .award-box:last-child {
  border-bottom: 1px solid var(--border);
}

.archidex-wp-theme .company-profile .award-box .category {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #777;
  letter-spacing: -0.48px;
}

.archidex-wp-theme .company-profile .award-box .award {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary);
  letter-spacing: -0.2px;
  font-family: var(--font_bai);
}

.archidex-wp-theme .company-profile .company-profile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archidex-wp-theme .selfon-blog-heading {
  margin-bottom: 72px;
}

.archidex-wp-theme .selfon-blog-heading .selfon-section-heading {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .archidex-wp-theme main + .footer,
  .archidex-wp-theme main + .footer-10 {
    margin-top: 40px;
  }

  .archidex-wp-theme .footer .footer-widget-box {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .archidex-wp-theme .breadcrumb {
    min-height: 360px;
  }

  .archidex-wp-theme .breadcrumb__content {
    padding-top: 150px;
    padding-bottom: 72px;
  }

  .archidex-wp-theme .selfon-page-heading-section {
    padding-top: 64px;
  }

  .archidex-wp-theme .selfon-about-section .about-overview-9__wrap {
    grid-template-columns: 1fr;
  }

  .archidex-wp-theme .selfon-about-section .about-overview-9__content {
    padding-top: 0;
  }

  .archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper {
    gap: 40px;
    margin-top: 0;
    grid-template-columns: 1fr;
  }

  .archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .content {
    margin-top: 0;
  }

  .archidex-wp-theme .selfon-brand-story__copy {
    margin-right: 0;
  }

  .archidex-wp-theme .selfon-blog-heading {
    margin-bottom: 42px;
  }

  .archidex-wp-theme .company-profile .company-profile__inner {
    gap: 40px;
    padding-top: 64px;
    padding-left: 40px;
    grid-template-columns: 1fr;
  }

  .archidex-wp-theme .company-profile .company-profile__inner.has--border::before {
    display: none;
  }

  .archidex-wp-theme .company-profile .company-profile__content {
    padding-bottom: 0;
  }

  .archidex-wp-theme .index-hero-static {
    padding: 150px 0 90px;
  }

  .archidex-wp-theme .index-hero-static__inner {
    min-height: auto;
  }

  .archidex-wp-theme .index-hero-static__title {
    white-space: normal;
  }

  .archidex-wp-theme .index-hero-static__desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .archidex-wp-theme .footer-10-wrapper {
    border-top: 0;
  }

  .archidex-wp-theme .footer-10 .footer-widget-box:not(:last-child) {
    border-right: 0;
  }

  .archidex-wp-theme .footer-10 .footer-widget-box .copyright-text {
    margin-top: 18px;
  }

  .archidex-wp-theme .footer-10 .footer-widget-box .footer-location {
    padding-bottom: 16px;
  }

  .archidex-wp-theme .breadcrumb {
    min-height: 340px;
  }

  .archidex-wp-theme .breadcrumb__content {
    padding-top: 145px;
    padding-bottom: 64px;
  }
}

@media (max-width: 575px) {
  .archidex-wp-theme .header-area-3 .header__logo img {
    max-width: 136px;
  }

  .archidex-wp-theme .offset-logo {
    width: 132px;
  }

  .archidex-wp-theme .breadcrumb {
    min-height: 320px;
  }

  .archidex-wp-theme .breadcrumb__content {
    padding-top: 136px;
    padding-bottom: 52px;
  }

  .archidex-wp-theme .selfon-section-heading .title {
    font-size: 28px;
    line-height: 30px;
  }

  .archidex-wp-theme .selfon-brand-story .company-profile__heading .title {
    font-size: 28px;
    line-height: 30px;
  }

  .archidex-wp-theme .selfon-brand-story__copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  .archidex-wp-theme .selfon-brand-story .about-us__inner .about-us__wrapper .about-us__box .media .title {
    font-size: 21px;
    line-height: 1.45;
  }

  .archidex-wp-theme .company-profile .company-profile__inner {
    padding-left: 10px;
  }

  .archidex-wp-theme .selfon-page-heading-section {
    padding-top: 48px;
  }

  .archidex-wp-theme .company-profile .award-box {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .archidex-wp-theme .company-profile .company-profile__heading .title {
    font-size: 28px;
    line-height: 30px;
  }

  .archidex-wp-theme .company-profile .award-box .award {
    font-size: 14px;
  }
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.blog__item .media img,
.blog-4__item .media img,
.blog-details__media img,
.blog-details__wrapper .media img,
.page-title-area img,
.breadcrumb__bg img {
  width: 100%;
  height: auto;
  display: block;
}

.blog__item .content .title a,
.blog-4__item .title a,
.post-navigation .text .title a {
  overflow-wrap: anywhere;
}

.blog-details__content > * + * {
  margin-top: 24px;
}

.blog-details__content .wp-block-image,
.blog-details__content figure,
.blog-details__content img {
  max-width: 100%;
  height: auto;
}

.blog-details__content ul,
.blog-details__content ol {
  padding-left: 20px;
}

.blog-details__content blockquote {
  margin: 32px 0;
}

.blog-empty-state {
  padding: 60px 0;
  font-size: 18px;
}

.contact-area-contact-page .contact-formfield textarea {
  width: 100%;
  min-height: 150px;
  border: none;
  outline: none;
  resize: vertical;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.5s;
  color: var(--primary);
  letter-spacing: -0.54px;
  background-color: transparent;
  border-bottom: 1px solid var(--primary);
}

.contact-area-contact-page .contact-formfield textarea::placeholder {
  color: var(--primary);
}

.contact-area-contact-page .contact-formfield textarea:focus {
  border-color: var(--primary);
}

.contact-note {
  margin-top: 18px;
  font-size: 14px;
  color: #777;
}

.default-page-template {
  padding: 160px 0 120px;
}

.default-page-template .entry-content > * + * {
  margin-top: 20px;
}

.selfon-blog-intro {
  padding: 36px 0 0;
}

.selfon-blog-intro__inner {
  max-width: 920px;
  padding-bottom: 0;
}

.selfon-blog-intro__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111;
}

.selfon-blog-intro__text {
  margin: 0;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: -0.03em;
  color: #333;
}

.selfon-blog-intro--detail {
  padding-bottom: 28px;
}

.archidex-wp-theme .blog-details .blog-details-info .meta {
  gap: 0;
  margin-bottom: 22px;
  padding: 0;
}

.archidex-wp-theme .blog-details .blog-details-info .meta li {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}

.archidex-wp-theme .blog-details .blog-details-info .meta li i {
  display: none;
}

.archidex-wp-theme .blog-4__inner .blog-4__meta-list {
  margin: 0 0 6px;
  padding: 0;
}

.archidex-wp-theme .blog-4__inner .blog-4__meta-list li {
  display: block;
  gap: 0;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.48px;
}

.archidex-wp-theme .blog-details .section-title-wrapper {
  display: inline-block;
  width: fit-content;
  max-width: 1110px;
  margin-bottom: 44px;
}

.archidex-wp-theme .blog-details .section-title-wrapper .section-title {
  display: inline-block;
  max-width: 1110px;
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -2.4px;
}

.archidex-wp-theme .blog-details__media {
  max-width: 1275px;
  margin: 0 auto 44px;
}

.archidex-wp-theme .blog-details__media img {
  max-height: 680px;
}

@media (max-width: 991px) {
  .selfon-blog-intro {
    padding: 24px 0 0;
  }

  .selfon-blog-intro__text {
    font-size: 20px;
  }

  .archidex-wp-theme .blog-details .blog-details-info .meta {
    margin-bottom: 18px;
  }

  .archidex-wp-theme .blog-details .section-title-wrapper {
    margin-bottom: 30px;
  }

  .archidex-wp-theme .blog-details .section-title-wrapper .section-title {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -1.2px;
  }

  .archidex-wp-theme .blog-details__media {
    margin-bottom: 30px;
  }

  .archidex-wp-theme .blog-details__media img {
    max-height: 460px;
  }
}

@media (max-width: 575px) {
  .archidex-wp-theme .blog-details .section-title-wrapper .section-title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
}
