/* ============================================================
   Responsive Styles – American Literary Publishers
   Breakpoints: 1399px | 1199px | 991px | 767px | 575px
   ============================================================ */

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

.table-responsive,
pre,
code {
    max-width: 100%;
    overflow-x: auto;
}

/* --- Laptop (≤1399px) – portfolio tabs 2 rows, centered --- */
@media (max-width: 1399.98px) {
    .portfolio-tabs {
        gap: 12px 14px;
        margin-bottom: 40px;
    }

    .portfolio-tabs .nav-link {
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width:1280px){
    .cta-box__content{    
    max-width: 50%;
    padding: 30px 33px 30px 20px;
}
.cta-box__title {    
    font-size: 25px;            
    margin-bottom: 3px;    
}
.process-card {
        padding: 20px 13px 31px;
}
}

/* --- Large Tablet (≤1199px) --- */
@media (max-width: 1199.98px) {
    .hero-banner {
        min-height: 680px;
        padding: 150px 0 90px;
    }

    .cta-box__content {
        padding: 36px 40px 28px 48px;
    }

    .cta-box__media img {
        height: 300px;
    }

    .services-section__grid {
        gap: 20px;
    }

    .services-section__grid .service-card {
        flex: 0 1 calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
        aspect-ratio: auto;
        min-height: 300px;
        height: auto;
    }

    .portfolio-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .story-collage {
        width: 100%;
        max-width: 100%;
    }

    .testimonial-slider-wrap {
        padding: 0 24px;
    }

    /* Contact */
    .hero-banner--contact {
        min-height: 440px;
        padding: 100px 0 65px;
    }

    .contact-section {
        padding: 75px 0 85px;
    }

    .contact-info__panel {
        padding: 36px 32px;
    }

    .consult-next {
        padding: 28px 32px;
    }
    .cta-box__content {
        padding: 12px 14px 12px 15px;
    }
    .cta-box__title {        
        white-space: normal;
    }
}

/* --- Tablet (≤991px) --- */
@media (max-width: 991.98px) {
    html,
    body {
        overflow-x: clip;
    }

    /* About Us – Mission & Vision */
    .about-mv {
        padding: 60px 0;
    }

    .about-mv__content {
        margin-top: 30px;
    }

    /* Contact */
    .contact-section {
        padding: 60px 0 70px;
    }

    .contact-section__header {
        margin-bottom: 40px;
    }

    .contact-section__desc {
        font-size: 15px;
    }

    .hero-banner--contact {
        min-height: 400px;
        padding: 90px 0 55px;
    }

    .contact-info {
        height: auto;
    }

    .contact-info__panel {
        padding: 32px 28px;
    }

    /* Service Hero */
    .service-hero {
        padding: 120px 0 70px;
        background-position: center top;
    }

    .service-hero__overlay {
        background: linear-gradient(180deg, rgba(255, 253, 250, 0.96) 0%, rgba(255, 253, 250, 0.9) 55%, rgba(255, 253, 250, 0.82) 100%);
    }

    .service-hero__content {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .service-hero__list {
        display: inline-block;
        text-align: left;
    }

    .service-hero__actions {
        justify-content: center;
    }

    .service-hero__form-box {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Ghostwriting Problem */
    .gw-problem {
        padding: 60px 0;
    }

    .gw-problem__content {
        max-width: 100%;
    }

    .gw-problem__media {
        margin-bottom: 28px;
    }

    .gw-problem__image {
        max-width: 100%;
        margin: 0 auto;
    }

    .pub-cat {
        padding: 60px 0;
    }

    .pub-cat__title-main,
    .pub-cat__title-script {
        display: block;
    }

    .pub-cat__title-script {
        margin-left: 0;
        margin-top: 6px;
    }

    .pub-cat__tabs-wrap {
        margin-bottom: 36px;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px;
    }

    .pub-cat__tabs {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 6px;
    }

    .pub-cat__tabs::-webkit-scrollbar {
        display: none;
    }

    .pub-cat__tabs .nav-item {
        flex-shrink: 0;
    }

    .pub-cat__media {
        margin-top: 28px;
    }

    .pub-cat__media img {
        max-width: 100%;
        margin: 0 auto;
    }

    .pub-cat__actions {
        flex-direction: column;
    }

    .faq-section {
        padding: 60px 0;
    }

    .faq-section__intro {
        text-align: center;
        margin-bottom: 32px;
    }

    .faq-section__media {
        max-width: 420px;
        margin: 0 auto;
    }

    .process-page-intro {
        padding: 55px 0 15px;
    }

    .process-detail {
        padding: 60px 0 70px;
    }

    .process-detail__item {
        padding: 24px 22px 22px;
    }

    .process-detail__title {
        font-size: 17px;
    }

    .process-detail__desc {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .process-detail__list {
        gap: 10px;
    }

    .process-detail__list li {
        padding: 11px 12px;
    }

    .faq-page {
        padding: 60px 0 70px;
    }

    .faq-page__sidebar {
        position: static;
        margin-bottom: 28px;
    }

    .legal-page {
        padding: 60px 0 70px;
    }

    .legal-page__sidebar {
        position: static;
        margin-bottom: 28px;
    }

    .legal-page__link-btn {
        width: 100%;
        justify-content: center;
    }

    .gw-snipe {
        padding: 60px 0;
    }

    .gw-snipe__content {
        max-width: 100%;
    }

    .gw-snipe__media {
        margin-bottom: 28px;
    }

    .gw-snipe__image {
        max-width: 100%;
        margin: 0 auto;
    }

    .contact-form-box {
        margin-top: 0;
        height: auto;
    }

    .contact-form-box .consult-form-box__title {
        font-size: 20px;
    }

    .contact-features {
        margin-top: 36px;
    }

    /* About Us – Commitment */
    .commitment-section {
        padding: 60px 0 65px;
    }

    .commitment-section__title {
        margin-bottom: 36px;
    }

    .commitment-section__title::after {
        margin-top: 18px;
    }

    /* About Us – Shared Journey */
    .journey-section {
        padding: 55px 0;
    }

    .journey-section__content {
        padding: 0 0 30px;
    }

    .journey-section__inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px;
        text-align: center;
    }

    .journey-slider {
        padding: 0;
    }

    .journey-slider .slick-list {
        overflow: hidden;
    }

    .journey-slide img {
        height: 300px;
    }

    /* Header */
    .site-header .navbar {
        padding: 18px 0;
    }

    .header-logo {
        width: 170px;
    }

    .site-header .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 16px;
        padding: 20px;
        margin-top: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    }

    .site-header .navbar-nav {
        gap: 0;
        margin-bottom: 16px;
        align-items: stretch;
        width: 100%;
    }

    .site-header .nav-item {
        width: 100%;
    }

    .site-header .nav-link {
        padding: 12px 0 !important;
        width: 100%;
        display: block;
        text-align: left;
    }

    .site-header .dropdown {
        width: 100%;
    }

    .site-header .dropdown-menu {
        position: static !important;
        transform: none !important;
        float: none;
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 4px 0 8px;
        margin: 0;
        background: transparent;
        display: none;
        max-height: 220px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 38, 100, 0.35) transparent;
    }

    .site-header .dropdown-menu.show {
        display: block;
    }

    .site-header .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    .site-header .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 38, 100, 0.35);
        border-radius: 5px;
    }

    .site-header .dropdown-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .site-header .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 0 10px 16px;
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
        white-space: normal;
        border-radius: 0;
        background: transparent;
        color: var(--header-text);
        border-left: 2px solid #e5e7eb;
    }

    .site-header .dropdown-menu .dropdown-item:hover,
    .site-header .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        color: var(--brand-red);
        border-left-color: var(--brand-red);
    }

    .header-cta {
        width: 100%;
        justify-content: center;
    }

    /* Hero */
    .hero-banner {
        min-height: 620px;
        padding: 140px 0 80px;
        background-position: center center;
    }

    .hero-banner__desc {
        font-size: 16px;
    }

    /* Stats */
    .stats-col:nth-child(2) .stats-item::after,
    .stats-col:nth-child(4) .stats-item::after {
        display: none;
    }

    .stats-item {
        padding: 28px 16px;
    }

    /* CTA */
    .cta-box__inner {
        flex-direction: column;
        min-height: auto;
    }

    .cta-box__content {
        flex: none;
        max-width: 100%;
        padding: 40px 32px 24px;
    }

    .cta-box__title,
    .cta-box__desc {
        max-width: 100%;
    }

    .cta-box__title {
        white-space: normal;
        font-size: 23px;
    }

    .cta-box__media {
        width: 100%;
        justify-content: center;
        padding: 0 24px 32px;
    }

    .cta-box__media img {
        width: 100%;
        height: auto;
        min-height: auto;
        max-width: 420px;
        transform: none;
        object-fit: contain;
        margin-right: 0;
    }

    /* Services */
    .services-section {
        padding: 70px 0 110px;
    }

    .services-section__header {
        margin-bottom: 40px;
    }

    .services-section__title-main,
    .services-section__title-script {
        white-space: normal;
    }

    .services-section__grid {
        gap: 20px;
    }

    .services-section__grid .service-card {
        flex: 0 1 calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        aspect-ratio: auto;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .service-card__desc {
        overflow: visible;
        flex: 0 1 auto;
    }

    /* Portfolio */
    .portfolio-section {
        padding: 70px 0 80px;
    }

    .portfolio-section__title {
        flex-wrap: wrap;
        justify-content: center;
    }

    .portfolio-section__title-main,
    .portfolio-section__title-script {
        white-space: normal;
    }

    .portfolio-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .portfolio-tabs {
        gap: 10px 12px;
        justify-content: center;
    }

    .portfolio-tabs .nav-link {
        padding: 11px 16px;
        font-size: 14px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    /* Story */
    .story-section {
        padding: 70px 0 80px;
    }

    .story-stat {
        margin-bottom: 16px;
    }

    .story-collage {
        width: 100%;
        max-width: 100%;
    }

    /* Red / Process / Testimonials */
    .red-section {
        padding: 70px 0 80px;
        background-size: cover;
    }

    .process-card--2,
    .process-card--3,
    .process-card--4 {
        margin-top: 0;
    }

    .process-card {
        min-height: auto;
        height: 100%;
        margin-top: 0 !important;
    }

    .process-card--1::before,
    .process-card--2::before,
    .process-card--3::before {
        display: none;
    }

    .process-steps {
        overflow: hidden;
    }

    .process-steps__grid {
        row-gap: 16px;
    }

    .testimonial-slider-wrap {
        width: 100%;
        left: auto;
        transform: none;
        padding: 0 20px;
    }

    .testimonials-block__title {
        flex-wrap: wrap;
        white-space: normal;
        justify-content: center;
    }

    .testimonials-block__title-main,
    .testimonials-block__title-script {
        white-space: normal;
    }

    /* Consult */
    .consult-section {
        padding: 80px 0 90px;
    }

    .consult-section__header {
        margin-bottom: 48px;
    }

    .consult-form-box {
        margin-top: 8px;
    }

    /* Footer */
    .site-footer {
        padding-top: 48px;
    }

    .footer-newsletter {
        padding-bottom: 36px;
    }

    .footer-newsletter__form {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer-newsletter__input {
        max-width: 100%;
        flex: 1 1 220px;
    }

    .footer-newsletter__btn {
        flex: 0 0 auto;
    }

    .footer-main {
        padding: 36px 0;
    }

    .footer-services {
        padding: 32px 0 36px;
    }

    .footer-services__heading {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-bottom__links {
        justify-content: flex-start;
    }
    .cta-box__media img {
        
        max-width: 650px;
        
    }
    .story-stat {
        margin-bottom: 0px;
        position: absolute;
        top: 55px;
        left: 39px;
    }
    .testimonial-card__text {        
        font-size: 17px;
        line-height: 23px;       
    }
}

/* --- Mobile (≤767px) --- */
@media (max-width: 767.98px) {
    /* Contact */
    .contact-section {
        padding: 45px 0 55px;
    }

    .contact-section__header {
        margin-bottom: 32px;
    }

    .contact-section__eyebrow {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .contact-section__title-main {
        font-size: clamp(24px, 5vw, 32px);
    }

    .contact-section__title-script {
        font-size: clamp(32px, 8vw, 44px);
    }

    .contact-section__desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .hero-banner--contact {
        min-height: auto;
        padding: 78px 0 44px;
        background-position: center center;
    }

    .hero-banner--contact .hero-banner__desc {
        font-size: 15px;
        line-height: 1.65;
        max-width: 100%;
    }

    .contact-info__panel {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .contact-info__title {
        font-size: 22px;
    }

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

    .contact-info__item {
        padding: 14px;
        gap: 14px;
    }

    .contact-info__item:hover {
        transform: none;
    }

    .contact-info__icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
        border-radius: 10px;
    }

    .contact-info__value {
        font-size: 15px;
    }

    .contact-info__social-links {
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact-info__social-links a {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .contact-form-box {
        margin-top: 0;
    }

    .contact-form-box .consult-form-box__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-features {
        margin-top: 28px;
    }

    .contact-feature {
        padding: 26px 20px;
    }

    .contact-feature:hover {
        transform: none;
    }

    .contact-feature__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 14px;
    }

    .contact-feature__title {
        font-size: 17px;
    }

    .contact-feature__desc {
        font-size: 13px;
    }

    /* Service Hero */
    .service-hero {
        padding: 100px 0 55px;
        background-position: center center;
    }

    .service-hero__overlay {
        background: linear-gradient(180deg, rgba(255, 253, 250, 0.94) 0%, rgba(255, 253, 250, 0.85) 55%, rgba(255, 253, 250, 0.7) 100%);
    }

    .service-hero__content {
        margin-bottom: 32px;
    }

    .service-hero__title-main {
        font-size: clamp(26px, 6vw, 36px);
        line-height: 1.15;
    }

    .service-hero__title-script {
        font-size: clamp(36px, 9vw, 52px);
        line-height: 1.1;
        margin-top: 0;
    }

    .service-hero__desc {
        font-size: 15px;
        line-height: 1.65;
    }

    .service-hero__list li {
        font-size: 14px;
    }

    .service-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .service-hero__actions .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .service-hero__form-box {
        padding: 28px 22px 26px;
    }

    .service-hero__form-title {
        font-size: 21px;
    }

    .service-hero__form-subtitle {
        font-size: 13px;
    }

    /* Ghostwriting Problem */
    .gw-problem {
        padding: 48px 0;
    }

    .gw-problem__title {
        margin-bottom: 22px;
    }

    .gw-problem__title-main {
        font-size: clamp(24px, 5.5vw, 32px);
    }

    .gw-problem--pod .gw-problem__title-main {
        font-size: clamp(16px, 4.6vw, 24px);
        white-space: normal;
    }

    .gw-problem__title-script {
        font-size: clamp(32px, 8vw, 48px);
    }

    .gw-problem__desc {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .gw-problem__desc--last {
        margin-bottom: 26px;
    }

    .gw-problem__btn {
        width: 100%;
        justify-content: center;
    }

    .gw-problem__media {
        margin-bottom: 24px;
    }

    .gw-problem__image {
        max-width: 100%;
        border-radius: 12px;
    }

    .commitment-section__title-main,
    .commitment-section__title-script {
        display: block;
    }

    .commitment-section__title-script {
        margin-left: 0;
        margin-top: 6px;
    }

    .commitment-section .row:has(> :nth-child(3):last-child) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 100%;
    }

    .commitment-section .row:has(> :nth-child(4):last-child),
    .commitment-section .row:has(> :nth-child(5):last-child),
    .commitment-section .row:has(> :nth-child(6):last-child) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .commitment-card {
        padding: 24px 18px 22px;
    }

    .commitment-card__title {
        font-size: 19px;
        padding-right: 30px;
    }

    .commitment-card__desc {
        font-size: 14px;
    }

    .commitment-card::after {
        font-size: 34px;
    }

    .pub-cat {
        padding: 48px 0;
    }

    .process-flow {
        padding: 48px 0;
    }

    .process-flow__intro {
        margin-bottom: 36px;
        font-size: 15px;
    }

    .process-flow__track {
        margin-bottom: 36px;
    }

    .process-flow__step {
        gap: 16px;
        padding-bottom: 20px;
    }

    .process-flow__marker {
        width: 48px;
        height: 48px;
    }

    .process-flow__marker span {
        font-size: 16px;
    }

    .process-flow__track::before {
        left: 23px;
    }

    .process-flow__content {
        padding: 18px 20px;
    }

    .process-flow__heading {
        font-size: 18px;
    }

    .process-flow__desc {
        font-size: 14px;
    }

    .pub-cat__title {
        margin-bottom: 28px;
    }

    .pub-cat__tabs-wrap {
        margin-bottom: 28px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }

    .pub-cat__tabs {
        gap: 8px;
    }

    .pub-cat__tabs .nav-link {
        padding: 10px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .pub-cat__heading {
        font-size: clamp(22px, 5vw, 28px);
        margin-bottom: 14px;
    }

    .pub-cat__desc,
    .pub-cat__list li {
        font-size: 14px;
    }

    .pub-cat__actions {
        gap: 10px;
    }

    .pub-cat__btn {
        width: 100%;
        justify-content: center;
    }

    .pub-cat__media {
        margin-top: 24px;
    }

    .faq-section {
        padding: 48px 0;
    }

    .faq-section__title-main {
        font-size: clamp(24px, 5.5vw, 32px);
    }

    .faq-section__title-script {
        font-size: clamp(32px, 8vw, 48px);
    }

    .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
        line-height: 1.45;
    }

    .faq-accordion .accordion-body {
        padding: 16px 18px 20px;
        font-size: 14px;
    }

    .gw-snipe {
        padding: 48px 0;
    }

    .gw-snipe__title {
        margin-bottom: 20px;
    }

    .gw-snipe__title-main {
        font-size: clamp(22px, 5vw, 30px);
    }

    .gw-snipe__title-accent {
        font-size: clamp(32px, 8vw, 48px);
    }

    .gw-snipe__intro,
    .gw-snipe__desc {
        font-size: 15px;
    }

    .gw-snipe__list li {
        font-size: 14px;
    }

    .gw-snipe__desc {
        margin: 22px 0 0;
    }

    .gw-snipe__media {
        margin-bottom: 24px;
    }

    .gw-snipe__image {
        max-width: 100%;
        border-radius: 12px;
    }

    /* About Us – Mission & Vision */
    .about-mv {
        padding: 45px 0;
    }

    .about-mv__content {
        margin-top: 24px;
    }

    /* About Us – Commitment */
    .commitment-section {
        padding: 48px 0 50px;
    }

    .commitment-section__title {
        margin-bottom: 32px;
    }

    .commitment-section .row:has(> :nth-child(2):last-child),
    .commitment-section .row:has(> :nth-child(3):last-child),
    .commitment-section .row:has(> :nth-child(4):last-child),
    .commitment-section .row:has(> :nth-child(5):last-child),
    .commitment-section .row:has(> :nth-child(6):last-child) {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .commitment-card {
        padding: 24px 20px 22px;
    }

    /* About Us – Shared Journey */
    .journey-section {
        padding: 45px 0;
    }

    .journey-slide img {
        height: 280px;
    }

    /* Header */
    .site-header .navbar {
        padding: 14px 0;
    }

    .header-logo {
        width: 150px;
    }

    /* Hero */
    .hero-banner {
        min-height: auto;
        padding: 78px 0 0px;
    }

    .hero-banner__eyebrow {
        font-size: 11px;
        letter-spacing: 0.08em;
        margin-bottom: 16px;
    }

    .hero-banner__title {
        margin-bottom: 18px;
    }

    .hero-banner__desc {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .hero-banner__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 28px;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
        height: 48px;
    }

    .hero-banner__trust {
        gap: 12px;
    }

    .hero-banner__trust-row {
        flex-direction: column;
        gap: 10px;
    }

    .hero-banner__trust-item {
        justify-content: center;
    }

    /* Stats */
    .stats-section {
        padding: 36px 0;
    }

    .stats-col .stats-item::after {
        display: none;
    }

    .stats-item {
        padding: 20px 10px;
    }

    .stats-item__number {
        font-size: clamp(28px, 6vw, 36px);
        margin-bottom: 8px;
    }

    .stats-item__label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .stats-item__desc {
        font-size: 12px;
        line-height: 1.45;
    }

    /* CTA */
    .cta-section {
        padding: 40px 0;
    }

    .cta-box {
        border-radius: 20px;
    }

    .cta-box__content {
        padding: 32px 24px 20px;
    }

    .cta-box__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .cta-box__desc {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .cta-box__btn {
        width: 100%;
        justify-content: center;
    }

    .cta-box__media {
        padding: 0 20px 28px;
    }

    .cta-box__media img {
        max-width: 100%;
    }

    /* Services */
    .services-section {
        padding: 0px 0 80px;
        background-size: cover;
    }

    .services-section__eyebrow {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .service-card {
        padding: 24px 20px 20px;
        aspect-ratio: auto;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .service-card__title {
        font-size: 22px;
    }

    .service-card__desc {
        font-size: 13px;
        overflow: visible;
        flex: 0 1 auto;
    }

    .service-card__btn {
        width: 100%;
        justify-content: center;
    }

    .services-section__grid {
        gap: 20px;
    }

    .services-section__grid .service-card {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }

    /* Portfolio */
    .portfolio-section {
        padding: 0px 0 64px;
    }

    .portfolio-section__header {
        margin-bottom: 28px;
    }

    .portfolio-section__eyebrow {
        font-size: 12px;
    }

    .portfolio-section__title {
        gap: 8px;
    }

    .portfolio-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin: 0 0 28px;
        padding: 0;
        overflow: visible;
    }

    .portfolio-tabs .nav-item {
        flex: 0 1 auto;
        max-width: 100%;
    }

    .portfolio-tabs .nav-link {
        padding: 9px 12px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /* Story */
    .story-section {
        padding: 56px 0 64px;
    }

    .story-section__title {
        margin-bottom: 28px;
    }

    .story-section__title-main,
    .story-section__title-script {
        white-space: normal;
    }

    .story-feature + .story-feature {
        margin-top: 22px;
    }

    .story-feature__title {
        font-size: 20px;
    }

    .story-feature__desc {
        font-size: 14px;
    }

    .story-section__visual {
        padding-left: 0;
        margin-top: 24px;
    }

    .story-stat {
        margin-bottom: 16px;
        text-align: center;
        padding-left: 0;
    }

    .story-stat__number {
        font-size: clamp(40px, 10vw, 56px);
    }

    .story-collage {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .story-collage__img {
        mix-blend-mode: normal;
    }

    /* Red Section */
    .red-section {
        padding: 0px 0 80px;
        background-size: cover;
        background-position: top left;
    }

    .red-section__bottom-shape {
        height: 44px;
    }

    .process-steps {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .process-steps__grid {
        row-gap: 14px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .process-card--1,
    .process-card--2,
    .process-card--3,
    .process-card--4 {
        margin-top: 0 !important;
    }

    .process-card--1::before,
    .process-card--2::before,
    .process-card--3::before {
        display: none;
        content: none;
    }

    .process-card {
        padding: 24px 20px 28px;
        height: 100%;
    }

    .process-card__number {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .process-card__title {
        font-size: 20px;
    }

    .process-card__desc {
        font-size: 14px;
    }

    .testimonials-block {
        margin-bottom: 28px;
    }

    .testimonials-block__title {
        flex-wrap: wrap;
        white-space: normal;
        justify-content: center;
        margin-bottom: 12px;
    }

    .testimonials-block__title-main,
    .testimonials-block__title-script {
        white-space: normal;
    }

    .testimonials-block__desc {
        font-size: 14px;
    }

    .testimonials-block__eyebrow {
        font-size: 18px;
        line-height: 26px;
    }

    .testimonials-block__title {
        gap: 6px;
    }

    .testimonial-slider-wrap {
        width: 100%;
        left: auto;
        transform: none;
        padding: 0 16px;
        margin-bottom: 36px;
    }

    .testimonial-slider .slick-list {
        margin: 0;
        overflow: hidden;
    }

    .testimonial-slider .slick-slide > div,
    .testimonial-slide {
        padding: 0;
    }

    .testimonial-slider .slick-slide {
        width: 100% !important;
    }

    .testimonial-card {
        padding: 22px 20px;
    }

    .testimonial-card__stars {
        margin-bottom: 14px;
    }

    .testimonial-card__stars img {
        width: 96px;
    }

    .testimonial-card__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .testimonial-card__avatar {
        width: 44px;
        height: 44px;
    }

    .testimonial-card__name {
        font-size: 14px;
    }

    .testimonial-card__role {
        font-size: 12px;
    }

    .trust-badges {
        gap: 12px;
    }

    .trust-badge {
        min-width: 140px;
        flex: 1 1 calc(50% - 8px);
        padding: 10px 16px;
        min-height: 64px;
    }

    .trust-badge img {
        max-width: 120px;
        max-height: 44px;
    }

    /* Consult */
    .consult-section {
        padding: 56px 0 64px;
    }

    .consult-section__header {
        margin-bottom: 36px;
    }

    .consult-section__title-main,
    .consult-section__title-script {
        white-space: normal;
    }

    .consult-section__desc {
        font-size: 14px;
    }

    .consult-testimonial,
    .consult-next {
        padding: 24px 20px;
    }

    .consult-next {
        padding-right: 20px;
    }

    .consult-testimonial__text {
        font-size: 16px;
    }

    .consult-form-box {
        padding: 24px 20px 22px;
    }

    .consult-form-box__notes {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .consult-form-box__link {
        text-align: center;
    }

    /* Footer */
    .footer-newsletter__title {
        font-size: 22px;
    }

    .footer-newsletter__text {
        font-size: 13px;
    }

    .footer-newsletter__form {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-newsletter__input,
    .footer-newsletter__btn {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: 48px;
        box-sizing: border-box;
    }

    .footer-newsletter__btn {
        justify-content: center;
    }

    .footer-brand__text {
        max-width: 100%;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 14px;
    }

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

    .footer-bottom__links {
        justify-content: center;
        gap: 20px;
        margin-top: 4px;
    }
}

/* --- Small Mobile (≤575px) --- */
@media (max-width: 575.98px) {
    /* Contact */
    .hero-banner--contact {
        padding: 72px 0 38px;
    }

    .contact-section {
        padding: 38px 0 48px;
    }

    .contact-section__header {
        margin-bottom: 28px;
    }

    .contact-info__panel {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .contact-info__item + .contact-info__item {
        margin-top: 12px;
    }

    .contact-info__list {
        margin-bottom: 24px;
    }

    .contact-form-box .consult-form-box__title {
        font-size: 17px;
    }

    .contact-feature {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .contact-features {
        margin-top: 24px;
    }

    /* Service Hero */
    .service-hero {
        padding: 92px 0 44px;
    }

    .service-hero__form-box {
        padding: 24px 18px 22px;
        border-radius: 16px;
    }

    .service-hero__form-title {
        font-size: 19px;
    }

    .service-hero__title-main {
        font-size: clamp(23px, 7vw, 30px);
        line-height: 1.15;
    }

    .service-hero__title-script {
        font-size: clamp(32px, 11vw, 44px);
        line-height: 1.1;
        margin-top: 0;
    }

    .gw-problem__title-main,
    .gw-snipe__title-main,
    .pub-cat__title-main,
    .faq-section__title-main {
        font-size: clamp(22px, 6.5vw, 28px);
    }

    .gw-problem__title-script,
    .gw-snipe__title-accent,
    .pub-cat__title-script,
    .faq-section__title-script {
        font-size: clamp(30px, 10vw, 40px);
    }

    .pub-cat__tabs .nav-link {
        padding: 9px 14px;
        font-size: 12px;
    }

    .faq-section__media {
        max-width: 100%;
    }

    .faq-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 16px;
    }

  /* About Us – Commitment */
    .commitment-section__title-script {
        margin-left: 0;
        margin-top: 4px;
    }

    .commitment-card__title {
        font-size: 18px;
    }

    /* About Us – Shared Journey */
    .journey-slide img {
        height: 260px;
    }

    .cta-section {
        padding: 0px 0;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .header-logo {
        width: 135px;
    }

    .hero-banner {
        padding: 110px 0 0px;
    }

    .hero-banner__title-main {
        font-size: clamp(26px, 7vw, 32px);
    }

    .hero-banner--about-us .hero-banner__title-main {
        font-size: clamp(18px, 5.2vw, 26px);
        white-space: normal;
    }

    .hero-banner__title-script {
        font-size: clamp(36px, 12vw, 48px);
    }

    .stats-col {
        width: 50%;
    }

    .stats-item {
        padding: 18px 8px;
    }

    .stats-item__label {
        font-size: 13px;
    }

    .cta-box__content {
        padding: 28px 20px 16px;
    }

    .cta-box__title {
        font-size: 22px;
    }

    .services-section__title-main {
        font-size: clamp(24px, 6vw, 32px);
    }

    .services-section__title-script {
        font-size: clamp(32px, 10vw, 44px);
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .portfolio-tabs {
        gap: 6px;
        margin: 0 0 24px;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        overflow: visible;
    }

    .portfolio-tabs .nav-link {
        padding: 8px 10px;
        font-size: 11px;
        white-space: normal;
        text-align: center;
        line-height: 1.25;
    }

    .portfolio-item {
        border-radius: 4px;
    }

    .story-feature {
        gap: 12px;
    }

    .story-feature__icon {
        width: 30px;
        height: 30px;
        margin-top: 2px;
    }

    .story-feature__icon img {
        width: 30px;
        height: 30px;
    }

    .story-feature__title {
        font-size: 18px;
    }

    .process-card__number {
        font-size: 26px;
    }

    .testimonials-block__eyebrow {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .testimonial-card__text {
        font-size: 15px;
        line-height: 22px;
    }

    .trust-badge {
        flex: 1 1 100%;
        min-width: 0;
    }

    .consult-section__title {
        font-size: 23px;
    }

    .consult-form__btn {
        height: 48px;
    }

    .footer-newsletter__title {
        font-size: 20px;
    }

    .footer-main .col-6 {
        width: 100%;
    }

    .footer-bottom__copy {
        font-size: 12px;
    }

    .footer-bottom__links {
        flex-direction: column;
        gap: 10px;
    }
    .process-card {
        padding: 19px 15px 17px;
        height: 100%;
    }
}

@media(max-width:360px)
{
    .service-hero {
        padding: 86px 0 36px;
    }

    .service-hero__form-box {
        padding: 20px 16px 18px;
    }

    .service-hero__form-title {
        font-size: 17px;
    }

    .gw-problem,
    .gw-snipe,
    .pub-cat,
    .process-flow,
    .faq-section,
    .commitment-section {
        padding: 36px 0;
    }

    .commitment-section {
        padding-bottom: 42px;
    }

    .pub-cat__tabs-wrap {
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px;
    }

    .pub-cat__tabs .nav-link {
        padding: 8px 12px;
        font-size: 11px;
    }

    .stats-item__label {
        font-size: 12px;
    }

    .stats-item__desc {
        font-size: 11px;
    }

    .services-section {
        padding: 22px 0 80px;        
    }
    .service-card__icon img {
        width: 44px;
        height: 44px;
    }
.portfolio-section {
    padding: 0px 0 28px;
}
.story-section {
    padding: 29px 0 48px;
}
.story-stat {   
    top: 10px;
    left: 0px;
}
.process-steps__grid {
    row-gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
}
.consult-next__list li {    
    font-size: 15px;
}
.consult-form-box__title {    
    font-size: 17px;  
}
.contact-form-box .consult-form-box__title {
    font-size: 16px;
}
.contact-info__title {
    font-size: 19px;
}
.contact-info__value {
    font-size: 14px;
}
.contact-section__title-main {
    font-size: 22px;
}
.contact-section__title-script {
    font-size: 32px;
}
.consult-section__title-main,
.consult-section__title-script {
    white-space: normal;
}
.story-section__title-main, .story-section__title-script {
    font-size: 21px;
}
.portfolio-section__title-main, .portfolio-section__title-script {
    white-space: normal;
    font-size: 22px;
}
.services-section__title-main {
    font-size: 20px;
}
.hero-banner__title-main {
    font-size: 20px;
}

    .process-page-intro {
        padding: 48px 0 10px;
    }

    .process-detail {
        padding: 48px 0 56px;
    }

    .process-detail__item {
        padding: 22px 18px 20px;
    }

    .process-detail__title {
        font-size: 16px;
    }

    .process-detail__desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .process-detail__list li strong,
    .process-detail__list li span {
        font-size: 12px;
    }

    .faq-page {
        padding: 48px 0 56px;
    }

    .faq-page__sidebar {
        position: static;
        margin-bottom: 24px;
    }

    .faq-page__sidebar-btn {
        width: 100%;
        justify-content: center;
    }

    .legal-page {
        padding: 48px 0 56px;
    }

    .legal-page__sidebar {
        position: static;
        margin-bottom: 24px;
        padding: 24px 20px;
    }

    .legal-page__nav a {
        font-size: 13px;
    }

    .legal-page__intro {
        font-size: 16px;
        margin-bottom: 28px;
        padding-bottom: 22px;
    }

    .legal-page__block + .legal-page__block {
        margin-top: 28px;
        padding-top: 28px;
    }

    .legal-page__block p,
    .legal-page__block li {
        font-size: 14px;
    }

    .legal-page__link-btn {
        width: 100%;
        justify-content: center;
    }
}