<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Feb 05 2026 23:20:32 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.patternbrands.com" data-wf-page="69614e7f5fb09ee578dd2728" data-wf-site="69614e7f5fb09ee578dd272d" data-wf-status="1"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Home | Pattern Brands</title><meta content="Explore our family of consumer brands—Onsen Towel, Miracle Made, and GIR—designed to elevate the home with quality, innovation, and thoughtful design." name="description"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/css/pattern-staging.webflow.shared.580bebc07.min.css" rel="stylesheet" type="text/css" integrity="sha384-WAvrwHAJDpdOgJEtSrnmadVa+hGU3J511I9m0TIUS+8c3DFIeATpSJBNrOcqaNOa" crossorigin="anonymous"/><link href="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/css/pattern-staging.webflow.69614e7f5fb09ee578dd2728-14b37f2c9.min.css" rel="stylesheet" type="text/css" integrity="sha384-Yyp7l4rd6nsnEPErLR4JkTpx/HPJPH1R5aDQXFDHwwo/zSGPQUs3LLp9BSAlAbbk" crossorigin="anonymous"/><style>html.w-mod-js:not(.w-mod-ix3) :is(.logo, .heading-style-h3, .product_item, [data-wf-target*='["69614e7f5fb09ee578dd2728","2518920c-a63b-9fcb-e812-1ef334f010b7"]'], .btn-wrap) {visibility: hidden !important;}</style><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69692f151addc65e30881337_663e8915ce1b843496a2869c_fav-pattern-brands%2032.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69614e7f5fb09ee578dd275f_web-clip.png" rel="apple-touch-icon"/><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Pattern Brands",
  "url": "/",
  "description": "Where thoughtful products meet thoughtful living. Explore our family of consumer brands designed to elevate the home.",
  "email": "help@patternbrands.com",
  "contactPoint": {
    "@type": "ContactPoint",
    "email": "acquisitions@patternbrands.com",
    "contactType": "Acquisitions"
  },
  "sameAs": [
    "https://www.linkedin.com/company/pattern-brands/jobs/"
  ],
  "brand": [
    {
      "@type": "Brand",
      "name": "Onsen Towel",
      "url": "https://onsentowel.com/",
      "description": "Modern waffle towels that dry fast, last long, and feel exceptional."
    },
    {
      "@type": "Brand",
      "name": "Miracle Made",
      "url": "https://www.miraclebrand.co/",
      "description": "Sleep technology made simple. Cooler nights, fresher mornings."
    },
    {
      "@type": "Brand",
      "name": "GIR",
      "url": "https://www.gir.co/",
      "description": "Premium silicone kitchen tools engineered to perform—and built to last."
    }
  ]
}
</script><style>

.btn .btn__text {
  transition: color 0.7s cubic-bezier(0.625, 0.05, 0, 1);
}

.btn .btn__circle {
  transition: transform 0.7s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.4s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translate(-50%, -50%) scale(0) rotate(0.001deg);
}

.btn:hover .btn__circle {
  transform: translate(-50%, -50%) scale(1) rotate(0.001deg);
}

</style></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style>

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
    color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}


/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

a{
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

</style>

<style>
[data-underline-link] {
  text-decoration: none;
  position: relative;
}

[data-underline-link]::before,
[data-underline-link="alt"]::before,
[data-underline-link="alt"]::after{
  content: "";
  position: absolute;
  bottom: -0.0625em;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background-color: currentColor;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

[data-underline-link="alt"]::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

[data-underline-link="alt"]::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
  [data-hover]:hover [data-underline-link]::before,
  [data-underline-link]:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
  }  
  
  [data-hover]:hover [data-underline-link="alt"]::before,
  [data-underline-link="alt"]:hover::before {
    transform-origin: right;
    transform: scaleX(0) rotate(0.001deg);
    transition-delay: 0s;
  }
  
  [data-hover]:hover [data-underline-link="alt"]::after,
  [data-underline-link="alt"]:hover::after {
    transform-origin: left;
    transform: scaleX(1) rotate(0.001deg);
    transition-delay: 0.3s;
  }
}
</style></div><main class="main-wrapper is-home"><section class="section_product"><div class="hide w-embed"><style>
.product_item:hover .product_arrow{
 transform: translateX(4px);
}


.product_item:hover .product_image{
transform: scale(1.1);
}


/* The container that acts as the window (Mask) */
[data-rotating-words] {
  display: inline-flex;
  position: relative;
  vertical-align: bottom;
  overflow: hidden; /* This creates the sliding mask effect */
  height: 1.2em;   /* Matches the line-height of the heading */
}

.rotating-text__inner {
  display: inline-block;
  position: relative;
  height: 100%;
}

.rotating-text__word {
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  
  /* Apply gradient directly to words */
  background-image: linear-gradient(90deg, rgb(8, 73, 53), rgb(9, 85, 62) 24%, rgb(19, 175, 127) 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* Prevent side-clipping of italic or wide letters */
  padding-right: 4px; 
}

/* SplitText Utility Classes */
.rotating-line {
  position: relative;
  overflow: visible !important;
}

.rotating-line-mask {
  overflow: hidden !important;
}
</style></div><div class="padding-global"><div class="container-large"><div class="padding-section-small"><div class="product_component"><div class="w-layout-grid product_content"><div id="w-node-_2a01d0e1-5ad4-debb-27ca-07ba1cef1c22-78dd2728" class="logo w-embed"><svg width="100%" height="100%" viewBox="0 0 393 119" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.8786 70.5861C71.5642 71.3535 71.0435 72.2323 70.7935 72.5883C69.3383 74.6652 67.1266 76.1668 64.0366 77.1814C63.362 77.4017 61.6137 77.9179 59.9462 77.9179C58.3933 77.9179 57.3245 77.4785 56.7727 76.6138C56.2918 75.8589 56.4708 74.7252 57.1853 73.9763C58.5685 72.5331 61.5269 72.1879 63.6911 71.9352L64.279 71.8659C65.369 71.7306 66.4809 71.5558 67.5807 71.348C68.1375 71.2393 68.6762 71.1608 69.2515 71.0759C70.1407 70.9438 70.9856 70.8194 71.8786 70.5861ZM115.559 49.2959C117.236 46.1088 119.156 43.9004 121.433 42.5426C123.065 41.5656 125.403 40.8164 127.707 40.8164C128.897 40.8164 130.079 41.0175 131.15 41.4891C133.746 42.6315 136.102 44.5998 137.616 46.89C138.106 47.6321 137.768 49.0325 137.522 50.0556C137.464 50.2927 137.411 50.5151 137.37 50.718C136.965 52.679 136.419 54.8928 135.891 57.0314C135.511 58.5747 135.135 60.0958 134.82 61.4984C134.658 62.2154 133.9 64.2279 133.555 65.0607C131.515 70.0077 123.617 73.1148 118.44 72.3908C116.115 72.0634 114.409 70.8995 113.379 68.9276C110.506 63.4416 113.382 53.4334 115.559 49.2959ZM260.947 42.402C261.21 42.895 261.057 43.7082 260.478 44.8791C259.787 46.2707 258.903 47.5751 257.983 48.9009C255.621 52.3013 252.748 55.6542 249.891 58.3468C249.583 58.6347 249.273 58.9199 248.956 59.2078C248.533 58.2895 248.294 57.4356 248.215 56.56C247.841 52.5811 248.667 48.7727 250.475 46.1177C250.983 45.3703 251.582 44.6851 252.249 44.0855C254.046 42.475 256.185 41.6243 258.379 41.6243C258.78 41.6243 259.185 41.6511 259.589 41.7098C260.295 41.8112 260.753 42.0443 260.947 42.402ZM391.98 85.0576C391.426 84.2957 390.803 83.5895 390.199 82.9061C389.107 81.6658 388.076 80.4948 387.407 79.0245C386.527 77.0905 385.857 74.9725 385.414 72.729C384.72 69.2019 384.575 65.3702 384.984 61.3485C385.738 53.9458 386.123 47.7673 383.717 41.2667C382.169 37.0848 378.098 34.3069 372.549 33.6503C368.388 33.1555 364.898 34.3941 361.741 35.8089C361.381 35.969 361.029 36.1381 360.691 36.3302C360.564 36.3997 360.441 36.4744 360.302 36.5652C360.25 36.3409 360.181 36.138 360.092 35.9423C358.685 32.9384 354.959 32.1608 351.886 32.7267C348.028 33.4349 343.983 35.7875 340.791 39.1775C339.762 40.2701 338.844 41.4571 338.003 42.5764C334.9 46.7085 331.966 51.1909 329.277 55.8982C328.604 57.0741 327.949 58.2646 327.295 59.4572C325.507 62.7116 323.657 66.0785 321.433 69.118C319.436 71.841 317.467 73.0012 314.851 73.0028C314.008 73.0028 313.379 72.7766 312.927 72.314C312.231 71.6024 311.931 70.2977 312.007 68.3226C312.241 62.3718 314.354 56.5438 316.084 52.7001C316.487 51.8013 316.956 50.8993 317.453 49.9436C319.201 46.5697 321.011 43.08 320.297 39.2558C319.957 37.4318 318.97 36.0188 317.366 35.0597C314.344 33.2516 309.6 33.4403 306.47 34.3834C305.884 34.5596 305.266 34.7696 304.627 34.9849C302.45 35.7216 299.991 36.558 297.783 36.3534C297.273 36.3054 297.27 36.2697 297.259 36.1736C297.074 34.7483 296.172 33.531 294.903 32.9972C294.402 32.7854 293.83 32.6858 293.259 32.7089C292.346 32.7409 291.078 33.2694 290.449 34.3425C289.869 35.3355 289.567 36.462 289.275 37.5528C289.075 38.2967 288.888 38.9995 288.617 39.658C288.292 40.4534 287.974 41.256 287.655 42.0585C287.099 43.4626 286.523 44.913 285.907 46.3152C285.406 47.4559 284.925 48.6073 284.444 49.7623C282.967 53.3019 281.443 56.9621 279.323 60.1851C278.873 60.8718 278.43 61.5785 277.987 62.2863C276.242 65.0731 274.436 67.9562 271.843 69.9687C267.552 73.2967 261.99 71.9763 258.532 69.835C257.948 69.4741 255.115 67.3264 254.625 66.6088C254.73 66.5038 254.858 66.4059 254.994 66.3047C255.104 66.2192 255.214 66.1337 255.314 66.045C259.196 62.6229 262.753 58.4946 265.599 54.1006C266.538 52.6542 267.371 51.1963 268.076 49.7678C269.57 46.7405 270.255 43.9805 270.111 41.5603C269.975 39.3234 269.105 38.1276 267.653 36.8214C264.293 33.8051 259.017 32.7338 253.887 34.0329C252.992 34.2589 252.056 34.6059 250.931 35.1237C249.283 35.8872 247.944 36.6897 246.831 37.583C242.72 40.8787 240.032 46.4006 239.642 52.3587C239.498 54.5671 239.666 56.8788 240.157 59.4248C240.183 59.5552 240.29 59.9448 240.427 60.4481C240.662 61.3095 241.193 63.2544 241.232 63.7955C237.749 67.2587 233.818 70.6522 228.688 72.1451C227.459 72.5028 226.083 72.5596 224.708 72.3123C220.784 71.597 219.39 67.4097 220.446 59.5211C220.643 58.3842 220.876 57.2613 221.097 56.1883C221.334 55.0492 221.557 53.9637 221.719 52.974C222.945 45.4521 224.822 37.9247 226.638 30.6429L226.965 29.3296C227.003 29.1748 227.111 28.6533 227.265 27.9059C227.721 25.6851 229.073 19.0902 229.63 18.0242C230.01 18.0099 230.38 17.9797 230.751 17.9494C231.16 17.9157 231.567 17.8836 231.984 17.8711C235.05 17.7858 238.145 17.8747 241.185 18.1345C242.382 18.2378 244.139 18.2805 245.569 17.4797C246.17 17.1433 246.56 16.6468 246.734 16.008C247.115 14.6004 246.291 13.0593 246.028 12.6197C245.743 12.1411 245.378 11.6019 244.826 11.2157C244.329 10.8669 243.758 10.6979 243.211 10.5644C241.416 10.1266 239.454 9.95224 236.854 9.97892H236.509C234.123 9.95046 232.784 10.027 232.024 10.1177C232.138 9.64439 232.265 9.155 232.397 8.65321C232.957 6.51774 233.594 4.09759 233.154 2.01911C232.937 0.981652 232.25 0.266256 231.27 0.0616112C230.01 -0.203543 228.518 0.406842 227.706 1.51369C226.786 2.76652 225.61 6.79004 224.978 8.95391L224.721 9.82059C224.649 10.0626 224.585 10.2779 224.527 10.4541C223.869 10.6142 221.229 10.6694 220.059 10.6961C219.349 10.7121 218.792 10.7228 218.607 10.7423C216.613 10.9524 214.378 11.3332 212.92 12.5646C211.964 13.3725 211.311 14.91 211.985 16.1682C212.351 16.8479 213.08 17.3729 213.985 17.6078C214.69 17.7946 215.412 17.8018 216.181 17.8018C218.077 17.816 220.489 17.8641 222.43 17.9637C222.343 18.1897 222.265 18.421 222.189 18.647C222.102 18.9069 222.018 19.1649 221.918 19.3998C221.278 20.9053 220.686 22.3538 220.099 23.7917C219.191 26.0161 218.332 28.1159 217.318 30.3955C216.879 31.3796 216.437 32.4349 215.987 33.5079C215.153 35.4992 214.293 37.5581 213.382 39.327C212.751 40.5513 212.054 41.8486 211.36 43.1441C210.662 44.4467 209.962 45.7511 209.328 46.9861C207.733 50.0805 206.252 52.599 204.67 54.9123C204.078 55.7754 203.494 56.6558 202.905 57.5438C200.903 60.5584 198.833 63.6781 196.368 66.3491C194.753 68.0986 189.839 73.4173 185.643 72.4103C179.304 70.8924 180.36 58.1564 180.501 56.7078C181.461 46.8722 184.836 36.599 187.922 27.744C188.036 27.4148 188.154 27.0891 188.249 26.719C188.275 26.7101 188.354 26.7083 188.381 26.7066C188.954 26.6888 189.53 26.6763 190.106 26.6638C191.592 26.6336 193.13 26.6015 194.627 26.4592L195.373 26.3934C196.949 26.2616 198.576 26.1246 200.033 25.3648C201.261 24.7223 202.035 23.6048 202.06 22.4464C202.093 20.8768 200.764 19.6667 199.516 19.2041C198.198 18.7182 196.76 18.7894 195.491 18.8535C195.408 18.857 195.175 18.873 194.846 18.8979C192.701 19.0617 191.325 19.1364 190.679 19.1346C190.806 18.5492 191.112 17.8641 191.366 17.2928L191.551 16.8729C191.689 16.5525 191.84 16.2393 191.993 15.9244C192.198 15.4973 192.405 15.0684 192.578 14.6289L192.672 14.3886C193.194 13.0611 193.735 11.6855 193.592 10.1765C193.518 9.39347 193.2 8.75997 192.697 8.39162C192.047 7.9111 191.237 7.72782 190.358 7.8631C188.767 8.10509 187.237 9.31874 186.49 10.3438C185.947 11.0894 185.642 11.9845 185.347 12.8529C185.248 13.1465 185.15 13.4366 185.041 13.7142L184.947 13.9615C184.378 15.4492 183.81 16.9352 183.197 18.4068C183.121 18.5865 183.052 18.7734 182.984 18.9584L182.942 19.0919C182.935 19.1115 182.928 19.1364 182.92 19.1613C182.847 19.1631 182.751 19.1613 182.691 19.1595C182.606 19.1578 182.524 19.1542 182.456 19.1578L181.939 19.1827C180.865 19.2396 179.854 19.2912 178.801 19.2646L178.194 19.2485C177.223 19.2236 176.217 19.1951 175.221 19.229C174.217 19.2646 172.907 19.3553 171.676 19.7593C170.483 20.1472 169.567 20.8056 169.026 21.6616C168.748 22.0993 168.552 22.603 168.442 23.1582C168.344 23.6671 168.355 24.0978 168.487 24.4768C168.762 25.29 169.589 25.8915 170.815 26.1673C171.684 26.3631 172.559 26.3738 173.402 26.3844C173.841 26.3898 174.279 26.3951 174.715 26.4272C175.482 26.4823 176.498 26.4717 177.479 26.4592C178.116 26.4539 178.765 26.4449 179.333 26.4574C178.655 27.9771 177.626 30.6251 177.46 31.0931C175.044 37.7521 171.605 43.9289 167.69 50.7375L167.151 51.6715C166.355 53.0595 165.558 54.4513 164.739 55.8306C162.392 59.7825 159.687 63.4643 156.696 66.776C156.399 67.1056 156.079 67.4703 155.743 67.8567C153.47 70.4546 150.359 74.012 147.283 74.3751C145.89 74.5423 144.869 74.275 144.16 73.5688C142.6 72.0136 142.815 68.6646 143.232 65.5947C143.574 63.0747 144.185 60.5514 144.776 58.1098C144.928 57.4762 145.082 56.843 145.232 56.2078C146.062 52.679 147.019 49.1144 147.943 45.6675L148.191 44.7474C148.539 43.4502 148.897 42.1084 148.66 40.7417C148.443 39.4925 147.563 38.439 146.366 37.9835C145.404 37.6186 144.294 37.624 143.393 37.9959C142.363 38.4212 141.797 39.3483 141.417 40.11C141.301 40.3449 141.192 40.5869 141.095 40.836C140.607 40.0103 140.088 39.1722 139.392 38.4159C136.081 34.8212 132.164 33.1485 127.067 33.1485C121.831 33.1485 116.769 34.7482 112.026 37.9052C107.008 41.2418 102.589 45.5625 98.9296 49.3495C95.4919 52.9085 90.0713 57.5887 83.6626 59.8306C83.8144 57.3788 83.715 55.1807 83.3406 52.5416C82.9574 49.8527 82.2216 47.1409 81.1512 44.4805C79.8418 41.3147 77.5962 38.3696 74.4752 35.7234C73.0429 34.5116 71.3688 33.4972 69.4955 32.7125C65.3838 30.9845 60.5881 30.4489 55.9992 31.207C52.5109 31.7818 49.3918 33.0755 46.9797 34.9511L46.835 35.0632C45.6506 35.9815 44.9219 36.5456 44.4861 36.9157C44.4138 36.7894 44.3415 36.6613 44.2692 36.5313C43.808 35.7021 43.3289 34.8444 42.5224 34.2322C39.472 31.9188 34.9605 33.5435 33.1631 34.3479C29.4817 35.9939 26.688 38.6935 23.9847 41.3058C23.0951 42.1636 22.2036 43.0266 21.2778 43.8577C17.9742 46.8206 14.8713 48.972 11.7866 50.4366C9.98559 51.291 7.97845 51.9902 5.82492 52.5113C5.50304 52.5898 5.04737 52.6466 4.56458 52.7072C2.88475 52.9209 0.790853 53.1861 0.212226 54.6471C-0.118676 55.487 -0.0626218 56.2056 0.380389 56.7824C1.55753 58.3165 5.1866 58.2218 7.24436 58.0297C10.1556 57.7576 13.0758 57.1829 15.9292 56.3198C21.6593 54.5882 26.7006 51.8479 30.5087 48.3919C32.6334 46.4665 34.8936 44.3933 37.0617 42.2579C37.6258 41.6973 38.472 40.8485 39.1881 41.1403C39.5443 41.288 39.7251 41.7792 39.8119 42.1636C40.3526 44.5677 39.7432 47.4968 39.2026 50.0827C39.0434 50.8441 38.8879 51.586 38.7668 52.2927C38.1773 55.6737 37.5679 58.7613 36.8989 61.7295C36.1015 65.2852 35.3366 68.9081 34.5934 72.4314L33.1234 79.3541C31.5755 86.6058 29.6498 95.6297 28.2159 102.659C27.6264 105.552 27.1328 108.505 26.6536 111.359C26.4746 112.43 26.2956 113.499 26.1111 114.569C25.8634 116.003 25.9828 117.95 27.1364 118.707C27.3841 118.869 27.7205 119 28.1707 119C28.7041 119 29.3912 118.817 30.2646 118.276C31.3984 117.573 32.2156 116.488 32.8015 115.619C36.2009 110.579 37.5137 104.394 38.7831 98.4111C39.1139 96.8559 39.4557 95.2433 39.8264 93.7022C41.4592 86.9169 42.9636 79.0694 44.4174 71.4779C45.251 67.1337 46.0376 63.0287 46.8386 59.1526C47.146 57.6721 47.4082 55.8019 47.6903 53.7624C48.0736 50.9902 48.4714 48.125 49.0301 46.0856C49.833 43.1619 51.5273 41.3397 54.8781 39.8039C58.1564 38.3002 62.3167 38.4942 65.7309 40.3111C72.2132 43.758 74.0756 51.1325 74.6111 55.2234L74.6706 55.6845C74.938 57.6991 75.2726 60.2045 74.6744 62.1385C74.6471 62.2224 74.6269 62.2776 74.5963 62.3063C74.5636 62.3382 74.5057 62.3615 74.432 62.388C73.8152 62.6104 73.2656 62.776 72.6417 62.9291C70.9327 63.3507 69.1282 63.5146 67.4284 63.6494C64.9585 63.842 58.7328 64.6018 54.3029 67.4719C51.1837 69.4952 48.2689 73.5813 49.2471 77.774C49.8186 80.2226 51.5725 82.445 53.9358 83.7172C56.0282 84.8455 58.223 84.9185 60.6317 84.9986C64.9602 85.1355 69.3072 83.7459 73.1952 80.9683C75.2781 79.4769 77.1858 77.5943 78.862 75.3697C80.368 73.3713 81.4624 71.2182 82.3046 68.5877C82.5289 68.4741 83.2882 68.1943 84.0551 67.9167C84.292 67.8318 84.4726 67.7658 84.5359 67.7409C89.5396 65.7371 96.803 62.4519 102.105 57.0741C102.938 56.231 103.571 55.6168 104.793 54.5898C103.893 57.1666 103.408 59.3198 103.126 61.881C102.857 64.3474 103.22 66.9882 103.463 68.3404C104.206 72.5207 106.546 76.11 110.048 78.4466C113.849 80.9786 118.726 81.872 123.429 80.9039C127.378 80.0889 130.963 78.2967 133.518 75.8589C133.569 75.8075 133.853 75.5153 134.159 75.2041C134.253 75.1062 134.35 75.0066 134.443 74.9141C134.448 74.9303 134.454 74.946 134.459 74.9639L134.576 75.3005C136.263 80.2258 141.582 81.7902 146.004 81.5927C151.966 81.3362 156.371 78.2491 161.15 73.6895C165.426 69.6056 168.663 64.6461 171.118 60.3398C170.961 61.4075 170.865 62.427 170.88 63.4254C170.959 69.2501 173.63 76.5743 178.585 79.2989C185.402 83.0516 192.421 79.84 197.11 76.4834C203.825 71.6808 209.04 63.2441 212.741 56.1028C211.776 60.0352 210.783 65.625 212.186 70.8123L212.264 71.0683C212.278 71.1381 212.295 71.2074 212.314 71.2734C213.467 75.0261 217.28 79.5819 221.126 80.379C229.93 82.1993 236.809 77.6614 243.458 73.2718L245.213 72.1008C245.325 72.0277 246.07 71.4476 246.573 71.0488C247.765 72.5472 251.582 75.8037 251.625 75.8356C253.827 77.4964 256.131 78.6939 258.469 79.3952C265.611 81.5375 272.692 79.9125 278.953 74.6949C284.95 69.6927 290.042 62.2208 292.924 54.1899C293.962 51.2927 294.785 48.0075 295.456 44.0712C295.64 43.1316 295.731 42.8344 296.413 42.8131C296.957 42.7864 297.528 42.9892 298.089 43.1779L298.353 43.2633C300.465 43.9537 302.741 44.0837 304.935 43.6406C306.025 43.4199 306.983 43.0338 308.025 42.612C308.858 42.2774 309.799 41.9536 310.417 42.3682C311.316 42.9697 311.191 44.21 310.028 46.2654L309.35 47.4595C305.66 53.9583 301.843 60.6797 302.005 68.2977C302.085 71.9741 303.32 75.2485 305.578 77.7664C308.234 80.7226 312.354 80.8184 315.22 80.6279C319.641 80.3379 323.321 77.7989 325.628 75.7166C330.916 70.9438 334.329 64.8258 337.625 58.9091C340.517 53.718 343.511 48.351 347.753 43.9431C348.751 42.9056 349.709 42.119 350.72 41.5176C351.174 41.2471 352.239 40.6189 352.767 40.772C352.843 40.7969 352.941 40.8432 353.022 41.014C353.212 41.409 353.127 41.9322 353.018 42.3931C352.821 43.2402 352.507 44.0303 352.176 44.8667L351.971 45.3792C350.082 50.2196 348.115 55.3695 346.617 60.4659C345.062 65.769 343.693 71.9087 345.353 77.2258C345.637 78.1403 346.093 79.2702 347.105 79.9109C347.682 80.2756 348.308 80.347 348.908 80.1192C351.291 79.208 353.053 73.7074 354.458 68.4471C354.588 67.9687 354.688 67.5915 354.758 67.3599C355.568 64.6997 356.251 61.9589 356.933 59.2311C357.295 57.7841 357.655 56.336 358.038 54.8961C358.224 54.1877 358.401 53.4653 358.58 52.7342C359.284 49.8332 360.014 46.8348 361.579 44.3897C363.546 41.3147 367.441 39.6686 370.645 40.5673C374.046 41.5229 375.802 44.4414 375.86 49.2408C375.897 52.2694 375.757 55.3284 375.619 58.3019C375.357 64.0217 375.086 69.9352 376.069 75.6987C376.71 79.4677 377.729 82.4916 379.185 84.945C381.264 88.4456 383.982 90.0809 388.577 90.5901C389.378 90.6805 390.421 90.734 391.363 90.3444C392.555 89.8515 393.128 88.8423 392.976 87.504C392.885 86.6929 392.522 85.8011 391.98 85.0576Z" fill="#084935"/>
</svg></div><div class="product_content-right"><h2 data-step-duration="3" data-rotating-title="" class="heading-style-h4">Where thoughtful products meet <span data-rotating-words="thoughtful,innovative,beautiful" class="product_title-span"> thoughtful</span>living<br/></h2><div class="spacer-xsmall"></div><p data-wf-target="[[[&quot;69614e7f5fb09ee578dd2728&quot;,&quot;2518920c-a63b-9fcb-e812-1ef334f010b7&quot;],[]]]" class="text-size-regular">Explore our family of consumer brands— designed to elevate the home.</p><div class="spacer-small"></div><div class="btn-wrap"><a href="mailto:help@patternbrands.com" data-theme="dark" data-btn-hover="" class="btn w-inline-block"><div class="btn__bg"></div><div class="btn__circle-wrap"><div class="btn__circle"><div class="before__100"></div></div></div><div class="btn__text"><p class="btn-text-p">Contact Us</p></div></a></div></div></div><div class="spacer-medium"></div><div class="w-layout-grid product_list"><a href="https://onsentowel.com/" target="_blank" class="product_item w-inline-block"><div class="product_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691ac3e8f179b02539b171_Rectangle%205930%20(1).avif" alt="" sizes="(max-width: 767px) 100vw, 674px" srcset="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691ac3e8f179b02539b171_Rectangle%205930%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691ac3e8f179b02539b171_Rectangle%205930%20(1).avif 636w" class="product_image"/></div><img src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/6969187fa8bb5a7a2d5f595f_image%20595%20(1).avif" loading="lazy" alt="" class="product_logo"/><p>Modern waffle towels that dry fast, last long, and feel exceptional.</p><div class="product_link"><div class="product_link">Visit Onsen</div><div class="product_arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 8" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<path d="M17.3536 4.03556C17.5488 3.8403 17.5488 3.52372 17.3536 3.32845L14.1716 0.146473C13.9763 -0.0487893 13.6597 -0.0487893 13.4645 0.146473C13.2692 0.341735 13.2692 0.658318 13.4645 0.85358L16.2929 3.68201L13.4645 6.51043C13.2692 6.7057 13.2692 7.02228 13.4645 7.21754C13.6597 7.4128 13.9763 7.4128 14.1716 7.21754L17.3536 4.03556ZM0 3.68201V4.18201H17V3.68201V3.18201H0V3.68201Z" fill="currentColor"/>
</svg></div></div></a><a href="https://www.miraclebrand.co/" target="_blank" class="product_item w-inline-block"><div class="product_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abf1d7575f4299a2186_Rectangle%205929.avif" alt="" sizes="(max-width: 767px) 100vw, 674px" srcset="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abf1d7575f4299a2186_Rectangle%205929-p-500.avif 500w, https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abf1d7575f4299a2186_Rectangle%205929.avif 674w" class="product_image"/></div><img src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691a01a7a706c5dff08e79_MiracleMade_LOGO_BLACK-TRANSPARENT.2%201%20(1).avif" loading="lazy" alt="" class="product_logo"/><p>Sleep technology made simple. Cooler nights, fresher mornings.</p><div class="product_link"><div class="product_link">Visit Miracle Made </div><div class="product_arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 8" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<path d="M17.3536 4.03556C17.5488 3.8403 17.5488 3.52372 17.3536 3.32845L14.1716 0.146473C13.9763 -0.0487893 13.6597 -0.0487893 13.4645 0.146473C13.2692 0.341735 13.2692 0.658318 13.4645 0.85358L16.2929 3.68201L13.4645 6.51043C13.2692 6.7057 13.2692 7.02228 13.4645 7.21754C13.6597 7.4128 13.9763 7.4128 14.1716 7.21754L17.3536 4.03556ZM0 3.68201V4.18201H17V3.68201V3.18201H0V3.68201Z" fill="currentColor"/>
</svg></div></div></a><a href="https://www.gir.co/" target="_blank" class="product_item w-inline-block"><div class="product_image-wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abd65c1884cd0cb2c61_Rectangle%205929%20(1).avif" alt="" sizes="(max-width: 767px) 100vw, 674px" srcset="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abd65c1884cd0cb2c61_Rectangle%205929%20(1)-p-500.avif 500w, https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691abd65c1884cd0cb2c61_Rectangle%205929%20(1).avif 674w" class="product_image"/></div><img src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/69691a1cc40bdb37674c6062_image%20594.avif" loading="lazy" alt="" class="product_logo"/><p>Premium silicone kitchen tools engineered to perform—and built to last.</p><div class="product_link"><div class="product_link">Visit GIR</div><div class="product_arrow w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 8" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<path d="M17.3536 4.03556C17.5488 3.8403 17.5488 3.52372 17.3536 3.32845L14.1716 0.146473C13.9763 -0.0487893 13.6597 -0.0487893 13.4645 0.146473C13.2692 0.341735 13.2692 0.658318 13.4645 0.85358L16.2929 3.68201L13.4645 6.51043C13.2692 6.7057 13.2692 7.02228 13.4645 7.21754C13.6597 7.4128 13.9763 7.4128 14.1716 7.21754L17.3536 4.03556ZM0 3.68201V4.18201H17V3.68201V3.18201H0V3.68201Z" fill="currentColor"/>
</svg></div></div></a></div></div></div></div></div></section><footer class="footer_component"><div class="padding-global"><div class="container-large"><div class="footer_link-wrapper"><div class="w-layout-grid footer_top-wrapper"><div class="footer_link-list"><a data-underline-link="" href="mailto:help@patternbrands.com" class="footer_link">Contact Us</a><a data-underline-link="" href="https://www.linkedin.com/company/pattern-brands/jobs/" target="_blank" class="footer_link">Careers</a></div><div class="footer_link-list"><a data-underline-link="" href="https://onsentowel.com/" target="_blank" class="footer_link">Onsen</a><a data-underline-link="" href="https://www.miraclebrand.co/" target="_blank" class="footer_link">Miracle Made</a><a data-underline-link="" href="https://www.gir.co/" target="_blank" class="footer_link">GIR</a></div><div class="footer_link-list"><a data-underline-link="" href="https://www.patternbrands.com/terms-of-service" class="footer_link">Terms of Service</a><a data-underline-link="" href="https://www.patternbrands.com/pattern-privacy-policy" class="footer_link">Privacy Policy</a></div><div id="w-node-_7cf4b8ff-fa3f-3992-0c88-e3f7140674fb-78dd2728" class="footer_link-list"><div class="footer_link is-location">228 Park Ave S. PMB 73891<br/>New York, NY 10003<br/></div><a data-underline-link="" href="#" class="footer_link">help@patternbrands.com</a></div></div></div></div><div class="footer_bottom-wrapper"><div class="footer_credit-text">2026 Pattern Brands</div><div class="w-layout-grid footer_legal-list"><a href="#" class="footer_logo-link w-nav-brand"><div class="footer_logo w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 72 24" fill="none" preserveAspectRatio="xMidYMid meet" aria-hidden="true" role="img">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1686 13.9441C13.111 14.0859 13.0156 14.2483 12.9698 14.3141C12.7032 14.6979 12.298 14.9754 11.7319 15.1629C11.6083 15.2036 11.288 15.299 10.9825 15.299C10.698 15.299 10.5022 15.2178 10.4011 15.058C10.313 14.9185 10.3458 14.709 10.4767 14.5706C10.7301 14.3039 11.2721 14.2401 11.6686 14.1934L11.7763 14.1806C11.976 14.1556 12.1797 14.1233 12.3812 14.0849C12.4832 14.0648 12.5819 14.0503 12.6873 14.0346C12.8502 14.0102 13.005 13.9872 13.1686 13.9441ZM21.1712 10.0097C21.4783 9.42073 21.8301 9.01262 22.2472 8.7617C22.5463 8.58116 22.9746 8.44271 23.3967 8.44271C23.6147 8.44271 23.8313 8.47987 24.0274 8.56702C24.5031 8.77814 24.9348 9.14186 25.2121 9.56509C25.3018 9.70223 25.2399 9.96103 25.1948 10.1501C25.1842 10.1939 25.1746 10.235 25.167 10.2725C25.0928 10.6349 24.9928 11.044 24.896 11.4392C24.8265 11.7244 24.7576 12.0055 24.6999 12.2647C24.6701 12.3972 24.5313 12.7691 24.468 12.923C24.0944 13.8372 22.6473 14.4114 21.6989 14.2776C21.2729 14.2171 20.9605 14.002 20.7717 13.6376C20.2453 12.6238 20.7723 10.7743 21.1712 10.0097ZM47.807 8.73572C47.8553 8.82682 47.8272 8.9771 47.7212 9.19349C47.5946 9.45065 47.4326 9.6917 47.264 9.9367C46.8314 10.5651 46.305 11.1847 45.7815 11.6823C45.7252 11.7355 45.6683 11.7882 45.6103 11.8414C45.5328 11.6717 45.489 11.5139 45.4745 11.3521C45.4059 10.6168 45.5573 9.91302 45.8886 9.42237C45.9816 9.28425 46.0913 9.15764 46.2135 9.04682C46.5428 8.74921 46.9347 8.59201 47.3366 8.59201C47.4101 8.59201 47.4843 8.59695 47.5582 8.6078C47.6877 8.62654 47.7715 8.66962 47.807 8.73572ZM71.8131 16.6184C71.7117 16.4776 71.5974 16.3471 71.4868 16.2208C71.2867 15.9916 71.0979 15.7752 70.9753 15.5035C70.814 15.1461 70.6914 14.7547 70.6102 14.3401C70.483 13.6883 70.4565 12.9802 70.5314 12.237C70.6695 10.869 70.7401 9.72722 70.2992 8.52591C70.0156 7.75311 69.2699 7.23976 68.2532 7.11842C67.4909 7.02699 66.8516 7.25588 66.2732 7.51732C66.2072 7.54691 66.1427 7.57816 66.0807 7.61367C66.0575 7.6265 66.035 7.64031 66.0095 7.65708C65.9999 7.61564 65.9873 7.57815 65.9711 7.54198C65.7133 6.98687 65.0306 6.84316 64.4677 6.94774C63.7608 7.07862 63.0197 7.51337 62.435 8.13984C62.2465 8.34175 62.0783 8.5611 61.9242 8.76795C61.3557 9.53155 60.8181 10.3599 60.3255 11.2298C60.2022 11.4471 60.0823 11.6671 59.9624 11.8875C59.6348 12.4889 59.2959 13.1111 58.8884 13.6728C58.5227 14.176 58.1619 14.3904 57.6826 14.3907C57.5282 14.3907 57.4129 14.3489 57.3301 14.2634C57.2026 14.1319 57.1476 13.8908 57.1615 13.5258C57.2045 12.4261 57.5915 11.3491 57.9085 10.6388C57.9824 10.4727 58.0682 10.306 58.1593 10.1294C58.4796 9.5059 58.8112 8.86102 58.6804 8.15431C58.6181 7.81723 58.4372 7.55612 58.1434 7.37887C57.5898 7.04475 56.7206 7.07961 56.1471 7.2539C56.0398 7.28646 55.9265 7.32527 55.8095 7.36506C55.4107 7.5012 54.9602 7.65576 54.5557 7.61795C54.4623 7.60907 54.4616 7.60249 54.4596 7.58473C54.4258 7.32132 54.2605 7.09638 54.028 6.99773C53.9362 6.95859 53.8315 6.94018 53.7268 6.94445C53.5595 6.95037 53.3273 7.04804 53.212 7.24634C53.1057 7.42984 53.0504 7.63801 52.997 7.83959C52.9603 7.97706 52.9261 8.10695 52.8764 8.22863C52.8168 8.37563 52.7585 8.52394 52.7002 8.67225C52.5982 8.93172 52.4928 9.19974 52.3799 9.45887C52.2881 9.66967 52.2 9.88244 52.1119 10.0959C51.8412 10.75 51.562 11.4264 51.1737 12.022C51.0912 12.1489 51.01 12.2795 50.9289 12.4103C50.6092 12.9253 50.2783 13.4581 49.8032 13.83C49.0171 14.445 47.9981 14.201 47.3647 13.8053C47.2577 13.7386 46.7386 13.3417 46.6488 13.2091C46.668 13.1897 46.6916 13.1716 46.7164 13.1529C46.7366 13.1371 46.7568 13.1213 46.775 13.1049C47.4863 12.4725 48.1379 11.7096 48.6593 10.8976C48.8313 10.6303 48.984 10.3609 49.1132 10.0969C49.3868 9.53747 49.5124 9.02742 49.4859 8.58017C49.461 8.1668 49.3017 7.94581 49.0357 7.70444C48.4201 7.14703 47.4535 6.94906 46.5137 7.18912C46.3497 7.23088 46.1781 7.29501 45.972 7.39071C45.6702 7.53179 45.4248 7.6801 45.221 7.84518C44.4677 8.45422 43.9754 9.47466 43.9039 10.5757C43.8774 10.9838 43.9082 11.411 43.9983 11.8815C44.0029 11.9056 44.0225 11.9776 44.0477 12.0706C44.0907 12.2298 44.1881 12.5892 44.1951 12.6892C43.557 13.3292 42.8369 13.9563 41.897 14.2322C41.6718 14.2983 41.4197 14.3088 41.1679 14.2631C40.449 14.1309 40.1936 13.3571 40.3871 11.8993C40.4232 11.6892 40.4659 11.4817 40.5063 11.2834C40.5497 11.0729 40.5905 10.8723 40.6203 10.6894C40.8449 9.29938 41.1888 7.90832 41.5214 6.56265L41.5813 6.31996C41.5883 6.29135 41.6082 6.19499 41.6363 6.05687C41.7198 5.64646 41.9676 4.42773 42.0696 4.23075C42.1392 4.22811 42.2071 4.22252 42.275 4.21693C42.3499 4.21069 42.4244 4.20477 42.5009 4.20246C43.0625 4.18668 43.6296 4.20312 44.1865 4.25113C44.4058 4.27021 44.7278 4.2781 44.9898 4.13012C45.0998 4.06796 45.1713 3.97621 45.2031 3.85815C45.273 3.59803 45.122 3.31324 45.0739 3.23201C45.0216 3.14355 44.9547 3.04391 44.8536 2.97255C44.7625 2.90809 44.6579 2.87685 44.5578 2.85219C44.2289 2.77129 43.8694 2.73906 43.3931 2.74399H43.3298C42.8928 2.73873 42.6474 2.75287 42.5082 2.76964C42.5291 2.68217 42.5523 2.59173 42.5765 2.499C42.6792 2.10437 42.7958 1.65713 42.7153 1.27303C42.6755 1.08131 42.5496 0.949106 42.3701 0.911288C42.1392 0.862288 41.8659 0.975086 41.7171 1.17963C41.5485 1.41115 41.3332 2.15469 41.2173 2.55457L41.1702 2.71473C41.157 2.75945 41.1454 2.79924 41.1348 2.8318C41.0142 2.86139 40.5305 2.87159 40.3162 2.87652C40.186 2.87948 40.084 2.88145 40.0502 2.88507C39.6848 2.92388 39.2753 2.99425 39.0083 3.22182C38.8331 3.37112 38.7135 3.65525 38.837 3.88775C38.904 4.01337 39.0375 4.11038 39.2034 4.15379C39.3326 4.18832 39.4648 4.18964 39.6056 4.18964C39.9531 4.19227 40.395 4.20115 40.7505 4.21956C40.7346 4.26133 40.7203 4.30408 40.7064 4.34584C40.6905 4.39386 40.675 4.44154 40.6567 4.48495C40.5395 4.76316 40.4311 5.03085 40.3235 5.29656C40.1572 5.70763 39.9998 6.09568 39.814 6.51694C39.7335 6.6988 39.6526 6.89381 39.5702 7.09211C39.4174 7.4601 39.2598 7.84058 39.0928 8.16746C38.9772 8.39371 38.8496 8.63345 38.7224 8.87286C38.5946 9.11358 38.4664 9.35463 38.3501 9.58285C38.0579 10.1547 37.7866 10.6201 37.4967 11.0476C37.3884 11.2071 37.2814 11.3698 37.1734 11.5339C36.8067 12.091 36.4274 12.6675 35.9758 13.1611C35.68 13.4844 34.7796 14.4673 34.011 14.2812C32.8496 14.0007 33.0431 11.6471 33.0689 11.3794C33.2448 9.56181 33.863 7.66333 34.4285 6.02695C34.4493 5.96611 34.4709 5.90593 34.4884 5.83753C34.4931 5.83588 34.5076 5.83556 34.5126 5.83523C34.6176 5.83194 34.723 5.82964 34.8286 5.82733C35.1009 5.82174 35.3825 5.81582 35.6568 5.78952L35.7936 5.77735C36.0822 5.75301 36.3803 5.72769 36.6473 5.58727C36.8723 5.46855 37.014 5.26203 37.0187 5.04795C37.0246 4.7579 36.7812 4.53428 36.5526 4.44878C36.3111 4.359 36.0477 4.37215 35.8152 4.38399C35.7999 4.38465 35.7572 4.38761 35.6969 4.39221C35.304 4.42247 35.0519 4.43628 34.9336 4.43595C34.9568 4.32776 35.0128 4.20115 35.0595 4.09559L35.0933 4.01798C35.1185 3.95878 35.1463 3.9009 35.1742 3.8427C35.2119 3.76377 35.2497 3.68452 35.2815 3.60329L35.2987 3.5589C35.3944 3.31357 35.4935 3.05937 35.4673 2.7805C35.4537 2.6358 35.3954 2.51873 35.3033 2.45066C35.1841 2.36186 35.0357 2.32799 34.8747 2.35299C34.5832 2.39771 34.3029 2.62199 34.1661 2.81141C34.0667 2.9492 34.0107 3.11461 33.9567 3.27509C33.9385 3.32935 33.9206 3.38296 33.9007 3.43426L33.8835 3.47997C33.7792 3.75489 33.6751 4.02949 33.5628 4.30145C33.5489 4.33466 33.5363 4.36919 33.5237 4.40339L33.5161 4.42806C33.5148 4.43168 33.5135 4.43628 33.5121 4.44088C33.4986 4.44121 33.481 4.44088 33.4701 4.44055C33.4545 4.44023 33.4396 4.43957 33.427 4.44023L33.3323 4.44483C33.1355 4.45535 32.9503 4.46489 32.7575 4.45996L32.6462 4.457C32.4683 4.45239 32.2841 4.44713 32.1016 4.45338C31.9177 4.45996 31.6776 4.47673 31.452 4.55138C31.2336 4.62307 31.0657 4.74474 30.9666 4.90292C30.9156 4.98382 30.8798 5.07689 30.8596 5.17949C30.8417 5.27354 30.8437 5.35313 30.8679 5.42317C30.9183 5.57346 31.0697 5.68461 31.2943 5.73558C31.4536 5.77176 31.6139 5.77373 31.7683 5.7757C31.8488 5.77669 31.929 5.77768 32.0088 5.7836C32.1493 5.79379 32.3355 5.79182 32.5153 5.78952C32.632 5.78853 32.7509 5.78688 32.8549 5.78919C32.7307 6.07003 32.5422 6.55936 32.5117 6.64585C32.0691 7.87643 31.439 9.01788 30.7218 10.2761L30.6231 10.4487C30.4773 10.7052 30.3313 10.9624 30.1812 11.2173C29.7512 11.9476 29.2556 12.628 28.7077 13.24C28.6533 13.3009 28.5947 13.3683 28.5331 13.4397C28.1167 13.9198 27.5466 14.5772 26.9831 14.6443C26.728 14.6752 26.5408 14.6258 26.411 14.4953C26.1251 14.2079 26.1645 13.589 26.241 13.0217C26.3036 12.556 26.4156 12.0897 26.5239 11.6385C26.5517 11.5214 26.5799 11.4044 26.6074 11.287C26.7595 10.6349 26.9347 9.97616 27.104 9.33917L27.1494 9.16915C27.2133 8.92942 27.2789 8.68146 27.2355 8.4289C27.1957 8.19805 27.0344 8.00336 26.8151 7.91918C26.6389 7.85176 26.4355 7.85275 26.2705 7.92148C26.0817 8.00007 25.978 8.17141 25.9084 8.31216C25.8872 8.35557 25.8673 8.40029 25.8494 8.44633C25.76 8.29374 25.6649 8.13885 25.5374 7.99909C24.9308 7.3348 24.2133 7.02568 23.2794 7.02568C22.3201 7.02568 21.3928 7.32132 20.5239 7.90471C19.6046 8.52131 18.795 9.31977 18.1245 10.0196C17.4947 10.6773 16.5016 11.5422 15.3275 11.9565C15.3553 11.5034 15.3371 11.0972 15.2685 10.6095C15.1983 10.1126 15.0635 9.61146 14.8674 9.11982C14.6275 8.53479 14.2161 7.99054 13.6443 7.50153C13.3819 7.27758 13.0752 7.09013 12.732 6.94511C11.9787 6.62579 11.1001 6.52681 10.2594 6.6669C9.62032 6.77312 9.04888 7.0122 8.60696 7.35881L8.58045 7.37953C8.36347 7.54922 8.22997 7.65346 8.15013 7.72186C8.13688 7.69852 8.12363 7.67484 8.11038 7.65083C8.0259 7.49759 7.93811 7.33908 7.79037 7.22595C7.23151 6.79844 6.40498 7.09869 6.07569 7.24733C5.40122 7.55152 4.8894 8.05039 4.39414 8.53315C4.23116 8.69166 4.06784 8.85115 3.89822 9.00473C3.29299 9.55227 2.72452 9.94985 2.15937 10.2205C1.82942 10.3784 1.4617 10.5076 1.06716 10.6039C1.00819 10.6184 0.924708 10.6289 0.836258 10.6401C0.528504 10.6796 0.144889 10.7286 0.038881 10.9986C-0.0217422 11.1538 -0.0114727 11.2866 0.0696895 11.3932C0.285349 11.6767 0.950216 11.6592 1.32721 11.6237C1.86056 11.5734 2.39557 11.4672 2.91832 11.3077C3.96812 10.9877 4.89172 10.4813 5.58938 9.84265C5.97863 9.48683 6.39272 9.10371 6.78992 8.70909C6.89327 8.6055 7.04831 8.44863 7.1795 8.50256C7.24476 8.52986 7.27788 8.62062 7.29379 8.69166C7.39284 9.13594 7.2812 9.67723 7.18215 10.1551C7.15299 10.2958 7.1245 10.4329 7.10231 10.5635C6.99431 11.1883 6.88267 11.7589 6.7601 12.3074C6.61401 12.9645 6.47388 13.634 6.33773 14.2851L6.0684 15.5644C5.78483 16.9045 5.43202 18.5721 5.16932 19.8711C5.06133 20.4058 4.97089 20.9514 4.8831 21.4788C4.85031 21.6768 4.81751 21.8744 4.78372 22.0721C4.73834 22.3371 4.7602 22.6969 4.97155 22.8367C5.01694 22.8666 5.07856 22.8909 5.16104 22.8909C5.25877 22.8909 5.38465 22.8571 5.54466 22.7571C5.75237 22.6272 5.9021 22.4266 6.00944 22.2661C6.63223 21.3348 6.87274 20.1917 7.10529 19.0861C7.16591 18.7987 7.22852 18.5007 7.29644 18.2159C7.59558 16.962 7.8712 15.5118 8.13754 14.1089C8.29026 13.3061 8.43436 12.5475 8.58112 11.8312C8.63743 11.5576 8.68547 11.212 8.73715 10.8351C8.80738 10.3228 8.88026 9.79332 8.98262 9.41645C9.12971 8.87614 9.44011 8.5394 10.054 8.2556C10.6546 7.97771 11.4168 8.01356 12.0423 8.34932C13.2299 8.98631 13.5711 10.3491 13.6692 11.1051L13.6801 11.1903C13.7291 11.5626 13.7904 12.0256 13.6808 12.383C13.6758 12.3985 13.6721 12.4087 13.6665 12.414C13.6605 12.4199 13.6499 12.4242 13.6364 12.4291C13.5234 12.4702 13.4227 12.5008 13.3084 12.5291C12.9953 12.607 12.6647 12.6373 12.3533 12.6622C11.9008 12.6978 10.7602 12.8382 9.94862 13.3686C9.37717 13.7425 8.84315 14.4976 9.02237 15.2724C9.12706 15.7249 9.44839 16.1356 9.88137 16.3707C10.2647 16.5792 10.6668 16.5927 11.1081 16.6075C11.9011 16.6328 12.6975 16.376 13.4098 15.8627C13.7914 15.5871 14.1409 15.2392 14.448 14.8281C14.7239 14.4588 14.9244 14.0609 15.0787 13.5748C15.1198 13.5538 15.2589 13.5021 15.3994 13.4508C15.4428 13.4351 15.4759 13.4229 15.4875 13.4183C16.4042 13.048 17.7349 12.4409 18.7062 11.4471C18.8589 11.2913 18.9748 11.1778 19.1988 10.988C19.0338 11.4642 18.945 11.8621 18.8934 12.3354C18.844 12.7912 18.9106 13.2792 18.955 13.5291C19.0911 14.3016 19.5198 14.9649 20.1615 15.3967C20.8578 15.8646 21.7513 16.0297 22.6129 15.8508C23.3364 15.7002 23.9933 15.369 24.4614 14.9185C24.4707 14.909 24.5227 14.855 24.5787 14.7975C24.5959 14.7794 24.6138 14.761 24.6307 14.7439C24.6317 14.7469 24.6327 14.7498 24.6337 14.7531L24.6552 14.8153C24.9643 15.7255 25.9386 16.0146 26.7489 15.9781C27.8411 15.9307 28.6481 15.3602 29.5236 14.5176C30.3071 13.7629 30.9001 12.8464 31.3499 12.0506C31.3211 12.2479 31.3035 12.4363 31.3062 12.6208C31.3208 13.6972 31.8101 15.0507 32.7178 15.5542C33.9667 16.2477 35.2527 15.6542 36.1117 15.0339C37.342 14.1464 38.2974 12.5873 38.9755 11.2676C38.7986 11.9943 38.6168 13.0273 38.8738 13.9859L38.8881 14.0332C38.8907 14.0461 38.8937 14.0589 38.8973 14.0711C39.1084 14.7646 39.807 15.6065 40.5116 15.7538C42.1246 16.0902 43.3848 15.2516 44.6029 14.4404L44.9245 14.224C44.9451 14.2105 45.0816 14.1033 45.1737 14.0296C45.392 14.3065 46.0913 14.9083 46.0992 14.9142C46.5027 15.2211 46.9248 15.4424 47.3531 15.572C48.6616 15.9679 49.9589 15.6676 51.1058 14.7034C52.2046 13.779 53.1375 12.3982 53.6655 10.9141C53.8557 10.3787 54.0064 9.77161 54.1293 9.04419C54.1631 8.87055 54.1797 8.81563 54.3046 8.81169C54.4043 8.80676 54.509 8.84424 54.6117 8.8791L54.66 8.89489C55.047 9.02248 55.464 9.04649 55.8659 8.96461C56.0656 8.92383 56.2412 8.85247 56.432 8.77453C56.5847 8.7127 56.757 8.65285 56.8703 8.72947C57.0349 8.84063 57.0121 9.06984 56.7991 9.44967L56.6748 9.67033C55.9987 10.8713 55.2994 12.1134 55.3292 13.5212C55.3438 14.2006 55.57 14.8057 55.9838 15.271C56.4704 15.8173 57.2251 15.835 57.7502 15.7998C58.5601 15.7462 59.2343 15.277 59.657 14.8922C60.6259 14.0102 61.2511 12.8796 61.855 11.7862C62.3847 10.8269 62.9333 9.83508 63.7104 9.02051C63.8933 8.82879 64.0689 8.68343 64.2541 8.57228C64.3372 8.5223 64.5323 8.40621 64.6291 8.43449C64.643 8.4391 64.6609 8.44765 64.6758 8.47922C64.7106 8.55222 64.695 8.6489 64.6751 8.73408C64.639 8.89061 64.5814 9.03662 64.5207 9.19119L64.4833 9.2859C64.1371 10.1804 63.7767 11.1321 63.5024 12.0739C63.2175 13.0539 62.9667 14.1885 63.2708 15.1711C63.3228 15.3401 63.4063 15.5489 63.5918 15.6673C63.6975 15.7347 63.8121 15.7479 63.9221 15.7058C64.3587 15.5374 64.6814 14.5209 64.9388 13.5488C64.9627 13.4604 64.9809 13.3907 64.9938 13.3479C65.1422 12.8563 65.2674 12.3498 65.3923 11.8457C65.4586 11.5783 65.5245 11.3107 65.5947 11.0446C65.6288 10.9137 65.6613 10.7802 65.6941 10.6451C65.823 10.109 65.9568 9.5549 66.2434 9.10305C66.6038 8.53479 67.3174 8.2306 67.9044 8.39667C68.5275 8.57327 68.8492 9.11259 68.8598 9.99951C68.8667 10.5592 68.8409 11.1245 68.8157 11.674C68.7677 12.731 68.718 13.8238 68.8982 14.8889C69.0155 15.5854 69.2023 16.1442 69.469 16.5976C69.8499 17.2445 70.3478 17.5467 71.1896 17.6408C71.3364 17.6575 71.5275 17.6674 71.7001 17.5954C71.9184 17.5043 72.0234 17.3178 71.9956 17.0705C71.979 16.9206 71.9125 16.7558 71.8131 16.6184Z" fill="currentColor"/>
</svg></div></a></div></div></div></footer></main></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=69614e7f5fb09ee578dd272d" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/69614e7f5fb09ee578dd272d/js/webflow.146a3a42.aae2d1e7d2e26b9f.js" type="text/javascript" integrity="sha384-xBAxIEFEv3mryyHzKgzWYj5nfrsxhTysr1uY79+AIoma4zLJzLCAubPXH0F+566Q" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/gsap.min.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/gsap/3.15.0/SplitText.min.js" type="text/javascript"></script><script type="text/javascript">gsap.registerPlugin(SplitText);</script><script>
function initDirectionalButtonHover() {
  // Button hover animation
  document.querySelectorAll('[data-btn-hover]').forEach(button => {
    button.addEventListener('mouseenter', handleHover);
    button.addEventListener('mouseleave', handleHover);
  });

  function handleHover(event) {
    const button = event.currentTarget;
    const buttonRect = button.getBoundingClientRect();

    // Get the button's dimensions and center
    const buttonWidth = buttonRect.width;
    const buttonHeight = buttonRect.height;
    const buttonCenterX = buttonRect.left + buttonWidth / 2;
    const buttonCenterY = buttonRect.top + buttonHeight / 2;

    // Calculate mouse position
    const mouseX = event.clientX;
    const mouseY = event.clientY;

    // Offset from the top-left corner in percentage
    const offsetXFromLeft = ((mouseX - buttonRect.left) / buttonWidth) * 100;
    const offsetYFromTop = ((mouseY - buttonRect.top) / buttonHeight) * 100;

    // Offset from the center in percentage
    let offsetXFromCenter = ((mouseX - buttonCenterX) / (buttonWidth / 2)) * 50;

    // Convert to absolute values
    offsetXFromCenter = Math.abs(offsetXFromCenter);

    // Update position and size of .btn__circle
    const circle = button.querySelector('.btn__circle');
    if (circle) {
      circle.style.left = `${offsetXFromLeft.toFixed(1)}%`;
      circle.style.top = `${offsetYFromTop.toFixed(1)}%`;
      circle.style.width = `${115 + offsetXFromCenter.toFixed(1) * 2}%`;
    }
  }
}

// Initialize Directional Button Hover
document.addEventListener('DOMContentLoaded', function() {
  initDirectionalButtonHover();
});

</script>

<script>
function initRotatingText() {
  // Target all headings with the data attribute
  document.querySelectorAll('[data-rotating-title]').forEach((heading) => {
    
    const stepDuration = parseFloat(heading.getAttribute('data-step-duration') || '1.75');
    
    // We target the specific span containing our words
    const rotatingSpan = heading.querySelector('[data-rotating-words]');
    if (!rotatingSpan) return;

    // Get words from the data attribute
    const rawWords = rotatingSpan.getAttribute('data-rotating-words') || '';
    const words = rawWords.split(',').map(w => w.trim()).filter(Boolean);
    if (!words.length) return;

    // 1. Build the structure
    const wrapper = document.createElement('span');
    wrapper.className = 'rotating-text__inner';

    const wordEls = words.map((word) => {
      const el = document.createElement('span');
      el.className = 'rotating-text__word';
      el.textContent = word;
      wrapper.appendChild(el);
      return el;
    });

    // Replace original span content with our new structure
    rotatingSpan.textContent = '';
    rotatingSpan.appendChild(wrapper);

    // 2. Animation Logic
    const inDuration = 0.75;
    const outDuration = 0.6;
    let activeIndex = 0;

    // Set initial state
    gsap.set(wordEls, { yPercent: 110, autoAlpha: 0 });
    
    // Show first word
    const firstWord = wordEls[0];
    gsap.set(firstWord, { yPercent: 0, autoAlpha: 1 });
    
    // Set initial wrapper width
    const firstWidth = firstWord.offsetWidth;
    gsap.set(wrapper, { width: firstWidth });

    function showNext() {
      const prev = wordEls[activeIndex];
      activeIndex = (activeIndex + 1) % wordEls.length;
      const current = wordEls[activeIndex];

      // Measure new word width
      const targetWidth = current.offsetWidth;

      // Animate container width
      gsap.to(wrapper, {
        width: targetWidth,
        duration: inDuration,
        ease: 'power4.inOut'
      });

      // Move old word UP and out
      gsap.to(prev, {
        yPercent: -110,
        autoAlpha: 0,
        duration: outDuration,
        ease: 'power4.inOut'
      });

      // Move new word UP and in
      gsap.fromTo(current, 
        { yPercent: 110, autoAlpha: 0 },
        {
          yPercent: 0,
          autoAlpha: 1,
          duration: inDuration,
          ease: 'power4.inOut'
        }
      );

      gsap.delayedCall(stepDuration, showNext);
    }

    // Start loop if more than one word exists
    if (wordEls.length > 1) {
      gsap.delayedCall(stepDuration, showNext);
    }
  });
}

// Initialize on Load
document.addEventListener("DOMContentLoaded", () => {
  // Ensure GSAP and SplitText (if used) are loaded
  initRotatingText();
});
</script></body></html>