{"id":127,"date":"2024-02-23T12:04:06","date_gmt":"2024-02-23T12:04:06","guid":{"rendered":"https:\/\/gamedaycsc.com\/?page_id=127"},"modified":"2025-12-04T10:26:24","modified_gmt":"2025-12-04T15:26:24","slug":"coachs-corner","status":"publish","type":"page","link":"https:\/\/gamedaycsc.com\/index.php\/coachs-corner\/","title":{"rendered":"Coach&#8217;s Corner"},"content":{"rendered":"\n<h6 class=\"wp-block-heading\"><\/h6>\n\n\n\n<style>\n  \/* ============================\n     GAME DAY \u2013 COACH'S CORNER v2\n     (interactive, no parallax)\n  ============================= *\/\n  .gd-cc2-section {\n    --gd-bg: #05060a;\n    --gd-gold: #d9b563;\n    --gd-text: #ffffff;\n    --gd-muted: #b8bcc8;\n\n    background-color: var(--gd-bg);\n    color: var(--gd-text);\n    padding: 56px 16px 72px;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n\n  .gd-cc2-inner {\n    max-width: 1120px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n  }\n\n  \/* TOP: LOGO + INTRO *\/\n  .gd-cc2-header {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);\n    gap: 28px;\n    align-items: center;\n  }\n\n  .gd-cc2-logo-block {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .gd-cc2-logo-block img {\n    max-width: 360px;\n    width: 100%;\n    height: auto;\n    display: block;\n    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.7));\n    transition: transform 220ms ease-out;\n  }\n\n  .gd-cc2-logo-block img:hover {\n    transform: translateY(-4px);\n  }\n\n  .gd-cc2-intro {\n    padding: 22px 24px;\n    border-radius: 18px;\n    background: radial-gradient(circle at top left, rgba(217, 181, 99, 0.14), transparent 55%),\n                rgba(10, 12, 20, 0.98);\n    border: 1px solid rgba(217, 181, 99, 0.32);\n    box-shadow:\n      0 20px 60px rgba(0, 0, 0, 0.7),\n      0 0 0 1px rgba(255, 255, 255, 0.02);\n  }\n\n  .gd-cc2-tagline {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gd-muted);\n    margin-bottom: 10px;\n  }\n\n  .gd-cc2-tagline span {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .gd-cc2-tagline span::before {\n    content: \"\";\n    width: 32px;\n    height: 1.5px;\n    border-radius: 999px;\n    background: linear-gradient(90deg, rgba(217, 181, 99, 0.9), transparent);\n  }\n\n  .gd-cc2-intro p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--gd-muted);\n    margin: 0;\n  }\n\n  \/* INTERACTIVE GALLERY STRIP *\/\n  .gd-cc2-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .gd-cc2-gallery figure {\n    position: relative;\n    margin: 0;\n    border-radius: 14px;\n    overflow: hidden;\n    background: #11131b;\n    cursor: default;\n    transition: transform 200ms ease-out, box-shadow 200ms ease-out;\n  }\n\n  .gd-cc2-gallery img {\n    width: 100%;\n    height: 100%;\n    max-height: 360px;\n    object-fit: cover;\n    display: block;\n    transition: transform 260ms ease-out, filter 260ms ease-out, opacity 260ms ease-out;\n    opacity: 0.96;\n  }\n\n  .gd-cc2-gallery figure::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      to top,\n      rgba(5, 6, 10, 0.8) 0%,\n      rgba(5, 6, 10, 0) 60%\n    );\n    opacity: 0.8;\n    mix-blend-mode: multiply;\n    pointer-events: none;\n  }\n\n  .gd-cc2-gallery-badge {\n    position: absolute;\n    left: 14px;\n    bottom: 14px;\n    padding: 6px 10px;\n    border-radius: 999px;\n    border: 1px solid rgba(217, 181, 99, 0.8);\n    background: rgba(5, 6, 10, 0.9);\n    font-size: 10px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--gd-gold);\n  }\n\n  .gd-cc2-gallery figure:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75);\n  }\n\n  .gd-cc2-gallery figure:hover img {\n    transform: scale(1.05);\n    filter: saturate(1.15) contrast(1.08);\n  }\n\n  \/* SAFETY + VALUES (INTERACTIVE CARDS) *\/\n  .gd-cc2-main {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr);\n    gap: 32px;\n  }\n\n  .gd-cc2-main h3 {\n    font-family: \"Oswald\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    font-size: 14px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gd-gold);\n    margin: 0 0 8px;\n  }\n\n  .gd-cc2-main p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--gd-muted);\n    margin: 0 0 16px;\n  }\n\n  .gd-cc2-values-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .gd-cc2-value-card {\n    background: #11131b;\n    border-radius: 14px;\n    padding: 16px 16px 14px;\n    border: 1px solid rgba(217, 181, 99, 0.35);\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--gd-muted);\n    transition: transform 200ms ease-out, box-shadow 200ms ease-out, border-color 200ms ease-out;\n  }\n\n  .gd-cc2-value-card strong {\n    display: block;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    color: var(--gd-text);\n    margin-bottom: 6px;\n  }\n\n  .gd-cc2-value-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);\n    border-color: rgba(217, 181, 99, 0.8);\n  }\n\n  \/* FINAL BLOCK *\/\n  .gd-cc2-footer {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);\n    gap: 24px;\n    align-items: center;\n  }\n\n  .gd-cc2-footer p {\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--gd-muted);\n    margin: 0;\n  }\n\n  .gd-cc2-footer img {\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n    display: block;\n    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7);\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 899px) {\n    .gd-cc2-header,\n    .gd-cc2-main,\n    .gd-cc2-footer {\n      grid-template-columns: minmax(0, 1fr);\n    }\n  }\n\n  @media (max-width: 720px) {\n    .gd-cc2-section {\n      padding: 40px 16px 56px;\n    }\n\n    .gd-cc2-inner {\n      gap: 32px;\n    }\n\n    .gd-cc2-gallery {\n      grid-template-columns: minmax(0, 1fr);\n    }\n\n    .gd-cc2-values-grid {\n      grid-template-columns: minmax(0, 1fr);\n    }\n  }\n<\/style>\n\n<section class=\"gd-cc2-section\">\n  <div class=\"gd-cc2-inner\">\n\n    <!-- TOP: LOGO + INTRO TEXT -->\n    <div class=\"gd-cc2-header\">\n      <div class=\"gd-cc2-logo-block\">\n        <img decoding=\"async\" src=\"https:\/\/gamedaycsc.com\/wp-content\/uploads\/2025\/12\/6A3CBD91-411C-4D79-AE51-68A0B967F1D7.png\" alt=\"Coach's Corner\">\n      <\/div>\n\n      <div class=\"gd-cc2-intro\">\n        <div class=\"gd-cc2-tagline\">\n          <span>GAME DAY COMPETITIVE SPORTS CAMP \u00b7 COACH\u2019S CORNER<\/span>\n        <\/div>\n        <p>\n          Join us at GameDay Competitive Sports Camp for our daily Coach\u2019s Corner sessions, where we delve into essential values for both athletic and personal growth. Explore the importance of hard work, being a supportive teammate, and showing respect to others, regardless of differences. Discover the significance of making wise choices and prioritizing self-care through nutrition and healthy habits. Uncover the power of gratitude, recognizing the sacrifices of loved ones and appreciating what we have. At GameDay, we\u2019re committed to empowering young athletes to thrive in sports and beyond. Join us on this journey to success.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- INTERACTIVE GALLERY STRIP WITH NEW PHOTOS -->\n    <div class=\"gd-cc2-gallery\">\n      <figure>\n        <img decoding=\"async\" src=\"https:\/\/gamedaycsc.com\/wp-content\/uploads\/2025\/12\/MediahillGameDayHockey-136-683x1024.jpg\" alt=\"\">\n        <div class=\"gd-cc2-gallery-badge\">On-ice focus<\/div>\n      <\/figure>\n      <figure>\n        <img decoding=\"async\" src=\"https:\/\/gamedaycsc.com\/wp-content\/uploads\/2025\/12\/IMG_7897-1024x683.jpg\" alt=\"\">\n        <div class=\"gd-cc2-gallery-badge\">Bench vision<\/div>\n      <\/figure>\n      <figure>\n        <img decoding=\"async\" src=\"https:\/\/gamedaycsc.com\/wp-content\/uploads\/2025\/12\/MediahillGameDayHockey-129-1-683x1024.jpg\" alt=\"\">\n        <div class=\"gd-cc2-gallery-badge\">Coach &amp; player<\/div>\n      <\/figure>\n    <\/div>\n\n    <!-- SAFETY TEXT + INTERACTIVE VALUES CARDS -->\n    <div class=\"gd-cc2-main\">\n      <div>\n        <h3>Safety &amp; camp environment<\/h3>\n        <p>\n          As parents entrusting our children to attend summer camps, we understand the importance of ensuring their safety and well-being. To address this, we&#8217;ve meticulously selected our counselors over the past year, ensuring they undergo thorough screening checks and clearances, including vulnerable sector police checks.\n        <\/p>\n        <p>\n          We believe that structured environments with hands-on instruction foster the most enjoyable experiences for our campers. However, fun must be accompanied by responsibility and accountability. We expect all campers to adhere to simple yet crucial rules:\n        <\/p>\n      <\/div>\n\n      <div>\n        <div class=\"gd-cc2-values-grid\">\n          <div class=\"gd-cc2-value-card\">\n            <strong>Demonstrate Good Sportsmanship<\/strong>\n            Encourage fair play, respect for opponents, and acceptance of victory or defeat graciously.\n          <\/div>\n          <div class=\"gd-cc2-value-card\">\n            <strong>Show Respect to Peers and Coaches<\/strong>\n            Treat fellow campers and staff with kindness, consideration, and courtesy at all times.\n          <\/div>\n          <div class=\"gd-cc2-value-card\">\n            <strong>Follow Expectations of Being a Good Athlete<\/strong>\n            Display dedication, perseverance, and a positive attitude towards learning and improving skills.\n          <\/div>\n          <div class=\"gd-cc2-value-card\">\n            <strong>Be a Good Teammate<\/strong>\n            Collaborate, support, and encourage fellow campers, fostering a sense of camaraderie and unity within the group.\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- FINAL STATEMENT + EXISTING IMAGE -->\n    <div class=\"gd-cc2-footer\">\n      <p>\n        It&#8217;s imperative that every child understands and upholds these fundamental principles. In cases where a child consistently fails to adhere to these rules, regrettably, they will be asked to leave the camp. We believe in maintaining a safe, respectful, and enjoyable environment for all participants, and adherence to these guidelines is essential in achieving that goal.\n      <\/p>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>GAME DAY COMPETITIVE SPORTS CAMP \u00b7 COACH\u2019S CORNER Join us at GameDay Competitive Sports Camp for our daily Coach\u2019s Corner sessions, where we delve into essential values for both athletic and personal growth. Explore the importance of hard work, being a supportive teammate, and showing respect to others, regardless of differences. Discover the significance of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/pages\/127"}],"collection":[{"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/comments?post=127"}],"version-history":[{"count":23,"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/pages\/127\/revisions"}],"predecessor-version":[{"id":1132,"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/pages\/127\/revisions\/1132"}],"wp:attachment":[{"href":"https:\/\/gamedaycsc.com\/index.php\/wp-json\/wp\/v2\/media?parent=127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}