:root {
  --color-primary:      #FF674C;
  --color-primary-dark: #c94530;
}

.about-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  outline-offset: -1px;
}

.about-hero-bg-text {
  position: absolute;
  bottom: 125px; right: 15px;
  font-family: var(--font-display);
  font-size: clamp(8rem, 18vw, 22rem);
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,103,76,0.1);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 60px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 80px 80px 80px 80px;
  width: 100%;
}

.about-hero-body {
  font-family: var(--font-body); font-weight: 400;
  font-size: 1rem; line-height: 1.5;
  color: #6B6860;
  max-width: 600px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.about-cta-row {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.about-hero-photo { position: relative; }

.about-photo-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  max-width: 420px;
  margin-left: auto;
  z-index: 1;
}
.about-photo-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.about-badge {
  position: absolute;
  bottom: 28px; left: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  display: flex; flex-direction: column; gap: 4px;
  min-width: 160px;
  z-index: 10;
}
.badge-value {
  font-family: var(--font-display); font-weight: 400;
  font-size: 2rem; line-height: 1;
  color: var(--color-dark);
}
.badge-label {
  font-family: var(--font-body); font-size: 0.75rem;
  color: #999; letter-spacing: 0.05em;
}

.about-deco-dot {
  position: absolute;
  top: -16px; right: -16px;
  width: 80px; height: 80px;
  background: var(--color-primary);
  border-radius: 50%;
  z-index: 10;
  padding: 15px;
}

.about-photo-tag {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 50px; padding: 7px 16px;
  z-index: 10;
}

.hero-stats-band {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 10vw;
  background: var(--color-dark);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hero-stat {
  padding: 36px 48px;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.hero-stat:last-child { border-right: none; }
.hero-stat::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at bottom left, rgba(255,103,76,0.08) 0%, transparent 70%);
  opacity: 0; transition: opacity 0.3s;
}
.hero-stat:hover::before { opacity: 1; }
.hero-stat-number {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.4rem, 3.5vw, 4rem);
  color: #fff; line-height: 1;
  margin-bottom: 6px;
}
.hero-stat-number .count { color: var(--color-primary); }
.hero-stat-label {
  font-family: var(--font-body); font-weight: 400;
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #6f857b;
}

.section-defines {
  background: var(--color-bg);
  padding: 120px 80px;
  max-width: 100%;
  overflow: hidden;
}
.section-header {
  max-width: 1200px; margin: 0 auto 80px;
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px;
}
.section-header-right {
  font-family: var(--font-body); font-weight: 400;
  font-size: 1rem; line-height: 1.6; color: #888;
  max-width: 360px; flex-shrink: 0;
}

.defines-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.define-card {
  border-radius: 24px;
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: default;
}
.define-card:hover { transform: translateY(-4px); }
.define-card:nth-child(1) { background: var(--color-primary); }
.define-card:nth-child(2) { background: #fff; border: 1.5px solid rgba(21,37,28,0.08); }
.define-card:nth-child(3) { background: var(--color-dark); }

.define-card-num {
  font-family: var(--font-display); font-weight: 400;
  font-size: 5rem; line-height: 1;
  margin-bottom: 32px; display: block;
}
.define-card:nth-child(1) .define-card-num { color: rgba(255,255,255,0.18); }
.define-card:nth-child(2) .define-card-num { color: rgba(128, 124, 70, 0.07); }
.define-card:nth-child(3) .define-card-num { color: rgba(255,255,255,0.07); }

.define-icon {
  width: 120px; height: 120px;
  margin-bottom: 28px;
  display: flex; align-items: center; justify-content: center;
}
.define-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }

.define-card-title {
  font-family: var(--font-body); font-weight: 500;
  font-size: 1.4rem; line-height: 1.1;
  margin-bottom: 16px;
}
.define-card:nth-child(1) .define-card-title { color: #fff; }
.define-card:nth-child(2) .define-card-title { color: var(--color-dark); }
.define-card:nth-child(3) .define-card-title { color: #fff; }

.define-card-text {
  font-family: var(--font-body); font-weight: 400;
  font-size: 1rem; line-height: 1.65;
}
.define-card:nth-child(1) .define-card-text { color: rgba(255,255,255,0.75); }
.define-card:nth-child(2) .define-card-text { color: #888; }
.define-card:nth-child(3) .define-card-text { color: #6f857b; }

.section-local {
  background: #192E22;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}
.local-deco-circle {
  position: absolute;
  right: -100px; top: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.05);
  pointer-events: none;
}
.local-deco-circle-2 {
  position: absolute;
  right: -150px; top: -150px;
  width: 700px; height: 700px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.03);
  pointer-events: none;
}
.local-inner {
  max-width: 1460px; margin: 0 auto;
  display: grid;
  padding: 0 80px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.local-body {
  font-family: var(--font-body); font-weight: 400;
  font-size: 1rem; line-height: 1.75; color: #6f857b;
  margin-bottom: 40px; margin-top: 30px;
}
.local-body strong { color: rgba(221, 241, 230, 0.75); font-weight: 500; }
.local-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.local-tag {
  font-family: var(--font-body); font-weight: 500; font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px; padding: 8px 18px;
}

.local-map-card { position: relative; }
.location-card {
  background: var(--color-green-dark);
  border-radius: 28px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.25 / 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--color-primary);
  border-radius: 50px;
  padding: 8px 18px;
  width: fit-content;
}
.lc-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #ffffff; flex-shrink: 0; }
.lc-badge-text {
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #ffffff;
}

.lc-compass {
  position: absolute; top: 28px; right: 28px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
}
.lc-compass span {
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.1rem; color: rgba(255,255,255,0.6);
  line-height: 1;
}

.lc-radar {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 240px; height: 240px;
  display: flex; align-items: center; justify-content: center;
}
.lc-ring {
  position: absolute; border-radius: 50%;
  border: 1.5px dashed rgba(183,240,13,0.22);
}
.lc-ring:nth-child(1) { width: 80px;  height: 80px;  animation: lc-spin-cw  14s linear infinite; }
.lc-ring:nth-child(2) { width: 150px; height: 150px; animation: lc-spin-ccw 22s linear infinite; }
.lc-ring:nth-child(3) { width: 220px; height: 220px; animation: lc-spin-cw  32s linear infinite; }

@keyframes lc-spin-cw  { from { transform: rotate(0deg); }   to { transform: rotate(360deg); } }
@keyframes lc-spin-ccw { from { transform: rotate(0deg); }   to { transform: rotate(-360deg); } }

.lc-dot-wrap {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
.lc-dot-glow {
  position: absolute;
  width: 60px; height: 60px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,103,76,0.5) 0%, transparent 70%);
  animation: lc-glow 2.4s ease-in-out infinite;
}
@keyframes lc-glow {
  0%, 100% { transform: scale(1);   opacity: 0.5; }
  50%       { transform: scale(1.8); opacity: 0; }
}
.lc-dot-outer {
  position: absolute;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,103,76,0.3);
  animation: lc-outer 2.4s ease-in-out infinite 0.3s;
}
@keyframes lc-outer {
  0%, 100% { transform: scale(1);    opacity: 0.6; }
  50%       { transform: scale(1.45); opacity: 0.15; }
}
.lc-dot-inner {
  width: 14px; height: 14px; border-radius: 50%;
  background: #FF674C;
  position: relative; z-index: 3;
  box-shadow: 0 0 0 3px rgba(255,103,76,0.4);
  animation: lc-inner 2.4s ease-in-out infinite;
}
@keyframes lc-inner {
  0%, 100% { transform: scale(1);    box-shadow: 0 0 0 3px rgba(255,103,76,0.4); }
  50%       { transform: scale(1.15); box-shadow: 0 0 0 6px rgba(255,103,76,0.15); }
}

.lc-footer {
  display: flex; justify-content: space-between; align-items: flex-end;
  position: relative; z-index: 2;
}
.lc-city-name {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  color: #fff; line-height: 1;
}
.lc-city-sub {
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.72rem; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 6px;
}
.lc-coords { text-align: right; }
.lc-coord-line {
  font-family: var(--font-body); font-weight: 400;
  font-size: 0.78rem; letter-spacing: 0.05em;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.section-faq {
  background: var(--color-bg);
  padding: 120px 80px;
}
.faq-inner {
  max-width: 1460px; margin: 0 auto;
  display: grid;
  padding: 0 80px;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.faq-subtitle {
  font-family: var(--font-body); font-size: 1rem;
  line-height: 1.6; color: #999; margin-bottom: 36px;
}
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-top: 1px solid rgba(21,37,28,0.1); overflow: hidden; }
.faq-item:last-child { border-bottom: 1px solid rgba(21,37,28,0.1); }
.faq-question {
  width: 100%; text-align: left;
  background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; gap: 20px;
}
.faq-q-text {
  font-family: var(--font-body); font-weight: 500;
  font-size: 1rem; color: var(--color-dark); text-align: left;
}
.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 50%; background: var(--color-grey);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.3s;
}
.faq-icon svg { width: 12px; height: 12px; stroke: var(--color-dark); stroke-width: 2.5; transition: transform 0.3s; }
.faq-item.open .faq-icon { background: var(--color-primary); }
.faq-item.open .faq-icon svg { stroke: #fff; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-inner {
  padding: 0 0 24px;
  font-family: var(--font-body); font-weight: 400;
  font-size: 1rem; line-height: 1.5; color: #888;
}
.faq-item.open .faq-answer { max-height: 300px; }

.about-footer-band {
  background: var(--color-primary);
  padding: 60px 80px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px;
}
.footer-band-title {
  font-family: var(--font-body); font-weight: 500;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  color: #fff; line-height: 1.2;
}
.footer-band-title .serif {
  font-family: var(--font-display); font-weight: 400;
  color: rgba(255,255,255,0.5);
}
.footer-band-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 500; font-size: 0.9rem;
  color: var(--color-primary); background: #fff;
  border: none; border-radius: 50px; padding: 14px 32px;
  cursor: pointer; white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.footer-band-btn:hover { background: var(--color-bg); }

@media (max-width: 1024px) {
  .about-hero-inner    { padding: 60px 48px; gap: 40px; }
  .hero-stat           { padding: 26px 28px; }
  .section-defines     { padding: 80px 48px; }
  .section-local       { padding: 80px 48px; }
  .local-inner         { gap: 48px; padding: 20px; }
  .section-faq         { padding: 80px 48px; }
  .about-footer-band   { padding: 50px 48px; }
}

@media (max-width: 768px) {

  .navbar    { padding: 0 20px; }
  .nav-links { display: none; }

  .about-hero-inner {
    grid-template-columns: 1fr;
    padding: calc(var(--nav-height) + 20px) 20px 40px;
    gap: 32px;
  }
  .about-hero-bg-text { display: none; }
  .about-hero-photo { order: 1; }
  .about-hero-text  {
    order: 2;
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
  }
  .about-photo-wrap   { max-width: 260px; margin: 0 auto; }
  .about-deco-dot     { display: none; }
  .about-badge        { left: 50%; transform: translateX(-50%); bottom: 12px; padding: 10px 14px; min-width: 130px; }
  .badge-value        { font-size: 1.5rem; }
  .about-photo-tag    { font-size: 0.62rem; padding: 5px 11px; }
  .about-hero-body    { font-size: 0.87rem; max-width: 100%; text-align: center; }
  .about-cta-row      { justify-content: center; gap: 10px; }
  .hero-stats-band { grid-template-columns: repeat(2, 1fr); }
  .hero-stat {
    padding: 20px 16px;
    border-right: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .hero-stat:nth-child(2n) { border-right: none; }
  .hero-stat:nth-child(3),
  .hero-stat:nth-child(4)  { border-bottom: none; }
  .hero-stat-number { font-size: 1.9rem; }
  .hero-stat-label  { font-size: 0.67rem; }

  .section-defines   { padding: 56px 20px; }
  .section-header    { flex-direction: column; gap: 14px; margin-bottom: 32px; align-items: center; text-align: center; }
  .section-header-left  { display: flex; flex-direction: column; align-items: center; }
  .section-header-right { text-align: center; max-width: 100%; font-size: 0.84rem; }
  .defines-grid   { grid-template-columns: 1fr; gap: 14px; }
  .define-card    { padding: 32px 24px; border-radius: 20px; }
  .define-card-num { font-size: 3rem; margin-bottom: 18px; }
  .define-icon    { width: 80px; height: 80px; margin-bottom: 18px; }
  .define-card-title { font-size: 1.15rem; }
  .define-card-text  { font-size: 0.84rem; }

  .section-local  { padding: 15px 20px; padding-bottom: 10px;}
  .local-deco-circle,
  .local-deco-circle-2 { display: none; }
  .local-inner    { grid-template-columns: 1fr; gap: 32px; }
  .local-text     { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .local-body     { font-size: 0.87rem; text-align: center; }
  .local-tags     { justify-content: center; }
  .lc-compass     { top: 20px; right: 20px; width: 36px; height: 36px; }
  .location-card  { display: none; }
  .lc-radar       { position: relative; top: auto; left: auto; transform: none; width: 160px; height: 160px; margin: 16px auto; }
  .lc-ring:nth-child(1) { width: 60px;  height: 60px; }
  .lc-ring:nth-child(2) { width: 110px; height: 110px; }
  .lc-ring:nth-child(3) { width: 155px; height: 155px; }
  .lc-city-name  { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .lc-city-sub   { font-size: 0.62rem; margin-top: 4px; }
  .lc-coord-line { font-size: 0.68rem; }

  .section-faq  { padding: 56px 20px; }
  .faq-inner    { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; }
  .faq-left     { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .faq-subtitle { font-size: 0.85rem; }
  .faq-question { padding: 20px 0; }
  .faq-q-text   { font-size: 0.88rem; }
  .faq-answer-inner { font-size: 0.83rem; }

  .about-footer-band { flex-direction: column; align-items: center; text-align: center; padding: 40px 20px; gap: 20px; }
  .footer-band-title { font-size: clamp(1.2rem, 4.5vw, 1.6rem); }
  .footer-band-btn   { font-size: 0.85rem; padding: 12px 22px; }
}

@media (max-width: 420px) {
  .about-photo-wrap { max-width: 220px; }
  .about-badge      { display: none; }
  .hero-stat-number { font-size: 1.7rem; }
  .define-card      { padding: 26px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .lc-ring,
  .lc-dot-glow,
  .lc-dot-outer,
  .lc-dot-inner {
    animation: none;
  }
}
