/* Mobile / tablet — max-width 768px */

@media (max-width: 768px) {
  /* Header */
  html {
    scroll-padding-top: 72px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header {
    padding-top: 58px;
  }

  .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    padding: 0.65rem 1rem;
  }

  .top-actions {
    margin-left: 0;
    gap: 0.5rem !important;
  }

  .mobile-nav-collapse {
    margin-top: 0.5rem;
    padding: 1rem 1rem 0.25rem;
    background: #fff;
  }

  .mobile-nav {
    padding: 0.5rem 1rem 0.25rem;
  }

  .mobile-nav a {
    padding: 0.65rem 1rem;
  }

  .brand-bar {
    background: var(--rencon-orange);
    padding-top: 1rem;
  }

  .brand-bar-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .logo-gap {
    display: none;
  }

  .promo-segment,
  .contact-segment {
    background: var(--rencon-orange);
    clip-path: none;
    padding: 0.6rem 1rem;
    justify-content: center;
    text-align: center;
  }

  .contact-segment {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding-top: 1rem;
    padding-bottom: 0.65rem;
  }

  .promo-text {
    white-space: normal;
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .btn-phone span {
    display: none;
  }

  .btn-phone {
    padding: 0.4rem 1rem;
  }

  .btn-book {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
  }

  .btn-book-icon {
    display: inline-flex;
  }

  .logo-block--mobile {
    max-width: 100px;
  }

  .logo-block--mobile img {
    max-height: 38px;
  }

  .contact-item {
    font-size: 0.72rem;
  }

  /* Hero */
  .hero-title {
    max-width: none;
    margin-bottom: 1.25rem;
    font-size: 1.65rem;
    line-height: 1.15;
  }

  .hero-features {
    max-width: none;
    gap: 0.75rem;
  }

  .hero-feature {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    padding: 0.85rem 1rem;
    gap: 0.75rem;
  }

  .hero-visual {
    min-height: auto;
    justify-content: center;
  }

  .hero-feature-icon {
    width: 40px;
    height: 40px;
  }

  .hero-feature-title {
    font-size: 0.88rem;
  }

  .hero-feature-text {
    font-size: 0.78rem;
  }

  .review-badge {
    width: 100px;
    height: 100px;
    left: 4px;
  }

  .review-text {
    font-size: 0.55rem;
    max-width: 70px;
  }

  /* Lifestyle */
  .lifestyle {
    padding: 3rem 1rem 2.5rem;
  }

  .lifestyle-title,
  .lifestyle-text {
    max-width: none;
  }

  .lifestyle-side-images {
    margin: 0 auto;
    max-width: 400px;
  }

  .lifestyle-arch-wrap {
    max-width: 280px;
  }

  .seal-badge-img {
    width: 110px;
    height: 110px;
  }

  /* Homepage — family values & CEO quote */
  .home-family-values {
    padding: 0 1rem 0.5rem;
  }

  .home-family-values__card {
    padding: 1.25rem 1rem 1.5rem;
    border-radius: 24px;
  }

  .home-family-values__copy {
    padding: 0.25rem 0;
  }

  .home-family-values__arc {
    left: -25%;
    width: 85%;
    max-width: 280px;
  }

  .home-family-values__logo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: block;
    width: 88px;
    margin: 0 auto 1rem;
  }

  .home-family-values__media {
    margin-left: 0;
  }

  .home-family-values__callout {
    position: static;
    max-width: none;
  }

  .home-family-values__image + .home-family-values__callout {
    margin-top: 1rem;
  }

  .home-family-values__callout + .home-family-values__callout {
    margin-top: 0.65rem;
  }

  .home-ceo-quote {
    padding: 0 1rem 1.25rem;
  }

  .home-ceo-quote__panel {
    padding: 1.25rem 1rem;
    clip-path: none;
    border-radius: 24px;
  }

  .home-ceo-quote__portrait {
    min-height: 200px;
    max-width: 200px;
  }

  .home-ceo-quote__arch {
    width: 180px;
    height: 200px;
    border-radius: 90px 90px 0 0;
  }

  .partner-logos {
    gap: 0.75rem;
  }

  .partner-logo {
    width: calc(50% - 0.5rem);
    height: 80px;
  }

  /* Services */
  .services-header {
    padding: 2.5rem 1rem 1.5rem;
  }

  .services-body {
    border-radius: 40px 40px 0 0;
    margin-top: 20px;
    padding: 0px 1rem 3rem;
  }

  .services-grid-top {
    transform: translateY(-70px);
    margin-bottom: -25px;
    grid-template-columns: 1fr;
  }

  .services-grid-bottom {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
  }

  .services-grid-bottom .service-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .service-card-img {
    width: 260px;
    height: 260px;
  }

  .service-card-title {
    padding: 0.5rem 1rem;
    white-space: normal;
    max-width: 220px;
  }

  .service-card-text {
    max-width: 300px;
  }

  .services-stats {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .services-stats__panel {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }

  .services-stats__tagline {
    padding-left: 0.5rem;
    text-align: center;
  }

  .services-stats__grid {
    flex-direction: column;
    gap: 1.25rem;
  }

  .services-stats__item {
    padding: 0;
  }

  .services-stats__item + .services-stats__item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 1.25rem;
  }

  .services--page .services-body {
    margin-top: 20px;
  }

  .service-detail {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .service-detail__img {
    border-radius: 48px 12px 48px 12px;
  }

  .service-detail__feature {
    padding: 0.6rem 0.85rem;
  }

  .service-detail-duo {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .service-detail-card__img {
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .services-why-us__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .services-why-us__content {
    order: 2;
    width: 100%;
    padding: 2rem 1.25rem;
  }

  .services-why-us__media {
    order: 1;
    width: 100%;
  }

  .services-why-us__body {
    max-width: none;
    margin-left: 0;
  }

  .services-why-us__card {
    padding: 1rem;
  }

  .service-hero__visual {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 3.5rem;
  }

  .service-hero__google {
    top: 2%;
    left: 2%;
  }

  .service-hero__card {
    max-width: 220px;
    padding: 0.85rem;
  }

  .service-hero__card--quality {
    top: 24%;
    right: 0;
  }

  .service-hero__card--licensed {
    bottom: 18%;
    left: 0;
  }

  .service-hero__seal {
    width: 100px;
    height: 100px;
    right: 4%;
    bottom: 4%;
  }

  .service-section-1__title {
    position: static;
    max-width: none;
    margin-top: 1.25rem;
    padding: 0 1.25rem;
    text-align: left;
  }

  .service-section-1__visual {
    line-height: inherit;
  }

  .service-section-1__text-wrap {
    padding-top: 1.5rem;
  }

  .service-section-2__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: stretch;
  }

  .service-section-2__card:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 110px;
  }

  .service-section-2__card--tall,
  .service-section-2__card--mid,
  .service-section-2__card--short {
    min-height: 0;
  }

  .service-section-2__card {
    min-height: 165px;
    padding: 1rem 0.65rem 0.85rem;
    border-radius: 18px;
    gap: 0.5rem;
  }

  .service-section-2__card-icon-wrap {
    min-height: 28px;
    flex: 0 0 auto;
  }

  .service-section-2__card-icon {
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
  }

  .service-section-2__card-title {
    font-size: 0.9rem;
    margin-bottom: 0.35rem !important;
  }

  .service-section-2__card-text {
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .service-section-2__card--no-icon .service-section-2__card-copy {
    margin-top: 0;
  }

  .service-page-cta-overlap {
    margin-top: 0;
  }

  .service-section-3__row {
    min-height: 0;
  }

  .service-section-3__content-inner {
    width: 80%;
    padding: 1.75rem 1.25rem;
    max-width: none;
  }

  .service-section-3__image {
    min-height: 280px;
  }

  .service-section-3__image.rounded-end,
  .service-section-3__image.rounded-start {
    border-radius: 0 0 24px 24px;
  }

  .service-section-4__panel {
    padding: 2rem 0 1.75rem;
    background-size: cover;
  }

  .service-section-4__steps {
    gap: 1.25rem;
  }

  .service-section-4__description {
    max-width: none;
  }

  /* Testimonials */
  .testimonials {
    padding: 1rem 1rem 3rem;
  }

  .testimonials-panel {
    border-radius: 32px 32px 0 0;
    padding: 2.5rem 1rem 3rem;
  }

  .testimonials-slider-wrap {
    padding: 1rem;
  }

  .testimonial-slide {
    padding: 1rem;
  }

  .testimonials-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-summary {
    width: 100%;
    gap: 0.75rem;
    padding: 0.45rem 0.45rem 0.45rem 1rem;
  }

  .testimonials-summary-left {
    gap: 0.6rem;
  }

  .testimonials-summary-google {
    width: 28px;
    height: 28px;
  }

  .testimonials-summary-count {
    white-space: normal;
  }

  .btn-see-reviews {
    padding: 0.65rem 1rem;
  }

  /* Why choose + CTA */
  .why-choose-visual {
    position: relative;
    overflow: hidden;
  }

  .why-choose-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .why-choose-overlay {
    position: absolute;
    inset: 0;
  }

  .why-choose-content {
    position: relative;
    inset: auto;
    padding: 2rem 1rem 1.5rem;
  }

  .why-choose-title {
    margin-bottom: 1.25rem;
  }

  .why-choose-features {
    max-width: none;
  }

  .why-choose-features .col-md-5,
  .why-choose-features .col-md-6 {
    justify-content: flex-start !important;
  }

  .why-choose-pin {
    max-width: 100%;
  }

  .why-choose-card-body {
    max-width: none;
    flex: 1;
  }

  .why-choose-cta-wrap {
    margin-top: 0;
    padding: 1rem 1rem 2rem;
  }

  .why-choose-cta {
    border-radius: 32px;
    padding: 2rem 1rem;
  }

  .why-choose-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-cta-phone,
  .btn-cta-quote {
    width: 100%;
    justify-content: center;
  }

  /* Process */
  .process {
    padding: 3rem 1rem 4rem;
  }

  .process-panel {
    min-height: auto;
    padding: 1rem;
  }

  .process-panel-bg {
    position: relative;
    width: 100%;
    height: clamp(200px, 40vw, 280px);
    clip-path: none;
    border-radius: 12px;
  }

  .process-title {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0 auto;
    padding: 1.75rem 1rem 1rem;
  }

  .process-cards {
    margin-top: 0;
    padding: 1.5rem 1rem 1rem;
  }

  .process-card {
    padding: 1.25rem 1.15rem;
  }

  .process-step {
    font-size: 2rem;
  }

  /* Contact */
  .contact {
    padding: 3rem 1rem 4rem;
  }

  .contact-card {
    padding: 1.75rem 1.5rem 2rem;
  }

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

  .contact-pill {
    width: 100%;
  }

  .contact-form-actions {
    justify-content: stretch;
  }

  .btn-contact-submit {
    width: 100%;
  }

  /* Footer */
  .footer-main-members,
  .footer-main-brand {
    width: 100%;
  }

  .footer-gallery-slide {
    height: 160px;
  }

  .footer-gallery-slide img {
    height: 160px;
  }

  .page-header {
    padding: 2.5rem 1rem 2rem;
  }

  .page-header-badge {
    margin-bottom: 1rem;
    font-size: 0.68rem;
  }

  .page-header-title {
    font-size: 1.75rem;
  }

  .page-header-subtitle {
    font-size: 0.88rem;
  }

  .about-us-side-img {
    max-width: none;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  }

  .about-story-quote {
    font-size: 1.05rem;
  }

  .about-service-panel,
  .about-service-panel__img {
    min-height: 200px;
  }

  .about-service-panel__num {
    font-size: 2rem;
    padding: 0.75rem !important;
  }

  .about-service-panel__title {
    font-size: 0.82rem;
    padding: 0.75rem !important;
  }

  .about-core-strength__intro {
    max-width: none;
    margin-bottom: 1rem;
  }

  .about-core-strength__media {
    margin-bottom: 1rem;
  }

  .about-core-strength__copy {
    max-width: none;
    margin-left: 0;
  }

  .about-core-strength__pill {
    font-size: 0.7rem;
    padding: 0.4rem 0.65rem;
    white-space: normal;
    max-width: 9rem;
  }

  .about-core-strength__pill--licensed {
    left: 4%;
    bottom: 12%;
  }

  .about-core-strength__pill--pricing {
    left: 28%;
    top: 32%;
  }

  .about-core-strength__pill--quality {
    left: 50%;
    top: 18%;
  }

  .about-core-strength__pill--design {
    right: 4%;
    bottom: 14%;
  }
}
