{"id":179,"date":"2026-03-10T02:15:09","date_gmt":"2026-03-10T02:15:09","guid":{"rendered":"https:\/\/www.bohol-coconuts.com\/founders-club\/?page_id=179"},"modified":"2026-04-08T02:45:06","modified_gmt":"2026-04-08T02:45:06","slug":"design-studio","status":"publish","type":"page","link":"https:\/\/www.bohol-coconuts.com\/founders-club\/design-studio\/","title":{"rendered":"Design Studio"},"content":{"rendered":"\r\n<style>\r\n  .fc-design-page,\r\n  .fc-design-page * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .fc-design-page {\r\n    --fc-bg: #0c0f12;\r\n    --fc-bg-2: #12171d;\r\n    --fc-card: rgba(255,255,255,0.06);\r\n    --fc-card-border: rgba(212,175,55,0.24);\r\n    --fc-gold: #d4af37;\r\n    --fc-gold-2: #b89222;\r\n    --fc-white: #ffffff;\r\n    --fc-soft: rgba(255,255,255,0.78);\r\n    --fc-muted: rgba(255,255,255,0.58);\r\n    --fc-green: #2d6a4f;\r\n    --fc-shadow: 0 20px 60px rgba(0,0,0,0.35);\r\n    background:\r\n      radial-gradient(circle at top right, rgba(212,175,55,0.16), transparent 30%),\r\n      linear-gradient(180deg, #0b0d10 0%, #10151b 100%);\r\n    color: var(--fc-white);\r\n    font-family: Arial, Helvetica, sans-serif;\r\n    margin: 0;\r\n    padding: 0;\r\n  }\r\n\r\n  .fc-design-wrap {\r\n    width: min(1180px, calc(100% - 32px));\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .fc-section {\r\n    padding: 72px 0;\r\n    position: relative;\r\n  }\r\n\r\n  .fc-hero {\r\n    padding: 90px 0 60px;\r\n    border-bottom: 1px solid rgba(255,255,255,0.08);\r\n  }\r\n\r\n  .fc-eyebrow {\r\n    display: inline-block;\r\n    font-size: 12px;\r\n    letter-spacing: 0.18em;\r\n    text-transform: uppercase;\r\n    color: var(--fc-gold);\r\n    font-weight: 700;\r\n    margin-bottom: 18px;\r\n  }\r\n\r\n  .fc-hero-grid {\r\n    display: grid;\r\n    grid-template-columns: 1.15fr 0.85fr;\r\n    gap: 32px;\r\n    align-items: center;\r\n  }\r\n\r\n  .fc-hero h1 {\r\n    font-size: clamp(2.4rem, 5vw, 4.8rem);\r\n    line-height: 0.95;\r\n    margin: 0 0 18px;\r\n    color: #fff;\r\n    letter-spacing: -0.03em;\r\n  }\r\n\r\n  .fc-hero h1 span {\r\n    color: var(--fc-gold);\r\n  }\r\n\r\n  .fc-hero p {\r\n    font-size: 1.08rem;\r\n    line-height: 1.8;\r\n    color: var(--fc-soft);\r\n    max-width: 760px;\r\n    margin: 0 0 26px;\r\n  }\r\n\r\n  .fc-hero-buttons {\r\n    display: flex;\r\n    gap: 14px;\r\n    flex-wrap: wrap;\r\n    margin-top: 16px;\r\n  }\r\n\r\n  .fc-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    min-height: 48px;\r\n    padding: 12px 20px;\r\n    border-radius: 999px;\r\n    text-decoration: none;\r\n    font-weight: 700;\r\n    font-size: 0.95rem;\r\n    transition: 0.25s ease;\r\n  }\r\n\r\n  .fc-btn-primary {\r\n    background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-2));\r\n    color: #111;\r\n    box-shadow: 0 12px 30px rgba(212,175,55,0.28);\r\n  }\r\n\r\n  .fc-btn-primary:hover {\r\n    transform: translateY(-2px);\r\n    filter: brightness(1.03);\r\n  }\r\n\r\n  .fc-btn-secondary {\r\n    background: rgba(255,255,255,0.06);\r\n    color: #fff;\r\n    border: 1px solid rgba(255,255,255,0.14);\r\n  }\r\n\r\n  .fc-btn-secondary:hover {\r\n    transform: translateY(-2px);\r\n    border-color: rgba(212,175,55,0.4);\r\n  }\r\n\r\n  .fc-hero-card {\r\n    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));\r\n    border: 1px solid var(--fc-card-border);\r\n    border-radius: 24px;\r\n    padding: 28px;\r\n    box-shadow: var(--fc-shadow);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .fc-hero-card:before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    background: radial-gradient(circle at top right, rgba(212,175,55,0.22), transparent 35%);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .fc-stat-list {\r\n    display: grid;\r\n    grid-template-columns: 1fr;\r\n    gap: 16px;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n\r\n  .fc-stat {\r\n    padding: 16px 0;\r\n    border-bottom: 1px solid rgba(255,255,255,0.08);\r\n  }\r\n\r\n  .fc-stat:last-child {\r\n    border-bottom: none;\r\n    padding-bottom: 0;\r\n  }\r\n\r\n  .fc-stat-label {\r\n    font-size: 0.78rem;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.12em;\r\n    color: var(--fc-gold);\r\n    font-weight: 700;\r\n    margin-bottom: 6px;\r\n  }\r\n\r\n  .fc-stat-value {\r\n    font-size: 1.08rem;\r\n    line-height: 1.6;\r\n    color: var(--fc-soft);\r\n  }\r\n\r\n  .fc-intro-strip {\r\n    padding: 22px 26px;\r\n    background: rgba(255,255,255,0.05);\r\n    border: 1px solid rgba(255,255,255,0.08);\r\n    border-radius: 20px;\r\n    color: var(--fc-soft);\r\n    line-height: 1.8;\r\n    font-size: 1rem;\r\n  }\r\n\r\n  .fc-heading {\r\n    font-size: clamp(1.8rem, 3vw, 3rem);\r\n    line-height: 1.05;\r\n    margin: 0 0 14px;\r\n    color: #fff;\r\n    letter-spacing: -0.02em;\r\n  }\r\n\r\n  .fc-subheading {\r\n    color: var(--fc-soft);\r\n    font-size: 1.05rem;\r\n    line-height: 1.8;\r\n    max-width: 850px;\r\n    margin: 0 0 32px;\r\n  }\r\n\r\n  .fc-grid-3 {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 22px;\r\n  }\r\n\r\n  .fc-card {\r\n    background: var(--fc-card);\r\n    border: 1px solid rgba(255,255,255,0.08);\r\n    border-radius: 22px;\r\n    padding: 26px;\r\n    box-shadow: var(--fc-shadow);\r\n  }\r\n\r\n  .fc-card h3 {\r\n    margin: 0 0 12px;\r\n    color: #fff;\r\n    font-size: 1.2rem;\r\n  }\r\n\r\n  .fc-card p {\r\n    margin: 0;\r\n    color: var(--fc-soft);\r\n    line-height: 1.8;\r\n    font-size: 0.98rem;\r\n  }\r\n\r\n  .fc-step-number {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 42px;\r\n    height: 42px;\r\n    border-radius: 50%;\r\n    background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-2));\r\n    color: #111;\r\n    font-weight: 800;\r\n    margin-bottom: 14px;\r\n  }\r\n\r\n  .fc-feature-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 18px;\r\n  }\r\n\r\n  .fc-feature {\r\n    background: rgba(255,255,255,0.05);\r\n    border: 1px solid rgba(255,255,255,0.09);\r\n    border-radius: 18px;\r\n    padding: 20px;\r\n  }\r\n\r\n  .fc-feature strong {\r\n    display: block;\r\n    color: var(--fc-gold);\r\n    margin-bottom: 8px;\r\n    font-size: 0.98rem;\r\n    letter-spacing: 0.02em;\r\n  }\r\n\r\n  .fc-feature span {\r\n    color: var(--fc-soft);\r\n    line-height: 1.7;\r\n    font-size: 0.95rem;\r\n  }\r\n\r\n  .fc-form-shell {\r\n    background:\r\n      linear-gradient(180deg, rgba(212,175,55,0.10), rgba(255,255,255,0.03)),\r\n      rgba(255,255,255,0.04);\r\n    border: 1px solid rgba(212,175,55,0.26);\r\n    border-radius: 28px;\r\n    padding: 26px;\r\n    box-shadow: var(--fc-shadow);\r\n  }\r\n\r\n  .fc-form-head {\r\n    margin-bottom: 18px;\r\n  }\r\n\r\n  .fc-form-head h2 {\r\n    margin: 0 0 10px;\r\n    font-size: clamp(1.8rem, 3vw, 2.8rem);\r\n    color: #fff;\r\n  }\r\n\r\n  .fc-form-head p {\r\n    margin: 0;\r\n    color: var(--fc-soft);\r\n    line-height: 1.8;\r\n    font-size: 1rem;\r\n  }\r\n\r\n  .fc-form-box {\r\n    border-radius: 22px;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .fc-note {\r\n    margin-top: 16px;\r\n    color: var(--fc-muted);\r\n    font-size: 0.92rem;\r\n    line-height: 1.7;\r\n  }\r\n\r\n  .fc-cta-band {\r\n    padding: 34px;\r\n    border-radius: 26px;\r\n    background: linear-gradient(135deg, rgba(45,106,79,0.85), rgba(212,175,55,0.30));\r\n    border: 1px solid rgba(255,255,255,0.10);\r\n    box-shadow: var(--fc-shadow);\r\n    text-align: center;\r\n  }\r\n\r\n  .fc-cta-band h2 {\r\n    margin: 0 0 12px;\r\n    font-size: clamp(1.8rem, 3vw, 3rem);\r\n    color: #fff;\r\n  }\r\n\r\n  .fc-cta-band p {\r\n    margin: 0 auto 22px;\r\n    max-width: 820px;\r\n    color: rgba(255,255,255,0.9);\r\n    line-height: 1.8;\r\n    font-size: 1.02rem;\r\n  }\r\n\r\n  @media (max-width: 980px) {\r\n    .fc-hero-grid,\r\n    .fc-grid-3,\r\n    .fc-feature-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .fc-section {\r\n      padding: 56px 0;\r\n    }\r\n\r\n    .fc-hero {\r\n      padding: 70px 0 40px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .fc-design-wrap {\r\n      width: min(100% - 20px, 1180px);\r\n    }\r\n\r\n    .fc-hero h1 {\r\n      line-height: 1.02;\r\n    }\r\n\r\n    .fc-card,\r\n    .fc-form-shell,\r\n    .fc-cta-band,\r\n    .fc-hero-card {\r\n      padding: 22px;\r\n    }\r\n\r\n    .fc-form-shell {\r\n      padding: 18px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"fc-design-page\">\r\n\r\n  <section class=\"fc-hero\">\r\n    <div class=\"fc-design-wrap\">\r\n      <div class=\"fc-hero-grid\">\r\n        <div>\r\n          <div class=\"fc-eyebrow\">Founders Club \u2022 Design Studio<\/div>\r\n          <h1>Design the <span>suite identity<\/span> that matches your vision.<\/h1>\r\n          <p>\r\n            The Design Studio is where ownership becomes personal. This is your opportunity\r\n            to shape the look, mood, and guest-facing personality of your Founders Club suite\r\n            so it feels distinctive, memorable, and aligned with the kind of experience travelers\r\n            want to book in an unforgettable island destination.\r\n          <\/p>\r\n          <p>\r\n            More than a room, your suite becomes part of a branded hospitality story on Bohol Island\u2014\r\n            one built around style, aspiration, and a larger mission that makes every stay feel\r\n            connected to something bigger than travel alone.\r\n          <\/p>\r\n\r\n          <div class=\"fc-hero-buttons\">\r\n            <a href=\"#design-studio-form\" class=\"fc-btn fc-btn-primary\">Start Your Suite Concept<\/a>\r\n            <a href=\"\/founders-club\/about\/\" class=\"fc-btn fc-btn-secondary\">Learn More About the Club<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fc-hero-card\">\r\n          <div class=\"fc-stat-list\">\r\n            <div class=\"fc-stat\">\r\n              <div class=\"fc-stat-label\">Positioning<\/div>\r\n              <div class=\"fc-stat-value\">Turn your suite into a more distinctive and premium hospitality experience.<\/div>\r\n            <\/div>\r\n            <div class=\"fc-stat\">\r\n              <div class=\"fc-stat-label\">Purpose<\/div>\r\n              <div class=\"fc-stat-value\">Shape the mood, look, and presentation so your space feels intentional and marketable.<\/div>\r\n            <\/div>\r\n            <div class=\"fc-stat\">\r\n              <div class=\"fc-stat-label\">Brand Value<\/div>\r\n              <div class=\"fc-stat-value\">A strong design concept strengthens guest appeal and helps your suite stand apart.<\/div>\r\n            <\/div>\r\n            <div class=\"fc-stat\">\r\n              <div class=\"fc-stat-label\">Experience<\/div>\r\n              <div class=\"fc-stat-value\">Refined, tropical, mission-driven hospitality designed to feel memorable from first impression to checkout.<\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\">\r\n    <div class=\"fc-design-wrap\">\r\n      <div class=\"fc-intro-strip\">\r\n        Founders are not simply acquiring a place to stay. They are stepping into a hospitality brand with identity, atmosphere,\r\n        and a story worth sharing. The Design Studio helps transform a suite from a physical space into a guest-ready experience\r\n        that feels polished, elevated, and aligned with the Founders Club vision.\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\">\r\n    <div class=\"fc-design-wrap\">\r\n      <h2 class=\"fc-heading\">Why the Design Studio matters<\/h2>\r\n      <p class=\"fc-subheading\">\r\n        The strongest hospitality spaces feel intentional. Guests remember environments that feel visually coherent,\r\n        emotionally inviting, and easy to imagine themselves returning to. This process helps shape that level of appeal.\r\n      <\/p>\r\n\r\n      <div class=\"fc-grid-3\">\r\n        <div class=\"fc-card\">\r\n          <h3>Stronger first impressions<\/h3>\r\n          <p>\r\n            Every design choice contributes to the way your suite is perceived from the very first glance, photo, and booking decision.\r\n          <\/p>\r\n        <\/div>\r\n        <div class=\"fc-card\">\r\n          <h3>More marketable identity<\/h3>\r\n          <p>\r\n            A clear design direction gives your suite a stronger story and a more memorable place within the Founders Club experience.\r\n          <\/p>\r\n        <\/div>\r\n        <div class=\"fc-card\">\r\n          <h3>Better guest appeal<\/h3>\r\n          <p>\r\n            Polished spaces tend to feel more premium, more photogenic, and more emotionally compelling to future guests.\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\">\r\n    <div class=\"fc-design-wrap\">\r\n      <h2 class=\"fc-heading\">A simple 3-step design process<\/h2>\r\n      <p class=\"fc-subheading\">\r\n        This process is designed to help you communicate your vision clearly so your suite concept feels cohesive,\r\n        compelling, and aligned with the elevated island lifestyle your guests will be buying into.\r\n      <\/p>\r\n\r\n      <div class=\"fc-grid-3\">\r\n        <div class=\"fc-card\">\r\n          <div class=\"fc-step-number\">1<\/div>\r\n          <h3>Share your vision<\/h3>\r\n          <p>\r\n            Tell us the atmosphere, inspiration, and style direction you want your suite to reflect, from modern island calm to tropical luxury.\r\n          <\/p>\r\n        <\/div>\r\n        <div class=\"fc-card\">\r\n          <div class=\"fc-step-number\">2<\/div>\r\n          <h3>Shape the guest experience<\/h3>\r\n          <p>\r\n            Define the feeling you want guests to remember: restorative, stylish, aspirational, adventurous, romantic, or quietly premium.\r\n          <\/p>\r\n        <\/div>\r\n        <div class=\"fc-card\">\r\n          <div class=\"fc-step-number\">3<\/div>\r\n          <h3>Build a suite that stands out<\/h3>\r\n          <p>\r\n            Create a more polished identity that supports stronger storytelling, stronger presentation, and stronger long-term appeal.\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\">\r\n    <div class=\"fc-design-wrap\">\r\n      <h2 class=\"fc-heading\">What your suite concept can communicate<\/h2>\r\n      <p class=\"fc-subheading\">\r\n        Exceptional hospitality is not just about furniture and finishes. It is about how a space feels, photographs,\r\n        and stays in someone\u2019s memory after the trip is over.\r\n      <\/p>\r\n\r\n      <div class=\"fc-feature-grid\">\r\n        <div class=\"fc-feature\">\r\n          <strong>Tropical sophistication<\/strong>\r\n          <span>A warm, elevated setting that feels relaxed, photogenic, and instantly desirable.<\/span>\r\n        <\/div>\r\n        <div class=\"fc-feature\">\r\n          <strong>Premium guest appeal<\/strong>\r\n          <span>A refined visual identity helps your suite feel more memorable and more valuable.<\/span>\r\n        <\/div>\r\n        <div class=\"fc-feature\">\r\n          <strong>Distinctive personality<\/strong>\r\n          <span>Give your suite a signature feel instead of letting it blend into ordinary rental inventory.<\/span>\r\n        <\/div>\r\n        <div class=\"fc-feature\">\r\n          <strong>Brand consistency<\/strong>\r\n          <span>Keep your suite aligned with the larger Founders Club story, mission, and hospitality vision.<\/span>\r\n        <\/div>\r\n        <div class=\"fc-feature\">\r\n          <strong>Story-led presentation<\/strong>\r\n          <span>Design choices can strengthen the way your suite is described, marketed, and remembered.<\/span>\r\n        <\/div>\r\n        <div class=\"fc-feature\">\r\n          <strong>Long-term positioning<\/strong>\r\n          <span>A well-defined concept supports a more premium impression over time.<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\" id=\"design-studio-form\">\r\n    <div class=\"fc-design-wrap\">\r\n      <div class=\"fc-form-shell\">\r\n        <div class=\"fc-form-head\">\r\n          <h2>Begin your Design Studio submission<\/h2>\r\n          <p>\r\n            Complete the form below to share your design preferences, suite vision, and overall aesthetic direction.\r\n            The stronger the concept, the stronger the guest-facing experience your suite can deliver.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"fc-form-box\">\r\n          <div style=\"max-width:1100px; margin:0 auto;\">\r\n            <iframe loading=\"lazy\"\r\n              title=\"Founders Club Design Studio Form\"\r\n              src=\"https:\/\/pci.jotform.com\/form\/260681346118053\"\r\n              width=\"100%\"\r\n              height=\"900\"\r\n              frameborder=\"0\"\r\n              scrolling=\"auto\"\r\n              style=\"display:block; width:100%; height:900px; border:0; border-radius:18px; background:#ffffff;\">\r\n            <\/iframe>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"fc-note\">\r\n          This tighter form embed reduces the oversized blue space above and below the form while keeping the page looking clean and premium.\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"fc-section\">\r\n    <div class=\"fc-design-wrap\">\r\n      <div class=\"fc-cta-band\">\r\n        <h2>Your suite should feel unforgettable before guests ever arrive.<\/h2>\r\n        <p>\r\n          The Design Studio is where aesthetics, hospitality, and brand story come together. Build a suite identity that feels\r\n          intentional, elevated, and impossible to ignore\u2014then let that presentation strengthen the larger Founders Club vision on Bohol Island.\r\n        <\/p>\r\n        <div class=\"fc-hero-buttons\" style=\"justify-content:center;\">\r\n          <a href=\"#design-studio-form\" class=\"fc-btn fc-btn-primary\">Complete the Form<\/a>\r\n          <a href=\"\/founders-club\/\" class=\"fc-btn fc-btn-secondary\">Back to Founders Club<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>Founders Club \u2022 Design Studio Design the suite identity that matches your vision. The Design Studio is where ownership becomes personal. This is your opportunity to shape the look, mood, and guest-facing personality of your Founders Club suite so it feels distinctive, memorable, and aligned with the kind of experience travelers want to book in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":615,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-179","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/pages\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":45,"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/pages\/179\/revisions"}],"predecessor-version":[{"id":1180,"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/pages\/179\/revisions\/1180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/media\/615"}],"wp:attachment":[{"href":"https:\/\/www.bohol-coconuts.com\/founders-club\/wp-json\/wp\/v2\/media?parent=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}