{"id":533688,"url":"\/gots\/","layout":"standard","version":"2026-09-03T16:50:14.000000Z","blocks":[{"id":5310484,"type":"html","published":1,"size":{"x":12,"y":0},"order":0,"items":[],"properties":{"html":{"id":135347160,"value":"<style>\n\/* ==========================================================\n   RIDGE & ROW \u2014 GOTS PAGE\n   RESPONSIVE \/ NO OFFICIAL GOTS LOGO\n   ========================================================== *\/\n\n.rr-gots {\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:#242424;\n\n  width:100%;\n  overflow:hidden;\n  background:var(--rr-white);\n  color:var(--rr-black);\n\n  font-family:inherit;\n  -webkit-font-smoothing:antialiased;\n}\n\n.rr-gots *,\n.rr-gots *::before,\n.rr-gots *::after {\n  box-sizing:border-box;\n}\n\n.rr-gots__inner {\n  width:min(1180px, calc(100% - 48px));\n  margin:0 auto;\n}\n\n\n\/* ==========================================================\n   TYPOGRAPHY\n   ========================================================== *\/\n\n.rr-gots h1,\n.rr-gots h2,\n.rr-gots h3,\n.rr-gots p {\n  margin-top:0;\n}\n\n.rr-gots h1 {\n  margin-bottom:12px;\n  color:var(--rr-black);\n\n  font-size:clamp(44px,5.5vw,72px);\n  font-weight:700;\n  line-height:.98;\n  letter-spacing:-.04em;\n}\n\n.rr-gots h2 {\n  margin-bottom:22px;\n  color:var(--rr-black);\n\n  font-size:clamp(29px,3.3vw,44px);\n  font-weight:700;\n  line-height:1.08;\n  letter-spacing:-.025em;\n}\n\n.rr-gots h3 {\n  margin-bottom:12px;\n  color:var(--rr-black);\n\n  font-size:clamp(22px,2.2vw,28px);\n  font-weight:700;\n  line-height:1.18;\n}\n\n.rr-gots p {\n  margin:0 0 22px;\n  color:var(--rr-text);\n\n  font-size:clamp(16px,1.25vw,18px);\n  line-height:1.72;\n}\n\n.rr-gots p:last-child {\n  margin-bottom:0;\n}\n\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n.rr-gots__hero {\n  position:relative;\n\n  min-height:440px;\n\n  display:flex;\n  align-items:center;\n\n  overflow:hidden;\n\n  background:var(--rr-cream);\n}\n\n.rr-gots__hero-image {\n  position:absolute;\n  inset:0;\n\n  width:100%;\n  height:100%;\n\n  object-fit:cover;\n  object-position:center;\n}\n\n\n\/* light overlay gives clear left-hand copy area *\/\n\n.rr-gots__hero::after {\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(246,243,237,.98) 0%,\n      rgba(246,243,237,.94) 24%,\n      rgba(246,243,237,.60) 43%,\n      rgba(246,243,237,.10) 66%,\n      rgba(246,243,237,0) 100%\n    );\n\n  pointer-events:none;\n}\n\n.rr-gots__hero-inner {\n  position:relative;\n  z-index:2;\n\n  width:min(1180px, calc(100% - 48px));\n  margin:0 auto;\n\n  padding:70px 0;\n}\n\n.rr-gots__hero-copy {\n  max-width:570px;\n}\n\n.rr-gots__accent {\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-gots__hero-subtitle {\n  margin:0 !important;\n\n  color:var(--rr-green-dark) !important;\n\n  font-size:clamp(19px,1.8vw,24px) !important;\n  font-weight:600;\n  line-height:1.4 !important;\n}\n\n\n\/* ==========================================================\n   NAVIGATION PILLS\n   ========================================================== *\/\n\n.rr-gots__nav {\n  padding:26px 0;\n\n  background:var(--rr-white);\n\n  border-bottom:1px solid var(--rr-stone);\n}\n\n.rr-gots__pills {\n  display:flex;\n  flex-wrap:wrap;\n  align-items:center;\n\n  gap:10px;\n}\n\n.rr-gots__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:#fff !important;\n\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-gots__pill:hover {\n  background:var(--rr-orange);\n  border-color:var(--rr-orange);\n\n  color:#fff !important;\n\n  transform:translateY(-1px);\n}\n\n.rr-gots__pill:focus-visible {\n  outline:3px solid var(--rr-orange);\n  outline-offset:3px;\n}\n\n\n\/* ==========================================================\n   MAIN EDITORIAL CONTENT\n   ========================================================== *\/\n\n.rr-gots__content {\n  padding:clamp(70px,8vw,110px) 0;\n\n  background:var(--rr-white);\n}\n\n.rr-gots__content-grid {\n  display:grid;\n\n  grid-template-columns:minmax(250px,.72fr) minmax(0,1.48fr);\n\n  gap:clamp(45px,7vw,90px);\n\n  align-items:start;\n}\n\n.rr-gots__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-gots__heading h2 {\n  margin:0;\n}\n\n.rr-gots__copy {\n  max-width:800px;\n}\n\n\n\/* ==========================================================\n   RIDGE & ROW GOTS INFORMATION PANEL\n   NO OFFICIAL GOTS MARK \/ LOGO\n   ========================================================== *\/\n\n.rr-gots__panel {\n  padding:clamp(60px,7vw,90px) 0;\n\n  background:var(--rr-cream);\n}\n\n.rr-gots__panel-inner {\n  display:grid;\n\n  grid-template-columns:.8fr 1.2fr;\n\n  gap:clamp(40px,6vw,80px);\n\n  align-items:stretch;\n}\n\n\n\/* Pure Ridge & Row branded treatment *\/\n\n.rr-gots__brand-block {\n  min-height:280px;\n\n  display:flex;\n  flex-direction:column;\n  justify-content:flex-end;\n\n  padding:clamp(30px,4vw,46px);\n\n  background:var(--rr-green);\n  border-radius:6px;\n}\n\n.rr-gots__brand-block::before {\n  content:\"\";\n\n  display:block;\n\n  width:62px;\n  height:5px;\n\n  margin-bottom:auto;\n\n  background:var(--rr-orange);\n}\n\n.rr-gots__brand-title {\n  display:block;\n\n  margin-bottom:8px;\n\n  color:#fff;\n\n  font-size:clamp(44px,6vw,72px);\n  font-weight:700;\n  line-height:1;\n  letter-spacing:-.04em;\n}\n\n.rr-gots__brand-subtitle {\n  display:block;\n\n  max-width:340px;\n\n  color:#fff;\n\n  font-size:18px;\n  font-weight:600;\n  line-height:1.4;\n}\n\n\n\/* Right-hand explanatory panel *\/\n\n.rr-gots__panel-copy {\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:clamp(28px,4vw,48px);\n}\n\n.rr-gots__panel-copy h2::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\n\/* Important product-level clarification *\/\n\n.rr-gots__notice {\n  margin-top:30px;\n\n  padding:22px 25px;\n\n  background:var(--rr-white);\n\n  border-left:5px solid var(--rr-orange);\n}\n\n.rr-gots__notice p {\n  margin:0;\n\n  color:var(--rr-green-dark);\n\n  font-size:16px;\n  font-weight:700;\n  line-height:1.55;\n}\n\n\n\/* ==========================================================\n   TABLET\n   ========================================================== *\/\n\n@media (max-width:900px) {\n\n  .rr-gots__inner,\n  .rr-gots__hero-inner {\n    width:min(100% - 36px,760px);\n  }\n\n  .rr-gots__hero {\n    min-height:410px;\n  }\n\n  .rr-gots__hero-image {\n    object-position:65% center;\n  }\n\n  .rr-gots__content-grid,\n  .rr-gots__panel-inner {\n    grid-template-columns:1fr;\n    gap:30px;\n  }\n\n  .rr-gots__brand-block {\n    min-height:240px;\n  }\n\n}\n\n\n\/* ==========================================================\n   MOBILE\n   ========================================================== *\/\n\n@media (max-width:620px) {\n\n  .rr-gots__inner,\n  .rr-gots__hero-inner {\n    width:calc(100% - 30px);\n  }\n\n  .rr-gots h1 {\n    font-size:42px;\n  }\n\n  .rr-gots h2 {\n    font-size:29px;\n  }\n\n  .rr-gots p {\n    font-size:16px;\n    line-height:1.65;\n  }\n\n  .rr-gots__hero {\n    min-height:450px;\n    align-items:flex-end;\n  }\n\n  .rr-gots__hero-image {\n    object-position:70% center;\n  }\n\n  .rr-gots__hero::after {\n    background:\n      linear-gradient(\n        0deg,\n        rgba(246,243,237,.99) 0%,\n        rgba(246,243,237,.94) 38%,\n        rgba(246,243,237,.30) 70%,\n        rgba(246,243,237,0) 100%\n      );\n  }\n\n  .rr-gots__hero-inner {\n    padding:45px 0;\n  }\n\n  .rr-gots__hero-subtitle {\n    font-size:18px !important;\n  }\n\n  .rr-gots__nav {\n    padding:21px 0;\n  }\n\n  .rr-gots__pills {\n    gap:8px;\n  }\n\n  .rr-gots__pill {\n    min-height:38px;\n\n    padding:8px 14px;\n\n    font-size:13px;\n  }\n\n  .rr-gots__content {\n    padding:58px 0;\n  }\n\n  .rr-gots__panel {\n    padding:55px 0;\n  }\n\n  .rr-gots__brand-block {\n    min-height:220px;\n    padding:28px 24px;\n  }\n\n  .rr-gots__panel-copy {\n    padding:10px 0 0;\n  }\n\n}\n\n\n\/* ==========================================================\n   REDUCED MOTION\n   ========================================================== *\/\n\n@media (prefers-reduced-motion:reduce) {\n\n  .rr-gots *,\n  .rr-gots *::before,\n  .rr-gots *::after {\n    transition:none !important;\n  }\n\n}\n<\/style>\n\n\n<main class=\"rr-gots\">\n\n\n  <!-- =====================================================\n       HERO\n       ===================================================== -->\n\n  <section\n    class=\"rr-gots__hero\"\n    aria-labelledby=\"rr-gots-title\"\n  >\n\n    <img\n      class=\"rr-gots__hero-image\"\n      src=\"https:\/\/images.teemill.com\/fbe6184c3fe1cc53b74ffb2a36de4e3651ad82b0407ae7f1.webp?project=ajay-447510\"\n      alt=\"Natural organic cotton yarn cones with raw cotton fibres\"\n      width=\"1916\"\n      height=\"821\"\n      loading=\"eager\"\n      fetchpriority=\"high\"\n      decoding=\"async\"\n    >\n\n    <div class=\"rr-gots__hero-inner\">\n\n      <div class=\"rr-gots__hero-copy\">\n\n        <span\n          class=\"rr-gots__accent\"\n          aria-hidden=\"true\">\n        <\/span>\n\n        <h1 id=\"rr-gots-title\">\n          GOTS\n        <\/h1>\n\n        <p class=\"rr-gots__hero-subtitle\">\n          Global Organic Textile Standard\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       NAVIGATION PILLS\n       ===================================================== -->\n\n  <nav\n    class=\"rr-gots__nav\"\n    aria-label=\"Ridge and Row company and sustainability information\"\n  >\n\n    <div class=\"rr-gots__inner\">\n\n      <div class=\"rr-gots__pills\">\n\n\n        <a\n          class=\"rr-gots__pill\"\n          href=\"https:\/\/theridgeandrow.com\/about-us\/\"\n        >\n          Our Story\n        <\/a>\n\n\n        <a\n          class=\"rr-gots__pill\"\n          href=\"https:\/\/theridgeandrow.com\/our-impact\/\"\n        >\n          Our Impact\n        <\/a>\n\n\n        <a\n          class=\"rr-gots__pill\"\n          href=\"https:\/\/theridgeandrow.com\/why-organic-cotton\/\"\n        >\n          Why Organic Cotton?\n        <\/a>\n\n\n        <a\n          class=\"rr-gots__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       MAIN GOTS INFORMATION\n       ===================================================== -->\n\n  <section class=\"rr-gots__content\">\n\n    <div class=\"rr-gots__inner rr-gots__content-grid\">\n\n\n      <div class=\"rr-gots__heading\">\n\n        <h2>\n          GOTS: Does certification matter?\n        <\/h2>\n\n      <\/div>\n\n\n      <div class=\"rr-gots__copy\">\n\n        <p>\n          GOTS, or the Global Organic Textile Standard, is a globally recognised standard for organic textiles. For products that are GOTS certified, the standard covers requirements across the textile supply chain, from organic fibres through processing and manufacturing.\n        <\/p>\n\n        <p>\n          Certification can help customers understand when a textile product has been produced to a recognised set of environmental and social criteria rather than relying on an organic claim alone.\n        <\/p>\n\n        <p>\n          Not every Ridge & Row product is GOTS certified. Where certification applies to a specific product, we will clearly state this on the relevant product page.\n        <\/p>\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       RIDGE & ROW BRANDED INFORMATION PANEL\n       NO OFFICIAL GOTS LOGO USED\n       ===================================================== -->\n\n  <section class=\"rr-gots__panel\">\n\n    <div class=\"rr-gots__inner rr-gots__panel-inner\">\n\n\n      <div class=\"rr-gots__brand-block\">\n\n        <span class=\"rr-gots__brand-title\">\n          GOTS\n        <\/span>\n\n        <span class=\"rr-gots__brand-subtitle\">\n          Global Organic Textile Standard\n        <\/span>\n\n      <\/div>\n\n\n      <div class=\"rr-gots__panel-copy\">\n\n        <h2>\n          A recognised standard for organic textiles\n        <\/h2>\n\n        <p>\n          GOTS provides a recognised framework for certified organic textile products and their processing through the supply chain.\n        <\/p>\n\n\n        <div class=\"rr-gots__notice\">\n\n          <p>\n            Selected Ridge & Row products may be GOTS certified. Where certification applies, this will be clearly stated on the individual product page.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n\n    <\/div>\n\n  <\/section>\n\n\n<\/main>\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"WebPage\",\n  \"name\":\"GOTS and Organic Textiles\",\n  \"url\":\"https:\/\/theridgeandrow.com\/gots\/\",\n  \"description\":\"Information from Ridge & Row about the Global Organic Textile Standard and how GOTS certification may apply to selected products.\",\n  \"isPartOf\":{\n    \"@type\":\"WebSite\",\n    \"name\":\"Ridge & Row\",\n    \"url\":\"https:\/\/theridgeandrow.com\/\"\n  }\n}\n<\/script>"},"padding":{"id":135347162,"value":"6"},"fullWidth":{"id":135347163,"value":"1"},"fullBackgroundColor":{"id":135347164,"value":"#fff0"},"published":{"id":135347165,"value":"1"},"conditions":{"id":135347166,"value":"[]"},"template":{"id":135347212,"value":"html"}}}],"properties":{"title":{"id":134840318,"value":"GOTS Certified Organic Cotton | Ridge & Row"},"isStorePage":{"id":134840319,"value":"1"},"description":{"id":134840320,"value":"Learn what GOTS certification means and why it matters to Ridge & Row, from organic fibres and responsible production standards to the quality of the clothing we choose."},"ogImage":{"id":134840321,"value":"https:\/\/images.podos.io\/vmj8jbcmk47lp4xl2od7wzg6e2rv5bacr3176dzxzz3j4j5p.jpeg.jpg?w=1200&h=auto"}},"labels":[],"published":1,"sitemap":1,"divisionId":436246,"edited":true,"keyPhraseCampaignId":135077}