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

body { background: #110f0f; margin: 0; color:white;}
.neon-dot {

position: absolute;
width: 12px; height: 12px;
background: #95d0d0;
border-radius: 50%;
pointer-events: none;
box-shadow: 0 0 20px #ddeeee, 0 0 40px #f0f3f3;
opacity: 0.9;
max-width: 1490px;
animation: fadeOut 0.7s linear forwards;
}
@keyframes fadeOut {
to { transform: scale(2); opacity: 0; }
}

body {
  background-color: #110f0f;
 
}





header {
 
  background-color: #222222;     
  border: 1.3px solid #5d5e61;
  border-radius: 30px;
  

  display: flex;                 
  align-items: center;         
  justify-content: space-between;  

  padding: 8px 7px;       
  margin: 0 auto;               
  max-width: 530px;               
  box-sizing: border-box;
}

.logo-wrapper {
  margin-left: 65px;
  margin-top: 2%;
  


}

.logo {
  font-family: "Oxanium";
  font-weight: 500;
  font-size: 2rem;
  color: #f3e5e5;
  transition: color 0.4s ease;
  cursor: default;
}

.logo:hover {
  color: #95d0d0; 
}
nav.items {
  display: flex;
  gap: 40px;                      
  justify-content: center;         
  flex: 1;                        
}

nav.items a {
  color: rgb(174, 169, 169);
  text-decoration: none;
  font-weight: normal;
  font-family: 'Poppins';
  font-weight: normal;
}

nav.items a:hover {
  color: #eee;
  border-bottom: 2px solid white;
}

.about {
  align-items: flex-start;            
  justify-content: space-between; 
  gap: 1rem;                 
  padding-top: 0.5rem;
  max-width: 1100px;     
  font-weight: normal;  
           
}

.about a{
  font-size: 2.5rem;
  color: #95d0d0;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.about p{
  font-size: 1.6rem;
  font-family: 'Montserrat', 'Inter', sans-serif;
}
.about-text {
  flex: 1;                  
  font-family: 'Montserrat', sans-serif;
}

.about-image {
  padding-left: 110%;
  margin-top: -440px; 
  flex-shrink: 0;
  display: absoulte;

  height: 100%;     
          
}

.image-carousel {
  position: relative;
  width: 240px;             
  height: 370px;             
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 25px #1a4545;
}
.image-carousel {
  position: relative;
  width: 320px;       
  height: 420px;         
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-img {
  position: absolute;
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 0 36px #1a4545;   
  border: 3px solid #1a4545;    
  opacity: 0.7;
  transform: scale(0.92);
  transition:
  transform 0.7s cubic-bezier(.46,1.48,.12,.94),
  box-shadow 0.7s,
  opacity 0.7s;
  left: 50%;
  top: 0;
  background: #111;           
}


.carousel-img.left {
  z-index: 1;
  transform: translateX(-45%) scale(0.85) rotate(-7deg);
  opacity: 0.4;
}
.carousel-img.center {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%) scale(1.04);
  box-shadow: 0 4px 32px #222a, 0 0 100px #0006;
  opacity: 1;
}
.carousel-img.right {
  z-index: 2;
  transform: translateX(45%) scale(0.85) rotate(7deg);
  opacity: 0.4;
}


section {
  width: 100%;
  padding: 6rem 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  z-index: 0;
}


.education h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
}

.education-item {
  display: flex;
  justify-content: space-between;
  gap: 40px; 
  flex-wrap: wrap; 
}

.edu-left {
  flex: 1;
  min-width: 250px;
}

.edu-left h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.edu-left p {
  margin: 4px 0;
  font-size: 16px;
}

.grad-date {
  font-weight: bold;
  color: #555;
  margin-top: 8px;
}

.edu-right {
  flex: 1;
  min-width: 250px;
}

.edu-right h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.edu-right ul {
  list-style-type: disc;
  padding-left: 20px;
}

.edu-right li {
  margin-bottom: 6px;
}

.education {
  position: relative; 
  
  padding-top: 50px;
  padding-left: 10;
  padding-right: 10;
  color: #fff;
  border-radius: 10px;
  background-position: right center; 
  z-index: 10;
  
}

.background-image {
  position: absolute;   
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;       
  transform: scaleX(-1);
  overflow: hidden;   
  transform: scaleX(-1) scaleY(0.20);
  width: 100%;
  overflow: hidden; 
  background-position: center top; 
  border-bottom: 7px solid #ebe3de;  
}



#intro{
  
  align-items: center;
  justify-content: center; 
  min-height: 40vh;         
  position: relative;
  font-size: 2.5rem;
  margin-top: 0px;
  overflow: hidden;
 
}

.intro-row {
  margin-top: 100px;
  display: flex;
  align-items: baseline; 
  font-weight: 300;     
  font-size: 1.9rem;     
  gap: 0.3em;          
  color: #c2c2c2;
  z-index: 2;
}

.hey {
  margin-top: 10px;
  font-family: 'Playfair Display', 'Merriweather', Georgia, serif;
  font-style: italic;
}

.aisha {
  font-family: "outfit"
}


.education-layout h1{
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #95d0d0;
  font-size: 2.4rem;
}
.education-layout h5{

  font-weight: normal;
  font-size: 1.2rem;
  padding-left: 0;
  color: #c8c4c4;
}

.education-layout h3{
  font-weight: normal;
  padding-left: 0;
  font-size: 1.4rem;
}

.education-layout {
 
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 30px auto;
  margin-left: 30px;

  
}

.edu-major {
  border: 1.3px solid #5d5e61;
  background: rgba(38, 38, 39, 0.86);
  border-radius: 1.5em;
  display: flex;
  padding: 1.5em;
  box-shadow: 0 4px 24px 0 rgba(60,40,100,0.11);
  
  flex-direction: column;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: normal;
  max-width: 500px;

}

.edu-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px;
  height: 100%;
}

.campus-engagement {
  grid-column: 1;
  grid-row: 1;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: left;
  font-weight: normal;
  width: 300px;  
  
}
.fellowships {
  grid-column: 2;
  grid-row: 1;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: normal;
  width: 300px;  

}
.relevant-coursework {
  grid-column: 1 / span 2;  
  grid-row: 2;
  font-weight: normal;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.edu-box {
  background: rgba(38, 38, 39, 0.86);
  border: 1.3px solid #5d5e61;
  border-radius: 1.3em;
  color: #fff;
  padding: 2.3em 4.2em;
  box-shadow: 0 2px 14px 0 rgba(80,60,130,0.06);
  font-size: 1rem;
  padding-left: 10px;
  max-width: none;  
 
  
  
}
.education-layout .narrow-list {
  min-width: 290px;          
  text-align: left;        
  margin: 0;               
  padding-left: 20px;     
  list-style-position: inside; 
}

.edu-box h4{

  font-family: 'Montserrat', sans-serif;
  color: #95d0d0;
  font-weight: normal;
}

.oberlin-img {
  display: block;
  border-radius: 20px;
  margin-left: 0;
  margin-right: auto;
  float: none;
  transform: scale(0.45);  
  position: relative;
  left: -13.5em;               
}

.edu-major img{
  justify-content: flex-start;  
  align-items: flex-start; 
}

@media (max-width: 900px) {
  .education-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .edu-major {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .edu-right {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 18px;
  }
  .relevant-coursework {
    grid-column: 1;
    grid-row: 3;
  }
}


.research {

  border-radius: 1.2rem;
  margin-bottom: 40px;
  box-shadow: 0 2px 16px 0 #3c67c210;
  max-width: 1000px;
  align-content: center;
  align-items: center;
  padding-left: 23%;
}
.timeline {
  position: relative;
  padding-left: 60px;
  border-left: 4px solid #b4d6ff; 
  margin: 60px 0;
}

.timeline-event {
  position: relative;
  margin-bottom: 70px;
}

.timeline-dot {
  position: absolute;
  left: -13px;
  top: 0;
  width: 25px;
  height: 25px;
  background: #e2e7ec;
  border: 4px solid #95d0d0;
  border-radius: 50%;
  box-shadow: 0 6px 20px #95d0d0;
  transition: background 0.4s, border-color 0.4s, transform 0.4s;
  z-index: 1;
}

.timeline-event.active .timeline-dot {
  background: #95d0d0;
  border-color: #f3f2f2;
  transform: scale(1.18);
  box-shadow: 0 0 32px #95d0d0;
}

.timeline-content {
  margin-left: 40px;
  font-size: 20px;
  opacity: 0.6;
  transform: translateY(40px);
  transition: opacity 0.5s, transform 0.5s;
}

.timeline-event.active .timeline-content {
  opacity: 1;
  transform: translateY(0);
}
.timeline-event h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}




.research-title {

  padding-left: 270px;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #95d0d0;
  text-shadow: 0 0 22px #95d0d0cc, 0 0 1px #eee;
  margin-bottom: 1.4em;
  letter-spacing: 0.10em;

}

.research-overview-box {
  background: rgba(38, 38, 39, 0.86);
  border: 1.3px solid #5d5e61;
  border-radius: 1.5em;
  box-shadow: 0 4px 24px 0 rgba(60,40,100,0.11);
  color: #fff;
  padding: 1em 1.5em;
  font-family: 'Montserrat', sans-serif;
  min-width: 800px;
  
 
}
.research-overview-box h2 {
  color: #95d0d0;
  font-weight: normal;
  margin-bottom: 0.7em;
}
.research-overview-box p {
  color: #e3e3e3;
  font-size: 1.3rem;
}
.tech-badges {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 2.5em;
  flex-wrap: wrap;
}
.tech-badge {
  background: transparent;
  border: 1.4px solid #5d5e61;
  border-radius: 1em;
  color: #eee;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.12rem;
  padding: 0.35em 1.45em;
  transition: border-color 0.2s, color 0.2s;
  letter-spacing: 0.03em;
  margin-bottom: 0.6em;
}
.tech-badge:hover {
  border-color: #95d0d0;
  color: #95d0d0;
}

.contact-modal-bg {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(10, 18, 22, 0.82);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s;
}

.contact-modal {
  background: rgba(38, 38, 39, 0.98);
  border-radius: 2em;
  border: 1.4px solid #5d5e61;
  box-shadow: 0 6px 48px #95d0d077;
  padding: 2.2em 2.6em 2em 2.6em;
  max-width: 340px;
  width: 94vw;
  text-align: center;
  position: relative;
  animation: popIn 0.33s cubic-bezier(.47,1.64,.41,.8);
}

@keyframes popIn {
  from { transform: scale(0.88); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.contact-modal-bg {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(10, 18, 22, 0.84);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s;
}

.contact-modal {
  background: rgba(38, 38, 39, 0.98);
  border-radius: 2em;
  border: 1.4px solid #5d5e61;
  box-shadow: 0 6px 48px #95d0d077;
  padding: 2.2em 2.6em 2em 2.6em;
  max-width: 340px;
  width: 94vw;
  text-align: center;
  position: relative;
  animation: popIn 0.33s cubic-bezier(.47,1.64,.41,.8);
}

@keyframes popIn {
  from { transform: scale(0.88); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.close-modal {
  position: absolute; top: 0.8em; right: 1em;
  background: none;
  border: none;
  color: #aaa;
  font-size: 1.9rem;
  cursor: pointer;
  transition: color 0.23s;
}
.close-modal:hover { color: #95d0d0; }


.modal-title {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  color: #95d0d0;
  margin-bottom: 1.2em;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.modal-options {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  align-items: stretch;
}

.modal-option {
  display: flex;
  align-items: center;
  gap: 0.9em;
  justify-content: flex-start;
  padding: 1em 1.4em;
  font-size: 1.09rem;
  font-family: 'Montserrat', sans-serif;
  border-radius: 1.1em;
  color: #eee;
  text-decoration: none;
  background: #232629;
  border: 1.3px solid #35394a;
  transition: box-shadow 0.13s, border-color 0.13s, background 0.23s, color 0.16s;
}


.modal-option:hover,
.modal-option:focus {
  box-shadow: 0 0 15px #95d0d0aa;
  border-color: #95d0d0;
  color: #95d0d0;
  background: #171f21;
}


.linkedin-option {
  background: #0077B5;
  color: #fff;
  border: 1.3px solid #0090ff55;
}
.linkedin-option:hover,
.linkedin-option:focus {
  background: #006398;
  border-color: #95d0d0;
  color: #95d0d0;
}
.linkedin-svg { width: 30px; height: 30px; }

.email-svg { width: 30px; height: 30px; }


.contact-section{
  min-height: 400px;
}
.contact-modal-btn {
  margin: 2.1em auto 1.2em auto;
  display: block;
  background: transparent;
  border: 1.4px solid #95d0d0;
  color: #95d0d0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  border-radius: 1.3em;
  padding: 0.62em 2em;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.3s;
  box-shadow: 0 0 14px #95d0d066;
}

.contact-modal-btn:hover,
.contact-modal-btn:focus {
  background: #162626;
  color: #fff;
  box-shadow: 0 0 32px #95d0d0dd;
  outline: none;
}

@media (max-width: 500px) {
  .contact-modal { padding: 1.3em 0.6em; }
  .modal-title { font-size: 1.1rem; }
}

.plain-email {
  margin-top: 0.8em;
  color: #95d0d0;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat', sans-serif;
  word-break: break-all;
  user-select: all; 
}

.latte-scan {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 500;
  display: inline-block;
  color: #95d0d0;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
  animation: scanGlow 1.6s cubic-bezier(.42,0,.58,1.01) forwards;
  z-index: 2;
}
@keyframes scanGlow {
  0%   { filter: brightness(0.7) blur(2px); letter-spacing: 0.1em; opacity: 0.25; }
  20%  { opacity: 0.8; }
  40%  { filter: brightness(1.2) blur(0); }
  60%  { color: #c4e2e6; }
  80%  { color: #95d0d0; }
  100% { filter: none; letter-spacing: 0.04em; opacity: 1; }
}

#my-projects .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

#my-projects h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
  border-left: 6px solid #95d0d0;
  padding-left: 18px;
  background: none;
  color: #95d0d0;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
}

.project {
  background: rgba(38, 38, 39, 0.86);
  border: 1.3px solid #5d5e61;
  border-radius: 1.5em;
  box-shadow: 0 4px 24px rgba(60,40,100,0.11);
  padding: 2em 1.7em 1.2em 1.7em;
  margin-bottom: 2.5rem;
  transition: box-shadow 0.22s cubic-bezier(.21,.61,.42,1.04), transform 0.13s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.project:hover {
  box-shadow: 0 8px 36px #95d0d077, 0 0 0 0 #26bae8;
  transform: translateY(-2px) scale(1.015);
}

.project#bitebalance {
  background: rgba(38, 38, 39, 0.86);
  border-left: 7px solid #1c4d23;
}
.project#accessed{
  border-left: 7px solid #E1E3F0;
}
.cover {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 1rem;
}


.project h3 {
  font-size: 1.35rem;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  color: #E1E3F0;
}
.project#bitebalance h3 { color: #0a8b1d; }



.short-description {
  font-size: 1.11rem;
  color: #c5dee2;
  margin-top: 5px;
}

.read-more-btn {
  align-self: flex-start;
  background: linear-gradient(90deg, #d3dadd 70%, #ffffff 100%);
  color: #23272e;
  border: none;
  border-radius: 12px;
  font-weight: 550;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1rem;
  padding: 8px 22px;
  cursor: pointer;
  margin-bottom: 0.75rem;
  margin-top: 0.45rem;
  transition: background 0.18s, color 0.18s;
  box-shadow: 0 0 10px #95d0d0;
}
.read-more-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #8b918c 100%);
}

.full-description {
  display: none;
  animation: fadein 0.3s;
  font-size: 1.13rem;
  line-height: 1.6;
  color: #e6f7f7;
  margin-top: 0.8rem;
  border-left: 3.2px solid #bac4ff;
  padding-left: 14px;
  background: rgba(38,186,232,0.07);
  border-radius: 8px;
  transition: all 0.22s cubic-bezier(.33,.51,.43,1.17);
}
#bitebalance .full-description {
  border-left: 3.2px solid #0a8b1d;
  background: rgba(97,219,118,0.08);
}

#accessed .full-description{
  background-color: #E1E3F0;
  color: #110f0f;
}

.full-description ul {
  margin: 0.85rem 0 0 0;
  padding-left: 1.2rem;
  list-style-type: disc;
}

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

@media (max-width: 750px){
  section#my-projects { padding: 2.2em 0.5em; }
  .project {padding: 1em 0.5em;}
  #my-projects .container {padding: 0;}
  .full-description {font-size: 1rem;}
}


.project-logo-accessed-log {
  width: 400px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 9px #0003;
  position: relative;
  margin-right: 3px;
}

.project-logo-bitebalance-logo{
  position: relative;
  border-radius: 30%;
  background: rgba(13, 48, 29, 0.86);
  border-radius: 1.5em;
  padding: 1em 2.5em 1.2em 1em;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.22s cubic-bezier(.21,.61,.42,1.04), transform 0.13s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.accessed-logo {
  background: linear-gradient(135deg, #fff 100%);
}
.bitebalance-logo {
  background: linear-gradient(135deg, #0a8b1d 100%);
  overflow: visible;
  position: relative;

}

.accessed-logo-text {
  font-family: 'Vidaloka', serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #000000;
  letter-spacing: 0.01em;
  background: #fff;

}
.bitebalance-logo-text {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #ffffff;
}



/* Optional hover effect for subtle interactivity */
.project-logo:hover {
  filter: brightness(1.09) drop-shadow(0 0 18px #ccc7);
  transform: scale(1.05) rotate(-2deg);
  transition: all 0.2s cubic-bezier(.33,.51,.43,1.17);
}


.section-divider {
  width: 100pw;
  max-width: 900px;
  height: 4px;
  border: none;
  border-top: 2px solid #25282e;
  margin: 62px auto 62px auto;
  box-shadow: 0 2px 18px #95d0d044;
  opacity: 0.85;
  background: linear-gradient(90deg, #222 10%, #95d0d0 80%, #222 100%);
}
section {
  /* keeps strong spacing between */
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.site-footer {
  width: 100%;
  padding: 40px 0 18px 0;
  background: #16181a;
  border-top: 2.5px solid #25282e;
  margin-top: 5rem;
  box-shadow: 0 -3px 28px #95d0d044;
}
.footer-inner {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.footer-logo {
  min-width: 58px;
  padding: 0 22px;          
  height: 58px;
  border-radius: 40px;      
  background: linear-gradient(135deg, #26bae8 70%, #95d0d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 11px #23272e44;
  margin-bottom: 3px;
}

.footer-logo-text {
  font-family: 'Vidaloka', serif;
  font-weight: 550;
  font-size: 1.2rem;   
  color: #fff;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 1.1rem;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-weight: 500;
  color: #95d0d0;
  letter-spacing: 0.03em;
}
.footer-links a {
  color: #abd6d6;
  text-decoration: none;
  transition: color 0.18s;
}
.footer-links a:hover {
  color: #26bae8;
  text-shadow: 0 0 8px #95d0d099;
}
.footer-links .divider {
  color: #395e5e;
  margin: 0 6px;
}
.footer-socials {
  margin-top: 5px;
  display: flex;
  gap: 32px;
}
.footer-socials a {
  opacity: 0.92;
  transition: opacity 0.18s, transform 0.2s;
}
.footer-socials a:hover {
  opacity: 1;
  transform: scale(1.08);
}
.footer-credit {
  margin-top: 14px;
  font-size: 1rem;
  color: #606d75;
  font-family: 'Inter', Arial, sans-serif;
  letter-spacing: 0.01em;
}
@media (max-width: 700px) {
  .footer-inner { max-width: 98vw; }
  .site-footer { padding: 28px 0 14px 0; }
  .footer-logo { width: 45px; height: 45px; }
  .footer-logo-text { font-size: 1.3rem; }
  .footer-links { font-size: 1rem; flex-wrap: wrap; }
  .footer-credit { font-size: 0.95rem; }
}
