{"id":2193,"date":"2026-08-20T13:38:04","date_gmt":"2026-08-20T13:38:04","guid":{"rendered":"https:\/\/standarddrift.com\/?page_id=2193"},"modified":"2026-09-22T12:01:09","modified_gmt":"2026-09-22T12:01:09","slug":"manifesto","status":"publish","type":"page","link":"https:\/\/standarddrift.com\/es\/manifesto\/","title":{"rendered":"MANIFIESTO"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2193\" class=\"elementor elementor-2193\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a20df7 e-con-full e-flex e-con e-parent\" data-id=\"0a20df7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1995ab3 elementor-widget elementor-widget-html\" data-id=\"1995ab3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Manifesto \u2014 Standard Drift<\/title>\r\n<\/head>\r\n<body style=\"margin:0;\">\r\n<!-- =========================================================\r\n     MANIFESTO SECTION \u2014 scoped, safe to paste inside an existing\r\n     page that already has its own header\/nav and footer.\r\n\r\n     CHANGES IN THIS VERSION (per client doc \u2014 global brand rules):\r\n     1) Yellow (#c6ff33 \/ rgb(198,255,51)) removed everywhere.\r\n        Accent color is now white\/grey, per \"REMOVE THE YELLOW, ALL\r\n        IN BLACK AND WHITE OR THE GREYS FROM THE BRAND IDENTITY DOC\".\r\n     2) Font stays Helvetica Neue (already correct, per\r\n        \"USE HELVETICA NEUE IN ALL THE WEBSITE\").\r\n     3) Layout\/structure\/content UNCHANGED \u2014 client's general note\r\n        was to keep the template's base design and respect it,\r\n        only swapping in brand typography\/colors.\r\n\r\n     REVISION 2 (per client's annotated screenshots):\r\n     4) Deleted the decorative wavy-line SVG background in the opening\r\n        section (\"DELETE SPIRAL ON BACKGROUND\").\r\n     5) Deleted the scrolling marquee (\"DELETE CAROUSEL\").\r\n     6) Opening quote's 2nd line changed from italic to bold (matches\r\n        reference \u2014 no more italic accent style there).\r\n     7) Lede paragraph de-italicised to match reference.\r\n     8) \"We believe art has the power...\" standfirst is now uppercase +\r\n        bold, per reference (the 2nd standfirst, \"That's why Standard\r\n        Drift exists.\", stays as before \u2014 NOT uppercase, per reference).\r\n     9) The 3-card icon grid (As emotion\/identity\/culture) replaced with\r\n        plain stacked bold uppercase lines, no cards\/icons\/borders,\r\n        matching the simplified reference.\r\n     10) Removed the \"\u2014 Not as decoration \u2014\" divider + vertical thread\r\n         line entirely \u2014 not present in the reference.\r\n     11) Closing statement (\"Because the most memorable brands...\")\r\n         changed to uppercase, bold, no italic \u2014 matches reference.\r\n     12) Selected Works cards: removed the white pill background from\r\n         the category tag (now plain small uppercase text, cleaner per\r\n         \"I would remove this label or display it differently\"); caption\r\n         sub-line color changed from grey to white for readability\r\n         (\"Do not use grey text over images\").\r\n     13) \"Our Mission\" block: removed the bordered\/boxed card styling\r\n         (plain text now, per reference with no visible box), and the\r\n         mission line itself changed from italic mixed-case to bold\r\n         uppercase.\r\n\r\n     REVISION 3 (per latest annotated screenshot \u2014 opening quote):\r\n     14) Reduced line-height on the opening quote for tighter spacing.\r\n     15) Added a gap between the quote's two sentences (previously the\r\n         two lines sat back-to-back with only line-height between them).\r\n\r\n     FORM SENDS TO: info@standarddrift.com (via FormSubmit.co)\r\n========================================================= -->\r\n<style>\r\n  .sdm-root{\r\n    --sdm-bg:#141414;\r\n    --sdm-bg-elev:#1a1a1a;\r\n    --sdm-card:#1c1c1c;\r\n    --sdm-line: rgba(255,255,255,.09);\r\n    --sdm-text:#ffffff;\r\n    --sdm-muted:#8f8c81;\r\n    --sdm-accent:#ffffff;\r\n    --sdm-accent-dim: rgba(255,255,255,.14);\r\n    --sdm-serif:'Helvetica Neue', Arial, sans-serif;\r\n    --sdm-sans:'Helvetica Neue', Arial, sans-serif;\r\n\r\n    position:relative;\r\n    background:var(--sdm-bg);\r\n    color:var(--sdm-text);\r\n    font-family:var(--sdm-sans);\r\n    overflow-x:clip;\r\n    isolation:isolate;\r\n  }\r\n  .sdm-root, .sdm-root *{ box-sizing:border-box; }\r\n  .sdm-root img{ display:block; max-width:100%; }\r\n  .sdm-root a{ color:inherit; text-decoration:none; }\r\n  .sdm-root ::selection{ background:var(--sdm-accent); color:#141414; }\r\n\r\n  .sdm-root > *{ position:relative; z-index:1; }\r\n\r\n  .sdm-eyebrow{\r\n    color:var(--sdm-muted);\r\n    font-size:.72rem;\r\n    letter-spacing:.22em;\r\n    text-transform:uppercase;\r\n    font-weight:600;\r\n  }\r\n  .sdm-container{ width:min(920px,92%); margin:0 auto; }\r\n  .sdm-container-wide{ width:min(1180px,92%); margin:0 auto; }\r\n\r\n  .sdm-reveal{\r\n    opacity:0;\r\n    transform:translateY(16px);\r\n    filter:blur(4px);\r\n    transition:opacity 1.15s cubic-bezier(.19,1,.22,1),\r\n               transform 1.15s cubic-bezier(.19,1,.22,1),\r\n               filter 1.15s cubic-bezier(.19,1,.22,1);\r\n  }\r\n  .sdm-reveal.sdm-in{ opacity:1; transform:translateY(0); filter:blur(0); }\r\n  @media (prefers-reduced-motion:reduce){\r\n    .sdm-reveal{ opacity:1; transform:none; filter:none; transition:none; }\r\n  }\r\n\r\n  .sdm-opening{\r\n    position:relative;\r\n    padding:110px 0 0;\r\n    text-align:center;\r\n    overflow:hidden;\r\n  }\r\n  \/* CHANGED: decorative wavy-line SVG background removed entirely per\r\n     \"DELETE SPIRAL ON BACKGROUND\" *\/\r\n  .sdm-opening .sdm-eyebrow{ display:block; margin-bottom:26px; }\r\n  .sdm-opening .sdm-quote{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:700;   \/* CHANGED: bolder weight to match reference's heavy caps treatment *\/\r\n    font-size:clamp(1.8rem,4.6vw,3.4rem);\r\n    line-height:1.22;   \/* CHANGED: reduced from 1.38 per \"Reduce the line spacing\" *\/\r\n    letter-spacing:.001em;\r\n    text-transform:uppercase;   \/* NEW: big capital letters, per client's reference screenshot *\/\r\n    max-width:15ch;\r\n    margin:0 auto;\r\n  }\r\n  .sdm-opening .sdm-quote .sdm-line{ display:block; }\r\n  .sdm-opening .sdm-quote .sdm-line--accent{\r\n    font-weight:700;   \/* CHANGED: was italic + accent colour \u2014 reference shows this line as bold, same colour as the line above *\/\r\n    margin-top:16px;   \/* NEW: space between the two sentences, per \"Add some space between sentences\" *\/\r\n  }\r\n\r\n  .sdm-manifesto{ padding:90px 0 130px; }\r\n  .sdm-manifesto .sdm-lede{\r\n    font-family:var(--sdm-serif);\r\n    font-size:clamp(1rem,1.6vw,1.15rem);   \/* CHANGED: reduced from the oversized italic lede treatment to match reference's plain paragraph size *\/\r\n    color:#c9c7bd;\r\n    text-align:center;\r\n    max-width:640px;\r\n    margin:0 auto 70px;\r\n    line-height:1.9;\r\n  }\r\n\r\n  .sdm-block{\r\n    max-width:640px;\r\n    margin:0 auto 46px;\r\n    text-align:center;\r\n  }\r\n  .sdm-block p{\r\n    font-size:1rem;\r\n    line-height:1.9;\r\n    color:#c9c7bd;\r\n    margin:0;\r\n  }\r\n  .sdm-block .sdm-standfirst{\r\n    font-family:var(--sdm-serif);\r\n    font-size:1.35rem;\r\n    font-weight:700;\r\n    color:var(--sdm-text);\r\n    margin-bottom:14px;\r\n  }\r\n  .sdm-block .sdm-standfirst--caps{\r\n    text-transform:uppercase;   \/* NEW: only this first standfirst (\"We believe art has the power...\") is uppercase, per reference \u2014 the 2nd one stays as-is *\/\r\n  }\r\n\r\n  \/* CHANGED: replaced the 3-card icon grid with plain stacked bold\r\n     uppercase lines \u2014 no cards, icons or borders, per simplified reference *\/\r\n  .sdm-values-plain{\r\n    max-width:640px;\r\n    margin:0 auto 60px;\r\n    text-align:center;\r\n  }\r\n  .sdm-values-plain p{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:700;\r\n    font-size:1.35rem;\r\n    text-transform:uppercase;\r\n    color:var(--sdm-text);\r\n    margin:0 0 6px;\r\n  }\r\n  .sdm-values-plain p:last-child{ margin-bottom:0; }\r\n\r\n  .sdm-closing{\r\n    text-align:center;\r\n    max-width:720px;\r\n    margin:90px auto 0;\r\n    padding-top:60px;\r\n    border-top:1px solid var(--sdm-line);\r\n  }\r\n  .sdm-closing p{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:700;\r\n    font-size:clamp(1.3rem,2.6vw,1.9rem);\r\n    line-height:1.5;\r\n    text-transform:uppercase;   \/* CHANGED: was mixed-case, now uppercase per reference *\/\r\n    color:var(--sdm-text);\r\n    margin:0;\r\n  }\r\n  .sdm-closing p span{ color:var(--sdm-text); font-weight:700; }   \/* CHANGED: removed italic + accent colour, now matches the line above *\/\r\n\r\n  .sdm-about{ padding:20px 0 130px; border-top:1px solid var(--sdm-line); }\r\n  .sdm-about-grid{\r\n    display:grid;\r\n    grid-template-columns:.85fr 1.15fr;\r\n    gap:60px;\r\n    align-items:start;\r\n    padding-top:110px;\r\n  }\r\n  @media(max-width:860px){\r\n    .sdm-about-grid{ grid-template-columns:1fr; gap:30px; padding-top:70px; }\r\n  }\r\n  .sdm-about-grid h2{\r\n    font-family:var(--sdm-serif);\r\n    font-size:clamp(1.7rem,3vw,2.3rem);\r\n    font-weight:600;\r\n    line-height:1.3;\r\n    margin:14px 0 0;\r\n  }\r\n  .sdm-about-copy{\r\n    padding-top:32px;   \/* NEW: aligns first line of copy with first line of the heading, per client's \"Align\" note *\/\r\n  }\r\n  .sdm-about-copy p{\r\n    font-size:1rem;\r\n    line-height:1.9;\r\n    color:#c9c7bd;\r\n    margin:0 0 22px;\r\n  }\r\n  .sdm-mission{\r\n    margin-top:8px;\r\n    padding:0;   \/* CHANGED: removed the boxed\/bordered card look, per reference *\/\r\n    border:none;\r\n    border-radius:0;\r\n    background:none;\r\n  }\r\n  .sdm-mission span{\r\n    display:block;\r\n    font-size:.7rem;\r\n    letter-spacing:.18em;\r\n    text-transform:uppercase;\r\n    color:var(--sdm-muted);\r\n    margin-bottom:10px;\r\n  }\r\n  .sdm-mission p{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:700;\r\n    text-transform:uppercase;   \/* CHANGED: was italic mixed-case, now bold uppercase per reference *\/\r\n    font-size:1.3rem;\r\n    color:var(--sdm-accent);\r\n    margin:0;\r\n  }\r\n\r\n  .sdm-works{ padding:20px 0 140px; border-top:1px solid var(--sdm-line); }\r\n  .sdm-works-head{\r\n    display:flex;\r\n    align-items:flex-start;   \/* CHANGED: description paragraph now aligns to the top of the heading, per client's \"Align top\" note *\/\r\n    justify-content:space-between;\r\n    gap:30px;\r\n    padding-top:110px;\r\n    margin-bottom:50px;\r\n    flex-wrap:wrap;\r\n  }\r\n  @media(max-width:860px){ .sdm-works-head{ padding-top:70px; } }\r\n  .sdm-works-head h2{\r\n    font-family:var(--sdm-serif);\r\n    font-size:clamp(1.7rem,3vw,2.3rem);\r\n    font-weight:600;\r\n    margin:14px 0 0;\r\n    max-width:16ch;\r\n  }\r\n  .sdm-works-head p{\r\n    font-size:.92rem;\r\n    line-height:1.8;\r\n    color:var(--sdm-muted);\r\n    max-width:320px;\r\n    margin:0;\r\n  }\r\n\r\n  .sdm-works-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(6,1fr);\r\n    grid-auto-rows:220px;\r\n    gap:18px;\r\n  }\r\n  .sdm-work{\r\n    position:relative;\r\n    border-radius:16px;\r\n    overflow:hidden;\r\n    border:1px solid var(--sdm-line);\r\n    background:var(--sdm-card);\r\n  }\r\n  .sdm-work--a{ grid-column:span 4; grid-row:span 2; }\r\n  .sdm-work--b{ grid-column:span 2; grid-row:span 1; }\r\n  .sdm-work--c{ grid-column:span 2; grid-row:span 1; }\r\n  .sdm-work--d{ grid-column:span 3; grid-row:span 1; }\r\n  .sdm-work--e{ grid-column:span 3; grid-row:span 1; }\r\n  @media(max-width:860px){\r\n    .sdm-works-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:200px; }\r\n    .sdm-work--a{ grid-column:span 2; grid-row:span 2; }\r\n    .sdm-work--b,.sdm-work--c,.sdm-work--d,.sdm-work--e{ grid-column:span 1; grid-row:span 1; }\r\n  }\r\n\r\n  .sdm-work img{\r\n    width:100%; height:100%;\r\n    object-fit:cover;\r\n    transform:scale(1.04);\r\n    filter:grayscale(.25) contrast(1.05);\r\n    transition:transform 1.1s cubic-bezier(.19,1,.22,1),\r\n               filter .6s ease;\r\n  }\r\n  .sdm-work:hover img{\r\n    transform:scale(1.12);\r\n    filter:grayscale(0) contrast(1.05);\r\n  }\r\n  .sdm-work::after{\r\n    content:'';\r\n    position:absolute; inset:0;\r\n    background:linear-gradient(180deg, rgba(20,20,20,0) 40%, rgba(20,20,20,.85) 100%);\r\n    pointer-events:none;\r\n  }\r\n  .sdm-work-tag{\r\n    position:absolute; left:18px; top:18px;\r\n    z-index:2;\r\n    font-size:.68rem;\r\n    letter-spacing:.14em;\r\n    text-transform:uppercase;\r\n    color:var(--sdm-text);\r\n    background:none;   \/* CHANGED: removed the white pill background, per \"I would remove this label or display it differently\" *\/\r\n    padding:0;\r\n    font-weight:600;\r\n  }\r\n  .sdm-work-caption{\r\n    position:absolute; left:20px; right:20px; bottom:18px;\r\n    z-index:2;\r\n  }\r\n  .sdm-work-caption h3{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:600;\r\n    font-size:1.15rem;\r\n    margin:0 0 2px;\r\n    color:var(--sdm-text);\r\n  }\r\n  .sdm-work-caption span{\r\n    font-size:.78rem;\r\n    color:var(--sdm-text);   \/* CHANGED: was muted grey \u2014 \"Do not use grey text over images, in order to improve readability\" *\/\r\n    opacity:.85;\r\n  }\r\n\r\n  .sdm-founders{ padding:20px 0 140px; border-top:1px solid var(--sdm-line); }\r\n  .sdm-founders-head{ text-align:center; max-width:640px; margin:0 auto 60px; padding-top:110px; }\r\n  .sdm-founders-head h2{\r\n    font-family:var(--sdm-serif);\r\n    font-size:clamp(1.7rem,3vw,2.3rem);\r\n    font-weight:600;\r\n    margin:14px 0 18px;\r\n  }\r\n  .sdm-founders-head p{\r\n    font-size:.95rem; line-height:1.85; color:var(--sdm-muted); margin:0;\r\n  }\r\n  @media(max-width:860px){ .sdm-founders-head{ padding-top:70px; } }\r\n\r\n  .sdm-founder-cards{\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:24px;\r\n    margin-bottom:44px;\r\n  }\r\n  @media(max-width:700px){ .sdm-founder-cards{ grid-template-columns:1fr; } }\r\n\r\n  .sdm-founder-card{\r\n    border:1px solid var(--sdm-line);\r\n    border-radius:16px;\r\n    background:var(--sdm-card);\r\n    padding:34px 30px;\r\n    transition:border-color .4s ease, transform .4s ease;\r\n  }\r\n  .sdm-founder-card:hover{ border-color:rgba(255,255,255,.25); transform:translateY(-2px); }\r\n  .sdm-founder-avatar{\r\n    width:56px; height:56px;\r\n    border-radius:50%;\r\n    display:flex; align-items:center; justify-content:center;\r\n    font-family:var(--sdm-serif);\r\n    font-weight:700;\r\n    font-size:1.05rem;\r\n    color:#141414;\r\n    background:var(--sdm-accent);\r\n    margin-bottom:22px;\r\n  }\r\n  .sdm-founder-card h3{\r\n    font-family:var(--sdm-serif);\r\n    font-size:1.3rem;\r\n    font-weight:600;\r\n    margin:0 0 4px;\r\n  }\r\n  .sdm-founder-role{\r\n    font-size:.78rem;\r\n    letter-spacing:.06em;\r\n    text-transform:uppercase;\r\n    color:var(--sdm-muted);\r\n    margin-bottom:18px;\r\n  }\r\n  .sdm-founder-chips{\r\n    display:flex; flex-wrap:wrap; gap:8px;\r\n  }\r\n  .sdm-founder-chips span{\r\n    font-size:.72rem;\r\n    color:var(--sdm-muted);\r\n    border:1px solid var(--sdm-line);\r\n    padding:5px 11px;\r\n    border-radius:999px;\r\n  }\r\n\r\n  .sdm-founders-bio{\r\n    max-width:760px;\r\n    margin:0 auto;\r\n    text-align:center;\r\n  }\r\n  .sdm-founders-bio p{\r\n    font-size:1rem;\r\n    line-height:1.9;\r\n    color:#c9c7bd;\r\n    margin:0 0 20px;\r\n  }\r\n  .sdm-founders-bio p:last-child{\r\n    font-family:var(--sdm-serif);\r\n    font-style:italic;\r\n    font-size:1.2rem;\r\n    color:var(--sdm-text);\r\n    margin-bottom:0;\r\n  }\r\n\r\n  .sdm-cta{\r\n    padding:100px 0 130px;\r\n    border-top:1px solid var(--sdm-line);\r\n  }\r\n  .sdm-cta-grid{\r\n    display:grid;\r\n    grid-template-columns:.9fr 1.1fr;\r\n    gap:60px;\r\n    align-items:start;   \/* CHANGED: left column now aligns to the top of the form card, per client's \"Align\" note *\/\r\n  }\r\n  @media(max-width:900px){\r\n    .sdm-cta-grid{ grid-template-columns:1fr; gap:44px; }\r\n  }\r\n\r\n  .sdm-cta-copy .sdm-eyebrow{ display:block; margin-bottom:18px; }\r\n  .sdm-cta-copy h2{\r\n    font-family:var(--sdm-serif);\r\n    font-size:clamp(1.9rem,4vw,2.7rem);\r\n    font-weight:600; line-height:1.25;\r\n    margin:0 0 20px;\r\n    max-width:14ch;\r\n  }\r\n  .sdm-cta-copy p{\r\n    font-size:.98rem;\r\n    line-height:1.85;\r\n    color:var(--sdm-muted);\r\n    max-width:44ch;\r\n    margin:0 0 30px;\r\n  }\r\n  .sdm-cta-points{\r\n    display:flex;\r\n    flex-direction:column;\r\n    gap:14px;\r\n  }\r\n  .sdm-cta-points div{\r\n    display:flex;\r\n    align-items:center;\r\n    gap:12px;\r\n    font-size:.9rem;\r\n    color:#c9c7bd;\r\n  }\r\n  .sdm-cta-points div svg{\r\n    width:18px; height:18px;\r\n    flex:none;\r\n    stroke:var(--sdm-accent);\r\n    fill:none;\r\n    stroke-width:2;\r\n    stroke-linecap:round;\r\n    stroke-linejoin:round;\r\n  }\r\n\r\n  .sdm-form-card{\r\n    position:relative;\r\n    border:1px solid var(--sdm-line);\r\n    border-radius:22px;\r\n    background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0) 55%), var(--sdm-card);\r\n    padding:38px 34px 34px;\r\n    overflow:hidden;\r\n  }\r\n  .sdm-form-card::before{\r\n    content:'';\r\n    position:absolute;\r\n    top:-80px; right:-80px;\r\n    width:220px; height:220px;\r\n    background:radial-gradient(circle, rgba(255,255,255,.1), transparent 70%);\r\n    pointer-events:none;\r\n  }\r\n  .sdm-form-head{\r\n    position:relative;\r\n    z-index:1;\r\n    margin-bottom:26px;\r\n  }\r\n  .sdm-form-head h3{\r\n    font-family:var(--sdm-serif);\r\n    font-weight:600;\r\n    font-size:1.35rem;\r\n    margin:0 0 6px;\r\n  }\r\n  .sdm-form-head span{\r\n    font-size:.85rem;\r\n    color:var(--sdm-muted);\r\n  }\r\n\r\n  .sdm-form{\r\n    position:relative;\r\n    z-index:1;\r\n    display:grid;\r\n    grid-template-columns:1fr 1fr;\r\n    gap:18px;\r\n  }\r\n  .sdm-form .sdm-field-full{ grid-column:1 \/ -1; }\r\n\r\n  .sdm-field label{\r\n    display:block;\r\n    font-size:.72rem;\r\n    letter-spacing:.08em;\r\n    text-transform:uppercase;\r\n    color:var(--sdm-muted);\r\n    margin-bottom:8px;\r\n    font-weight:500;\r\n  }\r\n  .sdm-field input,\r\n  .sdm-field select,\r\n  .sdm-field textarea{\r\n    width:100%;\r\n    background:rgba(255,255,255,.03);\r\n    border:1px solid var(--sdm-line);\r\n    border-radius:10px;\r\n    padding:13px 14px;\r\n    color:var(--sdm-text);\r\n    font-family:var(--sdm-sans);\r\n    font-size:.92rem;\r\n    outline:none;\r\n    transition:border-color .3s ease, background .3s ease, box-shadow .3s ease;\r\n  }\r\n  .sdm-field textarea{ resize:vertical; min-height:110px; }\r\n  .sdm-field input::placeholder,\r\n  .sdm-field textarea::placeholder{ color:#6f6d64; }\r\n  .sdm-field input:focus,\r\n  .sdm-field select:focus,\r\n  .sdm-field textarea:focus{\r\n    border-color:var(--sdm-accent);\r\n    background:rgba(255,255,255,.05);\r\n    box-shadow:0 0 0 3px rgba(255,255,255,.1);\r\n  }\r\n  .sdm-field select{\r\n    appearance:none;\r\n    background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%238f8c81' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'\/%3E%3C\/svg%3E\");\r\n    background-repeat:no-repeat;\r\n    background-position:right 14px center;\r\n    background-size:16px;\r\n    padding-right:36px;\r\n  }\r\n  .sdm-field select option{ background:#1c1c1c; color:#fff; }\r\n\r\n  .sdm-form-submit{\r\n    grid-column:1 \/ -1;\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    gap:10px;\r\n    width:100%;\r\n    background:var(--sdm-accent);\r\n    color:#141414;\r\n    font-weight:600;\r\n    font-size:.94rem;\r\n    padding:15px 24px;\r\n    border-radius:999px;\r\n    border:none;\r\n    cursor:pointer;\r\n    margin-top:6px;\r\n    transition:transform .25s, box-shadow .25s;\r\n  }\r\n  .sdm-form-submit:hover{ transform:translateY(-2px); box-shadow:0 10px 30px rgba(255,255,255,.18); }\r\n  .sdm-form-submit:disabled{ opacity:.6; cursor:not-allowed; transform:none; box-shadow:none; }\r\n  .sdm-form-submit svg{ width:16px; height:16px; stroke:#141414; transition:transform .25s; }\r\n  .sdm-form-submit:hover svg{ transform:translate(3px,-3px); }\r\n\r\n  .sdm-form-note{\r\n    grid-column:1 \/ -1;\r\n    text-align:center;\r\n    font-size:.72rem;\r\n    color:var(--sdm-muted);\r\n    margin-top:4px;\r\n  }\r\n\r\n  .sdm-form-status{\r\n    grid-column:1 \/ -1;\r\n    display:none;\r\n    text-align:center;\r\n    font-size:.85rem;\r\n    padding:12px 14px;\r\n    border-radius:10px;\r\n    border:1px solid rgba(255,255,255,.3);\r\n    background:rgba(255,255,255,.06);\r\n    color:var(--sdm-accent);\r\n  }\r\n  .sdm-form-status.sdm-show{ display:block; }\r\n  .sdm-form-status.sdm-error{\r\n    border-color:rgba(255,90,90,.4);\r\n    background:rgba(255,90,90,.08);\r\n    color:#ff9b9b;\r\n  }\r\n\r\n  @media(max-width:520px){\r\n    .sdm-form{ grid-template-columns:1fr; }\r\n    .sdm-form-card{ padding:30px 22px 26px; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"sdm-root\">\r\n\r\n  <section class=\"sdm-opening\">\r\n    <span class=\"sdm-eyebrow sdm-reveal\">MANIFIESTO<\/span>\r\n    <p class=\"sdm-quote sdm-reveal\">\r\n      <span class=\"sdm-line\">Las personas no recuerdan lo que ven.<\/span>\r\n      <span class=\"sdm-line sdm-line--accent\">Recuerdan c\u00f3mo les hizo sentir un lugar.<\/span>\r\n    <\/p>\r\n  <\/section>\r\n\r\n  <section class=\"sdm-manifesto\">\r\n    <div class=\"sdm-container\">\r\n\r\n      <p class=\"sdm-lede sdm-reveal\">El mundo ha cambiado. Hoy, las personas buscan lugares con car\u00e1cter, marcas con significado y experiencias que merezcan ser compartidas. Buscan historias por descubrir, espacios por explorar y momentos que permanecen en su memoria mucho despu\u00e9s de haberlos vivido.<\/p>\r\n\r\n      <div class=\"sdm-block sdm-reveal\">\r\n        <p class=\"sdm-standfirst sdm-standfirst--caps\">CREEMOS QUE EL ARTE TIENE EL PODER DE CREAR ESA DIFERENCIA.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-values-plain sdm-reveal\">\r\n        <p>COMO EMOCI\u00d3N.<\/p>\r\n        <p>COMO IDENTIDAD.<\/p>\r\n        <p>COMO CULTURA.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-block sdm-reveal\">\r\n        <p class=\"sdm-standfirst\">Por eso existe Standard Drift.<\/p>\r\n        <p>Unimos artistas con marcas, espacios y destinos para crear lugares que la gente quiera visitar, experiencias que quiera compartir e historias de las que quiera formar parte.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-closing sdm-reveal\">\r\n        <p>PORQUE LAS MARCAS M\u00c1S MEMORABLES NO SON LAS QUE HACEN M\u00c1S RUIDO.<br><span>SON LAS QUE LA GENTE NUNCA OLVIDA.<\/span><\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"sdm-about\">\r\n    <div class=\"sdm-container-wide\">\r\n      <div class=\"sdm-about-grid\">\r\n        <div class=\"sdm-reveal\">\r\n          <span class=\"sdm-eyebrow\">SOBRE STANDARD DRIFT<\/span>\r\n          <h2>Donde el arte contempor\u00e1neo se encuentra con el mundo comercial.<\/h2>\r\n        <\/div>\r\n        <div class=\"sdm-about-copy sdm-reveal\">\r\n          <p>Standard Drift es una plataforma creativa que conecta el arte contempor\u00e1neo con el mundo comercial.<\/p>\r\n          <p>A trav\u00e9s de una cuidada selecci\u00f3n de artistas, ayudamos a marcas de hospitality, retail, real estate y lujo a crear experiencias que transforman la forma en que las personas perciben, recuerdan y conectan con un lugar.<\/p>\r\n          <p>Ya sea un momento inolvidable, un lugar inolvidable o una marca inolvidable, nuestra misi\u00f3n sigue siendo la misma:<\/p>\r\n          <div class=\"sdm-mission\">\r\n            <span>NUESTRA MISI\u00d3N<\/span>\r\n            <p>CREAR AQUELLO QUE LA GENTE RECUERDA.<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- HIDDEN per client request (Rev 4): \"Hide this section. We'll re-activate it in the\r\n       future. But now we don't want to show it.\" Kept in the code, just not rendered. -->\r\n  <section class=\"sdm-works\" style=\"display:none;\">\r\n    <div class=\"sdm-container-wide\">\r\n      <div class=\"sdm-works-head sdm-reveal\">\r\n        <div>\r\n          <span class=\"sdm-eyebrow\">PROYECTOS SELECCIONADOS<\/span>\r\n          <h2>Arte integrado en los lugares donde la gente ya quiere estar.<\/h2>\r\n        <\/div>\r\n        <p>Una selecci\u00f3n de los espacios que hemos ayudado a transformar.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-works-grid\">\r\n        <a class=\"sdm-work sdm-work--a sdm-reveal\" href=\"#\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1531913764164-f85c52e6e654?q=80&w=1200&auto=format&fit=crop\" alt=\"Gallery wall installation in a hospitality space\" loading=\"lazy\">\r\n          <span class=\"sdm-work-tag\">HOSPITALITY<\/span>\r\n          <div class=\"sdm-work-caption\">\r\n            <h3>Instalaci\u00f3n art\u00edstica en lobby<\/h3>\r\n            <span>Hotel boutique \u2014 Madrid<\/span>\r\n          <\/div>\r\n        <\/a>\r\n        <a class=\"sdm-work sdm-work--b sdm-reveal\" href=\"#\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1554907984-15263bfd63bd?q=80&w=900&auto=format&fit=crop\" alt=\"Contemporary art gallery interior\" loading=\"lazy\">\r\n          <span class=\"sdm-work-tag\">RETAIL<\/span>\r\n          <div class=\"sdm-work-caption\">\r\n            <h3>Mural para flagship store<\/h3>\r\n            <span>Concept store \u2014 Barcelona<\/span>\r\n          <\/div>\r\n        <\/a>\r\n        <a class=\"sdm-work sdm-work--c sdm-reveal\" href=\"#\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1460661419201-fd4cecdf8a8b?q=80&w=900&auto=format&fit=crop\" alt=\"Sculptural art exhibit in a lobby\" loading=\"lazy\">\r\n          <span class=\"sdm-work-tag\">REAL ESTATE<\/span>\r\n          <div class=\"sdm-work-caption\">\r\n            <h3>Escultura para lobby<\/h3>\r\n            <span>Edificio residencial \u2014 Lisboa<\/span>\r\n          <\/div>\r\n        <\/a>\r\n        <a class=\"sdm-work sdm-work--d sdm-reveal\" href=\"#\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1578926375605-eaf7559b1458?q=80&w=900&auto=format&fit=crop\" alt=\"Art installation in a commercial space\" loading=\"lazy\">\r\n          <span class=\"sdm-work-tag\">LUJO<\/span>\r\n          <div class=\"sdm-work-caption\">\r\n            <h3>Intervenci\u00f3n art\u00edstica en atrio<\/h3>\r\n            <span>Boutique flagship \u2014 Mil\u00e1n<\/span>\r\n          <\/div>\r\n        <\/a>\r\n        <a class=\"sdm-work sdm-work--e sdm-reveal\" href=\"#\">\r\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1517457373958-b7bdd4587205?q=80&w=900&auto=format&fit=crop\" alt=\"Art gallery exhibition space\" loading=\"lazy\">\r\n          <span class=\"sdm-work-tag\">HOSPITALITY<\/span>\r\n          <div class=\"sdm-work-caption\">\r\n            <h3>Serie art\u00edstica para restaurante<\/h3>\r\n            <span>Alta gastronom\u00eda \u2014 Valencia<\/span>\r\n          <\/div>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"sdm-founders\">\r\n    <div class=\"sdm-container-wide\">\r\n      <div class=\"sdm-founders-head sdm-reveal\">\r\n        <span class=\"sdm-eyebrow\">LOS FUNDADORES<\/span>\r\n        <h2>Donde la estrategia de negocio se encuentra con la direcci\u00f3n creativa.<\/h2>\r\n        <p>Standard Drift fue fundada por Arantxa Beltr\u00e1n del Toro y Rub\u00e9n de Rodrigo Navarro.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-founder-cards\">\r\n        <div class=\"sdm-founder-card sdm-reveal\">\r\n          <div class=\"sdm-founder-avatar\">AB<\/div>\r\n          <h3>Arantxa Beltr\u00e1n del Toro<\/h3>\r\n          <div class=\"sdm-founder-role\">Business Direction<\/div>\r\n          <div class=\"sdm-founder-chips\">\r\n            <span>Google<\/span><span>Amazon<\/span><span>Domestika<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"sdm-founder-card sdm-reveal\">\r\n          <div class=\"sdm-founder-avatar\">RDR<\/div>\r\n          <h3>Rub\u00e9n de Rodrigo Navarro<\/h3>\r\n          <div class=\"sdm-founder-role\">DIRECCI\u00d3N CREATIVA<\/div>\r\n          <div class=\"sdm-founder-chips\">\r\n            <span>Inditex<\/span><span>Campa\u00f1as<\/span><span>Museos y dise\u00f1o de espacios<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"sdm-founders-bio sdm-reveal\">\r\n        <p>Tras desarrollar sus carreras en grandes compa\u00f1\u00edas tecnol\u00f3gicas y creativas, liderando campa\u00f1as globales y dise\u00f1ando espacios y museos, y unidos por una pasi\u00f3n compartida por la cultura y el dise\u00f1o de espacios, identificaron un cambio en la forma en que las personas conectan con las marcas.<\/p>\r\n        <p>Hoy, las marcas no se recuerdan por lo que dicen o anuncian, sino por lo que hacen vivir a las personas.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"sdm-cta\">\r\n    <div class=\"sdm-container-wide\">\r\n      <div class=\"sdm-cta-grid\">\r\n\r\n        <div class=\"sdm-cta-copy sdm-reveal\">\r\n          <span class=\"sdm-eyebrow\">CONTACTA CON NOSOTROS<\/span>\r\n          <h2>\u00bfPreparado para formar parte de lo que la gente recuerda?<\/h2>\r\n          <p>Cu\u00e9ntanos brevemente sobre tu espacio, marca o proyecto \u2014 hospitality, retail, real estate o lujo \u2014 y nuestro equipo se pondr\u00e1 en contacto contigo en un plazo de 48 horas.<\/p>\r\n          <div class=\"sdm-cta-points\">\r\n            <div><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg> Una cuidada selecci\u00f3n de artistas<\/div>\r\n            <div><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg> Direcci\u00f3n creativa integral<\/div>\r\n            <div><svg viewbox=\"0 0 24 24\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg> Proyectos en toda Europa<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"sdm-form-card sdm-reveal\" id=\"join-form\">\r\n          <div class=\"sdm-form-head\">\r\n            <h3>Hablemos de tu proyecto<\/h3>\r\n            <span>D\u00e9janos tus datos y nos pondremos en contacto contigo.<\/span>\r\n          <\/div>\r\n\r\n          <form class=\"sdm-form\" id=\"sdmContactForm\"\r\n                action=\"https:\/\/formsubmit.co\/ajax\/info@standarddrift.com\"\r\n                method=\"POST\">\r\n\r\n            <input type=\"hidden\" name=\"_subject\" value=\"New enquiry \u2014 Standard Drift website\">\r\n            <input type=\"hidden\" name=\"_captcha\" value=\"false\">\r\n            <input type=\"hidden\" name=\"_template\" value=\"table\">\r\n            <input type=\"text\" name=\"_honey\" style=\"display:none\" tabindex=\"-1\" autocomplete=\"off\">\r\n\r\n            <div class=\"sdm-field\">\r\n              <label for=\"sdmName\">NOMBRE COMPLETO<\/label>\r\n              <input type=\"text\" id=\"sdmName\" name=\"name\" placeholder=\"Tu nombre\" required>\r\n            <\/div>\r\n            <div class=\"sdm-field\">\r\n              <label for=\"sdmEmail\">EMAIL<\/label>\r\n              <input type=\"email\" id=\"sdmEmail\" name=\"email\" placeholder=\"tu@empresa.com\" required>\r\n            <\/div>\r\n            <div class=\"sdm-field\">\r\n              <label for=\"sdmPhone\">TEL\u00c9FONO<\/label>\r\n              <input type=\"tel\" id=\"sdmPhone\" name=\"phone\" placeholder=\"+92 300 0000000\">\r\n            <\/div>\r\n            <div class=\"sdm-field\">\r\n              <label for=\"sdmProject\">TIPO DE PROYECTO<\/label>\r\n              <select id=\"sdmProject\" name=\"project_type\">\r\n                <option value=\"\">Select one<\/option>\r\n                <option value=\"hospitality\">HOSPITALITY<\/option>\r\n                <option value=\"retail\">RETAIL<\/option>\r\n                <option value=\"real_estate\">REAL ESTATE<\/option>\r\n                <option value=\"luxury\">LUJO<\/option>\r\n                <option value=\"other\">Other<\/option>\r\n              <\/select>\r\n            <\/div>\r\n            <div class=\"sdm-field sdm-field-full\">\r\n              <label for=\"sdmMessage\">MENSAJE<\/label>\r\n              <textarea id=\"sdmMessage\" name=\"message\" placeholder=\"Cu\u00e9ntanos sobre tu espacio o proyecto...\" required><\/textarea>\r\n            <\/div>\r\n\r\n            <button type=\"submit\" class=\"sdm-form-submit\" id=\"sdmSubmitBtn\">\r\n              Enviar mensaje\r\n              <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M7 17L17 7M7 7h10v10\"\/><\/svg>\r\n            <\/button>\r\n\r\n            <div class=\"sdm-form-note\">Nunca compartiremos tus datos. Sin spam, nunca.<\/div>\r\n            <div class=\"sdm-form-status\" id=\"sdmFormStatus\">Thank you \u2014 your message has been sent. We'll be in touch soon.<\/div>\r\n          <\/form>\r\n        <\/div>\r\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n<\/div>\r\n\r\n<script>\r\n(function(){\r\n  const revealEls = document.querySelectorAll('.sdm-reveal');\r\n  const io = new IntersectionObserver((entries)=>{\r\n    entries.forEach(e=>{\r\n      if(e.isIntersecting){\r\n        e.target.classList.add('sdm-in');\r\n        io.unobserve(e.target);\r\n      }\r\n    });\r\n  },{threshold:.2});\r\n  let workIndex = 0;\r\n  revealEls.forEach((el)=>{\r\n    if(el.classList.contains('sdm-work')){\r\n      el.style.transitionDelay = (workIndex * 110) + 'ms';\r\n      workIndex++;\r\n    }\r\n    io.observe(el);\r\n  });\r\n\r\n  const form = document.getElementById('sdmContactForm');\r\n  const status = document.getElementById('sdmFormStatus');\r\n  const submitBtn = document.getElementById('sdmSubmitBtn');\r\n\r\n  if(form){\r\n    form.addEventListener('submit', function(e){\r\n      e.preventDefault();\r\n\r\n      submitBtn.disabled = true;\r\n\r\n      fetch(form.action, {\r\n        method: 'POST',\r\n        body: new FormData(form),\r\n        headers: { 'Accept': 'application\/json' }\r\n      })\r\n      .then(function(res){\r\n        if(!res.ok) throw new Error('Request failed');\r\n        status.textContent = \"Thank you \u2014 your message has been sent. We'll be in touch soon.\";\r\n        status.classList.remove('sdm-error');\r\n        status.classList.add('sdm-show');\r\n        form.reset();\r\n\r\n        setTimeout(function(){\r\n          status.classList.remove('sdm-show');\r\n        }, 120000);\r\n      })\r\n      .catch(function(){\r\n        status.textContent = \"Something went wrong sending your message. Please email us directly at info@standarddrift.com.\";\r\n        status.classList.add('sdm-error');\r\n        status.classList.add('sdm-show');\r\n      })\r\n      .finally(function(){\r\n        submitBtn.disabled = false;\r\n      });\r\n    });\r\n  }\r\n})();\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Manifesto \u2014 Standard Drift Manifesto People don&#8217;t remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-2193","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Manifesto \u2014 Standard Drift Manifesto People don&#039;t remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/standarddrift.com\/es\/manifesto\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Standard Drift - &quot;Art that transforms spaces, experiences and brands&quot;\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Manifesto - Standard Drift\" \/>\n\t\t<meta property=\"og:description\" content=\"Manifesto \u2014 Standard Drift Manifesto People don&#039;t remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/standarddrift.com\/es\/manifesto\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-20T13:38:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-09-22T12:01:09+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Manifesto - Standard Drift\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Manifesto \u2014 Standard Drift Manifesto People don&#039;t remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/standarddrift.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/#listItem\",\"name\":\"Manifesto\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/#listItem\",\"position\":2,\"name\":\"Manifesto\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/#organization\",\"name\":\"Standard Drift\",\"description\":\"\\\"Art that transforms spaces, experiences and brands\\\"\",\"url\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/#webpage\",\"url\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/\",\"name\":\"Manifesto - Standard Drift\",\"description\":\"Manifesto \\u2014 Standard Drift Manifesto People don't remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/manifesto\\\/#breadcrumblist\"},\"datePublished\":\"2026-08-20T13:38:04+00:00\",\"dateModified\":\"2026-09-22T12:01:09+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/\",\"name\":\"Standard Drift\",\"description\":\"\\\"Art that transforms spaces, experiences and brands\\\"\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/standarddrift.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Manifesto - Standard Drift","description":"Manifesto \u2014 Standard Drift Manifesto People don't remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after","canonical_url":"https:\/\/standarddrift.com\/es\/manifesto\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/standarddrift.com\/es\/manifesto\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/standarddrift.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/standarddrift.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/standarddrift.com\/es\/manifesto\/#listItem","name":"Manifesto"}},{"@type":"ListItem","@id":"https:\/\/standarddrift.com\/es\/manifesto\/#listItem","position":2,"name":"Manifesto","previousItem":{"@type":"ListItem","@id":"https:\/\/standarddrift.com\/es#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/standarddrift.com\/es\/#organization","name":"Standard Drift","description":"\"Art that transforms spaces, experiences and brands\"","url":"https:\/\/standarddrift.com\/es\/"},{"@type":"WebPage","@id":"https:\/\/standarddrift.com\/es\/manifesto\/#webpage","url":"https:\/\/standarddrift.com\/es\/manifesto\/","name":"Manifesto - Standard Drift","description":"Manifesto \u2014 Standard Drift Manifesto People don't remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/standarddrift.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/standarddrift.com\/es\/manifesto\/#breadcrumblist"},"datePublished":"2026-08-20T13:38:04+00:00","dateModified":"2026-09-22T12:01:09+00:00"},{"@type":"WebSite","@id":"https:\/\/standarddrift.com\/es\/#website","url":"https:\/\/standarddrift.com\/es\/","name":"Standard Drift","description":"\"Art that transforms spaces, experiences and brands\"","inLanguage":"es-ES","publisher":{"@id":"https:\/\/standarddrift.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"Standard Drift - &quot;Art that transforms spaces, experiences and brands&quot;","og:type":"article","og:title":"Manifesto - Standard Drift","og:description":"Manifesto \u2014 Standard Drift Manifesto People don't remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after","og:url":"https:\/\/standarddrift.com\/es\/manifesto\/","article:published_time":"2026-08-20T13:38:04+00:00","article:modified_time":"2026-09-22T12:01:09+00:00","twitter:card":"summary_large_image","twitter:title":"Manifesto - Standard Drift","twitter:description":"Manifesto \u2014 Standard Drift Manifesto People don't remember what they see. They remember how a place made them feel. The world has changed. Today, people are drawn to places with character, brands with meaning and experiences worth talking about. They seek stories to discover, spaces to explore and moments that stay with them long after"},"aioseo_meta_data":{"post_id":"2193","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-20 13:37:45","updated":"2026-09-22 12:51:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/standarddrift.com\/es\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tManifesto\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/standarddrift.com\/es"},{"label":"Manifesto","link":"https:\/\/standarddrift.com\/es\/manifesto\/"}],"_links":{"self":[{"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/pages\/2193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/comments?post=2193"}],"version-history":[{"count":26,"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/pages\/2193\/revisions"}],"predecessor-version":[{"id":2642,"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/pages\/2193\/revisions\/2642"}],"wp:attachment":[{"href":"https:\/\/standarddrift.com\/es\/wp-json\/wp\/v2\/media?parent=2193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}