/* ========================================
   TECH CARAVAN Main Stylesheet
   ======================================== */

/* ========================================
   Front Page - Hero Section
   ======================================== */
.hero-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    overflow: hidden;
}

/* ========================================
   Services Pages
   ======================================== */

.services-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 140px 0 60px;
}

.services-hero-wrap {
    position: relative;
    width: 1196px;
    max-width: calc(100% - 30px);
    height: 287px;
    border-radius: 10px;
    overflow: hidden;
}

.services-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 12px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.services-archive-section {
    padding: 40px 0 120px;
}

.services-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-archive-card {
    border: 1px solid #000;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-archive-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.service-archive-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.service-archive-body {
    padding: 24px;
}

.service-archive-title {
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 20px;
    margin: 0 0 8px;
}

.service-archive-subtitle {
    font-size: 15px;
    margin: 0 0 16px;
    color: #555;
}

.service-archive-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 18px;
}

.service-archive-cta {
    font-weight: 700;
    font-size: 14px;
}

.service-archive-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-archive-empty {
    text-align: center;
    font-size: 16px;
    padding: 60px 0;
}

.services-archive-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.services-archive-pagination .page-numbers {
    display: inline-block;
    padding: 10px 14px;
    margin: 0 6px;
    border: 1px solid #000;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.services-archive-pagination .current {
    background: #000;
    color: #fff;
}

.service-detail-section {
    padding: 60px 0 120px;
}

.service-detail-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-detail-header {
    text-align: center;
    margin-bottom: 40px;
}

.service-detail-label {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff6632;
    margin-bottom: 12px;
}

.service-detail-title {
    font-size: 34px;
    font-family: 'YuGothic-Bold', sans-serif;
    margin: 0 0 12px;
}

.service-detail-subtitle {
    font-size: 18px;
    color: #555;
    margin: 0 0 16px;
}

.service-detail-intro {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 auto;
    max-width: 760px;
}

.service-detail-body {
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 60px;
}

.service-detail-body p {
    margin-bottom: 1.5em;
}

.service-section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.service-section-heading .heading-en {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ff6632;
}

.service-section-heading .heading-ja {
    font-size: 28px;
    font-family: 'YuGothic-Bold', sans-serif;
    margin: 0;
}

.service-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.service-choose-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    position: relative;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.service-choose-card::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6632;
}

.service-choose-title {
    font-size: 18px;
    font-family: 'YuGothic-Bold', sans-serif;
    margin: 0 0 12px 24px;
}

.service-choose-desc {
    font-size: 15px;
    line-height: 1.8;
    margin-left: 24px;
}

.service-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}

.service-pricing-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.service-pricing-card::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 102, 50, 0.12);
}

.service-pricing-card>* {
    position: relative;
    z-index: 1;
}

.service-pricing-tagline {
    font-size: 14px;
    color: #ff6632;
    margin: 0 0 8px;
}

.service-pricing-title {
    font-size: 20px;
    margin: 0 0 12px;
}

.service-pricing-price {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
}

.service-pricing-details {
    font-size: 14px;
    line-height: 1.8;
}

.service-pricing-note {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

.service-note-callout {
    margin: 40px auto 60px;
    max-width: 900px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 30px;
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff8f4;
}

.service-note-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.service-note-mascot img {
    width: 100px;
    height: auto;
}

.service-workflow-list {
    list-style: none;
    padding: 0;
    margin: 0 0 60px;
}

.service-workflow-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.service-workflow-item:first-child {
    border-top: 1px solid #ddd;
}

.workflow-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #fff;
}

.workflow-step-content h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.workflow-step-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}

.service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-faq-item {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.service-faq-question {
    font-size: 18px;
    font-family: 'YuGothic-Bold', sans-serif;
    margin: 0 0 12px;
}

.service-faq-answer {
    font-size: 14px;
    line-height: 1.8;
}

.service-pricing-section,
.service-workflow-section,
.service-faq-section {
    padding: 40px 0;
}

.service-workflow-section {
    background: linear-gradient(180deg, rgba(255, 241, 233, 0.6), transparent);
    border-radius: 30px;
    padding: 60px 30px;
}

.service-faq-section {
    background: #fff7f1;
    border-radius: 30px;
    padding: 60px 30px;
}

.service-anchor-section {
    padding: 0 0 40px;
}

.service-anchor-wrapper {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
}

.service-anchor-link {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-anchor-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.service-anchor-icon {
    font-size: 18px;
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: 120px 0 40px;
    }

    .services-hero-wrap {
        height: 220px;
    }

    .services-hero-title {
        font-size: 24px;
        letter-spacing: 6px;
    }

    .service-anchor-wrapper {
        grid-template-columns: 1fr;
    }

    .service-detail-title {
        font-size: 26px;
    }

    .service-workflow-item {
        flex-direction: column;
    }

    .service-note-callout {
        flex-direction: column;
        text-align: center;
    }
}

.hero-background {
    min-width: 1200px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 10px;
    background: lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hero-title {
    color: #000;
    font-family: "Covered By Your Grace";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
}

@media (max-width: 1199px) {
    .hero-background {
        min-width: 100%;
        width: 100%;
    }
}

/* Header */
.header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    font-family: 'Alfa Slab One', serif;
}

.nav {
    display: flex;
    gap: 40px;
}

.nav-item {
    text-decoration: none;
    text-align: center;
    transition: opacity 0.3s ease;
}

.nav-item:hover {
    opacity: 0.7;
}

.nav-item.has-dropdown:hover {
    opacity: 1;
}

/* ドロップダウンメニュースタイル */
.nav-item.has-dropdown {
    position: relative;
}

.nav-item.has-dropdown a {
    text-decoration: none;
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 222px;
    min-width: 200px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 0;
    margin-top: 0;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
}

.nav-item.has-dropdown:hover .nav-dropdown {
    display: block;
}

.nav-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-dropdown li {
    padding: 8px 15px;
}

.nav-dropdown li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.nav-dropdown li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ff6632;
    transition: width 0.3s ease;
    z-index: -1;
}

.nav-dropdown li:hover a::before {
    width: 100%;
}

.nav-dropdown li:hover a {
    color: #fff;
}

.nav-japanese {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 2px;
    text-align: right;
}

.nav-english {
    font-size: 20px;
    color: #000;
    font-family: 'Alfa Slab One', serif;
    text-align: right;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
}

.section-title {
    font-size: 30px;
    color: #000;
    font-family: 'Alfa Slab One', serif;
}

/* Service Section */
.service-section {
    padding: 48px 0 80px;
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    max-width: 892px;
    margin: 0 auto;
}

.service-card {
    display: block;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-card:visited {
    color: inherit;
}

.service-card:active {
    color: inherit;
}

.service-image {
    width: 100%;
    height: 114px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 18px;
    background: #fff;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
}

.service-title {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

.service-icon img {
    width: 22px;
    height: 22px;
}

.icon-circle {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 20px;
    height: 20px;
}

/* Service Archive Page */
.service-archive-section {
    padding-top: 60px;
    padding-bottom: 120px;
}

.services-grid--archive {
    max-width: 1206px;
    grid-template-columns: repeat(3, 1fr);
}

.no-posts-message {
    text-align: center;
    grid-column: 1 / -1;
    font-size: 15px;
    color: #000;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .services-grid--archive {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .services-grid--archive {
        grid-template-columns: 1fr;
    }
}

/* Works Section */
.works-section {
    padding: 80px 0;
    background: #f4f4f4;
}

/* ========================================
   Works Page Styles
   ======================================== */

.works-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 140px 0 60px;
}

.works-hero-wrap {
    position: relative;
    width: 1196px;
    max-width: calc(100% - 30px);
    height: 287px;
    border-radius: 10px;
    overflow: hidden;
}

.works-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.works-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.works-grid-section {
    padding: 40px 0 120px;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(2, 426px);
    gap: 64px 42px;
    justify-content: center;
    max-width: 902px;
    margin: 0 auto;
}

.work-card {
    display: flex;
    flex-direction: column;
}

.work-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.work-card-image {
    border-radius: 10px;
    overflow: hidden;
}

.work-card-image img {
    width: 426px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.work-card-title {
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 16px 0 6px;
}

.work-card-category {
    font-family: 'YuGothic-Medium', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.work-card--static {
    pointer-events: none;
}

.work-card-link:hover .work-card-image img,
.work-card-link:focus-visible .work-card-image img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .works-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 40px 24px;
        padding: 0 24px;
    }

    .work-card-image img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .works-hero-section {
        padding: 80px 0 20px;
    }

    .works-hero-wrap {
        height: 220px;
    }

    .works-hero-title {
        font-size: 24px;
        letter-spacing: 6px;
    }

    .footer {
        padding: 30px 0 30px;
    }
}

/* Works Detail Page */
.work-detail-section {
    padding: 60px 0 120px;
    background: #fff;
}

.work-detail-container {
    max-width: 1217px;
    margin: 0 auto;
    padding: 0 30px;
}

.work-detail-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.work-detail-main-image {
    width: 100%;
    height: auto;
    max-height: 714px;
    object-fit: cover;
    display: block;
}

.work-detail-header {
    margin-top: 24px;
}

.work-detail-title {
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #000;
}

.work-detail-category {
    font-family: 'YuGothic-Medium', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.work-detail-description {
    margin-top: 32px;
    font-family: 'YuGothic-Medium', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.work-detail-description p {
    margin-bottom: 1.5em;
}

.work-detail-meta {
    margin-top: 52px;
}

.work-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-detail-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 2px solid #000;
    font-family: 'YuGothic-Medium', sans-serif;
    font-size: 15px;
    color: #000;
}

.work-detail-item:first-child {
    border-top: 2px solid #000;
}

.work-detail-item::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff6632;
    border-radius: 50%;
    display: inline-block;
}

.work-detail-label {
    font-weight: 700;
    min-width: 110px;
}

.work-detail-value {
    flex: 1;
}

.work-detail-link {
    color: #000 !important;
    text-decoration: none;
}

.work-detail-link:hover {
    text-decoration: underline;
    color: #000 !important;
}

.work-detail-link:visited {
    color: #000 !important;
}

.work-detail-navigation {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.work-detail-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 233px;
    height: 45px;
    background: #ff6632;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 0 0 #0d0300;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.work-detail-back:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 0 #0d0300;
}

.work-detail-back:active {
    transform: translateY(4px);
    box-shadow: none;
}

.work-detail-back-text {
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.work-detail-back-icon {
    width: 20px;
    height: 20px;
    color: currentColor;
}

@media (max-width: 768px) {
    .work-detail-container {
        padding: 0 20px;
    }

    .work-detail-title {
        font-size: 22px;
    }

    .work-detail-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.portfolio-slider {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
}

.portfolio-slider-track {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.portfolio-card {
    background: #fff;
    border-radius: 10px;
    width: 880px;
    min-width: 880px;
    height: 330px;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.portfolio-card:visited {
    color: inherit;
}

.portfolio-card:active {
    color: inherit;
}

.portfolio-image {
    width: 466px;
    padding: 24px;
    display: flex;
    align-items: center;
}

.portfolio-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 1px solid #000;
    border-radius: 10px;
}

.portfolio-content {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-category {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-bottom: 16px;
}

.portfolio-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 24px;
}

.portfolio-description {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: 0px solid #000;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding: 0;
}

.slider-btn::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../images/arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.prev-btn::before {
    transform: rotate(180deg);
}

.prev-btn {
    left: calc(50% - 440px - 25px);
}

.next-btn {
    right: calc(50% - 440px - 25px);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 48px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #d9d9d9;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot:hover {
    background: #ff9977;
}

.dot.active {
    background: #ff6632;
}

/* Shops Section */
.shops-section {
    padding: 80px 0;
    background: #fff;
}

.shop-images-container {
    width: 100vw;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 64px;
}

.shop-images-slider {
    position: relative;
    width: 100%;
}

.shop-images-track {
    display: flex;
    padding: 20px 0;
    gap: 40px;
    animation: scroll 40s linear infinite;
}

.shop-image-slide {
    width: 372px;
    padding: 0;
    flex-shrink: 0;
}

.shop-img {
    width: 372px;
    height: 248px;
    border: 1px solid #000;
    border-radius: 10px;
    object-fit: cover;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * (372px + 40px) * 4));
    }
}

.shop-description {
    max-width: 420px;
    margin: 0 auto 32px;
    text-align: center;
}

.shop-description p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 2.3;
}

@media (max-width: 768px) {
    .shop-description {
        max-width: 100%;
    }

    .shop-description br {
        display: none;
    }
}

.mascot-section {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
}

.speech-bubble {
    background: #f4f4f4;
    border-radius: 100px;
    padding: 8px 16px;
    margin-right: 16px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 300px;
}

.speech-bubble span {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    animation: marquee 8s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.mascot {
    width: 83px;
    height: 116px;
}

@media (max-width: 768px) {
    .mascot-section {
        flex-direction: column;
        align-items: center;
    }

    .speech-bubble {
        margin-right: 0;
        margin-bottom: 0;
        margin-bottom: 16px;
    }
}

/* Company Section */
.company-section {
    padding: 80px 0;
    background: #fff;
}

.company-content-container {
    width: 100vw;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 64px;
}

.company-content-wrapper {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: flex-end;
    position: relative;
}

.company-image-area {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
}

.company-image {
    width: 775px;
    height: 386px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.company-text-area {
    width: 400px;
    flex-shrink: 0;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 6px;
}

.company-description {
    color: #000;
    font-family: YuGothic;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 233.333% */
    margin-bottom: 35px;
}

.company-catchphrase {
    color: #000;
    font-family: "Covered By Your Grace";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 50px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .company-content-container {
        margin-top: -20px;
    }

    .company-content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .company-text-area {
        order: -1;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .company-text-area .btn-primary {
        margin: 0 auto;
    }

    .company-image-area {
        width: 100%;
    }

    .company-image {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .company-image-area {
        position: relative;
    }

    .company-catchphrase {
        display: block;
        position: absolute;
        top: 75%;
        right: 20px;
        left: auto;
        transform: translateY(-50%);
        color: #fff;
        font-size: xx-large;
        text-align: left;
        white-space: pre-line;
        /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.contact-card {
    background: url('../../assets/images/bg.jpg') center/cover;
    border: 3px solid #ff6632;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
    max-width: 1206px;
    margin: 0 auto;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.contact-description {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin-bottom: 32px;
}

/* Buttons */
.btn-primary {
    background: #ff6632;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 0 0 #0d0300;
    text-decoration: none;
}

.btn-primary:hover {
    background: #e55529;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 0 #0d0300;
    color: #fff;
}

.btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 0 #0d0300;
    color: #fff;
}

.btn-primary:visited {
    color: #fff;
}

.btn-arrow {
    font-size: 20px;
}

.section-cta {
    text-align: center;
}

/* Footer */
.footer {
    background: #ff6632;
    color: #fff;
    padding: 30px 0 10px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.footer-left {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-logo {
    font-family: 'Alfa Slab One', serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 23px;
}

.footer-address {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 89px;
}

.tagline-badge {
    background: #fff;
    color: #000;
    border-radius: 100px;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.footer-company-logo {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 92px;
    height: 51px;
}

.footer-nav {
    display: flex;
    gap: 120px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    transition: opacity 0.3s ease;
}

.footer-column a:hover {
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-family: 'Alfa Slab One', serif;
    font-size: 15px;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100vh;
    background: transparent;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    clip-path: circle(0% at top right);
    transition: clip-path 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 20px;
    background-color: #fff;
}

.mobile-menu-overlay::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ff6632;
    border-radius: 10px;
    z-index: -1;
}

.mobile-menu-overlay.active {
    clip-path: circle(150% at top right);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px;
    position: relative;
    z-index: 1;
}

.mobile-menu-logo h1 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'Alfa Slab One', serif;
    margin: 0;
}

.mobile-menu-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.mobile-menu-close span {
    display: block;
    line-height: 0.8;
}

.mobile-menu-nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 0;
    position: relative;
    z-index: 1;
}

.mobile-menu-item {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    line-height: 40px;
    transition: opacity 0.2s ease;
    font-family: 'YuGothic-Bold', Helvetica;
}

.mobile-menu-item:hover {
    opacity: 0.8;
}

.mobile-menu-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.mobile-menu-tagline {
    background: #fff;
    border-radius: 100px;
    padding: 0px 8px;
    margin-bottom: 0;
    position: relative;
}

.mobile-menu-tagline span {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    font-family: 'YuGothic-Medium', Helvetica;
    line-height: 35px;
    white-space: nowrap;
}

.mobile-menu-character {
    width: 126px;
    height: 117px;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        height: 70vh;
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-background {
        min-width: 100%;
        width: 100%;
        height: 400px;
    }

    .hero-title {
        font-size: 48px;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    /* モバイルでハンバーガーメニューを表示 */
    .hamburger {
        display: flex;
    }

    /* デスクトップナビを非表示 */
    .nav {
        display: none;
    }

    .header .container {
        flex-direction: row;
        gap: 20px;
    }

    .nav-dropdown {
        position: static;
        width: 100%;
        max-width: 222px;
        margin: 10px auto;
        transform: none;
        left: auto;
    }

    .nav-dropdown::before,
    .nav-dropdown::after {
        display: none;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 15px;
    }

    .service-section,
    .works-section,
    .shops-section,
    .company-section,
    .contact-section {
        padding: 50px 0;
    }

    .section-header {
        margin-bottom: 35px;
    }

    .portfolio-slider-track {
        padding: 0 20px;
    }

    .portfolio-card {
        flex-direction: column;
        width: 90vw;
        min-width: 90vw;
        height: auto;
    }

    .portfolio-image {
        width: 100%;
        padding: 16px;
    }

    .portfolio-image img {
        height: 200px;
    }

    .portfolio-content {
        padding: 20px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }

    .shop-images {
        flex-direction: column;
        align-items: center;
    }

    .shop-img {
        width: 100% !important;
        max-width: 400px;
    }

    .company-card {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-nav {
        gap: 40px;
        flex-wrap: wrap;
    }

    .contact-card {
        padding: 40px 20px;
        height: auto;
        min-height: 260px;
    }

    .contact-description {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 10px 20px;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 50vh;
        padding-top: 60px;
    }

    .hero-background {
        min-width: 100%;
        width: 100%;
        height: 300px;
    }

    .hero-title {
        font-size: 24px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    .hero-subtitle {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .container {
        padding: 0 15px;
    }

    .service-section,
    .works-section,
    .shops-section,
    .company-section,
    .contact-section {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .section-header2 {
        margin-bottom: 30px;
    }

    .logo h1 {
        font-size: 24px;
    }

    .nav-item {
        font-size: 14px;
    }
}

/* ========================================
   Company Page - Refactored Styles
   BEM Methodology & Flexible Layout
   ======================================== */

/* Base Styles */
.company-page {
    width: 100%;
    background-color: #fff;
}

/* Section Header Component (Reusable) */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header__title {
    font-family: 'YuGothic-Bold', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin: 0 0 8px 0;
}

.section-header__subtitle {
    font-family: 'Alfa Slab One', Helvetica;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    margin: 0;
    letter-spacing: 0;
    line-height: normal;
}

/* Hero Section */
.company-hero {
    width: 100%;
    padding: 140px 20px 60px;
    display: flex;
    justify-content: center;
}

.company-hero__image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1216px;
    height: 260px;
    border-radius: 13px;
}

.company-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.company-hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'YuGothic-Bold', Helvetica;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 12px;
    line-height: 30px;
    white-space: nowrap;
    margin: 0;
}

/* Company Info Section */
.company-info {
    padding: 80px 20px;
    background-color: #fff;
}

.company-info__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
}

.company-info .section-header {
    flex-shrink: 0;
    text-align: left;
    margin-bottom: 0;
    padding-top: 5px;
}

.company-info__table {
    flex: 1;
    max-width: 770px;
}

.company-info__row {
    display: flex;
    gap: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
}

.company-info__row:first-child {
    padding-top: 0;
}

.company-info__row:last-child {
    border-bottom: none;
}

.company-info__label {
    flex-shrink: 0;
    width: 100px;
    font-family: 'YuGothic-Bold', Helvetica;
    font-weight: 700;
    font-size: 15px;
    color: #ff6632;
    line-height: 1.8;
}

.company-info__value {
    flex: 1;
    font-family: 'YuGothic-Medium', Helvetica;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

.company-info__value--business {
    line-height: 1.6;
}

.company-info__map-link {
    color: #000;
    text-decoration: underline;
    margin-left: 8px;
    transition: opacity 0.3s ease;
}

.company-info__map-link:hover {
    opacity: 0.7;
}

/* Members Section */
.company-members {
    padding: 80px 20px;
    background-color: #f4f4f4;
}

.company-members__container {
    max-width: 1200px;
    margin: 0 auto;
}

.company-members__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
    max-width: 1050px;
    margin: 0 auto 30px;
}

.company-members__decorations {
    display: flex;
    justify-content: center;
    gap: 440px;
    margin-top: -40px;
}

/* Member Card Component */
.member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.member-card__header {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 324px;
}

.member-card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member-card__image-wrapper {
    position: relative;
    width: 130px;
    height: 125px;
    flex-shrink: 0;
}

.member-card__badge {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 28px;
    height: 27px;
    z-index: 0;
}

.member-card__image {
    position: absolute;
    top: 0;
    left: 5px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
}

.member-card__role {
    font-family: 'YuGothic-Bold', Helvetica;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin: 0 0 8px 0;
    text-align: left;
    white-space: nowrap;
}

.member-card__name {
    font-family: 'YuGothic-Bold', Helvetica;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
    text-align: left;
}

.member-card__bio {
    font-family: 'YuGothic-Medium', Helvetica;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    line-height: 2.3;
    text-align: left;
    width: 100%;
    max-width: 324px;
    margin: 0;
}

/* Member Decoration Component */
.member-decoration {
    position: relative;
    width: 130px;
    height: 125px;
}

.member-decoration__badge {
    position: absolute;
    bottom: -5px;
    left: 6px;
    width: 28px;
    height: 27px;
    z-index: 2;
}

.member-decoration__image {
    position: absolute;
    top: 0;
    left: 5px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
}

/* Access Section */
.company-access {
    padding: 80px 20px;
    background-color: #fff;
}

.company-access__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.company-access__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.company-access__left .section-header {
    text-align: left;
    margin-bottom: 0;
}

.company-access__right {
    position: relative;
}

/* Access Info Component */
.access-info {
    font-style: normal;
}

.access-info__name {
    font-family: 'YuGothic-Bold', Helvetica;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0 0 16px 0;
}

.access-info__address {
    font-family: 'YuGothic-Medium', Helvetica;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 0 0 16px 0;
}

.access-info__details {
    font-family: 'YuGothic-Medium', Helvetica;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin: 0;
}

/* Map Wrapper Component */
.map-wrapper {
    position: relative;
    width: 100%;
    border: 3px solid #ff6632;
    border-radius: 13px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 457px;
    display: block;
    border-radius: 10px;
}

.map-wrapper__image {
    width: 100%;
    height: 457px;
    object-fit: cover;
    border-radius: 10px;
}

.map-wrapper__marker {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 101px;
    height: 116px;
}

/* Meeting Callout Section */
.company-meeting-callout {
    padding: 40px 20px 0px;
    background-color: #fff;
}

.company-meeting-callout__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.company-meeting-callout__marker {
    flex-shrink: 0;
}

.company-meeting-callout__marker img {
    width: 101px;
    height: 116px;
    display: block;
}

.company-meeting-callout__bubble {
    position: relative;
    display: flex;
    align-items: center;
}

/* Callout Bubble Component */
.callout-bubble__line {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 37px;
    height: 37px;
}

.callout-bubble__content {
    background-color: #f4f4f4;
    border-radius: 100px;
    padding: 8px 24px;
    overflow: hidden;
    max-width: 300px;
}

.callout-bubble__text {
    font-family: 'YuGothic-Medium', Helvetica;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    animation: marquee 8s linear infinite;
}

/* Gallery Slider Section */
.company-gallery-slider {
    width: 100vw;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 60px;
}

.company-gallery-slider__track {
    display: flex;
    gap: 40px;
    animation: scroll-gallery 40s linear infinite;
    width: fit-content;
}

.company-gallery-slider__slide {
    flex-shrink: 0;
    width: 372px;
    padding: 0;
}

.company-gallery-slider__slide--small {
    width: 372px;
}

.company-gallery-slider__slide--mid {
    width: 372px;
}

.company-gallery-slider__slide--wide {
    width: 372px;
}

.company-gallery-slider__slide--narrow {
    width: 372px;
}

.company-gallery-slider__image {
    width: 372px;
    height: 248px;
    border: 1px solid #000;
    border-radius: 10px;
    object-fit: cover;
}

@keyframes scroll-gallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * (372px + 40px) * 4));
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .company-members__decorations {
        gap: 200px;
    }

    .company-gallery-slider__slide,
    .company-gallery-slider__slide--wide,
    .company-gallery-slider__slide--mid,
    .company-gallery-slider__slide--small,
    .company-gallery-slider__slide--narrow {
        width: 320px;
    }

    .company-gallery-slider__image {
        width: 320px;
        height: 213px;
    }
}

@media (max-width: 768px) {
    .company-hero {
        padding: 80px 15px 20px;
    }

    .company-hero__image-wrapper {
        height: 150px;
        border-radius: 13px;
    }

    .company-hero__title {
        font-size: 24px;
        letter-spacing: 8px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-header__subtitle {
        font-size: 24px;
    }

    .company-info {
        padding: 20px 15px;
    }

    .company-info__container {
        flex-direction: column;
        gap: 40px;
    }

    .company-info .section-header {
        padding-top: 0;
    }

    .company-info__row {
        flex-direction: row;
        gap: 20px;
        padding: 15px 0;
    }

    .company-info__label {
        width: auto;
        min-width: 80px;
        flex-shrink: 0;
    }

    .company-members {
        padding: 30px 15px;
    }

    .company-members__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .company-members__decorations {
        display: none;
    }

    .company-access {
        padding: 30px 15px;
    }

    .company-access__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .map-wrapper__image {
        height: 300px;
    }

    .company-meeting-callout {
        padding: 0px 15px;
    }

    .company-meeting-callout__container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .company-meeting-callout__marker img {
        width: 80px;
        height: 92px;
    }

    .callout-bubble__line {
        position: absolute;
        left: 30px;
        top: 100%;
        transform: translateY(-50%) rotate(-90deg);
        width: 37px;
        height: 37px;
    }

    .company-gallery-slider__slide,
    .company-gallery-slider__slide--wide,
    .company-gallery-slider__slide--mid,
    .company-gallery-slider__slide--small,
    .company-gallery-slider__slide--narrow {
        width: 280px;
    }

    .company-gallery-slider__image {
        width: 280px;
        height: 187px;
    }
}

@media (max-width: 480px) {
    .company-hero__title {
        font-size: 18px;
        letter-spacing: 4px;
    }

    .section-header__subtitle {
        font-size: 20px;
    }

    .map-wrapper__image {
        height: 250px;
    }
}

/* ========================================
   Privacy Policy Page Styles
   ======================================== */

.privacy-policy-page {
    background: #fff;
    padding-bottom: 120px;
}

.privacy-policy-content {
    padding: 60px 20px;
}

.privacy-policy-container {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-policy-intro {
    margin-bottom: 48px;
    padding: 24px;
    background: #fff8f4;
    border-radius: 12px;
    border-left: 4px solid #ff6632;
}

.privacy-policy-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

.privacy-policy-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.privacy-policy-section:last-of-type {
    border-bottom: none;
}

.privacy-policy-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 20px;
}

.privacy-policy-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #ff6632;
    color: #fff;
    font-family: 'Alfa Slab One', serif;
    font-size: 18px;
    border-radius: 50%;
    flex-shrink: 0;
}

.privacy-policy-title {
    font-family: 'YuGothic-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.privacy-policy-body {
    padding-left: 64px;
}

.privacy-policy-body p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

.privacy-policy-body p:last-child {
    margin-bottom: 0;
}

.privacy-policy-body ul {
    margin: 16px 0 0;
    padding-left: 20px;
}

.privacy-policy-body li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.privacy-policy-body li:last-child {
    margin-bottom: 0;
}

.privacy-policy-body li::marker {
    color: #ff6632;
}

.privacy-policy-contact {
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

.privacy-policy-contact p {
    margin: 0 0 8px;
}

.privacy-policy-contact p:last-child {
    margin-bottom: 0;
}

.privacy-policy-contact a {
    color: #ff6632;
    text-decoration: none;
    font-weight: 600;
}

.privacy-policy-contact a:hover {
    text-decoration: underline;
}

.privacy-policy-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #000;
    text-align: right;
}

.privacy-policy-date {
    margin: 0 0 8px;
    font-size: 14px;
    color: #666;
}

.privacy-policy-company {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 40px 20px;
    }

    .privacy-policy-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .privacy-policy-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .privacy-policy-title {
        font-size: 18px;
    }

    .privacy-policy-body {
        padding-left: 0;
    }

    .privacy-policy-section {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .footer-company-logo {
        bottom: -384px;
    }
}