/** Responsive CSS for D'Akins Limited website */

@media (max-width: 1199px) {
    .topbar {
        padding: 16px 24px;
    }

    header {
        padding: 12px 24px;
    }

    .header-container {
        gap: 18px;
    }

    .navbar > ul {
        gap: 18px;
    }

    .nav-dropdown__menu {
        min-width: 260px;
    }

    .navbar > ul > li > a,
    .nav-button a,
    .topbar-left span,
    .topbar-right span {
        font-size: 16px;
    }

    .nav-button {
        padding: 14px 24px;
    }

    .hero-carousel {
        padding: 24px 20px 40px;
    }

    .page-banner {
        min-height: 390px;
        padding: 64px 20px;
    }

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

    .page-banner__content p {
        font-size: 1.3rem;
    }

    .hero-slide {
        min-height: 680px;
        padding: 72px 56px;
    }

    .hero-slide h1,
    .hero-slide h2 {
        max-width: 13ch;
    }

    .services {
        padding: 96px 20px;
    }

    .trust-strip {
        padding: 8px 20px 48px;
    }

    .trust-strip__container {
        padding: 28px;
        gap: 22px;
    }

    .workflow-section {
        padding: 96px 20px 104px;
    }

    .workflow-section__layout {
        gap: 24px;
    }

    .workflow-media {
        min-height: 500px;
    }

    .services-grid {
        gap: 24px;
    }

    .service-item {
        padding: 30px 26px;
    }

    .stats-section {
        padding: 96px 20px;
    }

    .stats-container {
        gap: 22px;
    }

    .stat-card {
        min-height: 340px;
        padding: 34px 22px;
    }

    .gallery-showcase {
        padding: 96px 20px 104px;
    }

    .gallery-page-intro {
        padding: 96px 20px 64px;
    }

    .gallery-page-intro__container,
    .gallery-instagram__container {
        gap: 24px;
    }

    .gallery-page-intro__feature {
        min-height: 460px;
    }

    .gallery-page-grid {
        padding: 20px 20px 96px;
    }

    .gallery-page-grid__layout {
        grid-auto-rows: 220px;
        gap: 18px;
    }

    .gallery-instagram {
        padding: 0 20px 96px;
    }

    .gallery-instagram__container {
        padding: 34px;
    }

    .contact-page-hero {
        padding: 96px 20px 56px;
    }

    .contact-page-hero__container,
    .contact-page-connect__container {
        gap: 24px;
    }

    .contact-page-hero__media {
        min-height: 470px;
    }

    .contact-page-cards {
        padding: 0 20px 46px;
    }

    .contact-page-cards__container {
        gap: 20px;
    }

    .contact-page-card {
        padding: 28px 24px;
    }

    .contact-page-connect {
        padding: 24px 20px 96px;
    }

    .contact-page-form {
        padding: 44px 36px;
    }

    .contact-page-map__frame iframe {
        min-height: 420px;
    }

    .gallery-showcase__intro {
        margin-bottom: 34px;
    }

    .gallery-masonry {
        grid-auto-rows: 92px;
    }

    .team-section {
        padding: 96px 20px 104px;
    }

    .team-grid {
        gap: 24px;
    }

    .contact-booking {
        padding: 96px 20px 104px;
    }

    .testimonials-section {
        padding: 96px 20px 104px;
    }

    .testimonials-intro {
        margin-bottom: 46px;
    }

    .testimonials-grid {
        gap: 26px;
    }

    .site-footer__top {
        padding: 84px 20px 44px;
    }

    .site-footer__container:not(.site-footer__container--bottom) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .site-footer__brand {
        max-width: 100%;
    }

    .site-footer__logo img {
        width: 190px;
    }

    .testimonial-card__bubble {
        min-height: 230px;
        padding: 40px 32px;
    }

    .testimonial-card__bubble p {
        font-size: 1.16rem;
    }

    .contact-booking__panel {
        min-height: 680px;
    }

    .contact-booking__content {
        padding: 64px 44px;
    }

    .contact-booking__intro h2 {
        max-width: 12ch;
    }
}

@media (max-width: 991px) {
    .topbar-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-right {
        justify-content: flex-start;
        gap: 14px 20px;
    }

    header {
        position: static;
    }

    .logo img {
        width: 150px;
    }

    .topbar-container,
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar,
    .navbar > ul {
        width: 100%;
    }

    .navbar > ul {
        flex-wrap: wrap;
        gap: 14px 22px;
        justify-content: flex-start;
    }

    .navbar > ul > li {
        width: 100%;
    }

    .nav-dropdown__trigger {
        width: 100%;
        justify-content: space-between;
    }

    .nav-dropdown__link {
        flex: 1;
    }

    .nav-dropdown__menu {
        position: static;
        min-width: 100%;
        margin-top: 12px;
        padding: 10px;
        border-radius: 22px;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        display: none;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 251, 0.98));
    }

    .nav-dropdown__menu::before {
        display: none;
    }

    .nav-dropdown.is-open .nav-dropdown__menu {
        display: block;
        transform: none;
    }

    .nav-button {
        width: 100%;
        text-align: center;
    }

    .nav-button a {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    .page-banner {
        min-height: 340px;
        padding: 54px 20px;
    }

    .page-banner__content p {
        font-size: 1.12rem;
    }

    .hero-slide {
        min-height: 620px;
        padding: 60px 42px;
        align-items: flex-end;
    }

    .hero-slide__content {
        max-width: 100%;
    }

    .hero-slide p {
        max-width: 48ch;
        font-size: 1.05rem;
    }

    .hero-carousel__arrow {
        width: 52px;
        height: 52px;
    }

    .services {
        padding: 84px 20px;
    }

    .trust-strip__container {
        grid-template-columns: 1fr;
    }

    .trust-strip__content {
        max-width: 100%;
    }

    .workflow-section {
        padding: 84px 20px 96px;
    }

    .workflow-section__layout {
        grid-template-columns: 1fr;
    }

    .workflow-section__intro h2 {
        max-width: 100%;
    }

    .workflow-media {
        position: relative;
        top: auto;
        min-height: 500px;
        order: -1;
    }

    .services-container .services-p {
        margin-bottom: 52px;
    }

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

    .about {
        padding: 84px 20px;
    }

    .about-container,
    .support-container {
        flex-direction: column;
    }

    .about-image,
    .about-content,
    .support-content {
        max-width: 100%;
    }

    .about-image {
        min-height: 420px;
        overflow: hidden;
    }

    .about-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .services-hero__panel,
    .service-detail__layout {
        grid-template-columns: 1fr;
    }

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

    .service-detail__sidebar {
        position: static;
        top: auto;
    }

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

    .gallery-showcase {
        padding: 84px 20px 96px;
    }

    .gallery-page-intro {
        padding: 84px 20px 56px;
    }

    .gallery-page-intro__container,
    .gallery-instagram__container {
        grid-template-columns: 1fr;
    }

    .gallery-page-intro__content,
    .gallery-page-grid__intro {
        max-width: 100%;
    }

    .gallery-page-intro__feature {
        min-height: 500px;
    }

    .gallery-page-grid {
        padding: 20px 20px 84px;
    }

    .gallery-page-grid__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 220px;
    }

    .gallery-page-card--wide,
    .gallery-page-card--tall {
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-page-card--wide {
        grid-column: span 2;
    }

    .gallery-page-card--tall {
        grid-row: span 2;
    }

    .gallery-instagram {
        padding: 0 20px 84px;
    }

    .gallery-instagram__container {
        padding: 32px;
    }

    .contact-page-hero {
        padding: 84px 20px 48px;
    }

    .contact-page-hero__container,
    .contact-page-connect__container {
        grid-template-columns: 1fr;
    }

    .contact-page-hero__content {
        max-width: 100%;
    }

    .contact-page-hero__media {
        min-height: 500px;
    }

    .contact-page-cards {
        padding: 0 20px 42px;
    }

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

    .contact-page-connect {
        padding: 22px 20px 84px;
    }

    .contact-page-form,
    .contact-page-map__card {
        border-radius: 28px;
    }

    .contact-page-form {
        padding: 42px 32px;
    }

    .contact-page-form__intro {
        max-width: 100%;
    }

    .gallery-showcase__intro h2 {
        font-size: clamp(2.1rem, 5vw, 3rem);
    }

    .gallery-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 120px;
    }

    .gallery-masonry__item--tall-left {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .gallery-masonry__item--top-center {
        grid-column: 2;
        grid-row: 1;
    }

    .gallery-masonry__item--tall-right {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

    .gallery-masonry__item--middle-center {
        grid-column: 1;
        grid-row: 3;
    }

    .gallery-masonry__item--middle-left {
        grid-column: 1;
        grid-row: 4;
    }

    .gallery-masonry__item--center-tall {
        grid-column: 2;
        grid-row: 4 / span 2;
    }

    .gallery-masonry__item--middle-right {
        grid-column: 1;
        grid-row: 5;
    }

    .gallery-masonry__item--bottom-left {
        grid-column: 1;
        grid-row: 6;
    }

    .gallery-masonry__item--bottom-right {
        grid-column: 2;
        grid-row: 6;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        max-width: 760px;
        margin: 0 auto;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
    }

    .testimonial-card__bubble p {
        max-width: none;
    }

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

    .contact-booking__content {
        order: 2;
        padding: 54px 34px 58px;
    }

    .contact-booking__media {
        order: 1;
        min-height: 520px;
    }

    .contact-booking__intro {
        max-width: 100%;
        margin-bottom: 34px;
    }

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

    .contact-booking__form {
        max-width: 100%;
    }

    .site-footer__container--bottom {
        justify-content: flex-start;
        padding-right: 84px;
    }

    .back-to-top {
        right: 6px;
    }
}

@media (max-width: 767px) {
    .topbar {
        padding: 14px 18px;
    }

    .topbar-container {
        gap: 10px;
    }

    .topbar-left span,
    .topbar-right span {
        font-size: 15px;
    }

    .topbar-left i,
    .topbar-right span i {
        font-size: 16px;
        margin-right: 8px;
    }

    header {
        padding: 14px 18px;
    }

    .header-container {
        gap: 16px;
    }

    .navbar > ul {
        gap: 12px 16px;
    }

    .navbar > ul > li {
        width: 100%;
    }

    .navbar > ul > li > a {
        display: block;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid rgba(37, 48, 65, 0.08);
        border-radius: 18px;
        background-color: var(--surface-color);
    }

    .navbar > ul > li > a.active {
        padding: 12px 14px;
    }

    .nav-dropdown__trigger {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        gap: 12px;
        align-items: center;
    }

    .nav-dropdown__link {
        min-width: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 12px 14px;
        border: 1px solid rgba(37, 48, 65, 0.08);
        border-radius: 18px;
        background-color: var(--surface-color);
    }

    .nav-dropdown.is-current .nav-dropdown__link {
        padding: 12px 14px;
    }

    .nav-dropdown__toggle {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
    }

    .nav-dropdown__menu {
        width: 100%;
        margin-top: 10px;
        padding: 8px 0;
        border-radius: 22px;
        overflow: hidden;
    }

    .nav-dropdown:hover .nav-dropdown__menu,
    .nav-dropdown:focus-within .nav-dropdown__menu,
    .nav-dropdown.is-open .nav-dropdown__menu {
        transform: none;
    }

    .nav-dropdown__menu a {
        text-align: left;
        border: none;
        background: transparent;
        padding: 16px 18px;
    }

    .about {
        padding: 72px 16px;
    }

    .about-container {
        gap: 28px;
    }

    .about-image {
        min-height: 300px;
        border-radius: 24px;
    }

    .about-content h2 {
        font-size: clamp(2.1rem, 8vw, 3rem);
        margin-bottom: 18px;
    }

    .about-content p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .hero-carousel {
        padding: 18px 14px 32px;
    }

    .page-banner {
        min-height: 300px;
        padding: 46px 16px;
    }

    .page-banner__content {
        max-width: 100%;
    }

    .page-banner__content h1 {
        font-size: clamp(2.8rem, 11vw, 4rem);
        margin-bottom: 16px;
    }

    .page-banner__content p {
        gap: 10px;
        padding: 10px 18px;
        font-size: 1rem;
        flex-wrap: wrap;
    }

    .hero-carousel__viewport {
        border-radius: 24px;
    }

    .hero-slide {
        min-height: 560px;
        padding: 42px 24px 84px;
    }

    .hero-slide__eyebrow {
        padding: 8px 14px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .hero-slide h1,
    .hero-slide h2 {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
        margin-bottom: 16px;
        max-width: 100%;
    }

    .hero-slide p {
        font-size: 1rem;
        margin-bottom: 26px;
    }

    .hero-slide__cta {
        width: 100%;
        min-height: 54px;
        padding: 0 22px;
    }

    .hero-carousel__arrow {
        top: auto;
        bottom: 20px;
        transform: none;
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .hero-carousel__arrow--prev {
        left: 24px;
    }

    .hero-carousel__arrow--next {
        right: 24px;
    }

    .hero-carousel__controls {
        margin-top: 18px;
        gap: 10px;
    }

    .services {
        padding: 72px 16px;
    }

    .trust-strip {
        padding: 2px 16px 40px;
    }

    .trust-strip__container {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .trust-strip__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .trust-strip__content h2 {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .trust-strip__content p {
        font-size: 0.97rem;
    }

    .trust-strip__logos {
        grid-template-columns: 1fr;
    }

    .trust-strip__card {
        min-height: 200px;
        padding: 22px;
        border-radius: 24px;
    }

    .trust-strip__logo--city {
        max-width: 250px;
    }

    .trust-strip__logo--gas-safe {
        max-width: 210px;
    }

    .workflow-section {
        padding: 72px 16px 84px;
    }

    .workflow-section__intro {
        margin-bottom: 30px;
    }

    .workflow-section__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .workflow-section__intro h2 {
        font-size: clamp(1.95rem, 8vw, 2.8rem);
    }

    .workflow-section__intro p {
        font-size: 0.97rem;
    }

    .workflow-steps {
        gap: 16px;
    }

    .workflow-step {
        min-height: 260px;
        max-width: 100%;
        padding: 78px 34px 34px;
        border-radius: 24px;
    }

    .workflow-step.is-active {
        transform: none;
    }

    .workflow-step__number {
        top: 18px;
        right: 18px;
        min-width: 96px;
        height: 46px;
        border-radius: 14px;
        font-size: 0.84rem;
    }

    .workflow-step h3 {
        font-size: clamp(1.8rem, 5vw, 2.3rem);
        margin-bottom: 14px;
    }

    .workflow-step p {
        max-width: none;
        font-size: 1.08rem;
        line-height: 1.62;
    }

    .workflow-media {
        min-height: 340px;
        border-radius: 24px;
    }

    .workflow-media__overlay {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .services-container .services-title {
        max-width: 100%;
        margin-bottom: 14px;
    }

    .services-container .services-p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-item {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .service-item img {
        width: 68px;
        height: 68px;
        padding: 14px;
        margin-bottom: 20px;
        border-radius: 18px;
    }

    .service-item h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .services-hero {
        padding: 72px 16px 32px;
    }

    .services-hero__panel,
    .service-detail__content,
    .service-detail__sidebar {
        padding: 24px;
        border-radius: 26px;
    }

    .services-hero__stats,
    .service-directory__grid,
    .service-detail__checklist {
        grid-template-columns: 1fr;
    }

    .service-directory {
        padding: 32px 16px 84px;
    }

    .service-directory-card {
        padding: 24px;
        border-radius: 24px;
    }

    .service-detail {
        padding: 72px 16px 84px;
    }

    .service-detail__media {
        min-height: 280px;
        border-radius: 22px;
    }

    .stats-section {
        padding: 78px 16px;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }

    .stat-card {
        min-height: 280px;
        padding: 30px 18px;
    }

    .stat-card__icon {
        min-height: auto;
        margin-bottom: 18px;
        font-size: 3.6rem;
    }

    .stat-card__value {
        margin-bottom: 14px;
    }

    .stat-card__label {
        font-size: 1.3rem;
    }

    .gallery-showcase {
        padding: 72px 16px 84px;
    }

    .gallery-page-intro {
        padding: 72px 16px 48px;
    }

    .gallery-page-intro__eyebrow,
    .gallery-page-grid__eyebrow,
    .gallery-instagram__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .gallery-page-intro__content h2,
    .gallery-page-grid__intro h2,
    .gallery-instagram__content h2 {
        font-size: clamp(1.95rem, 8vw, 2.8rem);
    }

    .gallery-page-intro__content p,
    .gallery-page-grid__intro p,
    .gallery-instagram__content p {
        font-size: 0.97rem;
    }

    .gallery-page-intro__container {
        gap: 22px;
    }

    .gallery-page-intro__feature {
        min-height: 340px;
        border-radius: 24px;
    }

    .gallery-page-intro__feature-card {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .gallery-page-grid {
        padding: 20px 16px 72px;
    }

    .gallery-page-grid__intro {
        margin-bottom: 30px;
    }

    .gallery-page-grid__layout {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 16px;
    }

    .gallery-page-card,
    .gallery-page-card--wide,
    .gallery-page-card--tall {
        grid-column: auto;
        grid-row: auto;
        min-height: 280px;
        border-radius: 24px;
    }

    .gallery-page-card__overlay {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .gallery-page-card__overlay h3 {
        font-size: 1.2rem;
    }

    .gallery-instagram {
        padding: 0 16px 72px;
    }

    .gallery-instagram__container {
        padding: 24px;
        border-radius: 26px;
    }

    .gallery-instagram__link {
        min-height: auto;
        padding: 24px 20px;
        border-radius: 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .gallery-instagram__icon,
    .gallery-instagram__arrow {
        width: 60px;
        height: 60px;
        border-radius: 20px;
    }

    .contact-page-hero {
        padding: 72px 16px 40px;
    }

    .contact-page-hero__eyebrow,
    .contact-page-form__eyebrow,
    .contact-page-map__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .contact-page-hero__content h2,
    .contact-page-form__intro h2 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .contact-page-hero__content p,
    .contact-page-form__intro p,
    .contact-page-map__intro p {
        font-size: 0.97rem;
    }

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

    .contact-page-hero__media {
        min-height: 340px;
        border-radius: 24px;
    }

    .contact-page-hero__badge {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 16px 18px;
        border-radius: 18px;
    }

    .contact-page-cards {
        padding: 0 16px 34px;
    }

    .contact-page-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .contact-page-card h3 {
        font-size: 1.28rem;
    }

    .contact-page-connect {
        padding: 18px 16px 72px;
    }

    .contact-page-form,
    .contact-page-map__card {
        border-radius: 24px;
    }

    .contact-page-form {
        padding: 34px 22px 38px;
    }

    .contact-page-form__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-page-form__field input,
    .contact-page-form__field select,
    .contact-page-form__field textarea {
        padding: 16px;
    }

    .contact-page-form__field--full {
        margin-top: 18px;
    }

    .contact-page-form__button {
        width: 100%;
    }

    .contact-page-map__intro {
        padding: 24px 20px 18px;
    }

    .contact-page-map__frame {
        padding: 0 20px;
    }

    .contact-page-map__frame iframe {
        min-height: 320px;
        border-radius: 18px;
    }

    .contact-page-map__details {
        padding: 20px;
    }

    .gallery-showcase__intro {
        margin-bottom: 26px;
    }

    .gallery-showcase__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .gallery-showcase__intro h2 {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .gallery-showcase__intro p {
        font-size: 0.97rem;
    }

    .gallery-masonry {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 10px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .gallery-masonry__item {
        grid-column: auto !important;
        grid-row: auto !important;
        aspect-ratio: 4 / 3;
    }

    .gallery-masonry__item--tall-left,
    .gallery-masonry__item--tall-right,
    .gallery-masonry__item--center-tall {
        aspect-ratio: 3 / 4;
    }

    .team-section {
        padding: 72px 16px 84px;
    }

    .testimonials-section {
        padding: 72px 16px 84px;
    }

    .testimonials-intro {
        margin-bottom: 34px;
    }

    .testimonials-intro__eyebrow {
        padding: 8px 14px;
        font-size: 0.76rem;
        letter-spacing: 0.1em;
    }

    .testimonials-intro h2 {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .testimonials-intro p {
        font-size: 0.97rem;
    }

    .testimonial-card__quote-mark {
        top: 26px;
        right: 24px;
        width: 72px;
        height: 72px;
        font-size: 2.2rem;
    }

    .testimonial-card__bubble {
        min-height: auto;
        padding: 34px 24px;
    }

    .testimonial-card__bubble::after {
        left: 30px;
        width: 30px;
        height: 30px;
        bottom: -14px;
    }

    .testimonial-card__bubble p {
        font-size: 1.02rem;
        line-height: 1.85;
    }

    .testimonial-card__author {
        padding-left: 26px;
        margin-top: 28px;
        gap: 14px;
    }

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

    .testimonial-card__meta h3 {
        font-size: 1.45rem;
    }

    .testimonial-card__meta span {
        font-size: 1rem;
    }

    .team-p {
        margin-bottom: 36px;
        font-size: 0.97rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        max-width: 380px;
    }

    .team-card {
        border-radius: 22px;
    }

    .team-card__content {
        padding: 24px 18px 26px;
    }

    .team-card__socials {
        bottom: 18px;
        gap: 10px;
        opacity: 1;
        transform: translate(-50%, 0);
    }

    .team-card__media::after {
        opacity: 1;
    }

    .team-card__socials a {
        width: 42px;
        height: 42px;
    }

    .contact-booking {
        padding: 72px 16px 84px;
    }

    .contact-booking__panel {
        border-radius: 26px;
    }

    .contact-booking__media {
        min-height: 400px;
    }

    .contact-booking__content {
        padding: 40px 22px 44px;
    }

    .contact-booking__eyebrow {
        margin-bottom: 14px;
        font-size: 0.88rem;
    }

    .contact-booking__intro h2 {
        font-size: clamp(2.1rem, 8vw, 3rem);
        margin-bottom: 14px;
    }

    .contact-booking__intro p {
        font-size: 0.97rem;
    }

    .contact-booking__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-booking__field input,
    .contact-booking__field select,
    .contact-booking__field textarea {
        padding: 16px;
    }

    .contact-booking__field--message {
        margin-top: 18px;
    }

    .contact-booking__button {
        width: 100%;
    }

    .contact-booking__badge {
        top: 18px;
        left: 18px;
        right: 18px;
        width: auto;
    }

    .contact-booking__play {
        width: 128px;
        height: 128px;
    }

    .contact-booking__play-icon {
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }

    .contact-video-modal {
        padding: 18px;
    }

    .contact-video-modal__frame {
        padding: 20px;
        border-radius: 22px;
    }

    .contact-video-modal__video {
        width: min(100%, 400px);
        max-height: calc(100vh - 170px);
    }

    .contact-video-modal__close {
        top: -14px;
        right: -14px;
        width: 46px;
        height: 46px;
    }

    .site-footer__top {
        padding: 72px 16px 40px;
    }

    .site-footer__container:not(.site-footer__container--bottom) {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer__heading {
        margin-bottom: 20px;
        font-size: 1.45rem;
    }

    .site-footer__description {
        font-size: 1rem;
        line-height: 1.8;
    }

    .site-footer__gallery {
        max-width: 360px;
    }

    .site-footer__container--bottom {
        min-height: 132px;
        padding: 20px 0 84px;
        justify-content: center;
    }

    .site-footer__copyright {
        font-size: 1rem;
        max-width: 28ch;
    }

    .back-to-top {
        right: 50%;
        top: auto;
        bottom: 20px;
        transform: translate(50%, 20px);
    }

    .back-to-top.is-visible {
        transform: translate(50%, 0);
    }

    .back-to-top:hover {
        transform: translate(50%, -4px);
    }
}

@media (max-width: 575px) {
    .topbar-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .logo img {
        width: 132px;
    }

    .nav-dropdown__toggle {
        width: 40px;
        height: 40px;
    }

    .nav-button {
        padding: 14px 18px;
    }

    .hero-slide {
        min-height: 520px;
        padding: 34px 18px 84px;
    }

    .page-banner {
        min-height: 260px;
        padding: 40px 14px;
    }

    .page-banner__content h1 {
        font-size: clamp(2.35rem, 12vw, 3.3rem);
    }

    .page-banner__content p {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        border-radius: 22px;
        line-height: 1.5;
    }

    .hero-slide__eyebrow {
        letter-spacing: 0.05em;
    }

    .hero-slide p {
        font-size: 0.95rem;
    }

    .services {
        padding: 64px 14px;
    }

    .trust-strip {
        padding: 0 14px 34px;
    }

    .trust-strip__container {
        padding: 20px 16px;
        border-radius: 22px;
    }

    .trust-strip__content h2 {
        font-size: clamp(1.75rem, 10vw, 2.3rem);
    }

    .trust-strip__card {
        min-height: 176px;
        padding: 18px;
        border-radius: 20px;
    }

    .trust-strip__logo--city {
        max-width: 220px;
    }

    .trust-strip__logo--gas-safe {
        max-width: 180px;
    }

    .workflow-section {
        padding: 64px 14px 76px;
    }

    .workflow-section__intro {
        margin-bottom: 24px;
    }

    .workflow-step {
        min-height: 220px;
        padding: 70px 20px 24px;
    }

    .workflow-step__number {
        min-width: 84px;
        height: 40px;
        font-size: 0.76rem;
        top: 14px;
        right: 14px;
    }

    .workflow-media {
        min-height: 300px;
        border-radius: 22px;
    }

    .workflow-step h3 {
        font-size: clamp(1.65rem, 7vw, 1.95rem);
        margin-bottom: 10px;
    }

    .workflow-step p {
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .workflow-media__overlay strong {
        font-size: 1rem;
    }

    .services-container .services-title {
        font-size: clamp(2rem, 10vw, 2.5rem);
    }

    .services-container .services-p {
        margin-bottom: 32px;
    }

    .service-item {
        padding: 24px 18px;
    }

    .service-item p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .about {
        padding: 64px 14px;
    }

    .about-image {
        min-height: 240px;
        border-radius: 22px;
    }

    .about-content h2 {
        font-size: clamp(1.95rem, 10vw, 2.5rem);
    }

    .about-btn {
        width: 100%;
    }

    .services-hero {
        padding: 64px 14px 24px;
    }

    .services-hero__panel,
    .service-detail__content,
    .service-detail__sidebar {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .services-hero__content h1,
    .service-detail__content h1 {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .services-hero__cta,
    .services-hero__link,
    .service-detail__cta {
        width: 100%;
    }

    .services-hero__stat {
        padding: 18px 16px;
        border-radius: 20px;
    }

    .service-directory {
        padding: 24px 14px 76px;
    }

    .service-directory-card,
    .service-detail__quick-links a {
        border-radius: 20px;
    }

    .service-detail {
        padding: 64px 14px 76px;
    }

    .service-detail__media {
        min-height: 220px;
    }

    .stats-section {
        padding: 64px 14px;
    }

    .stat-card {
        min-height: 250px;
    }

    .gallery-showcase {
        padding: 64px 14px 76px;
    }

    .gallery-page-intro {
        padding: 64px 14px 42px;
    }

    .gallery-page-intro__feature {
        min-height: 280px;
        border-radius: 22px;
    }

    .gallery-page-intro__feature-card {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }

    .gallery-page-grid {
        padding: 18px 14px 64px;
    }

    .gallery-page-grid__layout {
        gap: 12px;
    }

    .gallery-page-card,
    .gallery-page-card--wide,
    .gallery-page-card--tall {
        min-height: 240px;
        border-radius: 22px;
    }

    .gallery-page-card__overlay span {
        padding: 7px 12px;
        font-size: 0.72rem;
    }

    .gallery-page-card__overlay h3 {
        font-size: 1.05rem;
    }

    .gallery-instagram {
        padding: 0 14px 64px;
    }

    .gallery-instagram__container {
        padding: 18px;
        border-radius: 22px;
    }

    .gallery-instagram__link {
        padding: 18px 16px;
    }

    .gallery-instagram__text strong {
        font-size: 1.25rem;
    }

    .gallery-instagram__text small {
        font-size: 0.88rem;
    }

    .contact-page-hero {
        padding: 64px 14px 34px;
    }

    .contact-page-hero__media {
        min-height: 280px;
        border-radius: 22px;
    }

    .contact-page-hero__badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }

    .contact-page-cards {
        padding: 0 14px 28px;
    }

    .contact-page-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .contact-page-card__icon {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
        border-radius: 18px;
        font-size: 1.25rem;
    }

    .contact-page-connect {
        padding: 16px 14px 64px;
    }

    .contact-page-form,
    .contact-page-map__card {
        border-radius: 22px;
    }

    .contact-page-form {
        padding: 28px 16px 32px;
    }

    .contact-page-form__field span {
        font-size: 0.92rem;
    }

    .contact-page-form__field textarea {
        min-height: 140px;
    }

    .contact-page-form__button {
        min-height: 52px;
        font-size: 0.92rem;
        padding: 0 20px;
    }

    .contact-page-map__intro {
        padding: 20px 16px 16px;
    }

    .contact-page-map__intro h3 {
        font-size: 1.45rem;
    }

    .contact-page-map__frame {
        padding: 0 16px;
    }

    .contact-page-map__frame iframe {
        min-height: 260px;
    }

    .contact-page-map__details {
        gap: 14px;
        padding: 16px;
    }

    .contact-page-map__details div {
        padding: 16px;
        border-radius: 16px;
    }

    .gallery-masonry {
        gap: 8px;
    }

    .team-section {
        padding: 64px 14px 76px;
    }

    .testimonials-section {
        padding: 64px 14px 76px;
    }

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

    .testimonial-card__quote-mark {
        top: 20px;
        right: 18px;
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .testimonial-card__bubble {
        padding: 28px 18px;
    }

    .testimonial-card__bubble p {
        font-size: 0.97rem;
    }

    .testimonial-card__author {
        padding-left: 18px;
    }

    .testimonial-card__avatar {
        width: 62px;
        height: 62px;
        border-width: 4px;
    }

    .testimonial-card__meta h3 {
        font-size: 1.2rem;
    }

    .testimonial-card__meta span {
        font-size: 0.92rem;
    }

    .expert-team {
        font-size: clamp(2rem, 10vw, 2.5rem);
    }

    .team-card__content h2 {
        font-size: 1.25rem;
    }

    .team-card__content p {
        font-size: 0.9rem;
    }

    .contact-booking {
        padding: 64px 14px 76px;
    }

    .contact-booking__panel {
        border-radius: 22px;
    }

    .contact-booking__media {
        min-height: 320px;
    }

    .contact-booking__content {
        padding: 34px 16px 38px;
    }

    .contact-booking__field span {
        font-size: 0.92rem;
    }

    .contact-booking__field textarea {
        min-height: 130px;
    }

    .contact-booking__button {
        min-height: 52px;
        font-size: 0.92rem;
        padding: 0 20px;
    }

    .contact-booking__badge {
        padding: 14px 16px;
        border-radius: 14px;
    }

    .contact-booking__badge strong {
        font-size: 0.96rem;
    }

    .contact-booking__play {
        width: 108px;
        height: 108px;
    }

    .contact-booking__play-ring {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08);
    }

    .contact-booking__play-icon {
        width: 52px;
        height: 52px;
    }

    .contact-video-modal {
        padding: 12px;
    }

    .contact-video-modal__frame {
        padding: 14px;
        border-radius: 18px;
    }

    .contact-video-modal__title {
        margin-bottom: 12px;
        font-size: 1.05rem;
    }

    .contact-video-modal__video {
        border-radius: 14px;
        width: 100%;
        max-height: calc(100vh - 150px);
    }

    .contact-video-modal__close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .site-footer__top {
        padding: 64px 14px 34px;
    }

    .site-footer__logo {
        margin-bottom: 22px;
    }

    .site-footer__logo img {
        width: 172px;
    }

    .site-footer__socials {
        gap: 12px;
        margin-top: 24px;
    }

    .site-footer__socials a,
    .back-to-top {
        width: 46px;
        height: 46px;
    }

    .site-footer__contact-list span:last-child,
    .site-footer__links a {
        font-size: 0.98rem;
    }

    .site-footer__gallery {
        max-width: 100%;
        gap: 8px;
    }

    .site-footer__container--bottom {
        min-height: 120px;
        padding: 18px 0 76px;
    }

    .site-footer__copyright {
        font-size: 0.94rem;
    }

    .back-to-top {
        bottom: 16px;
    }
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet */
@media (max-width: 900px) {
  .call-to-action {
    gap: 25px;
  }

  .call-to-action-circle {
    width: 140px;
    height: 140px;
  }

  .call-to-action-circle img {
    width: 45px;
    height: 45px;
  }

  .arrow {
    width: 50px;
    transform: translateY(-5px);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .call-to-action {
    flex-direction: column;
    gap: 30px;
  }

  .arrow {
    transform: rotate(90deg); /* arrows point down */
    width: 40px;
  }

  .call-to-action-circle {
    width: 120px;
    height: 120px;
  }

  .call-to-action-circle img {
    width: 40px;
    height: 40px;
  }

  .call-to-action-container p {
    font-size: 18px;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .service-item {
        padding: 35px 25px;
    }
}
