{"id":2673588,"date":"2026-04-14T21:44:34","date_gmt":"2026-04-14T21:44:34","guid":{"rendered":"https:\/\/attunelabspro.com\/home\/?page_id=2673588"},"modified":"2026-04-14T21:44:35","modified_gmt":"2026-04-14T21:44:35","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/attunelabspro.com\/home\/privacy-policy","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Privacy Policy \u2014 Attune: Tasks<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;600&#038;family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    :root {\n      --warm-white: rgba(255,255,255,0.92);\n      --soft-white: rgba(255,255,255,0.65);\n      --dimmer: rgba(255,255,255,0.30);\n      --peach: #e8c4a0;\n      --bg: #0d1f1f;\n      --card: rgba(255,255,255,0.05);\n      --border: rgba(255,255,255,0.10);\n    }\n\n    html, body {\n      min-height: 100%;\n      background: var(--bg);\n    }\n\n    body {\n      font-family: 'Raleway', sans-serif;\n      color: var(--soft-white);\n      line-height: 1.8;\n    }\n\n    .pp-bg {\n      position: fixed;\n      inset: 0;\n      background-image: url('http:\/\/attunelabspro.com\/wp-content\/uploads\/2026\/03\/background-scaled.jpg');\n      background-size: cover;\n      background-position: center 30%;\n      z-index: 0;\n    }\n\n    .pp-bg::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: rgba(10, 22, 22, 0.92);\n    }\n\n    .pp-wrap {\n      position: relative;\n      z-index: 1;\n      max-width: 720px;\n      margin: 0 auto;\n      padding: 56px 32px 80px;\n    }\n\n    \/* Nav back *\/\n    .pp-back {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-family: 'Raleway', sans-serif;\n      font-weight: 300;\n      font-size: 11px;\n      letter-spacing: 0.20em;\n      text-transform: uppercase;\n      color: var(--dimmer);\n      text-decoration: none;\n      margin-bottom: 56px;\n      transition: color 0.2s ease;\n    }\n\n    .pp-back:hover {\n      color: var(--soft-white);\n    }\n\n    .pp-back svg {\n      width: 14px;\n      height: 14px;\n    }\n\n    \/* Header *\/\n    .pp-header {\n      margin-bottom: 52px;\n      padding-bottom: 32px;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .pp-app-name {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 200;\n      font-size: 11px;\n      letter-spacing: 0.35em;\n      color: var(--peach);\n      text-transform: uppercase;\n      margin-bottom: 12px;\n    }\n\n    .pp-title {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 200;\n      font-size: clamp(32px, 6vw, 48px);\n      letter-spacing: 0.12em;\n      color: var(--warm-white);\n      text-transform: uppercase;\n      margin-bottom: 16px;\n    }\n\n    .pp-meta {\n      font-family: 'Cormorant Garamond', serif;\n      font-style: italic;\n      font-weight: 300;\n      font-size: 15px;\n      color: var(--dimmer);\n    }\n\n    \/* Content *\/\n    .pp-section {\n      margin-bottom: 44px;\n    }\n\n    .pp-section-title {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 400;\n      font-size: 11px;\n      letter-spacing: 0.25em;\n      text-transform: uppercase;\n      color: var(--peach);\n      margin-bottom: 14px;\n    }\n\n    .pp-body {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-size: 18px;\n      line-height: 1.85;\n      color: var(--soft-white);\n    }\n\n    .pp-body p {\n      margin-bottom: 16px;\n    }\n\n    .pp-body p:last-child {\n      margin-bottom: 0;\n    }\n\n    .pp-body strong {\n      font-weight: 400;\n      color: var(--warm-white);\n      font-style: normal;\n    }\n\n    \/* Highlight card *\/\n    .pp-highlight {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-left: 2px solid var(--peach);\n      border-radius: 8px;\n      padding: 20px 24px;\n      margin-bottom: 44px;\n    }\n\n    .pp-highlight p {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--soft-white);\n      margin: 0;\n    }\n\n    .pp-highlight strong {\n      color: var(--warm-white);\n      font-weight: 400;\n    }\n\n    \/* List *\/\n    .pp-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .pp-list li {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--soft-white);\n      padding: 10px 0;\n      border-bottom: 1px solid var(--border);\n      padding-left: 16px;\n      position: relative;\n    }\n\n    .pp-list li::before {\n      content: '\u2014';\n      position: absolute;\n      left: 0;\n      color: var(--peach);\n      font-size: 14px;\n    }\n\n    .pp-list li:last-child {\n      border-bottom: none;\n    }\n\n    \/* Divider *\/\n    .pp-divider {\n      border: none;\n      border-top: 1px solid var(--border);\n      margin: 52px 0;\n    }\n\n    \/* Contact *\/\n    .pp-contact {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 28px 28px;\n    }\n\n    .pp-contact-heading {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 300;\n      font-size: 11px;\n      letter-spacing: 0.25em;\n      color: var(--dimmer);\n      text-transform: uppercase;\n      margin-bottom: 10px;\n    }\n\n    .pp-contact p {\n      font-family: 'Cormorant Garamond', serif;\n      font-weight: 300;\n      font-size: 17px;\n      line-height: 1.7;\n      color: var(--soft-white);\n    }\n\n    .pp-contact a {\n      color: var(--peach);\n      text-decoration: none;\n      border-bottom: 1px solid rgba(232, 196, 160, 0.3);\n      transition: border-color 0.2s ease;\n    }\n\n    .pp-contact a:hover {\n      border-color: var(--peach);\n    }\n\n    \/* Footer *\/\n    .pp-footer {\n      margin-top: 64px;\n      padding-top: 28px;\n      border-top: 1px solid var(--border);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .pp-footer-brand {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 200;\n      font-size: 11px;\n      letter-spacing: 0.30em;\n      color: var(--dimmer);\n      text-transform: uppercase;\n    }\n\n    .pp-footer-links {\n      display: flex;\n      gap: 20px;\n    }\n\n    .pp-footer-links a {\n      font-family: 'Raleway', sans-serif;\n      font-weight: 300;\n      font-size: 10px;\n      letter-spacing: 0.10em;\n      color: var(--dimmer);\n      text-decoration: none;\n      text-transform: uppercase;\n      transition: color 0.2s ease;\n    }\n\n    .pp-footer-links a:hover {\n      color: var(--soft-white);\n    }\n\n    @media (max-width: 480px) {\n      .pp-wrap {\n        padding: 40px 20px 60px;\n      }\n      .pp-footer {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"pp-bg\"><\/div>\n\n<div class=\"pp-wrap\">\n\n  <a class=\"pp-back\" href=\"\/\">\n    <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <path d=\"M10 3L5 8L10 13\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n    <\/svg>\n    Attune\n  <\/a>\n\n  <header class=\"pp-header\">\n    <div class=\"pp-app-name\">Attune: Tasks \u00b7 Attune Labs LLC<\/div>\n    <h1 class=\"pp-title\">Privacy Policy<\/h1>\n    <p class=\"pp-meta\">Effective date: April 2026 &nbsp;\u00b7&nbsp; Last updated: April 2026<\/p>\n  <\/header>\n\n  <div class=\"pp-highlight\">\n    <p><strong>The short version:<\/strong> Attune: Tasks stores all of your data on your device. We do not collect it, sell it, or send it anywhere. Your tasks, energy check-ins, and personal patterns belong to you and stay with you.<\/p>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Overview<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks is built by Attune Labs LLC. This privacy policy explains how we handle information when you use our app. We have kept it as plain and direct as we can.<\/p>\n      <p>Attune: Tasks is a fully on-device application. The task management engine, energy scoring, session history, and all personal data you enter operate entirely on your iPhone without communicating with any external server.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Data we do not collect<\/div>\n    <div class=\"pp-body\">\n      <p>We do not collect, transmit, store, or have access to any of the following:<\/p>\n    <\/div>\n    <ul class=\"pp-list\">\n      <li>Your tasks, task names, or any content you enter<\/li>\n      <li>Your energy states or brain state check-ins<\/li>\n      <li>Your session history or usage patterns<\/li>\n      <li>Your calendar data accessed for session planning<\/li>\n      <li>Your location, even when using Out &amp; about mode<\/li>\n      <li>Your name, email address, or any identifying information<\/li>\n      <li>Any analytics, crash reports, or behavioral data<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Data stored on your device<\/div>\n    <div class=\"pp-body\">\n      <p>The following data is created and stored locally on your iPhone using Apple&#8217;s CoreData framework. It never leaves your device unless you explicitly back up your iPhone to iCloud or a computer.<\/p>\n    <\/div>\n    <ul class=\"pp-list\">\n      <li>Tasks you create, including their tags and metadata<\/li>\n      <li>Energy and brain state check-in history \u2014 used locally to generate your monthly pattern insight<\/li>\n      <li>Session history \u2014 used locally for repetition suppression and pattern analysis<\/li>\n      <li>App settings and preferences<\/li>\n    <\/ul>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Calendar access<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks requests access to your calendar for two purposes: reading available time blocks to support the Plan My Day feature, and writing suggested task events when you accept a daily plan.<\/p>\n      <p>Calendar data is read and processed entirely on your device. No calendar content is transmitted to Attune Labs or any third party. You can revoke calendar access at any time in iOS Settings without affecting any other app functionality.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Location access<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks may request access to your location when you use Out &amp; about mode with route optimization enabled. This is a Pro feature. Your location is used only to calculate an optimized errand route via Apple&#8217;s MapKit framework, which operates on-device. Your location is never transmitted to Attune Labs or any external server. Location access is optional \u2014 Out &amp; about mode functions without it.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Apple Reminders integration<\/div>\n    <div class=\"pp-body\">\n      <p>If you enable Apple Reminders integration, Attune: Tasks reads from and writes to your Reminders app using Apple&#8217;s EventKit framework. This interaction happens entirely on your device through Apple&#8217;s standard iOS frameworks. No Reminders data is transmitted to Attune Labs.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Subscriptions and payments<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks Pro is available as a subscription through Apple&#8217;s App Store. All payment processing is handled entirely by Apple. Attune Labs does not receive, process, or store any payment information. Your subscription status is managed by Apple and verified on-device through StoreKit.<\/p>\n      <p>The Pro subscription is $3.99 per month or $39.99 per year, with a 7-day free trial. Your subscription auto-renews to the annual plan unless cancelled before the trial ends. You can manage or cancel your subscription at any time in your Apple ID settings.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Third-party services<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks does not integrate with any third-party analytics, advertising, tracking, or data collection services. There are no SDKs in the app that transmit data to external parties.<\/p>\n      <p>The app uses Apple&#8217;s native frameworks \u2014 CoreData, EventKit, MapKit, StoreKit, and UserNotifications \u2014 all of which operate on-device and are subject to Apple&#8217;s own privacy practices.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Notifications<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks may send two types of local notifications to Pro subscribers: a weekly teaching notification and a monthly pattern insight notification. Both are optional, configured in the app, and generated entirely on-device. No notification content is transmitted to or from any external server. Notification permission is never requested until after your first completed session.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Children&#8217;s privacy<\/div>\n    <div class=\"pp-body\">\n      <p>Attune: Tasks is not directed at children under the age of 13. We do not knowingly collect any information from children. The app does not collect personal information from any user regardless of age.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Data deletion<\/div>\n    <div class=\"pp-body\">\n      <p>Because all data is stored locally on your device, you can delete all app data at any time by deleting the app from your iPhone. This permanently removes all tasks, session history, and settings. There is no server-side data to request deletion of because we have never received any.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"pp-section\">\n    <div class=\"pp-section-title\">Changes to this policy<\/div>\n    <div class=\"pp-body\">\n      <p>If we make meaningful changes to this privacy policy we will update the effective date above and, where appropriate, notify users through the app. Continued use of Attune: Tasks after any changes constitutes acceptance of the updated policy.<\/p>\n    <\/div>\n  <\/div>\n\n  <hr class=\"pp-divider\">\n\n  <div class=\"pp-contact\">\n    <div class=\"pp-contact-heading\">Questions or concerns<\/div>\n    <p>If you have any questions about this privacy policy or how Attune: Tasks handles your data, please reach out. We read every message.<\/p>\n    <p style=\"margin-top: 10px;\">\n      <a href=\"mailto:connect@attunelabspro.com\">connect@attunelabspro.com<\/a><br>\n      Attune Labs LLC\n    <\/p>\n  <\/div>\n\n  <footer class=\"pp-footer\">\n    <div class=\"pp-footer-brand\">Attune Labs LLC \u00b7 2026<\/div>\n    <nav class=\"pp-footer-links\">\n      <a href=\"\/\">Home<\/a>\n      <a href=\"mailto:connect@attunelabspro.com\">Support<\/a>\n    <\/nav>\n  <\/footer>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy \u2014 Attune: Tasks Attune Attune: Tasks \u00b7 Attune Labs LLC Privacy Policy Effective date: April 2026 &nbsp;\u00b7&nbsp; Last updated: April 2026 The short version: Attune: Tasks stores all of your data on your device. We do not collect it, sell it, or send it anywhere. Your tasks, energy check-ins, and personal patterns belong [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-2673588","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/pages\/2673588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/comments?post=2673588"}],"version-history":[{"count":2,"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/pages\/2673588\/revisions"}],"predecessor-version":[{"id":2703590,"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/pages\/2673588\/revisions\/2703590"}],"wp:attachment":[{"href":"https:\/\/attunelabspro.com\/home\/wp-json\/wp\/v2\/media?parent=2673588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}