{"id":1313,"date":"2026-03-12T21:06:32","date_gmt":"2026-03-12T21:06:32","guid":{"rendered":"https:\/\/buildersdaughter.com\/?page_id=1313"},"modified":"2026-03-17T22:10:55","modified_gmt":"2026-03-17T22:10:55","slug":"tbd-coming-soon","status":"publish","type":"page","link":"https:\/\/buildersdaughter.com\/","title":{"rendered":"TBD Coming Soon"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\n<title>The Builder&#8217;s Daughter \u2014 Coming Soon<\/title>\n\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&amp;family=Jost:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\">\n\n\n\n<style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --green:        #2B3D34;\n      --green-mid:    #3A5045;\n      --green-light:  #4D6B5B;\n      --sand:         #E6DDD0;\n      --sand-dark:    #D5C8B7;\n      --brass:        #B08D4E;\n      --brass-light:  #C9A96A;\n      --cream:        #F5F0E8;\n      --white:        #FAFAF6;\n      --charcoal:     #2A2524;\n      --charcoal-mid: #4A4340;\n      --coral:        #C45C44;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Jost', sans-serif;\n      font-weight: 300;\n      color: var(--charcoal);\n      background: var(--cream);\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hero {\n      position: relative;\n      min-height: 100svh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 60px 24px 80px;\n      overflow: hidden;\n    }\n\n    .hero-bg {\n      position: absolute;\n      inset: 0;\n      background-image: url('images\/tmp_IMG_0413.jpg');\n      background-size: cover;\n      background-position: center 30%;\n      z-index: 0;\n    }\n\n    .hero-overlay {\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(\n        to bottom,\n        rgba(28, 42, 36, 0.60) 0%,\n        rgba(20, 32, 27, 0.72) 50%,\n        rgba(20, 32, 27, 0.82) 100%\n      );\n      z-index: 1;\n    }\n\n    .hero-content {\n      position: relative;\n      z-index: 2;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 0;\n    }\n\n    \/* Logo mark *\/\n    .logo-mark {\n      width: 90px;\n      height: 90px;\n      border-radius: 50%;\n      background: var(--green-mid);\n      border: 2px solid rgba(176, 141, 78, 0.5);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 28px;\n    }\n\n    .logo-mark svg {\n      width: 46px;\n      height: 46px;\n    }\n\n    .logo-wordmark {\n      color: var(--cream);\n      margin-bottom: 20px;\n      letter-spacing: 0.04em;\n    }\n\n    .logo-wordmark .the-builders {\n      display: block;\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 500;\n      font-size: clamp(1.6rem, 4vw, 2.4rem);\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n    }\n\n    .logo-wordmark .daughter {\n      display: block;\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-style: italic;\n      font-size: clamp(1.8rem, 4.5vw, 2.8rem);\n      letter-spacing: 0.06em;\n      color: var(--brass-light);\n      margin-top: -4px;\n    }\n\n    .hero-tagline {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-style: italic;\n      font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n      color: rgba(245, 240, 232, 0.80);\n      letter-spacing: 0.03em;\n      margin-bottom: 36px;\n    }\n\n    .hero-event {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      color: var(--brass-light);\n      font-size: 0.78rem;\n      font-weight: 400;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      margin-bottom: 52px;\n    }\n\n    .hero-event span { opacity: 0.5; }\n\n    .hero-cta {\n      display: inline-flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n      color: rgba(245, 240, 232, 0.70);\n      font-size: 0.72rem;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      text-decoration: none;\n      transition: color 0.3s;\n    }\n\n    .hero-cta:hover { color: var(--brass-light); }\n\n    .hero-cta svg {\n      animation: bounce 2s ease-in-out infinite;\n    }\n\n    @keyframes bounce {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(6px); }\n    }\n\n    \/* \u2500\u2500\u2500 STORY \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .story {\n      background: var(--cream);\n      padding: 100px 24px;\n      text-align: center;\n    }\n\n    .story-inner {\n      max-width: 640px;\n      margin: 0 auto;\n    }\n\n    .section-ornament {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n      margin-bottom: 40px;\n      color: var(--brass);\n    }\n\n    .section-ornament::before,\n    .section-ornament::after {\n      content: '';\n      width: 48px;\n      height: 1px;\n      background: var(--brass);\n      opacity: 0.5;\n    }\n\n    .section-ornament svg {\n      width: 22px;\n      height: 22px;\n      opacity: 0.8;\n    }\n\n    .story h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      line-height: 1.25;\n      color: var(--green);\n      margin-bottom: 28px;\n      letter-spacing: 0.01em;\n    }\n\n    .story h2 em {\n      font-style: italic;\n      color: var(--brass);\n    }\n\n    .story p {\n      font-size: clamp(0.95rem, 1.8vw, 1.08rem);\n      line-height: 1.85;\n      color: var(--charcoal-mid);\n      font-weight: 300;\n    }\n\n    \/* \u2500\u2500\u2500 GALLERY STRIP \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .gallery {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 4px;\n    }\n\n    .gallery-item {\n      aspect-ratio: 3\/4;\n      overflow: hidden;\n    }\n\n    .gallery-item img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.6s ease;\n    }\n\n    .gallery-item:hover img {\n      transform: scale(1.04);\n    }\n\n    \/* \u2500\u2500\u2500 POPUP BANNER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .popup-banner {\n      background: var(--green);\n      padding: 64px 24px;\n      text-align: center;\n      color: var(--cream);\n    }\n\n    .popup-banner-inner {\n      max-width: 600px;\n      margin: 0 auto;\n    }\n\n    .popup-label {\n      font-size: 0.72rem;\n      font-weight: 500;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--brass-light);\n      margin-bottom: 16px;\n    }\n\n    .popup-banner h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(1.8rem, 4vw, 2.6rem);\n      line-height: 1.3;\n      margin-bottom: 16px;\n      color: var(--cream);\n    }\n\n    .popup-banner p {\n      font-size: 0.95rem;\n      color: rgba(245, 240, 232, 0.65);\n      letter-spacing: 0.04em;\n    }\n\n    .popup-banner .divider {\n      width: 40px;\n      height: 1px;\n      background: var(--brass);\n      opacity: 0.6;\n      margin: 28px auto 0;\n    }\n\n    \/* \u2500\u2500\u2500 EMAIL CAPTURE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .email-section {\n      background: var(--sand);\n      padding: 100px 24px;\n      text-align: center;\n    }\n\n    .email-inner {\n      max-width: 520px;\n      margin: 0 auto;\n    }\n\n    .email-section h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(2rem, 4vw, 2.8rem);\n      color: var(--green);\n      margin-bottom: 12px;\n      letter-spacing: 0.01em;\n    }\n\n    .email-section p {\n      font-size: 0.95rem;\n      color: var(--charcoal-mid);\n      line-height: 1.7;\n      margin-bottom: 40px;\n    }\n\n    .email-form {\n      display: flex;\n      gap: 0;\n      max-width: 440px;\n      margin: 0 auto 16px;\n      box-shadow: 0 2px 20px rgba(43, 61, 52, 0.12);\n    }\n\n    .email-form input[type=\"email\"] {\n      flex: 1;\n      padding: 16px 20px;\n      border: 1px solid var(--sand-dark);\n      border-right: none;\n      background: var(--white);\n      font-family: 'Jost', sans-serif;\n      font-size: 0.92rem;\n      font-weight: 300;\n      color: var(--charcoal);\n      outline: none;\n      transition: border-color 0.3s;\n    }\n\n    .email-form input[type=\"email\"]::placeholder {\n      color: rgba(74, 67, 64, 0.45);\n    }\n\n    .email-form input[type=\"email\"]:focus {\n      border-color: var(--green-light);\n    }\n\n    .email-form button {\n      padding: 16px 24px;\n      background: var(--green);\n      color: var(--cream);\n      border: none;\n      font-family: 'Jost', sans-serif;\n      font-size: 0.75rem;\n      font-weight: 500;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      cursor: pointer;\n      transition: background 0.3s;\n      white-space: nowrap;\n    }\n\n    .email-form button:hover {\n      background: var(--green-mid);\n    }\n\n    .email-note {\n      font-size: 0.75rem;\n      color: rgba(74, 67, 64, 0.5);\n      letter-spacing: 0.04em;\n    }\n\n    \/* \u2500\u2500\u2500 SOCIAL \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .social-section {\n      background: var(--cream);\n      padding: 100px 24px;\n      text-align: center;\n    }\n\n    .social-inner {\n      max-width: 560px;\n      margin: 0 auto;\n    }\n\n    .social-section h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 400;\n      font-size: clamp(1.8rem, 4vw, 2.4rem);\n      color: var(--green);\n      margin-bottom: 12px;\n    }\n\n    .social-section p {\n      font-size: 0.95rem;\n      color: var(--charcoal-mid);\n      margin-bottom: 44px;\n      line-height: 1.7;\n    }\n\n    .social-buttons {\n      display: flex;\n      gap: 16px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n\n    .social-btn {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      padding: 16px 28px;\n      text-decoration: none;\n      font-size: 0.82rem;\n      font-weight: 500;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      border: 1.5px solid;\n      transition: all 0.3s;\n    }\n\n    .social-btn svg {\n      flex-shrink: 0;\n    }\n\n    .social-btn--instagram {\n      border-color: var(--green);\n      color: var(--green);\n      background: transparent;\n    }\n\n    .social-btn--instagram:hover {\n      background: var(--green);\n      color: var(--cream);\n    }\n\n    .social-btn--facebook {\n      border-color: var(--brass);\n      color: var(--brass);\n      background: transparent;\n    }\n\n    .social-btn--facebook:hover {\n      background: var(--brass);\n      color: var(--cream);\n    }\n\n    \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    footer {\n      background: var(--charcoal);\n      padding: 48px 24px;\n      text-align: center;\n    }\n\n    .footer-logo {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.1rem;\n      font-weight: 400;\n      color: var(--cream);\n      letter-spacing: 0.1em;\n      margin-bottom: 12px;\n    }\n\n    .footer-logo span {\n      color: var(--brass-light);\n      font-style: italic;\n    }\n\n    footer p {\n      font-size: 0.75rem;\n      color: rgba(245, 240, 232, 0.4);\n      letter-spacing: 0.1em;\n      line-height: 1.8;\n    }\n\n    footer a {\n      color: rgba(245, 240, 232, 0.4);\n      text-decoration: none;\n    }\n\n    footer a:hover {\n      color: var(--brass-light);\n    }\n\n    .footer-line {\n      width: 32px;\n      height: 1px;\n      background: var(--brass);\n      opacity: 0.4;\n      margin: 20px auto;\n    }\n\n    \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 640px) {\n      .gallery {\n        grid-template-columns: 1fr;\n      }\n      .gallery-item {\n        aspect-ratio: 4\/3;\n      }\n      .email-form {\n        flex-direction: column;\n      }\n      .email-form input[type=\"email\"] {\n        border-right: 1px solid var(--sand-dark);\n        border-bottom: none;\n      }\n      .email-form button {\n        padding: 14px 24px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .social-buttons { flex-direction: column; align-items: center; }\n      .social-btn { width: 240px; justify-content: center; }\n    }\n  <\/style>\n\n\n\n<section class=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n\n      <!-- Logo mark -->\n      <div class=\"logo-mark\">\n        <svg viewBox=\"0 0 46 46\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <!-- Hammer handle -->\n          <line x1=\"26\" y1=\"24\" x2=\"40\" y2=\"38\" stroke=\"#B08D4E\" stroke-width=\"5\" stroke-linecap=\"round\"><\/line>\n          <!-- Hammer head body -->\n          <rect x=\"7\" y=\"10\" width=\"22\" height=\"11\" rx=\"2.5\" fill=\"#C9A96A\" transform=\"rotate(-45 18 15.5)\"><\/rect>\n          <!-- Claw notch -->\n          <path d=\"M8 22 Q5 26 7 30 L12 25 Z\" fill=\"#C9A96A\"><\/path>\n        <\/svg>\n      <\/div>\n\n      <!-- Wordmark -->\n      <div class=\"logo-wordmark\">\n        <span class=\"the-builders\">The Builder&#8217;s<\/span>\n        <span class=\"daughter\">Daughter<\/span>\n      <\/div>\n\n      <!-- Tagline -->\n      <p class=\"hero-tagline\">Old souls, new stories.<\/p>\n\n      <!-- Event pill -->\n      <div class=\"hero-event\">\n        <span>\u2726<\/span>\n        First Pop-up \u00b7 April 2025 \u00b7 Sa Pobla, Mallorca\n        <span>\u2726<\/span>\n      <\/div>\n\n      <!-- Down CTA -->\n      <a class=\"hero-cta\" href=\"#story\">\n        Be the first to know\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n          <path d=\"M8 3 L8 13 M3 9 L8 13 L13 9\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n        <\/svg>\n      <\/a>\n\n    <\/div>\n  <\/section>\n\n\n\n<section class=\"story\" id=\"story\">\n    <div class=\"story-inner\">\n\n      <div class=\"section-ornament\">\n        <svg viewBox=\"0 0 22 22\" fill=\"none\">\n          <line x1=\"14\" y1=\"12\" x2=\"20\" y2=\"18\" stroke=\"#B08D4E\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/line>\n          <rect x=\"3\" y=\"5\" width=\"12\" height=\"6\" rx=\"1.5\" fill=\"#B08D4E\" transform=\"rotate(-45 9 8)\"><\/rect>\n          <path d=\"M4 12 Q2 14 4 16 L7 13 Z\" fill=\"#B08D4E\"><\/path>\n        <\/svg>\n      <\/div>\n\n      <h2>\n        Pieces that <em>lived<\/em> before.<br>\n        A home that tells their story.\n      <\/h2>\n\n      <p>\n        Tucked inside a Mallorcan townhouse in the north of the island, The Builder&#8217;s Daughter\n        is a small, slow business built on a simple belief: the most beautiful things are the ones\n        that have already lived a life. We find, restore, and lovingly curate upcycled furniture,\n        original paintings, and second-hand home pieces \u2014 each one chosen for its character,\n        its history, and its potential to belong somewhere new. Nothing here is made to be\n        disposable. Everything here is made to be loved again.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n\n<div class=\"gallery\">\n    <figure><img decoding=\"async\" src=\"images\/tmp_IMG_0411.jpg\" alt=\"Vintage velvet sofa and dresser\" loading=\"lazy\"><\/figure><div class=\"gallery-item\">\n      \n    <\/div>\n    <figure><img decoding=\"async\" src=\"images\/tmp_IMG_0416.jpg\" alt=\"Dining space with antique chairs\" loading=\"lazy\"><\/figure><div class=\"gallery-item\">\n      \n    <\/div>\n    <figure><img decoding=\"async\" src=\"images\/tmp_IMG_0420.jpg\" alt=\"Mallorcan hallway with plants\" loading=\"lazy\"><\/figure><div class=\"gallery-item\">\n      \n    <\/div>\n  <\/div>\n\n\n\n<div class=\"popup-banner\">\n    <div class=\"popup-banner-inner\">\n      <p class=\"popup-label\">Mark your calendar<\/p>\n      <h2>Our first pop-up is coming to<br>Sa Pobla, North Mallorca<\/h2>\n      <p>April 2025 \u00b7 Doors open in our home \u00b7 More details soon<\/p>\n      <div class=\"divider\"><\/div>\n    <\/div>\n  <\/div>\n\n\n\n<section class=\"email-section\" id=\"join\">\n    <div class=\"email-inner\">\n\n      <div class=\"section-ornament\">\n        <svg viewBox=\"0 0 22 22\" fill=\"none\">\n          <line x1=\"14\" y1=\"12\" x2=\"20\" y2=\"18\" stroke=\"#B08D4E\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/line>\n          <rect x=\"3\" y=\"5\" width=\"12\" height=\"6\" rx=\"1.5\" fill=\"#B08D4E\" transform=\"rotate(-45 9 8)\"><\/rect>\n          <path d=\"M4 12 Q2 14 4 16 L7 13 Z\" fill=\"#B08D4E\"><\/path>\n        <\/svg>\n      <\/div>\n\n      <h2>Be the first to know.<\/h2>\n      <p>\n        Join the list for launch updates, first access to the pop-up,<br>\n        and early looks at new pieces before anyone else.\n      <\/p>\n\n      <!--\n        CONNECT TO EMAIL SERVICE:\n        Replace this form action with your Mailchimp, ConvertKit, or\n        other email provider embed code.\n      -->\n      <form class=\"email-form\" action=\"#\" method=\"POST\">\n        <input type=\"email\" name=\"email\" placeholder=\"your@email.com\" required=\"\">\n        <button type=\"submit\">Join the list<\/button>\n      <\/form>\n\n      <p class=\"email-note\">No noise. Just the good stuff, when it matters.<\/p>\n\n    <\/div>\n  <\/section>\n\n\n\n<section class=\"social-section\">\n    <div class=\"social-inner\">\n\n      <h2>Follow along<\/h2>\n      <p>\n        We&#8217;ll be sharing sneak peeks of pieces, behind-the-scenes of the space,<br>\n        and the story of how this all came to be.\n      <\/p>\n\n      <div class=\"social-buttons\">\n\n        <a class=\"social-btn social-btn--instagram\" href=\"https:\/\/www.instagram.com\/the_builders_daughter\/\" target=\"_blank\" rel=\"noopener\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect>\n            <circle cx=\"12\" cy=\"12\" r=\"4\"><\/circle>\n            <circle cx=\"17.5\" cy=\"6.5\" r=\"1\" fill=\"currentColor\" stroke=\"none\"><\/circle>\n          <\/svg>\n          Instagram\n        <\/a>\n\n        <a class=\"social-btn social-btn--facebook\" href=\"https:\/\/www.facebook.com\/TheBuildersDaughter.06\" target=\"_blank\" rel=\"noopener\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path>\n          <\/svg>\n          Facebook\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n\n<footer>\n    <div class=\"footer-logo\">\n      The Builder&#8217;s <span>Daughter<\/span>\n    <\/div>\n    <div class=\"footer-line\"><\/div>\n    <p>\n      Sa Pobla \u00b7 North Mallorca<br>\n      <a href=\"https:\/\/www.instagram.com\/the_builders_daughter\/\" target=\"_blank\" rel=\"noopener\">@the_builders_daughter<\/a>\n      &nbsp;\u00b7&nbsp;\n      <a href=\"https:\/\/www.facebook.com\/TheBuildersDaughter.06\" target=\"_blank\" rel=\"noopener\">Facebook<\/a>\n    <\/p>\n    <p style=\"margin-top:16px;\">\u00a9 2025 The Builder&#8217;s Daughter. All rights reserved.<\/p>\n  <\/footer>\n","protected":false},"excerpt":{"rendered":"<p>The Builder&#8217;s Daughter \u2014 Coming Soon The Builder&#8217;s Daughter Old souls, new stories. \u2726 First Pop-up \u00b7 April 2025 \u00b7 Sa Pobla, Mallorca \u2726 Be the first to know Pieces that lived before. A home that tells their story. Tucked inside a Mallorcan townhouse in the north of the island, The Builder&#8217;s Daughter is a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1313","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"buildersdaughter.com","author_link":"https:\/\/buildersdaughter.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"The Builder&#8217;s Daughter \u2014 Coming Soon The Builder&#8217;s Daughter Old souls, new stories. \u2726 First Pop-up \u00b7 April 2025 \u00b7 Sa Pobla, Mallorca \u2726 Be the first to know Pieces that lived before. A home that tells their story. Tucked inside a Mallorcan townhouse in the north of the island, The Builder&#8217;s Daughter is a&hellip;","_links":{"self":[{"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/pages\/1313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1313"}],"version-history":[{"count":5,"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/pages\/1313\/revisions"}],"predecessor-version":[{"id":1327,"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=\/wp\/v2\/pages\/1313\/revisions\/1327"}],"wp:attachment":[{"href":"https:\/\/buildersdaughter.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}