﻿:root {
  --ink: #0A0908;
  --cream: #F8F6F1;
  --surface: #FFFFFF;
  --border: #E8E2D9;
  --ember: #E8612A;
  --ember-light: #F59E6B;
  --ember-bg: #FBE9DF;
  --ember-glow: rgba(232,97,42,0.18);
  --muted: #6B6258;
  --muted2: #A09890;
  --sand: #E0D8CE;
  --green: #16A34A;
  --green-bg: #DCFCE7;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: #fff;
  font-family: 'Bricolage Grotesque', sans-serif;
  overflow-x: hidden;
}

/* 
   NAV
 */
nav {
  position: fixed; top:0; left:0; right:0; z-index:500;
  display: flex; align-items:center; justify-content:space-between;
  padding: 0 44px; height:60px;
  transition: background .4s, border-color .4s;
}
nav.bg { background:rgba(10,9,8,.9); backdrop-filter:blur(20px); border-bottom:1px solid rgba(255,255,255,.07); }
.nav-logo { text-decoration:none; font-size:19px; font-weight:800; color:#fff; letter-spacing:-.5px; }
.nav-logo em { color:var(--ember); font-style:normal; }
.nav-links { display:flex; gap:28px; }
.nav-link { font-size:13px; color:rgba(255,255,255,.4); font-weight:600; text-decoration:none; transition:color .2s; }
.nav-link:hover { color:#fff; }
.nav-ctas { display:flex; gap:8px; align-items:center; }
.n-ghost { font-size:12px; font-weight:700; color:rgba(255,255,255,.5); background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); padding:7px 16px; border-radius:7px; font-family:'Bricolage Grotesque',sans-serif; transition:all .2s; }
.n-ghost:hover { color:#fff; border-color:rgba(255,255,255,.3); }
.n-main { font-size:12px; font-weight:800; color:#fff; background:var(--ember); border:none; padding:8px 18px; border-radius:7px; font-family:'Bricolage Grotesque',sans-serif; transition:background .2s; }
.n-main:hover { background:#d4531e; }

/* 
   HERO - Zoom Effect
 */
.zoom-wrapper {
  position: relative;
  height: 118vh;
  background: var(--ink);
}
.zoom-sticky {
  position: sticky; top: 0;
  height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.zoom-device {
  position: relative; z-index: 1;
  width: 100vw; height: 100vh;
  background: var(--ink);
  overflow: hidden;
  transform-origin: center center;
  will-change: transform, border-radius, box-shadow;
}
.device-chrome {
  position: absolute; top: 0; left: 0; right: 0;
  height: 44px;
  background: rgba(20,18,16,.95);
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center;
  padding: 0 20px; gap: 10px;
  opacity: 0; transform: translateY(-100%);
  transition: opacity .4s ease, transform .4s ease;
  z-index: 10; backdrop-filter: blur(10px);
}
.device-chrome.show { opacity: 1; transform: translateY(0); }
.d-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.d-url {
  flex: 1; max-width: 260px; margin: 0 auto;
  background: rgba(255,255,255,.06); border-radius: 6px;
  padding: 5px 14px; font-size: 11px; color: rgba(255,255,255,.25);
  text-align: center; font-family: 'DM Sans', sans-serif;
}

/* Hero Content */
.device-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
  padding: 0 56px;
}
.device-glow {
  position: absolute; bottom: -220px; left: 50%; transform: translateX(-50%);
  width: 1000px; height: 650px;
  background: radial-gradient(ellipse at 50% 100%, rgba(232,97,42,.2) 0%, rgba(232,97,42,.05) 45%, transparent 70%);
  pointer-events: none;
}
.device-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
.device-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(10,9,8,.85) 100%);
  pointer-events: none;
}
.device-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.orb-1 {
  width: 600px; height: 600px;
  background: rgba(232,97,42,.15);
  top: -200px; right: -200px;
  animation: orbFloat 8s ease-in-out infinite;
}
.orb-2 {
  width: 400px; height: 400px;
  background: rgba(232,97,42,.1);
  bottom: -100px; left: -100px;
  animation: orbFloat 10s ease-in-out infinite reverse;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -30px); }
}

.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  padding:5px 16px 5px 6px;
  background:rgba(232,97,42,.12); border:1px solid rgba(232,97,42,.3);
  border-radius:100px; margin-bottom:28px;
  animation: fadeUp .9s ease both;
  position: relative; z-index: 1;
}
.badge-dot { width:22px; height:22px; border-radius:50%; background:var(--ember); display:flex; align-items:center; justify-content:center; font-size:10px; }
.badge-text { font-size:11px; font-weight:700; color:var(--ember-light); letter-spacing:.5px; }

.device-h1 {
  font-size: clamp(44px, 6.5vw, 96px);
  font-weight: 900; line-height: 1.04; letter-spacing: -3px;
  position: relative; z-index: 1;
  animation: fadeUp .9s .1s ease both;
}
.device-h1 .l1 { display: block; color: rgba(255,255,255,.2); }
.device-h1 .l2 { display: block; color: rgba(255,255,255,.5); }
.device-h1 .l3 { display: block; color: #fff; }
.device-h1 .l3 em { font-style: italic; font-family: 'Instrument Serif', serif; color: var(--ember); font-size: .92em; letter-spacing: -2px; }

.device-sub {
  font-size: 17px; color: rgba(255,255,255,.48);
  max-width: 480px; line-height: 1.7; font-weight: 400;
  margin-top: 28px;
  position: relative; z-index: 1;
  animation: fadeUp .9s .2s ease both;
}
.device-sub strong { color: rgba(255,255,255,.7); font-weight: 600; }

.device-btns {
  display: flex; gap: 12px; margin-top: 32px;
  position: relative; z-index: 1;
  animation: fadeUp .9s .3s ease both;
}
.dev-btn-main {
  padding: 14px 32px; background: var(--ember); color: #fff;
  border: none; border-radius: 9px; font-size: 14px; font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
  box-shadow: 0 0 40px rgba(232,97,42,.4);
  transition: transform .15s, box-shadow .15s;
}
.dev-btn-main:hover { transform: translateY(-2px); box-shadow: 0 4px 48px rgba(232,97,42,.6); }
.dev-btn-sec {
  padding: 14px 28px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.65);
  border-radius: 9px; font-size: 14px; font-weight: 600;
  font-family: 'Bricolage Grotesque', sans-serif;
  transition: all .2s;
}
.dev-btn-sec:hover { background: rgba(255,255,255,.1); color: #fff; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 
   CONTACT METHODS SECTION
 */
.contact-methods {
  background: var(--ink);
  padding: 120px 44px;
  position: relative;
  overflow: hidden;
}
.contact-methods::before {
  content:''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(232,97,42,.12) 0%, transparent 65%);
  pointer-events: none;
}
.cm-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.cm-header { text-align: center; margin-bottom: 64px; }
.cm-kicker {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ember); font-weight: 700; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.cm-kicker::before { content:''; width: 24px; height: 2px; background: var(--ember); }
.cm-kicker::after { content:''; width: 24px; height: 2px; background: var(--ember); }
.cm-h2 {
  font-size: clamp(36px, 4vw, 60px); font-weight: 800;
  letter-spacing: -2px; line-height: 1.18;
}
.cm-h2 em { font-style: italic; font-family: 'Instrument Serif', serif; color: var(--ember); font-size: .93em; letter-spacing: -.5px; }

.cm-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.cm-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  position: relative;
  overflow: hidden;
}
.cm-card::before {
  content:''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(232,97,42,.1), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.cm-card:hover {
  transform: translateY(-8px);
  border-color: var(--ember);
  box-shadow: 0 20px 60px rgba(232,97,42,.15);
}
.cm-card:hover::before { opacity: 1; }

.cm-icon {
  width: 72px; height: 72px; border-radius: 20px;
  background: rgba(232,97,42,.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  position: relative; z-index: 1;
}
.cm-icon svg { stroke: var(--ember); }

.cm-title {
  font-size: 20px; font-weight: 700; color: #fff;
  margin-bottom: 12px; position: relative; z-index: 1;
}
.cm-desc {
  font-size: 14px; color: rgba(255,255,255,.5);
  line-height: 1.7; position: relative; z-index: 1;
  margin-bottom: 20px;
}
.cm-info {
  font-size: 15px; font-weight: 600;
  color: var(--ember-light);
  position: relative; z-index: 1;
}
.cm-meta {
  font-size: 12px; color: rgba(255,255,255,.3);
  margin-top: 12px; position: relative; z-index: 1;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* 
   CONTACT FORM SECTION
 */
.form-section {
  background: var(--cream);
  padding: 120px 44px;
  position: relative;
}
.form-inner { max-width: 900px; margin: 0 auto; }
.form-header { text-align: center; margin-bottom: 56px; }
.form-kicker {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ember); font-weight: 700; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.form-kicker::before { content:''; width: 24px; height: 2px; background: var(--ember); }
.form-kicker::after { content:''; width: 24px; height: 2px; background: var(--ember); }
.form-h2 {
  font-size: clamp(32px, 3.5vw, 52px); font-weight: 800;
  letter-spacing: -2px; line-height: 1.18; color: var(--ink);
}
.form-h2 em { font-style: italic; font-family: 'Instrument Serif', serif; color: var(--ember); font-size: .93em; letter-spacing: -.5px; }
.form-sub {
  font-size: 17px; color: var(--muted);
  margin-top: 16px;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full { grid-column: span 2; }
.form-group.invalid label {
  color: #B42318;
}
.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--ember);
  box-shadow: 0 0 0 4px var(--ember-glow);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted2);
}
.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B6258' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}
.form-group.invalid input,
.form-group.invalid select,
.form-group.invalid textarea {
  border-color: #B42318;
  box-shadow: 0 0 0 3px rgba(180,35,24,.12);
  background: #fff7f5;
}
.form-error {
  min-height: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #B42318;
}

.form-submit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.form-submit button {
  background: var(--ember);
  color: #fff;
  border: none;
  padding: 18px 48px;
  border-radius: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .1s, box-shadow .2s;
  box-shadow: 0 0 40px rgba(232,97,42,.3);
}
.form-submit button:hover {
  background: #d4531e;
  transform: translateY(-2px);
  box-shadow: 0 8px 48px rgba(232,97,42,.5);
}
.form-submit button:active {
  transform: scale(0.98);
}
.form-note {
  font-size: 13px;
  color: var(--muted2);
  text-align: center;
}
.form-note a {
  color: var(--ember);
  text-decoration: none;
  font-weight: 600;
}
.form-note a:hover {
  text-decoration: underline;
}

/* 
   FAQ ACCORDION SECTION
 */
.faq-section {
  background: var(--ink);
  padding: 120px 44px;
  position: relative;
  overflow: hidden;
}
.faq-section::before {
  content:''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 1000px; height: 1000px;
  background: radial-gradient(ellipse, rgba(232,97,42,.06) 0%, transparent 60%);
  pointer-events: none;
}
.faq-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.faq-header { text-align: center; margin-bottom: 64px; }
.faq-kicker {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ember); font-weight: 700; margin-bottom: 16px;
}
.faq-h2 {
  font-size: clamp(36px, 4vw, 60px); font-weight: 800;
  letter-spacing: -2px; line-height: 1.18;
}
.faq-h2 em { font-style: italic; font-family: 'Instrument Serif', serif; color: var(--ember); font-size: .93em; letter-spacing: -.5px; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s ease;
}
.faq-item:hover {
  border-color: rgba(255,255,255,.15);
}
.faq-item.active {
  border-color: rgba(232,97,42,.3);
  background: rgba(232,97,42,.03);
}
.faq-question {
  width: 100%;
  padding: 24px 28px;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
}
.faq-question:hover {
  color: var(--ember-light);
}
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-icon svg {
  stroke: rgba(255,255,255,.5);
  transition: transform .3s ease;
}
.faq-item.active .faq-icon {
  background: var(--ember);
}
.faq-item.active .faq-icon svg {
  stroke: #fff;
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.22,.61,.36,1);
}
.faq-answer-inner {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,.55);
}

/* 
   LOCATION SECTION
 */
.location-section {
  background: var(--cream);
  padding: 120px 44px;
  position: relative;
}
.location-inner { max-width: 900px; margin: 0 auto; }
.location-header { text-align: center; margin-bottom: 56px; }
.loc-kicker {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ember); font-weight: 700; margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.loc-kicker::before { content:''; width: 24px; height: 2px; background: var(--ember); }
.loc-kicker::after { content:''; width: 24px; height: 2px; background: var(--ember); }
.loc-h2 {
  font-size: clamp(32px, 3.5vw, 52px); font-weight: 800;
  letter-spacing: -2px; line-height: 1.18; color: var(--ink);
}
.loc-h2 em { font-style: italic; font-family: 'Instrument Serif', serif; color: var(--ember); font-size: .93em; letter-spacing: -.5px; }

.location-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}
.location-map {
  height: 300px;
  background: linear-gradient(135deg, #e8e2d9 0%, #d8d2c9 100%);
  position: relative;
  overflow: hidden;
}
.location-map::before {
  content:''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.location-map::after {
  content: ''; position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  background: var(--ember);
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(232,97,42,.4);
}
.map-pin {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -100%);
  width: 32px; height: 40px;
  z-index: 2;
}
.map-pin svg {
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.2));
}
.location-info {
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.loc-info-item h4 {
  font-size: 12px; font-weight: 700; color: var(--muted2);
  text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.loc-info-item p {
  font-size: 16px; font-weight: 600; color: var(--ink);
  margin: 0;
}
.loc-info-item p.small {
  font-size: 14px; font-weight: 400; color: var(--muted);
}

/* 
   FOOTER
 */
footer { background:#060504; padding:64px 44px 40px; }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:48px; margin-bottom:56px; }
.f-logo { text-decoration:none; color:inherit; font-size:22px; font-weight:800; color:#fff; letter-spacing:-.5px; margin-bottom:12px; }
.f-logo em { color:var(--ember); font-style:normal; }
.f-tagline { font-size:13px; color:rgba(255,255,255,.25); line-height:1.6; }
.f-col-title { font-size:9px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,.18); margin-bottom:18px; }
.f-link { display:block; font-size:13px; color:rgba(255,255,255,.35); text-decoration:none; margin-bottom:10px; transition:color .2s; }
.f-link:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.06); padding-top:32px; display:flex; justify-content:space-between; align-items:center; }
.f-copy { font-size:11px; color:rgba(255,255,255,.2); }

/* 
   RESPONSIVE
 */
@media (max-width: 1024px) {
  .cm-grid { grid-template-columns: repeat(2, 1fr); }
  .location-info { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  nav { padding: 0 22px; }
  .nav-links { display: none; }
  .cm-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .contact-form { padding: 32px 24px; }
  .location-info { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .device-h1 { font-size: 36px; letter-spacing: -1px; }
  .device-sub { font-size: 15px; }
  .device-btns { flex-direction: column; align-items: center; }
}
