{"id":533657,"url":"\/our-impact\/","layout":"standard","version":"2026-08-23T19:31:20.000000Z","blocks":[{"id":5310478,"type":"html","published":1,"size":{"x":12,"y":0},"order":0,"items":[],"properties":{"html":{"id":135346759,"value":"<style>\n\/* ==========================================================\n   RIDGE & ROW \u2014 OUR IMPACT\n   FULL RESPONSIVE PAGE\n   ========================================================== *\/\n\n.rr-impact-v2 {\n  --rr-green: #254D38;\n  --rr-green-dark: #193A2A;\n  --rr-orange: #E8621A;\n  --rr-black: #000000;\n  --rr-white: #FFFFFF;\n  --rr-cream: #F6F3ED;\n  --rr-stone: #E8E3DA;\n  --rr-text: #222222;\n\n  width: 100%;\n  max-width: none;\n  overflow: hidden;\n\n  background: var(--rr-white);\n  color: var(--rr-black);\n\n  font-family: inherit;\n  -webkit-font-smoothing: antialiased;\n}\n\n.rr-impact-v2 *,\n.rr-impact-v2 *::before,\n.rr-impact-v2 *::after {\n  box-sizing: border-box;\n}\n\n.rr-impact-v2__inner {\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n\n\/* ==========================================================\n   TYPOGRAPHY\n   ========================================================== *\/\n\n.rr-impact-v2 h1,\n.rr-impact-v2 h2,\n.rr-impact-v2 h3,\n.rr-impact-v2 p {\n  margin-top: 0;\n}\n\n.rr-impact-v2 h1 {\n  margin-bottom: 18px;\n\n  color: var(--rr-black);\n\n  font-size: clamp(42px, 5.5vw, 72px);\n  font-weight: 700;\n  line-height: 0.98;\n  letter-spacing: -0.04em;\n}\n\n.rr-impact-v2 h2 {\n  margin-bottom: 20px;\n\n  color: var(--rr-black);\n\n  font-size: clamp(29px, 3.2vw, 44px);\n  font-weight: 700;\n  line-height: 1.08;\n  letter-spacing: -0.025em;\n}\n\n.rr-impact-v2 h3 {\n  margin-bottom: 10px;\n\n  color: var(--rr-black);\n\n  font-size: clamp(23px, 2.2vw, 30px);\n  font-weight: 700;\n  line-height: 1.15;\n}\n\n.rr-impact-v2 p {\n  margin: 0 0 21px;\n\n  color: var(--rr-text);\n\n  font-size: clamp(16px, 1.25vw, 18px);\n  font-weight: 400;\n  line-height: 1.7;\n}\n\n.rr-impact-v2 p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n.rr-impact-v2__hero {\n  position: relative;\n\n  min-height: 440px;\n\n  display: flex;\n  align-items: center;\n\n  overflow: hidden;\n  background: var(--rr-cream);\n}\n\n.rr-impact-v2__hero-image {\n  position: absolute;\n  inset: 0;\n\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n  object-position: 60% center;\n}\n\n\/*\n   Soft light treatment on left so dark text stays legible,\n   without making the image look dark\/autumnal.\n*\/\n\n.rr-impact-v2__hero::after {\n  content: \"\";\n\n  position: absolute;\n  inset: 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(246,243,237,0.98) 0%,\n      rgba(246,243,237,0.90) 25%,\n      rgba(246,243,237,0.56) 43%,\n      rgba(246,243,237,0.06) 68%,\n      rgba(246,243,237,0) 100%\n    );\n\n  pointer-events: none;\n}\n\n.rr-impact-v2__hero-inner {\n  position: relative;\n  z-index: 2;\n\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n\n  padding: 75px 0;\n}\n\n.rr-impact-v2__hero-copy {\n  max-width: 590px;\n}\n\n.rr-impact-v2__eyebrow {\n  display: block;\n\n  width: 70px;\n  height: 5px;\n\n  margin-bottom: 25px;\n\n  background: var(--rr-orange);\n}\n\n.rr-impact-v2__hero p {\n  max-width: 520px;\n\n  color: var(--rr-green-dark);\n\n  font-size: clamp(19px, 1.8vw, 24px);\n  font-weight: 600;\n  line-height: 1.45;\n}\n\n\n\/* ==========================================================\n   NAV PILLS\n   ========================================================== *\/\n\n.rr-impact-v2__nav {\n  padding: 26px 0;\n\n  background: var(--rr-white);\n  border-bottom: 1px solid var(--rr-stone);\n}\n\n.rr-impact-v2__pills {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n\n  gap: 10px;\n}\n\n.rr-impact-v2__pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-height: 42px;\n\n  padding: 9px 20px;\n\n  background: var(--rr-green);\n  border: 1px solid var(--rr-green);\n  border-radius: 999px;\n\n  color: var(--rr-white) !important;\n\n  font-family: inherit;\n  font-size: 15px;\n  font-weight: 700;\n  line-height: 1.2;\n\n  text-decoration: none !important;\n\n  transition:\n    background-color .2s ease,\n    border-color .2s ease,\n    transform .2s ease;\n}\n\n.rr-impact-v2__pill:hover {\n  background: var(--rr-orange);\n  border-color: var(--rr-orange);\n\n  color: var(--rr-white) !important;\n\n  transform: translateY(-1px);\n}\n\n.rr-impact-v2__pill:focus-visible {\n  outline: 3px solid var(--rr-orange);\n  outline-offset: 3px;\n}\n\n\n\/* ==========================================================\n   TWO MAIN IMPACT CARDS\n   ========================================================== *\/\n\n.rr-impact-v2__features {\n  padding: clamp(55px, 7vw, 88px) 0 clamp(65px, 8vw, 105px);\n}\n\n.rr-impact-v2__features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: clamp(28px, 4vw, 48px);\n}\n\n.rr-impact-v2__feature {\n  min-width: 0;\n}\n\n.rr-impact-v2__feature-image {\n  display: block;\n\n  width: 100%;\n  aspect-ratio: 4 \/ 3;\n\n  object-fit: cover;\n\n  border-radius: 6px;\n}\n\n.rr-impact-v2__feature-content {\n  padding: 22px 4px 0;\n}\n\n.rr-impact-v2__feature-content::before {\n  content: \"\";\n\n  display: block;\n\n  width: 45px;\n  height: 4px;\n\n  margin-bottom: 17px;\n\n  background: var(--rr-orange);\n}\n\n.rr-impact-v2__feature h2 {\n  margin-bottom: 11px;\n\n  font-size: clamp(25px, 2.5vw, 34px);\n}\n\n.rr-impact-v2__feature p {\n  max-width: 520px;\n}\n\n\n\/* ==========================================================\n   EDITORIAL TEXT SECTIONS\n   ========================================================== *\/\n\n.rr-impact-v2__section {\n  padding: clamp(70px, 8vw, 110px) 0;\n}\n\n.rr-impact-v2__section--cream {\n  background: var(--rr-cream);\n}\n\n.rr-impact-v2__section--white {\n  background: var(--rr-white);\n}\n\n.rr-impact-v2__editorial {\n  display: grid;\n  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.48fr);\n\n  gap: clamp(45px, 7vw, 90px);\n\n  align-items: start;\n}\n\n.rr-impact-v2__section-heading::before {\n  content: \"\";\n\n  display: block;\n\n  width: 52px;\n  height: 4px;\n\n  margin-bottom: 22px;\n\n  background: var(--rr-orange);\n}\n\n.rr-impact-v2__section-heading h2 {\n  margin-bottom: 0;\n}\n\n.rr-impact-v2__body {\n  max-width: 800px;\n}\n\n\n\/* ==========================================================\n   ORGANIC COTTON\n   ========================================================== *\/\n\n.rr-impact-v2__organic {\n  position: relative;\n}\n\n.rr-impact-v2__organic-quote {\n  margin-top: 34px;\n\n  padding: 24px 28px;\n\n  border-left: 5px solid var(--rr-orange);\n\n  background: var(--rr-green);\n}\n\n.rr-impact-v2__organic-quote p {\n  margin: 0;\n\n  color: var(--rr-white);\n\n  font-size: clamp(18px, 1.6vw, 22px);\n  font-weight: 700;\n  line-height: 1.45;\n}\n\n\n\/* ==========================================================\n   WATER SECTION\n   ========================================================== *\/\n\n.rr-impact-v2__water {\n  background: var(--rr-green);\n}\n\n.rr-impact-v2__water h2,\n.rr-impact-v2__water p {\n  color: var(--rr-white);\n}\n\n.rr-impact-v2__water .rr-impact-v2__section-heading::before {\n  background: var(--rr-orange);\n}\n\n\n\/* ==========================================================\n   MODERN PRODUCTION\n   ========================================================== *\/\n\n.rr-impact-v2__production-box {\n  padding: clamp(28px, 4vw, 46px);\n\n  background: var(--rr-cream);\n\n  border-left: 5px solid var(--rr-green);\n}\n\n\n\/* ==========================================================\n   FINAL SECTION\n   ========================================================== *\/\n\n.rr-impact-v2__final {\n  background: var(--rr-black);\n}\n\n.rr-impact-v2__final h2,\n.rr-impact-v2__final p {\n  color: var(--rr-white);\n}\n\n.rr-impact-v2__final .rr-impact-v2__section-heading::before {\n  background: var(--rr-orange);\n}\n\n\n\/* ==========================================================\n   TABLET\n   ========================================================== *\/\n\n@media (max-width: 900px) {\n\n  .rr-impact-v2__inner,\n  .rr-impact-v2__hero-inner {\n    width: min(100% - 36px, 760px);\n  }\n\n  .rr-impact-v2__hero {\n    min-height: 410px;\n  }\n\n  .rr-impact-v2__hero-image {\n    object-position: 68% center;\n  }\n\n  .rr-impact-v2__hero::after {\n    background:\n      linear-gradient(\n        90deg,\n        rgba(246,243,237,0.96) 0%,\n        rgba(246,243,237,0.88) 40%,\n        rgba(246,243,237,0.28) 70%,\n        rgba(246,243,237,0) 100%\n      );\n  }\n\n  .rr-impact-v2__features-grid {\n    grid-template-columns: 1fr;\n    gap: 58px;\n  }\n\n  .rr-impact-v2__editorial {\n    grid-template-columns: 1fr;\n    gap: 26px;\n  }\n\n}\n\n\n\/* ==========================================================\n   MOBILE\n   ========================================================== *\/\n\n@media (max-width: 620px) {\n\n  .rr-impact-v2__inner,\n  .rr-impact-v2__hero-inner {\n    width: calc(100% - 30px);\n  }\n\n  .rr-impact-v2 h1 {\n    font-size: 41px;\n  }\n\n  .rr-impact-v2 h2 {\n    font-size: 29px;\n  }\n\n  .rr-impact-v2 p {\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .rr-impact-v2__hero {\n    min-height: 450px;\n    align-items: flex-end;\n  }\n\n  .rr-impact-v2__hero-image {\n    object-position: 70% center;\n  }\n\n  .rr-impact-v2__hero::after {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(246,243,237,0.98) 0%,\n        rgba(246,243,237,0.94) 35%,\n        rgba(246,243,237,0.35) 68%,\n        rgba(246,243,237,0.02) 100%\n      );\n  }\n\n  .rr-impact-v2__hero-inner {\n    padding: 44px 0;\n  }\n\n  .rr-impact-v2__hero-copy {\n    max-width: 100%;\n  }\n\n  .rr-impact-v2__hero p {\n    font-size: 18px;\n  }\n\n  .rr-impact-v2__nav {\n    padding: 21px 0;\n  }\n\n  .rr-impact-v2__pills {\n    gap: 8px;\n  }\n\n  .rr-impact-v2__pill {\n    min-height: 38px;\n\n    padding: 8px 14px;\n\n    font-size: 13px;\n  }\n\n  .rr-impact-v2__features {\n    padding: 48px 0 65px;\n  }\n\n  .rr-impact-v2__feature-image {\n    aspect-ratio: 4 \/ 3;\n  }\n\n  .rr-impact-v2__feature-content {\n    padding-top: 18px;\n  }\n\n  .rr-impact-v2__section {\n    padding: 58px 0;\n  }\n\n  .rr-impact-v2__production-box {\n    padding: 26px 22px;\n  }\n\n  .rr-impact-v2__organic-quote {\n    padding: 22px;\n  }\n\n}\n\n\n\/* ==========================================================\n   REDUCED MOTION\n   ========================================================== *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .rr-impact-v2 *,\n  .rr-impact-v2 *::before,\n  .rr-impact-v2 *::after {\n    transition: none !important;\n  }\n\n}\n<\/style>\n\n\n<main class=\"rr-impact-v2\">\n\n\n  <!-- ======================================================\n       HERO\n       ====================================================== -->\n\n  <section\n    class=\"rr-impact-v2__hero\"\n    aria-labelledby=\"rr-impact-title\"\n  >\n\n    <img\n      class=\"rr-impact-v2__hero-image\"\n      src=\"https:\/\/images.teemill.com\/246e57d478335a86cd857f79a0b249d0fa3704a988d665a2.webp?project=ajay-447510\"\n      alt=\"Cotton growers working together in a sunlit cotton field\"\n      width=\"1916\"\n      height=\"821\"\n      loading=\"eager\"\n      fetchpriority=\"high\"\n      decoding=\"async\"\n    >\n\n    <div class=\"rr-impact-v2__hero-inner\">\n\n      <div class=\"rr-impact-v2__hero-copy\">\n\n        <span\n          class=\"rr-impact-v2__eyebrow\"\n          aria-hidden=\"true\">\n        <\/span>\n\n        <h1 id=\"rr-impact-title\">\n          Let's change the future\n        <\/h1>\n\n        <p>\n          We're working towards a world without waste.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       FOUR NAVIGATION PILLS\n       ====================================================== -->\n\n  <nav\n    class=\"rr-impact-v2__nav\"\n    aria-label=\"Ridge and Row company and sustainability information\"\n  >\n\n    <div class=\"rr-impact-v2__inner\">\n\n      <div class=\"rr-impact-v2__pills\">\n\n\n        <a\n          class=\"rr-impact-v2__pill\"\n          href=\"https:\/\/theridgeandrow.com\/about-us\/\"\n        >\n          Our Story\n        <\/a>\n\n\n        <a\n          class=\"rr-impact-v2__pill\"\n          href=\"https:\/\/theridgeandrow.com\/why-organic-cotton\/\"\n        >\n          Why Organic Cotton?\n        <\/a>\n\n\n        <a\n          class=\"rr-impact-v2__pill\"\n          href=\"https:\/\/theridgeandrow.com\/gots\/\"\n        >\n          GOTS\n        <\/a>\n\n\n        <a\n          class=\"rr-impact-v2__pill\"\n          href=\"https:\/\/theridgeandrow.com\/contact-us\/\"\n        >\n          Get In Touch\n        <\/a>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/nav>\n\n\n  <!-- ======================================================\n       TWO CORE IMPACT FEATURES\n       ====================================================== -->\n\n  <section\n    class=\"rr-impact-v2__features\"\n    aria-label=\"How Ridge and Row reduces impact\"\n  >\n\n    <div class=\"rr-impact-v2__inner\">\n\n      <div class=\"rr-impact-v2__features-grid\">\n\n\n        <!-- REGENERATIVE -->\n\n        <article class=\"rr-impact-v2__feature\">\n\n          <img\n            class=\"rr-impact-v2__feature-image\"\n            src=\"https:\/\/images.teemill.com\/ebfa4c7a3e965aefc050f2d059ddb0351ae2d742828674af.webp?project=ajay-447510\"\n            alt=\"Hands holding rich natural soil\"\n            width=\"1448\"\n            height=\"1086\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          >\n\n          <div class=\"rr-impact-v2__feature-content\">\n\n            <h2>\n              Regenerative\n            <\/h2>\n\n            <p>\n              We use natural, recycled, and recovered materials.\n            <\/p>\n\n          <\/div>\n\n        <\/article>\n\n\n        <!-- PRINTED TO ORDER -->\n\n        <article class=\"rr-impact-v2__feature\">\n\n          <img\n            class=\"rr-impact-v2__feature-image\"\n            src=\"https:\/\/images.teemill.com\/2bfb2c66e05cdaf43ff04a63b8eaef97008661075c8183e2.webp?project=ajay-447510\"\n            alt=\"Garment being printed using modern print-to-order production equipment\"\n            width=\"1448\"\n            height=\"1086\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          >\n\n          <div class=\"rr-impact-v2__feature-content\">\n\n            <h2>\n              Printed to order\n            <\/h2>\n\n            <p>\n              Our graphic pieces are printed after you order, helping us avoid unnecessary pre-printed stock.\n            <\/p>\n\n          <\/div>\n\n        <\/article>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       PUTTING THE ENVIRONMENT FIRST\n       ====================================================== -->\n\n  <section class=\"rr-impact-v2__section rr-impact-v2__section--cream\">\n\n    <div class=\"rr-impact-v2__inner rr-impact-v2__editorial\">\n\n\n      <div class=\"rr-impact-v2__section-heading\">\n\n        <h2>\n          Putting the environment first\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-impact-v2__body\">\n\n        <p>\n          When we read that 10% of worldwide CO2 comes from clothing, that 60% of clothes are made from or with plastic and that a dump truck per second of textiles waste goes to landfill or incineration every second, we knew we wanted to be part of the solution, not part of the problem. That's why our products are made from organic materials, using renewable energy.\n        <\/p>\n\n        <p>\n          It's the advanced technology in our supply chain that makes this possible. Out in business-as-usual land clothes are mass produced speculatively producing massive amounts of waste: 40% of clothing is never worn. By printing in real time we only make what people need when they need it. That saves money that we spend on making organics and renewables affordable. Our robotics do the same thing, making the pack process 30% more efficient that means we can afford the 10X increased cost of using packaging made from plants, not plastic.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       WHY ORGANIC COTTON\n       ====================================================== -->\n\n  <section\n    class=\"rr-impact-v2__section rr-impact-v2__section--white rr-impact-v2__organic\"\n  >\n\n    <div class=\"rr-impact-v2__inner rr-impact-v2__editorial\">\n\n\n      <div class=\"rr-impact-v2__section-heading\">\n\n        <h2>\n          Why organic cotton?\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-impact-v2__body\">\n\n        <p>\n          Organic cotton is better for the producers and the ecosystem in which it is produced. Instead of toxic pesticides and fertilisers, co-planting and insect traps are used along with the special ingredient - cow poo. It encourages biodiversity and leads to the extra soft feel of our products.\n        <\/p>\n\n        <p>\n          Less inputs also means less water, but even organic cotton is still a thirsty crop. So where you grow it matters. The fields that grow the organic cotton for our products are in the North of India, where the monsoons fill reservoirs that supply almost all the water needed.\n        <\/p>\n\n\n        <div class=\"rr-impact-v2__organic-quote\">\n\n          <p>\n            Made by nature, to protect it.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       WATER CLEAN ENOUGH TO DRINK\n       ====================================================== -->\n\n  <section class=\"rr-impact-v2__section rr-impact-v2__water\">\n\n    <div class=\"rr-impact-v2__inner rr-impact-v2__editorial\">\n\n\n      <div class=\"rr-impact-v2__section-heading\">\n\n        <h2>\n          Water clean enough to drink\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-impact-v2__body\">\n\n        <p>\n          Wastewater from dyehouse effluent is a major source of pollution in the clothing industry. Where our products are dyed, the water is recovered, cleaned and recirculated.\n        <\/p>\n\n        <p>\n          At the end, the water coming out of the filters and going back round to be reused again is crystal clear, literally clean enough to drink. Once it has been cleaned it is then used at the input for the next batch. It is a closed loop system, designed to eliminate waste and pollution.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       MODERN PRODUCTION\n       ====================================================== -->\n\n  <section class=\"rr-impact-v2__section rr-impact-v2__section--white\">\n\n    <div class=\"rr-impact-v2__inner rr-impact-v2__editorial\">\n\n\n      <div class=\"rr-impact-v2__section-heading\">\n\n        <h2>\n          Modern Production\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-impact-v2__body\">\n\n        <div class=\"rr-impact-v2__production-box\">\n\n          <p>\n            Our graphic clothing is printed in our facilities on the Isle of Wight, powered by renewable energy. The use of technology has enabled this transformation. By printing the products in real time to order, we only make what people need and when they need it. We use water-based inks and dyes.\n          <\/p>\n\n        <\/div>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- ======================================================\n       DESIGNED TO END WASTE\n\n       Circular \/ take-back wording intentionally removed.\n       ====================================================== -->\n\n  <section class=\"rr-impact-v2__section rr-impact-v2__final\">\n\n    <div class=\"rr-impact-v2__inner rr-impact-v2__editorial\">\n\n\n      <div class=\"rr-impact-v2__section-heading\">\n\n        <h2>\n          Designed to end waste\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-impact-v2__body\">\n\n        <p>\n          40% of clothing is never worn. A lot of businesses are basically guessing how much to make (and getting it wrong), so landfills are loaded up with unworn clothes.\n        <\/p>\n\n        <p>\n          We want to be part of the solution, not the problem. That's why our products are made from natural, recycled, and recovered materials.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n<\/main>"},"padding":{"id":135346761,"value":"6"},"fullWidth":{"id":135346762,"value":"1"},"fullBackgroundColor":{"id":135346763,"value":"#fff0"},"published":{"id":135346764,"value":"1"},"conditions":{"id":135346765,"value":"[]"},"template":{"id":135347138,"value":"html"}}}],"properties":{"title":{"id":134835231,"value":"Our Impact | Sustainable Clothing | Ridge & Row"},"isStorePage":{"id":134835232,"value":"1"},"description":{"id":134835233,"value":"Discover how Ridge & Row approaches responsible clothing for men and boys, with a focus on quality, durability and making pieces designed to be worn, shared and enjoyed for longer."},"ogImage":{"id":134835234,"value":"https:\/\/images.podos.io\/3t6qwc6keyqpmsmdhbsevts8d34wbixbxpcfcdyzs1vgywig.png.png?w=1200&h=auto"}},"labels":[],"published":1,"sitemap":1,"divisionId":436246,"edited":true,"keyPhraseCampaignId":135075}