@charset "UTF-8";
/* CSS Document */

/* ============================================================
   primary.css — IKANIKON PRIMARY PAGES (HOME / ABOUT / CONTACT)
   ============================================================ */

/* Base imports if you want to piggyback brand tokens */
@import url("global-tokens.css");

/* Reset box model for all elements */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: var(--font-primary);
  color: var(--ink);
  font-size: 18px;
  margin: 0; /* FIX: remove default page margins */
  background: var(--reiki); /* FIX: actual site background color */
}

/* ===================== LINKS ===================== */
a {
  color: var(--turquoise);
  font-weight: 700;
  text-decoration: none;
/*  transition: color .15s ease, transform .15s ease; */
}

a:hover,
a:focus {
  color: var(--sienna);
}

/* ===================== HEADER ===================== */
header.primary-header {
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.primary-header-top {
  width: 100%;
  padding: .6rem 1.5rem;
  border-bottom: 1px solid rgba(255, 249, 208, 0.25);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0px solid var(--reiki);
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro {
  background: var(--reiki); /* about header bg */
  color: var(--ink);
  padding: 30px 30px 30px 30px;
  width: 100%;
  align: left;
}

.service-grid {
  background: var(--reiki); /* about pg bg */
  color: var(--ink);
  padding: 30px 30px 30px 30px;
  width: 100%;
  align: left;
}

/* ===================== HERO + BREADCRUMB ===================== */
.page-hero {
  background-color: var(--ink);
  width: 100%;
}

.page-hero-image {
  width: 100%;
  height: 300px;
  background: var(--ink); 
  position: relative;
}

.page-hero-breadcrumb {
  background: var(--ink);
  color: var(--canvas);
  padding: 30px 30px 30px 30px;
  width: 80%;
}

.page-hero-breadcrumb h1 {
  font-size: 2.2rem;
  font-weight: 900;
}


/* ===================== GRADIENT HERO SECTION ===================== */
.gradient-hero {
  background: linear-gradient(
    135deg,
    #C9AF6C 0%,
    #E5DBD2 50%,
    #C9AF6C 100%
  );
  padding: 80px 50px;
  width: 100%;
}

.gradient-hero-inner {
  max-width: 900px;
  margin: 0 a80%  text-align: center;
}

.primary-selefteyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--turquoise);
  margin-bottom: 1rem;
}

.primary-section-title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.primary-section-intro {
  font-size: 1.2rem;
  color: var(--charcoal);
  margin-bottom: 2rem;
}

.hero-cta-group {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}



/* ===================== MAIN LAYOUT ===================== */
main.primary-main {
  background: var(--burgundy);
  width: 100%;
  padding: 50px 50px 50px 50px;
}

.primary-section {
  width: 100%;
  padding: 50px 50px 50px 50px;	
  color: var (--charcoal);
  background-color:  var(--reiki);
}

/* ===================== CARDS ===================== */
.primary-card {
  background: var(--burgundy);
  color: var(--reiki);
  border: 1px solid rgba(255, 249, 208, 0.15);
  border-radius: var(--radius);
  padding: 25px 25px 25px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  width: 8th 0%; /* ensure they fill their grid cell */
  align-content: center;
}

/* Each primary card image */
.primary-card-item {
  width: 300px;
  height: 150px;
  aspect-ratio: 16 / 9; /* landscape rectangle */
  border-radius: 14px; /* rounded corners */
  overflow: hidden; /* crops the image into the shape */
  background: var(--canvas); /* fallback canvas color */
  display: flex;
}

/* The images inside */
.primary-card-item img {
  width: 300px;
  height: 150px;
  object-fit: cover; /* crop to fit the rectangle */
  display: block;
}

/* 4-up grid for the snapshot boxes */
.primary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 2rem; /* spacing between cards */
  max-width: 100%;
  align-content: center;
}

@media (max-width: 700px) {
  .primary-grid {
    grid-template-columns: 1fr; /* stack on phones */
  }
}

/* ===================== ADDITIONAL SECTIONS ===================== */

.collage-two {
  width: 100%;
  display: flex;
  background: var(--burgundy);
  padding: 20px 20px 20px 20px;
  gap: 20px;
}

.caption-two {
  width: 100%;
  font-family: var(--font-primary);
  color: var(--canvas);
  font-size: var(--font-size-sm);
}



.collage-three {
  width: 100%;
  display: flex;
  background: var(--canvas);
  padding: 20px 20px 20px 20px;
  gap: 20px;
}

/* Each collage item */
.caption-three {
  width: 100%;
  font-family: var(--font-primary);
  color: var(--burgundy);
  font-size: var(--font-size-sm);
}


.collage-three {
  width: 100%;
  display: flex;
  background: var(--charcoal);
  padding: 20px 20px 20px 20px;
  gap: 20px;
}

/* Each collage item */
.caption-three {
  width: 100%;
  font-family: var(--font-primary);
  color: var(--reiki);
  font-size: var(--font-size-sm);
}

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  padding: 0.7rem 1.4rem;
  font-weight: 900;
  border-radius: 999px;
  transition: all .2s ease;
  cursor: pointer;
}

.btn-gold {
  background: var(--gold-gradient);
  color: var(--charcoal);
}

.btn-gold:hover {
  background: var(--gold-hover);
  color: var(--burgundy);
/*  transform: translateY(-2px); */
}


/* ----------------------------------------------
   CREATOR SHOWCASE COLLAGE
   Landscape rectangles with rounded corners
   ---------------------------------------------- */

.creator-showcase-collage {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.collage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* Each collage item */
.collage-item {
  width: 100%;
  aspect-ratio: 16 / 9; /* landscape rectangle */
  border-radius: 14px; /* rounded corners */
  overflow: hidden; /* crops the image into the shape */
  background: var(--canvas); /* fallback canvas color */
  display: flex;
}

/* The images inside */
.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop to fit the rectangle */
  display: block;
}


/* ===================== ANIMATIONS ===================== */
.fade-in {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeInUp .6s ease forwards;
}

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


.middle-nav,
.middle-nav-inner,
.middle-submenu,
.middle-nav-group {
  display: none !important;
}


/* ===================== FOOTER ===================== */
footer.primary-footer {
  background: var(--burgundy);
  padding: 3rem 1.5rem;
  color: var(--reiki);
}

.primary-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

.primary-footer-col strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

@media (max-width: 600px) {
  .primary-footer-inner {
    grid-template-columns: 1fr;
  }
}
