.elsie-swash-caps-regular {
  font-family: "Elsie Swash Caps", serif;
  font-weight: 400;
  font-style: normal;
}

.elsie-swash-caps-black {
  font-family: "Elsie Swash Caps", serif;
  font-weight: 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --r: #DC143C;
  --b: #000;
  --w: #FFF;
  --g: #888;
  --t: cubic-bezier(.4, 0, .2, 1);
  --s: clamp(1.1rem, 2vw, 1.3rem);
  --m: clamp(1.3rem, 2.6vw, 1.6rem);
  --l: clamp(2rem, 4vw, 2.6rem);
  --x: clamp(2.6rem, 6.5vw, 4.5rem);
  --z: clamp(4rem, 9vw, 6.5rem);
  --f: 'Elsie Swash Caps', Georgia, 'Times New Roman', serif;
  --e: 'Elsie Swash Caps', Georgia, serif;
  --a: 'Elsie Swash Caps', Arial, Verdana, sans-serif;
  --malayalam: 'Noto Sans Malayalam', 'Elsie Swash Caps', Georgia, serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--a);
  color: var(--b);
  background: var(--w);
  line-height: 1.6;
  overflow-x: hidden;
}

h1 {
  font-size: var(--z);
  margin-bottom: 1.3rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-family: var(--f);
}

h2 {
  font-size: var(--x);
  margin-bottom: clamp(2rem, 4vw, 2.6rem);
  font-weight: 300;
  font-family: var(--f);
}

h3 {
  font-size: var(--l);
  margin-bottom: 1.3rem;
  color: var(--b);
  font-family: var(--f);
}

h4 {
  font-family: var(--f);
}

p {
  color: var(--g);
  line-height: 1.8;
  font-size: var(--s);
  font-family: var(--a);
}

strong {
  font-family: var(--a);
}

a {
  font-family: var(--a);
}

button {
  font-family: var(--a);
}

input, textarea, select {
  font-family: var(--a);
}

label {
  font-family: var(--a);
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  border-bottom: 1px solid var(--b);
  backdrop-filter: blur(10px);
  transition: transform .3s var(--t);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1.3rem, 2.6vw, 2rem) clamp(1.3rem, 6.5vw, 5rem);
  max-width: 1400px;
  margin: 0 auto;
}

.λ {
  font-size: var(--x);
  font-weight: bold;
  color: var(--b);
  text-decoration: none;
  transition: color .3s var(--t);
  font-family: var(--malayalam);
}

.λ:hover {
  color: var(--r);
}

.δ {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 2.6rem);
}

.ν {
  display: flex;
  gap: clamp(1.3rem, 4vw, 2.6rem);
  list-style: none;
}

.ν a {
  color: var(--b);
  text-decoration: none;
  font-size: var(--s);
  position: relative;
  transition: color .3s var(--t);
  font-family: var(--a);
}

.ν a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--r);
  transition: width .3s var(--t);
}

.ν a:hover {
  color: var(--r);
}

.ν a:hover::after {
  width: 100%;
}

.τ {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .6rem 1.3rem;
  background: var(--w);
  border: 2px solid var(--b);
  cursor: pointer;
  font-size: var(--s);
  font-weight: bold;
  transition: all .3s var(--t);
  user-select: none;
  font-family: var(--a);
}

.τ:hover {
  background: var(--b);
  color: var(--w);
}

.μ {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  z-index: 1001;
}

.μ span {
  width: 25px;
  height: 2px;
  background: var(--b);
  transition: all .3s var(--t);
}

main {
  margin-top: 100px;
}

section {
  padding: clamp(4rem, 10vw, 8rem) clamp(1.3rem, 6.5vw, 5rem);
  max-width: 1400px;
  margin: 0 auto;
}

.π, .ρ {
  display: inline-block;
  padding: clamp(1rem, 2.6vw, 1.3rem) clamp(2rem, 5vw, 3rem);
  text-decoration: none;
  font-size: var(--m);
  border: 3px solid;
  transition: all .3s var(--t);
  cursor: pointer;
  font-weight: 600;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  font-family: var(--a);
}

.π {
  background: var(--r);
  color: var(--w);
  border-color: var(--r);
  box-shadow: 0 4px 20px rgba(220, 20, 60, 0.4), 0 0 40px rgba(220, 20, 60, 0.2);
}

.π::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  pointer-events: none;
}

.π:hover {
  background: #FF1744;
  border-color: #FF1744;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(220, 20, 60, 0.5), 0 0 60px rgba(220, 20, 60, 0.3);
}

.ρ {
  background: rgba(0, 0, 0, 0.85);
  color: var(--w);
  border-color: var(--w);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.ρ:hover {
  background: var(--w);
  color: var(--b);
  border-color: var(--w);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255, 255, 255, 0.2);
}

.∏ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.6rem, 5vw, 4rem);
  margin-top: clamp(2.6rem, 5vw, 4rem);
}

.θ {
  background: var(--w);
  border: 1px solid #e0e0e0;
  padding: clamp(2rem, 4vw, 2.6rem);
  transition: all .3s var(--t);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}

.θ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--r);
  transition: height .3s var(--t);
}

.θ:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.θ:hover::before {
  height: 100%;
}

footer {
  background: var(--b);
  color: var(--w);
  padding: clamp(2.6rem, 5vw, 4rem) clamp(1.3rem, 6.5vw, 5rem);
  text-align: center;
}

footer p {
  color: var(--w);
  font-family: var(--a);
}

.∞ {
  animation: fadeIn 1s var(--t);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.φ {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.χ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ℵ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  background-size: cover;
  background-position: center;
}

.ℵ.ℶ {
  opacity: 1;
}

.ψ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}

.ω {
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ω h1, .ω p, .α {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), -1px -1px 3px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.8);
  color: var(--w);
}

.ω h1 {
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.9);
}

.σ {
  font-family: var(--malayalam);
  color: var(--r);
  display: block;
  margin-bottom: clamp(0.6rem, 1.3vw, 1rem);
  font-size: var(--l);
  letter-spacing: 0.05em;
  font-weight: 500;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 20px rgba(220, 20, 60, 0.4);
}

.α {
  font-size: var(--l);
  margin-bottom: 2.6rem;
  font-weight: 400;
}

.β {
  max-width: 900px;
  margin: 0 auto;
}

.γ {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.5;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  margin-bottom: 1rem;
  font-family: var(--a);
}

.ε {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.6rem;
}

.ζ {
  margin-top: clamp(3rem, 5vw, 4rem);
  animation: bounce 2s infinite;
  z-index: 3;
}

.ζ::after {
  content: '↓';
  font-size: var(--l);
  color: var(--w);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 255, 255, 0.3);
  display: block;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.∑ {
  background: var(--b);
  color: var(--w);
}

.∑ h2, .∑ .σ {
  color: var(--w);
}

.∑ .θ {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.∑ .θ h3 {
  color: var(--w);
}

.∑ .θ .ι {
  color: var(--r);
  font-size: var(--m);
  display: block;
  margin-bottom: .6rem;
  font-weight: 300;
  font-family: var(--malayalam);
}

.∑ .θ p {
  color: rgba(255, 255, 255, 0.7);
}

.ι {
  color: var(--r);
  font-size: var(--m);
  display: block;
  margin-bottom: .6rem;
  font-weight: 300;
  font-family: var(--malayalam);
}

.Θ {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2.6rem, 6.5vw, 5rem);
  align-items: center;
}

.Λ {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--r), var(--b));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--z);
  color: var(--w);
  font-weight: 300;
  font-family: var(--f);
}

.Ξ h3 {
  font-size: var(--x);
  margin-bottom: 1.3rem;
  font-weight: 400;
  font-family: var(--f);
}

.Ξ p {
  color: var(--g);
  line-height: 1.8;
  margin-bottom: 1.3rem;
  font-size: var(--m);
  font-family: var(--a);
}

.℧ {
  counter-reset: st;
}

.℘ {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 3rem);
  margin-bottom: clamp(2.6rem, 5vw, 4rem);
  position: relative;
  padding-left: clamp(5rem, 8vw, 6.5rem);
}

.℘::before {
  counter-increment: st;
  content: counter(st, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: var(--x);
  color: var(--r);
  font-weight: bold;
  line-height: 1.2;
  font-family: var(--f);
}

.℥ h3 {
  font-size: var(--l);
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: var(--f);
}

.℥ p {
  font-family: var(--a);
}

.∇ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.6rem, 6.5vw, 5rem);
  margin-top: 4rem;
}

.∂ h3 {
  font-size: var(--l);
  margin-bottom: 1.3rem;
  color: var(--r);
  font-weight: 400;
  font-family: var(--f);
}

.∂ p {
  font-size: var(--m);
  color: var(--g);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-family: var(--a);
}

.∂ ul {
  list-style: none;
  padding-left: 0;
}

.∂ li {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 1rem;
  font-size: var(--s);
  color: var(--g);
  font-family: var(--a);
}

.∂ li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--r);
  font-weight: bold;
}

.Π {
  background: linear-gradient(135deg, #f5f5f5 0%, var(--w) 100%);
}

.Σ {
  background: var(--w);
  overflow: hidden;
  transition: all .3s var(--t);
  border: 1px solid #e0e0e0;
}

.Σ:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.Φ {
  width: 100%;
  height: 260px;
  background: linear-gradient(135deg, var(--r), var(--b));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--w);
  font-size: var(--x);
  font-weight: 300;
  font-family: var(--malayalam);
}

.Ψ {
  padding: clamp(2rem, 4vw, 2.6rem);
}

.Ψ h3 {
  font-size: var(--l);
  margin-bottom: 1rem;
  color: var(--b);
  font-family: var(--f);
}

.Ψ p {
  color: var(--g);
  line-height: 1.8;
  margin-bottom: 1.3rem;
  font-size: var(--s);
  font-family: var(--a);
}

a.Ω {
  color: var(--r);
  text-decoration: none;
  font-weight: bold;
  font-size: var(--s);
  transition: all .3s var(--t);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--a);
}

a.Ω:hover {
  gap: 1.3rem;
}

a.Ω::after {
  content: '→';
  transition: transform .3s var(--t);
}

a.Ω:hover::after {
  transform: translateX(5px);
}

.ª {
  display: flex;
  justify-content: center;
  gap: clamp(2.6rem, 6.5vw, 5rem);
  margin: 2.6rem 0;
  flex-wrap: wrap;
}

.ª div {
  font-size: var(--s);
}

.ª a {
  color: var(--r);
  text-decoration: none;
  transition: color .3s var(--t);
  font-family: var(--a);
}

.ª a:hover {
  opacity: .8;
}

.« {
  background: #f5f5f5;
  padding: 2.6rem;
  border-radius: 10px;
  max-width: 600px;
  margin: 4rem auto;
}

.« strong {
  font-family: var(--a);
}

.« p {
  font-family: var(--a);
}

.¢ {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.¢.Ω {
  display: flex;
}

.¤ {
  background: var(--w);
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease;
}

.¦ {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--g);
  transition: color .3s;
  font-family: var(--a);
}

.¦:hover {
  color: var(--b);
}

.¨ {
  padding: 3rem 2rem;
}

.¨ h3 {
  font-size: var(--l);
  margin-bottom: 2rem;
  color: var(--b);
  font-family: var(--f);
}

.¬ {
  margin-bottom: 1.5rem;
}

.¬ label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--b);
  font-weight: bold;
  font-size: var(--s);
  font-family: var(--a);
}

.¬ input, .¬ textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: var(--s);
  transition: border-color .3s;
  font-family: var(--a);
}

.¬ input:focus, .¬ textarea:focus {
  outline: none;
  border-color: var(--r);
}

.¬ textarea {
  min-height: 120px;
  resize: vertical;
}

.® {
  text-align: center;
  margin-top: 2rem;
}

.® button {
  font-family: var(--a);
}

.¯ {
  display: block;
  margin: 0 auto;
  font-family: var(--a);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.± h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.± h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.± h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.² {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--b), var(--r));
  position: relative;
  overflow: hidden;
}

.²::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, transparent, transparent 50px, rgba(255, 255, 255, .03) 50px, rgba(255, 255, 255, .03) 100px);
  animation: slide 10s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}

.³ {
  font-size: var(--l);
  color: var(--w);
  opacity: 0.9;
  margin-top: 1rem;
  font-family: var(--a);
}

.´ {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.3rem, 6.5vw, 5rem);
}

.µ {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 2rem;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.¶ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.¶ h2 {
  font-size: 1.5rem;
  margin: 0;
  color: var(--r);
  font-family: var(--f);
}

.· {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--b);
  font-family: var(--a);
}

.¸ {
  list-style: none;
}

.¸ li {
  margin-bottom: 0.8rem;
}

.¸ a {
  color: var(--b);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all .3s var(--t);
  display: block;
  padding: .4rem 1rem;
  border-left: 3px solid transparent;
  font-family: var(--a);
}

.¸ a:hover, .¸ a.¹ {
  color: var(--r);
  border-left-color: var(--r);
  background: rgba(220, 20, 60, 0.05);
  transform: translateX(5px);
}

.¸.º {
  display: block !important;
}

.» {
  max-width: 900px;
}

.¼ {
  margin-bottom: 6rem;
  scroll-margin-top: 120px;
}

.¼ h2 {
  color: var(--r);
  border-bottom: 2px solid var(--r);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.¼ h3 {
  color: var(--b);
  margin: 2rem 0 1rem;
}

.¼ p {
  font-family: var(--a);
}

.½ {
  font-family: var(--malayalam);
  color: var(--r);
  font-size: var(--l);
  margin-bottom: 1rem;
  font-weight: 500;
}

.¾ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}

.¿ {
  background: var(--w);
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  border-radius: 5px;
  transition: all .3s var(--t);
}

.¿:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.¿ h4 {
  color: var(--r);
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-family: var(--f);
}

.¿ p {
  font-family: var(--a);
}

.À {
  background: linear-gradient(135deg, #f5f5f5, #fff);
  border-left: 4px solid var(--r);
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 5px;
}

.À p {
  font-family: var(--a);
}

.À strong {
  font-family: var(--a);
}

.Á {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--r);
  color: var(--w);
  padding: 1rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(220, 20, 60, 0.3);
  transition: all .3s var(--t);
  font-size: 1.5rem;
  font-family: var(--a);
}

.Á:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(220, 20, 60, 0.4);
}

@media (max-width: 1024px) {
  .´ {
    grid-template-columns: 1fr;
  }
  
  .µ {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
    max-height: none;
  }
  
  .¶ h2 {
    font-size: 1.3rem;
  }
  
  .· {
    display: block;
  }
  
  .¸ {
    display: none;
    margin-top: 1rem;
  }
  
  .¾ {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .δ {
    width: 100%;
  }
  
  .ν {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--w);
    flex-direction: column;
    padding: 8rem 2rem 2rem;
    transition: left .3s var(--t);
    z-index: 1000;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    border-radius: 0;
  }
  
  .ν.Λ {
    left: 0;
  }
  
  .ν li {
    width: 100%;
  }
  
  .ν a {
    font-size: var(--m);
    width: 100%;
    text-align: center;
    padding: 1rem;
    display: block;
  }
  
  .μ {
    display: flex;
  }
  
  .μ.Γ span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .μ.Γ span:nth-child(2) {
    opacity: 0;
  }
  
  .μ.Γ span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .∏ {
    grid-template-columns: 1fr;
  }
  
  .Θ {
    grid-template-columns: 1fr;
  }
  
  .Λ {
    max-width: 260px;
    margin: 0 auto;
  }
  
  .∇ {
    grid-template-columns: 1fr;
  }
  
  .ε {
    flex-direction: column;
    align-items: center;
  }
  
  .τ {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
  
  .γ {
    font-size: var(--s);
    line-height: 1.4;
  }
  
  .ª {
    grid-template-columns: 1fr;
  }
  
  .¤ {
    max-height: 100vh;
    height: 100%;
    border-radius: 0;
    max-width: 100%;
  }
  
  .¨ {
    padding: 2rem 1.5rem;
  }
  
  .¾ {
    grid-template-columns: 1fr;
  }
  
  .± h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
  }
  
  .± h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
  }
  
  .± h3 {
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  }
}