@import url(identity.css);

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'AnkaCoder', sans-serif;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  overflow-x: hidden;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}


.site-header {
  background-color: var(--color-secondary);
  top:0;
  position: relative;
  z-index: 1000;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 128px;
  padding: 0 62px;
  max-width: 1440px;
  margin: 0 auto;
  
}
.header-logo {
  position: relative;
  width: 398px;
  height: 40px;
}
.header-logo .logo-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 376.34px;
  height: 39.94px;
}
.header-logo .logo-r {
  position: absolute;
  left: 376.34px;
  top: 1.35px;
  width: 21.66px;
  height: 21.66px;
}
.user-icon img {
  width: 23px;
  height: 25px;
}

@media (max-width: 768px) {
  .header-container {
    padding: 0 20px;
    height: 80px;
  }
  .header-logo {
    transform: scale(0.7);
    transform-origin: left;
  }
}



.hero-section {
  position: relative;
  height: 544px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-background .hero-bg-image,
.hero-background .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content {
  position: relative;
  color: var(--color-text-light);
  text-align: right;
  padding-right: 58px;
  margin-top: 270px;
}
.hero-title {
  font-family: 'Feature Text Trial', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: -0.48px;
  margin: 0;
}
.hero-subtitle {
  font-family: 'AnkaCoder';
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.15px;
  margin-top: 1px; 
}

@media (max-width: 768px) {
  .hero-section {
    height: 400px;
    justify-content: center;
    text-align: center;
  }
  .hero-content {
    padding-right: 0;
    margin-top: 0;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 8px;
  }
  .hero-title {
    font-size: 36px;
    font-family: 'Feature Text Trial', serif;
  }
  .hero-subtitle {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
  }
}



.about-section {
  padding: 53px 20px;
}
.about-container p {
  max-width: 513px;
  margin: 0 auto;
  color: var(--color-primary);
  font-family: 'AnkaCoder';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.15px;
  text-align: center;
}


.brand-socials-section {
  position: relative;
}
.brand-socials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.brand-tagline {
  color: var(--color-primary);
  font-family: 'Feature Text Trial';
  font-weight: 500;
  font-size: 24px;
  line-height: 2.875;
  letter-spacing: -0.24px;
  text-align: center;
  margin: -100px 0 42px 0;
}
.social-links {
display: flex;
  justify-content: center;
  align-items: center;
  gap: 15vw; 
  flex-wrap: wrap;
  row-gap: 20px;
}

.social-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'AnkaCoder';
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.24px;
  position: relative;
  width: 25;
  height: auto;
}


@media (max-width: 1200px) {
  .brand-logo-large {
    width: 90%;
    height: auto;
  }
  .brand-logo-large .logo-main, .brand-logo-large .logo-r {
    position: static;
    width: 95%;
  }
   .brand-logo-large .logo-r { width: 5%; }
  .deco-spark-left, .deco-spark-center {
    display: none;
  }
}
@media (max-width: 768px) {
  .brand-socials-section {
    padding-top: 40px;
  }
  .social-links {
    flex-direction: column;
    gap: 30px;
  }
  .brand-tagline {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .social-link-item {
    font-size: 20px;
  }
}

iframe{
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.visit-section {
  padding: 50px 20px 83px;
  text-align: center;
}
.visit-title {
  color: var(--color-primary);
  font-family: 'Feature Text Trial';
  font-weight: 400;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: -0.50px;
  margin: 0 0 23px 0;
}
.visit-store-name {
  color: var(--color-primary);
  font-family: 'AnkaCoder', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.24px;
  margin: 0 0 37px 0;
}
.visit-address {
  color: var(--color-black);
  font-family: 'AnkaCoder', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2px;
  margin: 0;
}

@media (max-width: 768px) {
  .visit-section {
    padding: 150px 20px 60px;
  }
  .visit-title {
    font-size: 36px;
  }
  .visit-store-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .visit-address {
    font-size: 16px;
  }
}



.site-footer {
  background: linear-gradient(340deg, #1e1e1e 0%, #2d3231 186%);
  color: var(--color-secondary);
  padding: 0 32px;
}
.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px; /* 5300-5276 */
}
.footer-socials img {
  width: 16px;
  height: 16px;
}
.footer-copyright {
  font-family: 'SansSerifBld', sans-serif; /* Approximating SansSerifBldFLF-Italic */
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.4px;
  margin: 0;
}
.footer-help-button {
  border: 1px solid var(--color-secondary);
  border-radius: 17.5px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif; /* Approximating NT Stardust Trial */
  font-weight: 400;
  font-size: 11px;
  letter-spacing: -0.22px;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 20px;
  }
  .footer-container {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .footer-copyright {
    order: -1; /* Move copyright to top on mobile */
    font-size: 16px;
  }
}
/* --- Page Transition Animation --- */

/* --- Page Transition Animation --- */

#main-content.fade-out {
  animation: fadeOutUp 1.5s ease-out forwards;
}

#main-content.fade-in {
  animation: fadeInDown 1.5s ease-in forwards;
}

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

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

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
