{"id":297,"date":"2025-04-14T14:42:10","date_gmt":"2025-04-14T12:42:10","guid":{"rendered":"https:\/\/mranthony.es\/?page_id=297"},"modified":"2026-04-29T19:41:40","modified_gmt":"2026-04-29T17:41:40","slug":"made-to-suit-you","status":"publish","type":"page","link":"https:\/\/mranthony.es\/en\/made-to-suit-you\/","title":{"rendered":"Made to Suit You"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>Made to Suit You \u2013 Mr. Anthony<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <style>\n    body {\n      margin: 0;\n      padding: 0;\n    }\n\n    .made-to-suit-hero {\n      background: url('https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/descarga-26.jpg') center\/cover no-repeat;\n      position: relative;\n      color: white;\n      text-align: center;\n      min-height: 80vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: Georgia, serif;\n    }\n\n    .made-to-suit-overlay {\n      background: rgba(0, 0, 0, 0.6);\n      width: 100%;\n      padding: 80px 20px;\n    }\n\n    .made-to-suit-intro {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .made-to-suit-intro h1 {\n      font-size: 38px;\n      margin-bottom: 20px;\n      color: white;\n    }\n\n    .made-to-suit-intro p {\n      font-size: 16px;\n      line-height: 1.8;\n      color: white;\n      margin-bottom: 20px;\n    }\n\n    .made-to-suit-gamas {\n      background: url('https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/moon.jpg') center\/cover no-repeat;\n      padding: 60px 0;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      text-align: center;\n      position: relative;\n    }\n\n    .made-to-suit-gamas::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: rgba(255, 255, 255, 0.85);\n      z-index: 0;\n    }\n\n    .gama-bloque {\n      flex: 1 1 300px;\n      max-width: 400px;\n      margin: 20px;\n      padding: 30px;\n      background: white;\n      box-shadow: 0 0 10px rgba(0,0,0,0.05);\n      position: relative;\n      z-index: 1;\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\n    }\n\n    .gama-bloque:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n    }\n\n    .gama-bloque h2 {\n      font-size: 24px;\n      margin-bottom: 10px;\n      color: #222;\n      position: relative;\n      font-weight: bold;\n    }\n\n    .gama-bloque h2::after {\n      content: \"\";\n      display: block;\n      margin: 10px auto 0;\n      width: 80px;\n      height: 2px;\n      background: #aaa;\n      transition: width 0.4s ease;\n    }\n\n    .gama-bloque:hover h2::after {\n      width: 100px;\n    }\n\n    .gama-subtitulo {\n      font-size: 1.2rem;\n      color: #555;\n      font-weight: bold;\n      margin-top: -10px;\n      margin-bottom: 20px;\n      text-align: center;\n      font-family: Georgia, serif;\n    }\n\n    .gama-bloque.signature h2 {\n      color: #bfa359;\n    }\n\n    .gama-bloque.signature h2::after {\n      background: #bfa359;\n    }\n\n    .gama-bloque p {\n      font-size: 15px;\n      color: #444;\n      margin-bottom: 10px;\n    }\n\n    .fade-in-gama {\n      opacity: 0;\n      transform: translateY(40px);\n      transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n    }\n\n    .fade-in-gama.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .made-to-suit-galeria {\n      display: flex;\n      flex-direction: column;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n    }\n\n    .fila-fotos {\n      display: flex;\n      flex-wrap: nowrap;\n      justify-content: center;\n      align-items: stretch;\n      width: 100%;\n      margin: 0;\n      padding: 0;\n    }\n\n    .fila-fotos img {\n      width: 100%;\n      aspect-ratio: 3\/2;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.6s ease;\n    }\n\n    .fila-fotos img:hover {\n      transform: scale(1.03);\n    }\n\n    .cta-reserva {\n      background: url('https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/descarga-19.jpg') center\/cover no-repeat;\n      position: relative;\n      margin: 0;\n      z-index: 0;\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .cta-overlay {\n      background: rgba(255, 255, 255, 0.85);\n      padding: 60px 20px;\n      text-align: center;\n      position: relative;\n      z-index: 10;\n    }\n\n    .boton-cita {\n      background: transparent;\n      color: #bfa359;\n      font-family: Georgia, serif;\n      text-decoration: none;\n      padding: 14px 32px;\n      font-size: 16px;\n      display: inline-block;\n      border: 2px solid #bfa359;\n      border-radius: 4px;\n      transition: all 0.3s ease;\n      box-shadow: none;\n      transform: scale(1);\n      z-index: 11;\n      position: relative;\n    }\n\n    .boton-cita:hover {\n      background: #bfa359;\n      color: white;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n      transform: scale(1.05);\n    }\n\n    @media screen and (max-width: 768px) {\n      .gama-bloque {\n        max-width: 90%;\n        padding: 25px 20px;\n      }\n      .fila-fotos {\n        flex-direction: column;\n        gap: 10px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<section class=\"made-to-suit-hero fade-in-section\" id=\"trajes-a-medida-valencia\">\n  <div class=\"made-to-suit-overlay\">\n    <div class=\"made-to-suit-intro\">\n      <h1>Made to Suit You \u2013 Trajes a Medida Personalizados en Valencia<\/h1>\n      <p>En Mr. Anthony entendemos que cada cliente tiene una forma \u00fanica de habitar la elegancia. Por ello, ofrecemos tres gamas de trajes a medida, concebidas para adaptarse a diferentes necesidades, momentos y visiones del estilo personal.<\/p>\n      <p>Cada nivel comparte una misma filosof\u00eda: perfecci\u00f3n en el corte, nobleza en los tejidos y un compromiso absoluto con la artesan\u00eda.<\/p>\n      <p><em>Elegir una gama no es elegir un traje.<br>Es elegir c\u00f3mo quieres contar tu historia.<\/em><\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"made-to-suit-gamas fade-in-section\">\n  <div class=\"gama-bloque fade-in-gama\">\n    <h2>Essential<\/h2>\n    <p class=\"gama-subtitulo\">Trajes a Medida para Uso Diario<\/p>\n    <p>Nuestra medida cl\u00e1sica, funcional y sobria. Una selecci\u00f3n de tejidos nobles para quienes valoran la elegancia cotidiana con la precisi\u00f3n del corte a medida.<\/p>\n    <p><strong>Desde 599 \u20ac<\/strong><\/p>\n    <p><em>El punto de partida del buen vestir. Tejidos como lanas fr\u00edas y super 130s de Marlane, Guabello o Vitale Barberis Canonico, cuidadosamente seleccionados para confeccionar trajes vers\u00e1tiles, c\u00f3modos y atemporales.<\/em><\/p>\n  <\/div>\n\n  <div class=\"gama-bloque fade-in-gama\">\n    <h2>Heritage<\/h2>\n    <p class=\"gama-subtitulo\">Trajes con Estilo y Car\u00e1cter<\/p>\n    <p>Estilo con car\u00e1cter propio. Telas premium y mayor personalizaci\u00f3n para quienes desean que su traje hable por ellos con distinci\u00f3n y presencia.<\/p>\n    <p><strong>Desde 799 \u20ac<\/strong><\/p>\n    <p><em>Signature es una declaraci\u00f3n de estilo con telas de Reda, Stylbiella, Moon, \n o Bateman &#038; Ogden, que combinan textura, ca\u00edda y presencia.<\/em><\/p>\n  <\/div>\n  <div class=\"gama-bloque signature fade-in-gama\">\n    <h2>Signature<\/h2>\n    <p class=\"gama-subtitulo\">Alta Sastrer\u00eda Artesanal<\/p>\n    <p>La c\u00faspide de la tradici\u00f3n a medida. Tejidos excepcionales, acabados a mano y m\u00e1xima expresi\u00f3n del legado brit\u00e1nico reinterpretado bajo la luz mediterr\u00e1nea.<\/p>\n    <p><strong>Desde 999 \u20ac<\/strong><\/p>\n    <p><em>Un homenaje al legado brit\u00e1nico: telas legendarias de Ermenegildo Zegna, Bateman &#038; Ogden o Reda Seda, patronaje meticuloso y acabados artesanales.<\/em><\/p>\n  <\/div>\n<\/section>\n\n<section class=\"made-to-suit-galeria\">\n  <div class=\"fila-fotos fade-in-section\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/Holland-Sherry-Fabric-Book.jpg\" alt=\"Tejido Essential\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/zegna.jpg\" alt=\"Tejido Signature\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/04\/descarga-6.jpg\" alt=\"Tejido Heritage\">\n  <\/div>\n  <div class=\"fila-fotos fade-in-section\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/05\/\u0422\u0435\u043f\u043b\u044b\u0435-\u0442\u043a\u0430\u043d\u0438.jpg\" alt=\"Tejido c\u00e1lido\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/05\/Loro-Piana-Australis-Merino-Wool-Fabric.jpg\" alt=\"Tejido Loro Piana\">\n    <img decoding=\"async\" src=\"https:\/\/mranthony.es\/wp-content\/uploads\/2025\/05\/descarga-34.jpg\" alt=\"Tejido cl\u00e1sico\">\n  <\/div>\n<\/section>\n<!-- SECCI\u00d3N CTA RESERVA CON FRASE CENTRAL -->\n<div class=\"cta-reserva fade-in-section visible\" style=\"\n  position: relative;\n  background: url('https:\/\/mranthony.es\/wp-content\/uploads\/2025\/05\/descarga-32.jpg') center\/cover no-repeat;\n  min-height: 500px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0;\n  overflow: hidden;\n  z-index: 0;\n  flex-direction: column;  \/* para apilar frase + bot\u00f3n verticalmente *\/\n\">\n  <!-- Capa de oscurecimiento -->\n  <div style=\"\n    position: absolute;\n    inset: 0;\n    background: rgba(0, 0, 0, 0.4);\n    z-index: 1;\n  \"><\/div>\n\n  <!-- Contenedor frase + bot\u00f3n -->\n  <div style=\"\n    position: relative;\n    z-index: 2;\n    color: white;\n    font-family: Georgia, serif;\n    font-size: 2rem;\n    text-align: center;\n    padding: 0 20px;\n    max-width: 800px;\n    line-height: 1.4;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 30px;\n  \">\n    <div>\n      Tu historia merece un traje a su altura.\n    <\/div>\n    <a href=\"#popup-cita\" class=\"boton-cita animar-cita\" onclick=\"abrirPopup()\">Reserva tu momento<\/a>\n  <\/div>\n<\/div>\n\n<style>\n\/* BOT\u00d3N CON RELIEVE DORADO *\/\n.boton-cita {\n  display: inline-block;\n  padding: 12px 30px;\n  background: black;\n  color: white;\n  text-decoration: none;\n  border: 2px solid #D4AF37;\n  font-family: Georgia, serif;\n  border-radius: 8px;\n  transition: all 0.3s ease;\n  opacity: 0;\n  transform: translateY(20px);\n  margin-top: 0; \/* margen ya gestionado con gap *\/\n}\n\n.boton-cita:hover {\n  background: #D4AF37;\n  color: black;\n  border-color: #D4AF37;\n  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);\n}\n\n.boton-cita.animada {\n  animation: fadeSlideUp 1s ease-out forwards;\n}\n\n@keyframes fadeSlideUp {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n@media (max-width: 768px) {\n  .cta-reserva > div {\n    font-size: 1.5rem !important;\n  }\n}\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const boton = document.querySelector('.boton-cita');\n  const observerBoton = new IntersectionObserver(([entry]) => {\n    if (entry.isIntersecting) {\n      boton.classList.add('animada');\n      observerBoton.unobserve(entry.target);\n    }\n  }, { threshold: 0.3 });\n  if(boton) observerBoton.observe(boton);\n});\n<\/script>\n\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.2 });\n\n    document.querySelectorAll('.fade-in-section, .gama-bloque, .fila-fotos img').forEach(el => {\n      observer.observe(el);\n    });\n  });\n<\/script>\n\n\n\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>Reserva tu cita \u2013 Mr. Anthony<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <style>\n    \/* Tu dise\u00f1o original intacto *\/\n    .fixed-appointment-button {\n      position: fixed;\n      bottom: 25px;\n      right: 25px;\n      background: black;\n      color: white;\n      padding: 12px 24px;\n      border: 2px solid white;\n      font-family: Georgia, serif;\n      font-size: 14px;\n      border-radius: 8px;\n      cursor: pointer;\n      z-index: 9999;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: inline-block;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n    }\n\n    .fixed-appointment-button:hover {\n      background: white;\n      color: black;\n      border-color: black;\n    }\n\n    @media (max-width: 768px) {\n      .fixed-appointment-button {\n        bottom: 20px;\n        right: 20px;\n        padding: 10px 20px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <a href=\"https:\/\/wa.me\/34670283051?text=Estimado%20Mr.%20Anthony%2C%20le%20escribo%20para%20solicitar%20una%20cita%20de%20sastrer%C3%ADa%20y%20conocer%20su%20disponibilidad.%20Un%20cordial%20saludo.\" class=\"fixed-appointment-button\" target=\"_blank\" rel=\"noopener\">\n    Reserva tu momento\n  <\/a>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Made to Suit You \u2013 Mr. Anthony Made to Suit You \u2013 Trajes a Medida Personalizados en Valencia En Mr. Anthony entendemos que cada cliente tiene una forma \u00fanica de habitar la elegancia. Por ello, ofrecemos tres gamas de trajes a medida, concebidas para adaptarse a diferentes necesidades, momentos y visiones del estilo personal. Cada [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-297","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/pages\/297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/comments?post=297"}],"version-history":[{"count":75,"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/pages\/297\/revisions"}],"predecessor-version":[{"id":1695,"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/pages\/297\/revisions\/1695"}],"wp:attachment":[{"href":"https:\/\/mranthony.es\/en\/wp-json\/wp\/v2\/media?parent=297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}