* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto";
  background-color: #e0e0db;
}

.controls {
	position: fixed;
	top: 2rem;
	right: 2rem;
}

img {
  max-width: 100%;
}

/* Hero Section */
.hero {
  background: url(../assets/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 120vh;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 32px;
  padding-left: 100px;
  padding-right: 100px;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
  font-size:larger;
}

.nav-links a:hover {
  opacity: 0.8;
}

.instagram-icon {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
  z-index: 1;
  padding-bottom: 240px;
}

.hero h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 3px;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  font-weight: 600;
  white-space: pre;
  letter-spacing: 0.05em;
}

.cta-button {
  background: #e0e0db;
  color: #2a2829;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: normal;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-subtitle {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.8;
}

/* Main Content */
.main-content {
  padding: 5rem 0;
}

.container {
  max-width: 1200px;
  /*max-height: fit-content;*/
  margin: 0 auto;
  padding: 0 5%;
}

/* Services Section */
.services {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
  height: 50vh;
}

.services h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #2a2829;
}

.services .faq-container {
  width: 100%;
  max-width: 800px;
  color: #2a2829;
  overflow: hidden;
}

.service-item {
  margin-bottom: 1rem;
}

.service-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;

  /* border-bottom: 1px solid #2a2829; */
  font-weight: bold;
}
.border-custom {
  border-top: 1px solid #2a2829;
}

.border-b-custom {
  border-bottom: 1px solid #2a2829;
}

.plus-width {
  width: 1.25rem;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  transition: background-color 0.3s ease;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
}

.service-toggle img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.service-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.service-item.active .service-content {
  max-height: 300px; /* adjust based on content size */
  opacity: 1;
  padding: 20px;
}

.service-item.active .service-toggle img {
  transform: rotate(45deg); /* Rotates plus icon */
}
.service-header:hover {
  color: #415573;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.service-toggle {
  font-size: 2rem;
  font-weight: bold;
}

/* Story Section */

.story-wrapper {
  position: relative;
  width: 100%;
  left: -100px;

}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13rem;
  margin-bottom: 150px;
  
}

.story-image {
  width: 100%;
  height: 600px;
  border-radius: 15px;
  object-fit: cover;
}

.story-content h2 {
  font-size: 2.5rem;

  font-weight: bold;
  color: #2a2829;
}

.story-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #2a2829;
  font-weight: 600;
}

.story-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #2a2829;
}

:root {
	--x: 0;
	--y: 0;
	--xp: 0;
	--yp: 0;
	--hue: calc(0 + (var(--xp) * 500));
	--bg: #e0e0db;
	--size: 100px;
	--glow: radial-gradient(50% 50% at center,
		hsl(var(--hue) 80% 85%),
		hsl(var(--hue) 80% 70%),
		transparent)
		calc((var(--x) * 1px) - (var(--size) * 0.5))
		calc((var(--y) * 1px) - (var(--size) * 0.5))
		/ var(--size) var(--size) no-repeat fixed;
}

.more-button {
	border-radius: 1rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1ch;
	background: var(--bg);
	border: 4px solid transparent;
	box-shadow: 0 1px hsl(0 0% 100% / 0.15) inset;
	cursor: pointer;
	background:
		linear-gradient(var(--bg), var(--bg)) padding-box,
		var(--glow),
		linear-gradient(black, black) border-box;
	transition: background-size 0.24s;
	touch-action: none;
	position: relative;
	padding: 1rem 2rem;
}

/* Button glow effect when active */
.more-button:active {
	--size: 300px;
}

/* Inner overlay layer */
.more-button::before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: 0 1px hsl(0 0% 100% / 0.15) inset;
	background: var(--bg);
	z-index: 2;
	border-radius: 1rem;
}

/* Glowing text effect */
.more-button span {
	background: var(--glow), black;
	background-clip: text;
	color: transparent;
	height: 100%;
	width: 100%;
	z-index: 2;
	position: relative;
	inset: 0;
	display: inline-block;
}

/* Outer blurred border glow */
.more-button::after {
	content: "";
	position: absolute;
	inset: -4px;
	filter: blur(20px);
	border: 4px solid transparent;
	background: var(--glow);
	border-radius: 1rem;
}


/* Contact Section */
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  margin-top: 150px;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #2a2829;
}

.contact-info p {
  font-family: Inter, sans-serif;
  color: #2a2829;
}

.instagram-mention {
  font-style: italic;
  margin-top: 1rem;
  color: #2a2829;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-row input {
  flex: 1;
  background-color: transparent;
}

input {
  border-radius: 999px;
  padding: 1rem;
  border: 2px solid #2a2829;

  font-size: 1rem;
  background-color: transparent;
  transition: border-color 0.3s;
}

textarea {
  padding: 1rem;
  border: 2px solid #2a2829;
  border-radius: 16px;
  font-size: 1rem;
  background-color: transparent;
  transition: border-color 0.3s;
}

input:focus,
textarea:focus {
  border-color: #415573;
}

textarea {
  min-height: 150px;
  resize: vertical;
  font-family: roboto;
}

.form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.send-button {
  position: relative;
  padding: 0.75rem 2.5rem;
  background: #e0e0db;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0px 0px 10px 0px #2a2829;
  border-radius: 100px;
  border: line-width 3px; /* fixed: your border line was invalid */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* Hover look (optional) */
.send-button.clicked-once:hover {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 0 80px #ffffff8c;
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5,
.star-6 {
  position: absolute;
  z-index: -5;
  filter: drop-shadow(0 0 0 #2a2829);
  transition: all 0.8s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

/* Default star positions (before click) */
.send-button .star-1 { top: 20%; left: 20%; width: 25px; }
.send-button .star-2 { top: 45%; left: 45%; width: 15px; }
.send-button .star-3 { top: 40%; left: 40%; width: 5px; }
.send-button .star-4 { top: 20%; left: 40%; width: 8px; }
.send-button .star-5 { top: 25%; left: 45%; width: 15px; }
.send-button .star-6 { top: 5%;  left: 50%; width: 5px; }

/* Trigger stars on CLICK (no hover needed) */
.send-button.clicked-once .star-1 {
  top: -20%;
  left: -20%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.send-button.clicked-once .star-2 {
  top: 35%;
  left: -25%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.send-button.clicked-once .star-3 {
  top: 80%;
  left: -10%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.send-button.clicked-once .star-4 {
  top: -25%;
  left: 105%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.send-button.clicked-once .star-5 {
  top: 30%;
  left: 115%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.send-button.clicked-once .star-6 {
  top: 80%;
  left: 105%;
  filter: drop-shadow(0 0 10px #2a2829);
  z-index: 2;
}

.fil0 {
  fill: #2a2829;
}

.reply-note {
  font-size: 0.9rem;
  color: #2a2829;
  font-style: italic;
}

/* Social Section */
.social-section {
  text-align: center;
  margin: 8rem 0;
}

.social-title {
  font-size: 8.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.slide-text {
  width: 100%;
  padding: 1.2em 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  white-space: pre;
  color: #201f1f;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 60px;
  height: 60px;

  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  transition: transform 0.3s, background 0.3s;
}

.social-icon:hover {
  transform: translateY(-3px);
}

/* Footer */
.footer {
  padding: 0.5rem 0 1rem 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.footer-logo img {
  width: 6rem;
  height: auto;
}

.footer-info {
  text-align: left;
  color: #2a2829;
}
.loc {
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-contact {
  text-align: left;
  color: #2a2829;
}

.wavy-border {
  width: 100%;
  height: 50px;
  background: url("../assets/line-footer.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Responsive Design */

/* Large Desktops (1400px+) */
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .services h2 {
    font-size: 3.5rem;
  }
  .social-title {
    font-size: 9rem;
  }
}

/* Desktop (1200px - 1399px) */
@media (max-width: 1399px) {
  .container {
    max-width: 1200px;
  }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 1199px) {
  .container {
    padding: 0 4%;
  }
  .hero {
    min-height: auto;
    padding-bottom: 2rem;
    height: 90vh;
  }
  .nav {
    padding: 1.5rem 4%;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .story,
  .contact {
    gap: 3rem;
  }

  .services h2,
  .social-title {
    font-size: 2.8rem;
  }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991px) {
  .services {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .services {
    height: auto;
  }
  .hero {
    min-height: auto;
    padding-bottom: 2rem;
    height: 90vh;
  }
  .container {
    padding: 0 3%;
  }

  .nav {
    padding: 1.5rem 3%;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .story,
  .contact {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .story-image {
    height: 400px;
    order: -1;
  }

  .services h2 {
    font-size: 2.5rem;
  }
  .social-title {
    font-size: 5rem;
  }

  .story-content h2 {
    font-size: 2.2rem;
  }

  .contact-info h2 {
    font-size: 2.2rem;
  }

  .social-icons {
    gap: 1.5rem;
  }

  .social-icon {
    width: 55px;
    height: 55px;
  }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767px) {
  .container {
    padding: 0 4%;
  }

  .nav {
    padding: 1rem 4%;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .nav-links {
    gap: 1rem;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.75rem;
    font-weight: 500;
  }

  .hero-content {
    padding: 0 4%;
  }

  .main-content {
    padding: 3rem 0;
  }

  .services,
  .story,
  .contact {
    margin-bottom: 3rem;
  }

  .services h2,
  .social-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .service-header {
    padding: 1.2rem 0;
  }

  .service-title {
    font-size: 1.3rem;
  }

  .story-content h2,
  .contact-info h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .story-content p,
  .contact-info p {
    font-size: 0.95rem;
  }

  .story-image {
    height: 300px;
  }

  .form-row {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-form {
    gap: 1rem;
  }

  .form-submit {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .submit-button {
    width: 100%;
    padding: 1.2rem;
  }

  .reply-note {
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-contact {
    text-align: center;
  }

  .social-icons {
    gap: 1rem;
    justify-content: center;
  }

  .social-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

/* Mobile Medium (480px - 575px) */
@media (max-width: 575px) {
  .nav {
    padding: 1rem 3%;
  }

  .nav-links {
    gap: 0.8rem;
    font-size: 0.85rem;
  }

  .logo {
    font-size: 1.8rem;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .cta-button {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }

  .container {
    padding: 0 3%;
  }

  .services h2,
  .social-title {
    font-size: 2rem;
  }

  .service-title {
    font-size: 1.2rem;
  }

  .story-content h2,
  .contact-info h2 {
    font-size: 1.8rem;
  }

  .story-subtitle {
    font-size: 1.1rem;
  }

  .story-image {
    height: 250px;
  }

  input,
  textarea {
    padding: 0.9rem;
    font-size: 0.95rem;
  }

  .social-icons {
    gap: 0.8rem;
  }

  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

/* Mobile Small (320px - 479px) */
@media (max-width: 479px) {
  .hero {
    min-height: auto;
    padding-bottom: 2rem;
    height: 85vh;
  }
  .nav {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 2%;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    font-size: 0.8rem;
  }

  .instagram-icon {
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
  }

  .hero h1 {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .cta-button {
    padding: 0.8rem 1.8rem;
    font-size: 0.95rem;
  }

  .container {
    padding: 0 3%;
  }

  .main-content {
    padding: 2rem 0;
  }

  .services h2,
  .social-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .service-header {
    padding: 1rem 0;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-toggle {
    font-size: 1.8rem;
  }

  .story-content h2,
  .contact-info h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .story-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .story-content p,
  .contact-info p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .story-image {
    height: 220px;
    border-radius: 8px;
  }

  .more-button,
  .submit-button {
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
  }

  input,
  textarea {
    padding: 0.8rem;
    font-size: 0.9rem;
    border-radius: 6px;
  }

  textarea {
    min-height: 120px;
  }

  .footer-content {
    gap: 1.5rem;
    font-size: 0.9rem;
  }

  .footer-logo {
    font-size: 1.3rem;
  }

  .social-icons {
    gap: 0.6rem;
  }

  .social-icon {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
    border-radius: 8px;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  .hero h1 {
    font-size: 1.7rem;
  }

  .services h2,
  .social-title {
    font-size: 1.6rem;
  }

  .story-content h2,
  .contact-info h2 {
    font-size: 1.4rem;
  }

  .nav-links {
    font-size: 0.75rem;
    gap: 0.5rem;
  }

  .social-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  .container {
    padding: 0 2%;
  }
}

/* Landscape Orientation for Mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-content {
    padding: 1rem 5%;
  }

  .hero h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .cta-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* High DPI / Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .social-icon,
  .instagram-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cta-button:hover,
  .social-icon:hover,
  .more-button:hover,
  .submit-button:hover {
    transform: none;
  }
}

/* Hide by default */
.mobile-footer {
  display: none;
}

/* Show only on screens up to 768px */
@media screen and (max-width: 768px) {
  footer {
    display: none;
  }
  .mobile-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    color: #2a2829;
    font-family: sans-serif;
    text-align: center;
  }

  .mobile-footer .footer-logo img {
    width: 100px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mobile-footer .footer-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    text-align: center;
    width: 100%;
  }

  .mobile-footer .footer-info,
  .mobile-footer .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-footer .label {
    font-weight: bold;
    margin-bottom: 0.3rem;
  }

  .mobile-footer .footer-copyright {
    font-size: 0.8rem;
    margin-top: 1.5rem;
    color: #2a2829;
  }
}
#dot-cursor {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7); /* semi-transparent white */
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);

  /* Blurry cloudy effect */
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3),
    0 0 40px 20px rgba(255, 255, 255, 0.2),
    0 0 60px 30px rgba(255, 255, 255, 0.1);
  filter: blur(10px);
}
