/*
Theme Name: Pamela Construction v3
Theme URI: https://pamela-construction.com
Author: FL Marketing Management
Description: Dark luxury theme for Pamela Construction & Services Corp. Miami home renovation specialists.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pamela-construction
*/

:root {
  --ink:      #0A0C10;
  --ink-soft: #111318;
  --ink-mid:  #1A1E28;
  --navy:     #0D1B3E;
  --blue:     #1E4DB7;
  --blue-bright: #4A90D9;
  --white:    #FAFAF8;
  --mist:     #8A8F9E;
  --border:   rgba(255,255,255,0.07);
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --r-xl: 48px;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--ink);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (pointer: fine) { body { cursor: none; } }

/* CUSTOM CURSOR */
.cursor {
  width: 10px; height: 10px;
  background: var(--blue-bright);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s, width 0.3s, height 0.3s, background 0.3s;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(74,144,217,0.4);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), width 0.3s, height 0.3s;
}

/* NAV */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background 0.5s, backdrop-filter 0.5s, border-color 0.5s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,12,16,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom-color: var(--border);
}
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  max-width: 280px;
  line-height: 1.1;
}
.nav-logo-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
  display: inline-block;
  flex-shrink: 0;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}
.nav-menu a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
  text-decoration: none;
  transition: color 0.3s;
}
.nav-menu a:hover { color: var(--white); }
.nav-menu .nav-btn {
  height: 40px;
  padding: 0 24px;
  background: var(--blue);
  color: var(--white) !important;
  border-radius: 980px;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s, transform 0.2s;
}
.nav-menu .nav-btn:hover { background: var(--blue-bright); transform: scale(1.03); }

.nav-toggle {
  display: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.nav-toggle span {
  width: 18px; height: 1.5px;
  background: var(--white);
  display: block;
  transition: all 0.3s;
}

/* HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg-img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.35) saturate(0.7);
  transform: scale(1.06);
  animation: heroScale 18s ease forwards;
}
@keyframes heroScale {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}
.hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(13,27,62,0.4) 0%, transparent 60%),
    linear-gradient(to top, rgba(10,12,16,1) 0%, rgba(10,12,16,0.5) 30%, transparent 60%),
    linear-gradient(to right, rgba(10,12,16,0.8) 0%, transparent 50%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 80px 80px 60px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 40px;
  min-height: 100vh;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  opacity: 0;
  animation: slideUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.2s forwards;
}
.hero-tag-line { width: 32px; height: 1px; background: var(--blue-bright); display: block; }
.hero-tag-text { font-size: 11px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blue-bright); }

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.5rem, 10vw, 11rem);
  line-height: 0.92;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 2rem;
  opacity: 0;
  animation: slideUp 1s cubic-bezier(0.16,1,0.3,1) 0.35s forwards;
}
.hero-headline .outline {
  -webkit-text-stroke: 1px rgba(255,255,255,0.35);
  color: transparent;
}
.hero-headline .blue { color: var(--blue-bright); }

.hero-sub {
  font-size: 1rem; font-weight: 300; line-height: 1.7;
  color: rgba(255,255,255,0.5);
  max-width: 440px; margin-bottom: 2.5rem;
  opacity: 0;
  animation: slideUp 1s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
.hero-ctas {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  opacity: 0;
  animation: slideUp 1s cubic-bezier(0.16,1,0.3,1) 0.65s forwards;
}
.hero-phone-line {
  margin-top: 1.5rem; display: flex; align-items: center; gap: 12px;
  opacity: 0;
  animation: slideUp 1s cubic-bezier(0.16,1,0.3,1) 0.8s forwards;
}
.hero-phone-link {
  font-size: 0.85rem; font-weight: 500;
  color: rgba(255,255,255,0.55);
  display: flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: color 0.3s;
}
.hero-phone-link:hover { color: var(--blue-bright); }
.hero-hours { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

.hero-right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 32px;
  opacity: 0;
  animation: fadeIn 1s ease 1s forwards;
}
.hero-stat { text-align: right; }
.hero-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem; letter-spacing: 0.02em;
  color: var(--white); line-height: 1; display: block;
}
.hero-stat-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mist); display: block; margin-top: 4px;
}
.hero-stat-divider { width: 1px; height: 40px; background: var(--border); align-self: center; }

.hero-scroll-hint {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
  opacity: 0; animation: fadeIn 1s ease 1.4s forwards;
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--blue-bright), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity:1; transform: scaleY(1); }
  50% { opacity:0.3; transform: scaleY(0.6); }
}
.scroll-text { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.25); }

@keyframes slideUp {
  from { opacity:0; transform: translateY(30px); }
  to   { opacity:1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; }
  to   { opacity:1; }
}

/* BUTTONS */
.btn-primary {
  height: 52px; padding: 0 32px;
  background: var(--blue); color: var(--white);
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.06em;
  border: none; border-radius: 980px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  text-decoration: none;
}
.btn-primary:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 16px 40px rgba(30,77,183,0.45); color: var(--white); }

.btn-ghost {
  height: 52px; padding: 0 32px;
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.7);
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.06em;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 980px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.3s; backdrop-filter: blur(10px); text-decoration: none;
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: var(--white); border-color: rgba(255,255,255,0.25); }

/* TICKER */
.ticker { background: var(--blue); padding: 14px 0; overflow: hidden; }
.ticker-track {
  display: flex; gap: 0;
  animation: ticker 14s linear infinite;
  white-space: nowrap;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item {
  display: inline-flex; align-items: center; gap: 20px; padding: 0 20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.18em;
  color: rgba(255,255,255,0.85); flex-shrink: 0;
}
.ticker-sep { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.35); flex-shrink: 0; }

/* INTRO */
.intro-section {
  padding: 140px 80px;
  display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start;
  border-bottom: 1px solid var(--border);
}
.intro-label { position: sticky; top: 120px; }
.intro-label-text {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mist);
  display: flex; align-items: center; gap: 12px;
}
.intro-label-text::before { content: ''; width: 24px; height: 1px; background: var(--blue); display: block; }
.intro-statement {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(2.2rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1.18;
  color: var(--white); letter-spacing: -0.01em;
}
.intro-statement em { font-style: italic; color: var(--blue-bright); }

/* SECTION COMMONS */
.section-pad { padding: 140px 80px; }
.section-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px; padding-top: 80px; border-top: 1px solid var(--border);
}
.section-label {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mist);
  display: flex; align-items: center; gap: 12px;
}
.section-label::before { content: ''; width: 24px; height: 1px; background: var(--blue); display: block; }
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 5vw, 5.5rem); letter-spacing: 0.02em; color: var(--white); line-height: 0.95;
}
.section-title .outline { -webkit-text-stroke: 1px rgba(255,255,255,0.2); color: transparent; }

/* SERVICES */
.services-section { padding: 0 80px 140px; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; background: var(--border); border-radius: var(--r-xl); overflow: hidden;
}
.service-card {
  background: var(--ink-soft); padding: 44px 40px;
  position: relative; overflow: hidden;
  transition: background 0.4s; display: flex; flex-direction: column;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30,77,183,0.12) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.service-card:hover { background: var(--ink-mid); }
.service-card:hover::before { opacity: 1; }
.service-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 4rem; letter-spacing: 0.02em;
  color: rgba(255,255,255,0.35); line-height: 1; margin-bottom: auto; padding-bottom: 1rem;
  display: block; transition: color 0.4s;
}
.service-card:hover .service-num { color: rgba(74,144,217,0.5); }
.service-icon-line {
  width: 32px; height: 2px; background: var(--blue); border-radius: 2px;
  margin-bottom: 1.25rem; transition: width 0.4s;
}
.service-card:hover .service-icon-line { width: 48px; }
.service-name {
  font-family: 'Instrument Serif', serif; font-size: 1.65rem; font-weight: 400;
  color: var(--white); margin-bottom: 0.75rem; line-height: 1.15;
}
.service-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.7; color: var(--mist); }

/* ABOUT */
.about-section {
  margin: 0 80px 140px; border-radius: var(--r-xl); overflow: hidden;
  min-height: 680px; display: grid; grid-template-columns: 1fr 1fr;
}
.about-visual { position: relative; overflow: hidden; }
.about-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.8) brightness(0.75);
  transition: transform 1s cubic-bezier(0.16,1,0.3,1), filter 0.6s; display: block;
}
.about-section:hover .about-img { transform: scale(1.04); filter: saturate(0.9) brightness(0.85); }
.about-visual-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--ink-soft) 100%);
}
.about-content {
  background: var(--ink-soft); padding: 72px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-eyebrow {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blue-bright);
  margin-bottom: 2rem; display: flex; align-items: center; gap: 12px;
}
.about-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--blue-bright); display: block; }
.about-title {
  font-family: 'Instrument Serif', serif; font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400; color: var(--white); line-height: 1.12; margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.about-title em { font-style: italic; color: var(--blue-bright); }
.about-body { font-size: 0.9rem; font-weight: 300; line-height: 1.85; color: rgba(255,255,255,0.5); margin-bottom: 1.25rem; }
.about-process {
  margin-top: 2.5rem; display: flex; flex-direction: column;
  border-top: 1px solid var(--border); padding-top: 2rem;
}
.about-process-step {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--border);
}
.about-process-step:last-child { border-bottom: none; }
.about-process-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(30,77,183,0.2); border: 1px solid rgba(74,144,217,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 11px; font-weight: 600; color: var(--blue-bright);
}
.about-process-title { font-size: 0.85rem; font-weight: 500; color: var(--white); margin-bottom: 3px; }
.about-process-desc { font-size: 0.78rem; color: var(--mist); font-weight: 300; }
.about-stats {
  display: flex; gap: 2.5rem; margin-top: 2.5rem; padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}
.about-stat-val {
  font-family: 'Bebas Neue', sans-serif; font-size: 3rem; letter-spacing: 0.02em;
  color: var(--white); line-height: 1; display: block;
}
.about-stat-val sup { font-size: 1.5rem; color: var(--blue-bright); }
.about-stat-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mist); display: block; margin-top: 6px; }

/* PORTFOLIO */
.portfolio-section { padding: 0 80px 140px; }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }
.portfolio-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 360px 260px; gap: 16px;
}
.port-item { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--ink-mid); }
.port-item:nth-child(1) { grid-column: 1/7; grid-row: 1/2; }
.port-item:nth-child(2) { grid-column: 7/10; grid-row: 1/2; }
.port-item:nth-child(3) { grid-column: 10/13; grid-row: 1/2; }
.port-item:nth-child(4) { grid-column: 1/4; grid-row: 2/3; }
.port-item:nth-child(5) { grid-column: 4/13; grid-row: 2/3; }
.port-img {
  width:100%; height:100%; object-fit:cover;
  filter: saturate(0.7) brightness(0.75);
  transition: transform 0.8s cubic-bezier(0.16,1,0.3,1), filter 0.5s; display:block;
}
.port-item:hover .port-img { transform: scale(1.07); filter: saturate(1) brightness(0.9); }
.port-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,12,16,0.92) 0%, transparent 55%);
  opacity: 0; transition: opacity 0.4s; display: flex; align-items: flex-end; padding: 28px;
}
.port-item:hover .port-overlay { opacity: 1; }
.port-title { font-family: 'Instrument Serif', serif; font-size: 1.3rem; color: var(--white); display: block; }
.port-loc { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--blue-bright); display: block; margin-top: 4px; }

/* TESTIMONIALS */
.testimonials-section { padding: 0 80px 140px; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5px; background: var(--border); border-radius: var(--r-xl); overflow: hidden; margin-top: 56px;
}
.testimonial-card {
  background: var(--ink-soft); padding: 40px 36px;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.testimonial-stars { color: #F5C842; font-size: 14px; letter-spacing: 2px; }
.testimonial-text {
  font-family: 'Instrument Serif', serif; font-size: 1.1rem; line-height: 1.6;
  color: var(--white); font-style: italic;
}
.testimonial-footer { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.testimonial-name { font-size: 0.875rem; font-weight: 500; color: var(--white); }
.testimonial-project { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); margin-top: 3px; }

/* CONTACT */
.contact-section { padding: 0 80px 140px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; margin-top: 56px; }
.contact-headline {
  font-family: 'Instrument Serif', serif; font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400; line-height: 1.12; color: var(--white); margin-bottom: 1.25rem;
}
.contact-headline em { font-style: italic; color: var(--blue-bright); }
.contact-body { font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.45); margin-bottom: 3rem; }
.contact-details { display: flex; flex-direction: column; }
.contact-detail {
  display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border);
}
.contact-detail:first-child { border-top: 1px solid var(--border); }
.contact-icon {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: rgba(30,77,183,0.15); border: 1px solid rgba(74,144,217,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-icon svg { width:18px; height:18px; color: var(--blue-bright); }
.contact-detail-lbl { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mist); display: block; margin-bottom: 3px; }
.contact-detail-val { font-size: 0.95rem; font-weight: 400; color: var(--white); display: block; }
.contact-detail-val a {
  color: var(--blue-bright); text-decoration: none;
  border-bottom: 1px solid rgba(74,144,217,0.3); padding-bottom: 1px;
  transition: color 0.3s, border-color 0.3s;
}
.contact-detail-val a:hover { color: var(--white); border-bottom-color: rgba(255,255,255,0.4); }

/* FORM */
.contact-form-card {
  background: #13161F; border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-xl); padding: 48px 44px;
}
.form-title {
  font-family: 'Instrument Serif', serif; font-size: 1.8rem;
  font-weight: 400; color: var(--white); margin-bottom: 4px; letter-spacing: -0.01em;
}
.form-sub {
  font-size: 0.83rem; font-weight: 300; color: var(--mist);
  padding-bottom: 1.75rem; border-bottom: 1px solid var(--border); margin-bottom: 1.75rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 0; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-field label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; height: 52px; padding: 0 16px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-sm); font-family: 'Outfit', sans-serif;
  font-size: 14px; font-weight: 300; color: var(--white);
  outline: none; transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  -webkit-appearance: none; -webkit-tap-highlight-color: transparent;
}
.form-field textarea {
  height: auto; min-height: 110px; padding: 14px 16px;
  resize: none; line-height: 1.6; border-radius: var(--r-sm);
}
.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A90D9' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  background-size: 16px; padding-right: 44px; cursor: pointer; color: rgba(255,255,255,0.6);
}
.form-field select option { background: #1A1E28; color: #FAFAF8; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue-bright); background: rgba(74,144,217,0.08);
  box-shadow: 0 0 0 3px rgba(74,144,217,0.12); color: var(--white);
}
.form-field select:focus { color: var(--white); }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255,255,255,0.2); font-weight: 300; }
.btn-submit {
  width: 100%; height: 54px; background: var(--blue); color: var(--white);
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0.08em;
  border: none; border-radius: 980px; cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s; margin-top: 6px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-submit:hover { background: var(--blue-bright); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(30,77,183,0.45); }
.form-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 16px; flex-wrap: wrap;
}
.form-trust-item { font-size: 11px; color: var(--mist); display: flex; align-items: center; gap: 5px; }
.form-trust-dot { color: var(--border); }
#form-response { border-radius: var(--r-sm); padding: 12px 16px; font-size: 13px; margin-top: 12px; }

/* CTA */
.cta-section {
  margin: 0 80px 140px; border-radius: var(--r-xl);
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: 100px 80px; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cta-tag {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.cta-tag::before, .cta-tag::after { content: ''; width: 32px; height: 1px; background: rgba(255,255,255,0.3); display: block; }
.cta-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 8vw, 9rem);
  letter-spacing: 0.02em; color: var(--white); line-height: 0.92; margin-bottom: 1.5rem;
}
.cta-body { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.btn-white {
  height: 56px; padding: 0 36px; background: var(--white); color: var(--navy);
  font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600;
  border: none; border-radius: 980px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s; text-decoration: none;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); color: var(--navy); }
.cta-hours { font-size: 0.85rem; color: rgba(255,255,255,0.4); font-weight: 300; }

/* FOOTER */
.site-footer {
  background: var(--ink-soft); border-top: 1px solid var(--border);
  padding: 64px 80px 40px;
}
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px;
  padding-bottom: 48px; border-bottom: 1px solid var(--border); margin-bottom: 32px;
}
.footer-brand-name {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.12em;
  color: var(--white); margin-bottom: 1rem; display: flex; align-items: center; gap: 10px;
}
.footer-tagline { font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.3); max-width: 300px; }
.footer-col-title {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 1.5rem; display: block;
}
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; list-style: none; }
.footer-links a { font-size: 0.875rem; font-weight: 300; color: rgba(255,255,255,0.65); transition: color 0.3s; text-decoration: none; }
.footer-links a:hover { color: var(--blue-bright); }
.footer-contact-item { margin-bottom: 1rem; }
.footer-contact-item .lbl { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.25); display: block; margin-bottom: 2px; }
.footer-contact-item .val { font-size: 0.875rem; font-weight: 300; color: rgba(255,255,255,0.7); }
.footer-contact-item .val a {
  color: var(--blue-bright); text-decoration: none;
  border-bottom: 1px solid rgba(74,144,217,0.25); padding-bottom: 1px;
  transition: color 0.3s, border-color 0.3s;
}
.footer-contact-item .val a:hover { color: var(--white); border-bottom-color: rgba(255,255,255,0.35); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.18); }
.footer-badge { font-size: 12px; color: rgba(255,255,255,0.18); display: flex; align-items: center; gap: 6px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity:1; transform:none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .site-header { padding: 0 32px; }
  .hero-content { padding: 80px 48px 60px; }
  .intro-section { padding: 100px 48px; }
  .services-section, .portfolio-section, .contact-section, .testimonials-section { padding-left: 48px; padding-right: 48px; }
  .about-section, .cta-section { margin-left: 48px; margin-right: 48px; }
  .site-footer { padding: 48px 48px 32px; }
}

@media (max-width: 900px) and (min-width: 769px) {
  .hero-content { padding: 100px 48px 64px; grid-template-columns: 1fr; }
  .hero-right { flex-direction: row; align-items: flex-end; justify-content: flex-start; gap: 20px; margin-top: 1rem; }
  .hero-headline { font-size: clamp(4rem, 12vw, 7rem); }
}

@media (max-width: 768px) {
  .site-header { padding: 0 20px; height: 60px; }
  .nav-logo { font-size: 0.85rem; letter-spacing: 0.06em; max-width: 55vw; line-height: 1.15; }
  .nav-logo-dot { width: 6px; height: 6px; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .site-header.menu-open .nav-menu {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: var(--ink);
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 9990;
    list-style: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-header.menu-open .nav-menu li { list-style: none; }
  .site-header.menu-open .nav-menu a {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--white);
    display: block;
    padding: 0.5rem 0;
  }
  .site-header.menu-open .nav-menu .nav-btn {
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0 48px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-header.menu-open .nav-toggle {
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 9991;
    background: rgba(255,255,255,0.1);
  }
  .site-header.menu-open .nav-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .site-header.menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .site-header.menu-open .nav-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .site-header.menu-open .nav-logo { z-index: 9991; }

  .ticker-track { animation-duration: 6s; }
  .hero-content { grid-template-columns: 1fr; padding: 80px 20px 48px; gap: 1.5rem; min-height: 100vh; min-height: 100dvh; }
  .hero-headline { font-size: clamp(4rem, 18vw, 6rem); }
  .hero-sub { font-size: 0.9rem; max-width: 100%; }
  .hero-right { flex-direction: row; align-items: flex-end; justify-content: flex-start; gap: 20px; flex-wrap: wrap; }
  .hero-stat-divider { width: 1px; height: 32px; }
  .hero-scroll-hint { display: none; }

  .intro-section { grid-template-columns: 1fr; gap: 1.5rem; padding: 64px 20px; }
  .intro-label { position: static; }

  .services-section { padding: 0 20px 80px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 1.25rem; padding-top: 48px; margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; border-radius: var(--r-lg); }
  .service-card { padding: 32px 24px; }

  .about-section { grid-template-columns: 1fr; margin: 0 20px 80px; border-radius: var(--r-lg); }
  .about-visual { height: 280px; }
  .about-content { padding: 40px 24px; }
  .about-stats { flex-wrap: wrap; gap: 1.5rem; }

  .portfolio-section { padding: 0 20px 80px; }
  .portfolio-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 10px; }
  .port-item:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 180px; border-radius: var(--r-md); }
  .port-item:nth-child(1) { grid-column: 1/-1; min-height: 240px; }

  .testimonials-section { padding: 0 20px 80px; }
  .testimonials-grid { grid-template-columns: 1fr; }

  .contact-section { padding: 0 20px 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-form-card { padding: 32px 20px; border-radius: var(--r-lg); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-bottom: 12px; }

  .cta-section { margin: 0 20px 80px; padding: 60px 24px; border-radius: var(--r-lg); }
  .cta-title { font-size: clamp(3rem, 14vw, 5rem); }
  .cta-actions { flex-direction: column; gap: 1rem; }

  .site-footer { padding: 48px 20px 32px; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: clamp(3.5rem, 20vw, 5rem); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .port-item:nth-child(1) { grid-column: 1; }
  .about-stats { flex-direction: column; gap: 1rem; }
  .contact-form-card { padding: 24px 16px; }
}
