/* ============================================
   THE CREATORY — HOME PAGE (DESKTOP)
   ============================================ */

:root {
  --brand:    #2D3E45;
  --brand2:   #374D55;
  --dark:     #1C2A30;
  --white:    #FFFFFF;
  --offwhite: #F6F5F3;
  --lightbg:  #EDECEA;
  --muted:    #7A9099;
  --border:   rgba(45,62,69,0.15);
  --bordark:  rgba(45,62,69,0.25);
  --serif:    'Cormorant Garamond', Georgia, serif;
  --sans:     'Jost', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--offwhite); color: var(--brand); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* NAV */
.tc-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(246,245,243,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); padding: 0 6%; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.tc-nav-logo { text-decoration: none; display: flex; align-items: center; }
.tc-logo-svg { height: 28px; width: auto; }
.tc-nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.tc-nav-links a { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.tc-nav-links a:hover, .tc-nav-links a.active { color: var(--brand); }
.tc-dropdown { position: relative; }
.tc-dropdown-menu { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid var(--border); border-radius: 3px; min-width: 210px; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity 0.2s; box-shadow: 0 8px 24px rgba(45,62,69,0.1); }
.tc-dropdown:hover .tc-dropdown-menu { opacity: 1; pointer-events: all; }
.tc-dropdown-menu a { display: block; padding: 0.75rem 1.2rem; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted) !important; border-bottom: 1px solid var(--border); text-decoration: none; }
.tc-dropdown-menu a:last-child { border-bottom: none; }
.tc-dropdown-menu a:hover { background: var(--offwhite); color: var(--brand) !important; }
.tc-nav-cta { background: var(--brand) !important; color: var(--white) !important; padding: 0.5rem 1.3rem !important; border-radius: 2px !important; font-weight: 500 !important; }
.tc-nav-cta:hover { background: var(--brand2) !important; }

/* Dropdown styling */
.tc-dropdown { position: relative; }
.tc-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid var(--border); border-radius: 3px; min-width: 210px; opacity: 0; pointer-events: none; transition: opacity 0.2s; box-shadow: 0 8px 24px rgba(45,62,69,0.1); }
.tc-dropdown:hover .tc-dropdown-menu { opacity: 1; pointer-events: all; }
.tc-dropdown-menu a { display: block; padding: 0.75rem 1.2rem; font-size: 0.68rem; color: var(--muted) !important; border-bottom: 1px solid var(--border); }

/* SHARED */
.tc-section-tag { display: inline-flex; align-items: center; gap: 12px; font-size: 0.80rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1rem; }
.tc-section-tag::before { content: ''; display: block; width: 26px; height: 1px; background: var(--muted); }
.tc-section-tag.light { color: rgba(255, 255, 255, 0.691); }
.tc-section-tag.light::before { background: rgba(255,255,255,0.25); }
.tc-h2 { font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 400; line-height: 1.15; color: var(--brand); }
.tc-h2 em { font-style: italic; }
.tc-h2.light { color: var(--white); }
.tc-divider { width: 40px; height: 1px; background: var(--bordark); margin: 1.4rem 0; }
.tc-btn-white { display: inline-block; background: var(--white); color: var(--brand); padding: 0.88rem 2rem; font-family: var(--sans); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; margin: 0.4rem; }
.tc-btn-white:hover { background: var(--offwhite); transform: translateY(-1px); }
.tc-btn-ghost { display: inline-block; border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.65); padding: 0.88rem 2rem; font-family: var(--sans); font-size: 0.74rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: border-color 0.2s, color 0.2s; margin: 0.4rem; }
.tc-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: var(--white); }
.tc-btn-brand { display: inline-block; background: var(--brand); color: var(--white); padding: 0.88rem 2rem; font-family: var(--sans); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.tc-btn-brand:hover { background: var(--brand2); }

/* TICKER */
.tc-ticker { background: var(--dark); padding: 13px 6%; display: flex; align-items: center; flex-wrap: wrap; }
.tc-ticker-label { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.70); padding-right: 2rem; margin-right: 2rem; border-right: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
.tc-ticker-items { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.tc-ticker-item { font-size: 0.7rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.70); }

/* CTA BAND */
.tc-cta-band { background: var(--brand); padding: 80px 6%; text-align: center; }
.tc-cta-band h2 { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 400; color: var(--white); margin-bottom: 1rem; }
.tc-cta-band p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.45); max-width: 440px; margin: 0 auto 2rem; line-height: 1.8; }

/* CONTACT */
.tc-contact { background: var(--offwhite); padding: 90px 6%; }
.tc-contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.tc-contact-info h2 { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 400; color: var(--brand); margin-bottom: 1rem; }
.tc-contact-info h2 em { font-style: italic; }
.tc-contact-info p { font-size: 0.92rem; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 2rem; }
.tc-cinfo { margin-bottom: 1.3rem; }
.tc-cinfo-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.17em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.3rem; }
.tc-cinfo a, .tc-cinfo span { font-size: 0.9rem; font-weight: 300; color: var(--brand); text-decoration: none; }
.tc-cinfo a:hover { text-decoration: underline; }
.tc-form { display: flex; flex-direction: column; gap: 14px; }
.tc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tc-fgroup { display: flex; flex-direction: column; gap: 6px; }
.tc-fgroup label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.tc-fgroup input, .tc-fgroup textarea, .tc-fgroup select { background: var(--white); border: 1px solid var(--border); border-radius: 2px; padding: 0.72rem 1rem; font-family: var(--sans); font-size: 0.9rem; font-weight: 300; color: var(--brand); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.tc-fgroup input::placeholder, .tc-fgroup textarea::placeholder { color: #B5C8CE; }
.tc-fgroup input:focus, .tc-fgroup textarea:focus { border-color: var(--brand2); }
.tc-fgroup textarea { resize: vertical; min-height: 110px; }

/* FOOTER */
.tc-footer { background: var(--dark); padding: 40px 6% 24px; }
.tc-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.tc-logo-svg-footer { height: 22px; width: auto; opacity: 0.35; }
.tc-footer-links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.tc-footer-links a { font-size: 0.7rem; font-weight: 300; color: rgba(255,255,255,0.50); text-decoration: none; letter-spacing: 0.06em; transition: color 0.2s; }
.tc-footer-links a:hover { color: rgba(255,255,255,0.6); }
.tc-footer-copy { max-width: 1200px; margin: 0 auto; font-size: 0.68rem; font-weight: 300; color: rgba(255,255,255,0.50); padding-top: 1.1rem; }

/* HERO */
.home-hero { background: var(--brand); min-height: 100vh; display: flex; align-items: center; padding: 140px 6% 100px; position: relative; overflow: hidden; }
.home-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px); background-size: 36px 36px; }
.home-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 55% 70% at 100% 55%, rgba(255,255,255,0.04) 0%, transparent 60%); }
.home-hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: center; position: relative; z-index: 1; }
.home-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 2rem; }
.home-eyebrow::before { content: ''; display: block; width: 30px; height: 1px; background: rgba(255,255,255,0.25); }
.home-hero h1 { font-family: var(--serif); font-size: clamp(2.8rem,5vw,4.2rem); font-weight: 400; line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; }
.home-hero h1 em { font-style: italic; color: rgba(255,255,255,0.6); }
.home-hero-sub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.8; max-width: 460px; margin-bottom: 2.5rem; }
.home-btn-ghost { display: inline-block; border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.65); padding: 0.88rem 2rem; font-family: var(--sans); font-size: 0.74rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border-radius: 2px; margin: 0.4rem; transition: border-color 0.2s, color 0.2s; }
.home-btn-ghost:hover { border-color: rgba(255,255,255,0.6); color: var(--white); }
.home-hero-panel { border: 1px solid rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; }
.home-panel-header { padding: 1rem 1.5rem; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 248, 248, 0.974); font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.03); }
.home-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.07); }
.home-stat { background: rgba(255,255,255,0.02); padding: 1.6rem 1.4rem; }
.home-stat-num { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--white); line-height: 1; margin-bottom: 0.4rem; }
.home-stat-lbl { font-size: 0.73rem; font-weight: 300; color: rgba(255, 255, 255, 0.825); line-height: 1.4; }
.home-panel-footer { padding: 0.9rem 1.5rem; font-size: 0.8rem; font-weight: 300; color: rgba(255, 255, 255, 0.83); border-top: 1px solid rgba(255,255,255,0.07); }

/* ABOUT */
.home-about { background: var(--offwhite); padding: 90px 6%; max-width: 1200px; margin: 0 auto; }
.home-about-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; width: 100%; }
.home-about-content p { font-size: 0.93rem; font-weight: 300; color: #5A7580; line-height: 1.8; margin-bottom: 1rem; }
.home-about-content strong { font-weight: 500; color: var(--brand); }
.home-about-cta { margin-top: 1.5rem; }
.home-about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.home-about-stat { background: var(--offwhite); padding: 1.7rem 1.4rem; }
.home-about-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; color: var(--brand); line-height: 1; margin-bottom: 0.35rem; }
.home-about-lbl { font-size: 0.76rem; font-weight: 300; color: var(--muted); line-height: 1.4; }

/* SERVICES */
.home-services { background: var(--brand); padding: 90px 6%; }
.home-services-inner { max-width: 1200px; margin: 0 auto; }
.home-services-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; gap: 2rem; flex-wrap: wrap; }
.home-services-sub { max-width: 340px; font-size: 1.2rem; font-weight: 300; color: rgba(255, 255, 255, 0.694); }
.home-svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.07); border-radius: 3px; overflow: hidden; }
.home-svc-card { background: var(--brand); padding: 2.2rem 1.8rem; transition: background 0.2s; text-decoration: none; display: block; }
.home-svc-card:hover { background: var(--brand2); }
.home-svc-num { font-family: var(--serif); font-size: 1.0rem; color: rgba(255,255,255,0.50); margin-bottom: 1.1rem; display: block; }
.home-svc-card h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 0.65rem; }
.home-svc-card p { font-size: 1.0rem; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.65; }
.home-svc-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 1.1rem; }
.home-svc-tag { font-size: 0.62rem; letter-spacing: 0.07em; color: rgba(255,255,255,0.70); border: 1px solid rgba(255,255,255,0.1); padding: 0.22rem 0.55rem; border-radius: 2px; }

/* CASES */
.home-cases { background: var(--lightbg); padding: 90px 6%; }
.home-cases-inner { max-width: 1200px; margin: 0 auto; }
.home-cases-top { margin-bottom: 3.5rem; }
.home-cases-top p { font-size: 0.93rem; font-weight: 300; color: var(--muted); margin-top: 0.75rem; }
.home-case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.home-case-card { background: var(--white); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.home-case-top { padding: 1.7rem; border-bottom: 1px solid var(--border); }
.home-case-svc { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.8rem; display: block; }
.home-case-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--brand); line-height: 1.3; }
.home-case-body { padding: 1.3rem 1.7rem; }
.home-case-body p { font-size: 0.86rem; font-weight: 300; color: #5A7580; line-height: 1.65; }
.home-case-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border-top: 1px solid var(--border); }
.home-case-metric { background: var(--white); padding: 1rem 1.3rem; }
.home-metric-num { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--brand); line-height: 1; }
.home-metric-lbl { font-size: 0.72rem; font-weight: 300; color: var(--muted); margin-top: 0.25rem; }
.home-case-quote { padding: 1.2rem 1.7rem; border-top: 1px solid var(--border); background: var(--offwhite); font-family: var(--serif); font-style: italic; font-size: 0.9rem; color: #4A6670; line-height: 1.6; }
.home-case-quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: 0.7rem; color: var(--muted); margin-top: 0.5rem; }

/* TESTIMONIALS */
.home-testimonials { background: var(--white); padding: 90px 6%; }
.home-test-inner { max-width: 1200px; margin: 0 auto; }
.home-test-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 3rem; }
.home-test-card { background: var(--offwhite); border: 1px solid var(--border); border-radius: 3px; padding: 1.8rem; }
.home-test-mark { font-family: var(--serif); font-size: 3rem; color: var(--brand); opacity: 0.18; line-height: 0.5; margin-bottom: 1.1rem; display: block; }
.home-test-card blockquote { font-size: 0.87rem; font-weight: 300; color: #4A6670; line-height: 1.75; font-style: italic; margin-bottom: 1.3rem; }
.home-test-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border); padding-top: 0.9rem; }
.home-author-init { width: 33px; height: 33px; border-radius: 50%; background: var(--brand); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.78rem; color: rgba(255,255,255,0.65); flex-shrink: 0; }
.home-author-name { font-size: 0.82rem; font-weight: 500; color: var(--brand); }
.home-author-co { font-size: 0.72rem; font-weight: 300; color: var(--muted); }

/* TEAM */
.home-team { background: var(--brand); padding: 90px 6%; }
.home-team-inner { max-width: 1200px; margin: 0 auto; }
.home-team-sub { font-size: 0.93rem; font-weight: 300; color: rgba(255,255,255,0.4); margin-top: 0.75rem; max-width: 480px; }
.home-team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 3rem; }
.home-team-card { border: 1px solid rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }

/* FIX 1: ADDED OVERFLOW HIDDEN SO THE IMAGES CANNOT BLEED BEHIND THE TEXT */
.home-team-photo { 
    height: 250px; 
    background: linear-gradient(160deg, var(--brand2) 0%, var(--dark) 100%); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-bottom: 1px solid rgba(255,255,255,0.07); 
    overflow: hidden; 
}

.home-team-initials { font-family: var(--serif); font-size: 3.2rem; font-weight: 400; color: rgba(255,255,255,0.1); }
.home-team-info { padding: 1.5rem; background: rgba(255,255,255,0.02); }
.home-team-info h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; color: var(--white); margin-bottom: 0.2rem; }
.home-team-role { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 0.85rem; }
.home-team-info p { font-size: 0.84rem; font-weight: 300; color: rgba(255,255,255,0.42); line-height: 1.7; }

/* FIX 2: FORCE THE IMAGES TO STAY WITHIN THE 250PX BOX */
.team-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
/* MARK'S FRAMING */
.home-team-card:nth-child(1) .team-avatar {
    /* 70% slides him left to center his face | 45% moves the camera down to show his chin/neck */
    border 5px solid red; !important;
    object-position: 10% 35% !important; 
}

/* SARAH'S FRAMING */
.home-team-card:nth-child(2) .team-avatar {
    object-position: 100% 10% !important; 
} 

/* =====================================================
   SERVICE PAGES + MOBILE NAV OVERRIDES
   ===================================================== */

.service-hero {
  background: var(--brand);
  color: var(--white);
  min-height: auto;
  padding: 180px 6% 80px;
  position: relative;
  overflow: hidden;
}

.service-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.service-panel {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 2rem;
  border-radius: 4px;
}

.service-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.service-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  background: #F8F9F9;
  padding: 1.5rem;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .tc-menu-toggle {
    display: flex !important;
    position: relative;
    z-index: 1003;}

  .tc-nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(246,245,243,0.98);
    border-bottom: 2px solid rgba(45,62,69,0.12);
    box-shadow: 0 8px 24px rgba(45,62,69,0.08);
    padding: 0.5rem 0 1rem;
    z-index: 1002;

  }
  .tc-nav-links.open { display: flex; }
  
  .tc-nav-logo { z-index: 1003; }

  .tc-nav-links > li > a {
    display: block;
    padding: 0.9rem 6%;
    font-size: 0.8rem;
    color: var(--brand);
    letter-spacing: 0.1em;
  }

  .tc-dropdown-menu {
    position: static;
    opacity: 1;
    pointer-events: all;
    transform: none;
    min-width: 0;
  }

  .tc-dropdown-menu a {
    padding: 0.65rem 10%;
    font-size: 0.72rem;
    background: rgba(45,62,69,0.04);
    color: var(--muted) !important;
    border-radius: 0 !important;
  }

  .service-hero {
    padding: 110px 5% 50px !important;
  }

  .service-hero-inner,
  .service-split,
  .tc-contact-inner,
  .tc-form-row {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .service-stats {
    grid-template-columns: 1fr !important;
  }

  .service-cases,
  .service-process {
    padding: 60px 5% !important;
  }

  .tc-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  body { overflow-x: hidden; }
  img, svg, iframe { max-width: 100%; }
}
@media (max-width: 768px) {
  .tc-menu-toggle {
    display: flex !important;
    position: relative;
    z-index: 1003;
  }

  .tc-nav {
    justify-content: space-between;
  }

  .tc-nav-logo {
    z-index: 1003;
  }

  .tc-nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(246,245,243,0.98);
    z-index: 1002;
  }

  .tc-nav-links.open {
    display: flex;
  }
/* Hamburger — hidden on desktop */
.tc-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  z-index: 1001;
}
.tc-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #2D3E45;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}