/*
Theme Name: MCBO Theme
Author: Big T
Version: 1.0
*/

/* =========================
   FONTS
   ========================= */

@font-face {
  font-family: "MCBO-Title";
  src: url("/wp-content/themes/MCBO-Theme/assets/fonts/MCBO-Groovy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MCBO-Script";
  src: url("/wp-content/themes/MCBO-Theme/assets/fonts/MCBO-Script.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* =========================
   VARIABLES
   ========================= */

:root {
  --cbo-yellow: #f7da06;
  --cbo-blue: #0d7fbe;
  --cbo-pink: #ea499a;
  --cbo-teal: #0caa9e;
  --cbo-red: #e02b2b;
}

body {
  margin: 0;
  background: var(--light);
  font-family: "polymath-text", sans-serif;
  overflow-x: hidden;
  font-kerning: normal;
  text-rendering: optimizeLegibility;

}

.site-content {
    min-height: 100%;
    padding: 0 10%;
    background: linear-gradient(
    to right,
    #d6d6d6 0,
    #d6d6d6 7%,
    #edeced 7%,
    #edeced calc(100% - 7%),
    #d6d6d6 calc(100% - 7%),
    #d6d6d6 100%
  );
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ======================================
   site settings
   ====================================== */
   
h1 {
  font-weight: 800;
  font-size: clamp(2rem, 3.75vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

h2 {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  line-height: 1.1;
  margin: 3rem 0 1rem;
}

h3 {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  line-height: 1.2;
}

h4 {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  line-height: 1.3;
  margin: 1.5rem 0 0.5rem;
}

h5 {
  font-weight: 500;
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
}

p {
  font-family: "polymath-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

/* ======================================
homepage settings
========================================= */
.homepage h1 {
    font-weight: normal;
}

.homepage h2,
.homepage h2 .cta-script{
    font-size: clamp(1rem, 3.6vw, 10rem);
    margin: 0;
}

.homepage h3 {
    font-size: clamp(2.2rem, 5vw, 4rem);
    margin: 0;
}

.homepage h4 {
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  margin: 0;
}

.homepage h5 {
  font-size: 1rem;
  margin: 0;
}

h3,
h4,
h5 {
  font-family: "polymath", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homepage p {
  font-family: "polymath-text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--teal);
}

/* =========================
   Navigation
   ========================= */
   
/* HEADER */
.header-nav {
  background: #000;
  width: 100%;
}

.nav-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

/* let menu take full width */
.nav-main {
  flex: 1;
  display: flex;
}

/* spread items */
.menu {
  list-style: none;
  display: flex;
  width: 100%;
}

.menu li {
  flex: 1;
  text-align: center;
}

.menu a {
  color: #fff;
  text-decoration: none;
  font-family: 'polymath-display';
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 0.8px;
  position: relative;
}

.menu a:hover {
  opacity: 0.7;
}

.nav-main .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;

  display: none; /* 🔥 hidden by default */

  min-width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;

  background: var(--cream);
}
  
  /* =========================
   Shared page container
   ========================= */
   
.global-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.content-block,
.page-intro {
  margin-bottom: 2rem;
}

/* =========================
   Shared inner-page spacing
   ========================= */
   
body:not(.home) .site-content {
  padding: 2.5% 0 0;
}

/* =========================
   Hero Section
   ========================= */
    
.hero-section {
    position: relative;
    padding: 2% 0;
    background: #eee;
}
    
.hero-title {
    font-family: 'MCBO-Title';
    font-size: 10rem;
    line-height: 0.8;
    z-index: 2;
    position: relative;
}

.hero-title1 {
    margin-left: 7%;
}

.hero-title2 {
    margin-left: 7%;
}

.hero-grid {
  position: absolute;
  inset: 0;

  background-image: 
  linear-gradient(#000 1px, transparent 1px), 
  linear-gradient(90deg, #000 1px, transparent 1px);

  background-size: 35px 35px;

  z-index: 1;
  pointer-events: none;
}

.hero-bg {
  position: absolute;

  top: 25%;
  width: 88%;
  height: 75%;

  background: #f2eec2;

  z-index: 0;

  left: 9%;
}

/* =========================
   Homepage
   ========================= */
   
.title-home {
  -webkit-text-stroke: 4px #000;
  display: inline-block;
  color: #fff;
}

/* 1 - Yellow */
.title-home:nth-child(5n + 1) {
  text-shadow: 8px 8px 0 #f7da06;
}

/* 2 - Blue */
.title-home:nth-child(5n + 2) {
  text-shadow: 8px 8px 0 #0d7fbe;
}

/* 3 - Pink */
.title-home:nth-child(5n + 3) {
  text-shadow: 8px 8px 0 #ea499a;
}

/* 4 - Teal */
.title-home:nth-child(5n + 4) {
  text-shadow: 8px 8px 0 #0caa9e;
}

/* 5 - Red */
.title-home:nth-child(5n + 5) {
  text-shadow: 8px 8px 0 #e02b2b;
}

.hero-arrows {
  text-shadow: 8px 8px 0 #fff;
}

.title-yellow {
    letter-spacing: -0.03em;
}

/*=========================================================
    cta-bar
=========================================================== */

.cta-bar {
  background: #000;
  padding: 1% 0;
  display: flex;
  align-items: center;     /* 🔥 vertical center */
  justify-content: center;
}

.cta-inner {
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  transform: translateY(-5%);
}

.cta-script {
  font-family: "MCBO-Script";
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
}

/*==========================================================
    cta-section
============================================================ */
.cta-section {
  margin: 2% 0 0;
}

.hero-text {
  font-size: clamp(1rem, 2vw, 2rem);
  font-family: 'MCBO-Regular';
}

/* =========================
   CTA BUTTON (FINAL SYSTEM)
========================= */

.cta-button {
  --offset: 10px;
  --line: 10px;

  position: relative;
  display: block;
  width: fit-content;
  margin: 3rem auto;

  text-decoration: none;
}

/* teal bottom bar */
.cta-button::after {
  content: "";
  position: absolute;
  left: var(--offset);
  bottom: calc(var(--offset) * -1);
  width: 100%;
  height: var(--line);
  background: #0caa9e;
  z-index: 1;
}

/* teal right bar */
.cta-button::before {
  content: "";
  position: absolute;
  top: var(--offset);
  right: calc(var(--offset) * -1);
  width: var(--line);
  height: 100%;
  background: #0caa9e;
  z-index: 1;
}

/* button face */
.cta-inner {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: #000;
  color: #fff;
  font-family: "polymath-display";
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.18s ease;
}

/* hover effect */
.cta-button:hover .cta-inner {
  transform: translate(var(--offset), var(--offset));
}

/*==========================================================
    DESIGNER BANNER
============================================================*/

.designer-banner {
  position: relative;
  display: inline-block;
  left: -9%;
  background: #1f7fb0; /* blue */
  padding: 20px 200px 20px 100px;
  border: 6px solid #000;
  margin: 0px 0 40px;
}

.designer-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 🔥 FULL HEIGHT now */
  background: transparent;
  box-shadow: 16px 16px 0 #000;
  z-index: -1;
}

/* TITLE */
.homepage .designer-title {
    font-family: 'MCBO-Title';
    font-size: clamp(1rem, 10vw, 20rem);
    font-weight: normal;
    line-height: 0.8;
    margin: 0;
    color: #f1f1f1;
    -webkit-text-stroke: 4px #000;
    text-shadow: 6px 6px 0 #0caa9e;
}

/*==========================================================
    DESIGNER SECTION (grid container)
============================================================*/

.designer-section { 
    position: relative; 
    padding: 60px 0; 
} 

.designer-grid { 
    position: absolute; top: 120px; /* 🔥 push DOWN */ 
    right: -8%; /* 🔥 push further RIGHT */ 
    width: 70%; /* 🔥 extend more left */ 
    height: 63%; /* not full height */ 
    background-image: linear-gradient(#000 1px, transparent 1px), 
    linear-gradient(90deg, #000 1px, transparent 1px);
    background-size: 35px 35px; 
    opacity: 1; /* darker feel without thickening */ 
    z-index: 0; 
    pointer-events: none; 
    background-position: 
    0 -5px,   /* 🔥 pull horizontals UP */
    -3px -10px;
}

/* =========================
   PROCESS SECTION
   ========================= */

.steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

/* STEP ROW */
.step {
  display: flex;
  align-items: flex-start; /* KEY FIX */
  gap: clamp(2rem, 3vw, 4rem);
  margin-bottom: 5%;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: clamp(5rem, 10vw, 10rem);
  height: clamp(5rem, 10vw, 10rem);
  flex-shrink: 0;

  background: #000; /* solid black */
  color: #fff;

  font-family: "MCBO-Title", sans-serif;
  font-size: clamp(2.5rem, 10vw, 10rem);
  font-weight: 700;
  margin: 0 0 0 0;
  line-height: 1;
}

/* AUTO NUMBER */
.step-number::before {
  content: counter(step);
}

.steps-list .step {
  counter-increment: step;
}

/* TEXT WRAPPER */
.step-content {
  max-width: 900px;
}

/* TITLE */
.step-title {
  margin: 0 25% 0.6rem 0;
  font-family: polymath-display, sans-serif;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* DESCRIPTION */
.step-desc {
  margin: 0 0 0 -22%;
  line-height: 1.5;
  color: #222;
  transform: translateY(15%);
}

/* STEP 2 ICON ROW */
.step-images {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.8rem;
}

.step-images img {
  width: clamp(3rem, 4.5vw, 5rem);
  height: auto;
}

/* ACCENT TEXT (Enjoy It!) */
.step-accent {
  display: inline-block;
  color: #ff4fa3;
  font-family: "MCBO-Script";
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-left: 0.5rem;
  transform: translateY(0.2rem);
  font-weight: normal;
}

.steps-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.step {
  display: flex !important;
}

.bar-margin {
    margin: 5% 0 0;
}

.opener-images {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 3.5% 2.3% 2.5% 0;
}

.opener-images a {
  display: block;
  min-width: 0;
}

.opener-images img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.opener-images a:hover {
  transform: translateY(2px);
}
/* =================================
   QUALITY SECTION
==================================== */

.quality-section h3 {
    font-size: clamp(2.2rem, 3vw, 4rem);
    font-family: 'polymath-display';
    font-weight: 700;
}

.quality-section h4 {
    font-size: clamp(2.2rem, 2.5vw, 4rem);
    font-family: 'polymath';
    font-weight: 600;
}

.feature {
    margin-top: 2.5%;
}

.feature p {
    font-family: 'polymath-text';
    font-weight: 400;
}

.quality-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0;
  padding: 0 7% !important;
}

.quality-left,
.quality-right {
  position: relative;
  overflow: hidden;
}

.quality-left img,
.quality-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* text sits on top of the right image */
.quality-right .bubble-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: -2%;
  padding: 5%;
  text-align: right;

  font-family: "MCBO-Title", sans-serif;
  font-size: clamp(2rem, 9vw, 10rem);
  line-height: 0.8;
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-text-stroke: 3px #000;
  text-shadow: 6px 6px 0 #0caa9e;
}

/* =========================
   FAQ
   ========================= */

.faq-inner {
    padding: 3% 10%;
    background: linear-gradient(
    to right,
    #d6d6d6 0,
    #d6d6d6 7%,
    #000 7%,
    #000 calc(100% - 7%),
    #d6d6d6 calc(100% - 7%),
    #d6d6d6 100%
  );
}

.faq-title {
  padding: 3% 0;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 10rem) !important;
  line-height: 0.9;
  text-transform: uppercase;
  font-family: "MCBO-Title";
  color: #f1f1f1;
  -webkit-text-stroke: 1px #000;
  text-shadow: 6px 6px 0 #0caa9e;
}

.faq-item {
  margin: 0 0 1rem;
  padding: 0;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 5.75rem;
  margin: 0;
  padding: 1.35rem 1.5rem;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: "polymath";
  color: #f1f1f1;
  -webkit-text-stroke: 1px #000;
}

.faq-yellow {
  background: var(--cbo-yellow);
}

.faq-blue {
  background: var(--cbo-blue);    
}

.faq-pink {
  background: var(--cbo-pink);    
}

.faq-teal {
  background: var(--cbo-teal);    
}

.faq-red {
  background: var(--cbo-red);    
}

.faq-question-text {
  display: block;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  color: var(--cream);
}

.faq-toggle {
  flex-shrink: 0;
  margin-left: 1rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--cream);
  transition: transform 0.18s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  color: #0d1f35;
  transition: max-height 0.18s ease, padding-top 0.18s ease, padding-bottom 0.18s ease;
  font-family: "polymath";
  color: #f1f1f1;
}

.faq-answer p {
  margin: 0 0 1rem;
}

.faq-item.active .faq-answer {
  max-height: 700px;
  padding-top: 1rem;
  padding-bottom: 0.35rem;
}

.faq-followup-title {
  margin: 3rem 0 0.75rem;
  padding: 0 1.5rem;
}

.faq-paragraph {
  margin: 0;
  padding: 0 1.5rem 2rem;
}

.faq-after-question {
  padding-top: 5rem;
}
/* =========================
   CONTACT PAGE
   ========================= */
   
body.page-id-18 .site-content {
  padding: 0;
  background: var(--ink);
}

.contact-page,
.contact-section {
  background: var(--ink);
}

.contact-section .global-inner {
  max-width: none;
  padding: 2.5% 7% 4%;
}

.contact-body {
  color: var(--cream);
}

.contact-body h1 {
  margin: 0;
}

.contact-h1 {
  margin: 0;
  padding: 0 0 1.5rem;
  letter-spacing: 0.03em;
  color: var(--cream);
}

.contact-text {
  margin: 0 0 2rem;
  font-size: clamp(1rem, 1.8vw, 3rem);
  color: var(--cream);
}

.contact-text p {
  margin: 0;
  color: var(--cream);
}

.mcbo-contact-form {
  margin: 0;
}

.mcbo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.mcbo-field input,
.mcbo-field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font: inherit;
  background: #fff;
  border: 0;
  outline: none;
}

.mcbo-field textarea {
  min-height: 180px;
  resize: vertical;
}

.mcbo-full {
  grid-column: 1 / -1;
}

.mcbo-actions {
  display: flex;
  justify-content: flex-start;
}

.mcbo-submit {
  padding: 1rem 1.25rem;
  font-size: clamp(1rem, 1vw, 2rem);
  letter-spacing: 0.06em;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  cursor: pointer;
}

.mcbo-form-status {
  margin-top: 1rem;
  color: var(--cream);
}

.mcbo-success {
  color: var(--teal-light);
}

.mcbo-error {
  color: #ff6b6b;
}

.mcbo-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*=============================
  FOOTER SECTION
=============================== */

.footer-bottom p {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 1.3vw, 2rem);
  color: var(--ink-soft);
}

.footer-bottom {
  padding: 2rem 1rem;
  background: var(--footer-gray);
  border-top: 1px solid var(--border-gray);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-bottom p {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 1.3vw, 2rem);
  color: var(--ink-soft);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: clamp(1rem, 1.2vw, 2rem);
}

.footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer-links span {
  color: #888;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin: 0 auto;
  padding: 0 4% 4%;
  background: var(--cream);
}

.footer-inner a {
  color: var(--ink);
  text-decoration: none;
}

.footer-inner a:hover {
  font-weight: bold;
}

/* =========================
   ONLINE DESIGNER
   ========================= */
   
.designer-text {
  padding: 0 2%;
}

.designer-wrapper {
  margin: 0 auto;
}

#inksoftEmbed {
  width: 100%;
  height: 1200px;
}

/* =========================
   CLIENT EXAMPLE GALLERY
   ========================= */
   
.gallery-header {
  margin-bottom: 2rem;
}

.gallery-header h1,
.gallery-header h2 {
  color: var(--ink);
}

.gallery-header h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.gallery-header h2 {
  font-size: clamp(2rem, 2vw, 3rem);
}

.gallery-header p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 5% 0;
  align-items: start;
}

.gallery-item {
  position: relative;
  aspect-ratio: var(--gallery-w) / var(--gallery-h);
  overflow: hidden;
  display: block;
}

.gallery-grid--mini {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.gallery-grid--card-vertical {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gallery-grid--card-horizontal {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid--gun {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery-item .front,
.gallery-item .back {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.gallery-item .front {
  opacity: 1;
  z-index: 1;
}

.gallery-item .back {
  opacity: 0;
  z-index: 2;
}

.gallery-item:hover .front {
  opacity: 0;
}

.gallery-item:hover .back {
  opacity: 1;
}

/* =========================
   IMAGE UPLOAD GUIDELINES
   ========================= */

.artwork-inner {
  margin: 0 auto;
  padding: 2.5% 0 4%;
}

.artwork-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4% 0;
}

.artwork-inner > ol > li > img.artwork-image {
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
}

.artwork-inner > ol > li > img.artwork-image-small {
  width: calc((100% - 2rem) * 0.5);
  max-width: calc((100% - 2rem) * 0.5);
}

.artwork-inner ol li h3 {
  margin: 0 0 0.5rem;
}

.artwork-inner > ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: step;
}

.artwork-inner > ol > li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
  counter-increment: step;
}

.artwork-inner > ol > li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  color: var(--ink);
}

/* Use same bullet system as rest of site */
.artwork-inner ul {
  margin: 0 0 1.2rem;
  padding-left: 1.4rem;
  list-style: disc;
}

.artwork-inner ul li {
  margin-bottom: 0.4rem;
  padding-left: 0;
}

.artwork-inner ul li::before {
  content: none;
}

/* Nested lists inside ordered steps */
.artwork-inner > ol > li ul {
  margin-top: 0.5rem;
}

.artwork-inner > ol > li ul li {
  margin-bottom: 0.4rem;
  padding-left: 0;
}

.artwork-inner > ol > li p {
  margin: 0.5rem 0 1rem;
}

/* =========================
   QUALITY DISCOUNTS SECTION
   ========================= */
   
.bulk-pricing-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2.5rem;
}

.bulk-pricing-page th,
.bulk-pricing-page td {
  border: 1px solid #000;
  padding: 12px;
  text-align: left;
}

/* =========================
   FOOTER MAIN
========================= */

.site-footer {
  background: #000;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.footer-inner {
  margin: 0 auto;
  padding: 3% 7% 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT SIDE */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap; /* 🔥 force single line */
  white-space: nowrap; /* prevents breaking */
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 2.5rem);
  font-family: 'polymath-display';
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-thankyou {
  font-family: "MCBO-Title", sans-serif;
  font-size: clamp(3rem, 10vw, 15rem);
  line-height: 0.7;
  margin: 0;

  white-space: nowrap; /* 🔥 KEY FIX */
}

/* RIGHT SIDE ICONS */
.social-icons {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.social-icons a {
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;

  width: clamp(5rem, 10vw, 10rem);
  aspect-ratio: 1 / 1; /* THIS FIXES EVERYTHING */
}

.social-icons img {
  width: 100%;
  height: auto;
}

.footer-pusher {
      padding-bottom: 5%;
          min-height: 100%;
    background: linear-gradient(
    to right,
    #d6d6d6 0,
    #d6d6d6 7%,
    #edeced 7%,
    #edeced calc(100% - 7%),
    #d6d6d6 calc(100% - 7%),
    #d6d6d6 100%
  );
}