body {
  margin: 0px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #111;
  background: #ffffff;
}

.wrap {
  max-width: 1200px;
  margin: 10px auto;
  padding: 10px 24px;
   background: #ffffff;
   border: 1px solid #ffffff;
   border-radius: 18px;
}


h1 {
  font-size: 40px;
  margin: 0 0 14px;
  font-weight: 600;
}

.sub {
  margin: 0 0 22px;
  color: #444;
}

.hero {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 40px 0;
  background-color: #faf9f7;
  border: 1px solid #faf9f7;
  border-radius: 18px;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #666;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 500;
  margin: 0 0 22px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.intro {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.7;
  color: #333;
}

.intro p {
  margin: 0 0 16px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.gallery {
  background: #fff;
  margin-top: 28px;
  border-radius: 18px;
  padding: 26px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.thumb {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #eee;
  aspect-ratio: 1 / 1;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.more {
  display: flex;
  justify-content: center;
  padding: 26px 0 6px;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  border: 1px solid #d59c9c;
  border-radius: 8px;
  text-decoration: none;
  color: #F36F6F;
  background: #fff;
}

.btn:hover {
  border-color: #EF5555;
}

.btn-solid {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  background: #F36F6F;
  color: #fff;
  border-color: #EF5555;
}

.btn-solid:hover {
  background: #F48484;
  border-color: #EF5555;
}

@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: 34px;
  }
}

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


/*Start Header Include*/

.site-header{ padding: 10px 0 22px; }

  .site-header__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
    background: #ffffff;
  }

  /* Stack logo above nav */
  .site-logo{
    display: block;
    width: 100%;
    text-decoration: none;
    margin: 0 auto 10px;
  }

  .site-logo img{
    max-width: 180px;   /* tweak */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .site-nav{
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .site-nav a{
    text-decoration: none;
    color: inherit;
    opacity: .85;
    padding: 6px 10px;
    border-radius: 10px;
  }

  .site-nav a:hover{
    opacity: 1;
    background: rgba(0,0,0,.04);
  }

  .site-nav a.active{
    opacity: 1;
    font-weight: 600;
    background: rgba(0,0,0,.06);
  }

  /*END HEADER INCLUDE*/

  

/*Index Page About Section*/
.about-home {
  margin-top: 40px;
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.about-home h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}

.about-text {
  line-height: 1.7;
  color: #333;
}

.about-text p {
  margin: 0 0 16px;
}

.about-link {
  margin-top: 24px;
}

/*END INDEX PAGE ABOUT SECTION*/

/*START INDEX PAGE LICENSING SECTION*/

.about-licensing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 60px 0;
  align-items: start;
}

.about-licensing h2 {
  font-size: 28px;
  margin-bottom: 16px;
  text-align: center;
}

.about-licensing p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #333;
}

.about-col,
.licensing-col {
  background: #faf9f7;
  padding: 40px 30px;
  border-radius: 18px;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .about-licensing {
    grid-template-columns: 1fr;
  }
}
/*
.section-divider {
  border: none;
  height: 1px;
  background: #e5e5e5;
  margin: 70px auto 50px;
  max-width: 600px;
}
.licensing-home {
  margin-bottom: 20px;
  background-color:  #FAF3F3; 
  padding: 25px 15px;
  margin: 15px 0 15px 0;
  border: 1px solid #FAF3F3;
  border-radius: 10px;
}

.licensing-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.licensing-home h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}

.licensing-text {
  line-height: 1.7;
  color: #333;
}

.licensing-text p {
  margin: 0 0 16px;
}

.licensing-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}*/

/*END INDEX PAGE LICENSING SECTION*/

/*START CONTACT*/
.contact-section {
  padding: 80px 20px;
  background: #faf9f7;
  border: 1px solid #faf9f7;
  border-radius: 18px;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.contact-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

/* Content */
.contact-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.contact-content .intro {
  margin-bottom: 30px;
  line-height: 1.6;
  color: #555;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 6px;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #999;
}

/* Button */
.contact-form button {
  background: #F36F6F;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.contact-form button:hover {
  background: #c27660;
}

/* Email note */
.email-note {
  margin-top: 20px;
  font-size: 14px;
}

.email-note a {
  color: #333;
  text-decoration: underline;
}

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

  .contact-image {
    order: -1;
  }
}

.success-message {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

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

/*PORTFOLIO PAGE*/


   /* body {
      margin: 0;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: #111;
      background: #f6f6f6;
    }*/
/*
    .wrap {
      max-width: 1500px;
      margin: 0 auto;
      padding: 48px 24px;
    }

    h1 {
      font-size: 34px;
      font-weight: 600;
      margin: 0 0 28px;
    }

    .gallery {
      background: #ffffff;
      border-radius: 18px;
      padding: 26px;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .thumb {
      display: block;
      aspect-ratio: 1 / 1;
      background: #eee;
      border-radius: 14px;
      overflow: hidden;
      text-decoration: none;
    }

    .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @media (max-width: 900px) {
      .grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 560px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }
  */

  /*START ABOUT US*/

/*START ABOUT US*/

.about-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-page h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-page .intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 760px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 20px;
}

.about-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-bottom: 18px;
}

.about-card h2 {
  font-size: 28px;
  margin: 0 0 14px;
}

.about-card p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  color: #333;
}

.cta {
  margin-top: 50px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-card h2 {
    font-size: 24px;
  }

  .about-card p {
    font-size: 16px;
  }
}

/*END ABOUT US*/

/* PORTFOLIO ENTRY */

.portfolio-entry {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.portfolio-entry .intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}

.preview-grid img {
  width: 100%;
  border-radius: 10px;
  opacity: 0.9;
}

/* LOGIN PAGE */

.login-page {
  max-width: 500px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.login-form {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.login-form input {
  padding: 10px;
  width: 200px;
}

.error {
  color: red;
  margin-top: 10px;
}

/* =========================
   PORTFOLIO LANDING PAGE
   ========================= */

.portfolio-entry {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px 90px;
}

.portfolio-entry h1 {
  font-size: 60px;
  line-height: 1.05;
  margin: 0 0 24px;
}

.portfolio-entry .intro {
  max-width: 900px;
  font-size: 20px;
  line-height: 1.7;
  color: #2f2f2f;
  margin: 0 0 42px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 42px;
}

.preview-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.cta {
  display: flex;
  justify-content: center; /* THIS is what you want */
  gap: 16px;
  flex-wrap: wrap;
  margin: 15px 0;
}

/* =========================
   LOGIN PAGE
   ========================= */

.login-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 20px 90px;
  text-align: center;
}

.login-page h1 {
  font-size: 58px;
  line-height: 1.05;
  margin: 0 0 22px;
}

.login-page .intro {
  max-width: 640px;
  margin: 0 auto 34px;
  font-size: 20px;
  line-height: 1.7;
  color: #2f2f2f;
}

.login-form {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.login-form input[type="password"] {
  min-width: 280px;
  padding: 14px 16px;
  font-size: 17px;
  border: 1px solid #d7d0ca;
  border-radius: 10px;
  background: #fff;
  color: #222;
}

.login-form input[type="password"]:focus {
  outline: none;
  border-color: #e67b7b;
  box-shadow: 0 0 0 3px rgba(230, 123, 123, 0.15);
}

.error {
  margin-top: 18px;
  font-size: 15px;
  color: #a63c3c;
}

/* =========================
   BUTTONS
   ========================= */

.btn-primary,
.btn-outline,
.login-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary,
.login-form button {
  background: #ea7676;
  color: #fff;
  border: 1px solid #ea7676;
}

.btn-primary:hover,
.login-form button:hover {
  background: #df6767;
  border-color: #df6767;
}

.btn-outline {
  background: transparent;
  color: #2d2d2d;
  border: 1px solid #d7d0ca;
}

.btn-outline:hover {
  border-color: #bfb5ad;
  background: #faf8f6;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px) {
  .portfolio-entry h1,
  .login-page h1 {
    font-size: 44px;
  }

  .portfolio-entry .intro,
  .login-page .intro {
    font-size: 18px;
  }

  .preview-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .portfolio-entry,
  .login-page {
    padding: 48px 20px 70px;
  }

  .portfolio-entry h1,
  .login-page h1 {
    font-size: 38px;
  }

  .login-form {
    flex-direction: column;
    align-items: center;
  }

  .login-form input[type="password"] {
    width: 100%;
    min-width: 0;
    max-width: 360px;
  }

  .login-form button,
  .btn-primary,
  .btn-outline {
    width: 100%;
    max-width: 360px;
  }
}

/*END LOGIN PAGE*/

/*BEGIN LICENSING PAGE*/

/* =========================
   LICENSING PAGE
   ========================= */

.licensing-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 90px;
}

.licensing-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

.eyebrow {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #7a6f68;
}

.licensing-hero h1 {
  font-size: 60px;
  line-height: 1.02;
  margin: 0 0 20px;
}

.licensing-hero .intro {
  font-size: 20px;
  line-height: 1.7;
  color: #2f2f2f;
  max-width: 650px;
  margin: 0 0 28px;
}

.licensing-hero-image img,
.licensing-feature-image img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

.licensing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 70px;
}

.licensing-card {
  padding: 30px 26px;
  border: 1px solid #e6ddd7;
  border-radius: 14px;
  background: #fff;
}

.licensing-card h2 {
  font-size: 28px;
  margin: 0 0 14px;
}

.licensing-card p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  color: #333;
}

.licensing-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

.licensing-feature-text h2,
.licensing-cta-block h2 {
  font-size: 38px;
  margin: 0 0 18px;
}

.licensing-feature-text p,
.licensing-cta-block p {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
  margin: 0 0 18px;
}

.licensing-cta-block {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #ea7676;
  color: #fff;
  border: 1px solid #ea7676;
}

.btn-primary:hover {
  background: #df6767;
  border-color: #df6767;
}

.btn-outline {
  background: transparent;
  color: #2d2d2d;
  border: 1px solid #d7d0ca;
}

.btn-outline:hover {
  background: #faf8f6;
  border-color: #bfb5ad;
}

@media (max-width: 980px) {
  .licensing-hero,
  .licensing-feature,
  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .licensing-hero h1 {
    font-size: 46px;
  }

  .licensing-feature-text h2,
  .licensing-cta-block h2,
  .licensing-card h2 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .licensing-page {
    padding: 45px 20px 70px;
  }

  .licensing-hero h1 {
    font-size: 38px;
  }

  .licensing-hero .intro,
  .licensing-feature-text p,
  .licensing-cta-block p,
  .licensing-card p {
    font-size: 16px;
  }
}

/*END LICENSING PAGE*/
/*START FOOTER*/
.site-footer {
  background: #e66a6a;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.footer-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.footer-licensing,
.footer-copy {
  margin: 0;
}

.footer-licensing {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.footer-links a:hover {
  border-color: #fff;
  opacity: 0.85;
}

.footer-divider {
  opacity: 0.6;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-social img {
  width: 40px;
  height: 40px;
  display: block;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.8;
}
/*END FOOTER*/