﻿/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: black;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
}

.lead {
  font-size: 28px;
  line-height: 34px;
  color: black;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;

}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-this {
  position: relative;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: rgb(47, 152, 218);
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: white;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
    width: 100%;
    z-index: 1000;
    opacity: 0;
}

.navbar.visible {
    top: 0;
    opacity: 1;
}

.navbar-header {
    position: relative;
    width: 100%;
    text-align: center;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    width: auto;
    margin: 0;
    padding: 15px 0;
    z-index: 1;
    color: rgb(16, 78, 93);
}

.navbar-brand:hover {
    color: rgb(16, 78, 93);
    opacity: 0.8;
}

.navbar-toggle {
    position: absolute;
    left: 15px;
    z-index: 2;
}

.navbar-nav.navbar-right {
    position: relative;
    z-index: 2;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar.visible .navbar-nav > li > a, 
.navbar.visible .navbar-nav a {
    opacity: 1;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
    margin-top: 8px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
    height: 2px;
    width: 25px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-brand {
        position: relative;
        left: 0;
        transform: none;
        float: none;
        text-align: left;
        padding: 15px;
    }
    
    .navbar-toggle {
        position: relative;
        left: auto;
    }
    
    .navbar-collapse {
        clear: both;
    }
}

.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/render_round_wall_wood.jpg);
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-attachment: fixed;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.header-info {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.signin {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar.visible ~ header .signin {
  opacity: 1;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}
.parallax-container {
     height: 200px;
}



#be-the-first {
  background: url(../img/sculpture_transparent.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* ==========================================================================
   Line colors
   ========================================================================== */
hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}
.orange {
	border-color: rgb(241, 118, 59);
	color: rgb(241, 118, 59);
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background-image: url('../img/render_round_top_plastic.jpg');
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/

#pricing {
  background: #f8f9fa;
  padding: 80px 0;
}

.pricing-container {
  padding: 15px;
}

.pricing-table {
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.pricing-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(16 , 78, 93, 0.15);
}

.pricing-table li {
  padding: 15px 25px;
  text-align: center;
}

.headline {
  background: rgb(16, 78, 93);
  color: #ffffff;
  padding: 25px 0;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
}

.price {
  background: #f8f9fa;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.price .amount {
  font-size: 2.5em;
  font-weight: 700;
  color: #231f20;
}

.info {
  padding: 20px 0;
  font-size: 1.1em;
  color: #666;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.features {
  color: #555;
  padding: 15px 0;
  font-size: 0.95em;
  border-bottom: 1px solid #eee;
  background: #ffffff;
}

.features:last-child {
  border-bottom: none;
}

.features.last {
  padding: 20px 0;
}

.features.last a {
  color: #231f20;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.features.last a:hover {
  color: #70cbce;
}

@media (max-width: 768px) {
  .pricing-table {
    margin-bottom: 20px;
  }
  
  .pricing-table li {
    padding: 12px 20px;
  }
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: red;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first {
      background-attachment: scroll;
  }

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

#be-the-first {
      background-attachment: scroll;
  }

}
@media (max-width: 768px) {
  .hero {

  }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first {
      background-attachment: scroll;
  }

}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}



/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}

.header-title {
  font-size: 6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-title .learning {
  display: block;
  margin-bottom: -0.5rem;
}

.header-title .curve {
  display: block;
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  .header-title {
    font-size: 5.5rem;
  }
}

@media (max-width: 768px) {
  .header-title {
    font-size: 5rem;
  }
  
  .header-title .curve {
    margin-left: 1.5rem;
  }
}

@media (max-width: 480px) {
  .header-title {
    font-size: 4.5rem;
  }
  
  .header-title .curve {
    margin-left: 1.2rem;
  }
}

@media (max-width: 375px) {
  .header-title {
    font-size: 4rem;
  }
  
  .header-title .curve {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .lead {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .lead {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  header {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
}


/* ==========================================================================
   PURE BRUTALISM
   White, ink, signage yellow. Sharp corners, instant transitions,
   thick borders, hard offset shadows. No softness.
   ========================================================================== */

:root {
  --bg: #ffffff;
  --ink: #000000;
  --ink-soft: #1a1a1a;
  --mute: #6b6b6b;
  --accent: #FFE600;
  --bw: 3px;
  --drop: 6px 6px 0 0 var(--ink);
  --drop-lg: 10px 10px 0 0 var(--ink);
  --drop-sm: 4px 4px 0 0 var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ----- Base ----- */
html, body { background: var(--bg); }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
}

/* Sharp corners everywhere */
*, *::before, *::after { border-radius: 0 !important; }

h1, h2, h3, h4, h5, h6,
.btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
}

p, .lead {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink-soft);
  font-weight: 500;
}

::selection      { background: var(--ink); color: var(--accent); }
::-moz-selection { background: var(--ink); color: var(--accent); }

a { transition: none; }
.btn { transition: none; }

/* ----- HERO (no photo — plain white brutalist field) ----- */
header {
  background: var(--bg);
  background-image: none;
  background-attachment: scroll;
  border-bottom: var(--bw) solid var(--ink);
}

.header-info { position: relative; z-index: 5; }

.header-title.kinetic {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: var(--ink);
  text-shadow: 6px 6px 0 var(--accent);
  letter-spacing: -0.06em;
  line-height: 0.85;
  margin: 0;
  text-transform: uppercase;
  font-size: 7rem;
}

.kinetic .learning,
.kinetic .curve { display: block; }
.kinetic .learning { margin-bottom: -0.5rem; }
.kinetic .curve {
  color: var(--accent);
  margin-left: 2rem;
  text-shadow:
    -2px -2px 0 var(--ink),
    2px -2px 0 var(--ink),
    -2px 2px 0 var(--ink),
    2px 2px 0 var(--ink),
    6px 6px 0 var(--ink);
}

.kinetic .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: heroLetterIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: transform, opacity;
}

.kinetic .learning .ch:nth-child(1) { animation-delay: 0.06s; }
.kinetic .learning .ch:nth-child(2) { animation-delay: 0.12s; }
.kinetic .learning .ch:nth-child(3) { animation-delay: 0.18s; }
.kinetic .learning .ch:nth-child(4) { animation-delay: 0.24s; }
.kinetic .learning .ch:nth-child(5) { animation-delay: 0.30s; }
.kinetic .learning .ch:nth-child(6) { animation-delay: 0.36s; }
.kinetic .learning .ch:nth-child(7) { animation-delay: 0.42s; }
.kinetic .learning .ch:nth-child(8) { animation-delay: 0.48s; }
.kinetic .curve   .ch:nth-child(1) { animation-delay: 0.56s; }
.kinetic .curve   .ch:nth-child(2) { animation-delay: 0.62s; }
.kinetic .curve   .ch:nth-child(3) { animation-delay: 0.68s; }
.kinetic .curve   .ch:nth-child(4) { animation-delay: 0.74s; }
.kinetic .curve   .ch:nth-child(5) { animation-delay: 0.80s; }

@keyframes heroLetterIn {
  to { opacity: 1; transform: translateY(0); }
}

.brut-tape {
  display: inline-block;
  background: var(--accent);
  color: var(--ink);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop-sm);
  padding: 10px 18px;
  margin-top: 36px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
  opacity: 0;
  animation: tapeIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

@keyframes tapeIn { to { opacity: 1; } }

.signin a {
  font-family: 'JetBrains Mono', monospace;
  color: var(--bg);
  background: var(--ink);
  border: var(--bw) solid var(--ink);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 6px;
  display: inline-block;
}
.signin a:hover { background: var(--accent); color: var(--ink); }

/* ----- NAVBAR: floating brutalist rectangle ----- */
.navbar.navbar-inverse,
.navbar {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: auto;
  padding: 0;
  top: -100px;
  transition: top 200ms linear;
}
.navbar.visible { top: 0; }

.navbar > .container {
  background: var(--bg);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop);
  max-width: 720px;
  width: calc(100% - 28px);
  margin: 14px auto 0;
  padding: 0 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.navbar-header {
  position: relative;
  width: auto;
  text-align: left;
}

.navbar-brand,
.navbar-brand:hover {
  position: relative;
  left: auto;
  transform: none;
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 16px;
  padding: 10px 14px;
  text-transform: uppercase;
  opacity: 1;
}
.navbar-brand:hover { background: var(--accent); }

.navbar-collapse { border: 0; padding: 0; }

.navbar-inverse .navbar-nav > li > a,
.navbar-nav a {
  color: var(--ink) !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 22px 16px;
  margin: 0;
  border-left: var(--bw) solid var(--ink);
}
.navbar-inverse .navbar-nav > li:first-child > a { border-left: var(--bw) solid var(--ink); }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background: var(--ink) !important;
  color: var(--accent) !important;
}

.navbar-inverse .navbar-toggle {
  position: relative;
  left: auto;
  background: var(--ink);
  border: var(--bw) solid var(--ink);
  padding: 8px 10px;
  margin: 8px 10px 8px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { background: var(--accent); }
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar { background-color: var(--ink); }
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: var(--bg);
  height: 2.5px;
  width: 22px;
}

@media (max-width: 767px) {
  .navbar > .container {
    padding: 0 0 0 8px;
    flex-wrap: wrap;
  }
  .navbar-brand { padding: 10px; font-size: 14px; }
  .navbar-collapse {
    background: var(--bg);
    border-top: var(--bw) solid var(--ink);
    margin: 0 -8px;
    padding: 0;
    width: calc(100% + 16px);
  }
  .navbar-inverse .navbar-nav { margin: 0; }
  .navbar-inverse .navbar-nav > li > a {
    border-left: 0;
    border-top: var(--bw) solid var(--ink);
    padding: 14px 18px;
  }
  .navbar-inverse .navbar-nav > li:first-child > a { border-top: 0; }
}

/* ----- MARQUEE STRIP ----- */
.brut-marquee {
  background: var(--accent);
  border-top: var(--bw) solid var(--ink);
  border-bottom: var(--bw) solid var(--ink);
  overflow: hidden;
  padding: 16px 0;
  position: relative;
  z-index: 4;
}
.brut-marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: brutScroll 32s linear infinite;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: uppercase;
}
.brut-marquee-track span { padding: 0 20px; line-height: 1; }
@keyframes brutScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ----- BOLD IMAGE SECTIONS ----- */
#be-the-first,
#invite {
  background-attachment: fixed;
  border-bottom: var(--bw) solid var(--ink);
}

#be-the-first h2,
#invite h1 {
  color: var(--bg);
  text-shadow:
    -1px -1px 0 var(--ink),
    1px -1px 0 var(--ink),
    -1px 1px 0 var(--ink),
    1px 1px 0 var(--ink),
    4px 4px 0 var(--ink);
  letter-spacing: -0.04em;
  font-weight: 900;
  font-size: 64px;
  line-height: 0.95;
  text-transform: uppercase;
}
#be-the-first .lead,
#invite h2 {
  color: var(--ink);
  background: var(--accent);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop-sm);
  display: inline-block;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.005em;
  margin-top: 24px;
  text-transform: none;
  line-height: 1.4;
}

/* ----- PRICING / SERVICE CARDS ----- */
#pricing {
  background: var(--bg);
  border-bottom: var(--bw) solid var(--ink);
  padding: 100px 0;
}

#pricing h2.black {
  color: var(--ink);
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}
#pricing p.black {
  color: var(--ink);
  background: var(--accent);
  border: var(--bw) solid var(--ink);
  display: inline-block;
  padding: 6px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-container { padding: 18px; }

.pricing-table {
  background: var(--bg);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop);
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  transition: transform 80ms linear, box-shadow 80ms linear;
}
.pricing-table:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--drop-lg);
}

.pricing-table li {
  background: transparent;
  border: 0;
  padding: 14px 20px;
  color: var(--ink);
}

.pricing-table .brut-num {
  background: var(--ink);
  color: var(--accent);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px 20px;
  text-align: left;
  text-transform: uppercase;
}

.pricing-table .headline {
  background: var(--accent);
  border-top: var(--bw) solid var(--ink);
  border-bottom: var(--bw) solid var(--ink);
  margin: 0;
  padding: 24px 0;
}
.pricing-table .headline h5 {
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}

.pricing-table .price { background: transparent; border-bottom: 0; padding: 0; }
.pricing-table .price .amount:empty { display: none; }

.pricing-table .info {
  background: transparent;
  border-bottom: var(--bw) solid var(--ink);
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.pricing-table .features {
  background: transparent;
  border-bottom: 1px solid var(--ink);
  color: var(--ink-soft);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
}
.pricing-table .features::before {
  content: '> ';
  font-weight: 700;
  color: var(--ink);
}
.pricing-table .features:last-child { border-bottom: 0; }

/* ----- CONTACT TILES ----- */
#main-info {
  background: var(--bg);
  padding: 100px 0;
}
.neu-contact-row { margin-top: 14px; }

.neu-contact-card {
  background: var(--bg);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop);
  padding: 32px 26px 30px;
  text-align: left;
  margin: 14px 0;
  transition: transform 80ms linear, box-shadow 80ms linear;
}
.neu-contact-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--drop-lg);
}

.neu-contact-card h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
  display: inline-block;
  background: var(--ink);
  color: var(--accent);
  padding: 4px 10px;
}
.neu-contact-card p {
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
  letter-spacing: -0.01em;
}
.neu-contact-card .contact-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  text-decoration-color: var(--accent);
}
.neu-contact-card .contact-link:hover {
  background: var(--accent);
  text-decoration-color: var(--ink);
}

.neu-icon {
  width: 56px;
  height: 56px;
  background: var(--accent);
  border: var(--bw) solid var(--ink);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  box-shadow: none;
}
.neu-contact-card:hover .neu-icon {
  background: var(--ink);
  color: var(--accent);
}

#main-info hr.line { display: none; }

/* ----- FORM POLISH ----- */
.form-control {
  background: var(--bg);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--drop-sm);
  color: var(--ink);
  height: auto;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.form-control:focus { outline: 0; background: var(--accent); }

/* ----- FOCUS VISIBILITY ----- */
*:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* ----- RESPONSIVE ----- */
@media (max-width: 991px) {
  .header-title.kinetic { font-size: 5.5rem; }
  .navbar > .container { max-width: 600px; }
  #be-the-first h2,
  #invite h1 { font-size: 52px; }
  #pricing h2.black { font-size: 44px; }
}

@media (max-width: 767px) {
  .header-title.kinetic { font-size: 3.8rem; }
  .brut-tape { font-size: 11px; padding: 8px 14px; }
  .brut-marquee-track { font-size: 18px; }
  .pricing-table { margin-bottom: 18px; }
  .pricing-table .headline h5 { font-size: 22px; }
  .neu-contact-card { padding: 28px 20px; }
  #be-the-first h2,
  #invite h1 { font-size: 40px; }
  #pricing h2.black { font-size: 34px; }
  header,
  #be-the-first,
  #invite { background-attachment: scroll; }
}

@media (max-width: 480px) {
  .header-title.kinetic { font-size: 3rem; }
  .kinetic .curve { margin-left: 1rem; }
  .brut-marquee-track { font-size: 16px; }
}

