/* =========================================================
   RESPONSIVE.CSS — version mobile/tablette uniquement
   Desktop non modifié : ces règles ne s'activent que sous 1100px.
========================================================= */

@media (max-width: 1100px) {
  html {
    font-size: 15px;
  }

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

  .work-v2,
  .project-showcase,
  .case-page,
  .about-v2,
  .contact-transmission {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .work-card-v2.wide {
    grid-column: span 2;
  }

  .case-hero,
  .panorama-hero-clean,
  .case-statement,
  .case-grid-text,
  .case-split,
  .case-video-block,
  .gallery-intro,
  .motion-item,
  .about-v2-hero,
  .about-skills-grid,
  .about-contact-strip {
    grid-template-columns: 1fr !important;
  }

  .case-hero,
  .about-v2-hero {
    min-height: auto;
  }

  .motion-item video,
  .motion-item iframe,
  .case-video-block video,
  .case-video-block iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  body::before {
    opacity: .22;
  }

  /* NAV */
  .nav,
  .nav-system {
    top: 12px;
    padding: 0 12px;
  }

  .nav-shell {
    width: calc(100vw - 24px);
    justify-content: space-between;
    gap: 8px;
    padding: 7px 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-shell::-webkit-scrollbar {
    display: none;
  }

  .logo-link {
    width: 92px;
    min-width: 92px;
    height: 34px;
  }

  .logo-link img {
    width: 78px;
    height: 26px;
  }

  .nav-separator {
    display: none;
  }

  .nav-links,
  .nav-radar {
    gap: 7px;
    font-size: .58rem;
    white-space: nowrap;
  }

  .nav-links a,
  .nav-radar a {
    padding: 8px 9px;
    border-radius: 999px;
  }

  /* HOME */
  .flower-home,
  .home-vhs {
    min-height: 100svh;
    overflow: hidden;
  }

  .flower-hero {
    width: 100%;
    min-height: 100svh;
    padding: 95px 18px 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .flower-top,
  .welcome {
    font-size: .72rem;
    letter-spacing: .16em;
  }

  .flower-title {
    font-size: clamp(4.6rem, 25vw, 7.4rem) !important;
    line-height: .78;
    max-width: 100%;
    word-break: normal;
  }

  .flower-footer {
    left: 18px;
    right: 18px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  .flower-footer a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .flower-field span {
    transform: scale(.72);
  }

  /* PAGES GÉNÉRALES */
  .work-v2,
  .project-showcase,
  .case-page,
  .about-v2,
  .contact-transmission {
    padding: 110px 18px 58px !important;
  }

  .work-v2-hero,
  .showcase-hero,
  .contact-hero,
  .about-v2-hero {
    margin-bottom: 42px;
  }

  .work-v2-hero h1,
  .showcase-hero h1,
  .case-hero h1,
  .about-v2-copy h1,
  .contact-hero h1,
  .lab3-hud h1 {
    font-size: clamp(3.2rem, 17vw, 6rem) !important;
    line-height: .86;
    letter-spacing: -.05em;
  }

  .intro,
  .about-v2-lead,
  .gallery-intro p {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 1.2rem;
  }

  .label {
    font-size: .7rem;
    margin-bottom: .9rem;
  }

  /* WORK */
  .work-grid-v2 {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto;
    gap: 16px;
  }

  .work-card-v2,
  .work-card-v2.big,
  .work-card-v2.wide {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 255px !important;
    padding: 22px;
    border-radius: 28px;
  }

  .work-card-content h2 {
    font-size: clamp(2.3rem, 12vw, 4rem);
  }

  .work-card-content span {
    font-size: .92rem;
  }

  .work-card-cta {
    margin-top: 22px;
  }

  /* SHOWCASE / GALERIES */
  .showcase-meta,
  .case-tags {
    gap: 8px;
    margin-top: 20px;
  }

  .showcase-meta span,
  .case-tags span {
    padding: .62rem .78rem;
    font-size: .62rem;
  }

  .gallery-intro {
    gap: 18px;
    padding: 32px 0;
    margin-bottom: 30px;
  }

  .gallery-intro h2,
  .project-impact-panel h2,
  .case-statement h2,
  .case-final-panel h2,
  .case-docs h2,
  .case-video-block h2,
  .case-split h2 {
    font-size: clamp(2.4rem, 12vw, 4.8rem) !important;
    line-height: .92;
  }

  .poster-gallery,
  .case-gallery {
    columns: 1 !important;
    column-gap: 0;
  }

  .poster-item,
  .case-gallery figure,
  .logo-item,
  .motion-item,
  .project-editorial-grid article,
  .case-grid-text article,
  .case-showcase-large,
  .case-final-panel,
  .transmission-panel,
  .available-grid article {
    border-radius: 26px !important;
  }

  .logo-gallery,
  .project-editorial-grid,
  .case-grid-text,
  .case-logo-wall,
  .available-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .logo-item {
    min-height: 260px;
    padding: 22px;
  }

  .motion-gallery {
    gap: 18px;
  }

  .motion-item {
    padding: 14px;
    gap: 10px;
  }

  .motion-item video,
  .motion-item iframe {
    border-radius: 18px;
  }

  .motion-item div {
    padding: 10px 6px 6px;
  }

  .motion-item h3 {
    font-size: clamp(2rem, 12vw, 3.8rem);
  }

  .next-project-strip {
    padding-top: 42px;
  }

  .next-project-strip a,
  .case-link,
  .case-docs a,
  .cv-button,
  .contact-final a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  /* CASE STUDIES */
  .case-hero {
    gap: 28px;
    margin-bottom: 50px;
  }

  .case-hero-media,
  .panorama-logo-hero,
  .case-empty-box {
    min-height: 300px !important;
    border-radius: 30px !important;
  }

  .panorama-media img,
  .panorama-logo-hero img {
    padding: 24px !important;
  }

  .case-statement {
    padding: 42px 0;
    margin-bottom: 42px;
  }

  .case-grid-text,
  .case-split,
  .case-video-block,
  .case-gallery,
  .case-docs,
  .case-final-panel,
  .case-showcase-large {
    margin-bottom: 42px;
  }

  .case-grid-text article {
    min-height: 230px;
    padding: 22px;
  }

  .case-split > div:first-child,
  .case-video-block > div,
  .case-logo-wall {
    padding: 22px;
    border-radius: 26px;
  }

  .case-docs div {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* ABOUT */
  .about-v2-hero {
    gap: 32px;
  }

  .about-photo-stage,
  .about-photo-placeholder {
    min-height: 330px;
    width: 100%;
  }

  .about-manifesto,
  .about-path,
  .about-education,
  .about-skills,
  .about-end {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-statement p {
    font-size: 1rem;
  }

  .path-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .path-line article,
  .education-card,
  .skill-card {
    border-radius: 26px;
    padding: 22px;
  }

  /* CONTACT */
  .transmission-panel {
    padding: 18px;
  }

  .panel-header {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-links a {
    grid-template-columns: 1fr !important;
    gap: 6px;
    padding: 18px 0;
  }

  .contact-links strong {
    font-size: clamp(1.4rem, 8vw, 2.4rem) !important;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .available-grid {
    display: grid;
  }

  .contact-final {
    padding: 32px 0;
  }

  .contact-final h2 {
    font-size: clamp(2.6rem, 13vw, 5rem) !important;
  }

  /* LAB : version mobile lisible sans casser la scène desktop */
  .lab-v3-page {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .lab3 {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 110px 18px 40px;
  }

  .lab3-hud {
    position: relative;
    left: auto;
    top: auto;
    z-index: 45;
    pointer-events: auto;
  }

  .lab3-hud span {
    font-size: .9rem;
  }

  .lab3-tooltip {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    z-index: 60;
    padding: .9rem;
  }

  .lab3-world {
    position: relative;
    height: 62svh;
    min-height: 430px;
    margin-top: 18px;
    transform: scale(.78);
    transform-origin: center top;
  }

  .lab3-room {
    inset: -10% -35%;
  }

  .lab3-wall-card {
    width: 120px;
    height: 160px;
    font-size: 1rem;
  }

  .lab3-monitor {
    width: 170px;
    height: 112px;
  }

  .lab3-terminal {
    width: 140px;
    height: 95px;
  }

  .lab3-keyboard {
    width: 150px;
  }
}

@media (max-width: 520px) {
  .nav-links,
  .nav-radar {
    gap: 4px;
    font-size: .52rem;
  }

  .nav-links a,
  .nav-radar a {
    padding: 7px 6px;
    letter-spacing: .04em;
  }

  .logo-link {
    width: 72px;
    min-width: 72px;
  }

  .logo-link img {
    width: 62px;
  }

  .work-v2,
  .project-showcase,
  .case-page,
  .about-v2,
  .contact-transmission {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .flower-title {
    font-size: clamp(4rem, 23vw, 6.2rem) !important;
  }

  .work-card-v2,
  .case-grid-text article,
  .project-editorial-grid article,
  .transmission-panel {
    padding: 18px;
  }

  .case-hero-media,
  .panorama-logo-hero,
  .case-empty-box,
  .about-photo-stage,
  .about-photo-placeholder {
    min-height: 250px !important;
  }

  .showcase-meta span,
  .case-tags span {
    font-size: .58rem;
    padding: .55rem .65rem;
  }

  .lab3-world {
    transform: scale(.64);
    min-height: 390px;
  }
}

/* =========================================================
   PATCH MOBILE V2 — corrections nav / mur feuilles / contact
   Desktop intact : uniquement sous 820px.
========================================================= */

@media (max-width: 820px) {
  /* NAV : garder tous les textes lisibles sans couper */
  .nav,
  .nav-system {
    top: 10px !important;
    padding: 0 10px !important;
  }

  .nav-shell {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px !important;
    overflow: visible !important;
  }

  .logo-link {
    width: 64px !important;
    min-width: 64px !important;
    height: 34px !important;
    padding: 0 7px !important;
    flex: 0 0 64px !important;
  }

  .logo-link img {
    width: 50px !important;
    height: 24px !important;
    object-fit: contain !important;
  }

  .nav-links,
  .nav-radar {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    font-size: .54rem !important;
    white-space: nowrap !important;
  }

  .nav-radar a,
  .nav-links a {
    min-width: 0 !important;
    width: 100% !important;
    height: 34px !important;
    padding: 0 4px !important;
    font-size: .54rem !important;
    letter-spacing: .035em !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .nav-radar a span,
  .nav-links a span {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }

  /* MUR DE FEUILLES : ouverture complète sur mobile */
  .leaf-reveal,
  .wall-panel,
  .wall-leaf-layer {
    max-width: none !important;
  }

  .wall-panel {
    width: 62vw !important;
  }

  .leaf-reveal.entry .wall-panel.left {
    animation-name: wallOpenLeftMobile !important;
  }

  .leaf-reveal.entry .wall-panel.right {
    animation-name: wallOpenRightMobile !important;
  }

  .leaf-reveal.entry .wall-leaf {
    animation-name: wallLeafOpenMobile !important;
  }

  @keyframes wallOpenLeftMobile {
    to { transform: translateX(-130vw); }
  }

  @keyframes wallOpenRightMobile {
    to { transform: translateX(130vw); }
  }

  @keyframes wallLeafOpenMobile {
    0% {
      transform: translate3d(0,0,0) rotate(var(--r)) scale(var(--s));
      opacity: var(--o);
    }
    100% {
      transform: translate3d(calc(var(--endX) * 1.65), var(--endY), 0) rotate(var(--endR)) scale(var(--endS));
      opacity: 0;
    }
  }

  /* CONTACT : chaque lien reste sur une seule ligne + hover pleine largeur */
  .transmission-panel {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .contact-links {
    width: 100% !important;
  }

  .contact-links a {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    grid-template-columns: none !important;
    padding: 20px 18px !important;
    border-top: 2px solid var(--black) !important;
    overflow: hidden !important;
  }

  .contact-links a::before {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .contact-links span {
    flex: 0 0 auto !important;
    font-size: .68rem !important;
    white-space: nowrap !important;
  }

  .contact-links strong {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: clamp(1rem, 4.7vw, 1.35rem) !important;
    line-height: 1 !important;
    text-align: right !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    overflow-wrap: normal !important;
  }

  .panel-header {
    padding: 15px 18px !important;
  }
}

@media (max-width: 390px) {
  .nav-radar a,
  .nav-links a {
    font-size: .49rem !important;
    letter-spacing: .015em !important;
    padding: 0 2px !important;
  }

  .logo-link {
    width: 54px !important;
    min-width: 54px !important;
    flex-basis: 54px !important;
  }

  .logo-link img {
    width: 42px !important;
  }

  .contact-links a {
    padding: 18px 14px !important;
    gap: 8px !important;
  }

  .contact-links span {
    font-size: .6rem !important;
  }

  .contact-links strong {
    font-size: clamp(.92rem, 4.4vw, 1.12rem) !important;
  }
}

/* =========================================================
   PATCH MOBILE V3 — home title + contact clipping
   Desktop intact : uniquement sous 820px.
========================================================= */

@media (max-width: 820px) {
  /* HOME : faire rentrer "portfolio" entièrement sur mobile */
  .flower-hero {
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 100svh !important;
    padding: 100px 14px 135px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .welcome {
    margin: 0 0 10px 0 !important;
    transform: none !important;
    text-align: center !important;
    font-size: clamp(.85rem, 3vw, 1.2rem) !important;
    letter-spacing: .32em !important;
  }

  .flower-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(3.2rem, 18.2vw, 5.8rem) !important;
    line-height: .86 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
    transform-style: flat !important;
  }

  .flower-title::after {
    transform: translate3d(5px, 6px, -20px) !important;
  }

  .flower-footer {
    width: calc(100vw - 28px) !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 24px !important;
    transform: none !important;
  }

  .flower-footer p,
  .flower-footer a {
    max-width: 100% !important;
  }

  /* CONTACT : éviter que les lettres soient coupées en bas */
  .contact-links a {
    min-height: 64px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    overflow: hidden !important;
  }

  .contact-links span,
  .contact-links strong {
    line-height: 1.25 !important;
    padding-bottom: 2px !important;
  }

  .contact-links strong {
    font-size: clamp(1rem, 4.4vw, 1.28rem) !important;
  }
}

@media (max-width: 520px) {
  .flower-hero {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .flower-title {
    font-size: clamp(3rem, 17.4vw, 4.9rem) !important;
    letter-spacing: -.05em !important;
  }

  .welcome {
    font-size: .72rem !important;
    letter-spacing: .28em !important;
  }

  .contact-links a {
    min-height: 62px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }

  .contact-links strong {
    font-size: clamp(.95rem, 4.25vw, 1.15rem) !important;
    line-height: 1.28 !important;
  }
}

@media (max-width: 390px) {
  .flower-title {
    font-size: clamp(2.55rem, 16.5vw, 4.1rem) !important;
    letter-spacing: -.045em !important;
  }

  .welcome {
    letter-spacing: .22em !important;
  }

  .contact-links strong {
    font-size: clamp(.86rem, 4vw, 1rem) !important;
  }
}

/* =========================================================
   PATCH MOBILE V4 — vraie correction home + contact
   À placer après style.css. Ne s'active que sur mobile/tablette.
========================================================= */

@media (max-width: 820px) {
  /* HOME — le mot PORTFOLIO rentre entièrement */
  .flower-home,
  .home-vhs {
    width: 100vw !important;
    min-height: 100svh !important;
    height: 100svh !important;
    overflow: hidden !important;
  }

  .flower-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100svh !important;
    padding: 92px 14px 118px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    transform: none !important;
    perspective: none !important;
  }

  .flower-top {
    top: 92px !important;
    left: 50% !important;
    width: calc(100vw - 28px) !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    font-size: .58rem !important;
    letter-spacing: .14em !important;
    white-space: normal !important;
  }

  .welcome {
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    transform: none !important;
    font-size: .82rem !important;
    line-height: 1.2 !important;
    letter-spacing: .32em !important;
    text-align: center !important;
  }

  .flower-title {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0 6px !important;
    font-size: clamp(3.05rem, 15.7vw, 4.95rem) !important;
    line-height: .88 !important;
    letter-spacing: -.055em !important;
    white-space: nowrap !important;
    text-align: center !important;
    transform: none !important;
    transform-style: flat !important;
    animation: none !important;
  }

  .flower-title::after {
    transform: translate3d(4px, 5px, 0) !important;
  }

  .flower-footer {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 24px !important;
    width: auto !important;
    max-width: calc(100vw - 28px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: center !important;
    justify-items: start !important;
    transform: none !important;
    text-align: left !important;
  }

  .flower-footer p {
    width: 100% !important;
    font-size: .82rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .flower-footer a {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .78rem 1rem !important;
    font-size: .72rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  /* CONTACT — textes non coupés + hover rouge pleine largeur */
  .transmission-panel {
    padding: 0 !important;
    overflow: hidden !important;
  }

  .contact-links {
    width: 100% !important;
    display: block !important;
  }

  .contact-links a {
    position: relative !important;
    width: 100% !important;
    min-height: 76px !important;
    display: grid !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 20px 18px 22px !important;
    overflow: hidden !important;
    border-top: 2px solid var(--black) !important;
  }

  .contact-links a::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: translateX(-102%) !important;
    background: var(--red) !important;
    z-index: 0 !important;
  }

  .contact-links a:hover::before {
    transform: translateX(0) !important;
  }

  .contact-links span,
  .contact-links strong {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    line-height: 1.35 !important;
    padding: 3px 0 4px !important;
    transform: none !important;
  }

  .contact-links span {
    font-size: .68rem !important;
    letter-spacing: .13em !important;
    white-space: nowrap !important;
  }

  .contact-links strong {
    min-width: 0 !important;
    font-size: clamp(1.12rem, 4.65vw, 1.45rem) !important;
    letter-spacing: -.035em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: right !important;
  }
}

@media (max-width: 520px) {
  .flower-title {
    font-size: clamp(2.75rem, 15.1vw, 4.4rem) !important;
    letter-spacing: -.06em !important;
  }

  .welcome {
    font-size: .72rem !important;
    letter-spacing: .28em !important;
  }

  .contact-links a {
    min-height: 74px !important;
    grid-template-columns: 110px minmax(0, 1fr) !important;
    padding: 19px 16px 21px !important;
  }

  .contact-links span {
    font-size: .62rem !important;
  }

  .contact-links strong {
    font-size: clamp(1rem, 4.35vw, 1.28rem) !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 390px) {
  .flower-title {
    font-size: clamp(2.35rem, 14.8vw, 3.6rem) !important;
    letter-spacing: -.055em !important;
  }

  .contact-links a {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .contact-links span {
    font-size: .56rem !important;
    letter-spacing: .1em !important;
  }

  .contact-links strong {
    font-size: clamp(.86rem, 4.15vw, 1rem) !important;
  }
}

/* ==========================
   PATCH V5 — HOME MOBILE BUTTON VISIBILITY ONLY
   Ne touche pas au desktop
========================== */

@media (max-width: 768px) {
  .flower-footer {
    left: 50% !important;
    right: auto !important;
    bottom: max(24px, env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    text-align: center !important;
    z-index: 40 !important;
  }

  .flower-footer p {
    width: 100% !important;
    color: #efe8d6 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.75) !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .flower-footer a {
    width: min(100%, 300px) !important;
    min-height: 52px !important;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #252525 !important;
    background: rgba(239,232,214,.94) !important;
    border: 2px solid #252525 !important;
    border-radius: 999px !important;
    box-shadow:
      0 0 0 3px rgba(239,232,214,.28),
      0 18px 45px rgba(0,0,0,.45) !important;
    backdrop-filter: blur(10px) !important;
    font-size: .72rem !important;
    line-height: 1 !important;
    letter-spacing: .06em !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  .flower-footer::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -28px !important;
    width: 120vw !important;
    height: 170px !important;
    transform: translateX(-50%) !important;
    background: radial-gradient(ellipse at center, rgba(239,232,214,.22), rgba(239,232,214,0) 68%) !important;
    z-index: -1 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  .flower-footer a {
    width: min(100%, 280px) !important;
    font-size: .66rem !important;
    padding: 0 18px !important;
  }
}
