{"id":685,"date":"2026-06-29T06:13:24","date_gmt":"2026-06-29T06:13:24","guid":{"rendered":"https:\/\/theaubi.com\/?page_id=685"},"modified":"2026-08-11T10:17:50","modified_gmt":"2026-08-11T10:17:50","slug":"home-1","status":"publish","type":"page","link":"https:\/\/theaubi.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,400&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\n:root{\n  --cream:#F6F2E9;\n  --sand:#E3D7BE;\n  --ink:#221E19;\n  --sage:#7C8B72;\n  --gold:#AD8A54;\n  --line:rgba(34,30,25,0.14);\n}\n\n\/* RESET *\/\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  background:#ffffff;\n  color:var(--ink);\n  font-family:'DM Sans',sans-serif;\n  font-weight:300;\n  line-height:1.65;\n  -webkit-font-smoothing:antialiased;\n  overflow-x:hidden;\n}\n\n.wrap{\n  max-width:1500px;\n  margin:0 auto;\n  padding:0 50px;\n}\n\n@media(max-width:640px){\n  .wrap{\n    padding:0 22px;\n  }\n}\n\n\n\/* EYEBROW *\/\n.eyebrow{\n  font-size:0.68rem;\n  letter-spacing:0.24em;\n  text-transform:uppercase;\n  color:var(--sage);\n  margin-bottom:22px;\n  display:flex;\n  align-items:center;\n  gap:14px;\n}\n\n.eyebrow::before{\n  content:'';\n  width:34px;\n  height:1px;\n  background:var(--gold);\n}\n\n.eyebrow.center{\n  justify-content:center;\n  margin:0 auto 22px;\n}\n\n\n\/* BUTTONS *\/\n.btn-gold{\n  display:inline-block;\n  font-size:0.68rem;\n  letter-spacing:0.12em;\n  text-transform:uppercase;\n  color:var(--gold);\n  background:#241F19;\n  text-decoration:none;\n  padding:15px 30px;\n  transition:all .25s ease;\n}\n\n.btn-gold:hover{\n  background:#3A322A;\n}\n\n.btn-outline{\n  display:inline-block;\n  font-size:0.68rem;\n  letter-spacing:0.12em;\n  text-transform:uppercase;\n  color:var(--ink);\n  background:transparent;\n  border:1px solid var(--ink);\n  text-decoration:none;\n  padding:14px 29px;\n  transition:all .25s ease;\n}\n\n.btn-outline:hover{\n  background:var(--ink);\n  color:var(--cream);\n}\n\n\n\/* =========================\n   HERO \u2014 CLEAN VERSION\n========================= *\/\n\n.home-hero{\n  padding:95px 0 90px;\n  border-bottom:1px solid var(--line);\n}\n\n.hero-grid{\n  display:grid !important;\n  grid-template-columns:1fr 1fr !important;\n  gap:70px;\n  align-items:center;\n  max-width:1500px;\n}\n\n.hero-text{\n  max-width:720px;\n}\n\n.hero-image{\n  display:block !important;\n  width:100%;\n}\n\n.hero-image img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n@media(max-width:900px){\n  .hero-grid{\n    grid-template-columns:1fr !important;\n    gap:40px;\n  }\n}\n\n.hero-text{\n  max-width:720px;\n}\n\n.hero-text h1{\n  font-family:'Cormorant Garamond',serif;\n  font-weight:400;\n  font-size:clamp(3rem,5vw,4.4rem);\n  line-height:1.08;\n  margin-bottom:28px;\n  max-width:14ch;\n}\n\n.hero-text h1 em{\n  font-style:italic;\n  color:var(--gold);\n}\n\n.hero-text p{\n  font-size:0.92rem;\n  color:#4a443a;\n  margin-bottom:34px;\n  max-width:48ch;\n}\n\n.hero-btns{\n  display:flex;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n\n\/* HERO IMAGE *\/\n\n.hero-image{\n  display:block;\n}\n\n.hero-image img{\n  width:100%;\n  max-width:100%;\n  height:auto;\n  display:block;\n}\n\n\n\/* =========================\n   MARQUEE\n========================= *\/\n\n.marquee{\n  width:100vw;\n  margin-left:calc(50% - 50vw);\n  border-bottom:1px solid var(--line);\n  background:var(--cream);\n  padding:16px 0;\n  overflow:hidden;\n}\n\n.marquee-track{\n  display:flex;\n  gap:14px;\n  white-space:nowrap;\n  width:max-content;\n  animation:scroll 30s linear infinite;\n  font-size:0.68rem;\n  letter-spacing:0.1em;\n  text-transform:uppercase;\n  color:#5a5346;\n}\n\n.marquee-track span::after{\n  content:'\u00b7';\n  margin-left:14px;\n  color:var(--gold);\n}\n\n@keyframes scroll{\n  from{\n    transform:translateX(0);\n  }\n  to{\n    transform:translateX(-50%);\n  }\n}\n\n\n\/* =========================\n   WELCOME\n========================= *\/\n\n.welcome{\n  padding:100px 0;\n  text-align:center;\n  border-bottom:1px solid var(--line);\n}\n\n.welcome h2{\n  font-family:'Cormorant Garamond',serif;\n  font-weight:400;\n  font-size:clamp(2.2rem,3.6vw,3rem);\n  max-width:22ch;\n  margin:0 auto 26px;\n  line-height:1.18;\n}\n\n.welcome p{\n  max-width:600px;\n  margin:0 auto 34px;\n  font-size:0.9rem;\n  color:#4a443a;\n}\n\n\n\/* =========================\n   OFFERINGS\n========================= *\/\n\n.offerings{\n  padding:100px 0;\n  border-bottom:1px solid var(--line);\n}\n\n.offer-cards{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:24px;\n  margin-top:50px;\n}\n\n@media(max-width:800px){\n  .offer-cards{\n    grid-template-columns:1fr;\n  }\n}\n\n.offer-card{\n  padding:44px;\n}\n\n.offer-card.light{\n  background:var(--cream);\n}\n\n.offer-card.dark{\n  background:var(--ink);\n  color:var(--cream);\n}\n\n.offer-card h3{\n  font-family:'Cormorant Garamond',serif;\n  font-weight:500;\n  font-style:italic;\n  font-size:1.5rem;\n  margin-bottom:16px;\n  color:var(--gold);\n}\n\n.offer-card p{\n  font-size:0.88rem;\n  margin-bottom:28px;\n  max-width:38ch;\n}\n\n.offer-card.light p{\n  color:#4a443a;\n}\n\n.offer-card.dark p{\n  color:rgba(246,242,233,0.75);\n}\n\n.offer-card .card-link{\n  font-size:0.68rem;\n  letter-spacing:0.1em;\n  text-transform:uppercase;\n  text-decoration:none;\n}\n\n.offer-card.light .card-link{\n  color:var(--ink);\n  border-bottom:1px solid var(--ink);\n  padding-bottom:4px;\n}\n\n.offer-card.dark .card-link{\n  color:var(--cream);\n  border-bottom:1px solid var(--cream);\n  padding-bottom:4px;\n}\n\n\n\/* =========================\n   STUDIO SELECTIONS\n========================= *\/\n\n.selections{\n  padding:100px 0;\n  border-bottom:1px solid var(--line);\n}\n\n.studio-grid{\n  display:grid;\n  grid-template-columns:0.8fr 1.2fr;\n  gap:60px;\n  align-items:center;\n}\n\n@media(max-width:900px){\n  .studio-grid{\n    grid-template-columns:1fr;\n    gap:40px;\n  }\n}\n\n.studio-intro h2{\n  font-family:'Cormorant Garamond',serif;\n  font-weight:400;\n  font-size:clamp(2rem,3.4vw,2.6rem);\n  margin-bottom:30px;\n  max-width:12ch;\n}\n\n.studio-images{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:16px;\n}\n\n.studio-images img{\n  width:100%;\n  aspect-ratio:4\/3;\n  object-fit:cover;\n  display:block;\n  background:var(--sand);\n}\n\n\n\/* =========================\n   ETHOS\n========================= *\/\n\n.ethos{\n  padding:110px 0;\n  text-align:center;\n  border-bottom:1px solid var(--line);\n}\n\n.ethos .quote{\n  font-family:'Cormorant Garamond',serif;\n  font-style:italic;\n  font-weight:400;\n  font-size:clamp(1.8rem,3vw,2.4rem);\n  color:var(--gold);\n  max-width:20ch;\n  margin:0 auto 24px;\n}\n\n.ethos .quote-sub{\n  max-width:600px;\n  margin:0 auto;\n  font-size:0.88rem;\n  color:#7a7264;\n}\n\n\n\/* =========================\n   FINAL CTA \u2014 CLEAN VERSION\n========================= *\/\n\n.final-cta{\n  background:#ffffff;\n  color:var(--ink);\n  padding:105px 0 110px;\n  text-align:center;\n  border-bottom:1px solid var(--line);\n}\n\n.final-cta h2{\n  font-family:'Cormorant Garamond',serif;\n  font-weight:400;\n  font-size:clamp(2.4rem,4vw,3.3rem);\n  line-height:1.15;\n  margin-bottom:20px;\n}\n\n.final-cta p{\n  font-size:0.88rem;\n  color:#6b6459;\n  margin:0 auto 32px;\n  max-width:600px;\n}\n\n.final-cta .btn-outline{\n  color:var(--ink);\n  border-color:var(--ink);\n}\n\n\n\/* MOBILE *\/\n\n@media(max-width:640px){\n\n  .home-hero{\n    padding:70px 0;\n  }\n\n  .hero-text h1{\n    font-size:2.8rem;\n  }\n\n  .hero-text p{\n    font-size:0.88rem;\n  }\n\n  .welcome,\n  .offerings,\n  .selections{\n    padding:75px 0;\n  }\n\n  .ethos{\n    padding:80px 0;\n  }\n\n  .final-cta{\n    padding:80px 0;\n  }\n\n  .offer-card{\n    padding:32px;\n  }\n\n}\n\n<\/style>\n\n\n<!-- HERO -->\n\n<section class=\"home-hero\">\n\n  <div class=\"wrap hero-grid\">\n\n    <div class=\"hero-text\">\n\n      <div class=\"eyebrow\">\n        Brand Identity \u00b7 Website Design \u00b7 Coaching Brands\n      <\/div>\n\n      <h1>\n        Brand identity and website design for coaches who have outgrown\n        <em>their first brand<\/em>.\n      <\/h1>\n\n      <p>\n        The AUBI is a boutique design studio working exclusively with\n        established coaches who are ready to look as credible online as\n        they are in real life.\n      <\/p>\n\n            <div class=\"hero-btns\">\n        <a href=\"https:\/\/theaubi.com\/?page_id=1023\" class=\"btn-gold\">\n          Explore The Work \u2192\n        <\/a>\n\n        <a href=\"https:\/\/theaubi.com\/?page_id=828\" class=\"btn-outline\">\n          Work With Me \u2192\n        <\/a>\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"hero-image\">\n      <img decoding=\"async\"\n        src=\"https:\/\/theaubi.com\/wp-content\/uploads\/2026\/08\/OLIVIA-TRENT-CARD.png\"\n        alt=\"Olivia Trent brand design\"\n      >\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n<!-- MARQUEE -->\n\n<div class=\"marquee\">\n\n  <div class=\"marquee-track\">\n\n    <span>Brand Identity<\/span>\n    <span>Website Design<\/span>\n    <span>Coaching Brands<\/span>\n    <span>Visual Strategy<\/span>\n    <span>Health Coaches<\/span>\n    <span>Business Coaches<\/span>\n    <span>Lifestyle Coaches<\/span>\n    <span>Showit Specialist<\/span>\n\n    <span>Brand Identity<\/span>\n    <span>Website Design<\/span>\n    <span>Coaching Brands<\/span>\n    <span>Visual Strategy<\/span>\n    <span>Health Coaches<\/span>\n    <span>Business Coaches<\/span>\n    <span>Lifestyle Coaches<\/span>\n    <span>Showit Specialist<\/span>\n\n  <\/div>\n\n<\/div>\n\n\n<!-- WELCOME -->\n\n<section class=\"welcome\">\n\n  <div class=\"wrap\">\n\n    <div class=\"eyebrow center\">\n      Welcome To The AUBI\n    <\/div>\n\n    <h2>\n      A boutique design studio shaping brand identity and digital presence\n      for coaches who refuse to blend in.\n    <\/h2>\n\n    <p>\n      The coaches I work with have built something real \u2014 paying clients,\n      a clear methodology, results that speak for themselves. But their\n      brand still looks like the version of them from year one. I close\n      that gap. Precisely, intentionally, and without noise.\n    <\/p>\n\n    <a href=\"https:\/\/theaubi.com\/?page_id=747\" class=\"btn-outline\">\n      My Story \u2192\n    <\/a>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- OFFERINGS -->\n\n<section class=\"offerings\">\n\n  <div class=\"wrap\">\n\n    <div class=\"eyebrow center\">\n      Studio Offerings\n    <\/div>\n\n    <div class=\"offer-cards\">\n\n      <div class=\"offer-card light\">\n\n        <h3>The Brand Intensive<\/h3>\n\n        <p>\n          A complete visual identity system built from the inside out \u2014\n          strategy, positioning, logo suite, colour system, typography,\n          and brand guidelines. Delivered in one strategic week.\n        <\/p>\n\n        <a href=\"https:\/\/theaubi.com\/?page_id=1009\" class=\"card-link\">\n          The Brand Intensive \u2192\n        <\/a>\n\n      <\/div>\n\n\n      <div class=\"offer-card dark\">\n\n        <h3>The Website Intensive<\/h3>\n\n        <p>\n          A custom, conversion-focused website built on your approved\n          brand identity \u2014 structured, mobile-optimised, and launch-ready.\n          Delivered in one strategic week.\n        <\/p>\n\n        <a href=\"https:\/\/theaubi.com\/?page_id=1009\" class=\"card-link\">\n          The Website Intensive \u2192\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- STUDIO SELECTIONS -->\n\n<section class=\"selections\">\n\n  <div class=\"wrap studio-grid\">\n\n    <div class=\"studio-intro\">\n\n      <div class=\"eyebrow\">\n        Studio Selections\n      <\/div>\n\n      <h2>\n        Work built to stand apart.\n      <\/h2>\n\n      <a href=\"https:\/\/theaubi.com\/?page_id=1023\" class=\"btn-outline\">\n        Work Built To Stand Apart \u2192\n      <\/a>\n\n    <\/div>\n\n    <div class=\"studio-images\">\n\n      <img decoding=\"async\" src=\"https:\/\/theaubi.com\/wp-content\/uploads\/2026\/07\/ELERA-STONE-BUSINESS-CARD-1-scaled.jpg\">\n\n      <img decoding=\"async\" src=\"https:\/\/theaubi.com\/wp-content\/uploads\/2026\/03\/cirra-report-scaled.jpg\">\n\n      <img decoding=\"async\" src=\"https:\/\/theaubi.com\/wp-content\/uploads\/2026\/07\/envolpe-mockup-nxt-scaled.jpg\">\n\n      <img decoding=\"async\" src=\"https:\/\/theaubi.com\/wp-content\/uploads\/2026\/07\/LETTER-HEAD-OLIVIA-scaled.png\">\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- ETHOS -->\n\n<section class=\"ethos\">\n\n  <div class=\"wrap\">\n\n    <div class=\"eyebrow center\">\n      The AUBI Ethos\n    <\/div>\n\n    <p class=\"quote\">\n      &#8220;I build refined identities grounded in clarity and intention.&#8221;\n    <\/p>\n\n    <p class=\"quote-sub\">\n      My approach is intentionally deliberate. Every visual decision is\n      made to answer one question: does this make it immediately clear\n      who you are and what you do? Not just for now \u2014 for the version\n      of your brand that exists in three years.\n    <\/p>\n\n  <\/div>\n\n<\/section>\n\n\n<!-- FINAL CTA \u2014 NO DARK BACKGROUND -->\n\n<section class=\"final-cta\">\n\n  <div class=\"wrap\">\n\n    <h2>\n      Ready to look like where you actually are?\n    <\/h2>\n\n    <p>\n      Spaces are intentionally limited. I work with one to two clients at a time.\n    <\/p>\n\n    <a href=\"https:\/\/theaubi.com\/?page_id=828\" class=\"btn-outline\">\n      Work With Me \u2192\n    <\/a>\n\n  <\/div>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brand Identity \u00b7 Website Design \u00b7 Coaching Brands Brand identity and website design for coaches who have outgrown their first brand. The AUBI is a boutique design studio working exclusively with established coaches who are ready to look as credible online as they are in real life. Explore The Work \u2192 Work With Me \u2192&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-685","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/pages\/685","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theaubi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=685"}],"version-history":[{"count":53,"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/pages\/685\/revisions"}],"predecessor-version":[{"id":1136,"href":"https:\/\/theaubi.com\/index.php?rest_route=\/wp\/v2\/pages\/685\/revisions\/1136"}],"wp:attachment":[{"href":"https:\/\/theaubi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}