:root {
  --background: hsl(38 35% 96%);
  --foreground: hsl(25 15% 15%);
  --card: hsl(38 30% 93%);
  --primary: hsl(25 45% 25%);
  --primary-foreground: hsl(38 35% 96%);
  --secondary: hsl(38 25% 88%);
  --muted-foreground: hsl(25 10% 45%);
  --accent: hsl(28 65% 45%);
  --accent-foreground: hsl(38 35% 96%);
  --border: hsl(35 20% 85%);
  --shadow-elevated: 0 12px 40px -12px hsl(25 30% 30% / 0.18);
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  line-height: 1.5;
}

.notice-banner {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: linear-gradient(90deg, hsl(28 65% 45%), hsl(25 55% 40%));
  color: hsl(38 35% 96%);
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px hsl(25 30% 30% / 0.18);
}

.site {
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(100% - 3rem, 1280px);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: end;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 20%, hsl(46 85% 66% / 0.2), transparent 45%),
    radial-gradient(circle at 20% 70%, hsl(201 66% 58% / 0.14), transparent 50%);
  mix-blend-mode: screen;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.06) brightness(0.95);
  transform: none;
}

.hero-overlay {
  background: linear-gradient(
    to top,
    hsl(25 15% 15% / 0.8),
    hsl(25 15% 15% / 0.3),
    transparent
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 8rem 0 4rem;
  color: var(--primary-foreground);
}

.hero-content h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(3.2rem, 9vw, 8rem);
  line-height: 0.9;
  margin: 0 0 1.5rem;
}

.hero-copy {
  max-width: 36rem;
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  color: hsl(38 35% 96% / 0.85);
  margin: 0;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.section {
  padding: 6rem 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--accent);
}

.eyebrow.light {
  color: hsl(38 35% 96% / 0.7);
  letter-spacing: 0.25em;
}

.section-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.about-copy h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
}

.about-copy p {
  margin: 0 0 1rem;
  color: var(--muted-foreground);
  font-size: 1.1rem;
}

.about-copy .signature {
  margin-top: 1.5rem;
  color: var(--foreground);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.35rem;
}

.about-visual {
  position: relative;
  min-height: 22rem;
}

.about-main-image,
.about-float-image {
  border-radius: 1rem;
  box-shadow: var(--shadow-elevated);
  object-fit: cover;
}

.about-main-image {
  width: 100%;
  height: 22rem;
}

.about-float-image {
  position: absolute;
  width: 12rem;
  height: 12rem;
  left: -2rem;
  bottom: -2rem;
  border: 4px solid var(--background);
}

.section-hours {
  background: var(--secondary);
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.hours-list {
  border-radius: 0.75rem;
}

.hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.75rem;
  border-bottom: 1px solid var(--border);
  border-radius: 0.65rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hours-row.today {
  background: hsl(28 65% 45% / 0.1);
  border-color: hsl(28 65% 45% / 0.3);
}

.hours-day {
  font-weight: 500;
}

.hours-day.today,
.hours-time.today {
  color: var(--accent);
}

.hours-time.closed {
  color: var(--muted-foreground);
  font-style: italic;
}

.location-col {
  display: grid;
  gap: 2.5rem;
}

.location-map {
  width: 100%;
  height: 250px;
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  margin-bottom: 1rem;
}

.location-map .leaflet-control-zoom {
  border: 0;
  box-shadow: 0 8px 24px hsl(25 30% 30% / 0.18);
  border-radius: 0.75rem;
  overflow: hidden;
}

.location-map .leaflet-control-zoom a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: var(--foreground);
  border: 0;
}

.location-map .leaflet-control-zoom a:hover {
  background: hsl(38 35% 96%);
}

.location-map .leaflet-tile-pane {
  filter: saturate(0.72) brightness(0.82) contrast(0.9);
}

.location-map .leaflet-control-attribution {
  background: hsl(38 35% 96% / 0.72);
  color: hsl(25 10% 35% / 0.85);
  font-size: 0.62rem;
  line-height: 1.2;
  padding: 0.15rem 0.35rem;
  border-top-left-radius: 0.45rem;
  backdrop-filter: blur(2px);
}

.location-map .leaflet-control-attribution a {
  color: hsl(25 20% 28% / 0.85);
}

.location-map .leaflet-control-attribution:hover {
  background: hsl(38 35% 96% / 0.9);
}

.location-block {
  display: inline-block;
  text-decoration: none;
  margin-top: 0.25rem;
}

.location-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--foreground);
  transition: color 0.2s ease;
}

.location-sub {
  margin: 0.15rem 0 0;
  color: var(--muted-foreground);
  font-size: 1.1rem;
  transition: color 0.2s ease;
}

.location-block:hover .location-title {
  color: var(--accent);
}

.location-block:hover .location-sub {
  color: hsl(28 65% 45% / 0.8);
}

.phone-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--accent);
  text-decoration: none;
  font-size: 1.1rem;
}

.phone-link:hover {
  text-decoration: underline;
}

.muted {
  color: var(--muted-foreground);
  margin: 0 0 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 2rem;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.btn.small {
  padding: 0.75rem 1.5rem;
}

.btn-primary {
  background: var(--accent);
  color: var(--accent-foreground);
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-ghost {
  border: 1px solid hsl(38 35% 96% / 0.3);
  color: var(--primary-foreground);
}

.btn-ghost:hover {
  background: hsl(38 35% 96% / 0.1);
}

.section-vacancies {
  padding-top: 2rem;
}

.vacancies-card {
  display: grid;
  gap: 1.5rem;
  background: linear-gradient(135deg, hsl(38 30% 93%), hsl(38 35% 96%));
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-elevated);
  padding: 2rem;
}

.vacancies-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 1.1;
}

.vacancies-copy p {
  margin: 0 0 1rem;
  color: var(--muted-foreground);
  font-size: 1.05rem;
  max-width: 44rem;
}

.vacancies-list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.vacancy-card {
  background: hsl(38 35% 96%);
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vacancy-card:hover {
  box-shadow: 0 6px 24px hsl(25 30% 30% / 0.12);
  transform: translateY(-2px);
}

.vacancy-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.2;
}

.vacancy-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.vacancy-location-icon {
  width: 16px;
  height: 16px;
  background: hsl(38 35% 96%);
  border-radius: 50%;
  position: relative;
}

.vacancy-location {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted-foreground);
  font-weight: 500;
}

.vacancy-description {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.95rem;
  line-height: 1.5;
}

.vacancy-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: hsl(28 65% 45% / 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.vacancy-link {
  align-self: flex-start;
  margin-top: 0.5rem;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.vacancy-link:hover {
  color: var(--primary);
}

.vacancies-empty {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.95rem;
  line-height: 1.5;
}

.vacancies-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vacancies-contact {
  display: grid;
  gap: 0.6rem;
}

.copy-email-feedback {
  margin: 0;
  min-height: 1.5rem;
  color: var(--muted-foreground);
  font-size: 0.92rem;
}

.footer {
  background: var(--primary);
  color: var(--primary-foreground);
  padding: 4rem 0;
}

.footer h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 2rem;
}

.footer-sub {
  margin: 0;
  color: hsl(38 35% 96% / 0.6);
  font-size: 0.95rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social a {
  text-decoration: none;
  color: hsl(38 35% 96% / 0.7);
  font-size: 0.9rem;
}

.footer-social a:hover {
  color: var(--primary-foreground);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(38 35% 96% / 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: hsl(38 35% 96% / 0.4);
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: reveal 0.9s ease-out forwards;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 900px) {
  .section-about {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
  }

  .grid-two {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }

  .vacancies-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .section-vacancies {
    padding-top: 3rem;
  }

  .vacancies-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 1.5rem, 1280px);
  }

  .about-float-image {
    display: none;
  }

  .hero-content {
    padding-top: 6.5rem;
  }

  .location-map {
    height: 210px;
  }

  .vacancies-card {
    padding: 1.35rem;
  }

  .vacancies-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .vacancy-card {
    padding: 1.2rem;
  }

  .vacancies-actions {
    justify-content: flex-start;
  }
}
