/*
Theme Name: Bombbada Classic
Theme URI: https://bombbada.com/
Author: Bombbada
Description: Classic PHP-based WordPress theme
Version: 1.0
*/
/* ===============================
   Reset / Base (modern)
================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* ===============================
   Font Faces
================================ */
@font-face {
  font-family: 'Laviossa';
  src: url('assets/fonts/LaviossaMedium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('assets/fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('assets/fonts/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('assets/fonts/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('assets/fonts/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('assets/fonts/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rebecca';
  src: url('assets/fonts/EF_Rebecca.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  position: relative;
  font-family: var(--font-body);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  transform: translateX(-50%);
}
.header__nav .menu {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.header__nav a {
  display: block;
  font-size: 20px;
  padding: 20px;
  letter-spacing: 0.02em;
  color: var(--color-muted);
  text-transform: uppercase;
}

.main {
  text-align: center;
}
.main .hero {
  aspect-ratio: 1/0.625;
  color: var(--hero-text, var(--color-primary));
}
.main__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main__kicker {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.7;
}
.main__title {
  font-family: var(--font-title);
  font-size: 100px;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 40px 0 10px;
}
.main__desc {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 24px;
}
.main__btn {
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--hero-btn);
  padding: 17px 35px;
}

.footer {
  background: #111521;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 0;
}
.footer__copyright {
  font-family: 'Prentedard', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.4);
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.footer__link a {
  font-family: 'Prentedard', system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.4);
}

.about {
  background: #111521;
}
.about__hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #fff;
  aspect-ratio: 1/0.46875;
  background: radial-gradient(ellipse at center, rgb(26, 35, 51) 0%, rgb(17, 21, 33) 50%, rgb(17, 21, 33) 100%);
}
.about__hero h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3;
}
.about__hero h2 strong {
  font-weight: 700;
}
.about__hero > p {
  font-size: 30px;
  font-weight: 300;
  margin: 30px 0 40px;
}
.about__hero small {
  font-family: 'Pretendard', system-ui, sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #9ca3af;
}
.about__hero small:before {
  content: '';
  display: block;
  width: 64px;
  height: 1px;
  background: #b7c3e2;
  margin: 0 auto 40px;
}
.about__section .section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 100px 40px;
  margin: 0 auto;
}
.about__section .section .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  gap: 32px 0;
}
.about__section .section .text span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #b7c3e2;
}
.about__section .section .text h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}
.about__section .section .text p {
  font-size: 18px;
  line-height: 1.6;
  color: #9ca3af;
  word-break: keep-all;
}
.about__section .section figure {
  width: 46%;
  aspect-ratio: 1/1;
}
.about__section .section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__keywords {
  padding: 120px 8%;
}
.about__keywords ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 0 80px;
}
.about__keywords ul h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 24px;
}
.about__keywords ul p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #6b7280;
}
