{"id":58,"date":"2025-10-25T17:31:51","date_gmt":"2025-10-25T17:31:51","guid":{"rendered":"https:\/\/reinessentials.com\/?page_id=58"},"modified":"2026-03-16T14:25:36","modified_gmt":"2026-03-16T14:25:36","slug":"ons-verhaal","status":"publish","type":"page","link":"https:\/\/reinessentials.com\/en\/ons-verhaal\/","title":{"rendered":"Our Story"},"content":{"rendered":"<style>\n.rein-page {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 40px 20px 80px;\n  font-family: \"Plus Jakarta Sans\", sans-serif;\n  color: #111;\n  background: #fff;\n  box-sizing: border-box;\n  overflow-x: hidden;\n}\n\n.rein-page * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.rein-page .fade {\n  opacity: 0;\n  transform: translateY(20px);\n  transition: .7s ease;\n}\n.rein-page .fade.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* \u2500\u2500 BLOCKS \u2500\u2500 *\/\n.rein-page .block {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: center;\n  margin: 72px 0;\n}\n\n.rein-page .block h2 {\n  font-size: clamp(22px, 3vw, 30px);\n  font-weight: 600;\n  letter-spacing: -0.02em;\n  line-height: 1.2;\n  margin-bottom: 14px;\n  color: #111;\n}\n\n.rein-page .block p {\n  font-size: 15.5px;\n  line-height: 1.75;\n  color: #666;\n}\n\n.rein-page .block-media {\n  border-radius: 14px;\n  overflow: hidden;\n}\n\n.rein-page .block-media img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 14px;\n  transition: transform 0.6s ease;\n}\n\n.rein-page .block-media:hover img {\n  transform: scale(1.02);\n}\n\n\/* \u2500\u2500 VIDEO \u2500\u2500 *\/\n.rein-page .video-section {\n  margin: 72px 0;\n}\n\n.rein-page .video-section h2 {\n  font-size: clamp(22px, 3vw, 30px);\n  font-weight: 600;\n  letter-spacing: -0.02em;\n  margin-bottom: 18px;\n  color: #111;\n}\n\n.rein-page .video-wrapper {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n  border-radius: 14px;\n  border: 1px solid #e8e8e4;\n}\n\n.rein-page .video-wrapper iframe {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  border: 0;\n  border-radius: 14px;\n}\n\n\/* \u2500\u2500 TAGLINE \u2500\u2500 *\/\n.rein-page .tagline {\n  margin: 72px 0;\n  padding: 48px 36px;\n  text-align: center;\n  border-radius: 14px;\n  background: linear-gradient(135deg, #a9c7b5, #cfe1d7);\n}\n\n.rein-page .tagline h3 {\n  font-size: clamp(20px, 3vw, 28px);\n  font-weight: 600;\n  letter-spacing: -0.02em;\n  margin-bottom: 10px;\n  color: #fff;\n}\n\n.rein-page .tagline p {\n  font-size: 15.5px;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.85);\n}\n\n\/* \u2500\u2500 TEAM \u2500\u2500 *\/\n.rein-page .team {\n  margin: 72px 0 0;\n}\n\n.rein-page .team h2 {\n  font-size: clamp(22px, 3vw, 30px);\n  font-weight: 600;\n  letter-spacing: -0.02em;\n  margin-bottom: 24px;\n  color: #111;\n  text-align: center;\n}\n\n.rein-page .team-photo {\n  width: 100%;\n  height: 400px;\n  object-fit: cover;\n  object-position: center top;\n  border-radius: 14px;\n  display: block;\n}\n\n\/* \u2500\u2500 TEAM STORY \u2500\u2500 *\/\n.rein-page .team-story-block {\n  margin-top: 40px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: start;\n}\n\n.rein-page .team-story-block .intro {\n  font-size: 18px;\n  font-weight: 600;\n  line-height: 1.5;\n  color: #111;\n  letter-spacing: -0.01em;\n}\n\n.rein-page .team-story-block .body {\n  font-size: 15px;\n  line-height: 1.8;\n  color: #666;\n}\n\n.rein-page .team-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n  margin-top: 40px;\n}\n\n.rein-page .team-card {\n  background: #f8f8f6;\n  border-radius: 12px;\n  padding: 20px 14px;\n  text-align: center;\n}\n\n.rein-page .team-card .avatar {\n  width: 42px;\n  height: 42px;\n  border-radius: 50%;\n  background: #a9c7b5;\n  color: #fff;\n  font-size: 16px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 10px;\n}\n\n.rein-page .team-card strong {\n  display: block;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111;\n  margin-bottom: 3px;\n}\n\n.rein-page .team-card span {\n  font-size: 13px;\n  color: #888;\n}\n\n\/* \u2500\u2500 MOBILE \u2500\u2500 *\/\n@media (max-width: 768px) {\n  .rein-page .block {\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin: 48px 0;\n    text-align: center;\n  }\n  .rein-page .team-photo {\n    height: 260px;\n  }\n  .rein-page .team-story-block {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n  .rein-page .team-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  .rein-page .tagline {\n    padding: 36px 20px;\n  }\n}\n<\/style>\n\n<div class=\"rein-page\">\n\n  <!-- BLOCK 1 -->\n  <div class=\"block fade\">\n    <div class=\"block-media\">\n      <img decoding=\"async\" src=\"https:\/\/reinessentials.com\/wp-content\/uploads\/2026\/02\/Rein-1.jpg\" alt=\"Rein stand\">\n    <\/div>\n    <div>\n      <h2>Our Story<\/h2>\n      <p>At <strong>rein<\/strong> we believe that feeling good starts with what you wear. That's why we created a spray that smooths and refreshes clothes in seconds \u2014 no iron, no washing machine, just simplicity.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- BLOCK 2 -->\n  <div class=\"block fade\" style=\"direction:rtl\">\n    <div class=\"block-media\" style=\"direction:ltr\">\n      <img decoding=\"async\" src=\"https:\/\/reinessentials.com\/wp-content\/uploads\/2026\/02\/Rein-2.jpg\" alt=\"Rein product in gras\">\n    <\/div>\n    <div style=\"direction:ltr\">\n      <h2>Freshness in every bottle<\/h2>\n      <p>Our bottles are designed with simplicity and reusability in mind. No unnecessary packaging, just what is needed to feel good.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- BLOCK 3 -->\n  <div class=\"block fade\">\n    <div class=\"block-media\">\n      <img decoding=\"async\" src=\"https:\/\/reinessentials.com\/wp-content\/uploads\/2025\/11\/before-and-after-groen-AI-e1763485014869.png\" alt=\"Voor en na\">\n    <\/div>\n    <div>\n      <h2>Made for real mornings<\/h2>\n      <p>A few sprays remove creases and odours, so you can leave feeling fresh \u2014 no stress, no ironing.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- VIDEO -->\n  <div class=\"video-section fade\">\n    <h2><\/h2>\n    <div class=\"video-wrapper\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/Mk3oay_k6vI\" title=\"Rein explained in 40 seconds.\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n    <\/div>\n  <\/div>\n\n  <!-- TAGLINE -->\n  <div class=\"tagline fade\">\n    <h3>Every minute counts in the morning.<\/h3>\n    <p>With rein, you start faster \u2014 and feel better in what you wear.<\/p>\n  <\/div>\n\n  <!-- TEAM -->\n  <div class=\"team fade\">\n    <h2>The team behind Rein<\/h2>\n    <img decoding=\"async\" class=\"team-photo\" src=\"https:\/\/reinessentials.com\/wp-content\/uploads\/2026\/02\/IMG_4798-1-scaled.jpeg\" alt=\"Team Rein\">\n\n    <div class=\"team-story-block\">\n      <p class=\"intro\">We are a team of four students who believe that feeling good starts with what you wear.<\/p>\n      <p class=\"body\">We often had rushed mornings ourselves: getting up late, little time, quickly pulling something out of the wardrobe, ... and then discovering that your clothes are creased or smell musty. Not an ideal start to the day.<br><br>This got us thinking. A little while later, rein was born \u2014 a spray that makes your clothes smooth and fresh in seconds. At rein, we want to give you that little bit of extra confidence you need to start your day off right.<\/p>\n    <\/div>\n\n\n  <\/div>\n\n<\/div>\n\n<script>\nconst observer = new IntersectionObserver((entries) => {\n  entries.forEach(entry => {\n    if (entry.isIntersecting) entry.target.classList.add('visible');\n  });\n}, { threshold: 0.15 });\ndocument.querySelectorAll('.rein-page .fade').forEach(el => observer.observe(el));\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Ons verhaal Bij rein geloven we dat goed voelen begint bij wat je draagt. Daarom maakten we een spray die kleding in seconden glad en fris maakt \u2014 geen strijkijzer, geen wasmachine, enkel eenvoud. Frisheid in elke fles Onze flessen zijn ontworpen met eenvoud en herbruikbaarheid in gedachten. Geen overbodige verpakking, enkel wat nodig is [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"class_list":["post-58","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/pages\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/comments?post=58"}],"version-history":[{"count":81,"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":493,"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/pages\/58\/revisions\/493"}],"wp:attachment":[{"href":"https:\/\/reinessentials.com\/en\/wp-json\/wp\/v2\/media?parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}