﻿:root{
  --ink:#1a1209;
  --cream:#faf6f0;
  --amber:#c8862a;
}

*{margin:0;padding:0;box-sizing:border-box;}

body{
  font-family:'Jost',sans-serif;
  background:var(--cream);
}

/* NAV */
nav{
  position:fixed;
  width:100%;
  z-index:100;
  transition:0.3s;
}

nav.scrolled{
  background:rgba(0,0,0,0.9);
  backdrop-filter:blur(8px);
}

.nav-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:1rem 2rem;
}

.logo{
  color:#fff;
  font-family:'Cinzel';
}

.logo span{color:var(--amber);}

.nav-links{
  display:flex;
  gap:2rem;
  list-style:none;
}

.nav-links a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
}

/* HAMBURGER */
.hamburger{
  display:none;
  flex-direction:column;
  cursor:pointer;
}

.hamburger span{
  width:25px;
  height:2px;
  background:#fff;
  margin:4px 0;
}

.hero1 {
    position: relative;
    min-height: 55px;
    display: flex;
    background: #1a1209;
}

/* HERO */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1a1209;
}


.hero-overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(circle, rgba(200,134,42,0.2), transparent);
}

.hero-content {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 0 2rem;
}

.emblem {
    width: 70px;
    height: 70px;
    margin: 0 auto 2.5rem;
    opacity: 50;
    animation: fadeUp 1.2s 0.3s ease forwards;
}
.hero-sub {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.6rem, 1.2vw, 0.75rem);
    letter-spacing: 0.35em;
    color: #c8862a;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    animation: fadeUp 1.2s 0.5s ease forwards;
}
.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 300;
    line-height: 1.05;
    color: #f5ede0;
    letter-spacing: 0.02em;
    opacity: 50;
    animation: fadeUp 1.2s 0.7s ease forwards;
}
.hero-title em {
    font-style: italic;
    color: #e8a84a;
}

.hero-divider {
    width: 60px;
    height: 1px;
    background: var(--amber);
    margin: 2rem auto;
    opacity: 50;
    animation: fadeUp 1.2s 0.9s ease forwards;
}
.tiger-silhouette {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(700px, 95vw);
    opacity: 0.08;
    pointer-events: none;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(200, 134, 42, 0.13) 0%, transparent 70%), radial-gradient(ellipse 40% 80% at 20% 100%, rgba(139, 58, 26, 0.2) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 80% 0%, rgba(74, 92, 58, 0.12) 0%, transparent 60%);
}

.hero-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.hero-lines::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(200, 134, 42, 0.3) 30%, rgba(200, 134, 42, 0.3) 70%, transparent);
    transform: translateX(-50%);
}
 .hero-tagline {
    font-size: clamp(0.78rem, 1.5vw, 0.88rem);
    letter-spacing: 0.2em;
    color: rgba(245, 237, 224, 0.55);
    text-transform: uppercase; 
    animation: fadeUp 1.2s 1.1s ease forwards;
}

.hero h1{
  font-family:'Cormorant Garamond';
  font-size:clamp(3rem,7vw,6rem);
}


.line{
  width:60px;
  height:1px;
  background:var(--amber);
  margin:1rem auto;
}

/* SECTION */
.section{
  padding:5rem 2rem;
  max-width:1200px;
  margin:auto;
}

.section.dark{
  background:var(--ink);
  color:#fff;
  max-width:100%;
}

/* GRID */
.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3rem;
}

.card{
  padding:2rem;
  background:#fff;
}

.about-visual {
    position: relative;
}

.card.dark{
  background : var(--ink);
    /* color: #fff; */
    font-family: 'Cormorant Garamond', serif;
    font-size: 31px;
    font-weight: 300;
    font-style: italic;
   line-height: 1.5;
    color: #f5ede0;
    position: relative;
    z-index: 1;
}
 
 .section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.4em;
    color: var(--amber);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 1.8rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.62rem;
    letter-spacing: 0.4em;
    color: var(--amber);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.about-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 1.8rem;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.about-visual {
    position: relative;
}
.about-card {
    background: var(--ink);
    padding: 5rem;
    position: relative;
    overflow: hidden;
}
.about-card-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    color: #f5ede0;
    line-height: 1.9;
    position: relative;
    z-index: 1;
}
.about-card-attr {
    margin-top: 1.5rem;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #c8862a;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    position: relative;
    z-index: 1;
}
.about-card-deco {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 8rem;
    color: rgba(200, 134, 42, 0.06);
    line-height: 1;
    font-style: italic;
    z-index: 0;
}
 .about-card-maq {
    margin-top: 1.5rem;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #c8862a;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    position: relative;
    z-index: 1;
}

.about-text p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: rgba(26, 18, 9, 0.72);
    margin-bottom: 1.2rem;
}

/* FOUNDERS */
.founder{
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top:1rem;
}

.founders-section {
    background: #1a1209;
    max-width: 100%;
    padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
}
.founders-inner {
    max-width: 100%;
    margin: 0 auto;
}
.founders-section .section-label {
    color: #c8862a;
    font-size:0.95rem;
}
.section-label {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    letter-spacing: 0.4em;
    color: #c8862a;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.founders-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 300;
    color: #f5ede0;
    margin-bottom: 4rem;
}
.founders-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.founder-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    font-weight: 300;
    color: rgb(117 100 73);
    line-height: 1;
    position: absolute;
    top: -20px;
    right: 0;
    font-style: italic;
}
.founder-name {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #e8a84a;
    margin-bottom: 0.5rem;
}
.founder-role {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 237, 224, 0.4);
    margin-bottom: 1.5rem;
}
.founder-bio {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(245, 237, 224, 0.65);
}
.founder-origin {
    margin-top: 1.5rem;
    padding: 1.2rem;
    border-left: 2px solid rgba(200, 134, 42, 0.4);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: rgba(245, 237, 224, 0.5);
    line-height: 1.6;
}

.tigers-section {
    padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 5rem);
    max-width: 100%;
    margin: 0 auto;
}
 

.tigers-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 1rem;
}

.tigers-intro {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(26, 18, 9, 0.65);
    max-width: 100%;
    margin-bottom: 4rem;
}

.tigers-intro.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.tiger-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(26, 18, 9, 0.1);
    margin-bottom: 4rem;
}

.tiger-stat {
    padding: 2.5rem;
    border-right: 1px solid rgba(26, 18, 9, 0.1);
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}
.tiger-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--amber);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.tiger-stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(26, 18, 9, 0.5);
}

.tiger-stat {
  background: transparent;
  transition: all 0.3s ease;
}

.tiger-stat:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.tiger-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(26, 18, 9, 0.06);
}


.tiger-features.reveal {
    opacity: 25;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tiger-feature {
    background: #faf6f0;
    padding: 2.5rem;
    transition: background 0.3s;
}

.tiger-feature {
  background: transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.tiger-feature:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.tiger-feature:hover h3,
.tiger-feature:hover p {
  color: #1a1209;
}

.tiger-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* Add borders */
.tiger-feature {
  padding: 2rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Remove right border from last column */
.tiger-feature:nth-child( 4n) {
  border-right: none;
}

/* Remove bottom border from last row */
.tiger-feature:nth-last-child(-n+4) {
  border-bottom: none;
}
.tiger-feature-icon {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.tiger-feature h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #1a1209;
    margin-bottom: 0.8rem;
}
.tiger-feature p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(26, 18, 9, 0.6);
}



/* STATS */
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  text-align:center;
  gap:1rem;
}

/* CTA */
.center{text-align:center;}

.btn{
  display:inline-block;
  margin-top:1rem;
  padding:1rem 2rem;
  background:var(--amber);
  color:#000;
  text-decoration:none;
}


/* blaze */
.blaze-section {
    text-align: center;
    padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 5rem);
    max-width: 900px;
    margin: 0 auto;
}
.blaze-eyebrow {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    letter-spacing: 0.5em;
    color: #c8862a;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.blaze-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 1.8rem;
}
.blaze-sub {
    font-size: 0.92rem;
    line-height: 1.9;
    color: rgba(26, 18, 9, 0.6);
    margin-bottom: 3rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.8rem;
    background: #c8862a;
    color: #1a1209;
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
}
.btn-primary:hover {
    background: #e8a84a;
    transform: translateY(-1px);
}

.btn-ghost {
    display: inline-block;
    padding: 1rem 2.8rem;
    border: 1px solid rgba(26, 18, 9, 0.25);
    color: var(--ink);
    font-family: 'Cinzel', serif;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1rem;
    transition: border-color 0.3s, color 0.3s;
}
.btn-ghost:hover {
    border-color: #c8862a;
    color: #c8862a;
}

.partners-section {
    background: linear-gradient(135deg, var(--ink) 0%, #2a1e0f 100%);
    max-width: 100%;
    padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
}

.partners-inner {
    max-width: 100%;
    margin: 0 auto;
}

.partners-section .section-label {
    color: #c8862a;
}
.section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    letter-spacing: 0.4em;
    color: #c8862a;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.section-label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #c8862a;
}
.partners-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: #f5ede0;
    margin-bottom: 1rem;
}
.partners-desc {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(245, 237, 224, 0.5);
    max-width: 550px;
    margin-bottom: 4rem;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    gap: 1.5px;
    background: rgba(200, 134, 42, 0.15);
}
.partner-item {
    background: rgba(26, 18, 9, 0.6);
    padding: 2.2rem;
    border-top: 2px solid transparent;
    transition: border-color 0.3s, background 0.3s;
    cursor: default;
}
.partner-item:hover {
    border-color: #c8862a;
    background: rgba(200, 134, 42, 0.08);
}
.partner-cat {
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c8862a;
    margin-bottom: 0.7rem;
    font-family: 'Cinzel', serif;
}
.partner-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #f5ede0;
    line-height: 1.3;
}
.partner-detail {
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: rgba(245, 237, 224, 0.35);
    line-height: 1.5;
}
/* FOOTER */
footer{
  background:#111;
  color:#fff;
  text-align:center;
  padding:2rem;
}



/* MOBILE */
@media (max-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-desc {
    margin-bottom: 3rem;
  }

  .partner-item {
    padding: 2rem;
  }
}

@media (max-width: 768px) {

  .partners-section {
    padding: 3rem 1.2rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    gap: 1px; /* clean inner border look */
  }

  .partner-item {
    padding: 1.6rem;
  }

  .partners-section h2 {
    font-size: 1.8rem;
  }

  .partners-desc {
    font-size: 0.85rem;
    margin-bottom: 2.5rem;
  }

  .partner-name {
    font-size: 1.05rem;
  }

  .partner-detail {
    font-size: 0.72rem;
  }

  .section-label {
    font-size: 0.55rem;
    letter-spacing: 0.3em;
  }
}

@media (max-width: 768px) {
  .tiger-stats {
    grid-template-columns: 1fr;
  }

  .tiger-stat {
    border-right: none;
    border-bottom: 1px solid rgba(26, 18, 9, 0.1);
    padding: 2rem;
  }

  .tiger-stat:last-child {
    border-bottom: none;
  }

  .tiger-stat-num {
    font-size: 2.2rem;
  }

  .tiger-stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 768px) {
  .tiger-features {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
   
  .tiger-feature {
    padding: 1.2rem;
  }

  .tiger-feature-icon {
    font-size: 1.8rem;
  }

  .tiger-feature h3 {
    font-size: 1.1rem;
  }

  .tiger-feature p {
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .tiger-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .tiger-features {
    grid-template-columns:  1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {

  /* Stack into single column */
  .founders-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Reduce section padding */
  .founders-section {
    padding: 3rem 1.5rem;
  }

  /* Heading scaling */
  .founders-section h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  /* Fix card spacing */
  .founder-card {
    padding-top: 1.8rem;
  }

  /* FIX: Big number overlap */
  .founder-number {
    position: absolute;
    top: 0;
    right: 0;
    color:#fff;
    font-size: 3rem;
    opacity: 0.3;
    
  }

  /* Improve name readability */
  .founder-name {
    font-size: 0.95rem;
  }

  /* Role spacing */
  .founder-role {
    font-size: 0.65rem;
    margin-bottom: 1rem;
  }

  /* Bio readability */
  .founder-bio {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  /* Quote block fix */
  .founder-origin {
    padding: 1rem;
    font-size: 0.95rem;
    margin-top: 1.2rem;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-card {
    padding: 3rem;
  }

  .about-card-quote {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  #about {
    padding: 3rem 1.2rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }

  .about-card {
    padding: 2rem;
  }

  .about-card-quote {
    font-size: 22px;
    line-height: 1.6;
  }

  .about-card-attr {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .about-card-deco {
    font-size: 4rem;
    bottom: 1rem;
    right: 1rem;
  }

  .section-label {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .about-text h2 {
    font-size: 1.6rem;
  }

  .about-card-quote {
    font-size: 18px;
  }

  .about-card {
    padding: 1.5rem;
  }
}


@media(max-width:768px){

  .hamburger{display:flex;}

  .nav-links{
    position:absolute;
    top:60px;
    right:0;
    background:#111;
    flex-direction:column;
    width:220px;
    transform:translateX(100%);
    transition:0.3s;
    padding:1rem;
  }

  .nav-links.open{
    transform:translateX(0);
  }

  .grid{
    grid-template-columns:1fr;
  }

  .stats{
    grid-template-columns:1fr;
  }

  .section{
    padding:3rem 1.5rem;
  }

  .hero{
    padding:1rem;
  }
}

/* =========================================
   UNIFORM SECTION
========================================= */

.uniform-section{
  background:#f7f1e7;
  padding:clamp(4rem,8vw,8rem) clamp(1.5rem,6vw,6rem);
  overflow:hidden;
}

/* =========================================
   HEADER
========================================= */

.uniform-header{
  max-width:900px;
  margin:0 auto 5rem;
  text-align:center;
}

.uniform-header h2{
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(2.3rem,5vw,4.5rem);
  font-weight:300;
  line-height:1.15;
  color:#1a1209;
  margin-bottom:1.5rem;
}

.uniform-header h2 em{
  color:#c8862a;
  font-style:italic;
}

.uniform-desc{
  font-size:1rem;
  line-height:1.9;
  color:rgba(26,18,9,0.72);
  margin-bottom:1rem;
}

/* =========================================
   LABELS
========================================= */

.uniform-mini-title{
  font-size:0.68rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:#c8862a;
  margin-bottom:1rem;
  font-family:'Cinzel', serif;
}

/* =========================================
   INFO GRID
========================================= */

.uniform-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  margin-bottom:5rem;
}

.uniform-info-card{
  background:#fff;
  padding:3rem;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.uniform-info-card.dark{
  background:linear-gradient(135deg,#1a1209 0%,#2a1e0f 100%);
}

.uniform-info-card h3{
  font-family:'Cormorant Garamond', serif;
  font-size:2rem;
  font-weight:400;
  line-height:1.3;
  margin-bottom:1.2rem;
  color:#1a1209;
}

.uniform-info-card.dark h3{
  color:#f5ede0;
}

.uniform-info-card p{
  line-height:1.9;
  color:rgba(26,18,9,0.72);
  margin-bottom:1rem;
}

.uniform-info-card.dark p,
.uniform-info-card.dark li{
  color:rgba(245,237,224,0.72);
}

.uniform-info-card ul{
  padding-left:1.2rem;
  margin-top:1rem;
}

.uniform-info-card li{
  margin-bottom:0.8rem;
  line-height:1.8;
}

/* =========================================
   SERVICES
========================================= */

.uniform-services{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(26,18,9,0.08);
  margin-bottom:5rem;
}

.uniform-service{
  background:#fff;
  padding:2rem;
  transition:all 0.3s ease;
}

.uniform-service:hover{
  background:#ffffff;
  transform:translateY(-5px);
}

.uniform-service span{
  display:block;
  font-size:0.8rem;
  letter-spacing:0.2em;
  color:#c8862a;
  margin-bottom:1rem;
  font-family:'Cinzel', serif;
}

.uniform-service h4{
  font-family:'Cormorant Garamond', serif;
  font-size:1.5rem;
  margin-bottom:0.8rem;
  color:#1a1209;
}

.uniform-service p{
  line-height:1.8;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   IMAGE GRID
========================================= */

.uniform-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  margin-bottom:5rem;
}

/* =========================================
   CARD
========================================= */

.uniform-card{
  background:#fff;
  overflow:hidden;
  transition:all 0.35s ease;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.uniform-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* =========================================
   IMAGE
========================================= */

.uniform-image{
  position:relative;
  overflow:hidden;
  cursor:pointer;
}

.uniform-image img{
  width:100%;
  height:auto;
  display:block;
  transition:transform 0.5s ease;
}

.uniform-card:hover .uniform-image img{
  transform:scale(1.05);
}

/* =========================================
   CONTENT
========================================= */

.uniform-content{
  padding:2rem;
}

.uniform-category{
  font-size:0.65rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:#c8862a;
  margin-bottom:0.8rem;
  font-family:'Cinzel', serif;
}

.uniform-content h3{
  font-family:'Cormorant Garamond', serif;
  font-size:1.7rem;
  font-weight:400;
  color:#1a1209;
  margin-bottom:1rem;
}

.uniform-features{
  padding-left:1rem;
}

.uniform-features li{
  margin-bottom:0.8rem;
  line-height:1.7;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   INSPIRED
========================================= */

.uniform-inspired{
  margin-bottom:5rem;
}

.uniform-inspired-header{
  text-align:center;
  margin-bottom:3rem;
}

.uniform-inspired-header h3{
  font-family:'Cormorant Garamond', serif;
  font-size:2.4rem;
  font-weight:300;
  line-height:1.3;
}

.uniform-inspired-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(26,18,9,0.08);
}

.uniform-inspired-item{
  background:#fff;
  padding:2rem;
}

.uniform-inspired-item h4{
  font-family:'Cormorant Garamond', serif;
  font-size:1.5rem;
  margin-bottom:1rem;
}

.uniform-inspired-item p{
  line-height:1.8;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   ENDING
========================================= */

.uniform-ending{
  text-align:center;
  max-width:850px;
  margin:0 auto;
}

.uniform-ending h3{
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:300;
  line-height:1.3;
  margin-bottom:1.5rem;
}

.uniform-ending p{
  line-height:1.9;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   IMAGE POPUP
========================================= */

.image-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.92);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transition:0.3s ease;
  padding:2rem;
}

.image-popup.active{
  opacity:1;
  visibility:visible;
}

.image-popup img{
  max-width:95%;
  max-height:95vh;
  object-fit:contain;
  animation:zoomIn 0.35s ease;
}

.popup-close{
  position:absolute;
  top:20px;
  right:25px;
  color:#fff;
  font-size:2.5rem;
  cursor:pointer;
  line-height:1;
}

@keyframes zoomIn{
  from{
    transform:scale(0.85);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}

/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

  .uniform-info-grid{
    grid-template-columns:1fr;
  }

  .uniform-services{
    grid-template-columns:repeat(2,1fr);
  }

  .uniform-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .uniform-inspired-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

  .uniform-section{
    padding:3rem 1.2rem;
  }

  .uniform-header{
    margin-bottom:3rem;
  }

  .uniform-header h2{
    font-size:2rem;
  }

  .uniform-desc{
    font-size:0.92rem;
  }

  .uniform-info-card{
    padding:1.8rem;
  }

  .uniform-info-card h3{
    font-size:1.6rem;
  }

  .uniform-services{
    grid-template-columns:1fr;
  }

  .uniform-grid{
    grid-template-columns:1fr;
    gap:1.5rem;
  }

  .uniform-content{
    padding:1.5rem;
  }

  .uniform-content h3{
    font-size:1.4rem;
  }

  .uniform-inspired-grid{
    grid-template-columns:1fr;
  }

  .uniform-inspired-item{
    padding:1.5rem;
  }

  .uniform-inspired-header h3{
    font-size:1.8rem;
  }

  .uniform-ending h3{
    font-size:1.8rem;
  }

  .popup-close{
    font-size:2rem;
    top:15px;
    right:20px;
  }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

  .uniform-header h2{
    font-size:1.7rem;
  }

  .uniform-content{
    padding:1.2rem;
  }

  .uniform-content h3{
    font-size:1.2rem;
  }

}

/* =========================================
   PROFILE SECTION
========================================= */

.profile-section{
  background:#f5efe4;
  padding:clamp(4rem,8vw,8rem) clamp(1.5rem,6vw,6rem);
}

.profile-inner{
  max-width:1400px;
  margin:0 auto;
}

/* =========================================
   HEADER
========================================= */

.profile-header{
  text-align:center;
  max-width:850px;
  margin:0 auto 5rem;
}

.profile-header h2{
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(2.5rem,5vw,4.8rem);
  font-weight:300;
  line-height:1.1;
  margin-bottom:1rem;
  color:#1a1209;
}

.profile-header h2 em{
  color:#c8862a;
  font-style:italic;
}

.profile-intro{
  font-size:1rem;
  letter-spacing:0.08em;
  color:rgba(26,18,9,0.6);
}

/* =========================================
   GRID
========================================= */

.profile-grid{
  display:grid;
  grid-template-columns:1.4fr 0.8fr;
  gap:2rem;
  margin-bottom:5rem;
}

/* =========================================
   CARDS
========================================= */

.profile-card,
.profile-side-card{
  background:#fff;
  padding:3rem;
  margin-bottom:2rem;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.profile-card.dark{
  background:linear-gradient(135deg,#1a1209 0%,#2a1e0f 100%);
}

.profile-card.dark h3,
.profile-card.dark p,
.profile-card.dark li{
  color:#f5ede0;
}

.profile-tag{
  font-size:0.68rem;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:#c8862a;
  margin-bottom:1.2rem;
  font-family:'Cinzel', serif;
}

.profile-card h3,
.profile-side-card h3{
  font-family:'Cormorant Garamond', serif;
  font-size:2rem;
  font-weight:400;
  line-height:1.3;
  margin-bottom:1.5rem;
  color:#1a1209;
}

.profile-card p,
.profile-side-card p{
  line-height:1.9;
  color:rgba(26,18,9,0.72);
  margin-bottom:1.2rem;
}

.profile-card ul,
.profile-side-card ul{
  padding-left:1.2rem;
  margin-top:1rem;
}

.profile-card li,
.profile-side-card li{
  margin-bottom:0.8rem;
  line-height:1.8;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   BRAND GRID
========================================= */

.brand-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-top:2rem;
}

.brand-item{
  border:1px solid rgba(26,18,9,0.08);
  padding:1.5rem;
}

.brand-item h4{
  font-family:'Cormorant Garamond', serif;
  font-size:1.5rem;
  margin-bottom:0.8rem;
}

.brand-item p{
  font-size:0.9rem;
  line-height:1.8;
}

/* =========================================
   VISION POINTS
========================================= */

.vision-points{
  display:grid;
  gap:1rem;
  margin-top:2rem;
}

.vision-points div{
  border-top:1px solid rgba(26,18,9,0.08);
  padding-top:1rem;
}

.vision-points strong{
  display:block;
  font-size:0.9rem;
  letter-spacing:0.08em;
  margin-bottom:0.3rem;
  color:#1a1209;
}

.vision-points span{
  font-size:0.9rem;
  color:rgba(26,18,9,0.6);
}

/* =========================================
   ENDING
========================================= */

.profile-ending{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.profile-ending h3{
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(2rem,4vw,3.2rem);
  font-weight:300;
  line-height:1.3;
  margin-bottom:1.5rem;
  color:#1a1209;
}

.profile-ending p{
  line-height:1.9;
  color:rgba(26,18,9,0.72);
}

/* =========================================
   TABLET
========================================= */

@media(max-width:1024px){

  .profile-grid{
    grid-template-columns:1fr;
  }

  .brand-grid{
    grid-template-columns:1fr;
  }

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:768px){

  .profile-section{
    padding:3rem 1.2rem;
  }

  .profile-header{
    margin-bottom:3rem;
  }

  .profile-header h2{
    font-size:2.2rem;
  }

  .profile-card,
  .profile-side-card{
    padding:1.8rem;
  }

  .profile-card h3,
  .profile-side-card h3{
    font-size:1.6rem;
  }

  .profile-card p,
  .profile-side-card p,
  .profile-card li,
  .profile-side-card li{
    font-size:0.92rem;
  }

  .profile-ending h3{
    font-size:1.8rem;
  }

}

/* =========================================
   FOUNDER BUTTON
========================================= */

.founder-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0.8rem;

  margin-top:2rem;
  padding:1rem 2rem;

  border:1px solid rgba(200,134,42,0.35);

  font-size:0.72rem;
  letter-spacing:0.25em;
  text-transform:uppercase;
  text-decoration:none;

  color:#c8862a;
  background:transparent;

  overflow:hidden;
  transition:all 0.4s ease;

  font-family:'Cinzel', serif;
  isolation:isolate;
}

/* TEXT FIX */

.founder-btn .btn-text,
.founder-btn::after{
  position:relative;
  z-index:2;
}

/* BACKGROUND EFFECT */

.founder-btn span{
  position:absolute;
  inset:0;
  background:#c8862a;

  transform:translateX(-101%);
  transition:transform 0.45s ease;

  z-index:1;
}

/* ARROW */

.founder-btn::after{
  content:"→";
  transition:transform 0.3s ease;
}

/* HOVER */

.founder-btn:hover{
  color:#fff;
  border-color:#c8862a;
}

.founder-btn:hover span{
  transform:translateX(0);
}

.founder-btn:hover::after{
  transform:translateX(4px);
}

/* MOBILE */

@media(max-width:768px){

  .founder-btn{
    width:100%;
    padding:0.95rem 1.4rem;
    justify-content:center;
    font-size:0.68rem;
  }

}