@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://craiova.ro/_next/static/media/651aaf1801011892-s.p.357dd_6abeqge.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://craiova.ro/_next/static/media/75affa71d1e2f6a7-s.p.17-aodiw50953.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --civic-paper: #f3f2f2;
  --civic-surface: #eae9e9;
  --civic-ink: #201e1d;
  --civic-brand: #ec3013;
  --civic-brand-strong: #dd2b0f;
  --civic-brand-deep: #ae1800;
  --civic-brand-dark: #7c1405;
  --civic-brand-wash: #fff2ef;
  --civic-brand-soft: #ffe0d9;
  --civic-rule: color-mix(in srgb, #201e1d 40%, transparent);
  --civic-muted: #6f6c6b;
  --civic-font: var(--font-archivo, "Archivo"), system-ui, sans-serif;
}

@theme inline {
  --color-paper: var(--civic-paper);
  --color-surface: var(--civic-surface);
  --color-ink: var(--civic-ink);
  --color-brand: var(--civic-brand);
  --color-brand-strong: var(--civic-brand-strong);
  --color-brand-deep: var(--civic-brand-deep);
  --color-brand-dark: var(--civic-brand-dark);
  --color-brand-wash: var(--civic-brand-wash);
  --color-brand-soft: var(--civic-brand-soft);
  --color-rule: var(--civic-rule);
  --color-muted: var(--civic-muted);
  --color-accent: var(--civic-brand-deep);
  --font-display: var(--civic-font);
  --font-body: var(--civic-font);
  --font-ui: var(--civic-font);
}

body {
  background: var(--civic-paper);
  color: var(--civic-ink);
  font-family: var(--civic-font);
  font-size: 15px;
  line-height: 1.55;
}

::selection {
  background: color-mix(in srgb, var(--civic-brand) 30%, transparent);
}

:focus-visible {
  outline: 2px solid var(--civic-brand);
  outline-offset: 2px;
}

.craiova-shell,
.craiova-shell *,
.craiova-shell *::before,
.craiova-shell *::after {
  box-sizing: border-box;
}

.craiova-shell {
  color: var(--civic-ink);
  font-family: var(--civic-font);
  line-height: 1.55;
}

.craiova-shell a {
  color: inherit;
  text-decoration: none;
}

.craiova-shell button {
  font: inherit;
}

.craiova-shell [hidden] {
  display: none !important;
}

.craiova-shell__frame {
  margin-inline: auto;
  max-width: 1340px;
  padding-inline: clamp(16px, 3.5vw, 44px);
  width: 100%;
}

.craiova-shell__topline {
  border-bottom: 1px solid var(--civic-rule);
}

.craiova-shell__topline-inner {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 4px 18px;
  padding-bottom: 8px;
  padding-top: 7px;
  color: color-mix(in srgb, var(--civic-ink) 60%, transparent);
  font-variant-numeric: tabular-nums;
}

.craiova-shell__today {
  color: var(--civic-ink);
  font-weight: 600;
}

.craiova-shell__stats {
  margin-left: auto;
}

.craiova-shell__header {
  background: var(--civic-paper);
  position: sticky;
  top: 0;
  z-index: 1200;
}

.craiova-shell__header-row {
  align-items: center;
  border-bottom: 2px solid var(--civic-rule);
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  min-height: 64px;
}

.craiova-shell__home {
  margin-right: auto;
}

.craiova-wordmark {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.craiova-wordmark__bars {
  align-items: end;
  display: flex;
  gap: 2px;
  height: 19px;
}

.craiova-wordmark__bars i {
  background: var(--civic-brand);
  display: block;
  width: 3px;
}

.craiova-wordmark__bars i:nth-child(1) { height: 8px; }
.craiova-wordmark__bars i:nth-child(2) { height: 13px; }
.craiova-wordmark__bars i:nth-child(3) { height: 19px; }

.craiova-wordmark__text {
  font-size: clamp(19px, 2.1vw, 23px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
}

.craiova-wordmark__text span {
  color: var(--civic-brand);
}

.craiova-shell__desktop-nav {
  align-items: center;
  display: none;
  gap: clamp(12px, 1.45vw, 22px);
}

.craiova-shell__desktop-nav a,
.craiova-shell__desktop-nav button {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  line-height: 1;
  padding: 7px 0;
  white-space: nowrap;
}

.craiova-shell__desktop-nav a:hover,
.craiova-shell__desktop-nav button:hover,
.craiova-shell__desktop-nav [aria-current="page"] {
  border-color: var(--civic-brand);
  color: var(--civic-brand-deep);
}

.craiova-shell__search,
.craiova-shell__menu-button,
.craiova-shell__menu-heading button {
  align-items: center;
  border: 1px solid var(--civic-rule);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  white-space: nowrap;
}

.craiova-shell__search:hover {
  background: var(--civic-brand);
  border-color: var(--civic-brand);
  color: var(--civic-paper);
}

.craiova-shell__menu-button,
.craiova-shell__menu-heading button {
  background: var(--civic-ink);
  border-color: var(--civic-ink);
  color: var(--civic-paper);
  cursor: pointer;
}

.craiova-shell__sections {
  background: var(--civic-surface);
  border-bottom: 2px solid var(--civic-rule);
}

.craiova-shell__sections-inner {
  padding-bottom: 26px;
  padding-top: 22px;
}

.craiova-shell__sections-heading {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.craiova-shell__sections-heading h2,
.craiova-shell__mobile-sections-title,
.craiova-shell__footer-column h2 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.craiova-shell__sections-heading button {
  background: transparent;
  border: 0;
  color: var(--civic-brand-deep);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.craiova-shell__sections ul,
.craiova-shell__mobile-sections,
.craiova-shell__footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.craiova-shell__sections ul {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.craiova-shell__sections li,
.craiova-shell__mobile-sections li,
.craiova-shell__footer-column li {
  border-top: 1px solid var(--civic-rule);
}

.craiova-shell__sections li a {
  align-items: baseline;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.25;
  padding: 11px 0;
}

.craiova-shell__sections li a:hover,
.craiova-shell__mobile-sections a:hover,
.craiova-shell__mobile-meta a:hover,
.craiova-shell__footer a:hover {
  color: var(--civic-brand-deep);
}

.craiova-shell__sections li a span {
  color: color-mix(in srgb, var(--civic-ink) 50%, transparent);
  font-size: 12px;
  font-weight: 400;
}

.craiova-shell__menu {
  background: var(--civic-paper);
  inset: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 2200;
}

.craiova-shell__menu-heading {
  align-items: center;
  border-bottom: 2px solid var(--civic-rule);
  display: flex;
  min-height: 64px;
}

.craiova-shell__menu-heading .craiova-wordmark {
  margin-right: auto;
}

.craiova-shell__mobile-nav {
  padding: 14px 0 8px;
}

.craiova-shell__mobile-nav a {
  border-bottom: 1px solid var(--civic-rule);
  display: block;
  font-size: clamp(26px, 7vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  padding: 15px 0;
}

.craiova-shell__mobile-nav a[aria-current="page"] {
  color: var(--civic-brand-deep);
}

.craiova-shell__mobile-sections-title {
  color: color-mix(in srgb, var(--civic-ink) 60%, transparent);
  margin: 18px 0 6px;
}

.craiova-shell__mobile-sections {
  display: grid;
  gap: 0 24px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 26px;
}

.craiova-shell__mobile-sections a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0;
}

.craiova-shell__mobile-meta {
  border-top: 2px solid var(--civic-rule);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 22px;
  padding: 16px 0 40px;
}

.craiova-shell__mobile-meta a {
  color: var(--civic-brand-deep);
}

.craiova-shell__footer {
  background: var(--civic-paper);
  border-top: 2px solid var(--civic-rule);
  margin-top: clamp(30px, 4vw, 56px);
}

.craiova-shell__footer-inner {
  padding-bottom: clamp(30px, 4vw, 52px);
  padding-top: clamp(26px, 3.4vw, 44px);
}

.craiova-shell__footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 3vw, 48px);
}

.craiova-shell__footer-about {
  flex: 1.4 1 280px;
  min-width: 0;
}

.craiova-shell__footer-about > a {
  display: inline-block;
  margin-bottom: 12px;
}

.craiova-shell__footer-about p {
  color: color-mix(in srgb, var(--civic-ink) 70%, transparent);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 14px;
  max-width: 44ch;
}

.craiova-shell__footer-about .craiova-shell__outlets {
  color: color-mix(in srgb, var(--civic-ink) 55%, transparent);
  font-size: 12px;
  margin: 0;
  max-width: none;
}

.craiova-shell__footer-column {
  flex: 1 1 170px;
  min-width: 0;
}

.craiova-shell__footer-column h2 {
  color: color-mix(in srgb, var(--civic-ink) 60%, transparent);
  margin-bottom: 10px;
}

.craiova-shell__footer-column a {
  align-items: baseline;
  display: flex;
  font-size: 13.5px;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.35;
  padding: 9px 0;
}

.craiova-shell__footer-column a span:last-child {
  color: color-mix(in srgb, var(--civic-ink) 45%, transparent);
}

.craiova-shell__legal {
  border-top: 2px solid var(--civic-rule);
  color: color-mix(in srgb, var(--civic-ink) 55%, transparent);
  font-size: 12px;
  line-height: 1.6;
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  max-width: 82ch;
  padding-top: 14px;
}

@media (max-width: 767px) {
  .craiova-shell__stats,
  .craiova-shell__tagline {
    display: none;
  }

  .craiova-shell__search {
    font-size: 0;
    min-width: 44px;
    padding: 0;
  }

  .craiova-shell__search svg {
    height: 18px;
    width: 18px;
  }
}

@media (min-width: 1120px) {
  .craiova-shell__desktop-nav { display: flex; }
  .craiova-shell__menu-button { display: none; }
}

@media (max-width: 1119px) {
  .craiova-shell__menu-button { display: inline-flex; }
}
