/* ============================================
   MEUBLES CIANO — About Page Styles
   ============================================ */

.img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ddd5c8 0%, #e8e0d4 50%, #ddd5c8 100%);
  position: relative;
}

.img-placeholder::after {
  content: 'Photo Coming Soon';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.25);
}

/* ============================================
   PAGE HERO — full-screen image (mirrors collections)
   ============================================ */
.about-hero {
  position: relative;
  padding: 0;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: none;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.0) 20%),
    linear-gradient(to top, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.15) 100%);
  mix-blend-mode: normal;
}

.about-hero-bg img {
  filter: grayscale(50%);
}


.about-hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--nav-height) + 60px);
  padding-bottom: 120px;
}

.about-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8c98a;
  margin-bottom: 20px;
}

.about-hero-label::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #e8c98a;
  opacity: 0.7;
}

.about-hero-content h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  color: #f5f0e8;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.about-hero-content h1 em {
  font-style: italic;
  color: #e8c98a;
}

/* ============================================
   ABOUT INTRO
   ============================================ */
.about-intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Image column — decorative frame & hover */
.about-intro-image {
  position: relative;
}

/* Inset gold frame — mirrors homepage "Our Philosophy" style */
.about-intro-image::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 169, 110, 0.5);
  border-radius: 6px;
  pointer-events: none;
  z-index: 2;
  transition: opacity var(--transition);
}

.about-intro-image:hover::before {
  opacity: 0.7;
}

.about-img-wrapper {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}


/* Image zoom animation */
@keyframes slowZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}

.about-parallax-inner {
  width: 100%;
  height: 120%;
  margin-top: -10%;
  will-change: transform;
}

.about-parallax-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 8s ease-in-out infinite alternate;
  filter: grayscale(70%);
}

.about-placeholder {
  background: linear-gradient(135deg, #ddd5c8 0%, #e2dace 40%, #d8d0c4 100%);
}

.about-img-caption {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  opacity: 0.6;
}


.about-body {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.85;
  margin-bottom: 20px;
}

.about-body:last-of-type {
  margin-bottom: 0;
}

/* Pull quote */
.about-pullquote {
  margin: 36px 0;
  padding: 20px 0 20px 28px;
  border-left: 2px solid var(--color-accent);
  position: relative;
  overflow: visible;
}

.about-pullquote::before {
  content: '\201C';
  font-family: var(--font-serif);
  font-size: 6rem;
  color: var(--color-accent);
  opacity: 0.12;
  position: absolute;
  top: -24px;
  left: -4px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-pullquote p {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: var(--color-text);
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 0;
}

/* ============================================
   VALUES
   ============================================ */
.values {
  background: #1c1815;
  position: relative;
  padding: 160px 0;
  overflow: hidden;
  will-change: clip-path;
}

/* Ghosted word in background */
.values::after {
  content: 'PRECISION';
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: var(--font-serif);
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 200;
  letter-spacing: 0.35em;
  color: rgba(201, 169, 110, 0.04);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.values .container {
  position: relative;
  z-index: 2;
}

.values-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
  align-items: start;
}

.values-left {
  position: sticky;
  top: calc(var(--nav-height) + 40px);
}

/* Text colors on dark background */
.values .section-label {
  color: #c9a96e;
}

.values .section-title {
  color: #f0ebe0;
}

.values-statement {
  font-size: 1rem;
  color: rgba(240, 235, 224, 0.48);
  line-height: 1.9;
}

/* Precision emblem */
.values-emblem {
  width: 86px;
  height: 86px;
  margin-top: 52px;
  opacity: 0.9;
}

.values-emblem svg {
  width: 100%;
  height: 100%;
}

/* Stats strip */
.values-stats {
  display: flex;
  gap: 28px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}

.values-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.values-stat-num {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 200;
  color: #c9a96e;
  letter-spacing: 0.02em;
  line-height: 1;
}

.values-stat-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(240, 235, 224, 0.28);
}

.values-right {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ---- Accordion item ---- */
.value-acc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  transition: background 0.4s ease;
}

/* Gold left rule on open state */
.value-acc[data-open] {
  background: rgba(201, 169, 110, 0.04);
  border-left: 1px solid rgba(201, 169, 110, 0.45);
  padding-left: 20px;
  margin-left: -21px;
}

.value-acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 24px;
}

.value-acc-heading {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.value-num {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(201, 169, 110, 0.55);
  flex-shrink: 0;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.value-acc[data-open] .value-num {
  color: #c9a96e;
  opacity: 1;
}

/* ---- Plus/minus icon ---- */
.value-acc-icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.value-acc-icon::before,
.value-acc-icon::after {
  content: '';
  position: absolute;
  background: var(--color-accent);
  border-radius: 1px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.value-acc-icon::before {
  width: 16px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.value-acc-icon::after {
  width: 1px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

[aria-expanded="true"] .value-acc-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

/* ---- Sliding panel ---- */
.value-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-acc[data-open] .value-acc-panel {
  max-height: 600px;
}

.value-acc-panel-inner {
  overflow: hidden;
}

.value-acc-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 32px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease 0.15s, transform 0.55s ease 0.15s;
}

.value-acc[data-open] .value-acc-body {
  opacity: 1;
  transform: translateY(0);
}

.value-acc-img {
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 4 / 3;
}

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

.value-rule {
  display: none;
}

.value-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 300;
  color: rgba(240, 235, 224, 0.7);
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.value-acc:hover .value-title,
.value-acc[data-open] .value-title {
  color: #f0ebe0;
}

.value-desc {
  position: relative;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(240, 235, 224, 0.45);
  line-height: 1.9;
  letter-spacing: 0.02em;
}


/* ============================================
   PROCESS — stats spacing
   ============================================ */
.process-brief-left .intro-values-stats {
  margin-top: 32px;
}

.process-brief .process-brief-steps {
  position: relative;
}

.process-brief .process-brief-steps::before,
.process-brief .process-brief-steps::after,
.process-brief .process-brief-inner::after {
  content: none;
}

/* ============================================
   PROCESS — step index annotations
   ============================================ */
.process-step-index {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-accent);
  opacity: 0.45;
  line-height: 1;
  margin-top: 5px;
  flex-shrink: 0;
  text-align: center;
  width: 52px;
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
  background: var(--color-bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-detail-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
}

.contact-detail-item:last-child {
  border-bottom: none;
}

.contact-detail-label {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.contact-detail-value {
  font-size: 0.95rem;
  color: var(--color-text);
  transition: color var(--transition-fast);
}

a.contact-detail-value:hover {
  color: var(--color-accent);
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.form-input {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 300;
  padding: 16px 20px;
  outline: none;
  transition: border-color var(--transition-fast), background var(--transition-fast);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100%;
}

.form-input::placeholder {
  color: rgba(44, 35, 24, 0.3);
}

.form-input:focus {
  border-color: var(--color-accent);
  background: #f5f0e8;
}

.form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b4e2a' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 48px;
}

.form-select option {
  background: var(--color-surface);
  color: var(--color-text);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
  font-family: var(--font-sans);
  line-height: 1.7;
}

.form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
  background: #c9a96e;
  color: #2c2318;
}

.form-submit:hover {
  background: #b8956a;
}

.form-note {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  text-align: center;
  letter-spacing: 0.05em;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .values-inner {
    gap: 64px;
  }

}

@media (max-width: 900px) {
  .values-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .values-left {
    position: static;
  }

  .values-emblem {
    width: 72px;
    height: 72px;
    margin-top: 40px;
  }

  .values-stats {
    gap: 20px;
  }

  .value-acc-body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-img-wrapper {
    aspect-ratio: 16 / 9;
    max-height: 400px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 640px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .intro-values-stats,
  .intro-val-stat-sep { display: none; }
  .intro-values-stats + .btn { margin-top: 28px; }
}

/* Prevent iOS Safari from auto-zooming when a form field is focused
   (any input under 16px triggers the zoom). */
@media (max-width: 768px) {
  .form-input,
  .form-textarea {
    font-size: 16px;
  }
}
