{"id":709,"date":"2026-05-25T07:15:58","date_gmt":"2026-05-25T07:15:58","guid":{"rendered":"https:\/\/oneresponse.com\/staging\/?page_id=709"},"modified":"2026-05-26T04:15:46","modified_gmt":"2026-05-26T04:15:46","slug":"ready-response-team","status":"publish","type":"page","link":"https:\/\/oneresponse.com\/staging\/ready-response-team\/","title":{"rendered":"ready-response-team"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"709\" class=\"elementor elementor-709\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1802b7 e-flex e-con-boxed e-con e-parent\" data-id=\"f1802b7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-564ea14 elementor-widget elementor-widget-html\" data-id=\"564ea14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Ready Response Team \u2014 One Response<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --red: #d21e2d;\n    --red-dark: #a01520;\n    --bg: #0a0c0f;\n    --navy: #0e1217;\n    --stats-bg: #111722;\n    --border: #1a2030;\n    --white: #f4f5f6;\n    --body: #888888;\n    --body-light: #aaaaaa;\n  }\n  html { scroll-behavior: smooth; }\n  body { background: var(--bg); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 300; line-height: 1.6; overflow-x: hidden; }\n\n  \/* \u2500\u2500 BUTTONS \u2500\u2500 *\/\n  .btn-red { background: var(--red); color: #fff !important; font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 16px 32px; border: 2px solid var(--red); cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.1s; }\n  .btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); }\n  .btn-red:active { transform: scale(0.95); }\n  .btn-outline { background: transparent; color: #fff !important; font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 16px 32px; border: 2px solid rgba(255,255,255,0.4); cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.1s; }\n  .btn-outline:hover { background: var(--white); color: var(--bg) !important; border-color: var(--white); }\n  .btn-outline:active { transform: scale(0.95); }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative;\n    height: 100vh;\n    min-height: 600px;\n    overflow: hidden;\n    display: flex;\n    align-items: flex-end;\n  }\n  .hero-bg {\n    position: absolute;\n    inset: 0;\n    background-image: url('https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/Oxley-Asset-Lineup.jpg');\n    background-size: cover;\n    background-position: center;\n    animation: kenBurns 12s ease-out forwards;\n  }\n  @keyframes kenBurns {\n    0% { transform: scale(1.08); }\n    100% { transform: scale(1.0); }\n  }\n  .hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, rgba(10,12,15,0.2) 0%, rgba(10,12,15,0.5) 50%, rgba(10,12,15,0.92) 100%);\n  }\n  .hero-content {\n    position: relative;\n    z-index: 2;\n    padding: 0 80px 80px;\n    max-width: 900px;\n  }\n  .hero-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--red);\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .hero-label::before {\n    content: '';\n    display: inline-block;\n    width: 32px;\n    height: 2px;\n    background: var(--red);\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(64px, 8vw, 110px);\n    font-weight: 800;\n    text-transform: uppercase;\n    line-height: 0.92;\n    color: var(--white);\n    margin-bottom: 28px;\n  }\n  .hero h1 em {\n    color: var(--red);\n    font-style: normal;\n    display: block;\n  }\n  .hero-sub {\n    font-size: 17px;\n    color: var(--body-light);\n    max-width: 560px;\n    line-height: 1.7;\n    margin-bottom: 40px;\n  }\n  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }\n\n  \/* \u2500\u2500 STANDBY INDICATOR \u2500\u2500 *\/\n  .standby-bar {\n    background: var(--red);\n    padding: 16px 80px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    overflow: hidden;\n  }\n  .standby-dot {\n    width: 10px;\n    height: 10px;\n    background: #fff;\n    border-radius: 50%;\n    flex-shrink: 0;\n    animation: blink 1.2s ease-in-out infinite;\n  }\n  @keyframes blink {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.2; }\n  }\n  .standby-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.14em;\n    color: #fff;\n  }\n  .standby-ticker {\n    margin-left: auto;\n    font-size: 12px;\n    color: rgba(255,255,255,0.75);\n    font-weight: 500;\n    letter-spacing: 0.06em;\n  }\n\n  \/* \u2500\u2500 STATS \u2500\u2500 *\/\n  .stats-bar {\n    background: var(--stats-bg);\n    border-bottom: 1px solid var(--border);\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n  }\n  .stat-item { padding: 40px 48px; border-right: 1px solid var(--border); }\n  .stat-item:last-child { border-right: none; }\n  .stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 52px; font-weight: 700; color: var(--red); line-height: 1; margin-bottom: 8px; }\n  .stat-label { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); margin-bottom: 6px; }\n  .stat-desc { font-size: 13px; color: var(--body); line-height: 1.5; }\n\n  \/* \u2500\u2500 SECTION SHARED \u2500\u2500 *\/\n  .section-label { font-size: 11px; font-weight: 600; color: var(--red); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 16px; }\n  .divider {\n    width: 0;\n    height: 3px;\n    background: var(--red);\n    margin: 20px 0 32px;\n    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);\n  }\n  .divider.div-visible { width: 240px; }\n  .section-h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 52px; font-weight: 800; text-transform: uppercase; line-height: 1.0; color: #f4f5f6 !important; margin-bottom: 0; }\n\n  \/* \u2500\u2500 INTRO SECTION \u2500\u2500 *\/\n  .intro-section {\n    padding: 100px 80px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n    border-bottom: 1px solid var(--border);\n  }\n  .intro-content {}\n  .intro-desc { font-size: 16px; color: var(--body-light); line-height: 1.8; margin-bottom: 32px; }\n  .intro-quote {\n    border-left: 3px solid var(--red);\n    padding: 20px 28px;\n    background: var(--navy);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.4;\n    font-style: italic;\n  }\n  .intro-image {\n    position: relative;\n    overflow: hidden;\n    aspect-ratio: 4\/3;\n  }\n  .intro-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.6s ease;\n  }\n  .intro-image:hover img { transform: scale(1.04); }\n\n  \/* \u2500\u2500 CAPABILITY PILLARS \u2500\u2500 *\/\n  .pillars-section {\n    padding: 100px 80px;\n    background: var(--navy);\n    border-bottom: 1px solid var(--border);\n  }\n  .pillars-header {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: end;\n    margin-bottom: 60px;\n  }\n  .pillars-header p { font-size: 15px; color: var(--body); line-height: 1.8; }\n  .pillars-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2px;\n    background: var(--border);\n  }\n  .pillar-card {\n    background: var(--bg);\n    padding: 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .pillar-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 3px;\n    background: var(--red);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n  .pillar-card:hover::before { transform: scaleX(1); }\n  .pillar-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 48px;\n    font-weight: 800;\n    color: rgba(210,30,45,0.15);\n    line-height: 1;\n    margin-bottom: 16px;\n  }\n  .pillar-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--white);\n    margin-bottom: 12px;\n    line-height: 1.1;\n  }\n  .pillar-desc { font-size: 13px; color: var(--body); line-height: 1.7; }\n\n  \/* \u2500\u2500 ASSETS SECTION \u2500\u2500 *\/\n  .assets-section {\n    padding: 100px 80px;\n    border-bottom: 1px solid var(--border);\n  }\n  .assets-header { margin-bottom: 60px; max-width: 640px; }\n  .assets-header p { font-size: 15px; color: var(--body); line-height: 1.8; margin-top: 16px; }\n  .assets-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr;\n    grid-template-rows: auto auto;\n    gap: 4px;\n  }\n  .asset-img {\n    overflow: hidden;\n    position: relative;\n  }\n  .asset-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s ease, filter 0.4s ease;\n  }\n  .asset-img:hover img { transform: scale(1.05); filter: brightness(1.1); }\n  .asset-img-large { grid-row: 1 \/ 3; aspect-ratio: unset; min-height: 500px; }\n  .asset-img-sm { aspect-ratio: 4\/3; }\n  .asset-caption {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    padding: 16px 20px;\n    background: linear-gradient(0deg, rgba(10,12,15,0.9) 0%, transparent 100%);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.7);\n  }\n\n  \/* \u2500\u2500 DEPLOYMENT SECTION \u2500\u2500 *\/\n  .deployment-section {\n    padding: 100px 80px;\n    background: var(--navy);\n    border-bottom: 1px solid var(--border);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n  .deployment-image { overflow: hidden; aspect-ratio: 4\/3; }\n  .deployment-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }\n  .deployment-image:hover img { transform: scale(1.04); }\n  .deployment-steps { }\n  .step {\n    display: grid;\n    grid-template-columns: 48px 1fr;\n    gap: 20px;\n    padding: 28px 0;\n    border-bottom: 1px solid var(--border);\n    align-items: start;\n  }\n  .step:first-child { padding-top: 0; }\n  .step:last-child { border-bottom: none; }\n  .step-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 32px;\n    font-weight: 800;\n    color: var(--red);\n    line-height: 1;\n  }\n  .step-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .step-desc { font-size: 13px; color: var(--body); line-height: 1.6; }\n\n  \/* \u2500\u2500 WHO SECTION \u2500\u2500 *\/\n  .who-section {\n    padding: 100px 80px;\n    border-bottom: 1px solid var(--border);\n  }\n  .who-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n    margin-top: 60px;\n  }\n  .who-card {\n    background: var(--navy);\n    padding: 48px 40px;\n    position: relative;\n  }\n  .who-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 40px;\n    width: 0;\n    height: 2px;\n    background: var(--red);\n    transition: width 0.5s ease;\n  }\n  .who-card:hover::after { width: calc(100% - 80px); }\n  .who-icon {\n    width: 40px; height: 3px;\n    background: var(--red);\n    margin-bottom: 28px;\n  }\n  .who-card h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: var(--white);\n    margin-bottom: 16px;\n  }\n  .who-card p { font-size: 14px; color: var(--body); line-height: 1.7; }\n\n  \/* \u2500\u2500 CTA SECTION \u2500\u2500 *\/\n  .cta-section {\n    padding: 120px 80px;\n    text-align: center;\n    position: relative;\n    background: var(--bg);\n    overflow: hidden;\n  }\n  .cta-section::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 50%; transform: translateX(-50%);\n    width: 1px; height: 60px;\n    background: var(--red);\n  }\n  .cta-h2 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 64px;\n    font-weight: 800;\n    text-transform: uppercase;\n    color: #f4f5f6 !important;\n    margin-bottom: 20px;\n    line-height: 1;\n  }\n  .cta-sub { font-size: 16px; color: var(--body); max-width: 520px; margin: 0 auto 40px; line-height: 1.7; }\n  .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }\n  .cta-phone {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 52px;\n    font-weight: 700;\n    color: var(--red) !important;\n    letter-spacing: 0.05em;\n    display: inline-block;\n    text-decoration: none;\n    opacity: 0;\n    animation: phoneZoom 0.6s ease-out 1.8s forwards, phonePulse 2.5s ease-in-out 3s infinite;\n    transition: color 0.2s;\n  }\n  .cta-phone:hover { color: var(--white) !important; animation: none; transform: scale(1.05); }\n  @keyframes phoneZoom {\n    0% { transform: scale(0.6); opacity: 0; }\n    70% { transform: scale(1.08); opacity: 1; }\n    100% { transform: scale(1); opacity: 1; }\n  }\n  @keyframes phonePulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.04); }\n  }\n  .cta-emergency { font-size: 12px; color: rgba(255,255,255,0.35); margin-top: 24px; letter-spacing: 0.04em; }\n  .cta-emergency strong { color: rgba(255,255,255,0.6); }\n\n  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  .or-anim { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }\n  .or-fade-up { transform: translateY(40px); }\n  .or-fade-left { transform: translateX(-40px); }\n  .or-fade-right { transform: translateX(40px); }\n  .or-anim.or-visible { opacity: 1; transform: none; }\n  .or-stagger-1 { transition-delay: 0.1s; }\n  .or-stagger-2 { transition-delay: 0.2s; }\n  .or-stagger-3 { transition-delay: 0.3s; }\n  .or-stagger-4 { transition-delay: 0.4s; }\n\n  @media (max-width: 900px) {\n    .hero-content { padding: 0 32px 60px; }\n    .stats-bar { grid-template-columns: 1fr 1fr; }\n    .stat-item { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }\n    .intro-section, .deployment-section { grid-template-columns: 1fr; padding: 60px 32px; gap: 40px; }\n    .pillars-section, .assets-section, .who-section, .cta-section { padding: 60px 32px; }\n    .pillars-header { grid-template-columns: 1fr; gap: 20px; }\n    .pillars-grid { grid-template-columns: 1fr 1fr; }\n    .assets-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }\n    .asset-img-large { grid-row: auto; min-height: 280px; grid-column: 1 \/ -1; }\n    .who-grid { grid-template-columns: 1fr; }\n    .standby-bar { padding: 14px 32px; }\n    .cta-phone { font-size: 36px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-overlay\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-label or-anim or-fade-up\">Highest Readiness Element<\/div>\n    <h1 class=\"or-anim or-fade-up or-stagger-1\">\n      Ready Response\n      <em>Team.<\/em>\n    <\/h1>\n    <p class=\"hero-sub or-anim or-fade-up or-stagger-2\">\n      Personnel pre-briefed. Assets pre-positioned. Command integration established. When the call comes \u2014 the response is already in motion.\n    <\/p>\n    <div class=\"hero-btns or-anim or-fade-up or-stagger-3\">\n      <a href=\"?page_id=712\" class=\"btn-red\">Activate Now \u2192<\/a>\n      <a href=\"?page_id=705\" class=\"btn-outline\">View Full Capability \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STANDBY BAR \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"standby-bar\">\n  <div class=\"standby-dot\"><\/div>\n  <div class=\"standby-text\">Standing By Right Now \u2014 24\/7 Activated Readiness<\/div>\n  <div class=\"standby-ticker\">+61 1300 396 570<\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 STATS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"stats-bar\">\n  <div class=\"stat-item or-anim or-fade-up or-stagger-1\">\n    <div class=\"stat-num\">24\/7<\/div>\n    <div class=\"stat-label\">Round-the-Clock<\/div>\n    <div class=\"stat-desc\">No delay between notification and mobilisation \u2014 ever<\/div>\n  <\/div>\n  <div class=\"stat-item or-anim or-fade-up or-stagger-2\">\n    <div class=\"stat-num\">3<\/div>\n    <div class=\"stat-label\">Domains Active<\/div>\n    <div class=\"stat-desc\">Air, ground and water assets available from a single activation<\/div>\n  <\/div>\n  <div class=\"stat-item or-anim or-fade-up or-stagger-3\">\n    <div class=\"stat-num\">&lt;1hr<\/div>\n    <div class=\"stat-label\">Mobilisation Time<\/div>\n    <div class=\"stat-desc\">Pre-positioned assets ready to roll on confirmation<\/div>\n  <\/div>\n  <div class=\"stat-item or-anim or-fade-up or-stagger-4\">\n    <div class=\"stat-num\">AU<\/div>\n    <div class=\"stat-label\">National Reach<\/div>\n    <div class=\"stat-desc\">Deployable anywhere in Australia including remote and maritime environments<\/div>\n  <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 INTRO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"intro-section\">\n  <div class=\"intro-content or-anim or-fade-left\">\n    <div class=\"section-label\">What is the RRT<\/div>\n    <h2 class=\"section-h2\">The Highest-Readiness Element<\/h2>\n    <div class=\"divider\" data-divider><\/div>\n    <p class=\"intro-desc\">\n      The Ready Response Team is not a call centre or a booking service. It is One Response's highest-readiness operational element \u2014 a standing capability with assets staged, personnel briefed, and command structures already in place before an event occurs.\n    <\/p>\n    <p class=\"intro-desc\">\n      Unlike conventional emergency contractors who mobilise after activation, the RRT operates on a pre-event posture. Intelligence is gathered. Risk profiles are assessed. Assets are moved into position. When the trigger comes, the team is already at the threshold \u2014 not the starting line.\n    <\/p>\n    <div class=\"intro-quote\">\n      \"When the call comes, the response is already in motion.\"\n    <\/div>\n  <\/div>\n  <div class=\"intro-image or-anim or-fade-right\">\n    <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/2026\/05\/IMG_0237.jpg\" alt=\"Ready Response Team Briefing\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1080px; --smush-placeholder-aspect-ratio: 1080\/1350;\">\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CAPABILITY PILLARS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"pillars-section\">\n  <div class=\"pillars-header\">\n    <div class=\"or-anim or-fade-left\">\n      <div class=\"section-label\">Core Capability<\/div>\n      <h2 class=\"section-h2\">Four Pillars of Readiness<\/h2>\n      <div class=\"divider\" data-divider><\/div>\n    <\/div>\n    <p class=\"or-anim or-fade-right\">The RRT is structured around four core readiness pillars \u2014 each independently deployable, collectively unmatched. No other private entity in Australia maintains this level of sustained, multi-domain operational readiness.<\/p>\n  <\/div>\n  <div class=\"pillars-grid\">\n    <div class=\"pillar-card or-anim or-fade-up or-stagger-1\">\n      <div class=\"pillar-num\">01<\/div>\n      <div class=\"pillar-title\">24\/7 Standby<\/div>\n      <p class=\"pillar-desc\">Round-the-clock availability with no delay between notification and mobilisation. Duty officers are contactable at all times. There is no after-hours answering service \u2014 there is a person, ready.<\/p>\n    <\/div>\n    <div class=\"pillar-card or-anim or-fade-up or-stagger-2\">\n      <div class=\"pillar-num\">02<\/div>\n      <div class=\"pillar-title\">Multi-Domain<\/div>\n      <p class=\"pillar-desc\">Air, ground, and water assets are available from a single activation point. The RRT draws on the full One Response network \u2014 helicopters, Unimog, swiftwater teams, UAV, and boat rescue \u2014 under one command.<\/p>\n    <\/div>\n    <div class=\"pillar-card or-anim or-fade-up or-stagger-3\">\n      <div class=\"pillar-num\">03<\/div>\n      <div class=\"pillar-title\">Command-Ready<\/div>\n      <p class=\"pillar-desc\">Incident command infrastructure is deployable as a standalone capability. The RRT arrives with its own command structure, communications, and decision-making framework \u2014 integrating seamlessly with agency operations.<\/p>\n    <\/div>\n    <div class=\"pillar-card or-anim or-fade-up or-stagger-4\">\n      <div class=\"pillar-num\">04<\/div>\n      <div class=\"pillar-title\">National Reach<\/div>\n      <p class=\"pillar-desc\">Deployable anywhere in Australia, including remote, offshore, and maritime environments. The RRT has operated in cyclone-impacted zones, remote flood corridors, and complex urban emergency settings.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 ASSETS \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"assets-section\">\n  <div class=\"assets-header or-anim or-fade-up\">\n    <div class=\"section-label\">Deployed Assets<\/div>\n    <h2 class=\"section-h2\">Pre-Positioned.<br>Mission-Ready.<\/h2>\n    <div class=\"divider\" data-divider><\/div>\n    <p>Every asset in the RRT inventory is maintained in a deployable state. No cold-start delays. No equipment sourcing. When the team moves, it moves complete.<\/p>\n  <\/div>\n  <div class=\"assets-grid\">\n    <div class=\"asset-img asset-img-large or-anim or-fade-left\">\n      <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/Oxley-Asset-Lineup.jpg\" alt=\"One Response Asset Lineup\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 814px; --smush-placeholder-aspect-ratio: 814\/425;\">\n      <div class=\"asset-caption\">Full Asset Lineup \u2014 Oxley Base<\/div>\n    <\/div>\n    <div class=\"asset-img asset-img-sm or-anim or-fade-up or-stagger-1\">\n      <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/Unimog_014-scaled.jpg\" alt=\"Unimog Ground Asset\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1486;\">\n      <div class=\"asset-caption\">Unimog \u2014 Ground Response<\/div>\n    <\/div>\n    <div class=\"asset-img asset-img-sm or-anim or-fade-up or-stagger-2\">\n      <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/thermal-aerial-overview-scaled.jpg\" alt=\"Drone Thermal Surveillance\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1440;\">\n      <div class=\"asset-caption\">UAV \u2014 Thermal Surveillance<\/div>\n    <\/div>\n    <div class=\"asset-img asset-img-sm or-anim or-fade-up or-stagger-3\">\n      <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/2026\/05\/080A8566.jpg\" alt=\"Flood Water Operations\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1350px; --smush-placeholder-aspect-ratio: 1350\/1080;\">\n      <div class=\"asset-caption\">Water \u2014 Flood Operations<\/div>\n    <\/div>\n    <div class=\"asset-img asset-img-sm or-anim or-fade-up or-stagger-4\">\n      <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/Group-74-5-1-1.png\" alt=\"Ready Response Assets\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 860px; --smush-placeholder-aspect-ratio: 860\/719;\">\n      <div class=\"asset-caption\">Multi-Domain Asset Package<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HOW WE DEPLOY \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"deployment-section\">\n  <div class=\"deployment-image or-anim or-fade-left\">\n    <img decoding=\"async\" data-src=\"https:\/\/oneresponse.com\/staging\/wp-content\/uploads\/2026\/05\/080A8566.jpg\" alt=\"Flood Response Operations\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1350px; --smush-placeholder-aspect-ratio: 1350\/1080;\">\n  <\/div>\n  <div class=\"deployment-steps or-anim or-fade-right\">\n    <div class=\"section-label\">How It Works<\/div>\n    <h2 class=\"section-h2\">From Call<br>to Deployed<\/h2>\n    <div class=\"divider\" data-divider><\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">01<\/div>\n      <div>\n        <div class=\"step-title\">Single Activation Call<\/div>\n        <p class=\"step-desc\">One call to +61 1300 396 570 initiates the full RRT response protocol. A duty officer answers \u2014 not a voicemail.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">02<\/div>\n      <div>\n        <div class=\"step-title\">Rapid Assessment<\/div>\n        <p class=\"step-desc\">Within minutes, the operations team assesses the situation, confirms asset availability and begins mobilisation sequencing.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">03<\/div>\n      <div>\n        <div class=\"step-title\">Asset Mobilisation<\/div>\n        <p class=\"step-desc\">Pre-positioned assets are dispatched. Air, ground, and water elements activate in parallel \u2014 not in sequence.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-num\">04<\/div>\n      <div>\n        <div class=\"step-title\">Command Integration<\/div>\n        <p class=\"step-desc\">On arrival, the RRT integrates with your incident command structure \u2014 or deploys its own if none is established.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 WHO WE WORK WITH \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"who-section\">\n  <div class=\"or-anim or-fade-up\" style=\"max-width:700px;\">\n    <div class=\"section-label\">Who We Work With<\/div>\n    <h2 class=\"section-h2\">A Service Pathway<br>for Every Client<\/h2>\n    <div class=\"divider\" data-divider><\/div>\n    <p style=\"font-size:15px; color:var(--body); line-height:1.8;\">Whether you are a government agency, a business assessing risk, or a community seeking resilience support \u2014 One Response has a structured engagement pathway for you.<\/p>\n  <\/div>\n  <div class=\"who-grid\">\n    <div class=\"who-card or-anim or-fade-up or-stagger-1\">\n      <div class=\"who-icon\"><\/div>\n      <h3>Government &amp; Defence<\/h3>\n      <p>Federal, state, and local government agencies requiring a pre-vetted, contract-ready private emergency capability. RRT integrates with existing agency frameworks and operates under established command structures.<\/p>\n    <\/div>\n    <div class=\"who-card or-anim or-fade-up or-stagger-2\">\n      <div class=\"who-icon\"><\/div>\n      <h3>Industry &amp; Enterprise<\/h3>\n      <p>Businesses in high-risk sectors \u2014 mining, energy, construction, maritime \u2014 requiring a standby emergency response capability that goes beyond what workplace health and safety frameworks alone can provide.<\/p>\n    <\/div>\n    <div class=\"who-card or-anim or-fade-up or-stagger-3\">\n      <div class=\"who-icon\"><\/div>\n      <h3>Events &amp; Communities<\/h3>\n      <p>Large-scale events, remote communities, and vulnerable populations seeking a credentialled, multi-domain emergency response partner with proven deployment history in Australian conditions.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta-section\">\n  <div class=\"section-label or-anim or-fade-up\" style=\"text-align:center; justify-content:center; display:flex; align-items:center; gap:10px;\">\n    <span style=\"display:inline-block; width:24px; height:1px; background:var(--red);\"><\/span>\n    Activate the RRT\n    <span style=\"display:inline-block; width:24px; height:1px; background:var(--red);\"><\/span>\n  <\/div>\n  <h2 class=\"cta-h2 or-anim or-fade-up or-stagger-1\">Ready to Work<br><span style=\"color:var(--red);\">Together?<\/span><\/h2>\n  <p class=\"cta-sub or-anim or-fade-up or-stagger-2\">Whether you are a government agency, a business assessing risk, or a community seeking resilience support \u2014 One Response has a service pathway for you. Reach out and we will respond.<\/p>\n  <div class=\"cta-btns or-anim or-fade-up or-stagger-3\">\n    <a href=\"?page_id=712\" class=\"btn-red\">Send a Partnership Enquiry \u2192<\/a>\n    <a href=\"?page_id=707\" class=\"btn-outline\">Government &amp; Defence \u2192<\/a>\n  <\/div>\n  <a href=\"tel:+611300396570\" class=\"cta-phone\">+61 1300 396 570<\/a>\n  <div class=\"cta-emergency\">\n    <strong>For life-threatening emergencies, dial 000 immediately.<\/strong><br>\n    One Response \u2014 Australia's Unified Emergency Response Capability\n  <\/div>\n<\/section>\n\n<script>\n  \/\/ Scroll animations\n  const obs = new IntersectionObserver((entries) => {\n    entries.forEach(e => { if (e.isIntersecting) e.target.classList.add('or-visible'); });\n  }, { threshold: 0.1 });\n  document.querySelectorAll('.or-anim').forEach(el => obs.observe(el));\n\n  \/\/ Hero fires immediately\n  document.querySelectorAll('.hero .or-anim').forEach(el => {\n    setTimeout(() => el.classList.add('or-visible'), 100);\n  });\n\n  \/\/ Divider animations\n  const divObs = new IntersectionObserver((entries) => {\n    entries.forEach(e => {\n      if (e.isIntersecting) { e.target.classList.add('div-visible'); divObs.unobserve(e.target); }\n    });\n  }, { threshold: 0.5 });\n  document.querySelectorAll('[data-divider]').forEach(el => divObs.observe(el));\n\n  \/\/ Live clock in standby bar\n  const ticker = document.querySelector('.standby-ticker');\n  if (ticker) {\n    setInterval(() => {\n      const now = new Date();\n      const time = now.toLocaleTimeString('en-AU', { hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false, timeZone: 'Australia\/Brisbane' });\n      ticker.textContent = `AEST ${time} \u2014 +61 1300 396 570`;\n    }, 1000);\n  }\n<\/script>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ready Response Team \u2014 One Response Highest Readiness Element Ready Response Team. Personnel pre-briefed. Assets pre-positioned. Command integration established. When the call comes \u2014 the response is already in motion. Activate Now \u2192 View Full Capability \u2192 Standing By Right Now \u2014 24\/7 Activated Readiness +61 1300 396 570 24\/7 Round-the-Clock No delay between notification [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-709","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/pages\/709","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/comments?post=709"}],"version-history":[{"count":7,"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/pages\/709\/revisions"}],"predecessor-version":[{"id":1215,"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/pages\/709\/revisions\/1215"}],"wp:attachment":[{"href":"https:\/\/oneresponse.com\/staging\/wp-json\/wp\/v2\/media?parent=709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}