@media (max-width: 1024px) {
  .page-hero {
    min-height: 500px;
  }

  .page-hero-inner {
    width: min(1180px, calc(100% - 36px));
    padding: 180px 0 72px;
  }

  .page-hero h1 {
    font-size: clamp(3.4rem, 8vw, 5.2rem);
  }

  .page-breadcrumb a,
  .page-breadcrumb p {
    font-size: 18px;
  }

  .about-page-intro {
    padding: 78px 0 92px;
  }

  .about-page-shell {
    width: min(1180px, calc(100% - 36px));
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-page-copy p {
    max-width: 100%;
  }

  .about-page-media {
    min-height: 560px;
  }

  .about-page-card-main {
    inset: 0 0 70px 54px;
  }

  .about-page-card-secondary {
    width: 240px;
    height: 220px;
  }

  .about-statement-shell,
  .about-values-shell,
  .about-services-shell,
  .about-operating-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-services-shell,
  .about-operating-shell {
    grid-template-columns: 1fr;
  }

  .about-services-copy {
    position: static;
  }

  .work-intro-shell,
  .work-process-shell,
  .work-method-shell,
  .work-capability-shell,
  .work-principles-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .work-intro-shell,
  .work-method-shell,
  .work-capability-shell,
  .work-principles-shell {
    grid-template-columns: 1fr;
  }

  .work-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-capability-grid,
  .work-principles-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-hub-shell,
  .services-catalog-shell,
  .service-delivery-shell,
  .service-detail-shell,
  .service-widget-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .services-hub-shell,
  .service-delivery-shell,
  .service-detail-shell,
  .service-detail-process .service-detail-shell,
  .service-widget-shell {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .service-highlights-grid,
  .service-feature-grid,
  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-feature-block {
    grid-template-columns: 1fr;
  }

  .services-catalog-grid,
  .service-delivery-grid,
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-page-shell,
  .contact-support-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .contact-page-shell,
  .contact-support-shell {
    grid-template-columns: 1fr;
  }

  .about {
    padding: 80px 24px;
  }

  .about-container {
    gap: 36px;
  }

  .about-content {
    max-width: 100%;
    flex: 1 1 52%;
  }

  .about-content h1 {
    font-size: 40px;
  }

  .about-content p,
  .about-item span {
    font-size: 15px;
    line-height: 25px;
  }

  .about-image {
    flex: 1 1 48%;
  }

  .services-section {
    height: auto;
    min-height: 0;
    padding: 30px 0 74px;
  }

  .nav-container {
    gap: 24px;
  }

  .nav-menu > ul {
    gap: 24px;
  }

  .dropdown-menu {
    width: 360px;
  }

  .nav-container > .btn {
    padding: 12px 20px;
    font-size: 12px;
  }

  .content h1 {
    font-size: 55px;
  }

  .content p {
    font-size: 17px;
  }

  .prev,
  .next {
    width: 78px;
    height: 78px;
  }

  .prev i,
  .next i {
    font-size: 28px;
  }

  .services-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .services-slider {
    gap: 18px;
  }

  .services-track {
    gap: 20px;
  }

  .service-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .services-arrow {
    width: 60px;
    height: 60px;
  }

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

  .faq-shell {
    width: min(1180px, calc(100% - 36px));
    gap: 40px;
  }

  .faq-intro h2 {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
  }

  .faq-question {
    font-size: 1.28rem;
  }

  .projects-section {
    padding: 90px 0;
  }

  .projects-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .projects-header {
    align-items: start;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .projects-header p {
    max-width: 680px;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card {
    min-height: 500px;
  }

  .footer-shell {
    width: min(1180px, calc(100% - 36px));
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .page-hero {
    min-height: 460px;
    align-items: flex-end;
  }

  .page-hero-inner {
    padding: 160px 0 60px;
  }

  .page-kicker {
    font-size: 13px;
    letter-spacing: 0.15em;
  }

  .page-hero h1 {
    margin-bottom: 18px;
  }

  .page-breadcrumb {
    gap: 14px;
  }

  .page-breadcrumb a,
  .page-breadcrumb p {
    font-size: 17px;
  }

  .about-page-intro {
    padding: 68px 0 78px;
  }

  .about-page-media {
    min-height: 500px;
  }

  .about-page-card-main {
    inset: 0 0 56px 36px;
  }

  .about-page-card-secondary {
    width: 220px;
    height: 200px;
  }

  .about-page-point {
    padding: 16px 18px;
  }

  .about-statement-section,
  .about-values-section,
  .about-services-profile,
  .about-operating-section {
    padding-bottom: 60px;
  }

  .about-values-section,
  .about-services-profile {
    padding-top: 60px;
  }

  .about-statement-shell {
    grid-template-columns: 1fr;
  }

  .about-operating-grid {
    grid-template-columns: 1fr;
  }

  .work-intro-section,
  .work-process-section,
  .work-method-section,
  .work-capability-section,
  .work-principles-section {
    padding-bottom: 60px;
  }

  .work-process-section,
  .work-method-section {
    padding-top: 60px;
  }

  .work-process-grid,
  .work-capability-grid,
  .work-principles-list {
    grid-template-columns: 1fr;
  }

  .services-hub-intro,
  .services-catalog-section,
  .service-delivery-section,
  .service-detail-intro,
  .service-detail-grid-section,
  .service-detail-process {
    padding-bottom: 60px;
  }

  .services-catalog-section {
    padding-top: 60px;
  }

  .services-catalog-grid,
  .service-delivery-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .contact-page-intro,
  .contact-page-section,
  .contact-support-section {
    padding-bottom: 60px;
  }

  .contact-support-grid {
    grid-template-columns: 1fr;
  }

  .about {
    padding: 70px 20px;
  }

  .about-container {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .about-content {
    order: 2;
  }

  .about-content h3 {
    font-size: 18px;
  }

  .about-content h1 {
    font-size: 34px;
    line-height: 1.18;
  }

  .about-content p {
    margin-bottom: 24px;
  }

  .about-list {
    gap: 12px;
  }

  .about-item {
    align-items: flex-start;
    gap: 12px;
  }

  .about-item i {
    margin-right: 0;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .about-image {
    order: 1;
  }

  .about-image img {
    max-height: 520px;
    object-fit: cover;
  }

  .navbar {
    padding: 18px 0;
    background: rgba(6, 10, 14, 0.92);
  }

  .navbar.scrolled {
    background: rgba(6, 10, 14, 0.96);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  }

  .nav-container {
    gap: 16px;
    justify-content: space-between;
  }

  .nav-container > .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 11px 18px;
    font-size: 11px;
  }

  .nav-menu {
    position: fixed;
    top: 91px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 91px);
    background: rgba(6, 10, 14, 0.98);
    backdrop-filter: blur(14px);
    transition: left 0.35s ease;
    overflow-y: auto;
    z-index: 999;
  }

  .navbar.scrolled .nav-menu {
    background: rgba(6, 10, 14, 0.98);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px 20px 36px;
  }

  .nav-menu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    font-size: 15px;
  }

  .navbar.scrolled .nav-menu > ul > li > a {
    color: #ffffff;
  }

  .dropdown > a .nav-arrow {
    font-size: 12px;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    padding: 0 0 14px;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu li + li {
    margin-top: 0;
  }

  .dropdown-menu a {
    padding: 10px 0 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
  }

  .navbar.scrolled .dropdown-menu a {
    color: rgba(255, 255, 255, 0.88);
  }

  .dropdown-menu a:hover {
    background: transparent;
    color: #0170BF;
  }

  .hamburger {
    display: flex;
    margin-left: 0;
  }

  .navbar.scrolled .hamburger span {
    background: #ffffff;
  }

  .content {
    left: 5%;
    max-width: 90%;
  }

  .content h1 {
    font-size: 45px;
  }

  .content p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .prev,
  .next {
    width: 68px;
    height: 68px;
  }

  .prev i,
  .next i {
    font-size: 24px;
  }

  .prev {
    left: 15px;
  }

  .next {
    right: 15px;
  }

  .special-text {
    padding: 28px 20px 18px;
  }

  .text-mask {
    font-size: 16vw;
    text-align: center;
  }

  .services-section {
    height: auto;
    min-height: 0;
    padding: 30px 0 74px;
  }

  .services-header {
    margin-bottom: 36px;
  }

  .services-header h2 {
    max-width: 680px;
    margin: 0 auto;
  }

  .services-slider {
    gap: 12px;
  }

  .services-track {
    gap: 18px;
  }

  .service-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .service-body {
    min-height: 88px;
    padding: 18px 20px;
  }

  .service-body h3 {
    font-size: 1.25rem;
  }

  .contact-section {
    padding: 80px 0;
  }

  .contact-shell {
    width: min(1180px, calc(100% - 48px));
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-panel,
  .contact-form {
    padding: 32px;
  }

  .contact-panel h2 {
    max-width: 100%;
  }

  .contact-panel p,
  .contact-form-header p {
    max-width: 100%;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-fields {
    grid-template-columns: 1fr;
  }

  .contact-message-field {
    grid-column: 1 / -1;
  }

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

  .faq-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .faq-intro p {
    max-width: 100%;
  }

  .faq-item summary {
    padding: 24px 24px;
  }

  .faq-question {
    font-size: 1.15rem;
  }

  .faq-answer {
    padding: 0 24px 24px 24px;
  }

  .projects-section {
    padding: 78px 0;
  }

  .projects-grid {
    gap: 18px;
  }

  .project-card {
    min-height: 460px;
  }

  .project-content {
    padding: 28px 26px 26px;
  }

  .project-content h3 {
    max-width: 260px;
    font-size: clamp(1.85rem, 4.2vw, 2.5rem);
  }

  .project-content p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .project-link {
    font-size: 17px;
  }

  .site-footer {
    padding: 78px 0 26px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-newsletter {
    padding: 30px 26px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
  }

  .footer-scrolltop {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 600px) {
  .page-hero {
    min-height: 390px;
    background-position: center right;
  }

  .page-hero-inner {
    width: calc(100% - 24px);
    padding: 138px 0 42px;
  }

  .page-kicker {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .page-hero h1 {
    font-size: 3rem;
    line-height: 0.94;
    margin-bottom: 14px;
  }

  .page-breadcrumb {
    gap: 10px;
  }

  .page-breadcrumb a,
  .page-breadcrumb p {
    font-size: 15px;
  }

  .page-breadcrumb span {
    width: 18px;
  }

  .about-page-intro {
    padding: 54px 0 64px;
  }

  .about-page-shell {
    width: calc(100% - 24px);
    gap: 26px;
  }

  .about-page-copy h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 18px;
  }

  .about-page-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-page-points {
    gap: 12px;
    margin-top: 24px;
  }

  .about-page-point {
    gap: 12px;
    border-radius: 16px;
  }

  .about-page-point span {
    font-size: 14px;
  }

  .about-page-media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .about-page-card {
    position: relative;
    border-radius: 18px;
  }

  .about-page-card-main,
  .about-page-card-secondary {
    inset: auto;
    width: 100%;
    height: auto;
  }

  .about-page-card-main img,
  .about-page-card-secondary img {
    aspect-ratio: 1 / 0.82;
  }

  .about-page-card-secondary {
    border-width: 0;
  }

  .about-statement-shell,
  .about-values-shell,
  .about-services-shell,
  .about-operating-shell {
    width: calc(100% - 24px);
  }

  .about-statement-section,
  .about-values-section,
  .about-services-profile,
  .about-operating-section {
    padding-bottom: 48px;
  }

  .about-values-section,
  .about-services-profile {
    padding-top: 48px;
  }

  .about-statement-card,
  .about-operating-panel,
  .about-operating-item,
  .about-value-card {
    padding: 24px 18px;
  }

  .about-statement-card h3 {
    font-size: 1.6rem;
  }

  .about-values-header {
    margin-bottom: 24px;
  }

  .about-values-header h2,
  .about-services-copy h2,
  .about-operating-panel h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-value-card {
    min-height: auto;
  }

  .about-service-line {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .about-service-line span {
    font-size: 1.25rem;
  }

  .work-intro-shell,
  .work-process-shell,
  .work-method-shell,
  .work-capability-shell,
  .work-principles-shell {
    width: calc(100% - 24px);
  }

  .work-intro-section,
  .work-process-section,
  .work-method-section,
  .work-capability-section,
  .work-principles-section {
    padding-bottom: 48px;
  }

  .work-intro-section,
  .work-process-section,
  .work-method-section {
    padding-top: 48px;
  }

  .work-intro-copy h2,
  .work-process-header h2,
  .work-method-content h2,
  .work-capability-copy h2,
  .work-principles-panel h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .work-intro-stat,
  .work-process-card,
  .work-method-item,
  .work-capability-card,
  .work-principle-item,
  .work-principles-panel {
    padding: 22px 18px;
  }

  .work-intro-stat {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .work-process-grid {
    grid-template-columns: 1fr;
  }

  .work-process-card,
  .work-capability-card {
    min-height: auto;
  }

  .work-method-media img {
    min-height: 320px;
  }

  .services-hub-shell,
  .services-catalog-shell,
  .service-delivery-shell,
  .service-detail-shell,
  .service-widget-shell {
    width: calc(100% - 24px);
  }

  .services-hub-intro,
  .services-catalog-section,
  .service-delivery-section,
  .service-detail-intro,
  .service-detail-grid-section,
  .service-detail-process {
    padding-bottom: 48px;
  }

  .services-hub-intro,
  .services-catalog-section,
  .service-detail-intro {
    padding-top: 48px;
  }

  .service-widget-section {
    padding: 48px 0;
  }

  .services-hub-copy h2,
  .services-catalog-header h2,
  .service-delivery-panel h2,
  .service-detail-copy h2,
  .service-detail-panel h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .services-hub-point,
  .service-delivery-panel,
  .service-delivery-item,
  .service-detail-sidecard,
  .service-detail-card,
  .service-detail-panel,
  .service-step,
  .service-sidebar-card,
  .service-highlight-card,
  .service-feature-block,
  .service-process-card,
  .service-outcomes-card,
  .service-cta-card,
  .service-content-header,
  .service-content-copy {
    padding: 22px 18px;
  }

  .service-content-media img {
    height: 250px;
  }

  .service-content-header h2,
  .service-section-header h3 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .services-hub-point,
  .service-step,
  .service-process-card,
  .service-cta-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .services-catalog-grid,
  .service-delivery-grid,
  .service-detail-grid,
  .service-highlights-grid,
  .service-feature-grid,
  .service-process-grid {
    grid-template-columns: 1fr;
  }

  .service-cta-card {
    align-items: flex-start;
  }

  .services-catalog-card img {
    height: 220px;
  }

  .contact-section {
    padding: 64px 0;
  }

  .contact-shell {
    width: calc(100% - 24px);
    gap: 22px;
  }

  .contact-panel,
  .contact-form {
    padding: 24px 18px;
  }

  .contact-panel {
    border-radius: 24px;
  }

  .contact-panel h2,
  .contact-form-header h3 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .contact-panel p,
  .contact-form-header p,
  .contact-info-card p,
  .contact-info-card a {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-info-card,
  .contact-info-card:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .contact-info-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .contact-field {
    gap: 8px;
  }

  .contact-field input,
  .contact-field textarea {
    min-height: 50px;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .contact-field textarea {
    min-height: 160px;
  }

  .contact-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 4px;
  }

  .contact-page-shell,
  .contact-support-shell {
    width: calc(100% - 24px);
  }

  .contact-page-intro,
  .contact-page-section,
  .contact-support-section {
    padding-bottom: 48px;
  }

  .contact-page-intro {
    padding-top: 48px;
  }

  .contact-page-copy h2,
  .contact-support-panel h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .contact-page-point,
  .contact-support-panel,
  .contact-support-card {
    padding: 22px 18px;
  }

  .contact-page-point {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about {
    padding: 56px 16px;
  }

  .about-container {
    gap: 24px;
  }

  .about-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about-content h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .about-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .about-list {
    gap: 10px;
  }

  .about-item {
    gap: 10px;
  }

  .about-item i {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .about-item span {
    font-size: 14px;
    line-height: 22px;
  }

  .about-image img {
    border-radius: 14px;
  }

  .nav-container {
    gap: 12px;
  }

  .logo img {
    height: 45px;
  }

  .nav-container > .btn {
    padding: 10px 14px;
    font-size: 10px;
  }

  .nav-menu {
    top: 82px;
    height: calc(100vh - 82px);
  }

  .nav-menu > ul {
    padding: 16px 18px 28px;
  }

  .nav-menu > ul > li > a {
    padding: 16px 0;
    font-size: 14px;
  }

  .dropdown-menu a {
    padding-left: 14px;
    font-size: 13px;
  }

  .content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .content p {
    font-size: 14px;
  }

  .content .btn {
    padding: 13px 24px;
    font-size: 12px;
  }

  .prev,
  .next {
    width: 58px;
    height: 58px;
  }

  .prev i,
  .next i {
    font-size: 20px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .special-text {
    padding: 26px 16px 14px;
  }

  .services-shell {
    width: calc(100% - 24px);
  }

  .services-section {
    height: auto;
    min-height: 0;
    padding: 24px 0 64px;
  }

  .section-tag {
    font-size: 0.85rem;
    margin-bottom: 14px;
  }

  .services-header h2 {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .services-slider {
    gap: 8px;
    align-items: flex-end;
  }

  .services-track {
    gap: 16px;
  }

  .service-card {
    flex-basis: 100%;
    border-radius: 16px;
  }

  .service-body {
    min-height: 82px;
    padding: 16px 18px;
  }

  .service-body h3 {
    font-size: 1.15rem;
  }

  .services-arrow {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    margin-bottom: 90px;
  }

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

  .faq-shell {
    width: calc(100% - 24px);
    gap: 26px;
  }

  .faq-intro h2 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 18px;
  }

  .faq-intro p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-item summary {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px 18px;
  }

  .faq-number {
    font-size: 1.35rem;
  }

  .faq-question {
    font-size: 1rem;
    line-height: 1.45;
  }

  .faq-item summary::after {
    grid-column: 2;
    justify-self: end;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    margin-top: 2px;
  }

  .faq-answer {
    padding: 0 18px 20px 18px;
  }

  .faq-answer p {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .projects-shell {
    width: calc(100% - 24px);
  }

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

  .projects-header {
    gap: 18px;
    margin-bottom: 26px;
  }

  .projects-header h2 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .projects-header p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .project-card {
    min-height: 420px;
    border-radius: 18px;
  }

  .project-content {
    padding: 24px 20px 22px;
  }

  .project-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .project-content h3 {
    max-width: 240px;
    font-size: 2rem;
  }

  .project-divider {
    margin-top: 18px;
    opacity: 1;
    transform: none;
  }

  .project-content p {
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.7;
    opacity: 1;
    transform: none;
  }

  .project-link {
    margin-top: 20px;
    font-size: 1rem;
    color: #ff7a3e;
  }

  .project-link i {
    transform: translateX(4px);
  }

  .site-footer {
    padding: 60px 0 24px;
  }

  .footer-shell {
    width: calc(100% - 24px);
  }

  .footer-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .footer-brand p,
  .footer-newsletter p,
  .footer-column a,
  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-column ul {
    gap: 12px;
  }

  .footer-newsletter {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
  }

  .footer-form input {
    padding: 8px 8px 2px;
  }

  .footer-form button {
    width: 100%;
    height: 50px;
    border-radius: 12px;
  }

  .footer-bottom {
    gap: 14px;
    padding-top: 22px;
  }

  .footer-bottom-links {
    gap: 16px;
  }

  .footer-scrolltop {
    position: static;
    margin-top: 28px;
  }
}

@media (max-width: 1024px) {
  .testimonial-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .testimonial-image {
    min-height: 420px;
  }

  .testimonial-content h2 {
    font-size: 3.3rem;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 64px 16px 70px;
  }

  .testimonial-shell {
    gap: 26px;
  }

  .testimonial-content h2 {
    font-size: 2.6rem;
  }

  .testimonial-content p,
  .testimonial-card p {
    font-size: 0.98rem;
  }

  .testimonial-card {
    padding: 28px 24px 24px;
  }

  .testimonial-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .testimonial-score {
    width: 72px;
    height: 72px;
    font-size: 1.15rem;
  }

  .portfolio-intro-section,
  .portfolio-showcase-section,
  .portfolio-strength-section,
  .portfolio-cta-section,
  .blog-intro-section,
  .blog-feature-section,
  .blog-grid-section,
  .blog-detail-section,
  .blog-cta-section {
    padding: 72px 0;
  }

  .portfolio-shell,
  .blog-shell {
    width: min(100% - 24px, 1180px);
  }

  .portfolio-intro-section .portfolio-shell,
  .blog-intro-section .blog-shell,
  .portfolio-project-card,
  .blog-feature-card,
  .portfolio-strength-grid,
  .blog-detail-grid,
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-project-body,
  .blog-feature-copy,
  .blog-card-body,
  .portfolio-intro-point,
  .blog-intro-point,
  .portfolio-strength-card,
  .blog-detail-card {
    padding: 24px;
  }

  .blog-card img {
    height: 220px;
  }
}
