{"id":23351,"date":"2026-07-29T13:11:58","date_gmt":"2026-07-29T13:11:58","guid":{"rendered":"https:\/\/source.kitsid.com\/bsite\/?page_id=23351"},"modified":"2026-09-11T03:42:17","modified_gmt":"2026-09-11T03:42:17","slug":"about-us","status":"publish","type":"page","link":"https:\/\/greenleafb.com\/bsite\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23351\" class=\"elementor elementor-23351\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cfd327b e-flex e-con-boxed e-con e-parent\" data-id=\"7cfd327b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14b0e425 elementor-widget elementor-widget-text-editor\" data-id=\"14b0e425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<style>\n  .greenleaf-floor,\n  .greenleaf-floor * {\n    box-sizing: border-box;\n  }\n\n  .greenleaf-floor {\n    --ink: #2b2b2d;\n    --text: #555457;\n    --muted: #777579;\n\n    --wine: #743f49;\n    --sea: #dfe9e4;\n    --sea-soft: #edf2ef;\n    --shell: #faf8f3;\n    --white: #ffffff;\n\n    --line: #bec8c3;\n    --line-dark: #8d9893;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--white);\n    color: var(--ink);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.7;\n  }\n\n  .greenleaf-floor a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .gf-wrap {\n    width: 90%;\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .gf-label {\n    display: inline-block;\n    color: var(--wine);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n\n  \/* ==================================================\n     01 \/ COMPACT OPENING\n  ================================================== *\/\n\n  .gf-opening {\n    padding: 64px 0 55px;\n    background: var(--shell);\n  }\n\n  .gf-opening-top {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 30px;\n    align-items: end;\n    padding-bottom: 18px;\n    border-bottom: 1px solid var(--line-dark);\n  }\n\n  .gf-brand {\n    margin: 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(55px, 10vw, 118px);\n    font-weight: 400;\n    line-height: .86;\n    letter-spacing: -5px;\n  }\n\n  .gf-opening-code {\n    padding-bottom: 4px;\n    color: var(--wine);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n  }\n\n  .gf-opening-message {\n    display: grid;\n    grid-template-columns: .85fr 1.15fr;\n    gap: 70px;\n    padding-top: 32px;\n  }\n\n  .gf-opening-message h1 {\n    margin: 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 4.7vw, 52px);\n    font-weight: 400;\n    line-height: 1.13;\n  }\n\n  .gf-opening-message h1 em {\n    color: var(--wine);\n    font-weight: 400;\n  }\n\n  .gf-opening-message p {\n    max-width: 620px;\n    margin: 4px 0 0;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.9;\n  }\n\n\n  \/* ==================================================\n     02 \/ WARDROBE FLOOR PLAN\n  ================================================== *\/\n\n  .gf-plan-section {\n    padding: 86px 0 92px;\n    background: var(--white);\n  }\n\n  .gf-plan-heading {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-end;\n    gap: 50px;\n    margin-bottom: 38px;\n  }\n\n  .gf-plan-heading h2 {\n    max-width: 730px;\n    margin: 11px 0 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(40px, 5.5vw, 62px);\n    font-weight: 400;\n    line-height: 1.04;\n  }\n\n  .gf-plan-heading p {\n    max-width: 300px;\n    margin: 0;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.75;\n  }\n\n\n  \/* floor plan *\/\n\n  .gf-plan {\n    display: grid;\n    grid-template-columns: 1.15fr .7fr 1.05fr;\n    grid-template-areas:\n      \"shirts shirts dress\"\n      \"pants center dress\"\n      \"pants sport tshirt\";\n    border-top: 1px solid var(--line-dark);\n    border-left: 1px solid var(--line-dark);\n  }\n\n  .gf-room {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 30px;\n    border-right: 1px solid var(--line-dark);\n    border-bottom: 1px solid var(--line-dark);\n    transition:\n      background .22s ease,\n      padding-left .22s ease;\n  }\n\n  .gf-room:hover {\n    background: var(--sea) !important;\n    padding-left: 38px;\n  }\n\n  .gf-room-shirts {\n    grid-area: shirts;\n    background: var(--sea-soft);\n  }\n\n  .gf-room-dress {\n    grid-area: dress;\n    background: var(--shell);\n  }\n\n  .gf-room-pants {\n    grid-area: pants;\n    background: var(--shell);\n  }\n\n  .gf-room-sport {\n    grid-area: sport;\n    background: var(--sea);\n  }\n\n  .gf-room-tshirt {\n    grid-area: tshirt;\n    background: var(--sea-soft);\n  }\n\n  .gf-room-center {\n    grid-area: center;\n    padding: 30px;\n    background: var(--wine);\n    border-right: 1px solid var(--line-dark);\n    border-bottom: 1px solid var(--line-dark);\n  }\n\n  .gf-room-center span {\n    display: block;\n    margin-bottom: 28px;\n    color: #f4e8eb;\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n  }\n\n  .gf-room-center strong {\n    display: block;\n    color: #ffffff;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(26px, 3.5vw, 40px);\n    font-weight: 400;\n    line-height: 1.08;\n  }\n\n  .gf-room-top {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    margin-bottom: 42px;\n  }\n\n  .gf-room-no {\n    color: var(--wine);\n    font-size: 9px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n  }\n\n  .gf-room-arrow {\n    color: var(--wine);\n    font-size: 18px;\n  }\n\n  .gf-room h3 {\n    margin: 0 0 10px;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(29px, 4vw, 45px);\n    font-weight: 400;\n    line-height: 1.02;\n  }\n\n  .gf-room p {\n    max-width: 500px;\n    margin: 0;\n    color: var(--text);\n    font-size: 12px;\n    line-height: 1.7;\n  }\n\n\n  \/* ==================================================\n     03 \/ BRAND NOTE \u2014 DIFFERENT COMPOSITION\n  ================================================== *\/\n\n  .gf-note {\n    padding: 90px 0;\n    background: var(--sea);\n  }\n\n  .gf-note-layout {\n    display: grid;\n    grid-template-columns: 260px 1fr;\n    gap: 80px;\n    align-items: start;\n  }\n\n  .gf-note-side {\n    border-top: 5px solid var(--wine);\n    padding-top: 20px;\n  }\n\n  .gf-note-side span {\n    color: var(--wine);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n  }\n\n  .gf-note-side p {\n    margin: 20px 0 0;\n    color: #505955;\n    font-size: 13px;\n    line-height: 1.85;\n  }\n\n  .gf-note-main h2 {\n    max-width: 860px;\n    margin: 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(43px, 6vw, 70px);\n    font-weight: 400;\n    line-height: 1.05;\n    letter-spacing: -1.5px;\n  }\n\n  .gf-note-main h2 em {\n    color: var(--wine);\n    font-weight: 400;\n  }\n\n  .gf-note-copy {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 38px;\n    max-width: 820px;\n    margin-top: 38px;\n    padding-top: 28px;\n    border-top: 1px solid #aebbb5;\n  }\n\n  .gf-note-copy p {\n    margin: 0;\n    color: #4c5551;\n    font-size: 14px;\n    line-height: 1.9;\n  }\n\n\n  \/* ==================================================\n     04 \/ FIVE WARDROBE ROLES\n  ================================================== *\/\n\n  .gf-roles {\n    padding: 90px 0;\n    background: var(--shell);\n  }\n\n  .gf-role-intro {\n    display: grid;\n    grid-template-columns: .8fr 1.2fr;\n    gap: 70px;\n    align-items: end;\n    margin-bottom: 45px;\n  }\n\n  .gf-role-intro h2 {\n    margin: 12px 0 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(37px, 5vw, 56px);\n    font-weight: 400;\n    line-height: 1.06;\n  }\n\n  .gf-role-intro p {\n    max-width: 620px;\n    margin: 0;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.85;\n  }\n\n  .gf-role-space {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 11px;\n  }\n\n  .gf-role-word {\n    padding: 15px 22px;\n    border: 1px solid var(--line-dark);\n    background: var(--white);\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 31px);\n    line-height: 1.1;\n  }\n\n  .gf-role-word:nth-child(2),\n  .gf-role-word:nth-child(5) {\n    background: var(--sea);\n  }\n\n  .gf-role-word strong {\n    color: var(--wine);\n    font-weight: 400;\n  }\n\n\n  \/* ==================================================\n     05 \/ OPEN STORY\n  ================================================== *\/\n\n  .gf-story {\n    padding: 88px 0;\n    background: var(--white);\n  }\n\n  .gf-story-grid {\n    display: grid;\n    grid-template-columns: 1.25fr .75fr;\n    gap: 80px;\n  }\n\n  .gf-story-main {\n    padding-right: 50px;\n    border-right: 1px solid var(--line);\n  }\n\n  .gf-story-main h2 {\n    max-width: 760px;\n    margin: 12px 0 30px;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(39px, 5.3vw, 60px);\n    font-weight: 400;\n    line-height: 1.07;\n  }\n\n  .gf-story-main p {\n    max-width: 750px;\n    margin: 0 0 18px;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.9;\n  }\n\n  .gf-story-side {\n    padding-top: 6px;\n  }\n\n  .gf-story-side strong {\n    display: block;\n    color: var(--wine);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(26px, 3.5vw, 38px);\n    font-weight: 400;\n    line-height: 1.22;\n  }\n\n  .gf-story-side p {\n    margin: 24px 0 0;\n    padding-top: 22px;\n    border-top: 1px solid var(--line);\n    color: var(--text);\n    font-size: 13px;\n    line-height: 1.85;\n  }\n\n\n  \/* ==================================================\n     06 \/ CLICKABLE TEXT PASSAGE\n  ================================================== *\/\n\n  .gf-passage {\n    padding: 88px 0;\n    background: var(--sea-soft);\n  }\n\n  .gf-passage-inner {\n    max-width: 1040px;\n  }\n\n  .gf-passage p {\n    margin: 15px 0 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(29px, 4.4vw, 49px);\n    line-height: 1.48;\n  }\n\n  .gf-passage a {\n    color: var(--wine);\n    border-bottom: 1px solid #a87a82;\n    transition:\n      color .2s ease,\n      border-color .2s ease;\n  }\n\n  .gf-passage a:hover {\n    color: #4f2830;\n    border-color: #4f2830;\n  }\n\n\n  \/* ==================================================\n     07 \/ SIMPLE CLOSE\n  ================================================== *\/\n\n  .gf-close {\n    padding: 76px 0 84px;\n    background: var(--shell);\n  }\n\n  .gf-close-line {\n    height: 1px;\n    margin-bottom: 40px;\n    background: var(--line-dark);\n  }\n\n  .gf-close-layout {\n    display: grid;\n    grid-template-columns: 220px 1fr;\n    gap: 55px;\n    align-items: start;\n  }\n\n  .gf-close-mark {\n    color: var(--wine);\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .gf-close h2 {\n    max-width: 850px;\n    margin: 0;\n    color: var(--ink);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(41px, 6vw, 68px);\n    font-weight: 400;\n    line-height: 1.05;\n  }\n\n\n  \/* ==================================================\n     TABLET\n  ================================================== *\/\n\n  @media (max-width: 900px) {\n\n    .gf-opening-message,\n    .gf-note-layout,\n    .gf-role-intro,\n    .gf-story-grid,\n    .gf-close-layout {\n      grid-template-columns: 1fr;\n      gap: 35px;\n    }\n\n    .gf-plan-heading {\n      display: block;\n    }\n\n    .gf-plan-heading p {\n      margin-top: 18px;\n    }\n\n    .gf-plan {\n      grid-template-columns: 1fr 1fr;\n      grid-template-areas:\n        \"shirts shirts\"\n        \"dress pants\"\n        \"dress center\"\n        \"sport tshirt\";\n    }\n\n    .gf-note-copy {\n      grid-template-columns: 1fr;\n    }\n\n    .gf-story-main {\n      padding-right: 0;\n      padding-bottom: 35px;\n      border-right: 0;\n      border-bottom: 1px solid var(--line);\n    }\n  }\n\n\n  \/* ==================================================\n     MOBILE\n  ================================================== *\/\n\n  @media (max-width: 650px) {\n\n    .gf-wrap {\n      width: 88%;\n    }\n\n    .gf-opening,\n    .gf-plan-section,\n    .gf-note,\n    .gf-roles,\n    .gf-story,\n    .gf-passage,\n    .gf-close {\n      padding-top: 54px;\n      padding-bottom: 54px;\n    }\n\n    .gf-opening-top {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n\n    .gf-brand {\n      font-size: 54px;\n      letter-spacing: -3px;\n    }\n\n    .gf-opening-message {\n      padding-top: 25px;\n    }\n\n    .gf-plan {\n      display: block;\n      border-left: 1px solid var(--line-dark);\n    }\n\n    .gf-room,\n    .gf-room-center {\n      border-right: 1px solid var(--line-dark);\n    }\n\n    .gf-room {\n      padding: 24px 21px;\n    }\n\n    .gf-room:hover {\n      padding-left: 26px;\n    }\n\n    .gf-room-top {\n      margin-bottom: 27px;\n    }\n\n    .gf-room h3 {\n      font-size: 33px;\n    }\n\n    .gf-room-center strong {\n      font-size: 30px;\n    }\n\n    .gf-note-main h2 {\n      font-size: 42px;\n    }\n\n    .gf-role-space {\n      display: grid;\n      grid-template-columns: 1fr;\n    }\n\n    .gf-role-word {\n      font-size: 24px;\n    }\n\n    .gf-passage p {\n      font-size: 28px;\n    }\n  }\n<\/style>\n\n\n<div class=\"greenleaf-floor\">\n\n\n  <!-- ==================================================\n       01 \/ OPENING\n  ================================================== -->\n\n  <section class=\"gf-opening\">\n    <div class=\"gf-wrap\">\n\n      <div class=\"gf-opening-top\">\n\n        <div class=\"gf-brand\">\n          GREENLEAFB\n        <\/div>\n\n        <div class=\"gf-opening-code\">\n          About \/ Wardrobe 05\n        <\/div>\n\n      <\/div>\n\n\n      <div class=\"gf-opening-message\">\n\n        <h1>\n          A wardrobe made for\n          <em>more than one version of the day.<\/em>\n        <\/h1>\n\n        <p>\n          GREENLEAFB brings together polished pieces,\n          complete silhouettes, practical foundations,\n          active clothing and everyday basics.\n          Not because they need to look the same,\n          but because a useful wardrobe needs different functions.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       02 \/ FLOOR PLAN\n  ================================================== -->\n\n  <section class=\"gf-plan-section\">\n    <div class=\"gf-wrap\">\n\n      <div class=\"gf-plan-heading\">\n\n        <div>\n\n          <span class=\"gf-label\">\n            Wardrobe Floor Plan\n          <\/span>\n\n          <h2>\n            Enter from whichever part of the wardrobe you need.\n          <\/h2>\n\n        <\/div>\n\n        <p>\n          Every room below is clickable and opens\n          the corresponding GREENLEAFB collection.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"gf-plan\">\n\n\n        <a\n          href=\"https:\/\/greenleafb.com\/product-category\/blouses-shirts\/\"\n          class=\"gf-room gf-room-shirts\"\n        >\n\n          <div class=\"gf-room-top\">\n            <span class=\"gf-room-no\">ROOM 01<\/span>\n            <span class=\"gf-room-arrow\">\u2197<\/span>\n          <\/div>\n\n          <div>\n            <h3>Blouses &#038; Shirts<\/h3>\n\n            <p>\n              A space for definition, refinement\n              and more considered upper layers.\n            <\/p>\n          <\/div>\n\n        <\/a>\n\n\n        <a\n          href=\"https:\/\/greenleafb.com\/product-category\/dresses\/\"\n          class=\"gf-room gf-room-dress\"\n        >\n\n          <div class=\"gf-room-top\">\n            <span class=\"gf-room-no\">ROOM 02<\/span>\n            <span class=\"gf-room-arrow\">\u2197<\/span>\n          <\/div>\n\n          <div>\n            <h3>Dresses<\/h3>\n\n            <p>\n              Complete silhouettes for days when\n              one clear piece is enough.\n            <\/p>\n          <\/div>\n\n        <\/a>\n\n\n        <a\n          href=\"https:\/\/greenleafb.com\/product-category\/pants\/\"\n          class=\"gf-room gf-room-pants\"\n        >\n\n          <div class=\"gf-room-top\">\n            <span class=\"gf-room-no\">ROOM 03<\/span>\n            <span class=\"gf-room-arrow\">\u2197<\/span>\n          <\/div>\n\n          <div>\n            <h3>Pants<\/h3>\n\n            <p>\n              Foundations that bring proportion,\n              structure and repeatable styling.\n            <\/p>\n          <\/div>\n\n        <\/a>\n\n\n        <div class=\"gf-room-center\">\n\n          <span>\n            Central Wardrobe\n          <\/span>\n\n          <strong>\n            Different rooms.<br>\n            One personal way of dressing.\n          <\/strong>\n\n        <\/div>\n\n\n        <a\n          href=\"https:\/\/greenleafb.com\/product-category\/sportswear\/\"\n          class=\"gf-room gf-room-sport\"\n        >\n\n          <div class=\"gf-room-top\">\n            <span class=\"gf-room-no\">ROOM 04<\/span>\n            <span class=\"gf-room-arrow\">\u2197<\/span>\n          <\/div>\n\n          <div>\n            <h3>Sportswear<\/h3>\n\n            <p>\n              Clothing that creates more room\n              for movement and everyday comfort.\n            <\/p>\n          <\/div>\n\n        <\/a>\n\n\n        <a\n          href=\"https:\/\/greenleafb.com\/product-category\/t-shirts\/\"\n          class=\"gf-room gf-room-tshirt\"\n        >\n\n          <div class=\"gf-room-top\">\n            <span class=\"gf-room-no\">ROOM 05<\/span>\n            <span class=\"gf-room-arrow\">\u2197<\/span>\n          <\/div>\n\n          <div>\n            <h3>T-Shirts<\/h3>\n\n            <p>\n              Simple foundations worth returning\n              to across different combinations.\n            <\/p>\n          <\/div>\n\n        <\/a>\n\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       03 \/ BRAND NOTE\n  ================================================== -->\n\n  <section class=\"gf-note\">\n    <div class=\"gf-wrap gf-note-layout\">\n\n      <div class=\"gf-note-side\">\n\n        <span>\n          Why GREENLEAFB\n        <\/span>\n\n        <p>\n          We see the wardrobe less as a uniform\n          and more as a space that can be rearranged.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"gf-note-main\">\n\n        <h2>\n          Clothing works better when each piece has\n          <em>its own reason to be there.<\/em>\n        <\/h2>\n\n\n        <div class=\"gf-note-copy\">\n\n          <p>\n            Some days call for the clarity of a shirt.\n            Others are easier with a dress.\n            Pants can become the foundation for both polished\n            and relaxed combinations.\n          <\/p>\n\n          <p>\n            Sportswear creates more freedom when movement\n            matters, while a T-shirt offers a familiar place\n            to begin again. GREENLEAFB allows those functions\n            to exist side by side.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       04 \/ ROLES\n  ================================================== -->\n\n  <section class=\"gf-roles\">\n    <div class=\"gf-wrap\">\n\n      <div class=\"gf-role-intro\">\n\n        <div>\n\n          <span class=\"gf-label\">\n            Five Roles\n          <\/span>\n\n          <h2>\n            Not five versions of the same thing.\n          <\/h2>\n\n        <\/div>\n\n        <p>\n          Each part of the collection contributes\n          something different, giving the wardrobe\n          contrast without making it difficult to combine.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"gf-role-space\">\n\n        <div class=\"gf-role-word\">\n          <strong>01<\/strong> Definition\n        <\/div>\n\n        <div class=\"gf-role-word\">\n          <strong>02<\/strong> Completeness\n        <\/div>\n\n        <div class=\"gf-role-word\">\n          <strong>03<\/strong> Structure\n        <\/div>\n\n        <div class=\"gf-role-word\">\n          <strong>04<\/strong> Movement\n        <\/div>\n\n        <div class=\"gf-role-word\">\n          <strong>05<\/strong> Simplicity\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       05 \/ STORY\n  ================================================== -->\n\n  <section class=\"gf-story\">\n    <div class=\"gf-wrap gf-story-grid\">\n\n      <div class=\"gf-story-main\">\n\n        <span class=\"gf-label\">\n          About Our Approach\n        <\/span>\n\n        <h2>\n          We leave room for the outfit to change after the day begins.\n        <\/h2>\n\n        <p>\n          Personal style rarely stays in one category.\n          A polished morning can become a relaxed afternoon.\n          A simple foundation can become more refined with only\n          one change.\n        <\/p>\n\n        <p>\n          That is why GREENLEAFB is built around different\n          wardrobe functions rather than one fixed aesthetic.\n          What connects the collection is not sameness,\n          but the ability to adapt.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"gf-story-side\">\n\n        <strong>\n          \u201cUseful clothing gives you options without making the wardrobe feel complicated.\u201d\n        <\/strong>\n\n        <p>\n          The collection is designed as a set of\n          different starting points rather than\n          a list of styling rules.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       06 \/ CLICKABLE PASSAGE\n  ================================================== -->\n\n  <section class=\"gf-passage\">\n    <div class=\"gf-wrap\">\n\n      <div class=\"gf-passage-inner\">\n\n        <span class=\"gf-label\">\n          Move Through the Wardrobe\n        <\/span>\n\n        <p>\n          Begin with\n          <a href=\"https:\/\/greenleafb.com\/product-category\/blouses-shirts\/\">\n            Blouses &#038; Shirts\n          <\/a>\n          when you want definition,\n          choose\n          <a href=\"https:\/\/greenleafb.com\/product-category\/dresses\/\">\n            Dresses\n          <\/a>\n          when one piece feels complete,\n          build around\n          <a href=\"https:\/\/greenleafb.com\/product-category\/pants\/\">\n            Pants\n          <\/a>,\n          make room for motion with\n          <a href=\"https:\/\/greenleafb.com\/product-category\/sportswear\/\">\n            Sportswear\n          <\/a>,\n          or keep the starting point simple with\n          <a href=\"https:\/\/greenleafb.com\/product-category\/t-shirts\/\">\n            T-Shirts\n          <\/a>.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- ==================================================\n       07 \/ OPEN ENDING\n  ================================================== -->\n\n  <section class=\"gf-close\">\n    <div class=\"gf-wrap\">\n\n      <div class=\"gf-close-line\"><\/div>\n\n\n      <div class=\"gf-close-layout\">\n\n        <div class=\"gf-close-mark\">\n          GREENLEAFB \/ ABOUT\n        <\/div>\n\n        <h2>\n          The wardrobe is a space to move through, not a formula to follow.\n        <\/h2>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GREENLEAFB About \/ Wardrobe 05 A wardrobe made for more than one version of the day. GREENLEAFB brings together polished pieces, complete silhouettes, practical foundations, active clothing and everyday basics. Not because they need to look the same, but because a useful wardrobe needs different functions. Wardrobe Floor Plan Enter from whichever part of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-23351","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/pages\/23351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/comments?post=23351"}],"version-history":[{"count":4,"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/pages\/23351\/revisions"}],"predecessor-version":[{"id":24260,"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/pages\/23351\/revisions\/24260"}],"wp:attachment":[{"href":"https:\/\/greenleafb.com\/bsite\/wp-json\/wp\/v2\/media?parent=23351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}