/* ABOUT */
.about-page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-page .container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-hero {
    text-align: center;
    padding: 60px 0 40px;
}

.about-logo img {
    width: 100%;
    max-width: 250px;
    margin: 40px auto;
}

.about-title {
    font-size: clamp(5rem, 10vw, 10rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.about-title span {
    display: block;
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: 2px;
    font-weight: 400;
    margin-top: 6px;
}

.about-slogan {
    font-size: clamp(1rem, 2vw, 3rem);
    color: black;
    font-weight: 700;
}

.about-desc {
    margin-top: 20px;
    text-align: justify;
}

.about-image {
    margin-top: 30px;
}

.about-vision {
    text-align: center;
    padding: 50px 0;
}

.about-vision h2 {
    color: black;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 4rem);
    margin: 24px 0 6px;
}

.about-vision p {
    margin: 0 auto;
    max-width: 520px;
}

.about-why {
    padding: 60px 0;
    text-align: center;
}

.about-why h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-desc {
    margin-bottom: 40px;
}

.why-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.why-item {
    text-align: left;
}

.why-number {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50% 50% 0 0;
    background: white;
    color: black;
    font-weight: bold;
}

.why-item h3 {
    font-weight: 700;
    margin: 10px 0 4px;
}

.about-team {
    padding: 50px 0;
}

.team-image {
    margin-bottom: 24px;
}

.about-contact {
    padding: 60px 0 80px;
    text-align: center;
}

.about-contact h2 {
    font-weight: 700;
    margin-bottom: 24px;
    font-size: clamp(2rem, 4vw, 4rem);
    color: black;
}

.contact-image {
    margin-bottom: 30px;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.contact-info li {
    margin-bottom: 8px;
}

.contact-note {
    line-height: 1.7;
}

/* B2B */
.b2b-page img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.b2b-page .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.b2b-page h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    color: black;
    margin-bottom: 12px;
}

.b2b-hero {
    padding: 100px 0 20px;
    text-align: center;
}

.b2b-hero img {
    border-radius: 6px;
}

.b2b-intro {
    padding: 30px 0;
    text-align: center;
}

.b2b-intro p {
    text-align: justify;
}

.b2b-intro h2 {
    margin-bottom: 14px;
}

.b2b-process {
    padding: 40px 0;
}

.b2b-process-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.process-item {
    background: #f6f8fb;
    padding: 20px 12px;
    border-radius: 8px;
    text-align: center;
}

.process-item img {
    width: 50px;
    margin: 0 auto 10px;
}

.process-item h3 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #339eff;
}

.process-item p {
    color: black;
}

.b2b-section {
    margin-top: 40px;
}

.b2b-card {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.b2b-card h3 {
    font-weight: 700;
    margin-bottom: 6px;
}

.b2b-card p {
    opacity: 0.9;
}

.b2b-card img {
    margin-top: 20px;
}

.b2b-portfolio-title {
    text-align: center;
    margin: 50px 0 10px;
}

.b2b-portfolio-title h2 {
    font-weight: 700;
}

.b2b-portfolio {
    padding: 20px 0 60px;
    background-color: white;
}

/* Commerce */
.page-template-commerce .site-header {
    background: #339eff;
}
.commerce-page {
    background: white;
}
.commerce-page img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.commerce-page .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.commerce-page h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    color: #339eff;
    margin-bottom: 12px;
}

.commerce-hero {
    padding: 100px 0 20px;
    text-align: center;
}

.commerce-hero img {
    border-radius: 6px;
}

.commerce-intro {
    padding: 30px 0;
    text-align: justify;
    color: black;
}

.commerce-intro p {
    text-align: justify;
}

.commerce-intro h2 {
    margin-bottom: 14px;
}

.commerce-portfolio {
    padding: 20px 0 60px;
    background-color: white;
}

.page-template-event .site-header {
    background: #339eff;
}

.page-template-influencer .site-header {
    background: #339eff;
}

.page-template-interior .site-header {
    background: #339eff;
}

.page-template-marketing .site-header {
    background: #339eff;
}