/*
==================================================
  Font Imports & Root Variable Definitions
==================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&family=DM+Serif+Display:ital@0;1&family=Inter:wght@300&family=Lexend:wght@300&family=Manrope:wght@300&family=Montserrat:wght@600&family=Roboto+Mono:wght@300;400;500;600;700&family=Source+Sans+3:wght@300&display=swap');

@font-face {
  font-family: 'JetBrains Mono Bold';
  src: url('../Homepage/assets/fonts/ttf/JetBrainsMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Black';
  src: url('../Homepage/assets/fonts/Cooper/cooperl.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fat Molly';
  src: url('../Homepage/assets/fonts/Fat Molly/FatMolly-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trolleybus Trial';
  src: url('../Homepage/assets/Trolleybus/CopyrightBolditalicStudio-TrolleybusTrial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Even Mono Trial';
  src: url('../Homepage/assets/CopyrightBolditalicStudio-EvenMonoRegularTrial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gearz Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Gearz/CopyrightBolditalicStudio-GearzThinTrial.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brog Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Brog/CopyrightBolditalicStudio-BrogRegularTrial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NType82';
  src: url('../Assets/NType82-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chowder Light Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Chowder/CopyrightBolditalicStudio-ChowderLightTrial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chowder Medium Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Chowder/CopyrightBolditalicStudio-ChowderMediumTrial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tsarga Bold Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Tsarga/CopyrightBolditalicStudio-TsargaBoldTrial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Apophis Text Trial';
  src: url('../Homepage/assets/BolditalicStudioTrials/Apophis/CopyrightBolditalicStudio-ApoTxtRegularTrial.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Light Italic';
  src: url('../Homepage/assets/fonts/Cooper/cooperli.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Questrial';
  src: url('../Homepage/assets/fonts/New folder/Questrial/Questrial-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Display';
  src: url('../Homepage/assets/fonts/New folder/San Francisco/otf/SFNSText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Color Palette */
  --text-primary: #2D3748;
  --text-secondary: #718096;
  --background-primary: #ffffff;
  --background-secondary: #ffffff;
  --border-color: #E2E8F0;
  --accent-color: #070707; /* Changed to #070707 for underline effect */

  /* Layout & Sizing */
  --container-gap: 50px;
  --control-radius: 12px;

  /* Typography */
  --font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  --font-family-display: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  --font-family-subheading: 'NType82', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
}

/*
==================================================
  Global & Base Styles
==================================================
*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--font-family);
  color: var(--text-primary);
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

main {
  background: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
==================================================
  Header & Navigation
==================================================
*/

/*
==================================================
  HEADER & NAVIGATION STYLES
==================================================
*/

/* --- Top Announcement Banner --- */
/* --- Top Banner --- */
/*
==================================================
  HEADER & NAVIGATION STYLES
==================================================
*/

/* --- Top Announcement Banner --- */

.legacy-top-banner {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--font-family-subheading);
  font-variant-caps: small-caps;
  color: #f9f2e6;
  background-color: #070707;
  border-bottom: 1px solid var(--border-color);
  letter-spacing: 0;
  line-height: 1.1;
}

/* --- Main Header Container --- */

.legacy-page-header {
  background: var(--background-secondary);
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.legacy-secondary-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* Left, Center, and Right columns */

align-items: center; /* Vertically center all items */

height: 72px;
  padding: 0 40px; /* Remove top padding for proper vertical centering */
}

/* --- Logo / Header Title --- */

.legacy-header-title {
  justify-self: start; /* Align title to the left */

font-family: var(--font-family-display);
  font-size: 2.35rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  font-variant-caps: normal;
  text-transform: none;
  color: #070707 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

/* --- Main Navigation Links --- */

.legacy-nav {
  display: flex;
  gap: 40px;
  justify-self: center; /* Keep navigation in the center */
}

.legacy-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 1.08rem;
  font-weight: 400;
  font-family: var(--font-family);
  font-variant-caps: normal;
  text-transform: none;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  padding: 8px 4px;
  transition: color 0.3s ease;
}

.legacy-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.legacy-nav a:hover {
  color: var(--text-primary);
}

.legacy-nav a:hover::after {
  transform: scaleX(1);
}

/* --- Cart Icon & Counter --- */

.legacy-cart-nav {
  justify-self: end; /* Align cart to the right */

display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
}

.legacy-cart-nav:hover svg {
  stroke: var(--accent-color);
}

.legacy-cart-nav:hover .cart-count {
  color: var(--accent-color);
}

.legacy-cart-nav svg {
  width: 22px;
  height: 22px;
  stroke: var(--text-primary);
  stroke-width: 2;
  transition: stroke 0.2s ease;
}

/* Cart count font styling to match FAQ page */

.legacy-cart-nav .cart-count {
  font-family: var(--font-family) !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-variant-caps: normal;
}

.legacy-cart-nav .cart-count {
  color: var(--text-primary);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  min-width: auto;
  height: auto;
  padding: 0;
  transition: color 0.2s ease;
}

/*
==================================================
  Page Sections & Content Blocks
==================================================
*/

.hero-section {
  display: flex;
  width: 100%;
  height: 60vh;
  background: #ffffff;
}

.hero-section.reverse {
  flex-direction: row; /* Changed from row-reverse to row */
}

.hero-left,
.hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-left {
  background: #ffffff;
}

.hero-right {
  background: url('assets/diogo-lemos-c8r5SVWKaGk-unsplash.jpg') center center/cover no-repeat;
  border-top-left-radius: 3px;
}

.hero-left.hero-image-alt {
  background: url('assets/another+week+another+frame+(Blog+Banner)+(1).jpg') center center/cover no-repeat;
  border-bottom-right-radius: 3px;
}

.hero-right.blue-bg {
  background: #ffffff !important;
}

.info-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #070707;
  color: #f9f2e6;
  font-size: 18px;
  padding: 48px 0 40px 0;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-variant-caps: small-caps;
  letter-spacing: -0.025em;
}

.info-bar > div {
  text-align: center;
  flex: 1;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 60px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff; /* Changed background color to pure white */
}

.quad-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 60vw;
  min-height: 600px;
  max-height: 90vh;
}

.quad {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; /* Added padding for content */
}

.quad-left-top {
  background: #181818;
  color: #f9f2e6;
}

.quad-right-top {
  background: url('assets/quad-top-right.jpg') center center/cover no-repeat;
}

.quad-left-bottom {
  background: url('assets/quad-bottom-left.jpg') center center/cover no-repeat;
}

.quad-right-bottom {
  background: #ffffff;
  color: #181818;
}

.quad-content {
  text-align: center;
  margin: 0 auto;
  max-width: 420px;
}

.quad-content h2 {
  font-family: 'Trolleybus Trial', 'Cooper Black', 'Cooper Lt BT', 'DM Serif Display', serif;
  font-size: 2.2rem;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.quad-content p {
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.025em;
}

/*
==================================================
  Component-Specific Styles
==================================================
*/

/* --- Frame Options (in .container) --- */

.frame-options-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
  margin-bottom: 60px;
}

.frame-option {
  text-align: center;
  width: 250px;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.frame-image {
  width: 250px;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.frame-image:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.frame-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
  border-radius: 3px;
}

.frame-option p {
  margin: 0 0 8px 0;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 1rem;
  font-family: 'Trolleybus Trial', 'Cooper Black', 'Cooper Lt BT', 'DM Serif Display', serif;
  letter-spacing: 0.05em;
}

.frame-option p:last-child {
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  letter-spacing: -0.025em;
}

/* --- General Button Style --- */

button {
  background-color: #070707;
  color: #f9f2e6;
  padding: 14px 32px;
  border: 1px solid #070707;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 300;
  letter-spacing: -0.025em;
  transition: all 0.2s ease;
}

button:hover {
background-color: transparent;
color: #070707 !important;
border-color: #070707;
}

/* --- Gallery Row --- */

.gallery-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  background: #222;
  padding: 32px 0;
  margin: 0;
  overflow-x: auto; /* Allow horizontal scroll on smaller screens */
}

.gallery-image {
  width: 300px;
  height: 340px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0; /* Prevent images from shrinking */
}

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

/* --- Frame Guide Section --- */

.frame-guide-section {
  width: 100%;
  text-align: center;
  margin: 80px 0;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  padding: 20px 40px;
  background: #ffffff;
  position: relative;
}

.frame-guide-title {
  font-size: 2.8rem;
  margin-bottom: 16px;
  font-family: 'Trolleybus Trial', 'Cooper Black', 'Cooper Lt BT', 'DM Serif Display', serif;
  font-weight: 400;
  color: #070707;
  letter-spacing: 0.05em;
}

.frame-guide-subtitle {
  font-size: 1.1rem;
  color: #070707;
  margin-bottom: 80px;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 400;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.frame-guide-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  margin-bottom: 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.frame-guide-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 250px;
}

.frame-guide-step-number {
  width: 60px;
  height: 60px;
  background: var(--text-primary);
  color: #f9f2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
}

.frame-guide-step-icon {
  width: 60px;
  height: 60px;
  background: #070707;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 0;
}

.frame-guide-step-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.frame-guide-icon {
  display: none;
}

.frame-guide-box {
  background: transparent;
  border: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}

.frame-guide-box h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: #070707;
  font-family: 'Trolleybus Trial', 'Cooper Black', 'Cooper Lt BT', 'DM Serif Display', serif;
  letter-spacing: 0.05em;
}

.frame-guide-box p {
  font-size: 0.95rem;
  color: #070707;
  line-height: 1.6;
  margin: 0;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.frame-guide-arrow {
  display: none;
}

/* Responsive adjustments for frame guide */


















/*
==================================================
  Footer
==================================================
*/

.footer {
background: #070707;
  color: #f9f2e6;
  padding: 40px 28px;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-size: 16px;
  margin-top: 0;
  width: 100%;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  align-items: flex-start;
  gap: 32px 72px;
  max-width: 980px;
  margin: 0 auto;
}

.footer-col {
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-col h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  letter-spacing: 0.05em;
  color: #f9f2e6;
  text-decoration: none;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li {
  margin-bottom: 0;
}

.footer-col a {
  color: #f9f2e6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.footer-col p {
  margin: 0;
  color: #f9f2e6;
  font-family: 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.footer-title {
  font-family: 'Trolleybus Trial', 'Lexend', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/*
==================================================
  Hero Section Specific Styles
==================================================
*/

/* --- Hero Section Content --- */

.hero-left h1 {
  font-family: 'NType82', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 3.4rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.hero-left p {
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  font-size: 1.4rem;
  color: var(--text-secondary);
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-button {
  background-color: #070707;
  color: #f9f2e6;
  padding: 14px 32px;
  border: 1px solid #070707;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 400;
  letter-spacing: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.hero-left .hero-button,
.hero-section.reverse .hero-right .hero-button {
  font-variant-caps: normal;
}

.hero-button:hover {
background-color: transparent;
color: #070707 !important;
border-color: #070707;
}

.hero-section.reverse .hero-right h1 {
  font-family: 'NType82', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 3.4rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.hero-section.reverse .hero-right p {
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  font-size: 1.4rem;
  color: var(--text-secondary);
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-section.reverse .hero-right .hero-button {
  background-color: #070707;
  color: #f9f2e6;
  padding: 14px 32px;
  border: 1px solid #070707;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace;
  font-weight: 400;
  letter-spacing: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/* Keep non-Trolleybus homepage typography on Arha with neutral tracking. */

.legacy-top-banner,
.legacy-nav a,
.legacy-cart-nav .cart-count,
.quad-content p,
.frame-option,
.frame-option p:last-child,
button,
.frame-guide-section,
.frame-guide-subtitle,
.frame-guide-step-number,
.frame-guide-box p,
.footer,
.footer-col a,
.footer-col p,
.hero-left p,
.hero-button,
.hero-section.reverse .hero-right p,
.hero-section.reverse .hero-right .hero-button {
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.1 !important;
  font-variant-caps: normal !important;
}

.hero-left p,
.hero-section.reverse .hero-right p {
  word-spacing: -0.18em !important;
}

.info-bar,
.info-bar div {
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.1 !important;
  font-variant-caps: normal !important;
}

.legacy-top-banner {
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.1 !important;
  font-variant-caps: normal !important;
}

.frame-option-text p:first-child {
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  letter-spacing: 0.05em !important;
  line-height: 1.1 !important;
}

body {
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
}

body *,
body *::before,
body *::after {
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
}

.hero-left h1,
.hero-section.reverse .hero-right h1,
.mobile-section-content h2 {
  font-family: 'NType82', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  letter-spacing: -0.01em !important;
  line-height: 1.1 !important;
}

.frame-guide-title,
.frame-guide-box h3 {
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  letter-spacing: 0.05em !important;
  line-height: 1.1 !important;
}

.hero-section.reverse .hero-right .hero-button:hover {
background-color: transparent;
color: #070707 !important;
border-color: #070707;
}

/* Additional Cooper Light font definition */

@font-face {
    font-family: 'Cooper Light';
    src: url('../Homepage/assets/fonts/Cooper/cooperl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FAQ section font rules */

.faq-section h1 {
    font-family: var(--font-family-display) !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.1 !important;
    font-style: normal !important;
}

.faq-section > p {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.6 !important;
    font-style: normal !important;
}

/* Desktop mode - remove secondary header border */

@media (min-width: 769px) {
    .legacy-secondary-header {
        border-bottom: none !important;
        box-shadow: none !important;
    }
}

/* Footer styles */

.footer,
.footer * {
    color: #fcfcfa !important;
}

.footer h3 {
  font-family: var(--font-family-display) !important;
}

.footer a,
.footer p,
.footer li,
.footer h3 {
    transition: color 0.18s cubic-bezier(.4,0,.2,1);
}

.footer a:hover,
.footer p:hover,
.footer li:hover,
.footer h3:hover {
    color: #e0e0dc !important;
}

.legacy-header-title:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default !important;
}

body {
    font-family: var(--font-family);
  background-color: #ffffff;
    color: #070707;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    min-height: 100vh !important;
    padding: 0 !important;
}

@font-face {
    font-family: 'Cooper Light';
    src: url('../Homepage/assets/fonts/Cooper/cooperl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.legacy-page-header,
.legacy-secondary-header {
    position: relative !important;
    z-index: 1000 !important;
}

/* ============================================
   DESKTOP HEADER STYLES (769px and above)
   ============================================ */

/* Desktop header container */

.legacy-page-header {
    background: #ffffff !important;
    width: 100% !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

/* Desktop - Remove all borders and restore clean layout */

@media (min-width: 769px) {
    /* Remove all borders from header elements */

.legacy-page-header,
    .legacy-page-header *,
    .legacy-secondary-header,
    .legacy-secondary-header *,
    .legacy-top-banner,
    .legacy-header-title,
    .legacy-nav,
    .legacy-cart-nav {
        border: 0 !important;
        border-bottom: 0 !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

/* Secondary header with clean styling - NO BORDERS OR SHADOWS */

.legacy-secondary-header {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr !important;
        align-items: center !important;
        padding: 0 40px !important;
        height: 72px !important;
        position: relative !important;
        background: #ffffff !important;
        box-shadow: none !important;
        /* Explicit border removal */

border: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

/* Ensure header container has no borders */

.legacy-page-header {
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }
}

/* Desktop tablet range (769px to 1200px) */

@media (min-width: 769px) and (max-width: 1200px) {
    .legacy-header-title {
        justify-self: start !important;
        font-size: 2.1rem !important;
    }

.legacy-nav {
        display: flex !important;
        justify-self: center !important;
    }

.legacy-cart-nav {
        justify-self: end !important;
    }
    
    
}

.faq-section {
    position: relative;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1040px;
    width: calc(100% - 80px);
    text-align: center;
    margin: 0 auto;
    padding: 48px 0 64px;
    color: #070707;
}

h1 {
    font-family: var(--font-family-display) !important;
    font-size: 3rem;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #070707;
    font-style: normal !important;
}

.faq-section > p {
    font-family: var(--font-family) !important;
    font-size: 1rem;
    font-weight: 400 !important;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin: 0.5rem 0;
    font-style: normal !important;
    color: #070707;
}

.faq-email-highlight {
  font-family: var(--font-family-subheading) !important;
  font-weight: 400 !important;
}

.faq-nav {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-btn {
    font-family: inherit;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #070707;
    background-color: #fff;
    color: #070707;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.nav-btn:hover {
    background-color: #fff;
    color: #070707 !important;
}

.nav-btn.active {
    background-color: #070707;
    color: #fff;
}

.nav-btn.active:hover {
    background-color: #070707 !important;
    color: #fff !important;
}

.faq-container {
    border: 2px solid #070707;
    border-radius: 40px;
    padding: 2.5rem 3rem;
    text-align: left;
    background: #ffffff;
    color: #070707;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item h3 {
    font-weight: 800;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    color: #070707;
}

.faq-item p {
    margin: 0;
    line-height: 1.6;
    color: #070707;
}

/* Mobile - Small Screen (600px and below) */




/* Ultra small mobile screens (320px and below) */


/* Ensure footer displays properly */

.footer {
    margin-top: auto;
    background: #070707;
    color: #ffffff;
    border-top: 2px solid #070707;
}

/* Mobile Footer Optimization */


/* Legacy inline header styles removed;homepage header lives in the final desktop override block below. */

.footer {
        background: #070707 !important;
        color: #f9f2e6 !important;
  padding: 40px 28px !important;
  border-top: none !important;
  font-family: var(--font-family) !important;
        font-size: 16px !important;
        margin-top: 0 !important;
        width: 100% !important;
      }

.footer,
.footer * {
        color: #f9f2e6 !important;
      }

.footer-content {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
        align-items: flex-start !important;
        gap: 32px 72px !important;
        max-width: 980px !important;
        margin: 0 auto !important;
      }

.footer-col {
        min-width: 0 !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
      }

.footer-col h3,
.footer-title {
        font-size: 18px !important;
        font-weight: 400 !important;
  margin-top: 0 !important;
        margin-bottom: 0 !important;
  font-family: var(--font-family-display) !important;
        letter-spacing: 0.05em !important;
        line-height: 1.1 !important;
        color: #f9f2e6 !important;
        text-decoration: none !important;
      }

.footer-col ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
      }

.footer-col ul li {
        margin-bottom: 0 !important;
      }

.footer a,
.footer p,
.footer li,
.footer-col a,
.footer-col p {
  font-family: var(--font-family) !important;
        font-weight: 400 !important;
        letter-spacing: -0.05em !important;
        line-height: 1.1 !important;
        text-decoration: none !important;
        color: #f9f2e6 !important;
      }

.footer-col p {
        margin: 0 !important;
      }

.footer-dropdown-header,
.footer-dropdown-content,
.footer-dropdown-arrow {
        display: none !important;
      }

/* Final homepage desktop header override */
@media (min-width: 769px) {
  .top-banner {
    text-align: center !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    font-family: var(--font-family-subheading) !important;
    font-variant-caps: normal !important;
    color: #f9f2e6 !important;
    background-color: #070707 !important;
    border-bottom: 1px solid #E2E8F0 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
  }

  header {
    background: #ffffff !important;
    width: 100% !important;
    border-bottom: 1px solid #E2E8F0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }

  .secondary-header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    height: auto !important;
    padding: 10px 40px !important;
  }

  .header-title {
    justify-self: start !important;
    font-family: var(--font-family-display) !important;
    font-size: 2.35rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    font-variant-caps: normal !important;
    text-transform: none !important;
    color: #070707 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
  }

  .nav {
    display: flex !important;
    gap: 40px !important;
    justify-self: center !important;
  }

  .nav a {
    color: #070707 !important;
    text-decoration: none !important;
    font-size: 1.08rem !important;
    font-weight: 400 !important;
    font-family: var(--font-family) !important;
    font-variant-caps: normal !important;
    text-transform: none !important;
    letter-spacing: -0.05em !important;
    line-height: 1 !important;
    position: relative !important;
    padding: 8px 4px !important;
    transition: color 0.3s ease !important;
  }

  .nav a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: #070707 !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  }

  .nav a:hover {
    color: #2D3748 !important;
  }

  .nav a:hover::after {
    transform: scaleX(1) !important;
  }

  .cart-nav {
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }

  .cart-nav:hover svg {
    stroke: #070707 !important;
  }

  .cart-nav:hover .cart-count {
    color: #070707 !important;
  }

  .cart-nav svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #2D3748 !important;
    stroke-width: 2 !important;
    transition: stroke 0.2s ease !important;
  }

  .cart-nav .cart-count {
    font-family: var(--font-family) !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    letter-spacing: -0.05em !important;
    line-height: 1.1 !important;
    font-variant-caps: normal !important;
  }

  .cart-nav .cart-count {
    color: #2D3748 !important;
    background: transparent !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    transition: color 0.2s ease !important;
  }
}

/* Desktop-only: keep mobile navigation UI hidden here. */

.burger-menu,
.legacy-burger-menu,
.mobile-nav,
.legacy-mobile-nav,
.mobile-nav-overlay,
.legacy-mobile-nav-overlay,
.mobile-nav-close,
.legacy-mobile-nav-close,
.legacy-mobile-nav-toggle {
  display: none !important;
}

@media (min-width: 769px) {
  .faq-section {
    background: #ffffff !important;
    color: #070707 !important;
  }

  .faq-section h1 {
    font-family: var(--font-family-display) !important;
    font-size: 3rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    line-height: 1.1 !important;
    color: #070707 !important;
    font-style: normal !important;
  }

  .faq-section > p,
  .faq-item p {
    font-family: var(--font-family) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.6 !important;
    color: #070707 !important;
    font-style: normal !important;
  }

  .faq-email-highlight,
  .faq-item h3 {
    font-family: var(--font-family-subheading) !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    color: #070707 !important;
    font-style: normal !important;
  }

  .faq-item h3 {
    font-size: 1.5rem !important;
    text-decoration: none !important;
    margin-bottom: 0.7rem !important;
  }

  .faq-nav {
    background: #ffffff !important;
  }

  .nav-btn {
    font-family: var(--font-family) !important;
    font-size: 0.95rem !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    background-color: #ffffff !important;
    color: #070707 !important;
  }

  .nav-btn:hover {
    background-color: #ffffff !important;
    color: #070707 !important;
  }

  .nav-btn.active,
  .nav-btn.active:hover {
    background-color: #070707 !important;
    color: #f9f2e6 !important;
  }

  .faq-container {
    background: #ffffff !important;
    color: #070707 !important;
    border: 2px solid #070707 !important;
  }
}

button,
.hero-button,
.frame-guide-section .hero-button,
.nav-btn {
  font-family: var(--font-family-display) !important;
  letter-spacing: 0.05em !important;
}

/* Shared desktop header */
header,
.legacy-page-header {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #070707 !important;
  border: 0 !important;
  box-shadow: none !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.top-banner,
.legacy-top-banner {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 40px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 20px !important;
  background: #070707 !important;
  background-color: #070707 !important;
  color: #f9f2e6 !important;
  border: 0 !important;
  text-align: center !important;
  font-family: 'NType82', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

.secondary-header,
.legacy-secondary-header {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px 40px !important;
  background: #ffffff !important;
  color: #070707 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 999 !important;
}

.header-title,
.legacy-header-title {
  justify-self: start !important;
  margin: 0 !important;
  color: #070707 !important;
  text-decoration: none !important;
  font-family: 'Trolleybus Trial', 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 2.35rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  text-transform: none !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
}

.header-title:hover,
.legacy-header-title:hover {
  color: #070707 !important;
  text-decoration: none !important;
}

.nav,
.legacy-nav {
  display: flex !important;
  align-items: center !important;
  justify-self: center !important;
  gap: 40px !important;
  margin: 0 !important;
}

.nav a,
.legacy-nav a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 4px !important;
  color: #070707 !important;
  text-decoration: none !important;
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 1.08rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  text-transform: none !important;
  letter-spacing: -0.05em !important;
  line-height: 1 !important;
  transition: color 0.3s ease !important;
}

.nav a::after,
.legacy-nav a::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: #070707 !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.nav a:hover,
.legacy-nav a:hover {
  color: #2D3748 !important;
}

.nav a:hover::after,
.legacy-nav a:hover::after {
  transform: scaleX(1) !important;
}

.cart-nav,
.legacy-cart-nav {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #2D3748 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.cart-nav svg,
.legacy-cart-nav svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #2D3748 !important;
  stroke-width: 2 !important;
  transition: stroke 0.2s ease !important;
}

.cart-count,
.cart-nav .cart-count,
.legacy-cart-nav .cart-count {
  min-width: auto !important;
  height: auto !important;
  padding: 0 !important;
  color: #2D3748 !important;
  background: transparent !important;
  font-family: 'Cutive Mono', 'Even Mono Trial', 'Roboto Mono', monospace !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant-caps: normal !important;
  text-transform: none !important;
  letter-spacing: -0.05em !important;
  line-height: 1.1 !important;
  transition: color 0.2s ease !important;
}

.cart-nav:hover,
.legacy-cart-nav:hover,
.cart-nav:hover .cart-count,
.legacy-cart-nav:hover .cart-count {
  color: #070707 !important;
}

.cart-nav:hover svg,
.legacy-cart-nav:hover svg {
  stroke: #070707 !important;
}

.burger-menu,
.legacy-burger-menu,
.mobile-nav,
.legacy-mobile-nav,
.mobile-nav-overlay,
.legacy-mobile-nav-overlay,
.mobile-nav-close,
.legacy-mobile-nav-close,
.legacy-mobile-nav-toggle {
  display: none !important;
}

/* FAQ page spacing */
html {
  min-height: 100%;
}

body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

.faq-section {
  padding-bottom: 64px !important;
  flex: 1 0 auto;
}

.footer {
  margin-top: auto !important;
  flex-shrink: 0;
}

/* Shared desktop footer */
.footer {
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 40px 28px !important;
  background: #070707 !important;
  color: #f9f2e6 !important;
  border: 0 !important;
  font-size: 16px !important;
}

.footer,
.footer * {
  color: #f9f2e6 !important;
}

.footer-content {
  box-sizing: border-box !important;
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
  align-items: flex-start !important;
  gap: 32px 72px !important;
}

.footer-col {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  text-align: center !important;
}

.footer-col h3,
.footer h3,
.footer-title {
  margin: 0 !important;
  color: #f9f2e6 !important;
  font-family: 'Trolleybus Trial' !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0.05em !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.footer-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.footer-col li {
  margin: 0 !important;
  padding: 0 !important;
}

.footer a,
.footer p,
.footer li,
.footer-col a,
.footer-col p {
  margin: 0 !important;
  color: #f9f2e6 !important;
  font-family: 'Cutive Mono' !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -0.05em !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.footer-col a:hover {
  color: #f9f2e6 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.footer-dropdown-header,
.footer-dropdown-content,
.footer-dropdown-arrow {
  display: none !important;
}

/* Shared desktop body font spacing */
:root {
  --body-font-spacing: -0.05em;
}

body,
p,
li,
label,
input,
select,
textarea,
.nav a,
.legacy-nav a,
.cart-count,
.cart-nav .cart-count,
.legacy-cart-nav .cart-count,
.footer a,
.footer p,
.footer li,
.footer-col a,
.footer-col p {
  letter-spacing: var(--body-font-spacing) !important;
}

/* Shared desktop title and subheading spacing */
:root {
  --title-font-spacing: 0.05em;
  --subheading-font-spacing: 0;
  --homepage-font-title-spacing: var(--title-font-spacing);
  --homepage-font-subheading-spacing: var(--subheading-font-spacing);
}

h1,
h2,
h3,
.header-title,
.legacy-header-title,
.footer-col h3,
.footer h3,
.footer-title,
.intro h2,
.price-item h3,
.about-intro h1,
.about-panel-copy h2,
.editorial-index,
.editorial-heading h1,
.editorial-card h2,
.section-header h2,
.card-body h3,
.stat-number,
.frame-guide-title,
.frame-guide-box h3,
.text-content h2,
.upload-container h2,
.cart-header h2,
.cart-item-title {
  letter-spacing: var(--title-font-spacing) !important;
}

.top-banner,
.legacy-top-banner,
.info-bar,
.info-bar div,
.hero-left h1,
.hero-section.reverse .hero-right h1,
.mobile-section-content h2,
[class*="kicker"],
[class*="label"],
[class*="badge"],
[class*="tag"],
[class*="eyebrow"],
[class*="subheading"],
[class*="subtitle"] {
  letter-spacing: var(--subheading-font-spacing) !important;
}
