@font-face {
  font-family: 'Orbitron';
  src: url('./fonts/Orbitron.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Warnes';
  src: url('./fonts/Warnes.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #f7f4ec;
  --ink: #2B221C;
  --ink-2: #2c2a27;
  --ink-inverse: #CFC8BF;
  --ink-inverse-2: #F4F1EC;
  --muted: rgba(20, 19, 18, .68);
  --line: rgba(20, 19, 18, .14);
  --accent: #c7a064;
  --accent-2: #5a6b5b;
  --shadow: 0 18px 50px rgba(20, 19, 18, .14);
  --radius: 4px;
  --radius-lg: 26px;
  --max: 1120px;
  --faq-bg: #fff;
  --faq-text: #0b0f14;
  --faq-muted: rgba(11, 15, 20, 0.65);
  --faq-border: rgba(11, 15, 20, 0.10);
  --faq-shadow: 0 18px 60px rgba(11, 15, 20, 0.08);
  --faq-radius: 18px;
  --faq-radius-sm: 14px;
  --faq-speed: 220ms;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  color: var(--ink);
  background: white;
  position: relative;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.35s cubic-bezier(.4, 0, .2, 1);
  text-underline-offset: 3px;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: .06em;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 8px 18px rgba(20, 19, 18, .08);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: center;
}

.brand-name {
  font-family: 'Orbitron';
  font-weight: 800;
  letter-spacing: .15em;
}

.brand-sub {
  font-family: 'Warnes';
  font-size: 17px;
  transform: translateX(-4px);
  font-style: italic;
}

#hero-media {
  position: absolute;
  top: -10vw;
  right: 0;
  z-index: -1;
  transform: translateX(15vw) scale(0.8) rotate(0deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  align-items: flex-start;
}

@media (max-width: 980px) {
  
  #hero-media {
    transform: translateX(0);
  }

  #hero {
    margin-top: 45vw;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    text-align: center;
  }

  .hero-left h1,
  form {
    margin: auto;
  }
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

h1 {
  margin: 50px 0 10px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.subhead {
  margin: 0 0 18px;
  font-size: 20px;
  color: var(--muted);
  max-width: 56ch;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid var(--line);
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
  text-decoration: none !important;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
  margin: auto;
}

.btn-primary:hover {
  background: var(--ink);
  color: white;
}

.btn-primary:focus {
  background: var(--ink);
  color: white;
}

.btn-primary:active {
  background: #0f0e0d;
  color: white;
}

.btn-ghost {
  background: rgba(255, 255, 255, .65);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .85);
}

.bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  color: var(--ink-2);
}
.bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: var(--muted);
}

.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(199, 160, 100, .18);
}

.media-frame {
  position: relative;
  overflow: hidden;
}

.media-frame img {
  width: 100%;
  height: min(520px, 56vh);
  object-fit: cover;
  filter: contrast(1.02) saturate(1.04);
}

section.section {
  margin-bottom: 60px;
}

.section-ink {
  background:
    radial-gradient(900px 600px at 70% -40%, rgba(199, 160, 100, .18), transparent 60%),
    linear-gradient(180deg, rgba(20,19,18,.06), rgba(20, 19, 18, .03));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.01em;
}

.section-head p {
  margin: 0;
  max-width: 64ch;
  color: var(--muted);
}

@media (max-width: 860px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 980px) {
  .feature-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 10px 28px rgba(20, 19, 18, .08);
}

.card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ba-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 18px 44px rgba(20, 19, 18, .10);
}

.ba-head {
  padding: 16px 16px 10px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .70);
}

.ba-head h3 {
  margin: 0;
}

.ba-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.ba-compare {
  position: relative;
  height: 360px;
  background: #0d0c0b;
}

@media (max-width: 560px) {
  .ba-compare {
    height: 280px;
  }
}

.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-before {
  position: absolute;
  inset: 0;
  width: 55%;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.22);
}

.ba-range {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  accent-color: var(--accent);
}

.ba-labels {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}

.ba-labels span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 980px) {
  .steps{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .steps{
    grid-template-columns: 1fr;
  }
}

.step {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 12px 26px rgba(20, 19, 18, .08);
}

.step-num {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(199, 160, 100, .18);
  border: 1px solid rgba(199, 160, 100, .34);
  font-weight: 900;
}

.step h3 {
  margin: 0 0 6px;
  font-size: 15px;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.quote-tips {
  display: grid;
  gap: 10px;
}

.tip {
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px dashed rgba(20, 19, 18, .18);
  background: rgba(255, 255, 255, .55);
  color: var(--muted);
  font-size: 13px;
}

.tip strong {
  color: var(--ink);
}

.form {
  padding: 16px;
  max-width: 550px;
  margin-bottom: 30px;
}

.form .row {
  margin-top: 14px;
}

.form .row.row--name-and-email {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 950px) {
  .form .row.row--name-and-email {
    grid-template-columns: 1fr;
  }
}

label {
  display: block;
}

label span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 6px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .82);
  outline: none;
  font: inherit;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

input:focus,
textarea:focus {
  border-color: rgba(199, 160, 100, .55);
  box-shadow: 0 0 0 4px rgba(199, 160, 100, .18);
}

.upload input[type="file"] {
  display: none;
}

.upload a {
  font-size: 14px;
}

.preview {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumb {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(20, 19, 18, .05);
  position: relative;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  place-items: center;
  transition: background 0.2s ease;
}

.thumb-remove:hover {
  background: rgba(0, 0, 0, 0.8);
}

.thumb:hover .thumb-remove {
  display: grid;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.form-note {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  max-width: 52ch;
}

.form-status {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}

#quote .success-message {
  padding: 40px;
  font-size: 22px;
  text-align: center;
  max-width: 600px;
  margin: 60px auto;
}

.site-footer {
  padding: 28px 0;
  background: var(--ink);
  color: var(--ink-inverse);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

@media (max-width: 820px) {
  .footer-inner {
    flex-direction: column;
  }
}

.footer-brand {
  font-weight: 900;
  letter-spacing: .01em;
}

.footer-center {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-meta,
.footer-email {
  margin: auto;
  font-size: 13px;
}

.footer-right {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 14px;
  align-items: center;
}

.footer-right a {
  transition: color 0.35s cubic-bezier(.4, 0, .2, 1);
}

.footer-right a:hover {
  color: var(--ink-inverse-2);
}

#quote h2 {
  max-width: 810px;
  margin: 0 auto 22px;
}

#quote .container {
  display: flex;
  justify-content: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  aspect-ratio: 1;
}

.gallery-pair > .gallery-item:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.gallery-pair > .gallery-item:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

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

.gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 0;
  text-transform: capitalize;
}

.gallery-pair > .gallery-item:last-child .gallery-label {
  left: auto;
  right: 0;
  bottom: 0;
}

#link--view-more {
  margin-top: 22px;
  display: block;
  float: right;
}

.faq {
  background: var(--faq-bg);
  color: var(--faq-text);
  padding: clamp(48px, 6vw, 88px) 16px;
}

.faq__container {
  max-width: 980px;
  margin: 0 auto;
}

.faq__header {
  margin-bottom: 22px;
}

.faq__title {
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.faq__subtitle {
  margin: 0;
  color: var(--faq-muted);
  font-size: 16px;
  line-height: 1.55;
}

.faq__list {
  display: grid;
  gap: 10px;
}

.faq__item {
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius);
  background: #fff;
  box-shadow: var(--faq-shadow);
  overflow: clip;
  transition: transform var(--faq-speed) ease, border-color var(--faq-speed) ease;
}

.faq__q {
  list-style: none;
  cursor: pointer;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 16px;
  line-height: 1.35;
  user-select: none;
  font-weight: bold;
}

.faq__q::-webkit-details-marker {
  display: none;
}

.faq__icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  position: relative;
  flex: 0 0 18px;
  opacity: 0.85;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  background: var(--faq-text);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: transform var(--faq-speed) ease, opacity var(--faq-speed) ease;
}

.faq__icon::after {
  width: 2px;
  height: 12px;
}

.faq__item[open] .faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.3);
}

.faq__a {
  padding: 0 18px 18px;
  font-size: 15px;
  line-height: 1.65;
}

.faq__aInner {
  padding-top: 6px;
}

.faq__cta {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--faq-border);
  border-radius: var(--faq-radius-sm);
}
