.story-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.story-img-wrap {
  position: relative;
  width: 100%;
}

.story-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.story-badge {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 1.5rem;
  background: var(--purple-dark);
  padding: 1.5rem;
  text-align: center;
  width: 100%;
  max-width: 200px;
  border: 1px solid rgba(201,168,76,0.25);
  z-index: 3;
}

.story-rig-svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 0.6rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.story-badge .years {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.story-badge .years-label {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

.about-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 2rem;
}

.about-highlight {
  padding: 1.25rem;
  border-left: 3px solid var(--gold);
  background: var(--off-white);
}

.about-highlight h4 {
  font-size: 12px;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.about-highlight p {
  font-size: 11px;
  color: var(--text-mid);
  line-height: 1.5;
  font-weight: 300;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-bottom: 3rem;
}

.vm-card {
  padding: 2rem 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.15);
  transition: background 0.3s;
}

.vm-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--gold);
}

.vm-icon svg {
  width: 20px;
  height: 20px;
}

.vm-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.vm-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  font-weight: 300;
}

.core-values {
  border-top: 1px solid rgba(201,168,76,0.2);
  padding-top: 2.5rem;
}

.cv-title {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 2rem;
}

.values-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.value-pill {
  padding: 1rem;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  border-right: none;
}

.value-pill:last-child {
  border-bottom: none;
}

.value-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.value-word {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
  margin-top: 3px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 2rem;
}

.service-card {
  background: var(--white);
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--light-grey);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.service-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 0.5rem;
}

.service-card p {
  font-size: 0.8rem;
  color: var(--text-mid);
  line-height: 1.6;
  font-weight: 300;
}

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

.team-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.team-info {
  padding: 1rem 1.25rem 1.5rem;
  background: var(--off-white);
}

.team-info h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 3px;
}

.team-info .role {
  font-size: 0.7rem;
  color: var(--gold-dark);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
}

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

.project-card {
  position: relative;
  overflow: hidden;
  height: 260px;
}

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

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35,15,71,0.95) 0%, rgba(35,15,71,0.08) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}

.project-cat {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.project-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1.2;
}

.project-desc {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.35rem;
  display: none;
}

.project-card:hover .project-desc {
  display: block;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-detail {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  transition: transform 0.3s ease;
  padding: 0.5rem;
  margin: -0.5rem;
  border-radius: 8px;
}

.contact-detail:hover {
  transform: translateX(4px);
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: all 0.3s ease;
}

.contact-detail:hover .contact-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--purple-dark);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(201,168,76,0.3);
}

.contact-detail:active .contact-icon {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(201,168,76,0.2);
}

.contact-detail h4 {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 3px;
}

.contact-detail p {
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 300;
  line-height: 1.5;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

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

.form-group label {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  padding: 10px 12px;
  font-family: 'Barlow', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,0.35);
  font-weight: 300;
}

.form-group input:focus::placeholder,
.form-group textarea:focus::placeholder {
  color: rgba(255,255,255,0.2);
}

.form-group select {
  background-color: rgba(255,255,255,0.07);
  color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C9A84C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

.form-group select option {
  background-color: var(--white);
  color: var(--purple-dark);
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 400;
}

.form-group select option:checked,
.form-group select option:hover {
  background-color: var(--gold);
  color: var(--purple-dark);
  font-weight: 500;
}

.form-group select:focus {
  border-color: var(--gold);
  background-color: rgba(201,168,76,0.1);
  outline: none;
}

.btn-submit {
  background: var(--gold);
  color: var(--purple-dark);
  border: none;
  padding: 12px 24px;
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.contact-quote {
  margin-top: 1rem;
  padding: 1.5rem;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.2);
}

.contact-quote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--gold);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.contact-quote cite {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  font-style: normal;
}

.client-logos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--off-white);
}

.client-logo-card {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  min-height: 80px;
}

.client-logo-card img {
  width: 100%;
  max-width: 140px;
  height: 50px;
  object-fit: contain;
}

.client-logo-centered {
  grid-column: auto;
}

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

.partner-card {
  background: var(--white);
  padding: 1.25rem;
}

.partner-flag {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.partner-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 0.3rem;
}

.partner-service {
  font-size: 0.75rem;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.5;
}

.local-partners-section {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--light-grey);
}

.local-partners-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--purple-dark);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

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

.local-card {
  background: var(--off-white);
  padding: 1rem 1.25rem;
  border-left: 3px solid transparent;
}

.local-card h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 3px;
}

.local-card p {
  font-size: 0.7rem;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.4;
}

.hse-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.triple-zero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 1.5rem;
}

.zero-card {
  background: rgba(255,255,255,0.06);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(201,168,76,0.15);
}

.zero-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.zero-label {
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.52);
  margin-top: 5px;
}

.quality-objectives {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.qo-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.qo-check {
  width: 28px;
  height: 28px;
  background: rgba(201,168,76,0.12);
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.qo-check svg {
  width: 12px;
  height: 12px;
}

.qo-item h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}

.qo-item p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  line-height: 1.5;
}

.why-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.why-img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
}

.why-list {
  display: flex;
  flex-direction: column;
}

.why-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--light-grey);
  align-items: start;
}

.why-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  padding-top: 2px;
}

.why-item h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--purple-dark);
  margin-bottom: 0.25rem;
}

.why-item p {
  font-size: 0.75rem;
  color: var(--text-mid);
  line-height: 1.5;
  font-weight: 300;
}

@supports (-webkit-touch-callout: none) {
  .form-group select {
    background-color: rgba(255,255,255,0.1);
    border-radius: 0;
  }
  
  .form-group select option {
    background-color: var(--purple-dark);
    color: var(--white);
  }
}

@media (min-width: 768px) {
  .story-grid {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }

  .story-img-wrap img {
    max-height: 400px;
  }

  .story-badge {
    position: absolute;
    bottom: -28px;
    right: -28px;
    margin-top: 0;
    width: auto;
    min-width: 160px;
    padding: 1.5rem;
  }

  .about-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .vm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .value-pill {
    width: auto;
    min-width: 90px;
    padding: 1rem 1.25rem;
    border-bottom: none;
    border-right: 1px solid rgba(201,168,76,0.2);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    flex-direction: row;
    gap: 3rem;
  }

  .contact-form {
    flex: 1;
  }

  .contact-info {
    flex: 1;
  }

  .form-row {
    flex-direction: row;
    gap: 1rem;
  }

  .form-row .form-group {
    flex: 1;
  }

  .btn-submit {
    width: auto;
    align-self: flex-start;
  }

  .client-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .local-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .triple-zero {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }

  .why-img {
    max-height: 400px;
  }
}

@media (min-width: 1024px) {
  .about-highlights {
    grid-template-columns: repeat(4, 1fr);
  }

  .vm-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .value-pill {
    min-width: 110px;
    padding: 1.25rem 2rem;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .client-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .local-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-img-wrap img {
    max-height: 500px;
  }

  .why-img {
    max-height: 540px;
  }
}

.team-grid-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.team-card-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-image-frame {
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 8px;
  border: 3px solid var(--purple);
  background: var(--white);
  margin-bottom: 1.25rem;
}

.team-image-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.team-placeholder {
  width: 100%;
  height: 320px;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-frame-accent {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: var(--gold);
}

.team-info-v2 {
  padding: 0 0.5rem;
}

.team-info-v2 h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--purple-dark);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.team-info-v2 .role {
  font-size: 0.7rem;
  color: var(--gold-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
}


@media (min-width: 640px) {
  .team-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}

@media (min-width: 1024px) {
  .team-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 2.5rem;
  }
  
  .team-image-frame {
    max-width: 320px;
  }
  
  .team-image-frame img,
  .team-placeholder {
    height: 380px;
  }
  
  .team-info-v2 h3 {
    font-size: 1.25rem;
  }
  
  .team-info-v2 .role {
    font-size: 0.75rem;
  }
}