/* =====================================================
   TheSwagMan.US — Stylesheet
   Design: Industrial Americana
   Navy + Gold + Cream
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; font-size: 16px; color: #0D1B2A; background: #fff; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

:root {
  --navy:   #0D1B2A;
  --gold:   #D4A017;
  --goldh:  #F0C040;
  --cream:  #F5F0E8;
  --steel:  #4A5568;
  --gray:   #8A97A8;
  --green:  #1A7F4B;
  --white:  #ffffff;
  --red:    #A32D2D;
  --max:    1120px;
  --rad:    8px;
  --radlg:  14px;
  --shadow: 0 2px 16px rgba(13,27,42,.12);
  --shadowlg: 0 8px 32px rgba(13,27,42,.18);
}

/* ===== UTILITIES ===== */
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 10px; }
h1, h2, h3 { font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif; letter-spacing: .03em; line-height: 1.05; }
h1 { font-size: clamp(48px, 7vw, 88px); }
h2 { font-size: clamp(34px, 5vw, 58px); }
h3 { font-size: clamp(20px, 3vw, 28px); }
p  { font-size: 15px; line-height: 1.7; color: var(--steel); }
section { padding: 80px 0; }

.fade-in { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: var(--rad); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: all .2s; border: 2px solid transparent; white-space: nowrap; }
.btn-gold  { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover  { background: var(--goldh); border-color: var(--goldh); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(212,160,23,.35); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-dark  { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-dark:hover  { background: #1a2e42; transform: translateY(-1px); box-shadow: var(--shadow); }

/* ===== NAVBAR ===== */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--navy); border-bottom: 2px solid var(--gold); transition: box-shadow .3s; }
#navbar.scrolled { box-shadow: 0 4px 24px rgba(13,27,42,.35); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 36px; width: auto; }
.nav-logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: #fff; letter-spacing: .06em; }
.nav-logo-text span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.7); transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-phone { color: var(--gold) !important; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; transition: all .3s; }

/* ===== HERO ===== */
#hero { background: var(--navy); min-height: 100vh; display: flex; align-items: center; padding-top: 66px; position: relative; overflow: hidden; }
#hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(-45deg, transparent, transparent 38px, rgba(212,160,23,.03) 38px, rgba(212,160,23,.03) 39px); pointer-events: none; }
.hero-wrap { display: grid; grid-template-columns: 1fr 440px; gap: 56px; align-items: center; padding: 72px 0; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.hero-line { width: 36px; height: 2px; background: var(--gold); flex-shrink: 0; }
.hero-eyebrow span { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
#hero h1 { color: #fff; }
#hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.65); margin: 14px 0 32px; max-width: 500px; line-height: 1.65; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-pill { display: flex; align-items: center; gap: 6px; background: rgba(212,160,23,.1); border: 1px solid rgba(212,160,23,.28); border-radius: 20px; padding: 5px 13px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.82); }
.trust-pill svg { color: var(--gold); flex-shrink: 0; }
.hero-visual { position: relative; }
.hero-img-frame { border-radius: var(--radlg); overflow: hidden; border: 2px solid rgba(212,160,23,.25); background: #1a2e42; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; }
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: -16px; left: -16px; background: var(--gold); color: var(--navy); border-radius: var(--rad); padding: 12px 16px; text-align: center; box-shadow: var(--shadowlg); }
.hero-badge-num { font-family: 'Bebas Neue', sans-serif; font-size: 34px; line-height: 1; display: block; }
.hero-badge-lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

/* ===== STATS BAR ===== */
#stats { background: var(--cream); border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(13,27,42,.1); padding: 28px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { text-align: center; padding: 0 20px; border-right: 1px solid rgba(13,27,42,.12); }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 46px; color: var(--navy); line-height: 1; display: block; margin-bottom: 3px; }
.stat-num span { color: var(--gold); }
.stat-lbl { font-size: 12px; font-weight: 600; color: var(--steel); }

/* ===== SECTION HEADERS ===== */
.section-hdr { margin-bottom: 48px; }
.section-hdr p { max-width: 540px; margin-top: 10px; }
.section-hdr.center { text-align: center; }
.section-hdr.center p { margin-left: auto; margin-right: auto; }

/* ===== SERVICES ===== */
#services { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.svc-card { background: var(--cream); border-radius: var(--radlg); padding: 28px 24px; border: 1px solid rgba(13,27,42,.07); transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; display: block; color: inherit; cursor: pointer; }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: var(--gold); transition: width .3s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadowlg); }
.svc-card:hover::after { width: 100%; }
.svc-icon { width: 44px; height: 44px; background: var(--navy); border-radius: var(--rad); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-icon svg { color: var(--gold); }
.svc-card h3 { font-size: 22px; margin-bottom: 8px; color: var(--navy); }
.svc-card p { font-size: 13px; margin-bottom: 14px; }
.svc-price { font-size: 12px; font-weight: 700; color: var(--navy); background: rgba(212,160,23,.14); border-radius: 4px; padding: 3px 9px; display: inline-block; margin-bottom: 14px; }
.svc-link { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 5px; transition: gap .2s; }
.svc-card:hover .svc-link { gap: 9px; }

/* ===== PROCESS ===== */
#process { background: var(--navy); }
#process .eyebrow { color: var(--gold); }
#process h2 { color: #fff; }
#process .section-hdr p { color: rgba(255,255,255,.5); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 48px; position: relative; }
.steps::before { content: ''; position: absolute; top: 39px; left: 12.5%; right: 12.5%; height: 1px; background: rgba(212,160,23,.25); }
.step { text-align: center; padding: 0 16px; }
.step-num { width: 78px; height: 78px; border-radius: 50%; background: rgba(212,160,23,.1); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold); position: relative; z-index: 1; }
.step h3 { font-size: 20px; color: #fff; margin-bottom: 8px; }
.step p { font-size: 13px; color: rgba(255,255,255,.5); }

/* ===== PORTFOLIO ===== */
#portfolio { background: var(--cream); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-btn { padding: 7px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; letter-spacing: .04em; cursor: pointer; border: 1.5px solid rgba(13,27,42,.2); background: transparent; color: var(--steel); transition: all .2s; font-family: 'Inter', sans-serif; }
.filter-btn.active, .filter-btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.port-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.port-item { border-radius: var(--radlg); overflow: hidden; position: relative; aspect-ratio: 4/3; background: #2a3a4a; cursor: pointer; transition: opacity .3s, transform .3s; }
.port-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.port-item:hover img { transform: scale(1.06); }
.port-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,27,42,.88) 0%, transparent 55%); opacity: 0; transition: opacity .3s; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; }
.port-item:hover .port-overlay { opacity: 1; }
.port-overlay h4 { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: #fff; margin-bottom: 2px; }
.port-overlay span { font-size: 11px; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

/* ===== ABOUT ===== */
#about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radlg); width: 100%; object-fit: cover; aspect-ratio: 4/5; }
.about-flag { position: absolute; bottom: 22px; right: -16px; background: var(--navy); border: 2px solid var(--gold); border-radius: var(--rad); padding: 10px 16px; display: flex; align-items: center; gap: 8px; box-shadow: var(--shadowlg); }
.about-flag img { width: 32px; }
.about-flag span { font-size: 12px; font-weight: 700; color: #fff; }
.about-content h2 { margin-bottom: 14px; }
.about-content p { margin-bottom: 14px; }
.about-feats { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.about-feat { display: flex; gap: 12px; align-items: flex-start; }
.feat-icon { width: 34px; height: 34px; background: rgba(212,160,23,.12); border-radius: var(--rad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.feat-icon svg { color: var(--gold); }
.about-feat h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.about-feat p { font-size: 13px; margin: 0; }

/* ===== TESTIMONIALS ===== */
#testimonials { background: var(--navy); }
#testimonials .eyebrow { color: var(--gold); }
#testimonials h2 { color: #fff; margin-bottom: 44px; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testi-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radlg); padding: 24px; transition: border-color .2s; }
.testi-card:hover { border-color: rgba(212,160,23,.4); }
.stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.65; margin-bottom: 18px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 14px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: rgba(212,160,23,.2); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 16px; color: var(--gold); flex-shrink: 0; }
.author-name { font-size: 13px; font-weight: 700; color: #fff; }
.author-role { font-size: 11px; color: var(--gray); }

/* ===== CONTACT / QUOTE FORM ===== */
#contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: flex-start; }
.contact-left h2 { margin-bottom: 12px; }
.contact-left > p { margin-bottom: 24px; }
.contact-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.contact-perk { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--navy); }
.contact-perk svg { color: var(--green); flex-shrink: 0; }
.contact-info-box { padding: 18px 20px; background: rgba(212,160,23,.1); border-left: 3px solid var(--gold); border-radius: 0 var(--rad) var(--rad) 0; }
.contact-info-box p { font-size: 14px; margin: 0; }
.contact-info-box p:first-child { font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.contact-info-box a { color: var(--gold); font-weight: 700; }

.form-card { background: #fff; border-radius: var(--radlg); padding: 34px; box-shadow: var(--shadowlg); border-top: 4px solid var(--gold); }
.form-card h3 { font-size: 26px; color: var(--navy); margin-bottom: 22px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-group label { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Inter', sans-serif; font-size: 15px;
  padding: 11px 13px;
  border: 1.5px solid rgba(13,27,42,.18);
  border-radius: var(--rad);
  background: var(--cream);
  color: var(--navy);
  outline: none;
  transition: border-color .2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-error { display: none; padding: 10px 13px; background: #FCEBEB; border-left: 3px solid var(--red); border-radius: 0 var(--rad) var(--rad) 0; font-size: 13px; color: var(--red); margin-bottom: 12px; }
.form-success { display: none; padding: 14px 16px; background: #EAF3DE; border-left: 3px solid var(--green); border-radius: 0 var(--rad) var(--rad) 0; font-size: 14px; color: #27500A; font-weight: 600; margin-top: 14px; }
.form-submit { width: 100%; padding: 15px; background: var(--gold); color: var(--navy); border: none; border-radius: var(--rad); font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .15s; }
.form-submit:hover { background: var(--goldh); transform: translateY(-1px); }
.form-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.form-note { font-size: 11px; color: var(--gray); text-align: center; margin-top: 8px; }

/* ===== NICHE BANNER ===== */
#niche { background: var(--navy); padding: 60px 0; position: relative; overflow: hidden; }
#niche::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(212,160,23,.07) 0%, transparent 70%); }
.niche-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; }
.niche-text h2 { color: #fff; font-size: 42px; }
.niche-text p { color: rgba(255,255,255,.6); max-width: 460px; margin-top: 8px; }
.niche-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.niche-tag { padding: 4px 12px; border: 1px solid rgba(212,160,23,.3); border-radius: 16px; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.65); }
.niche-ctas { display: flex; flex-direction: column; gap: 10px; }

/* ===== FAQ ===== */
#faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
.faq-item { border-bottom: 1px solid rgba(13,27,42,.1); padding: 20px 0; cursor: pointer; }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 15px; font-weight: 700; color: var(--navy); transition: color .2s; }
.faq-item.open .faq-q { color: var(--gold); }
.faq-icon { width: 22px; height: 22px; flex-shrink: 0; border: 1.5px solid rgba(13,27,42,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: all .2s; }
.faq-item.open .faq-icon { background: var(--gold); border-color: var(--gold); color: var(--navy); transform: rotate(45deg); }
.faq-a { font-size: 14px; color: var(--steel); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding-top .3s; }
.faq-item.open .faq-a { max-height: 220px; padding-top: 10px; }

/* ===== FOOTER ===== */
#footer { background: var(--navy); border-top: 3px solid var(--gold); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 10px; max-width: 260px; line-height: 1.6; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-col .footer-detail { font-size: 13px; color: rgba(255,255,255,.35); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.3); }
.footer-badge { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; }

/* ===== URGENCY STRIP ===== */
#urgency { background: var(--gold); color: var(--navy); text-align: center; padding: 11px 24px; font-size: 13px; font-weight: 700; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; display: flex; align-items: center; justify-content: center; gap: 14px; box-shadow: 0 -4px 18px rgba(13,27,42,.18); transform: translateY(100%); transition: transform .4s ease 2.2s; }
#urgency.show { transform: translateY(0); }
#urgency a { text-decoration: underline; color: var(--navy); }
#urgency-close { position: absolute; right: 14px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--navy); opacity: .7; line-height: 1; }
#urgency-close:hover { opacity: 1; }

/* ===== SUPERNATURAL PAGE ===== */
.sn-hero { background: #0a0a0a; min-height: 70vh; display: flex; align-items: center; padding-top: 66px; position: relative; overflow: hidden; }
.sn-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(100,60,0,.4) 0%, transparent 70%); }
.sn-hero h1 { color: #fff; }
.sn-hero h1 em { font-style: normal; color: var(--gold); }
.sn-sub { font-size: 17px; color: rgba(255,255,255,.65); max-width: 540px; margin: 14px 0 30px; line-height: 1.65; }
.sn-exclusive { background: rgba(212,160,23,.12); border: 1px solid rgba(212,160,23,.35); border-radius: var(--radlg); padding: 28px 32px; }
.sn-exclusive h3 { font-size: 28px; color: #fff; margin-bottom: 10px; }
.sn-exclusive p { color: rgba(255,255,255,.65); margin-bottom: 16px; }
.sn-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--navy); font-weight: 800; font-size: 22px; font-family: 'Bebas Neue', sans-serif; padding: 10px 20px; border-radius: var(--rad); margin-bottom: 14px; letter-spacing: .05em; }
.design-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.design-card { background: var(--cream); border-radius: var(--radlg); overflow: hidden; border: 1px solid rgba(13,27,42,.08); transition: transform .25s, box-shadow .25s; }
.design-card:hover { transform: translateY(-4px); box-shadow: var(--shadowlg); }
.design-card-img { aspect-ratio: 4/3; background: #1a1a1a; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 13px; color: rgba(212,160,23,.4); letter-spacing: .08em; text-align: center; padding: 12px; }
.design-card-img img { width: 100%; height: 100%; object-fit: cover; }
.design-card-body { padding: 18px; }
.design-card-body h4 { font-size: 18px; color: var(--navy); margin-bottom: 6px; }
.design-card-body p { font-size: 13px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: none; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); gap: 36px; }
  .steps::before { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-flag { right: 20px; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .design-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  section { padding: 56px 0; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 66px; left: 0; right: 0; background: var(--navy); padding: 18px 24px 28px; gap: 14px; border-bottom: 2px solid var(--gold); z-index: 998; }
  .services-grid { grid-template-columns: 1fr; }
  .port-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row2 { grid-template-columns: 1fr; }
  .niche-wrap { flex-direction: column; }
  .design-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }
