﻿/* Responsive */
@media (max-width: 1200px) {
  nav {
    padding-right: var(--container-padding-tablet);
    padding-left: var(--container-padding-tablet);
  }

  .section {
    padding-right: var(--container-padding-tablet);
    padding-left: var(--container-padding-tablet);
  }

  footer {
    padding-right: var(--container-padding-tablet);
    padding-left: var(--container-padding-tablet);
  }

  .hero-float-img {
    right: 32px;
    height: 62vh;
  }

  .product-hero-image {
    right: 42px;
    height: 56vh;
  }

  .tpe-hero-image {
    right: 8px;
    bottom: 50%;
    width: min(42vw, 420px);
    height: auto;
    transform: translateY(50%);
  }

  .monnayeurs-hero-image {
    right: 42px;
    bottom: 10%;
    height: 60vh;
  }

  .range-band {
    grid-template-columns: 1fr 1fr;
  }

  .about-row,
  .product-overview,
  .seo-grid,
  .product-spec-layout,
  .controller-layout,
  .proof-layout,
  .showrooms-grid,
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .assurance-grid,
  .process-grid,
  .product-metrics,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .range-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-module {
    grid-template-columns: 1fr;
  }

  .solution-panel {
    padding: 26px 22px 24px;
    border-radius: 20px;
  }

  .solution-preview {
    max-width: 100%;
  }

  .solution-preview-screen {
    min-height: 280px;
  }

  .solution-panel-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kiosk-frame {
    width: min(100%, 280px);
  }

  .kiosk-screen {
    min-height: 280px;
  }

  .solution-panel-title {
    font-size: 28px;
  }

  .config-filters {
    grid-template-columns: 1fr;
  }

  .choose-grid {
    grid-template-columns: 1fr;
  }

  .prod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .products-section .prod-grid {
    grid-template-columns: 1fr 1fr;
  }

  .metiers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bakery-platform,
  .bakery-split,
  .bakery-split--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bakery-needs-grid {
    grid-template-columns: 1fr;
  }

  .bakery-platform-frame,
  .bakery-console,
  .bakery-scale-panel,
  .bakery-backoffice-panel {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .bakery-sync-panel {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body {
    cursor: auto;
  }

  #cur,
  #cur-ring {
    display: none !important;
  }

  nav {
    padding: 18px var(--container-padding-mobile);
    border-bottom: 1px solid rgba(240, 237, 232, 0.07) !important;
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(16px) !important;
    mix-blend-mode: normal !important;
  }

  .nav-links,
  .nav-contact,
  .nav-phone {
    display: none !important;
  }

  .hbg {
    display: flex;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 112px var(--container-padding-mobile) 56px;
  }

  .hero-title {
    font-size: clamp(48px, 12vw, 72px) !important;
    letter-spacing: -2px;
  }

  .hero-float-img {
    display: none !important;
  }

  .product-hero-image {
    display: none !important;
  }

  .monnayeurs-hero-image {
    display: none !important;
  }

  .hero-eyebrow {
    margin-bottom: 24px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 40px;
  }

  .hero-desc,
  .hero-desc-secondary {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-proof-list {
    margin-top: 22px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn-hero {
    justify-content: center;
    width: 100%;
    padding: 16px 28px;
    font-size: 15px;
  }

  .btn-hero-ghost {
    font-size: 14px;
  }

  .hero-scroll-hint {
    display: none;
  }

  .section {
    padding: 72px var(--container-padding-mobile);
  }

  .about-row,
  .product-overview,
  .seo-grid,
  .product-spec-layout,
  .controller-layout,
  .proof-layout,
  .showrooms-grid,
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .assurance-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .assurance-grid,
  .process-grid,
  .product-metrics,
  .feature-grid {
    grid-template-columns: 1fr;
  }


  .range-grid {
    grid-template-columns: 1fr;
  }

  .range-band-section {
    display: none;
  }

  .product-cta-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .product-strip-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .controller-visual {
    min-height: auto;
  }

  .controller-phone {
    transform: none;
  }

  .controller-notification {
    left: 0;
    right: 0;
  }

  .controller-notification-stack {
    left: 12px;
    right: 12px;
  }

  .controller-notification--one {
    top: 0;
  }

  .controller-notification--two {
    top: 92px;
  }

  .choose-column {
    padding: 22px 20px;
  }

  .range-card {
    padding: 24px 20px 22px;
    border-radius: 20px;
  }

  .range-media {
    height: 164px;
    margin-bottom: 18px;
  }

  .range-title {
    font-size: 24px;
  }

  .process-title,
  .proof-title,
  .product-section-title {
    font-size: clamp(30px, 8vw, 44px);
    letter-spacing: -1.5px;
  }

  .about-number {
    margin-bottom: -10px;
    font-size: clamp(72px, 22vw, 110px);
    letter-spacing: -4px;
  }

  .about-title,
  .seo-title {
    font-size: clamp(30px, 8vw, 44px);
    letter-spacing: -1.5px;
  }

  .product-highlight-media {
    min-height: 320px;
    padding-top: 28px;
  }

  .product-highlight-media img {
    max-height: 260px;
  }

  .range-story-item {
    gap: 12px;
  }

  .range-story-step {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .range-story-copy strong {
    font-size: 18px;
  }

  .range-story-copy span {
    font-size: 10px;
  }

  .product-highlight-card--stretch .product-highlight-media--range-map,
  .range-story {
    height: auto;
    min-height: 0;
  }

  .about-body {
    max-width: 100%;
    font-size: 15px;
  }

  .about-img-wrap {
    height: 300px;
    border-radius: 18px;
  }

  .about-stat-cards {
    position: static;
    flex-direction: row;
    gap: 12px;
    margin-top: 16px;
    transform: none;
  }

  .asc {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
  }

  .value-desc {
    display: none;
  }

  .prod-grid,
  .metiers-grid {
    grid-template-columns: 1fr;
  }

  .products-section .prod-grid {
    grid-template-columns: 1fr;
  }

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

  .spec-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 22px;
    border-radius: 22px;
  }

  .contact-panel-title {
    font-size: clamp(30px, 8vw, 42px);
    letter-spacing: -1.5px;
  }

  .contact-panel-copy {
    max-width: 100%;
    font-size: 15px;
  }

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

  .contact-panel-form {
    padding: 18px;
    border-radius: 18px;
  }

  .contact-panel-actions {
    flex-direction: column;
  }

  .contact-panel-actions .btn-hero,
  .contact-panel-actions .btn-hero-ghost {
    width: 100%;
  }

  .compare-table {
    min-width: 100%;
    table-layout: fixed;
  }

  .compare-mobile-picker {
    display: flex;
  }

  .compare-picker-group {
    width: 100%;
  }

  .compare-product-head {
    min-width: 0;
    gap: 10px;
  }

  .compare-product-head img {
    height: 96px;
  }

  .compare-placeholder {
    width: 78px;
    height: 96px;
    font-size: 34px;
  }

  .compare-table-wrap .compare-table tr > :first-child {
    width: 40%;
  }

  .compare-table-wrap .compare-table tr > :nth-child(2),
  .compare-table-wrap .compare-table tr > :nth-child(3),
  .compare-table-wrap .compare-table tr > :nth-child(4),
  .compare-table-wrap .compare-table tr > :nth-child(5) {
    width: 30%;
  }

  .prod-grid {
    border-radius: 18px;
  }

  .bakery-platform-frame,
  .bakery-console,
  .bakery-scale-panel,
  .bakery-backoffice-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .bakery-sync-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .bakery-platform-grid,
  .bakery-scale-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bakery-console-actions {
    grid-template-columns: 1fr 1fr;
  }

  .bakery-backoffice-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .bakery-sync-panel {
    min-height: 420px;
  }

  .bakery-sync-top {
    top: 22px;
    left: 18px;
    right: 18px;
    gap: 10px;
  }

  .bakery-sync-brand {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 11px;
  }

  .bakery-sync-center {
    width: min(100%, 190px);
    padding: 16px;
  }

  .bakery-sync-line {
    width: 30%;
  }

  .bakery-sync-line--left {
    left: 12%;
  }

  .bakery-sync-line--right {
    right: 12%;
  }

  .bakery-sync-arrow--left {
    left: 38%;
  }

  .bakery-sync-arrow--right {
    right: 38%;
  }

  .bakery-console {
    grid-template-columns: 1fr;
  }

  .bakery-need,
  .bakery-feature {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bakery-need-copy h3,
  .bakery-feature-body h3 {
    font-size: 22px;
  }

  .bakery-platform-card strong {
    font-size: 20px;
  }

  .process-media {
    height: 150px;
    margin-bottom: 18px;
  }

  .process-media img {
    max-height: 122px;
  }

  .bakery-platform-copy .product-section-title,
  .bakery-split-copy .product-section-title {
    margin-bottom: 14px;
  }

  .bakery-platform-copy p,
  .bakery-split-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .prod-title,
  .metiers-title {
    font-size: clamp(40px, 11vw, 60px);
    letter-spacing: -2px;
  }

  .prod-header {
    margin-bottom: 48px;
  }

  .product-head,
  .process-head {
    margin-bottom: 48px;
  }

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

  .prod-img-area {
    height: 180px;
    margin-bottom: 20px;
  }

  .prod-name {
    font-size: 22px;
    letter-spacing: -0.5px;
  }

  .metier-card {
    padding: 22px 18px;
    border-radius: var(--radius-md);
  }

  .metier-arrow {
    right: 16px;
    bottom: 16px;
  }

  .sr-card {
    padding: 26px 22px;
    border-radius: var(--radius-md);
  }

  .sr-city {
    font-size: 26px;
  }

  .sr-phone {
    font-size: 20px;
  }

  footer {
    padding: 48px var(--container-padding-mobile) 0;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
    font-size: 10px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: clamp(40px, 11.5vw, 58px) !important;
    letter-spacing: -1.5px;
  }

  .about-stat-cards {
    flex-direction: column;
    gap: 8px;
  }

  .asc {
    padding: 12px 14px;
  }
}
/* Home Redesign */
@media (max-width: 1200px) {
  .home-story-grid,
  .home-approach-grid,
  .home-social-proof {
    grid-template-columns: 1fr;
  }

  .home-story-frame {
    max-width: 760px;
    margin: 0 auto;
  }

  .home-need-row,
  .home-sector-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-need-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

@media (max-width: 768px) {
  .home-story-title,
  .home-section-title {
    font-size: clamp(30px, 8vw, 44px);
    letter-spacing: -0.05em;
  }

  .home-story-lead,
  .home-story-body,
  .home-section-intro,
  .home-need-main p,
  .home-sector-row p,
  .home-approach-step p {
    font-size: 15px;
  }

  .home-story-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-story-trust {
    gap: 8px;
    margin-top: 20px;
  }

  .home-story-points {
    gap: 12px;
  }

  .home-story-point {
    padding-left: 14px;
  }

  .home-story-actions .btn-hero,
  .home-story-actions .btn-hero-ghost {
    width: 100%;
    justify-content: center;
  }

  .home-story-frame {
    padding: 22px;
    border-radius: 24px;
  }

  .home-story-visual-head strong {
    max-width: none;
    font-size: 22px;
  }

  .home-story-points {
    margin-top: 26px;
  }

  .home-story-stage {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .home-story-main-card {
    padding: 22px 20px 20px;
    border-radius: 22px;
  }

  .home-story-metrics {
    grid-template-columns: 1fr;
  }

  .home-story-feature {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .home-needs-head,
  .home-sectors-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .home-sectors-showcase {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .home-sectors-showcase-copy strong {
    font-size: 24px;
  }

  .home-sectors-showcase-link {
    width: 100%;
  }

  .home-sectors-showcase-media {
    min-height: 220px;
  }

  .home-sectors-showcase-media img {
    right: 50%;
    bottom: -4px;
    height: 108%;
    transform: translateX(50%);
  }

  .home-sectors-panel {
    padding: 4px 18px 2px;
    border-radius: 22px;
  }

  .home-social-proof {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .home-social-proof-copy strong {
    font-size: 24px;
  }

  .home-social-proof-stats {
    grid-template-columns: 1fr;
  }

  .prod-header-note {
    max-width: none;
    text-align: left;
  }

  .products-section .prod-header {
    align-items: flex-start;
  }

  .home-need-row {
    padding: 22px 0;
  }

  .home-need-main h3,
  .home-sector-name h3 {
    font-size: 24px;
  }

  .home-need-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .home-sector-row {
    padding: 22px 0;
  }

  .home-approach-step {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
}
