@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Shilla_CultureB-Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: rgb(253, 253, 238);
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
}

.landing-container {
    max-width: 800px;
    margin: 1rem auto;
    padding: 1rem 2rem;
    display: grid;
    gap: 2rem;
}

.hero-section {
    padding: 0.5rem;
    text-align: center;
    margin-bottom: 0;
}

.hero-section h1 {
    margin: 0;
    font-size: 1.25rem;
    color: #000000;
}

.hero-text {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
    color: #515154;
}

.services-title {
    text-align: start;
    margin-bottom: 2rem;
}

.services-title h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.service-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

.service-card h2 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.service-card p {
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.season-label {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #ffe91f;
    color: rgb(4, 1, 17);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.site-footer {
    text-align: center;
    padding: 0.5rem;
    margin-top: -1rem;
    color: #333;
    font-size: 0.75rem;
}

.site-footer a {
    color: #333;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer p {
    margin: 0.25rem 0;
}

.center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    text-align: center;
    padding: 0 1rem;
}

h1 {
    font-family: 'SBAggroB', sans-serif;
    font-size: 2rem;
    margin: 0;
    color: #201500;
}