/* OzSportsDirect closure page — standalone, with no external dependencies. */
:root {
  color-scheme: light;
  --navy: #193e52;
  --navy-deep: #143446;
  --orange: #ec8735;
  --paper: #f8f7f3;
  --text: #45545d;
  --line: #dcded9;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 12px; padding: 8px 20px; background: white; color: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-top: 5px solid var(--orange); border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 111px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: block; width: 420px; max-width: 70%; height: auto; }
.header-contact { color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-contact span { margin-left: 12px; font-size: 22px; }
.header-contact:hover { text-decoration: underline; }
.announcement { display: flex; align-items: center; gap: 11px; padding-top: 33px; font-size: 13px; font-weight: 600; color: var(--navy); }
.status-dot { flex: 0 0 7px; height: 7px; border-radius: 50%; background: #b76324; }
.main-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 80px; align-items: start; padding: 44px 0 53px; }
.eyebrow { margin: 0; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; color: var(--navy); }
h1, h2, p { margin-top: 0; }
.farewell { container-type: inline-size; min-width: 0; }
h1 { margin: 17px 0 25px; font-size: clamp(24px, 10cqi, 62px); line-height: 1.08; letter-spacing: -.045em; color: var(--navy); font-weight: 800; }
h1 span { color: var(--orange); white-space: nowrap; }
.short-rule { width: 46px; height: 3px; margin: 30px 0 25px; background: var(--orange); }
.farewell h2 { margin-bottom: 10px; color: var(--navy); font-size: 17px; line-height: 1.55; }
.farewell > p:not(.eyebrow) { max-width: 490px; margin-bottom: 0; }
strong { color: var(--navy); font-weight: 700; }
.store-card { position: relative; overflow: hidden; padding: 30px 36px 0; background: var(--navy); color: #e1e9ec; border-radius: 4px; box-shadow: 0 14px 30px #193e5210; }
.store-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.store-card .eyebrow { color: #ffc087; }
.arrow-mark { font-size: 32px; line-height: 1; color: var(--orange); }
.store-card h2 { margin-bottom: 22px; color: white; font-size: 40px; line-height: 1.14; letter-spacing: -1.2px; }
.ebay-name { color: #ffa65f; }
.store-card > p { font-size: 15px; line-height: 1.8; margin-bottom: 25px; }
.store-button { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 57px; padding: 12px 21px; margin-bottom: 16px; background: var(--orange); border: 1px solid transparent; border-radius: 3px; color: #152f3d; font-size: 16px; font-weight: 700; text-decoration: none; transition: background-color .15s ease; }
.store-button span { font-size: 25px; line-height: 1; }
.store-button:hover { background: #ffab66; }
.store-card > .store-note { font-size: 12px; line-height: 1.7; color: #d1dde2; margin: 0 0 28px; }
.card-footer { display: flex; align-items: center; gap: 12px; margin-inline: -36px; padding: 17px 36px; border-top: 1px solid #ffffff1a; background: var(--navy-deep); font-size: 12px; color: #dae4e8; }
.small-chevron { flex: 0 0 8px; width: 8px; height: 8px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); transform: rotate(45deg); }
.thank-you-message { margin-top: 22px; }
.thank-you-message > p:first-child { max-width: 600px; font-size: 15px; margin-bottom: 16px; }
.signature { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 0; }
.signature span { display: block; margin-top: 1px; color: var(--text); font-size: 12px; font-weight: 400; }
.contact { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact > p:nth-child(2) { margin: 0; font-size: 17px; color: var(--navy); }
.contact a { color: var(--navy); font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.contact a span { display: inline-block; margin-left: 8px; }
.site-footer { border-top: 1px solid var(--line); font-size: 11px; color: #607079; }
.footer-branding { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 24px; }
.footer-logo { display: block; width: 260px; max-width: 100%; height: auto; }
.site-footer p { margin-bottom: 0; }
@media (min-width: 1500px) { .main-grid { padding-top: 56px; padding-bottom: 62px; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  .main-grid { gap: 38px; grid-template-columns: 1fr 1fr; }
  .store-card { padding: 28px 28px 0; }
  .store-card h2 { font-size: 35px; }
  .card-footer { margin-inline: -28px; padding-inline: 28px; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 88px; }
  .logo { width: 380px; max-width: 100%; }
  .header-contact { display: none; }
  .announcement { padding-top: 24px; align-items: baseline; gap: 8px; font-size: 12px; line-height: 1.6; }
  .main-grid { grid-template-columns: 1fr; gap: 32px; padding: 31px 0 34px; }
  .farewell > p:not(.eyebrow) { max-width: none; }
  .short-rule { margin: 24px 0 21px; }
  .store-card h2 { font-size: 38px; }
  .contact { justify-content: flex-start; gap: 8px 18px; }
  .contact a { flex-basis: 100%; }
  .footer-branding { flex-direction: column; align-items: flex-start; gap: 16px; padding-block: 22px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
