/*style.css*/

:root {
  --darlington: #ACCA82;
  --beeswax: #e9d562;
  --grenadine: #d95402;
  --cafe-latte: #9B9180;
  --lavender: #7c6a85;
  --ice-blue: #D9E8E8;
  --hover: #eaa594;
  --active: #e9d562;
  --turquoise: #7EC5C0;
  --cream: #FFF9F0;
  --charcoal: #383838;
  --star-color: #ffd700;
}

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

html,
body {
  height: 100%;
}

body {
  background: var(--cream);
  color: var(--grenadine);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  overflow-x: hidden;
  font-weight: 400;
}

main {
  margin: 0 auto 3rem;
  padding: 0;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.25rem 3rem;
  display: grid;
  gap: 1.25rem;
  overflow-x: hidden;
}

h1 {
  color: var(--grenadine);
  font-size: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
  font-weight: 500;
  text-align: right;

  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.02rem;
  margin: 2rem 0 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
}

h2 {
  color: var(--grenadine);
  font-size: 4rem;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

h3 {
  color: var(--grenadine);
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
  margin-left: 5rem;
}

/* Navigation Grid */
.nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  max-width: 400px;
  margin: 3rem auto;
  padding: 1rem;
  box-align: center;
}

.nav-card {
  position: relative;
  display: block;
  text-align: left;

  text-decoration: none;
  background: var(--cream);
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.nav-card-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  color: var(--charcoal);
}


.nav-buttons {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  max-width: 400px;
}

.nav-buttons a {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -0.01rem;
  background: var(--iceblue);
  text-transform: uppercase;
  transition: transform 0.15s, border-color 0.15s;
  text-align: center;
  display: block;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0rem;
  font-weight: 400;
  /* closer together */
  margin: 1rem auto;
  max-width: 1500px;
  /* tighter width */
}

.nav-buttons a {
  padding: 0.35rem 0.75rem;
  letter-spacing: 0.02rem;
  transition: background 0.2s ease, transform 0.2s ease;

}



.nav-buttons a.active {
  background: var(--grenadine);
  color: var(--cream);
}

.nav-buttons a:hover {
  background: var(--ice-blue);
}

.nav-card.about {
  --size: 100px;
  width: var(--size);
  height: var(--size);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--turquoise);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  border: 5.5px solid var(--turquoise);
}


.nav-card.about:hover {
  background: var(--ice-blue);
  transform: rotate(-6deg) scale(1.06);
}

.nav-card.glass {
  --size: 90px;
  font-size: 0.9rem;
  width: var(--size);
  height: var(--size);
  background-color: var(--charcoal);
  font-weight: 700;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.nav-card.glass:hover {
  background-color: var(--lavender)
}

.nav-card.star {
  --size: 120px;
  font-size: 0.8rem;
  width: var(--size);
  height: var(--size);
  background: var(--beeswax);
  color: var(--charcoal);
  display: grid;
  place-items: center;
  cursor: pointer;
  font-weight: 700;
  clip-path: polygon(50% 0%, 65% 35%,
      100% 50%, 65% 65%,
      50% 100%, 35% 65%,
      0% 50%, 35% 35%);
  transition: transform 0.25s ease;
}

.nav-card.star:hover {
  background-color: var(--beeswax);
  transform: rotate(60deg);

}

.nav-card.branding {
  --size: 90px;
  font-size: 0.9rem;
  width: var(--size);
  height: var(--size);
  background-color: var(--grenadine);
  font-weight: 700;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.nav-card.branding:hover {
  transform: scale(1.2);
  background-color: var(--grenadine);

}

.nav-card.glass2 {
  --size: 90px;
  font-size: 1.2rem;
  width: var(--size);
  height: var(--size);
  background-color: var(--grenadine);
  font-weight: 700;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.nav-card.glass2:hover {
  transform: scale(1.2);
  background-color: var(--grenadine);

}

/* Spiral Button using your SVG */
.nav-card.spiral {
  --size: 140px;
  width: var(--size);
  height: var(--size);
  background: var(--cream);
  display: grid;
  font-size: 1.2rem;
  background-color: transparent;
  margin-left: -1rem;
  margin-right: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 1.3rem;
  margin-top: 2rem;
  place-items: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.25s ease;
  overflow: hidden;
  color: var(--cafe-latte);
}

.nav-card.spiral::before {
  content: "";
  width: 210%;
  /* makes the spiral bigger */
  height: 210%;
  margin-bottom: 0rem;
  /* pulls spiral closer to text */

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cpath d='m600 275c-4.223 79.009-39.281 151.851-96.707 203.293-54.96 49.233-127.807 76.046-203.293 71.707-70.41-4.047-137.692-35.317-185.616-89.384-44.63-50.352-68.7326-116.88-64.384-185.616 4.0685-64.307 33.0541-125.052 82.062-167.938 45.775-40.0565 105.987-61.4196 167.938-57.062 57.424 4.0391 111.918 30.2252 150.26 74.74 35.4 41.099 54.118 94.972 49.74 150.26-4.044 51.078-27.785 99.125-67.417 132.583-36.566 30.868-84.14 46.803-132.583 42.417-44.456-4.025-86.165-25.142-114.905-60.095-26.331-32.023-39.492-73.305-35.095-114.905 4.011-37.945 22.578-73.277 52.773-97.227 27.447-21.77 62.422-32.19 97.227-27.773 31.535 4.002 60.456 20.086 79.55 45.45 17.382 23.093 24.853 51.814 20.45 79.55-4.05 25.514-17.888 47.849-38.128 61.872-18.49 12.81-40.904 17.569-61.872 13.128-18.977-4.019-34.965-15.285-44.194-30.806-8.271-13.91-10.308-30.03-5.806-44.194 4.021-12.65 12.835-22.208 23.483-26.517 9.49-3.839 19.372-3.026 26.517 1.517 6.417 4.081 9.515 10.507 8.839 16.161-0.634 5.305-4.481 8.839-8.839 8.839' fill='none' stroke='%239B9180' stroke-width='30' stroke-linecap='round'/%3E%3C/svg%3E");

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.nav-card.spiral:hover {
  transform: rotate(-90deg);
  border-color: transparent;
  background-color: transparent;
}

.nav-card.burst2 {
  --size: 130px;
  font-size: 1.2rem;;
  width: var(--size);
  height: var(--size);
  background: var(--cream);
  color: var(--grenadine);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  font-weight: 400;
  margin: 0rem;
  padding: 0rem;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.burst2-icon {
  width: 80%;
  height: auto;
  fill: var(--ice-blue);    /* your desired color */
  transition: transform 0.3s ease;
}

.nav-card.burst2:hover .burst2-icon {
  transform: rotate(8deg) scale(1.06);
  background-color: transparent;
}

.nav-card.burst2:hover {
  transform: scale(1.03);
  background-color: transparent;
}







@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 1rem 0;
}


/* Contact page enhancements */
.contact-intro {
  margin: 3rem auto 1rem;
  text-align: center;
  padding: 0 1rem;
}

.contact-bigline {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--grenadine);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}

.contact-subline {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--grenadine);
  opacity: 0.9;
}

a {
  color: var(--charcoal);
  text-decoration: none;
  transform: none;
  transition: text-decoration 0.2s;
}

a:hover {
  text-decoration: none;
}

.about-info {
  padding: 1rem 1rem 1rem 1.5rem;
  margin-right: 0rem;
  margin-left: 0rem;
  position: relative;
}

.about-info::before {
  display: none;
}

/* Grid of contact cards */
.contact-grid {
  --card-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: var(--card-gap);
  max-width: 900px;
  margin: 8rem auto 4rem;
  padding: 0 1rem;
}

@media (max-width: 700px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact card styling */
.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 1rem 0.9rem;
  text-decoration: none;
  border: 4px solid var(--ice-blue);
  background: var(--cream);
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
  color: inherit;
  outline: none;
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-30px);
  box-shadow: 0 40px 0 0 var(--beeswax);
  text-decoration: none;
}

.contact-icon {
  display: grid;
  place-items: center;
  color: var(--grenadine);
}

.contact-label {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: var(--grenadine);
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.contact-value {
  grid-column: 2 / span 1;
  font-size: 1.4rem;
  color: var(--grenadine);
  margin-top: -2px;
}

.nav-grid {
  grid-template-columns: 1fr;
  margin: 2rem auto;
}

.nav-card {
  padding: 1rem 1rem;
}

.nav-buttons {
  flex-wrap: wrap;
  gap: 02.5rem;
  font-size: 1rem;
}

.nav-buttons a {
  padding: 0.4rem 0.6rem;
  margin: 0.1rem 0.2rem;
}

/* Make the value wrap nicely on small screens */
@media (max-width: 700px) {
  .contact-card {
    grid-template-columns: 36px 1fr auto;
  }

  .contact-value {
    font-size: 1.05rem;
  }
}

/* Page-level paragraph defaults on contact page */
.contact-intro p {
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1.6;
}


#gallery {
  margin: 0 auto;
  max-width: 2000px;
  padding: 2rem;
}

@media (max-width: 900px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.2rem;
    margin-left: 0;
    margin-right: 0;
  }

  h3 {
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav-grid {
    grid-template-columns: 1fr;
    margin: 2rem auto;
  }

  .nav-card {
    padding: 0;
  }

  .nav-card-title {
    font-size: 1.5rem;
  }

  .nav-buttons {
    flex-wrap: wrap;
    gap: 0rem;
    font-size: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-buttons a {
    font-size: 1rem;
    padding: 0.2rem 0.2rem;
    margin: 0.1rem 0.2rem;
  }
  .nav-buttons a.active {
  background: var(--grenadine);
  color: var(--cream);
}

  main {
    padding: 0 0.5rem;
    margin: 0 auto 1.5rem;
  }

  .about-section {
    display: block !important;
    margin-top: 1rem !important;
  }

  .about-image {
    margin: 0 auto 1rem auto !important;
    padding-left: 0 !important;
    text-align: center;
  }

  .about-image img {
    max-width: 90vw !important;
    height: auto !important;
  }

  .about-info p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1.1rem !important;
    text-align: left !important;
  }

  p {
    font-size: 1.1rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #gallery {
    padding: 1rem !important;
    max-width: 100vw !important;
  }

  .about-info {
    
    padding: 1.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

@media (max-width: 768px) {
  .contact-columns {
    grid-template-columns: 1fr;
  }

  .photos img {
    flex: 1 1 100%;
  }
}